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

.wrap {
	width: 83.33%;
	margin-left: auto;
	margin-right: auto;
}

.wrap_top {
	width: 88%;
	margin: 0 auto
}

html {
	scroll-behavior: smooth
}

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


@media screen and (max-width:1600px) {
	.wrap {
		width: 88%
	}
	.wrap_left{padding-left: 6%;}
	.wrap_right{padding-right: 6%;}

}
@media screen and (max-width:1440px) {
	.wrap {
		width: 90%
	}
	.wrap_left{padding-left: 5%;}
	.wrap_right{padding-right: 5%;}

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


:root {
	--i_color: #0B76A9;
	/* 全局颜色 */
	--i_color2: #FFCD27;
	/* 副颜色 */
	--header_heights: 0.4rem;
	--header_height: 1rem;
	/* 头部高度 */
	--border_color: rgba(0, 0, 0, .1);
	/* 默认边框颜色 */
	--f_menu_height: 50px;
	/* 移动端底部菜单 */
	--linear-gradien:linear-gradient(135deg, rgba(31,99,157,1),rgba(37,55,155,1));
}

@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: 'Pop';
	src: url('static/webfonts/Poppins-Regular.otf');
}
@font-face {
	font-family: 'bold';
	src: url('static/webfonts/Poppins-Bold.otf');
}


body{
	font-family: 'Pop';
} */


/* header */
header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 2014;
}
header::after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 0%;
	background-color: #fff;
	transition: all 0.5s ease;
	z-index: -1;
}
/* header::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	background: var(--border_color);
	z-index: 2014;
} */

.top_cont {
	position: relative;
	z-index: 2013;
	transition: all 0.3s ease;
	background: linear-gradient(to top,rgba(0,0,0,0),rgba(0,0,0,0.6));
}
.top {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	position: relative;
}
.header_white .top_cont{
	background: unset;
	box-shadow: 0 4px 10px rgba(0, 0, 0, .1);
}
.on .top_cont{
	background: unset;
}
@media screen and (max-width:1024px) {
	header {
		top: 0;
		top: 0;
		width: 100%;
		box-shadow: 0 4px 10px rgba(0, 0, 0, .1);
	}
	header {border-radius:0}
	/* .top_cont {
		background: #333 !important;
	} */
	.top_cont {
		position: relative;
		z-index: 2013;
		transition: all 0.3s ease;
		background: linear-gradient(to top,rgba(0,0,0,0),rgba(0,0,0,0));
	}

}


/* top_top */
.top_top_bac{
   background-color: #232323;

}
.top_top{
   display: flex;
   justify-content: space-between;
   align-items: center;
   height: var(--header_heights);
}
.top_top h3{
   font-size: 0.14rem;
   color: #fff;
}
.top_top_ul{
   display: flex;
   align-items: center;
   gap: 0.3rem;
}
.top_top_ul li{
   display: flex;
   align-items: center;
}
.top_top_ul li iconify-icon{
   font-size: 0.2rem;
   color: #fff;
   margin-right: 0.1rem;
}
.top_top_ul li a{
   font-size: 0.14rem;
   color: #fff;

}

@media screen and (max-width:1024px){
	.top_top_bac{
		display: none;
	}
}


/* logo */
.logo {
	display: -webkit-flex;
	display: flex;
	align-items: center;
	height: var(--header_height);
}
.logo a {
	display: -webkit-flex;
	display: flex;
	align-items: center;
	height: 100%;
	position: relative;
}
.logo img {
	height: 0.72rem;
}
.logo .logo2{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	width: 100%;
	height: 0.72rem;
	z-index: 2;
	opacity: 0;
}
@media screen and (max-width:1440px) {
	.logo img {
		height: 0.65rem;
	}
	.logo .logo2{
		height: 0.65rem;
	}
}
@media screen and (max-width:1024px) {
	.logo img {
		height: 0.5rem;
	}
	.logo .logo2{
		height: 0.5rem;
	}
}





/* 导航 */
@media screen and (min-width:1025px) {
	.i_nav {
		display: -webkit-flex;
		display: flex;
		flex-wrap: nowrap;
		z-index: 2014;
		margin-left: auto;
		margin-right: auto;
	}

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

	.i_nav>li>a {
		display: block;
		font-size: .18rem;
		color: #fff;
		line-height: var(--header_height);
		white-space: nowrap;
		-webkit-border-radius: .08rem;
		border-radius: .08rem;
		text-transform: capitalize;
		position: relative;
	}
	.i_nav>li>a::after{
		content: '';
		position: absolute;
		bottom: 0.2rem;
		left: 50%;
		transform: translate(-50%, 0);
		width: 0rem;
		height: 0.03rem;
		border-radius: 0.02rem;
		background-color: #fff;
		transition: all 0.3s ease;
	}
	.i_nav>.current-menu-item>a,
	.i_nav>.current-category-ancestor>a,
	.i_nav>.current-post-ancestor>a,
	.i_nav>.current-menu-ancestor>a,
	.i_nav>.current-menu-parent>a,
	.i_nav>li:hover>a,
	.i_nav .curr>a {
		transition: all 0.3s ease;
		position: relative;
		color: #fff;
	}


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

	}









	.i_nav .sub-menu {
		display: none;
		position: absolute;
		border-top: 2px solid var(--i_color);
		background: #fff;
		min-width: 1.6rem;
		overflow: hidden;
	}
	.i_nav .sub-menu li {
		position: relative;
	}
	.i_nav .sub-menu li::before,
	.i_nav .sub-menu li::after {
		content: '';
		position: absolute;
		bottom: 0;
		height: 1px;
	}
	.i_nav .sub-menu li::before {
		left: 0;
		width: 100%;
		background: rgb(0 0 0 / 8%);
	}
	.i_nav .sub-menu li::after {
		right: 0;
		width: 0;
		background: var(--i_color);
	}

	.i_nav .sub-menu a {
		display: block;
		padding: 0 .8rem 0 .2rem;
		font-size: 0.15rem;
		color: #555;
		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:1600px){
	.i_nav {
		margin-left: 0.2rem;
	}
}
@media screen and (max-width:1440px) {
	.i_nav>li {
		margin: 0 .2rem;
	}
	.i_nav>li>a {font-size: .16rem;}

}
@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
	}
	.i_nav {
		margin-left: 0rem;
	}
}
@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: 2px;
	position: absolute;
	top: 50%;
	margin-top: -1px;
	background: #fff;
	border-radius: .1rem;
	transition: 0.5s
}
.nav_menu::before,
.nav_menu::after {
	content: "";
	width: 100%;
	height: 2px;
	background: #fff;
	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: .26rem
}
.top_r {
	margin-left: 0.3rem;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0 0.1rem;
	height: var(--header_height);
}

.top_search_ico {

	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	height: var(--header_height);
	position: relative;
}
/* .top_search_ico::after{
	content: '';
	position: absolute;
	top: 50%;
	right: -0.15rem;
	transform: translate(0,-50%);
	width: 0.01rem;
	height: 0.22rem;
	background-color: #D8D8D8;
} */
.top_search_ico iconify-icon {
	font-size: var(--size);
	color: white;
	cursor: pointer;
}
.top_search_ico.on iconify-icon {
	color: var(--i_color);
}


.top_language {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	height: var(--header_height);
	position: relative;
}
.top_language_lang{
	display: -webkit-flex;
	display: flex;
	align-items: center;
	box-sizing: border-box;
	padding: 0.12rem 0.21rem;
	border-radius: 5rem;
	cursor: pointer;
	gap: 0.05rem;
}
.top_language_lang p{
	font-size: 0.15rem;
	color: #fff;
	transition: all 0.3s ease;
}
.top_language_lang>iconify-icon {
	font-size: 0.2rem;
	cursor: pointer;
	color: #fff;
	transition: all 0.3s ease;
}
.top_language.on>iconify-icon {
	color: var(--i_color);
}






.top_language_list {
	visibility: hidden;
	opacity: 0;
	position: absolute;
	top: calc(var(--header_height) - .2rem);
	right: 0;
	z-index: 2;
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}
.top_language_list.on {
	visibility: visible;
	opacity: 1;
	top: var(--header_height);
	box-shadow: .04rem .06rem .1rem rgb(0 0 0 / 10%);
}

.top_language_list ul {
	overflow: hidden;
}

.top_language_list li {
	background: #FFF;
}
.top_language_list a>span {
	display: block;
	padding: 0 14px;
	min-width: 100px;
	overflow: hidden
}
.top_language_list img,
.top_language_list .trp-ls-language-name {
	display: inline-block;
	vertical-align: middle;
	margin-left: 8px;
	font-size: .12rem;
	color: #666;
	line-height: .3rem
}

.top_language_list li:hover {
	background: var(--i_color)
}
.top_language_list li:hover .trp-ls-language-name {
	color: #FFF;
}
.top_language,
.top_language>i {
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}
@media screen and (max-width:1024px) {
	.top_r{margin-right: 0rem;}
	.top_language_lang{
		padding: 0.1rem 0.2rem;
	}
}
@media screen and (max-width:768px) {
	.top_search_ico{width: 2.5rem;}
}
@media screen and (max-width:560px) {
	.top_search_ico{width: 2rem;}
	.top_language_lang{
		padding: 0.08rem 0.15rem;
	}
}
@media screen and (max-width:425px) {
	.top_search_ico{width: 1.5rem;}
}


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: .44rem
}
.top_search {
	width: 100%;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	z-index: 6;
}
.top_search.on {

}
.top_search form {
	margin: 0 auto;
	max-width: 2.24rem;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	box-sizing: border-box;
	overflow: hidden;
	border: 1px solid #CECECE;
	border-radius: 1.5rem;
	/* box-shadow: 0 0.06rem 0.1rem rgb(0 0 0 / 8%); */
}
.top_form{
}
.top_search_ipt {
	width: calc(100% - var(--search_height));
	height: var(--search_height);
	box-sizing: border-box;
	padding: 0 0 0 .12rem;
	background: transparent;
	color: #fff;
}
.top_search_btn {
	font-size: 0;
	width: calc(var(--search_height));
	height: var(--search_height);
	background:url(static/imgs/search.svg) no-repeat center;
	background-size: .2rem;
	cursor: pointer;
}

.top_search_ipt::-webkit-input-placeholder{color:#fff; }
.top_search_ipt::-moz-placeholder{color:#fff; }
.top_search_ipt::-moz-placeholder{color:#fff; }
.top_search_ipt::-ms-input-placeholder{color:#fff; }







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

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

}
@media screen and (max-width:1024px) {
	.top_r {
		margin-left: auto;
	}
	.top_search_ico{width: unset;}

	.top_search_ipt::-webkit-input-placeholder{font-size: 0.16rem; }
	.top_search_ipt::-moz-placeholder{font-size: 0.16rem; }
	.top_search_ipt::-moz-placeholder{font-size: 0.16rem; }
	.top_search_ipt::-ms-input-placeholder{font-size: 0.16rem; }

}
@media screen and (max-width:768px) {
	.top_search {
		--search_height: .34rem
	}
	.top_search {
		padding: .12rem 0;
	}
	.top_form{width: unset;}

}
@media screen and (max-width:560px) {
	.top_search form {
		width: 100%;
	}
	.top_search_btn {}
	.top_r {
		gap: 0 0.1rem;
	}
	.top_search form {
		max-width: 2rem;
	}
}










/* 导航下拉 */
/* products */

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

}

@media screen and (max-width:1024px) {
	.drop{display: none;}
}

/* pc导航下拉菜单 */

.nav_list_show {
	display: none;
	border-top: 2px solid var(--i_color);
	position: absolute;
	top: calc(var(--header_height) + var(--header_heights));
	left: 0;
	box-sizing: border-box;
	padding: .4rem 0;
	width: 100%;
	background: rgb(255 255 255 / 96%);
	z-index: 2013
}

/* pc端 产品导航下拉 */
.nav_list_box {
	display: -webkit-flex;
	display: flex;
	justify-content: center
}
.nav_list_show ul {
	margin: 0 auto;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	padding: 10px;
	gap: 0.3rem;
}
/*滚动条*/
.nav_list_show ul::-webkit-scrollbar {
	width: 3px;
	height: 3px
}
.nav_list_show ul::-webkit-scrollbar-thumb {
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	background: var(--i_color)
}
.nav_list_show ul::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	border-radius: 0;
	background: rgba(255, 255, 255, .2)
}

.nav_list_show li {
	width: calc((100% - 1.2rem) / 5);
	background: #f2f3f7;
	box-shadow: 0 0 10px rgb(0 0 0 / 10%);
	-webkit-border-radius: .1rem;
	-moz-border-radius: .1rem;
	border-radius: .1rem;
	overflow: hidden;
	position: relative;
}
.nav_list_show li::after {
	content: '';
	position: absolute;
	left: 50%;
	transform: translate(-50%, 0);
	bottom: 0;
	width: 0;
	height: 2px;
	background: var(--i_color);
}

.nav_list_show li a {
	display: block;
	overflow: hidden
}
.nav_list_show li:hover::after {
	width: calc(100% - .16rem * 2);
}

.nav_list_show .img {
	width: 100%;
	-webkit-border-radius: .1rem;
	-moz-border-radius: .1rem;
	border-radius: .1rem;
	background: #FFF;
	position: relative;
	overflow: hidden
}
.nav_list_show .img:before {
	content: "";
	display: block;
	padding-bottom: 66%
}
.nav_list_show .img img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	object-fit: cover
}
.nav_list_show .txt {
	padding: .16rem;

}
.nav_list_show .txt>a {
	font-size: .16rem;
	color: #444;
	font-weight: bold;
	text-transform: uppercase;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis
}
.nav_solutions_show .txt>a {
	text-align: center;
}
.nav_list_show dl {
	margin-top: .1rem;
}
.nav_list_show dt {
	position: relative;
	overflow: hidden;
}
.nav_list_show dt::after {
	content: '';
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	right: -.2rem;
	width: .16rem;
	height: .16rem;
	background: url(static/images/arrow_right_hollow_nav.svg) no-repeat center;
	background-size: contain;
}
.nav_list_show dt a {
	max-width: calc(100% - .4rem);
	font-size: .15rem;
	color: #666;
	line-height: .24rem;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.nav_list_show li:hover .txt>a {
	color: var(--i_color);
}
.nav_list_show dt:hover::after {
	right: 0;
}
.nav_list_show dt a:hover {
	margin-left: .14rem;
	color: var(--i_color);
}
.nav_list_show li::after,
.nav_list_show dt::after,
.nav_list_show dt a {
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease
}

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

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

	.nav_list_show .txt>a {
		font-size: 0.14rem;
	}
}
@media screen and (max-width:1200px) {

}



header.header_white{
	box-shadow: 0 4px 10px rgba(0, 0, 0, .1);
}
header.header_white::after{
   height: 100%;
   top: 0;
}
.header_white .logo .logo2{
	opacity: 1;
}

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


.header_white .top_search_ipt {
	color: #333;
}


.header_white .top_search_ipt::-webkit-input-placeholder{color:#333; }
.header_white .top_search_ipt::-moz-placeholder{color:#333; }
.header_white .top_search_ipt::-moz-placeholder{color:#333; }
.header_white .top_search_ipt::-ms-input-placeholder{color:#333; }


.header_white .top_search_btn {
	background:url(static/imgs/search_black.svg) no-repeat center;
	background-size: .2rem;
}
.header_white .top_language_lang p{
	color: #333;
}
.header_white .top_language_lang>iconify-icon {
	color: #333;
}
.header_white .nav_menu i {
	background: #333;
}
.header_white .nav_menu::before,
.header_white .nav_menu::after {
	background: #333;
}





header.on::after{
   height: 100%;
   bottom: auto;
   top: 0;
}
header.on .logo .logo2{
	opacity: 1;
}

header.on .i_nav>.current-menu-item>a,
header.on .i_nav>.current-category-ancestor>a,
header.on .i_nav>.current-post-ancestor>a,
header.on .i_nav>.current-menu-ancestor>a,
header.on .i_nav>.current-menu-parent>a,
header.on .i_nav>li:hover>a,
header.on .i_nav .curr>a {
	color: var(--i_color);
}
header.on .i_nav>li>a::after {
	background-color: var(--i_color);
}
header.on .i_nav>li>a {
	color: #333;
}


header.on .top_search_ipt {
	color: #333;
}


header.on .top_search_ipt::-webkit-input-placeholder{color:#333; }
header.on .top_search_ipt::-moz-placeholder{color:#333; }
header.on .top_search_ipt::-moz-placeholder{color:#333; }
header.on .top_search_ipt::-ms-input-placeholder{color:#333; }


header.on .top_search_btn {
	background:url(static/imgs/search_black.svg) no-repeat center;
	background-size: .2rem;
}
header.on .top_language_lang p{
	color: #333;
}
header.on .top_language_lang>iconify-icon {
	color: #333;
}
header.on .nav_menu i {
	background: #333;
}
header.on .nav_menu::before,
header.on .nav_menu::after {
	background: #333;
}





/* -=---------------------banner--------------------------- */
/* banner */
.banner{width:100%; position:relative;}
.banner .swiper-slide{height:0; overflow:hidden; padding-bottom:100vh; position:relative;}
.banner .swiper-slide>img{position:absolute; top:0; left:0; width:100%; height:100%; object-fit:cover}
.banner .swiper-slide video{position:absolute; left:0; top:0; width:100%; height:100%!important; object-fit:cover; z-index:2}
.banner .swiper-slide{
	width: 100%;
	display: block;
	transition:all 0.3s ease;
}
.banner .swiper-button-prev, .banner .swiper-button-next{
	position:absolute;
	top:50%;
	transform:translate(0,-50%);
	width:50px;
	height:50px;
	z-index:999;
	outline:none;
	cursor:pointer;
	-moz-user-select:none; /*火狐*/
    -webkit-user-select:none; /*webkit浏览器*/
    -ms-user-select:none; /*IE10*/
    -khtml-user-select:none; /*早期浏览器*/
    user-select:none;
	-webkit-border-radius:200px; -moz-border-radius:200px; border-radius:200px;
	-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;
}
.banner .swiper-button-prev{left:-50px; background:rgba(0,0,0,.6) url(static/imgs/arrow_left_kx_bai.svg) no-repeat center; background-size:22px}
.banner .swiper-button-next{right:-50px; background:rgba(0,0,0,.6) url(static/imgs/arrow_right_kx_bai.svg) no-repeat center; background-size:22px}
.banner:hover .swiper-button-prev{left:4%}
.banner:hover .swiper-button-next{right:4%}
.banner .swiper-button-prev:hover, .banner .swiper-button-next:hover{background-color:var(--i_color)}

.banner .pagination-all{
	position:absolute;
    bottom: 5%;
    left: 50%;
	transform:translate(-50%,0);
	cursor:pointer;
	z-index:10;
}
.banner .swiper-pagination {
	position: relative;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	text-align: left;
}
.banner .swiper-pagination-bullet {
	width: 0.08rem;
	height: 0.08rem;
	border-radius: 50%;
	box-sizing: border-box;
	background: #fff;
	opacity: 1;
	margin: 0 0.05rem;
	position: relative;
	z-index: 4;
	transition: all 0.5s ease;

}
.banner .swiper-pagination-bullet-active {
    position: relative;
	width: 1rem;
	border-radius: 2rem;
}
.banner .swiper-container{
	position: relative;
}





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

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

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

}
@media screen and (max-width:1024px){
	.banner .swiper-button-prev,.banner .swiper-button-next{display: none;}
	.banner {
		position: relative;
		top: initial;
		height: auto;
		-webkit-border-radius: 0 0;
		border-radius: 0 0;
	}
	.banner .swiper-slide {
		padding-bottom: 49%
	}
}
@media screen and (max-width:959px){

}
@media screen and (max-width:767px){
	.banner .swiper-pagination-bullet-active {
		width: 0.6rem;
	}
}
@media screen and (max-width:560px){

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

}


/* --------------------banner文字------------------- */
.banner_text1{
   position: absolute;
   top: 32%;
   left: 50%;
   transform: translate(-50%, -50%);
}
.banner_text1 h3{
   line-height: 145%;
   font-size: 0.44rem;
   color: #fff;
   font-weight: bold;
   text-align: center;
   text-transform: uppercase;
   margin-bottom: 0.2rem;
}
.banner_text1 h4{
   font-size: 0.2rem;
   color: #fff;
   line-height: 140%;
   text-align: center;
   margin-bottom: 0.3rem;
}
.banner_text2{
	top: 50%;
}
.banner_text_left h3,
.banner_text_left h4{
	text-align: left !important;
}
.banner_text2 .banner_text_area{
	width: 50%;
}







@media screen and (max-width:1440px){
	.banner_text1 h3 {
		font-size: 0.4rem;
		margin-bottom: 0.2rem;
	}
	.banner_text1 h4{
		font-size: 0.18rem;
		margin-bottom: 0.2rem;
	}
}
@media screen and (max-width:1200px){
	.banner_text1 h3 {
		font-size: 0.35rem;
	}
}
@media screen and (max-width:1024px){
	.banner_text1 h3 {
		font-size: 0.3rem;
		margin-bottom: 0.1rem;
	}
	.banner_text1 h3 br{
		display: none;
	}
	.banner_text1 h4{
		font-size: 0.16rem;
		margin-bottom: 0.1rem;
	}
}
@media screen and (max-width:960px){
	.banner_text1 h3 {
		font-size: 0.25rem;
	}
}
@media screen and (max-width:767px){
	.banner_text1 h3 {
		font-size: 0.2rem;
		text-align: 0 0 0.1rem rgba(0,0,0,0.8);
	}
	.banner_text1 h4{
		display: none;
	}
	.banner_text1 {
		top: 46%;
	}
	.banner_text1 .home_btn_a::after{
		height: 100%;
	}
	.banner_text1 .home_btn_a p,
	.banner_text1 .home_btn_a iconify-icon{
		color: #fff !important;
	}
	.banner_text2 .home_btn_a p,
	.banner_text2 .home_btn_a iconify-icon{
		color: var(--i_color) !important;
	}
}
@media screen and (max-width:560px){
    .banner_text1 {
        top: 52%;
    }
	.banner_text2 .banner_text_area{
		width: 100%;
	}
	.banner_text2 {
        top: 58%;
    }
}
@media screen and (max-width:425px){

}






/* home_btn */

.home_btn{
   flex-shrink: 0;
}
.home_btn_center{
	display: flex;
	justify-content: center;
}
.home_btn_a{
   display: inline-block;
   box-sizing: border-box;
   padding: 0.145rem 0.3rem;
   position: relative;
   z-index: 2;
}
.home_btn_a::after{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 0.02rem;
	background-color: var(--i_color);
	z-index: -1;
	transition: all 0.5s ease;
}
.home_btn_flex{
   display: flex;
   align-items: center;
   gap: 0.1rem;
}
.home_btn_flex p{
   font-size: 0.18rem;
   color: var(--i_color);
   text-transform: capitalize;
   font-weight: bold;
   transition: all 0.3s ease;
}
.home_btn_flex iconify-icon{
   font-size: 0.18rem;
   color: var(--i_color);
   transition: all 0.3s ease;
}

.home_btn_a:hover::after{
	height: 100%;
}
.home_btn_a:hover p,
.home_btn_a:hover iconify-icon{
	color: #fff;
}
.home_btn_center{
	display: flex;
	justify-content: center;
}



.home_btn_white .home_btn_a{
    border-top: 0.02rem solid #fff;
	border-left: 0.02rem solid #fff;
	border-right: 0.02rem solid #fff;
}
.home_btn_Nn .home_btn_a{
	border-top: 0.02rem solid transparent;
	border-left: 0.02rem solid transparent;
	border-right: 0.02rem solid transparent;
}
.home_btn_white p,
.home_btn_white iconify-icon{
	color: #fff !important;
}
.home_btn_white .home_btn_a::after{
	background-color: #fff;
}


.home_btn_white .home_btn_a:hover p,
.home_btn_white .home_btn_a:hover iconify-icon{
	color: var(--i_color) !important;
}



.home_btn_black p,
.home_btn_black iconify-icon{
	color: #333 !important;
}
.home_btn_black .home_btn_a::after{
	background-color: #333;
}


.home_btn_black .home_btn_a:hover p,
.home_btn_black .home_btn_a:hover iconify-icon{
	color: #fff !important;
}




@media screen and (max-width:1440px){
	.home_btn_a{
		padding: 0.12rem 0.25rem;
	}
	.home_btn_flex p{
		font-size: 0.16rem;
	}
	.home_btn_flex iconify-icon{
		font-size: 0.16rem;
	}
}
@media screen and (max-width:1200px){

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

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

}
@media screen and (max-width:767px){
	.home_btn_a{
		padding: 0.1rem 0.2rem;
	}
	.home_btn_flex p{
		font-size: 0.14rem;
	}
	.home_btn_flex iconify-icon{
		font-size: 0.14rem;
	}
}
@media screen and (max-width:560px){

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

}


/* category */
.category_bac{
	box-sizing: border-box;
	padding: 0.8rem 0;
}
.category{

}
.category_ul{
   display: flex;
   flex-wrap: wrap;
   gap: 0.3rem;
   margin-top: 0.4rem;
}
.category_ul li{
   width: calc((100% - 0.6rem) / 3);
}
.category_ul li a{
   display: flex;
   flex-direction: column;
   align-items: center;
   width: 100%;
   background-color: #F6F8F7;
   border: 1px solid #E5E5E5;
   box-sizing: border-box;
   padding: 0.2rem 4% 0.25rem 4%;
   position: relative;
}
.category_ul li a::after{
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%,0);
	width: 0;
	height: 2px;
	background-color: var(--i_color);
	transition: all 0.5s ease;
}
.category_ul li a img{
   width: 1.4rem;
   height: 1.4rem;
   object-fit: contain;
}
.category_ul li a p{
   text-align: center;
   font-size: 0.24rem;
   color: #333;
   font-weight: bold;
   margin-top: 0.1rem;
   transition: all 0.3s ease;
}
.category_ul li a:hover::after{
	width: 100%;
}
.category_ul li a:hover p{
	color: var(--i_color);
}

@media screen and (max-width:1440px){
	.category_ul li a p {
		font-size: 0.22rem;
	}
	.category_ul {
		gap: 0.2rem;
	}
	.category_ul li {
		width: calc((100% - 0.4rem) / 3);
	}
	.category_ul li a img {
		width: 1.2rem;
		height: 1.2rem;
	}
}
@media screen and (max-width:1200px){
	.category_ul li a p {
		font-size: 0.2rem;
	}
	.category_bac {
		padding: 0.6rem 0;
	}
}
@media screen and (max-width:1024px){
	.category_ul li a p {
		font-size: 0.18rem;
	}
	.category_ul li a img {
		width: 1rem;
		height: 1rem;
	}
}
@media screen and (max-width:960px){
	.category_ul li a p {
		font-size: 0.16rem;
	}
}
@media screen and (max-width:767px){
	.category_ul li {
		width: calc((100% - 0.2rem) / 2);
	}
	.category_ul li a img {
		width: 0.8rem;
		height: 0.8rem;
	}
}
@media screen and (max-width:560px){
	.category_ul {
		gap: 0.1rem;
	}
	.category_ul li {
		width: calc((100% - 0.1rem) / 2);
	}
}
@media screen and (max-width:425px){

}










/* title */
.title_box{
   display: flex;
   align-items: center;
   gap: 0.2rem;
   justify-content: space-between;
}
.title{

}
.title_flex{
   display: flex;
   align-items: center;
   gap: 0.1rem;
}
.title_flex img{
   width: 0.5rem;
   height: 0.5rem;
   object-fit: contain;
}
.title_flex p{
   font-size: 0.4rem;
   color: #333;
   font-weight: bold;
   text-transform: capitalize;
}
.title_flex p b{
   color: var(--i_color);
   font-size: 0.4rem;
   font-weight: bold;
}
.title span{
   font-size: 0.18rem;
   color: #666;
   margin-top: 0.2rem;
   display: block;
   line-height: 140%;
}
.title_center{
	display: flex;
	flex-direction: column;
	align-items: center;
}
.title_center span{
	text-align: center;
}
.title_white img{
	filter: brightness(0) invert(1);
}
.title_white p,
.title_white b,
.title_white span{
	color: #fff !important;
}





@media screen and (max-width:1440px){
	.title_flex img{
		width: 0.45rem;
		height: 0.45rem;
	}
	.title_flex p,
	.title_flex p b{
		font-size: 0.35rem;
	}
	.title span{
		font-size: 0.16rem;
	}
}
@media screen and (max-width:1200px){
	.title_flex p,
	.title_flex p b{
		font-size: 0.3rem;
	}
	.title_flex img{
		width: 0.4rem;
		height: 0.4rem;
	}
}
@media screen and (max-width:1024px){

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

}
@media screen and (max-width:767px){
	.title_flex img{
		width: 0.35rem;
		height: 0.35rem;
	}
	.title_flex p,
	.title_flex p b{
		font-size: 0.25rem;
	}
	.title_box{
		flex-wrap: wrap;
	}
}
@media screen and (max-width:560px){

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

}



/* home_products */
.home_products_bac{
	box-sizing: border-box;
	padding: 0.8rem 0;
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.home_products_bacImg{
	position: absolute;
	width: 100%;
	height: auto;
	top: 0;
	left: 0;
	z-index: -1;
}
.home_products{

}





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

.HP_partner{position:relative}
.HP_partner_list{width:100%; padding:0; margin:0 auto; position:relative; overflow:hidden; z-index:1}
.HP_partner_list .swiper-wrapper{display:flex; position:relative; width:100%; z-index:1}
.HP_partner_list li{
	display:-webkit-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:flex;
	flex-shrink:0;
	position:relative;
	cursor:pointer;
	flex-direction: column;
}
.HP_a{
	display: block;
	width: 100%;
	box-sizing: border-box;
	padding: 0.15rem 0.15rem 0.2rem 0.15rem;
	border: 1px solid #E5E5E5;
	background-color: #fff;
}
.HP_a .img{width:100%; box-sizing:border-box;margin-bottom: 0.2rem; position:relative; overflow:hidden}
.HP_a .img:before{content:""; display:block; padding-bottom:100%}
.HP_a .img img{ position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); width:100%; height:100%; object-fit:cover}


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


.HP_text{

}
.HP_text h3{
   font-size: 0.2rem;
   color: #333;
   line-height: 0.28rem;
   height: 0.56rem;
   overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
  -webkit-box-orient: vertical;
   -webkit-line-clamp: 2;
   font-weight: bold;
   transition: all 0.3s ease;
}
.HP_text h4{
   font-size: 0.16rem;
   color: #666;
   position: relative;
   box-sizing: border-box;
   padding-left: 0.18rem;
   margin-top: 0.15rem;
}
.HP_text h4::after{
	content: '';
	width: 0.06rem;
    height: 0.06rem;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
	background-color: var(--i_color);
}
.HP_text h4 span{
    font-size: 0.16rem;
	color: #FF0000;
}
.HP_text_i{
    display: flex;
	justify-content: center;
	gap: 0.1rem;
	box-sizing: border-box;
	padding-top: 0.2rem;
	margin-top: 0.15rem;
	border-top: 1px solid #E5E5E5;
	transition: all 0.3s ease;
	position: relative;
}
.HP_text_i::after{
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 0;
	height: 1px;
	background-color: var(--i_color);
	transition: all 0.5s ease;
}
.HP_text_i h5{
   font-size: 0.18rem;
   color: #333;
   font-weight: bold;
}
.HP_text_i iconify-icon{
	font-size: 0.18rem;
	color: #333;
}


.HP_a:hover img{
	width: 110%;
	height: 110%;
}
.HP_a:hover h3,
.HP_a:hover h5,
.HP_a:hover iconify-icon{
	color: var(--i_color);
}
.HP_a:hover .HP_text_i{
	border-top: 1px solid transparent;
}
.HP_a:hover .HP_text_i::after{
	width: 100%;
	right: auto;
	left: 0;
}










/* 指示器 */
.HP_partner .pt-pagination{
	text-align:center;
	margin:0.4rem auto 0
}
.HP_partner .pt-pagination .swiper-pagination-bullet{
	width:0.1rem;
	height:0.1rem;
	box-sizing: border-box;
	border: 1px solid transparent;
	cursor:pointer;
	display:inline-block;
	margin:0 0.08rem;
	background: #E1E1E1;
	border-radius:50%;
	opacity: 1;
	outline:none;
	position: relative;
}
.HP_partner .pt-pagination .swiper-pagination-bullet::after{
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
	height: 100%;
	border-radius: 50%;
	border: 1px solid transparent;
	transition: all 0.3s ease;
}
.HP_partner .pt-pagination .swiper-pagination-bullet-active{
	background: var(--i_color);
}
.HP_partner .pt-pagination .swiper-pagination-bullet-active::after{
    transform: translate(-50%,-50%) scale(1.8);
	border: 1px solid rgba(11,118,169,0.6);

}
/* 左右箭头 */
.HP_partner .pt-button-prev, .HP_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;
}
.HP_partner .pt-button-prev iconify-icon, .HP_partner .pt-button-next iconify-icon{
	font-size: 0.2rem;
	color: var(--i_color);
	transition: all 0.3s ease;
}
.HP_partner .pt-button-prev{left:-5%;}
.HP_partner .pt-button-next{right:-5%;}

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

@media screen and (max-width:1440px){
	.HP_text h3 {
		font-size: 0.18rem;
		line-height: 0.24rem;
		height: 0.48rem;
	}
	.HP_text_i h5 {
		font-size: 0.16rem;
	}
}
@media screen and (max-width:1200px){
	.home_products_bac {
		padding: 0.6rem 0;
	}
}
@media screen and (max-width:1024px){

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

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

}
@media screen and (max-width:560px){
	.HP_text_i {
		gap: 0.05rem;
		padding-top: 0.15rem;
		margin-top: 0.1rem;
	}
	.HP_a {
		padding: 0.1rem 0.1rem 0.15rem 0.1rem;
	}
	.HP_partner .pt-pagination .swiper-pagination-bullet{
		width:0.08rem;
		height:0.08rem;
	}
}


/* partner */
.partner_bac{

}
.partner{

}



/*  */
.ptr_partner_box{}

.ptr_partner{position:relative;}
.ptr_partner_list{width:100%; padding:0; margin:0 auto; position:relative; overflow:hidden; z-index:1}
.ptr_partner_list .swiper-wrapper{
	position: relative;
    width: 100%;
    z-index: 1;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
	gap: 0.14rem 0;

}
.ptr_partner_list li{
	display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-shrink: 0;
    position: relative;
    cursor: pointer;
    flex-direction: column;
	margin-top: 0 !important;
}

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

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





/* 指示器 */

.ptr_partner .pt-pagination {
    background: #D8D8D8;
    position: relative;
    width: 100%;
    height: 2px;
	margin-top: 0.3rem;
}
.ptr_partner .pt-pagination span{
	background-color: var(--i_color2);
}



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

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

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

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

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

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

}




/* home_about */
.home_about_bac{
   background: url('static/imgs/home_about_bac.webp') center no-repeat;
   background-size: cover;
   position: relative;
   box-sizing: border-box;
   padding-top: 0.8rem;
   margin-top: 1.6rem;
}
.home_about_top{
	position: absolute;
	top: 0%;
	left: 0;
	transform: translateY(-50%);
	background: linear-gradient(250deg, #104378 -1%, #088ABC 100%);
	width: 37.1875%;
	border-radius: 0 0.2rem 0 0;
	box-sizing: border-box;
	padding: 0.4rem 4% 0.4rem 8%;
}
.home_about_top p{
	font-size: 0.5rem;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	position: relative;
}
.home_about_top p:nth-child(1){
	margin-bottom: 0.4rem;
	display: inline-block;
}
.home_about_top p:nth-child(1)::after{
    content: '';
	position: absolute;
	width: 1rem;
	height: 0.05rem;
	background-color: #fff;
	top: 50%;
	right: -0.2rem;
	transform: translate(100%,-50%);
}




.home_about{
   display: flex;
   flex-wrap: wrap;
   align-items: flex-end;
   overflow: hidden;
}
.home_about_left{
   width: 46.875%;
   box-sizing: border-box;
   padding: 0 2% 0.7rem 0%;
}
.home_about_left img{
	width: 100%;
	height: auto;
}
.home_about_right{
	width: 53.125%;
}
.home_about_right h3{
   font-size: 0.64rem;
   color: rgba(255, 255, 255, .3);
   font-weight: bold;
   text-transform: uppercase;
}
.home_about_right h4{
	font-size: 0.48rem;
	color: rgba(255, 255, 255, .3);
	font-weight: bold;
	margin: 0.3rem 0 0.35rem 0;
}
.home_about_box{
   display: flex;
}
.home_about_text{
    width: 60.78%;
	background: linear-gradient(138deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0) 100%);
	box-sizing: border-box;
	padding: 0.4rem 4% 1.25rem 4%;
}
.home_about_text h5{
    font-size: 0.24rem;
	font-weight: bold;
	color: #fff;
	border-bottom: 2px solid #fff;
	box-sizing: border-box;
	padding-bottom: 0.25rem;
	margin-bottom: 0.25rem;
}
.home_about_text h6{
    font-size: 0.18rem;
	line-height: 150%;
	color: #fff;
	margin-bottom: 0.55rem;
}
.home_about_img{
   width: 39.22%;
}
.home_about_img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}


@media screen and (max-width:1440px){
	.home_about_top p {
		font-size: 0.45rem;
	}
	.home_about_top p:nth-child(1) {
		margin-bottom: 0.35rem;
	}
	.home_about_top p:nth-child(1)::after {
		width: 0.9rem;
		height: 0.04rem;
	}
	.home_about_right h3 {
		font-size: 0.6rem;
	}
	.home_about_right h4 {
		font-size: 0.4rem;
		margin: 0.25rem 0;
	}
	.home_about_text {
		padding: 0.35rem 4% 1rem 4%;
	}
	.home_about_text h6 {
		font-size: 0.16rem;
		margin-bottom: 0.4rem;
	}
}
@media screen and (max-width:1200px){
	.home_about_top p {
		font-size: 0.4rem;
	}
	.home_about_top p:nth-child(1) {
		margin-bottom: 0.3rem;
	}
	.home_about_top p:nth-child(1)::after {
		width: 0.8rem;
		height: 0.03rem;
	}
	.home_about_right h3 {
		font-size: 0.5rem;
	}
	.home_about_right h4 {
		font-size: 0.3rem;
		margin: 0.2rem 0;
	}
	.home_about_text {
		padding: 0.3rem 4% 0.6rem 4%;
	}
}
@media screen and (max-width:1024px){
	.home_about_top p {
		font-size: 0.3rem;
	}
	.home_about_top p:nth-child(1) {
		margin-bottom: 0.2rem;
	}
	.home_about_top{
		display: none;
	}
	.home_about_right h3 {
		font-size: 0.4rem;
	}
	.home_about_right h4 {
		font-size: 0.25rem;
	}
	.home_about_right {
		width: 100%;
	}
	.home_about_right h3,
	.home_about_right h4{
		box-sizing: border-box;
		padding: 0 4%;
	}
	.home_about_left {
		width: 50%;
		padding: 0 2% 0.6rem 0%;
	}
	.home_about_bac {
		padding-top: 0.6rem;
		margin-top: 0.4rem;
	}
}
@media screen and (max-width:960px){
	.home_about_left {
		width: 80%;
		padding: 0 2% 0.4rem 0%;
	}
}
@media screen and (max-width:767px){
	.home_about_left {
		width: 100%;
	}
	.home_about_img{
		display: none;
	}
	.home_about_text{
		width: 100%;
	}
	.home_about_right h3 {
		font-size: 0.3rem;
	}
	.home_about_right h4 {
		font-size: 0.2rem;
	}
}
@media screen and (max-width:560px){

	.home_about_right h4 {
		font-size: 0.16rem;
	}
}
@media screen and (max-width:425px){

}



/* home_service */
.home_service_bac{
    box-sizing: border-box;
    padding-top: 0.8rem;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.home_service_bacImg{
	position: absolute;
    width: 100%;
    height: auto;
    top: 0;
    left: 0;
    z-index: -1;
}
.home_service{

}
.home_service_ul{
   display: flex;
   flex-wrap: wrap;
   box-sizing: border-box;
   padding: 0.4rem;
   border-top: 0.06rem solid var(--i_color);
   background-color: #fff;
   gap: 0.3rem;
   margin-top: 0.75rem;
}
.home_service_ul li{
   width: calc((100% - 0.6rem) / 3);

}
.home_service_ul li img{
    width: 100%;
	height: auto;
}
.home_service_ul li h3{
    font-size: 0.24rem;
	color: #333;
	text-align: center;
	text-transform: capitalize;
    font-weight: bold;
	margin: 0.3rem 0 0.15rem 0;
	transition: all 0.3s ease;
}
.home_service_ul li h4{
    line-height: 144%;
	font-size: 0.18rem;
	color: #666;
	text-align: center;
}

.home_service_ul li:hover h3{
	color: var(--i_color);
}



@media screen and (max-width:1440px){
	.home_service_ul li h3{
		font-size: 0.22rem;
		margin: 0.2rem 0 0.1rem 0;
	}
	.home_service_ul li h4{
		font-size: 0.16rem;
	}
	.home_service_ul {
		padding: 0.35rem;
		border-top: 0.04rem solid var(--i_color);
		gap: 0.2rem;
		margin-top: 0.6rem;
	}
	.home_service_ul li {
		width: calc((100% - 0.4rem) / 3);
	}

}
@media screen and (max-width:1200px){
	.home_service_ul {
		padding: 0.3rem;
		margin-top: 0.4rem;
	}
	.home_service_bac {
		padding-top: 0.6rem;
	}


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

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

}
@media screen and (max-width:767px){
    .home_service_ul li {
        width: 100%;
    }
	.home_service_ul {
        padding: 0.2rem;
    }
}
@media screen and (max-width:560px){

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

}


/* home_news */
.home_news_bac{
    box-sizing: border-box;
	padding: 0.8rem 0;
}
.home_news{

}


.homeNews_cont{display:-webkit-flex; display:flex; flex-wrap:wrap;margin: 0.6rem 0;}

.homeNews_top{flex-shrink: 0; width: 48%;}
.homeNews_top .coverPic{width:100%; position:relative;  overflow:hidden}
.homeNews_top .coverPic::before{content:""; display:block; padding-bottom:65%}
.homeNews_top .coverPic img{position:absolute; top:0; left:0; width:100%; height:100%; object-fit: cover; transition:all .5s ease;}
.homeNews_top .date{position: absolute;bottom: .2rem;left: .2rem; background: var(--i_color);   text-align: center; padding: .1rem;}
.homeNews_top .date b{display: block; margin-bottom: 2px; font-size: 0.24rem;color: #FFF;}
.homeNews_top .date i{font-size: 14px;color: #FFF;}
.homeNews_top span{display: block;margin-top: 0.24rem;}
.homeNews_top h6{font-size: 0.2rem;font-weight: bold; line-height: 1.4;}
.homeNews_top p{margin-top: 0.1rem; font-size: 0.16rem;color: #666;line-height: 1.5;}
.homeNews_top h6,.homeNews_top p{overflow:hidden; display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:2;}

.homeNews_top:hover img{transform: scale(1.05, 1.05);}
.homeNews_top:hover h6{color: var(--i_color);}


.homeNews_list{margin-left: auto; width: 48%; box-sizing: border-box; padding-left: 0.6rem; border-left: 1px solid #DDD;}
.homeNews_list li{margin-top: 0.3rem;padding-top: 0.3rem; border-top: 1px solid #DDD;}
.homeNews_list li:first-child{margin-top: 0;padding-top: 0;border-top: none;}
.homeNews_list a{display:-webkit-flex; display:flex; flex-wrap:nowrap; gap: 0 .5rem; align-items: center;}

.homeNews_list span{width: 100%;}
.homeNews_list span h6{font-size: 0.2rem;font-weight: bold;}
.homeNews_list span p{margin: .1rem 0 .16rem; font-size: 0.16rem;color: #666; line-height: 1.5;}
.homeNews_list span h6,.homeNews_list span p{overflow:hidden; display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:2;}
.homeNews_list span i{font-size: 14px;color: #666;}

.homeNews_list .coverPic{flex-shrink: 0; width:30%; position:relative; overflow:hidden}
.homeNews_list .coverPic::before{content:""; display:block; padding-bottom:65%}
.homeNews_list .coverPic img{position:absolute; top:0; left:0; width:100%; height:100%; object-fit: cover; transition:all .5s ease;}

.homeNews_list li:hover h6{color: var(--i_color);}
.homeNews_list li:hover img{transform: scale(1.05, 1.05);}
@media screen and (max-width:1200px){
	.homeNews_cont{margin: 0.4rem 0;}
	.home_news_bac{
		padding: 0.6rem 0;
	}
}
@media screen and (max-width:1024px) {
	.homeNews_top{width: 100%;}
	.homeNews_list{width: 100%; margin: 36px 0 0; padding: 0 0;border: none;}
	.homeNews_list li:first-child{padding-top: 0.3rem; border-top: 1px solid #DDD;}

	.homeNews_top h6,.homeNews_list span h6{font-size: 18px;}
}
@media screen and (max-width:768px) {
	.homeNews_top h6,.homeNews_list span h6{font-size: 17px;}
	.homeNews_top p,.homeNews_list span p{font-size: 14px;}
}
@media screen and (max-width:560px) {
	.homeNews_top .date b{font-size: 20px;}
	.homeNews_list{margin-top: 20px;}
	.homeNews_top h6,.homeNews_list span h6{font-size: 16px;}
	.homeNews_list a{gap: 0 26px;}
	.homeNews_list .coverPic{width: 34%;}
	.homeNews_list span h6, .homeNews_list span p {
		-webkit-line-clamp: 1;
	}
}


/* footer */
.footer_bac{
   background: url('static/imgs/footer_bac.webp') center no-repeat;
   background-size: cover;
}
.footer{

}
.footer_top{
   display: flex;
   justify-content: space-between;
   align-items: center;
   box-sizing: border-box;
   padding: 0.5rem 0 0.3rem 0;
   border-bottom: 1px solid rgba(220,220,220,0.2);
}
.footer_top img{
   height: 0.92rem;
}
.footer_share{
   display: flex;
   align-items: center;
   gap: 0.3rem;
}
.footer_share dt{

}
.footer_share dt a{
   display: flex;
   width: 0.44rem;
   height: 0.44rem;
   justify-content: center;
   align-items: center;
   background: rgba(255, 255, 255, .1);
   transition: all 0.3s ease;
}
.footer_share dt a iconify-icon{
   font-size: 0.2rem;
   color: #999;
   transition: all 0.3s ease;
}
.footer_share dt a:hover{
   background-color: var(--i_color);
   transform: translateY(-5px);
}
.footer_share dt a:hover iconify-icon{
	color: #fff;
}
.footer_center{
   display: flex;
   box-sizing: border-box;
   padding: 0.4rem 0;

}
.footer_1{
   width: 23.75%;
}
.footer_h3{
   font-size: 0.22rem;
   color: #fff;
   font-weight: bold;
   text-transform: uppercase;
   margin-bottom: 0.3rem;
}
.footer_ul{
   display: flex;
   flex-direction: column;
   gap: 0.2rem;
}
.footer_ul ul{
	display: none !important;
}
.footer_ul li{

}
.footer_ul li a{
   font-size: 0.16rem;
   color: #fff;
   text-transform: capitalize;
   position: relative;
   transition: all 0.3s ease;
   box-sizing: border-box;
   padding-bottom: 2px;
}
.footer_ul li a::after{
	content: '';
	position: absolute;
    width: 0;
	height: 1px;
	background-color: var(--i_color);
	right: 0;
	bottom: 0;
	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_2{
	width: 22.81%;
}
.footer_3{
	width: 22.5%;
}
.footer_4{
	width: 30.94%;
}
.footer_contact{
   display: flex;
   flex-direction: column;
   gap: 0.15rem;
}

.footer_contact li{

}
.footer_contact li a{
   font-size: 0.16rem;
   color: #fff;
   transition: all 0.3s ease;
}
.footer_contact li a:hover{
	color: var(--i_color);
}
.footer_ewm{
   display: flex;
   gap: 0.3rem;
   margin-top: 0.3rem;
}
.footer_ewm dt{

}
.footer_ewm dt img{
   width: 1.2rem;
   height: 1.2rem;
   object-fit: contain;
}
.footer_ewm dt p{
    font-size: 0.16rem;
	color: #fff;
	text-align: center;
	margin-top: 0.1rem;
}
.footer_down_bac{
	box-sizing: border-box;
	padding: 0.4rem 0;
	background-color: #232323;
}
.footer_down{

}
.footer_down p{
	font-size: 0.16rem;
	color: #fff;
}
.footer_down p a{
	font-size: 0.16rem;
	color: #fff;
	transition: all 0.3s ease;
}
.footer_down p a:hover{
	color: var(--i_color);
}


@media screen and (max-width:1440px){
	.footer_top img {
		height: 0.8rem;
	}
}
@media screen and (max-width:1200px){
	.footer_top img {
		height: 0.7rem;
	}
}
@media screen and (max-width:1024px){
	.footer_top img {
		height: 0.6rem;
	}
	.footer_1,.footer_2,.footer_3{
		display: none;
	}
	.footer_4{
		width: 100%;
	}
}
@media screen and (max-width:960px){
	.footer_top img {
		height: 0.5rem;
	}
}
@media screen and (max-width:767px){

	.footer_share{
		display: none;
	}
	.footer_ewm{
		display: none;
	}
	.footer_down_bac {
		padding: 0.25rem 0 0.75rem 0;
	}
}
@media screen and (max-width:560px){

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

}



/* banner_about */
.banner_top{
	margin-top: var(--header_heights);
}
.banner_about{
    position: relative;
}
.banner_about::after{
    content: '';
	display: block;
	padding-bottom: 25%;
}
.banner_about img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.banner_about_p{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.banner_about_p p{
	font-size: 0.48rem;
	color: #fff;
	font-weight: bold;
	text-transform: capitalize;
	text-align: center;
}


@media screen and (max-width:1440px){
	.banner_about_p p{
		font-size: 0.4rem;
	}
}
@media screen and (max-width:1200px){
	.banner_about_p p{
		font-size: 0.35rem;
	}
}
@media screen and (max-width:1024px){
	.banner_about_p p{
		font-size: 0.3rem;
	}
	.banner_top{
		margin-top: var(--header_height);
	}
}
@media screen and (max-width:960px){
	.banner_about_p p{
		font-size: 0.28rem;
	}
}
@media screen and (max-width:767px){
	.banner_about_p p{
		font-size: 0.26rem;
	}
}
@media screen and (max-width:560px){
	.banner_about_p p{
		font-size: 0.24rem;
	}
}
@media screen and (max-width:425px){

}




/* 当前位置 */
.in_position{padding:0.14rem 0;background-color: #fff;}

.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: 0.4rem 0 0.8rem 0;
   position: relative;
   z-index: 2;
   overflow: hidden;
}
.about_us_bacImg{
    position: absolute;
    width: 100%;
    height: auto;
    bottom: 0;
    left: 0;
    z-index: -1;
}
.about_us{
   background-color: #fff;
}
.about_us_box{
   display: flex;
   flex-wrap: wrap;
   align-items: center;
}
.about_us_left{
   width: 51.25%;
   box-sizing: border-box;
   padding:0 4%;
}
.about_us_left h3{
   font-size: 0.18rem;
   line-height: 166%;
   color: #333;
   margin-top: 0.4rem;
}
.about_us_right{
   width: 48.75%;
   position: relative;
   cursor: pointer;
}
.about_us_right::after{
   content: '';
   display: block;
   padding-bottom: 70%;
}
.about_us_right img{
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%,-50%);
   width: 100%;
   height: 100%;
   object-fit: cover;
}

.about_us_down{
   display: flex;
   flex-wrap: wrap;
   margin-top: 0.4rem;
   padding-bottom: 0.4rem;
   box-sizing: border-box;
}
.about_us_tt{
   width: 35.31%;
   background: linear-gradient(253deg, #104378 0%, #088ABC 100%);
   box-sizing: border-box;
   padding: 0.5rem 2% 0.35rem 4%;
   margin-left: -0.3rem;
   clip-path: polygon(0 0, 100% 14%, 100% 100%, 0% 100%);
}
.about_us_h4{
   display: flex;
   gap: 0.1rem;
   align-items: center;
}
.about_us_tt h4{
   font-size: 0.26rem;
   color: #fff;
   font-weight: bold;
}
.about_us_h4 img{
	height: 0.09rem;
}
.about_us_tt h5{
   font-size: 0.18rem;
   color: #fff;
   font-weight: bold;
   margin-top: 0.2rem;
}
.about_us_num{
   display: flex;
   justify-content: space-between;
   align-items: center;
   width: 64.65%;
   box-sizing: border-box;
   padding:0 2% 0 5%;
}
.about_us_num li{

}
.about_us_s{
   display: flex;
   gap: 0.4rem;
   align-items: center;
}
.about_us_s img{
   height: 0.48rem;
}
.about_us_s p{
   font-size: 0.18rem;
   color: #666;
   text-transform: capitalize;
   position: relative;
}
.about_us_s p::after{
	content: '';
	position: absolute;
	left: -0.2rem;
	width: 1px;
	height: 0.24rem;
	top: 50%;
	transform: translateY(-50%);
	background-color: #E5E5E5;
}
.about_us_num li h6{
   display: flex;
   align-items: center;
   gap: 0.05rem;
   font-size: 0.4rem;
   color: #666;
   line-height: 100%;
   margin-top: 0.25rem;
}
.about_us_num li h6 span{
    font-size: 0.48rem;
	color: var(--i_color);
	font-weight: bold;
	line-height: 100%;
}


@media screen and (max-width:1440px){
	.about_us_left h3 {
		font-size: 0.16rem;
		margin-top: 0.2rem;
	}
	.about_us_s img {
		height: 0.4rem;
	}
	.about_us_s p {
		font-size: 0.16rem;
	}
	.about_us_num li h6 span {
		font-size: 0.4rem;
	}
	.about_us_num li h6 {
		font-size: 0.3rem;
		margin-top: 0.2rem;
	}
	.about_us_tt h4 {
		font-size: 0.24rem;
	}
	.about_us_tt h5 {
		font-size: 0.16rem;
		margin-top: 0.1rem;
	}

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

}
@media screen and (max-width:960px){
	.about_us_tt{display: none;}
	.about_us_num {
		width: 100%;
		padding: 0 4%;
	}
}
@media screen and (max-width:767px){
	.about_us_left {
		width: 100%;
		padding: 0 4%;
	}
	.about_us_right {
		width: 50%;
		margin-top: 0.2rem;
	}
}
@media screen and (max-width:560px){
	.about_us_right {
		width: 100%;
	}
	.about_us_down{
		display: none;
	}
}
@media screen and (max-width:425px){

}


/* about_adv */
.about_adv_bac{
   box-sizing: border-box;
   padding: 0.6rem 0;
}
.about_adv{

}




/* 手风琴 */
.sfj {
	margin-top: 0.4rem;
}
.sfj ul {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.sfj ul li {
	width: 25%;
	position: relative;
	padding-bottom: 32%;
	box-sizing: border-box;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	border-radius: 0.05rem;
	overflow: hidden;

}
.sfj ul li>img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	overflow: hidden;
}
.sfj ul li .txt {
	position: absolute;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	text-align: center;
	left: 0;
	bottom: 0;
	padding: 0.3rem 0.1rem;
	box-sizing: border-box;
	width: 100%;

}
.sfj ul li .txt p {
	transition: all .6s ease;
	text-align: center;
	color: #fff;
	font-size: 0.2rem;
	margin: 0.1rem 0;
	font-weight: bold;
}
.sfj ul li .txt h6 {
	display: none;
	-webkit-transition: all .6s ease;
	transition: all .6s ease;
	color: #fff;
	font-size: 0.18rem;
	line-height: 166%;
}
.sfj ul li.active {
	width: 47%;
}
.sfj ul li.active .txt {
	text-align: start;
	width: 100%;
	padding: 0.3rem 0.8rem 0.3rem 0.3rem;
	box-sizing: border-box;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
}
.sfj ul li.active .txt p {
	text-align: start;
}
.sfj ul li.active .txt h6 {
	display: block;
}
@media screen and (max-width:1440px) {}
@media screen and (max-width:1366px) {}
@media screen and (max-width:1200px) {}
@media screen and (max-width:1024px) {
	.sfj ul li,
	.sfj ul li.active {
		width: 100%;
		padding-bottom: 60%;
	}
	.sfj ul li.active .txt {
		padding: 0.1rem;
	}
	.sfj ul li .txt img {
		height: 0.4rem;
	}

}
@media screen and (max-width:768px) {}
@media screen and (max-width:560px) {
	.sfj ul li .txt h6{
		height: 1.1rem;
		overflow: auto;
	}
	/*滚动条*/
	.sfj ul li .txt h6::-webkit-scrollbar{width:1px; height:1px}
	.sfj ul li .txt h6::-webkit-scrollbar-thumb{-webkit-box-shadow:inset 0 0 5px rgba(0,0,0,0.2); background:var(--i_color)}
	.sfj ul li .txt h6::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 5px rgba(0,0,0,0.2); border-radius:0; background:#F1F1F1}
	.sfj ul li .txt p {
		font-size: 0.16rem;
	}
	.sfj ul li .txt h6 {
		font-size: 0.14rem;
	}
}



/* stories */
.stories_bac{
   box-sizing: border-box;
   padding: 0.6rem 0;
   overflow: hidden;
}
.stories{

}



.explore_list .swiper-wrapper {
  display: -webkit-flex;
  display: flex;
  position: relative;
  width: 100%;
  box-sizing: border-box;
}
.explore_list .swiper-slide {
  box-sizing: border-box;
  flex-shrink: 0;
  position: relative;
}

.explore_list .swiper-slide .img {
  position: relative;
  padding-bottom: 92%;
  /* overflow: hidden; */
}
.explore_list .swiper-slide .img > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.explore_list .swiper-slide .txt {
  padding: 0.25rem;
  box-sizing: border-box;
  position: absolute;
  right: -40px;
  bottom: 0;
  width: 90%;
  background: rgba(255, 255, 255, 0.5);
  box-shadow: rgba(0, 0, 0, 0.13) 0px 2px 38px 0px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 0;
}

.explore_list .swiper-slide .txt p {
   display: flex;
   align-items: center;
   gap: 0 4%;
   font-size: 0.16rem;
   color: #666;
   box-sizing: border-box;
   padding-left: 0.4rem;
   position: relative;

}
.explore_list .swiper-slide .txt p::after{
	content: '';
	position: absolute;
	width: 0.24rem;
	height: 0.02rem;
	background-color: #FF5A00;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

.explore_list .swiper-slide .txt h6 {
	line-height: 123%;
	font-size: 0.26rem;
	color: #333;
	margin-top: 0.2rem;
}

.explore_list .swiper-slide:hover img {
}
.explore_list .swiper-slide:hover .txt {
  background: #fff;
  opacity: 1;
}

.explore-prev,
.explore-next {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 0.4rem;
  height: 0.4rem;
  background: var(--i_color);
  z-index: 3;
  cursor: pointer;
  outline: none;
  -webkit-user-select: none;
  user-select: none;
}
.explore-prev {
  left: 5%;
}
.explore-next {
  right: 5%;
}
.explore-prev iconify-icon,
.explore-next iconify-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 0.3rem;
  color: #fff;
}
.explore_list .swiper-button-disabled {
  cursor: not-allowed;
}
.explore-prev:hover,
.explore-next:hover {
  background: var(--i_color);
}

/* -------------------------- */


/* 指示器 */
.explore_list .pt-pagination{
	text-align:center;
	margin:0.4rem auto 0
}
.explore_list .pt-pagination .swiper-pagination-bullet{
	width:0.1rem;
	height:0.1rem;
	box-sizing: border-box;
	border: 1px solid transparent;
	cursor:pointer;
	display:inline-block;
	margin:0 0.08rem;
	background: #E1E1E1;
	border-radius:50%;
	opacity: 1;
	outline:none;
	position: relative;
}
.explore_list .pt-pagination .swiper-pagination-bullet::after{
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
	height: 100%;
	border-radius: 50%;
	border: 1px solid transparent;
	transition: all 0.3s ease;
}
.explore_list .pt-pagination .swiper-pagination-bullet-active{
	background: var(--i_color);
}
.explore_list .pt-pagination .swiper-pagination-bullet-active::after{
    transform: translate(-50%,-50%) scale(1.8);
	border: 1px solid rgba(11,118,169,0.6);

}
















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

	.explore_list .swiper-slide .txt p {
		padding-left: 0.3rem;
	}
	.explore_list .swiper-slide .txt p::after{
		width: 0.2rem;
	}
	.explore_list .swiper-slide .txt h6 {
		font-size: 0.24rem;
		margin-top: 0.2rem;
	}
}
@media screen and (max-width: 1366px) {
}
@media screen and (max-width: 1200px) {
  .explore-prev,
  .explore-next {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .explore_list .swiper-slide .txt {
    right: 0;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {

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

}



/* about_faq */
.about_faq_bac{
   box-sizing: border-box;
   padding-bottom: 0.8rem;
}
.about_faq{

}









.faq {
	margin-top: 0.6rem;
}

.faq ul {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 0.4rem 2%;
}

.faq ul li {
	width: 49%;
	box-sizing: border-box;
	padding: 0.3rem 2%;
	position: relative;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	background: #F6F8F7;
}
.faq ul li img {
	height: 0.5rem;
}
.faq ul li p {
	margin: 0 0 0.1rem 0;
	padding-left: 0.3rem;
	position: relative;
	box-sizing: border-box;
}

.faq ul li p::before {
	content: '';
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	left: 0;
	width: 0.08rem;
	height: 0.08rem;
	background: linear-gradient(225deg, #104378 0%, #088ABC 100%);

}

.faq ul li:hover {
	background: #fff;
	box-shadow: rgba(28, 36, 44, 0.2) 0px 0px 20px 0px;
}

.faq ul li:hover p {
	color: var(--i_color);
}

.faq ul li:hover p::before {
	background: var(--i_color);
}

.faq ul li h6 {
	padding-left: 0.3rem;
	box-sizing: border-box;
}

@media screen and (max-width:1440px) {}
@media screen and (max-width:1366px) {}
@media screen and (max-width:1200px) {
	.faq {
		margin-top: 0.4rem;
	}
	.about_faq_bac{
		padding-bottom: 0.6rem;
	}
}
@media screen and (max-width:1024px) {
	.faq ul {}

	.faq ul li {
		width: 48%;
		box-sizing: border-box;
		padding: 0.2rem;
	}

	.faq ul li .img {
		height: 0.3rem;
	}
}
@media screen and (max-width:768px) {}
@media screen and (max-width:560px) {
	.faq ul li {
		width: 100%;
	}
	.faq ul li p{
		font-size: 0.2rem;
	}
	.faq ul li h6{
		font-size: 0.16rem;
	}
}


/* service_us */
.service_us_bac{
   box-sizing: border-box;
   padding: 0.4rem 0 0.8rem 0;
}
.service_us{

}




/* 选项卡样式 */

.xxkbox {
	padding-top: 0.8rem;

}
.xxkbox .xxk {
	margin: 0 auto;
}

.xxkbox .tab-list {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: end;
	gap: .1rem;
	width: 48%;
}

.xxkbox .tab {
	padding: 10px 20px;
	cursor: pointer;
	border: 1px solid var(--i_color);
	border-radius: 0.05rem;
}

.xxkbox .tab:hover {
	background: var(--i_color);
	color: #fff;
}


.xxkbox .tab.active {
	background: var(--i_color);
	color: #fff;
}

.xxkbox .tab-content {}

.xxkbox .content {
	display: none;
}

.xxkbox .content.active {
	display: block;
}


@media screen and (max-width:1440px) {
	.xxkbox {
		padding-top: 0.6rem;
	}
}
@media screen and (max-width:1366px) {}
@media screen and (max-width:1200px) {}
@media screen and (max-width:1024px) {
	.xxkbox .tab {
		/* width: 100%; */
		padding: 0.1rem;
		font-size: 0.14rem;
	}

	.xxkbox .tab-list {
		margin-top: 0.2rem;
		width: 100%;
		justify-content: space-between;
	}
	.xxkbox {
		padding-top: 0.4rem;
	}
	.tab-list {
		display: flex;
		flex-direction: column;
		gap: 0rem !important;
	}
}
@media screen and (max-width:768px) {}
@media screen and (max-width:560px) {}



/* 选项卡样式 */
.advbox {
	background: url(static/imgs/advbj3.webp) no-repeat center;
	background-size: 100% 100%;
}
.advbox .xxk {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	padding-top: 0.8rem;
}
.advbox .tab-list {
	width: 27%;
}
.advbox .tab {
	padding: 10px;
	cursor: pointer;
	border-bottom: none;
}

.advbox .tab img {
	height: 0.56rem;
}

.advbox .advbox .tab.active {
	background-color: #fff;
}

.advbox .tab-list .imgsss {
	display: none;
}



.advbox .tab.active p {
	color: var(--i_color);
}
.advbox .tab.active h6 {
	color: var(--i_color);
}

.advbox .tab.active h4 {
	color: #333;
}
.advbox .tab-content {
	padding: 10px;
	width: 35%;
	box-sizing: border-box;
	position: relative;
	z-index: 2;
}
.advbox .tab-content::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 160%;
	height: 160%;
	background: url(static/imgs/service_us.png) no-repeat center;
	background-size: cover;
	z-index: 9;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	left: var(--arrow-pos, 50%);
	z-index: -1;
}
.advbox .tab-content.rotat0::before {
	transform: translate(-50%, -50%) rotate(43deg);
}
.advbox .tab-content.rotat2::before {
	transform: translate(-50%, -50%) rotate(181deg);
}
.advbox .tab-content.rotat3::before {
	transform: translate(-50%, -50%) rotate(226deg);
}
.advbox .tab-content.rotat4::before {
	transform: translate(-50%, -50%) rotate(-180deg);
}
.advbox .tab-content.rotat5::before {
	transform: translate(-50%, -50%) rotate(-150deg);
}
.advbox .content {
	display: none;
	cursor: pointer;

}
.tab-list{
	position: relative;
	z-index: 5;
}
.tab-list1 li {
	text-align: end;
}
.advbox .content .yxboxsss {
	width: 90%;
}
.advbox .content .img {
	position: relative;
	padding-bottom: 100%;
	overflow: hidden;
	border-radius: 50%;
}
.advbox .content .img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}
.advbox .content.active {
	display: block;
}
.rota2 {
	transform: rotate(45deg);
}
.tab-list{
	display: flex;
	flex-direction: column;
	gap: 0.2rem 0;
}
.tab h6{
	font-weight: bold;
	margin: 0.1rem 0;
}
@media screen and (max-width:1440px) {}
@media screen and (max-width:1366px) {}
@media screen and (max-width:1200px) {
	.service_us_bac {
		padding: 0.4rem 0 0.6rem 0;
	}
	.advbox .xxk {
		padding-top: 0.6rem;
	}
}
@media screen and (max-width:1024px) {
	.tab.m40 {
		margin: 0;
	}
	.advbox .tab {
		border: 1px solid #d8d8d8;
	}
	.advbox .tab-content {
		overflow: hidden;
	}
	.advbox .tab-content::before {
		width: 115%;
		height: 115%;
		display: none;
	}
	.tab-list1 li {
		text-align: start;
	}
	.tab-content {
		order: -4;
	}
	.tab-list1 {
		order: -2;
	}
	.tab-list {
		order: -3;
	}
	.tab-list li {
		margin-bottom: 0.1rem;
	}
	.advbox .tab-list {
		width: 100%;
	}
	.advbox .tab-content {
		width: 100%;
	}
	.advbox .xxk {
		padding-top: 0.4rem;
	}
}
@media screen and (max-width:768px) {
	.advbox .xxk {
		padding-top: 0.2rem;
	}
}
@media screen and (max-width:560px) {}



/* service_adv */


/* about_choose */
.about_choose_bac{
   background: url('static/imgs/service_adv_bac.webp') center no-repeat;
   background-size: cover;
   box-sizing: border-box;
   padding: 0.8rem 0;
}
.about_choose{

}
.about_choose_box{
   background-color: #fff;
   margin-top: 0.4rem;
   display: flex;
   flex-wrap: wrap;
}
.about_choose_text{
   width: 45.33%;
   box-sizing: border-box;
   padding: 0.6rem;
}
.about_choose_ul{
	display: flex;
	flex-direction: column;
	gap: 0.25rem;
}
.about_choose_ul li{
	display: flex;
	border-bottom: 1px solid #E5E5E5;
	box-sizing: border-box;
	padding-bottom: 0.25rem;
}
.about_choose_ul li img{
   width: 0.4rem;
   height: 0.4rem;
   object-fit: contain;
}
.about_choose_txt{
   width: calc(100% - 0.4rem);
   box-sizing: border-box;
   padding-left: 0.15rem;
}
.about_choose_txt h4{
   font-size: 0.2rem;
   color: #333;
   font-weight: bold;
   margin-top: 0.1rem;
   text-transform: capitalize;
}
.about_choose_txt h5{
   display: none;
   font-size: 0.18rem;
   color: #666;
   line-height: 0.3rem;
   height: 1.5rem;
   overflow: auto;
   box-sizing: border-box;
   padding-right: 0.1rem;
   margin-top: 0.15rem;
   animation: ooo 0.7s ease;
}
/*滚动条*/
.about_choose_txt h5::-webkit-scrollbar{width:1px; height:1px}
.about_choose_txt h5::-webkit-scrollbar-thumb{-webkit-box-shadow:inset 0 0 5px rgba(0,0,0,0.2); background:#333}
.about_choose_txt h5::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 5px rgba(0,0,0,0.2); border-radius:0; background:#F1F1F1}

.about_choose_img{
   width: 54.67%;
}
.about_choose_dl{
	height: 100%;
}
.about_choose_dl dt{
	height: 100%;
	animation: ooo 0.7s ease;
}
.about_choose_dl dt img{
   width: 100%;
   height: 100%;
   object-fit: cover;
}


.about_choose_ul li.current h5{
    display: block;
}

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





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

}
@media screen and (max-width:1200px){
	.about_choose_text {
		padding: 0.4rem;
	}
	.about_choose_txt h5 {
		font-size: 0.16rem;
		line-height: 0.25rem;
		height: 1.25rem;
	}
	.about_choose_bac {
		padding: 0.6rem 0;
	}
	.about_choose_txt h4 {
		font-size: 0.18rem;
	}
}
@media screen and (max-width:1024px){

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

}
@media screen and (max-width:767px){
	.about_choose_text {
		width: 100%;
	}
	.about_choose_img {
		width: 100%;
	}
	.about_choose_box {
		flex-direction: column-reverse;
	}
	.about_choose_txt h5 {
        height: 1rem;
    }
}
@media screen and (max-width:560px){
    .about_choose_text {
        padding: 0.4rem 0.2rem;
    }
}
@media screen and (max-width:425px){

}





.howToBuy{
	--icon_size:1.8rem;
	--em_size:.16rem;
}

.howToBuy_list{display:flex; flex-wrap:nowrap; gap: 0 2%; position: relative;}
.howToBuy_list::before{content: '';position: absolute;z-index: -1; top: calc(var(--icon_size) + 10px + var(--em_size) / 2); left: 0; width: 100%; height: 1px; border-top: 1px dashed #E5E5E5;}
.howToBuy_list li{width: 20%;}

.howToBuy_list .icon{}
.howToBuy_list .icon i{display: block; width: var(--icon_size); height: var(--icon_size); margin: 0 auto; position: relative; background:url(static/imgs/san.png) no-repeat center; background-size: contain;}
.howToBuy_list .icon img{position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); height: 0.46rem; transition:all .8s ease;}

.howToBuy_list .icon em{display: table; margin: 10px auto 0; width: var(--em_size); height: var(--em_size); background: #333; border-radius:50%;}

.howToBuy_list .text{padding-top: 0.76rem; margin-top: 0.2rem; text-align: center; position: relative;}
.howToBuy_list .text i{position: absolute; top: 0; left: 10%; font-size: 5vw; font-weight: bold; color: #DDD;}
.howToBuy_list .text h6{font-size: 0.2rem; font-weight: bold; position: relative;}
.howToBuy_list .text p{margin-top: 0.18rem; font-size: 0.18rem; line-height: 1.4; position: relative;}

.howToBuy_list li:hover .icon img{transform:translate(-50%,-50%) rotateY(360deg);}

@media screen and (max-width:1440px) {
	.howToBuy_list .text{padding-top: 0.56rem;}
}
@media screen and (max-width:1200px) {
	.howToBuy{--icon_size:1.6rem;}
	.howToBuy_list .icon i{}
	.howToBuy_list .icon img{height: 0.4rem;}
}
@media screen and (max-width:1024px) {
	.howToBuy{--icon_size:1.2rem;}

	.howToBuy_list{flex-wrap: wrap; gap: 20px 0;}
	.howToBuy_list::before{display: none;}
	.howToBuy_list li{width: 100%; display:flex; flex-wrap:nowrap; align-items: center; gap: 0 4%;}
	.howToBuy_list .icon i{margin: 0 0;}
	.howToBuy_list .icon em{display: none;}

	.howToBuy_list .icon img{height: 26px;}

	.howToBuy_list .text{width: 100%; padding: 0 0 0 .56rem; margin: 0 0; text-align: left;}
	.howToBuy_list .text i{left: 0;}
	.howToBuy_list .text p{font-size: 16px;}
}
@media screen and (max-width:768px) {
	.howToBuy_list .text h6{font-size: 18px;}
	.howToBuy_list .text p{margin-top: 10px;}
}
@media screen and (max-width:560px) {
	.howToBuy{--icon_size:80px;}
	.howToBuy_list .icon img{height: 20px;}

	.howToBuy_list .text{padding: 0 0 0 36px;}
	.howToBuy_list .text i{top: -6px; font-size: 8vw;}

	.howToBuy_list .text h6{font-size: 0.18rem;}
	.howToBuy_list .text p{
		font-size: 0.16rem;
	}
}


/* shipping */
.shipping_bac{
   box-sizing: border-box;
   padding-bottom: 0.8rem;
}
.shipping{

}

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

.gol_partner{
	position:relative;

}
.gol_partner_list{width:100%; padding:0; margin:0 auto; position:relative; overflow:hidden; z-index:1}
.gol_partner_list .swiper-wrapper{display:flex; position:relative; width:100%; z-index:1}
.gol_partner_list li{
	display:-webkit-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:flex;
	flex-shrink:0;
	position:relative;
	flex-direction: column;
	transition: width 0.3s ease;
	overflow: hidden;
	width: 20% !important;
}
.gol_partner_list .img{
	width:100%;
	box-sizing:border-box;
	position:relative;
	height: 5.3rem;
}
.gol_partner_list .img img{
	width:100%;
	height:100%;
	object-fit: cover;
	vertical-align: top;
}
.gol_text{
   position: absolute;
   bottom: -100%;
   left: 0;
   width: 100%;
   box-sizing: border-box;
   padding:1rem 4% 0.35rem 4%;
   background: linear-gradient(to top,rgba(33,75,151,1),rgba(33,75,151,0));
   transition: all 0.5s ease;
}
.gol_text p{
   font-size: 0.18rem;
   color: #fff;

}
.gol_partner_list .swiper-slide-active{
   width: 48% !important;
}
.gol_partner_list .swiper-slide-active .gol_text{
	bottom: 0%;
}
/* 指示器 */
.gol_partner .pt-pagination{display:none; text-align:center; margin:0.4rem auto 0}
.gol_partner .pt-pagination .swiper-pagination-bullet{width:0.12rem; height:0.12rem;cursor: pointer; display:inline-block; margin:0 5px; background:#BBB; border-radius:0%; outline:none}
.gol_partner .pt-pagination .swiper-pagination-bullet-active{position:relative; background:var(--i_color)}

/* 左右箭头 */
.gol_LR{
	display: flex;
	justify-content: center;
	gap: 0.4rem;
	margin-top: 0.4rem;
}


.gol_partner .pt-button-prev, .gol_partner .pt-button-next{
	position:relative;
	width:0.48rem;
	height:0.48rem;
	box-sizing: border-box;
	border: 1px solid #DCDCDC;
	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;
}
.gol_partner .pt-button-prev iconify-icon, .gol_partner .pt-button-next iconify-icon{
	font-size: 0.18rem;
	color:#666;
	transition: all 0.3s ease;
}


.gol_partner .pt-button-prev:hover, .gol_partner .pt-button-next:hover{
	border: 1px solid var(--i_color);
	background: linear-gradient(225deg, #104378 0%, #088ABC 100%);
}
.gol_partner .pt-button-prev:hover iconify-icon, .gol_partner .pt-button-next:hover iconify-icon{
	color: #fff;
}

@media screen and (max-width:1440px){
	.gol_partner_list .img {
		height: 5rem;
	}
	.golbal_bac {
		padding: 0.8rem 0;
		margin-top: -0.8rem;
		border-radius: 1rem 0 0 0;
	}
}
@media screen and (max-width:1366px){
	.gol_partner_list .img {
		height: 4.8rem;
	}
}
@media screen and (max-width:1200px){
	.gol_partner .pt-button-prev, .gol_partner .pt-button-next,.gol_LR{display:none}
	.gol_partner .pt-pagination{display:block}
	.gol_partner_list .img {
		height: 4.5rem;
	}
	.golbal_bac {
		padding: 0.6rem 0;
		margin-top: -0.6rem;
		border-radius: 0.8rem 0 0 0;
	}
	.shipping_bac{
		box-sizing: border-box;
		padding-bottom: 0.6rem;
	}
	.gol_partner_box{
		margin-top: 0.4rem;
	}
}
@media screen and (max-width:959px){
	.gol_partner_list .img {
		height: 4rem;
	}
	.golbal_bac {
		border-radius: 0.6rem 0 0 0;
	}
}
@media screen and (max-width:767px){
	.gol_partner_box {
		margin-top: 0.4rem;
	}
	.gol_partner_list .img {
		height: 3.5rem;
	}
	.gol_text p {
		font-size: 0.16rem;
	}
	.gol_text {
		padding: 1rem 4% 0.3rem 4%;
	}
	.gol_partner_list li{
		width: 100% !important;
	}
	.gol_partner_list .swiper-slide-active {
		width: 100% !important;
	}
	.gol_partner_box{
		box-sizing: border-box;
		padding: 0 3%;
	}
	.golbal_bac {
		border-radius: 0.4rem 0 0 0;
	}
}
@media screen and (max-width:560px){
	.gol_partner_list .img {
		height: 3rem;
	}
	.gol_text p {
		font-size: 0.14rem;
	}
	.gol_text {
		padding: 1rem 4% 0.2rem 4%;
	}
	.gol_partner .pt-pagination .swiper-pagination-bullet{width:0.1rem; height:0.1rem}
}



/* flex左右布局居中 */
.flc_zy {
	display: flex;
	justify-content: center;
	align-items: center;
  }

  /* flex上下布局居中 */
  .flc_sx {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
  }

  /* 文本居中 */
  .tc {
	text-align: center;
  }

  /* margin左右居中 */
  .mc {
	margin-left: auto;
	margin-right: auto;
  }

  /* margin靠左 */
  .ml {
	margin-right: auto;
  }

  /* margin靠右 */
  .mr {
	margin-left: auto;
  }

  /* zfl */
  .flex {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
  }

  .jsb {
	justify-content: space-between;
  }

  .as {
	align-items: start;
  }

  .share {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	gap: 0 20px;
	align-items: center;
  }
  .share p {
  }
  .share a {
  }
  .bjf7 {
	background: #f7f7f7;
  }
  .share a:hover {
	/* background: var(--i_color); */
  }
  .share a:hover iconify-icon {
	color: var(--i_color);
  }
  .share iconify-icon {
	font-size: 26px;
	color: #d8d8d8;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
  }
  .share.share2 iconify-icon {
	font-size: 0.35rem;
  }
  .share iconify-icon:hover {
  }






/* ---------------------------------- contact页面 */
/* contact */
.contact {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.2rem;
}
.c_info {
  width: 42%;
  position: relative;
}

.c_info > img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 80%;
  z-index: -1;
}
.c_info h4 {
  font-size: 0.32rem;
  color: var(--i_color);
  font-weight: bold;
  line-height: 1.5;
}
.c_list li {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 0.3rem 0;
  border-bottom: 1px solid var(--border_color);
}
.mt10 {
  margin-top: 0.1rem;
}
.c_list .ico {
  width: 0.58rem;
  height: 0.58rem;
  border-radius: 2px;
  background: #f6f6f6;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.2rem;
}
.c_list .ico iconify-icon {
  font-size: 0.4rem;
  color: var(--i_color);
}
.c_list .info {
  width: calc(100% - 0.78rem);
}
.c_list .info h6 {
  color: #666;
  font-size: 0.16rem;
  margin-bottom: 0.05rem;
}
.c_list .info a,
.c_list .info p {
  font-size: 0.18rem;
  font-weight: 400;
  color: #333;
}
.c_list a:hover {
  color: var(--i_color);
  text-decoration: underline;
}
.c_list li,
.c_list .ico {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.c_list li:hover {
  border-color: var(--i_color);
}
.c_list li:hover .ico {
  background: var(--i_color);
}
.c_list li:hover .ico iconify-icon {
  color: #fff;
}
.c_info .f_media iconify-icon {
  color: #d1d1d1;
}
.c_info .f_media a:hover iconify-icon {
  color: var(--i_color);
}

.c_info .imgbox {
  gap: 0 0.3rem;
}

.c_info .imgbox .img {
  box-sizing: border-box;
  border: 1px solid #d6d6d6;
  position: relative;
  width: 1rem;
  padding-bottom: 100%;
}

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

/* form表单 */
.c_form {
  background: url(static/imgs/contact_us.webp) no-repeat center;
  background-size: cover;
  width: 54%;
  padding: 0.65rem 0.4rem;
  box-sizing: border-box;
}

.c_form .tit > h3 {
  color: var(--i_color);
  font-weight: bold;
  font-size: 0.32rem;
}

.c_form .tit > h6 {
  font-size: 0.16rem;
  color: var(--txt_color1);
  text-align: center;
  margin-top: 0.3rem;
}

.c_form .bd {
  width: 100%;
  height: 3rem;
  background-color: cadetblue;
}



@media screen and (max-width: 1440px) {
}
@media screen and (max-width: 1366px) {
}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 1024px) {
  .contact {
    flex-wrap: wrap;
    gap: 0.3rem 0;
  }
  .c_info {
    width: 100%;
  }
  .c_form {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .c_info h4 {
    font-size: 0.28rem;
    text-align: center;
  }
}
@media screen and (max-width: 560px) {
  .c_info h4 {
    font-size: 0.2rem;
  }
  .c_list .ico {
    width: 0.45rem;
    height: 0.45rem;
  }
  .c_list .ico iconify-icon {
    font-size: 0.3rem;
  }
  .c_list .info a,
  .c_list .info p {
    font-size: 0.16rem;
  }
  .c_info .imgbox {
    margin-bottom: 0.2rem;
  }
  .c_form .tit > h3 {
    font-size: 0.26rem;
  }
}






#wpforms-29{--input_font_size:0.16rem; --input_height:0.58rem}
#wpforms-29{
	width:100%;
	margin-top: 0.4rem;
	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;max-width: 100%; position:relative;
	transition: all 0.3s ease;
	position: relative;
	z-index:2;
}


#wpforms-29 .wpforms-hidden{
	display: none;
}



#wpforms-29 .wpforms-field{
	position: relative;
}
#wpforms-29 .wpforms-field-label{
	font-size: 0;
	line-height: 0;
	height: 0;
	margin: 0 !important;
}
#wpforms-29 .wpforms-field-label span{
	position: absolute;
	top: 0.25rem;
	left: 3px;
	font-size: 0.14rem;
    color: red;
}

#wpforms-29 .wpforms-error{
	margin-top: 0.01rem;
	font-size: 0.12rem !important;
}



#wpforms-29 .wpforms-field{width:100%; padding-bottom:0.3rem; background:transparent; overflow:hidden}
#wpforms-29 .wpforms-field:nth-child(1){margin-right:0.2rem}
#wpforms-29 .wpforms-field:nth-child(1), #wpforms-29 .wpforms-field:nth-child(2){width:calc((100% - 0.2rem) / 2)}

#wpforms-29 .wpforms-field:nth-child(3){margin-right:0.2rem}
#wpforms-29 .wpforms-field:nth-child(3), #wpforms-29 .wpforms-field:nth-child(4){width:calc((100% - 0.2rem) / 2)}



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

#wpforms-29 input, #wpforms-29 textarea{
	width:100%;border: 0; max-width:100%!important; font-size:var(--input_font_size);
	color:#333;
	background-color: #fff;
	box-sizing:border-box; line-height:var(--input_height); padding:0 10px;
	box-shadow: 0 0 0 0 !important;
}
#wpforms-29 textarea{
	height:2.16rem;
	line-height: 166%;
	padding:10px;
}

#wpforms-29 input::-webkit-input-placeholder{color:#8F8F8F; font-size:var(--input_font_size)}
#wpforms-29 input::-moz-placeholder{color:#8F8F8F; font-size:var(--input_font_size)}
#wpforms-29 input::-moz-placeholder{color:#8F8F8F; font-size:var(--input_font_size)}
#wpforms-29 input::-ms-input-placeholder{color:#8F8F8F; font-size:var(--input_font_size)}
#wpforms-29 textarea::-webkit-input-placeholder{color:#8F8F8F; font-size:var(--input_font_size)}
#wpforms-29 textarea::-moz-placeholder{color:#8F8F8F; font-size:var(--input_font_size)}
#wpforms-29 textarea::-moz-placeholder{color:#8F8F8F; font-size:var(--input_font_size)}
#wpforms-29 textarea::-ms-input-placeholder{color:#8F8F8F; font-size:var(--input_font_size)}





#wpforms-29 .wpforms-submit-container button{
	overflow: hidden;width:1.8rem; font-size:0.18rem;
	display: block;
	color:#fff; cursor:pointer; text-transform:capitalize;
	position:relative;
	background: linear-gradient(253deg, #104378 0%, #088ABC 100%);
	margin: 0 auto;
	font-weight: bold;
	height: 0.5rem;
	border-radius: 0.05rem;
	z-index:2;
	box-shadow: 0 0 transparent !important;
	transition: all 0.3s ease;
}
#wpforms-29 .wpforms-submit-container img{position:absolute; top:50%; transform:translate(0,-50%); right:4px}


#wpforms-29 .wpforms-submit-container button:hover{
	background-color: var(--i_color2);
}












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

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

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

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

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

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


}
@media screen and (max-width:560px){
	#wpforms-29{--input_font_size:0.16rem; --input_height:0.5rem}
	#wpforms-29 .wpforms-field:nth-child(1){margin-right:0rem}
	#wpforms-29 .wpforms-field:nth-child(1), #wpforms-29 .wpforms-field:nth-child(2){width:100%}
	#wpforms-29 .wpforms-field:nth-child(3){margin-right:0rem}
	#wpforms-29 .wpforms-field:nth-child(3), #wpforms-29 .wpforms-field:nth-child(4){width:100%}
	#wpforms-29 textarea{height:1.2rem}
	#wpforms-29 .wpforms-field {margin-bottom: 0.1rem;}
	.contact_us_form {
		margin-top: 0.4rem;
	}
	#wpforms-29 .wpforms-field {
		padding-bottom: 0.1rem;
	}
	.contact_us_form {
		padding: 0.4rem 4%;
	}
	#wpforms-29 {
		margin-top: 0.2rem;
	}
	.c_form {
		background: url(static/imgs/contact_us.webp) no-repeat center;
		background-size: cover;
		width: 54%;
		padding: 0.4rem 0.2rem;
	}

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

}



/* contact_map */
.contact_map{
   margin-top: 0.4rem;
   height: 7rem;
}
.contact_map #simpleMap,
.contact_map .fluid-width-video-wrapper,
.contact_map iframe {
    width: 100%;
    height: 100% !important;
}


@media screen and (max-width:1440px){
	.contact_map{
		height: 5rem;

	}

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

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

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

}
@media screen and (max-width:767px){
	.contact_map{
		height: 4rem;
	}
}
@media screen and (max-width:560px){

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

}


/* news_list */
.news_list_bac{
   border-bottom: 1px solid #E5E5E5;
   margin-top: 0.4rem;
}
.news_list{

}
.news_list_ul{
   display: flex;
   justify-content: center;
   gap: 10%;
}
.news_list_ul li{

}
.news_list_ul li a{
	font-size: 0.24rem;
	color: #333;
	font-weight: bold;
	display: block;
	text-transform: capitalize;
	box-sizing: border-box;
	padding-bottom: 0.2rem;
	position: relative;
}
.news_list_ul li a::after{
	content: '';
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    bottom: -1px;
    width: 0%;
    height: 2px;
    background: var(--i_color);
    transition: all .5s ease;
}
.news_list_ul li a::before{
	content: '';
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    bottom: -1px;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid var(--i_color);
    opacity: 0;
    transition: all .5s ease;
}

.news_list_ul li.news_list_active a,
.news_list_ul li a:hover{
   color: var(--i_color) !important;
}
.news_list_ul li.news_list_active a::after,
.news_list_ul li a:hover::after{
   width: 200% !important;
}
.news_list_ul li.news_list_active a::before,
.news_list_ul li a:hover::before{
   opacity: 1 !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){
	.news_list_ul li.news_list_active a::after,
	.news_list_ul li a:hover::after{
	   width: 100% !important;
	}
	.news_list_ul{
		gap: 0.8rem;
	}
	.news_list_ul li a {
		font-size: 0.2rem;
		padding-bottom: 0.15rem;
	}
}
@media screen and (max-width:560px){

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

}





.nlists {}
.nlists .p3_list {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	gap: 0.4rem 2%;
}

.nlists .p3_list li {
	width: 32%;
	box-sizing: border-box;
	border: 1px solid #d8d8d8;
	padding: 0.24rem;
}
.nlists .p3_list li  i{
	display: block;
}
.nlists .p3_list li .img {
	position: relative;
	padding-bottom: 66%;
	overflow: hidden;
}
.nlists .p3_list li .img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}
.nlists .p3_list li .txt {
	padding: 0.15rem 0;
	box-sizing: border-box;
}
.nlists .p3_list li .txt p {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	font-weight: bold;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;

}
.nlists .p3_list li .txt h6 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;

}
.nlists .p3_list li:hover img {
	-webkit-transform: scale(1.15, 1.15);
	transform: scale(1.15, 1.15);
}

.nlists .p3_list li:hover p {}


.nlists .p3_list li:hover p {
	color: var(--i_color);
}

.nlists .p3_list li:hover .flex {
	color: var(--i_color);
}
.nlists .p3_list li .bbb{
	display: flex;
	align-items: center;
	gap: 0.05rem;
}

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

	.nlists .p3_list li {
		width: 100%;
	}
}
@media screen and (max-width:768px) {}
@media screen and (max-width:560px) {}





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

}


/* products */
.products_bac{
   box-sizing: border-box;
   padding: 0.4rem 0 0.8rem 0;
}
.products{
   display: flex;
   flex-wrap: wrap;
}
.products_left{
   width: 3.22rem;
}



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

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

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

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

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





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

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

}





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

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

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

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

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

}


/* products_right */
.products_right{
	width: calc(100% - 3.22rem);
	box-sizing: border-box;
	padding-left: 2%;
}
.products_right>h3{
   font-size: 0.4rem;
   color: #333;
   font-weight: bold;
}
.products_right>h4{
   font-size: 0.18rem;
   color: #666;
   margin-top: 0.2rem;
   line-height: 166%;

}
.products_ul{
   display: flex;
   flex-wrap: wrap;
   gap: 0.25rem;
   margin-top: 0.3rem;
}
.products_ul li{
   width: calc((100% - 0.5rem) / 3);
}
.products_ul li a{

}


@media screen and (max-width:1440px){
	.products_right>h3 {
		font-size: 0.35rem;
	}
	.products_ul {
		gap: 0.2rem;
		margin-top: 0.2rem;
	}
	.products_right>h4{
		font-size: 0.16rem;
		margin-top: 0.1rem;
	}
	.products_ul li{
		width: calc((100% - 0.4rem) / 3);
	}
}
@media screen and (max-width:1200px){
	.products_right>h3 {
		font-size: 0.3rem;
	}
	.products_bac {
		padding: 0.4rem 0 0.6rem 0;
	}
}
@media screen and (max-width:1024px){
	.products_right>h3 {
		font-size: 0.25rem;
	}
	.products_right {
		width: 100%;
		margin-top: 0.4rem;
		padding-left: 0%;
	}
}
@media screen and (max-width:960px){

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

}


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



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

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

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

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


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

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

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

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

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




/* 左右箭头 */

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

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


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



/* single_grid_right */
.single_grid_right{
	width: 60%;
	box-sizing: border-box;
	padding-left: 3.5%;
}
.single_grid_right h3{
   font-size: 0.16rem;
   color: var(--i_color);
}
.single_grid_right h1{
   font-size: 0.24rem;
   color: #333;
   font-weight: bold;
   line-height: 140%;
   margin: 0.15rem 0;
}
.single_grid_right>article{
    box-sizing: border-box;
	padding: 0.3rem 0;
	border-top: 0.03rem solid var(--i_color);
	border-bottom: 1px solid #E5E5E5;
}
.single_grid_three{
    display: flex;
	flex-wrap: wrap;
	gap: 0.15rem;
	margin: 0.25rem 0;
}
.single_grid_three li{
    box-sizing: border-box;
	padding: 0.2rem;
	background-color: #F1F1F1;
	width: 2.23rem;
}
.single_grid_three li img{
    width: 0.32rem;
	height: 0.32rem;
	object-fit: contain;
}
.single_grid_three li p{
    font-size: 0.2rem;
	color: #333;
	font-weight: bold;
	text-transform: capitalize;
	margin-top: 0.1rem;
}
.single_grid_btn{
	display: flex;
	gap: 0.4rem;
}


.single_grid_share{
   display: flex;
   align-items: center;
   margin-top: 0.4rem;
   box-sizing: border-box;
}
.single_grid_share p{
   font-size: 0.18rem;
   color: #333;
   font-weight: bold;
   margin-right: 0.1rem;
}
.single_grid_dl{
   display: flex;
   gap: 0.15rem;
}
.single_grid_dl dt{

}
.single_grid_dl dt a{

}
.single_grid_dl dt a iconify-icon{
   font-size: 0.25rem;
   color: #999;
   transition: all 0.3s ease;
}
.single_grid_dl dt a iconify-icon:hover{
	color: var(--i_color);
	transform: translateY(-5px);
}




@media screen and (max-width:1440px){
	.single_grid_three li p {
		font-size: 0.18rem;
	}
	.single_grid_three li {
		padding: 0.2rem;
		width: 2rem;
	}
	.single_grid_right h1 {
		font-size: 0.22rem;
		margin: 0.2rem 0;
	}
	.single_grid_three li img {
		width: 0.3rem;
		height: 0.3rem;
	}
	.single_grid_three li{
		width: calc((100% - 0.3rem) / 3);
	}
}
@media screen and (max-width:1200px){
	.single_grid_right h1 {
		font-size: 0.2rem;
	}
	.single_grid_bac {
		padding: 0.4rem 0 0.6rem 0;
	}
}
@media screen and (max-width:1024px){

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

}
@media screen and (max-width:767px){
	.single_grid_right {
		width: 100%;
		margin-top: 0.4rem;
		padding-left: 0%;
	}
	.single_grid_left {
		width: 50%;
	}
	.single_grid_three li p {
		font-size: 0.16rem;
	}
}
@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: 0.6rem 0;
   border-top: 0.5rem solid #F1F1F1;
}
.editor{
   display: flex;

}
.editor_left{
	width: 3.22rem;
}
.editor_right{
	width: calc(100% - 3.22rem);
	box-sizing: border-box;
	padding-left: 2.5%;
}
.editor_list{
    background-color: #F3F3F3;
	margin-bottom: 0.4rem;
}
.editor_list li{
	font-size: 0.18rem;
	color: var(--i_color);
	font-weight: bold;
	display: inline-block;
	box-sizing: border-box;
	padding: 0.12rem 0.8rem;
	background-color: #fff;
	border-top: 2px solid var(--i_color);
}
.editor_right>article{
	box-sizing: border-box;
}


@media screen and (max-width:1440px){
	.editor_list li{
		font-size: 0.16rem;
		padding: 0.12rem 0.5rem;
		border-top: 1px solid var(--i_color);
	}
}
@media screen and (max-width:1200px){

}
@media screen and (max-width:1024px){
	.editor_left{display: none;}
	.editor_right{
		width: 100%;
		padding-left: 0%;
	}
}
@media screen and (max-width:960px){

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

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

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

}



/* single_two */
.single_two_bac{
	box-sizing: border-box;
	padding: 0.4rem 0;
	background-color: #F6F6F6;
}

.single_two{

}
.single_tags{
   display: flex;
   display: -webkit-flex;
   flex-wrap: wrap;
   gap: 0.15rem;
   align-items: center;
   box-sizing: border-box;
   padding-bottom: 0.3rem;
   margin-bottom: 0.3rem;
   border-bottom: 1px solid #D8D8D8;
}
.single_tags p{
   font-size: 0.18rem;
   color: #333;
   font-weight: bold;
   line-height: 0.42rem;
}
.single_tags a{
   display: inline-block;
   box-sizing: border-box;
   padding: 0.08rem 0.1rem;
   font-size: 0.16rem;
   color: #333;
   border-radius: 0.08rem;
   transition: all 0.3s ease;
}
.single_tags a:hover{
	background-color: rgba(11,118,169,0.1);
	color: var(--i_color);
}




.sx{
   display: flex;
   display: -webkit-flex;
   justify-content: space-between;
   flex-wrap: wrap;
}
.sx>div{
	width: 48%;
}
.sx_left{
}
.sx a{
   display: block;
   width: 100%;
   display: flex;
   display: -webkit-flex;
   align-items: center;
}
.sx i{
   width: 0.45rem;
   height: 0.45rem;
   display: flex;
   display: -webkit-flex;
   justify-content: center;
   align-items: center;
   border-radius: 50%;
   box-sizing: border-box;
   transition: all 0.3s ease;
}
.sx i iconify-icon{
   font-size: 0.35rem;
   color: #333;
   transition: all 0.3s ease;
}
.sx p{
   font-size: 0.18rem;
   color: #333;
   font-weight: bold;
   text-transform: capitalize;
   margin-right: 0.1rem;
}
.sx span{
	font-size: 0.16rem;
	color: #666;
	transition: all 0.3s ease;
}
.sx_right a {
    justify-content: flex-end;
}
.sx_left i{
	margin-right: 0.1rem;
}
.sx_right i{
	margin-left: 0.1rem;
}
.sx a:hover i{

}
.sx a:hover i iconify-icon{
	color: var(--i_color);
}

.sx_right{
	margin-left: auto;
}
.sx a:hover span{
	color: var(--i_color);
}


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

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

}
@media screen and (max-width:1200px) {
	.single_tags a {
		padding: 0.08rem 0.1rem;
		font-size: 0.14rem;
	}
	.single_tags {
		align-items: center;
	}
}
@media screen and (max-width:1024px) {

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

}
@media screen and (max-width:767px) {
	.sx>div{width: 100%;}
}
@media screen and (max-width:560px) {

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

}


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

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








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



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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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



















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

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

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

}






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

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

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





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

.contactMenu_Forms{
	display: none;
	position: absolute;
	right: 0;
	bottom: calc(100% - 1px);
	width: 100%;
	box-shadow: -6px -4px 10px rgb(0 0 0 / 10%);
	z-index: 999;
}
.contactMenu_FormsTit{padding: 8px 50px; text-align: center; background: 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-22{
	--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-22{margin:0;padding:0;}
#wpforms-form-22{width:100%;position:relative;}

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

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

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

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

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

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





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

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

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

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

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

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

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

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

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

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

#wpforms-26 {
	--input_font_color: rgb(0 0 0 / 50%);
	--input_font_size: 14px;
	--input_height: 42px
}
#wpforms-26 {
	width: 100%;
	margin: 0 auto;
	padding: 0
}
#wpforms-form-26 {
	width: 100%;
	overflow: hidden
}
#wpforms-26 input,
#wpforms-26 button {
	margin: 0;
	padding: 0;
	border: none;
	background: none
}
#wpforms-26 .wpforms-field {
	padding: 0;
	margin: 0
}
#wpforms-26 .wpforms-error-container {
	line-height: 16px
}
#wpforms-26 .wpforms-field-container {
	width: 100%;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	overflow: hidden
}
#wpforms-26 .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-26 .wpforms-field-label {
	font-size: 0
}
#wpforms-26 .wpforms-required-label {
	position: absolute;
	top: 16px;
	left: 5px;
	font-size: 16px;
	color: #F00
}
#wpforms-26 .wpforms-field {
	width: 100%;
	margin-bottom: 0;
	padding-bottom: 18px;
	background: transparent;
	position: relative;
	overflow: hidden
}
#wpforms-26 input {
	height: var(--input_height)
}
#wpforms-26 textarea {
	min-height: 100px
}
#wpforms-26 input,
#wpforms-26 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-26 input::-webkit-input-placeholder {
	color: var(--input_font_color);
	font-size: var(--input_font_size)
}
#wpforms-26 input::-moz-placeholder {
	color: var(--input_font_color);
	font-size: var(--input_font_size)
}
#wpforms-26 input::-moz-placeholder {
	color: var(--input_font_color);
	font-size: var(--input_font_size)
}
#wpforms-26 input::-ms-input-placeholder {
	color: var(--input_font_color);
	font-size: var(--input_font_size)
}
#wpforms-26 textarea::-webkit-input-placeholder {
	color: var(--input_font_color);
	font-size: var(--input_font_size)
}
#wpforms-26 textarea::-moz-placeholder {
	color: var(--input_font_color);
	font-size: var(--input_font_size)
}
#wpforms-26 textarea::-moz-placeholder {
	color: var(--input_font_color);
	font-size: var(--input_font_size)
}
#wpforms-26 textarea::-ms-input-placeholder {
	color: var(--input_font_color);
	font-size: var(--input_font_size)
}
#wpforms-26 #wpforms-26-field_1-error,
#wpforms-26 #wpforms-26-field_2-error,
#wpforms-26 #wpforms-26-field_3-error,
#wpforms-26 #wpforms-26-field_5-error {
	position: absolute;
	font-size: 13px
}
#wpforms-26 .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-26 .wpforms-submit-container img {
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	right: 4px
}
#wpforms-26 .wpforms-submit-container:after {
	display: none;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	box-sizing: border-box;
	width: 100%;
	height: 100%
}
#wpforms-26 .wpforms-submit-container:hover:after {
	display: block
}
#wpforms-26 .wpforms-submit-container:hover {
	background: #FFF
}
#wpforms-26 .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-26 .wpforms-submit-container {
		height: 34px;
	}
	#wpforms-26 .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;
}



/* eject videos */
.vd_box{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background: rgba(0, 0, 0, .5);
	z-index: 999999;
}
.vd_box_area {
	position: absolute;
	top: 52%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 2014;
	width: 60%;
	max-height: 90%;

}
.vd_box_area::before {
	content: '';
	display: block;
	padding-bottom: 56.25%;
}
.close_v {
	position: absolute;
	top: -.2rem;
	right: -.2rem;
	width: 0.4rem;
	height: 0.4rem;
	background: var(--i_color);
	z-index: 2;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	cursor: pointer;
}
.close_v::before {
	content: '+';
	position: absolute;
	top: 46%;
    left: 53%;
	font-size: 0.44rem;
	color: #FFF;
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg)
}
.vd_box iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: #000;
	object-fit: contain;
}
@media screen and (max-width:1024px) {
	.vd_box_area {
		width: 80%;
	}
	.close_v::before {
		font-size: 0.4rem;
	}
}
@media screen and (max-width:768px) {
	.vd_box_area {
		width: 88%;
	}
	.close_v {
		top: -.15rem;
		right: -.15rem;
		width: 0.3rem;
		height: 0.3rem;
	}
	.close_v::before {
		font-size: 0.3rem;
	}
}





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

} */