/*
Theme Name: ZHENCHI
Version: 1.0
Author: 版权所有：ZHENCHI
*/
@charset "utf-8";
.wrap {
	width: 83.33%;
	margin: 0 auto
}
.wrap_top {
	width: 94%;
	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: #1C50A2;
	/* 全局颜色 */
	--i_color2: #FFCD27;
	/* 副颜色 */
	--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;
}
.top {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	position: relative;
}
.TopHeader .top_cont {
	background: #9999;
	box-shadow: 0 4px 10px rgba(0, 0, 0, .1);
}
@media screen and (max-width:1024px) {
	header {
		top: 0;
		top: 0;
		width: 100%;
		box-shadow: 0 4px 10px rgba(0, 0, 0, .1);
	}
	header {border-radius:0}
	/* .top_cont {
		background: #333 !important;
	} */
}
/* 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 {
	max-height: 100%;
}
.logo .logo2{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	opacity: 0;
}
@media screen and (max-width:1440px) {
	.logo a {
		height: 80%;
	}
}
@media screen and (max-width:1024px) {
}
/* 导航 */
@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;
		width: 2.3rem;
	}
	.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>li>a {
		display: block;
		padding: 0 .8rem 0 .2rem;
		font-size: 0.15rem;
		color: #222;
		line-height: 0.44rem;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		position: relative;
		left: 0;
	}
	.i_nav .sub-menu>li>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>li>a,
	.i_nav .sub-menu>li>a::before {
		-webkit-transition: all .5s ease;
		transition: all .5s ease
	}
    .i_nav .sub-menu .sub-menu{
		position: absolute;
		top: -2px;
		right: -102%;
	}
}
@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(../images/arrow_down_hollow_hei.svg) no-repeat center;
		background-size: .16rem;
	}
	.i_nav>li>.sub-menu b.on {
		background: url(../fonts/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(../fonts/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 {
		height: 0.35rem;
	}
}
@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(../fonts/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(../fonts/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(../fonts/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(../fonts/arrow_left_kx_bai.svg) no-repeat center; background-size:22px}
.banner .swiper-button-next{right:-50px; background:rgba(0,0,0,.6) url(../fonts/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: 28%;
   left: 50%;
   transform: translate(-50%, -50%);
}
.banner_h2{
   font-size: 0.48rem;
   color: #fff;
   text-transform: uppercase;
   font-weight: bold;
   text-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.2);
   margin-bottom: 0.3rem;
}
.banner_text1 .banner_h2{
	text-align: center;
}
.banner_text2{
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
}
.banner_text2 h2{
}
.banner_text2 h3{
	display: inline-block;
	box-sizing: border-box;
	padding: 0.12rem 0.2rem;
	font-size: 0.24rem;
	color: #fff;
	background: linear-gradient(to right,rgba(28,80,162,1),rgba(28,80,162,0));
	margin-bottom: 0.3rem;
	text-transform: capitalize;
}
.banner_text2 img{
	width: 12.59rem;
	max-width: 100%;
	margin-left: -0.42rem;
}
.banner_text3{
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
}
.banner_text3_dl{
   display: flex;
   display: -webkit-flex;
   flex-direction: column;
   gap: 0.2rem;
   margin-bottom: 1rem;
}
.banner_text3_dl dt{
   box-sizing: border-box;
   padding-left: 0.2rem;
   font-size: 0.24rem;
   color: #fff;
   position: relative;
   text-transform: capitalize;
}
.banner_text3_dl dt::after{
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate(0,-50%);
	width: 0.12rem;
	height: 0.12rem;
	background: #fff;
	border-radius: 50%;
}
.banner_text3 img{
	width: 5.39rem;
	max-width: 100%;
}
@media screen and (max-width:1440px){
	.banner_h2{
		font-size: 0.45rem;
	}
}
@media screen and (max-width:1366px){
	.banner_h2{
		font-size: 0.4rem;
	}
}
@media screen and (max-width:1200px){
	.banner_h2{
		font-size: 0.35rem;
	}
	.banner_text2 h3 {
		padding: 0.1rem 0.15rem;
		font-size: 0.2rem;
		margin-bottom: 0.2rem;
	}
	.banner_text3_dl dt{
		font-size: 0.2rem;
	}
	.banner_text3_dl {
		margin-bottom: 0.8rem;
	}
	.banner_text3 img {
		width: 5rem;
	}
}
@media screen and (max-width:1024px){
	.banner_h2{
		font-size: 0.3rem;
	}
}
@media screen and (max-width:959px){
	.banner_h2{
		font-size: 0.28rem;
		margin-bottom: 0.2rem;
	}
	.banner_text3_dl dt{
		font-size: 0.18rem;
	}
	.banner_text3_dl {
		margin-bottom: 0.6rem;
	}
	.banner_text3 img {
		width: 4rem;
	}
}
@media screen and (max-width:767px){
	.banner_h2{
		font-size: 0.24rem;
	}
	.banner_text1 {
		top: 45%;
	}
	.banner_h2 {
        margin-bottom: 0.1rem;
    }
	.banner_text2 img{
		display: none;
	}
	.banner_text2 h3 {
		font-size: 0.18rem;
		margin-bottom: 0rem;
	}
	.banner_text3_dl dt{
		font-size: 0.16rem;
	}
	.banner_text3_dl {
		margin-bottom: 0.4rem;
	}
	.banner_text3 img {
		width: 3rem;
	}
}
@media screen and (max-width:560px){
	.banner_h2{
		font-size: 0.2rem;
	}
	.banner_text1 {
		top: 50%;
	}
	.banner_text2 h3 {
		font-size: 0.16rem;
	}
	.banner_text3_dl dt{
		font-size: 0.14rem;
	}
	.banner_text3 img {
		display: none;
	}
	.banner_text3_dl {
		margin-bottom: 0rem;
		gap: 0.1rem;
	}
}
@media screen and (max-width:425px){
	.banner_h2{
		font-size: 0.18rem;
	}
	.banner_text2 h3 {
		font-size: 0.14rem;
	}
}
.home_btn{
  display: flex;
  display: -webkit-flex;
  justify-content: center;
}
.home_btn_left{
	justify-content: flex-start;
}
.home_btn a{
  display: inline-block;
  box-sizing: border-box;
  padding: 0.12rem 0.3rem;
  line-height: 100%;
  border-radius: 2rem;
  font-size: 0.18rem;
  color: #fff;
  text-transform: capitalize;
  background-color: var(--i_color);
  transition: all 0.3s ease;
  border: 2px solid transparent;
}
.home_btn a:hover{
	border: 2px dashed var(--i_color);
	background-color: #fff;
	color: var(--i_color);
}
@media screen and (max-width:1440px){
}
@media screen and (max-width:1366px){
}
@media screen and (max-width:1200px){
	.home_btn a{
		padding: 0.1rem 0.25rem;
		font-size: 0.16rem;
	}
}
@media screen and (max-width:1024px){
}
@media screen and (max-width:959px){
}
@media screen and (max-width:767px){
	.home_btn a{
		padding: 0.08rem 0.2rem;
		font-size: 0.14rem;
	}
}
@media screen and (max-width:560px){
}
@media screen and (max-width:425px){
}
/* home_products */
.home_products_bac{
   box-sizing: border-box;
   padding: 1rem 0;
}
.home_products{
}
.title{
}
.title_box{
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
}
.title p{
  font-size: 0.36rem;
  color: var(--i_color);
  font-weight: 900;
  text-transform: capitalize;
  line-height: 100%;
  margin-right: 0.24rem;
}
.title i{
  display: block;
  width: 0.24rem;
  height: 0.24rem;
  background: url('../images/title.png') no-repeat center;
  background-size: contain;
}
.title span{
  font-size: 0.18rem;
  line-height: 0.24rem;
  color: #999;
  margin-top: 0.2rem;
  text-align: center;
  display: block;
}
.title_white p{
	color: #fff;
}
.title_white i{
	background: url('../images/title_white.png') no-repeat center;
    background-size: contain;
}
.title_all{
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.2rem;
    flex-wrap: wrap;
}
.title_left span{
	text-align: left;
}
.title_left .title_box {
    justify-content: flex-start;
}
@media screen and (max-width:1440px){
	.title p{
		font-size: 0.34rem;
	}
}
@media screen and (max-width:1366px){
	.title p{
		font-size: 0.32rem;
	}
}
@media screen and (max-width:1200px){
	.title p{
		font-size: 0.3rem;
		margin-right: 0.2rem;
	}
	.title i {
		width: 0.2rem;
		height: 0.2rem;
	}
	.title span {
		font-size: 0.16rem;
		line-height: 0.22rem;
	}
}
@media screen and (max-width:1024px){
	.title p{
		font-size: 0.28rem;
	}
}
@media screen and (max-width:959px){
	.title p{
		font-size: 0.26rem;
	}
}
@media screen and (max-width:767px){
	.title p{
		font-size: 0.24rem;
		margin-right: 0.15rem;
	}
	.title i {
		width: 0.18rem;
		height: 0.18rem;
	}
	.title span {
		font-size: 0.14rem;
		line-height: 0.2rem;
		margin-top: 0.1rem;
	}
}
@media screen and (max-width:560px){
	.title p{
		font-size: 0.22rem;
	}
}
@media screen and (max-width:425px){
	.title p{
		font-size: 0.2rem;
	}
	.title i {
		width: 0.16rem;
		height: 0.16rem;
	}
}
/* @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){
}
@media screen and (max-width:425px){
} */
.home_products_box{
   margin-top: 0.4rem;
   position: relative;
}
.home_products_img{
}
.home_products_img li{
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
}
.home_products_img li.on{
   z-index: 1;
}
.home_products_img li a{
	display: block;
	width: 100%;
	height: 100%;
}
.home_products_img li img{
   width: 100%;
   height: 100%;
   object-fit: cover;
}
.home_products_ul{
   display: flex;
   display: -webkit-flex;
   position: relative;
   z-index: 3;
}
.home_products_ul li{
   width: 14.65%;
   flex-grow: 1;
   overflow: hidden;
   transition: all 0.7s ease;
}
.home_products_ul li.home_products_active{
	flex-grow: 100000 !important;
}
.home_products_ul li:not(:last-child){
	border-right: 1px solid rgba(255, 255, 255, .35);
}
.home_products_ul li a{
	display: block;
	width: 100%;
	height: 6.5rem;
	position: relative;
	z-index: 2;
}
.home_products_ul li a::after{
	content: '';
	position: absolute;
    bottom: 0;
	left: 0;
	width: 100%;
	height: 40%;
	background: linear-gradient(to top,rgba(26,95,170,0.8),rgba(26,95,170,0));
	z-index: -1;
}
.home_products_ul li a::before{
	content: '';
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.2);
	z-index: -2;
	transition: all 0.7s ease;
}
.home_products_ul li a h3{
   font-size: 0.24rem;
   color: #fff;
   font-weight: bold;
   text-transform: capitalize;
   text-align: center;
}
.home_products_txt{
   position: absolute;
   bottom: 0;
   left: 0;
   width: 100%;
   box-sizing: border-box;
   padding: 0.5rem 3%;
}
.home_products_text{
	display: none;
}
.home_products_text h4{
   font-size: 0.16rem;
   line-height: 0.24rem;
   color: #fff;
   margin-top: 0.2rem;
   width: 33vw;
}
.home_products_text i{
   display: flex;
   display: -webkit-flex;
   width: 0.4rem;
   height: 0.4rem;
   border-radius: 50%;
   border: 1px solid #fff;
   justify-content: center;
   align-items: center;
   margin-top: 0.2rem;
}
.home_products_text i iconify-icon{
   font-size: 0.2rem;
   color: #fff;
}
.home_products_active a::before{
   left: 0 !important;
}
.home_products_active h3{
	text-align: left !important;
}
.home_products_active .home_products_txt{
	padding: 0.5rem 10%;
}
.home_products_active .home_products_text{
	display: block;
}
@media screen and (max-width:1440px){
	.home_products_ul li a h3 {
		font-size: 0.22rem;
	}
	.home_products_ul li a {
		height: 6rem;
	}
	.home_products_bac {
		padding: 0.8rem 0;
	}
}
@media screen and (max-width:1366px){
	.home_products_ul li a {
		height: 5.5rem;
	}
}
@media screen and (max-width:1200px){
	.home_products_ul li a h3 {
		font-size: 0.2rem;
	}
	.home_products_ul li a {
		height: 5rem;
	}
	.home_products_bac {
		padding: 0.6rem 0;
	}
}
@media screen and (max-width:1024px){
	.home_products_ul{
		display: none;
	}
	.home_products_img{
		display: flex;
		display: -webkit-flex;
		flex-wrap: wrap;
		gap: 0.1rem;
	}
	.home_products_img li{
		position: relative;
		width: calc((100% - 0.1rem) / 2);
	}
	.home_products_img li::after{
		display: none;
	}
	.home_products_img li img{
		width: 100%;
		height: 4rem;
		object-fit: cover;
	}
	.home_products_img li:last-child{
		width: 100%;
	}
}
@media screen and (max-width:959px){
	.home_products_img li img{
		height: 3.5rem;
	}
}
@media screen and (max-width:767px){
	.home_products_img li img{
		height: 3rem;
	}
}
@media screen and (max-width:560px){
	.home_products_img li img{
		height: 2.5rem;
	}
}
@media screen and (max-width:425px){
	.home_products_img li img{
		height: 2rem;
	}
}
/* home_partner */
.home_partner_bac{
   box-sizing: border-box;
   padding-bottom: 1rem;
}
.home_partner{
}
/*  */
.ptr_partner_box{margin-top: 0.5rem;}
.ptr_partner{position:relative;}
.ptr_partner_list{width:100%; padding:0.1rem !important;box-sizing: border-box; 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.2rem 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;
	background-color: #fff;
	box-shadow: 0 0 0.1rem rgb(0 0 0 / 15%);
}
.ptr_partner_list .img{width:100%; box-sizing:border-box; position:relative; overflow:hidden}
.ptr_partner_list .img:before{content:""; display:block; padding-bottom:36%}
.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_color);
	position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
}
@media screen and (max-width:1440px){
	.home_partner_bac{
		padding-bottom: 0.8rem;
	}
}
@media screen and (max-width:1366px){
}
@media screen and (max-width:1200px){
	.partner_bac{
		padding: 0.6rem 0 0.8rem 0;
	}
	.home_partner_bac{
		padding-bottom: 0.6rem;
	}
}
@media screen and (max-width:959px){
}
@media screen and (max-width:767px){
	.ptr_partner_box {
		margin-top: 0.3rem;
	}
	.ptr_partner_list .swiper-wrapper{
		gap: 0.1rem 0;
	}
}
@media screen and (max-width:560px){
}
/* home_global */
.home_global_bac{
  background-color: #F6FCFF;
  box-sizing: border-box;
  padding: 1rem 0;
  overflow: hidden;
}
.home_global{
}
.home_global_box{
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  margin-top: 0.6rem;
  align-items: center;
}
.home_global_left{
  width: 22.6%;
}
.home_global_ul{
   display: flex;
   display: -webkit-flex;
   flex-direction: column;
   gap: 0.8rem;
}
.home_global_ul li{
   display: flex;
   display: -webkit-flex;
   align-items: center;
   border-top: 1px solid #CECECE;
   box-sizing: border-box;
   padding-top: 0.2rem;
}
.home_global_text{
   display: flex;
   display: -webkit-flex;
   gap: 0.1rem;
   width: 60%;
}
.home_global_text h3{
   font-size: 0.5rem;
   color: var(--i_color);
   line-height: 100%;
   font-weight: bold;
}
.home_global_text h4{
   font-size: 0.18rem;
   color: var(--i_color);
   font-weight: bold;
}
.home_global_ul li p{
   font-size: 0.18rem;
   color: #333;
   width: 40%;
}
.home_global_right{
  width: 77.4%;
  position: relative;
}
.home_global_right::after{
	content: '';
	display: block;
	padding-bottom: 42%;
}
.home_global_right img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
	height: 100%;
	object-fit: cover;
}
@media screen and (max-width:1440px){
	.home_global_text h3 {
		font-size: 0.4rem;
	}
	.home_global_ul li p {
		font-size: 0.16rem;
	}
	.home_global_ul {
		gap: 0.6rem;
	}
	.home_global_bac {
		padding: 0.8rem 0;
	}
}
@media screen and (max-width:1366px){
}
@media screen and (max-width:1200px){
	.home_global_text h3 {
		font-size: 0.3rem;
	}
	.home_global_ul li p {
		font-size: 0.14rem;
	}
	.home_global_ul {
		gap: 0.4rem;
	}
	.home_global_bac {
		padding: 0.6rem 0;
	}
}
@media screen and (max-width:1024px){
}
@media screen and (max-width:959px){
	.home_global_left {
		width: 100%;
	}
	.home_global_ul {
		flex-direction: row;
		flex-wrap: wrap;
	}
	.home_global_ul li{
		width: calc((100% - 0.4rem) / 2);
	}
	.home_global_right {
		width: 100%;
		margin-top: 0.4rem;
	}
}
@media screen and (max-width:767px){
}
@media screen and (max-width:560px){
	.home_global_ul li{
		width: 100%;
	}
	.home_global_box {
		margin-top: 0.4rem;
	}
}
@media screen and (max-width:425px){
}
/* home_service */
.home_service_bac{
   background: url(../images/home_service.webp) no-repeat center;
   background-size: cover;
   box-sizing: border-box;
   padding: 0.8rem 0;
}
.home_service{
}
.home_service_ul{
  display: flex;
  display: -webkit-flex;
  margin-top: 0.6rem;
  gap: 0.5rem;
  flex-wrap: wrap;
}
.home_service_ul li{
  width: calc((100% - 1rem) / 3);
}
.home_service_ul li a{
  display: block;
  width: 100%;
  height: 6.4rem;
  position: relative;
  z-index: 2;
}
.home_service_text{
	clip-path: polygon(0 88%, 0 0, 100% 0, 100% 88%, 55% 88%, 50% 100%, 45% 88%);
	background-color: #fff;
	box-sizing: border-box;
	padding: 0.7rem 13%;
	transition: all 0.3s ease;
}
.home_service_text h3{
   font-size: 0.24rem;
   color: #333;
   font-weight: bold;
   text-align: center;
   text-transform: capitalize;
   transition: all 0.3s ease;
}
.home_service_txt{
   display: none;
}
.home_service_txt h4{
   font-size: 0.18rem;
   line-height: 0.26rem;
   color: #fff;
   margin: 0.2rem 0;
}
.home_service_txt i{
   display: flex;
   display: -webkit-flex;
   justify-content: center;
   align-items: center;
   width: 0.4rem;
   height: 0.4rem;
   border-radius: 50%;
   border: 1px solid #fff;
}
.home_service_txt i iconify-icon{
   font-size: 0.2rem;
   color: #fff;
}
.home_service_img{
   position: absolute;
   bottom: 0;
   left: 0;
   width: 100%;
   height: 5rem;
   transition: all 0.3s ease;
   z-index: -1;
}
.home_service_img img{
   width: 100%;
   height: 100%;
   object-fit: cover;
}
.home_service_ul li a:hover .home_service_txt{
	display: block;
}
.home_service_ul li a:hover .home_service_text{
	background: linear-gradient(-135deg,rgba(34,141,198,1),rgba(26,95,170,1));
}
.home_service_ul li a:hover h3{
	color: #fff;
	text-align: left;
}
.home_service_ul li a:hover .home_service_text{
	padding: 0.5rem 13% 0.7rem 13%;
	clip-path: polygon(0 92%, 0 0, 100% 0, 100% 92%, 55% 92%, 50% 100%, 45% 92%);
}
@media screen and (max-width:1440px){
	.home_service_ul li a {
		height: 6rem;
	}
}
@media screen and (max-width:1366px){
}
@media screen and (max-width:1200px){
	.home_service_ul li a {
		height: 5.5rem;
	}
	.home_service_ul{
		gap: 0.2rem;
	}
	.home_service_ul li{
		width: calc((100% - 0.4rem) / 3);
	}
	.home_service_text {
		padding: 0.4rem 5%;
	}
	.home_service_text h3 {
		font-size: 0.2rem;
	}
	.home_service_txt h4 {
		font-size: 0.16rem;
		line-height: 0.24rem;
		margin: 0.15rem 0;
	}
	.home_service_ul li a:hover .home_service_text {
		padding: 0.4rem 5%;
	}
	.home_service_txt i {
		width: 0.35rem;
		height: 0.35rem;
	}
	.home_service_bac {
		padding: 0.6rem 0;
	}
}
@media screen and (max-width:1024px){
	.home_service_ul li a {
		height: 5rem;
	}
	.home_service_img{
		height: 100%;
	}
}
@media screen and (max-width:959px){
}
@media screen and (max-width:767px){
	.home_service_ul li a {
		height: 4rem;
	}
	.home_service_txt i {
		width: 0.3rem;
		height: 0.3rem;
	}
}
@media screen and (max-width:560px){
    .home_service_ul li {
        width: 100%;
    }
	.home_service_ul {
		margin-top: 0.4rem;
	}
}
@media screen and (max-width:425px){
}
/* home_news */
.home_news_bac{
   box-sizing: border-box;
   padding: 0.8rem 0;
   background: #F6FCFF;
   position: relative;
   z-index: 2;
   overflow: hidden;
}
.home_news_bac::after{
	content: 'taibang';
	position: absolute;
	top: 6%;
	left: 50%;
	transform: translate(-50%,0);
    text-transform: uppercase;
	font-size: 2.2rem;
	font-weight: bold;
	color: transparent;
	/* text-shadow: 0 0rem 0.2rem rgba(26,94,170,0.04); */
	-webkit-text-stroke: 1px rgba(26,95,170,0.2);
	z-index: -1;
}
.home_news{
}
.home_news_box{
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	margin-top: 0.6rem;
}
.home_news_left{
	width: 48.3%;
	position: relative;
	overflow: hidden;
	z-index: 2;
}
.home_news_left a{
	display: block;
	width: 100%;
}
.home_news_left::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to top,rgba(28,80,162,1),rgba(28,80,162,0));
	z-index: 1;
}
.home_news_left::after{
	content: '';
	display: block;
	padding-bottom: 73%;
}
.home_news_left img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.home_news_leftText{
   position: absolute;
   bottom: 0;
   left: 0;
   box-sizing: border-box;
   width: 100%;
   padding: 0.4rem;
   z-index: 3;
}
.home_news_leftText h3{
   font-size: 0.4rem;
   color: #fff;
   margin-bottom: 0.1rem;
}
.home_news_leftText h4{
   font-size: 0.16rem;
   color: #fff;
}
.home_news_leftText h5{
	font-size: 0.2rem;
	color: #fff;
	font-weight: bold;
	overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
  -webkit-box-orient: vertical;
   -webkit-line-clamp: 2;
   margin: 0.2rem 0;
}
.home_news_leftText h6{
	font-size: 0.18rem;
	color: #fff;
	line-height: 0.2rem;
	overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
  -webkit-box-orient: vertical;
   -webkit-line-clamp: 2;
}
.home_news_leftText i{
	display: block;
	width: 0.4rem;
	height: 0.4rem;
	box-sizing: border-box;
	border-radius: 50%;
	border: 1px solid #fff;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	align-items: center;
	margin-top: 0.2rem;
}
.home_news_leftText i iconify-icon{
    color: #fff;
	font-size: 0.2rem;
}
.home_news_right{
	width: 51.7%;
	box-sizing: border-box;
	padding-left: 0.3rem;
}
.home_news_rightUl{
   display: flex;
   display: -webkit-flex;
   gap: 0.3rem;
   flex-direction: column;
}
.home_news_rightUl li{
    width: 100%;
	position: relative;
}
.home_news_rightUl li a{
   display: block;
   width: 100%;
   box-sizing: border-box;
   padding: 0.3rem;
   display: flex;
   display: -webkit-flex;
   background-color: #fff;
   box-shadow: 0 0.04rem 0.16rem rgba(0, 0, 0, .1);
}
.home_news_rightImg{
   width: 51%;
   position: relative;
}
.home_news_rightImg::after{
   content: '';
   display: block;
   padding-bottom: 65%;
}
.home_news_rightImg img{
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%,-50%);
   width: 100%;
   height: 100%;
   object-fit: cover;
}
.home_news_rightText{
   width: 49%;
   box-sizing: border-box;
   padding-left: 0.3rem;
   display: flex;
   display: -webkit-flex;
   flex-direction: column;
   justify-content: center;
}
.home_news_rightTxt{
   display: flex;
   display: -webkit-flex;
   justify-content: space-between;
   align-items: center;
}
.home_news_rightBox{
}
.home_news_rightBox h3{
   font-size: 0.4rem;
   color: #333;
   margin-bottom: 0.1rem;
}
.home_news_rightBox h4{
   font-size: 0.16rem;
   color: #333;
}
.home_news_rightTxt i{
   display: block;
   width: 0.4rem;
   height: 0.4rem;
   border-radius: 50%;
   border: 1px solid var(--i_color);
   display: flex;
   display: -webkit-flex;
   justify-content: center;
   align-items: center;
   transition: all 0.3s ease;
}
.home_news_rightTxt i iconify-icon{
   font-size: 0.2rem;
   color: var(--i_color);
   transition: all 0.3s ease;
}
.home_news_rightText h5{
   font-size: 0.2rem;
   color: #333;
   font-weight: bold;
   overflow:hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    box-sizing: border-box;
	margin: 0.2rem 0;
	transition: all 0.3s ease;
}
.home_news_rightText h6{
   font-size: 0.18rem;
   color: #999;
   overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
  -webkit-box-orient: vertical;
   -webkit-line-clamp: 2;
}
.home_news_rightUl li a:hover i{
	background-color: var(--i_color);
}
.home_news_rightUl li a:hover i iconify-icon{
	color: #fff;
}
.home_news_rightUl li a:hover h5{
	color: var(--i_color);
}
.home_news_rightUl li a:hover{
	box-shadow: 0 0 0.1rem rgba(28,80,162,0.2);
}
@media screen and (max-width:1440px){
}
@media screen and (max-width:1366px){
}
@media screen and (max-width:1200px){
	.home_news_leftText h5 {
		font-size: 0.18rem;
	}
	.home_news_leftText h6 {
		font-size: 0.16rem;
	}
	.home_news_rightText h5 {
		font-size: 0.18rem;
		margin: 0.1rem 0;
	}
	.home_news_rightText h6 {
		font-size: 0.16rem;
	}
	.home_news_rightBox h3 {
		font-size: 0.35rem;
		margin-bottom: 0.05rem;
	}
	.home_news_leftText i,.home_news_rightTxt i{
		width: 0.35rem;
		height: 0.35rem;
	}
	.home_news_leftText h3 {
		font-size: 0.35rem;
	}
	.home_news_leftText {
		padding: 0.35rem;
	}
}
@media screen and (max-width:1024px){
}
@media screen and (max-width:959px){
}
@media screen and (max-width:767px){
	.home_news_box {
		margin-top: 0.4rem;
	}
	.home_news_left{
		width: 100%;
	}
	.home_news_right {
		width: 100%;
		padding-left: 0rem;
		margin-top: 0.3rem;
	}
}
@media screen and (max-width:560px){
	.home_news_rightText {
		padding-left: 0.2rem;
	}
	.home_news_rightBox h3 {
        font-size: 0.3rem;
        margin-bottom: 0.05rem;
    }
	.home_news_rightUl li a {
		padding: 0.2rem;
	}
	.home_news_leftText {
        padding: 0.2rem;
    }
}
@media screen and (max-width:425px){
}
/* ------------------------------------Footer----------------------------------------- */
.footer_bac{
   background: url('../images/footer.webp') no-repeat center;
   background-size: cover;
   box-sizing: border-box;
   padding: 0.8rem 0 0rem 0;
   overflow: hidden;
}
.footer{
   display: flex;
   display: -webkit-flex;
   padding-bottom: 0.35rem;
   box-sizing: border-box;
}
.footer_1{
   width: 42%;
   box-sizing: border-box;
   padding-right: 10%;
}
.footer_1_logo{
   display: flex;
   display: -webkit-flex;
   align-items: center;
}
.footer_1_logo img{
   height: 0.99rem;
}
.footer_1_logo p{
   font-size: 0.18rem;
   color: #fff;
   font-weight: bold;
   text-transform: uppercase;
   margin-left: 0.3rem;
}
.footer_1_ul{
   display: flex;
   display: -webkit-flex;
   flex-direction: column;
   gap: 0.2rem;
   margin-top: 0.4rem;
}
.footer_1_ul li{
}
.footer_1_ul li p{
   font-size: 0.18rem;
   color: var(--i_color);
   text-transform: capitalize;
}
.footer_1_ul li a{
   font-size: 0.18rem;
   color: #fff;
}
.footer_2{
	width: 25%;
}
.footer_h3{
   font-size: 0.2rem;
   color: #fff;
   text-transform: capitalize;
   font-weight: bold;
   margin-bottom: 0.3rem;
}
.footer_ul{
   display: flex;
   display: -webkit-flex;
   flex-direction: column;
   gap: 0.2rem;
}
.footer_ul ul{
	display: none;
}
.footer_ul li{
}
.footer_ul li a{
  font-size: 0.18rem;
  color: #999;
  transition: all 0.3s ease;
  text-transform: capitalize;
  position: relative;
  box-sizing: border-box;
  padding-bottom: 0.02rem;
}
.footer_ul li a::after{
   content: '';
   position: absolute;
   right: 0;
   bottom: 0;
   width: 0;
   height: 1px;
   background-color: #fff;
   transition: all 0.3s ease;
}
.footer_ul li a:hover{
   color: #fff;
}
.footer_ul li a:hover::after{
   width: 100%;
   right: auto;
   left: 0;
}
.footer_dl{
   margin-top: 0.3rem;
   display: flex;
   display: -webkit-flex;
   gap: 0.2rem;
}
.footer_dl dt{
}
.footer_dl dt a{
}
.footer_dl dt a iconify-icon{
	font-size: 0.28rem;
	color: rgba(255, 255, 255, .2);
	transition: all 0.3s ease;
}
.footer_dl dt a iconify-icon:hover{
	color: #fff;
	transform: translateY(-5px);
}
.footer_2,.footer_3,.footer_4{
    width: calc(58% / 3);
	box-sizing: border-box;
	padding-right: 2%;
}
.footer_max_bac{
   border-top: 1px solid rgba(255, 255, 255, .2);
   box-sizing: border-box;
   padding: 0.3rem 0;
}
.footer_max{
}
.footer_max p{
  font-size: 0.18rem;
  color: rgba(255, 255, 255, .2);
}
.footer_max p a{
	font-size: 0.18rem;
	color: rgba(255, 255, 255, .2);
	transition: all 0.3s ease;
}
.footer_max p a:hover{
	color: #fff;
}
@media screen and (max-width:1440px){
}
@media screen and (max-width:1366px){
}
@media screen and (max-width:1200px){
	.footer_bac {
		padding: 0.6rem 0 0rem 0;
	}
}
@media screen and (max-width:1024px){
	.footer_2, .footer_3, .footer_4{display: none;}
	.footer_1 {
		width: 100%;
		padding-right: 0%;
	}
}
@media screen and (max-width:959px){
}
@media screen and (max-width:767px){
	.footer_max p{
		font-size: 0.16rem;
	}
	.footer_max p a{
		font-size: 0.16rem;
	}
	.footer_1_ul li a {
		font-size: 0.16rem;
	}
	.footer_1_logo img {
		height: 0.8rem;
	}
}
@media screen and (max-width:560px){
}
@media screen and (max-width:425px){
}
/* home_about */
.home_about_bac{
}
.home_about_img{
   width: 100%;
   position: relative;
   overflow: hidden;
}
.home_about_img::after{
	content: '';
	display: block;
	padding-bottom: 39.71%;
}
.home_about_img img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.home_about_img::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url('../images/home_about2.png') no-repeat center;
	background-size: cover;
	z-index: 2;
	transition: all 2s ease;
}
.home_about_text{
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%,-50%);
   z-index: 3;
   box-sizing: border-box;
   padding-right: 46%;
}
.home_about_text h3{
   font-size: 0.4rem;
   color: var(--i_color);
   font-weight: 900;
   transition: all 0.3s ease;
}
.home_about_text h4{
   font-size: 0.18rem;
   color: #333;
   line-height: 0.32rem;
   margin: 0.6rem 0;
   transition: all 0.3s ease;
}
.home_about_text h4 a{
   text-transform: capitalize;
   display: inline-block;
   font-size: 0.18rem;
   color: var(--i_color);
   border-bottom: 1px solid var(--i_color);
   transition: all 0.3s ease;
   line-height: 100%;
}
.home_about_video i{
	display: block;
	width: 0.7rem;
	height: 0.7rem;
	position: relative;
	cursor: pointer;
	background: url('../images/video.png') center no-repeat;
	background-size: contain;
	cursor: pointer;
}
.home_about_video  i::before {
    animation: serv_one_border 2s 0s ease infinite;
}
.home_about_video i::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
	transform: translate(-50%,-50%);
    border: 1px solid var(--i_color);
    width: 100%;
    height: 100%;
    border-radius: 50%;
    opacity: 0;
    z-index: 2;
}
.home_about_video i span::before{
	content: '';
    position: absolute;
    left: 50%;
    top: 50%;
	transform: translate(-50%,-50%);
    border: 1px solid var(--i_color);
    width: 100%;
    height: 100%;
    border-radius: 50%;
    opacity: 0;
    z-index: 2;
}
.home_about_video i span::after{
	content: '';
    position: absolute;
    left: 50%;
    top: 50%;
	transform: translate(-50%,-50%);
    border: 1px solid var(--i_color);
    width: 100%;
    height: 100%;
    border-radius: 50%;
    opacity: 0;
    z-index: 2;
}
.home_about_video  i span::before {
    animation: serv_one_border 1.5s 0s ease infinite;
}
.home_about_video  i span::after {
    animation: serv_one_border 2.5s 0s ease infinite;
}
@keyframes serv_one_border {
	0% {
		opacity: 0
	}
	5% {
		opacity: 1
	}
	80% {
		opacity: 0
	}
	100% {
		opacity: 0;
		transform:translate(-50%,-50%) scale(1.5);
		-ms-transform:translate(-50%,-50%) scale(1.5);
		-o-transform:translate(-50%,-50%) scale(1.5);
		-webkit-transform:translate(-50%,-50%) scale(1.5);
		-moz-transform:translate(-50%,-50%) scale(1.5);
	}
}
.home_about_img:hover::before{
	left: -100%;
}
.home_about_img:hover h3,
.home_about_img:hover h4{
	color: #fff;
}
.home_about_img:hover h4 a{
	color: #fff;
	border-bottom: 1px solid #fff;
 }
@media screen and (max-width:1440px){
	.home_about_text h3 {
		font-size: 0.4rem;
	}
	.home_about_text h4 {
		font-size: 0.16rem;
		line-height: 0.28rem;
		margin: 0.4rem 0;
	}
	.home_about_text h4 a {
		font-size: 0.16rem;
	}
	.home_about_video i{
		width: 0.6rem;
		height: 0.6rem;
	}
}
@media screen and (max-width:1366px){
}
@media screen and (max-width:1200px){
	.home_about_text h3 {
		font-size: 0.35rem;
	}
	.home_about_text h4 {
		font-size: 0.14rem;
		line-height: 0.24rem;
		margin: 0.2rem 0 0.4rem 0;
	}
	.home_about_text h4 a {
		font-size: 0.14rem;
	}
	.home_about_video i{
		width: 0.5rem;
		height: 0.5rem;
	}
}
@media screen and (max-width:1024px){
	.home_about_text h3 {
		font-size: 0.3rem;
	}
}
@media screen and (max-width:959px){
	.home_about_text h3 {
		font-size: 0.28rem;
	}
	.home_about_text {
		position: relative;
		top: 0%;
		left: 0%;
		transform: translate(0%, 0%);
		padding-right: 0%;
	}
	.home_about_img::before{display: none;}
	.home_about_img img{display: none;}
	.home_about_img::after{display: none;}
	.home_about_bac{
		background: linear-gradient(to top,rgba(84,201,250,0.48),rgba(77,189,236,0.15),rgba(77,189,236,0.06));
		box-sizing: border-box;
	}
	.home_about_img {
		box-sizing: border-box;
		padding: 0.6rem 0;
	}
	.home_about_text h3 br{display: none;}
}
@media screen and (max-width:767px){
	.home_about_text h3 {
		font-size: 0.26rem;
	}
}
@media screen and (max-width:560px){
	.home_about_text h3 {
		font-size: 0.24rem;
	}
}
@media screen and (max-width:425px){
}
/* ------------------------------about ---------------------------------*/
.banner_about{
   position: relative;
}
.banner_about::after{
   content: '';
   display: block;
   padding-bottom: 33.2%;
}
.banner_about img{
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%,-50%);
   width: 100%;
   height: 100%;
   object-fit: cover;
}
.banner_about_text{
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%,-50%);
}
.banner_about_text p{
   font-size: 0.48rem;
   color: #fff;
   font-weight: bold;
   text-transform: capitalize;
}
@media screen and (max-width:1440px){
	.banner_about_text p {
		font-size: 0.4rem;
	}
}
@media screen and (max-width:1366px){
}
@media screen and (max-width:1200px){
	.banner_about_text p {
		font-size: 0.35rem;
	}
}
@media screen and (max-width:1024px){
	.banner_about_text p {
		font-size: 0.3rem;
	}
}
@media screen and (max-width:959px){
	.banner_about_text p {
		font-size: 0.28rem;
	}
}
@media screen and (max-width:767px){
	.banner_about_text p {
		font-size: 0.26rem;
	}
}
@media screen and (max-width:560px){
	.banner_about_text p {
		font-size: 0.24rem;
	}
}
@media screen and (max-width:425px){
	.banner_about_text p {
		font-size: 0.2rem;
	}
}
/* 当前位置 */
.in_position{padding:0.14rem 0; background:#F6FCFF}
.in_position a{display:block; float:left; font-size:14px; color:#4C4C4C; position:relative; line-height:20px; text-transform:capitalize}
.in_position a:first-child{padding-left:24px; background:url(../images/home_b.svg) no-repeat left center; background-size:16px}
.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 a{font-size:15px}
}
@media screen and (max-width:767px){
	.in_position a{font-size:14px}
}
@media screen and (max-width:560px){
	.in_position a{font-size:12px}
}
/* point */
.point_bac{
   box-sizing: border-box;
   padding-top: 0.6rem;
}
.point{
}
.point h3{
  font-size: 0.36rem;
  color: var(--i_color);
  font-weight: bold;
  margin-bottom: 0.2rem;
  text-transform: capitalize;
}
.point_text{
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.4rem;
  border-bottom: 1px solid #CECECE;
  box-sizing: border-box;
  padding-bottom: 0.15rem;
}
.point_text h4{
   font-size: 0.18rem;
   color: #666;
}
.point_ul{
  display: flex;
  display: -webkit-flex;
}
.point_ul li{
}
.point_ul li a{
  font-size: 0.2rem;
  color: #333;
  font-weight: bold;
  display: inline-block;
  box-sizing: border-box;
  padding: 0 0.3rem;
  text-transform: capitalize;
  position: relative;
  transition: all 0.3s ease;
}
.point_ul li a::after{
	content: '';
	position: absolute;
	bottom: -0.15rem;
	right: 0;
	width: 0;
	height: 2px;
	background-color: var(--i_color);
	transition: all 0.3s ease;
}
.point_ul li a:hover,
.point_active a{
	color: var(--i_color) !important;
}
.point_ul li a:hover::after,
.point_active a::after{
	width: 100% !important;
	right: auto !important;
	left: 0 !important;
}
@media screen and (max-width:1440px){
	.point h3 {
		font-size: 0.32rem;
		margin-bottom: 0.2rem;
	}
}
@media screen and (max-width:1366px){
}
@media screen and (max-width:1200px){
	.point h3 {
		font-size: 0.3rem;
	}
}
@media screen and (max-width:1024px){
	.point_text h4{
		width: 100%;
	}
	.point_ul{
		width: 100%;
	}
	.point h3{
		font-size: 0.28rem;
		text-align: center;
	}
	.point_text h4{
		text-align: center;
	}
	.point_ul {
		justify-content: center;
	}
}
@media screen and (max-width:959px){
}
@media screen and (max-width:767px){
	.point_ul li a {
		font-size: 0.18rem;
		padding: 0 0.2rem;
	}
	.point_text h4 {
		font-size: 0.16rem;
	}
}
@media screen and (max-width:560px){
	.point_ul {
		display: none;
	}
	.point_text h4 {
		font-size: 0.14rem;
	}
	.point_bac {
		padding-top: 0.4rem;
	}
	.point_ul_news{
		display: flex !important;
	}
}
@media screen and (max-width:425px){
}
/* about_us */
.about_us_bac{
  box-sizing: border-box;
  padding: 0.8rem 0 0.6rem 0;
}
.about_us{
}
.about_us h3{
   font-size: 0.46rem;
   color: var(--i_color);
   font-weight: 900;
   text-transform: uppercase;
}
.about_us_box h4{
   font-size: 0.18rem;
   color: #333;
   line-height: 0.32rem;
   margin-top: 0.4rem;
   width: 45%;
}
.about_us_box{
   display: flex;
   display: -webkit-flex;
}
.about_us_img{
	width: 55%;
	position: relative;
}
.about_us_img img{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	object-fit: contain;
}
.about_four{
   margin-top: 0.9rem;
}
.about_four_ul{
   display: flex;
   display: -webkit-flex;
   justify-content: space-between;
   flex-wrap: wrap;
}
.about_four_ul li{
   box-sizing: border-box;
   border-bottom: 1px solid #CECECE;
   width: 1.92rem;
}
.about_four_div{
   display: flex;
   display: -webkit-flex;
}
.about_four_div h3{
   font-size: 0.5rem;
   color: var(--i_color);
   font-weight: bold;
   line-height: 100%;
}
.about_four_div h4{
   font-size: 0.18rem;
   color: var(--i_color);
   font-weight: bold;
   margin-left: 0.1rem;
}
.about_four_ul h5{
   font-size: 0.18rem;
   color: #333;
   box-sizing: border-box;
   padding: 0.2rem 0 0.25rem 0;
}
@media screen and (max-width:1440px){
	.about_us h3{
		font-size: 0.4rem;
	}
	.about_four {
		margin-top: 0.8rem;
	}
}
@media screen and (max-width:1366px){
}
@media screen and (max-width:1200px){
    .about_us h3 {
        font-size: 0.35rem;
    }
	.about_us_bac {
		padding: 0.6rem 0;
	}
	.about_us_box h4 {
		font-size: 0.16rem;
		line-height: 0.28rem;
		margin-top: 0.2rem;
	}
	.about_four_div h3 {
		font-size: 0.4rem;
	}
	.about_four_ul h5 {
		font-size: 0.16rem;
		padding: 0.15rem 0 0.2rem 0;
	}
	.about_four {
		margin-top: 0.6rem;
	}
}
@media screen and (max-width:1024px){
}
@media screen and (max-width:959px){
	.about_us h3 {
        font-size: 0.3rem;
    }
}
@media screen and (max-width:767px){
    .about_us h3 {
        font-size: 0.28rem;
    }
	.about_us_img{
		display: none;
	}
	.about_us_box h4 {
		width: 100%;
	}
	.about_us h3 br{display: none;}
	.about_four_ul li {
		width: calc((100% - 0.2rem) / 2);
	}
	.about_four_ul{
        gap: 0.4rem 0.2rem;
	}
}
@media screen and (max-width:560px){
    .about_us h3 {
        font-size: 0.24rem;
    }
	.about_us_bac {
        padding: 0.4rem 0;
    }
	.about_four {
        margin-top: 0.4rem;
    }
}
@media screen and (max-width:425px){
}
.about_video_bac{
}
.about_video{
   position: relative;
   overflow: hidden;
}
.about_video::after{
   content: '';
   display: block;
   padding-bottom: 39%;
}
.about_video img{
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%,-50%);
   width: 100%;
   height: 100%;
   object-fit: cover;
}
.about_video_box i{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
    background: url('../images/video_about.png') center no-repeat;
	background-size: contain;
}
.overlay{
    width: 100%;
	height: 100%;
    clip-path: polygon(50% 50%, 50% 50%, 50% 50%, 50% 50%);
}
/* advantage */
.advantage_bac{
   background: linear-gradient(to top,rgba(200,236,252,1),rgba(255,255,255,0));
   box-sizing: border-box;
   padding: 0.8rem 0;
}
.advantage{
}
.advantage_box{
   margin-top: 0.6rem;
}
.advantage_img{
   width: 100%;
   position: relative;
}
.advantage_img::after{
   content: '';
   display: block;
   padding-bottom: 31.4%;
}
.advantage_img img{
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%,-50%);
   width: 100%;
   height: 100%;
   object-fit: cover;
   border-radius: 0.15rem;
}
.advantage_ul{
   display: flex;
   display: -webkit-flex;
   gap: 1px;
   margin-top: -0.3rem;
   position: relative;
   z-index: 2;
}
.advantage_ul li{
   width: calc((100% - 3px) / 4);
   background-color: #fff;
   border-radius: 0.15rem 0.15rem 0 0;
   display: flex;
   display: -webkit-flex;
   flex-direction: column;
   align-items: center;
   box-sizing: border-box;
   padding: 0.3rem 3%;
   position: relative;
   z-index: 2;
   overflow: hidden;
}
.advantage_ul li::after{
	content: '';
	position: absolute;
	top: 200%;
	left: 0;
	width: 100%;
	height: 150%;
	background: linear-gradient(to top,rgba(28,80,162,1),rgba(33,148,203,1));
	transform: skewY(-15deg) translate(0,-50%);
	z-index: -1;
	transition: all 1s ease;
}
.advantage_ul li i{
   display: block;
   width: 0.62rem;
   height: 0.62rem;
   border-radius: 50%;
   background-color: var(--i_color);
   display: flex;
   display: -webkit-flex;
   justify-content: center;
   align-items: center;
   transition: all 0.3s ease;
}
.advantage_ul li i iconify-icon{
   color: #fff;
   font-size: 0.4rem;
   transition: all 0.3s ease;
}
.advantage_ul h3{
   font-size: 0.2rem;
   color: #333;
   font-weight: bold;
   margin: 0.2rem 0;
   text-align: center;
   transition: all 0.3s ease;
}
.advantage_ul h4{
   font-size: 0.18rem;
   line-height: 0.24rem;
   color: #333;
   text-align: center;
   transition: all 0.3s ease;
}
.advantage_ul li:hover::after{
	top: 50%;
}
.advantage_ul li:hover h3,
.advantage_ul li:hover h4{
	color: #fff;
}
.advantage_ul li:hover i{
	background-color: #fff;
}
.advantage_ul li:hover i iconify-icon{
	color: var(--i_color);
}
@media screen and (max-width:1440px){
	.advantage_ul h3 {
		font-size: 0.18rem;
		margin: 0.15rem 0;
	}
	.advantage_ul h4 {
		font-size: 0.16rem;
		line-height: 0.2rem;
	}
}
@media screen and (max-width:1366px){
}
@media screen and (max-width:1200px){
	.advantage_bac {
		padding: 0.6rem 0;
	}
	.advantage_ul h4 {
		font-size: 0.14rem;
		line-height: 0.18rem;
	}
	.advantage_ul h3 {
		font-size: 0.16rem;
		margin: 0.1rem 0;
	}
}
@media screen and (max-width:1024px){
}
@media screen and (max-width:959px){
	.advantage_ul li {
		width: calc((100% - 1px) / 2);
	}
	.advantage_ul {
		flex-wrap: wrap;
	}
}
@media screen and (max-width:767px){
	.advantage_box {
		margin-top: 0.4rem;
	}
	.advantage_ul li i {
		width: 0.55rem;
		height: 0.55rem;
	}
	.advantage_ul li i iconify-icon {
		font-size: 0.24rem;
	}
}
@media screen and (max-width:560px){
}
@media screen and (max-width:425px){
}
/* about_cate */
.about_cate_bac{
	box-sizing: border-box;
	padding-top: 1rem;
}
.about_cate{
}
.about_cate_ul{
	position: relative;
	z-index: 2;
	margin-top: 0.6rem;
}
.about_cate_ul::after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.2);
	z-index: 1;
}
.about_cate_ul::before{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 40%;
	background: linear-gradient(to top,rgba(26,95,170,0.8),rgba(26,95,170,0));
	z-index: 2;
}
.about_cate_img{
}
.about_cate_img li a{
	display: block;
	width: 100%;
}
.about_cate_img li img{
	height: 6.5rem;
	width: 100%;
	object-fit: cover;
}
.about_cate_text{
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   z-index: 3;
   display: flex;
   display: -webkit-flex;
}
.about_cate_text li{
   width: 20%;
   box-sizing: border-box;
}
.about_cate_text li:not(:last-child){
   border-right: 1px solid rgba(255, 255, 255, .35);
}
.about_cate_text li a{
   display: block;
   width: 100%;
   height: 100%;
   box-sizing: border-box;
   padding: 1.2rem 16%;
}
.about_cate_text li a img{
    height: 0.58rem;
}
.about_cate_text li a p{
   font-size: 0.26rem;
   color: #fff;
   font-weight: bold;
   margin-top: 0.15rem;
}
.about_cate_text li a i{
   display: flex;
   display: -webkit-flex;
   justify-content: center;
   align-items: center;
   width: 0.32rem;
   height: 0.32rem;
   border: 1px solid #fff;
   border-radius: 50%;
   margin-top: 0.4rem;
   opacity: 0;
   transition: all 0.3s ease;
}
.about_cate_text li a i iconify-icon{
   font-size: 0.18rem;
   color: #fff;
}
.about_cate_text li a:hover i,
.about_cate_text li.current i{
	margin-top: 0.2rem;
	opacity: 1;
}
@media screen and (max-width:1440px){
	.about_cate_bac {
		padding-top: 0.8rem;
	}
	.about_cate_text li a p {
		font-size: 0.24rem;
	}
	.about_cate_text li a img {
		height: 0.5rem;
	}
	.about_cate_text li a {
		padding: 1rem 12%;
	}
	.about_cate_img li img {
		height: 6rem;
	}
}
@media screen and (max-width:1366px){
}
@media screen and (max-width:1200px){
	.about_cate_bac {
		padding-top: 0.6rem;
	}
	.about_cate_text li a p {
		font-size: 0.22rem;
	}
	.about_cate_text li a img {
		height: 0.45rem;
	}
	.about_cate_text li a {
		padding: 0.8rem 10%;
	}
	.about_cate_img li img {
		height: 5.5rem;
	}
}
@media screen and (max-width:1024px){
	.about_cate_text li a p {
		font-size: 0.2rem;
	}
	.about_cate_text li a img {
		height: 0.4rem;
	}
	.about_cate_img li img {
		height: 5rem;
	}
}
@media screen and (max-width:959px){
	.about_cate_text li a p {
		font-size: 0.18rem;
	}
}
@media screen and (max-width:767px){
    .about_cate_text{display: none;}
	.about_cate_img{
		display: flex;
		display: -webkit-flex;
		flex-wrap: wrap;
		gap: 0.1rem;
	}
	.about_cate_img li{
		width: calc((100% - 0.1rem) / 2);
	}
	.about_cate_img li:last-child{
		width: 100%;
	}
	.about_cate_img li img{
		height: 4rem;
	}
	.about_cate_ul::before{display: none;}
	.about_cate_ul::after{display: none;}
}
@media screen and (max-width:560px){
	.about_cate_img li img{
		height: 3rem;
	}
	.about_cate_ul {
		margin-top: 0.4rem;
	}
}
@media screen and (max-width:425px){
	.about_cate_img li img{
		height: 2.5rem;
	}
}
/* FAQ */
.faq_bac{
  box-sizing: border-box;
  padding-bottom: 1rem;
  position: relative;
  z-index: 2;
}
.faq_circle{
}
.faq_circle1{
	position: absolute;
	width: 8.1rem;
	height: 8.1rem;
	background: url('../images/circle1.png') no-repeat center;
	background-size: contain;
	top: -0.4rem;
	right: 10%;
	z-index: -1;
}
.faq_circle2{
	position: absolute;
	width: 1.75rem;
	height: 1.75rem;
	background: url('../images/circle2.png') no-repeat center;
	background-size: contain;
	top: 0rem;
	left: 2%;
	z-index: -1;
}
.faq_circle3{
	position: absolute;
	width: 0.57rem;
	height: 0.57rem;
	background: url('../images/circle3.png') no-repeat center;
	background-size: contain;
	top: -0.2rem;
	left: 12%;
	z-index: -1;
}
.faq{
}
.faq_ul{
  margin-top: 0.6rem;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  gap: 0.3rem;
}
.faq_ul li{
}
.faq_q{
  border: 1px solid #D8D8D8;
  box-sizing: border-box;
  padding: 0.18rem 3%;
  border-radius: 3rem;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s ease;
}
.faq_q p{
  font-size: 0.2rem;
  color: #333;
  width: calc(100% - 0.4rem);
  box-sizing: border-box;
  padding-right: 0.2rem;
}
.faq_q i{
  display: flex;
  display: -webkit-flex;
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  border: 1px solid var(--i_color);
  justify-content: center;
  align-items: center;
}
.faq_q i iconify-icon{
  font-size: 0.2rem;
  color: var(--i_color);
}
.faq_a{
  box-sizing: border-box;
  padding: 0.3rem 3% 0 0.3rem;
  display: none;
}
.faq_a h3{
  font-size: 0.18rem;
  line-height: 0.24rem;
  color: #999;
}
.faq_ul li.faq_active .faq_q{
	background-color: #fff;
}
.faq_ul li.faq_active .faq_q{
	border: 1px solid transparent;
	box-shadow: 0 0.04rem 0.16rem rgba(0,0,0,0.1);
}
.faq_ul li.faq_active .faq_q i{
	background-color: var(--i_color);
	transform: rotate(90deg);
}
.faq_ul li.faq_active .faq_q i iconify-icon{
	color: #fff;
}
@media screen and (max-width:1440px){
	.faq_q p {
		font-size: 0.18rem;
	}
}
@media screen and (max-width:1366px){
}
@media screen and (max-width:1200px){
	.faq_a h3 {
		font-size: 0.16rem;
		line-height: 0.24rem;
	}
}
@media screen and (max-width:1024px){
	.faq_q i {
		width: 0.35rem;
		height: 0.35rem;
	}
}
@media screen and (max-width:959px){
}
@media screen and (max-width:767px){
	.faq_ul {
		margin-top: 0.4rem;
	}
}
@media screen and (max-width:560px){
	.faq_q p {
        font-size: 0.16rem;
    }
}
@media screen and (max-width:425px){
}
/* contact_us */
.contact_us_bac{
   overflow: hidden;
}
.contact_us{
   display: flex;
   display: -webkit-flex;
   flex-wrap: wrap;
   margin-top: 0.6rem;
}
.contact_us_left{
   width: 50%;
}
.contact_us_left #simpleMap,
.contact_us_left .fluid-width-video-wrapper,
.contact_us_left iframe {
    width: 100%;
    height: 100% !important;
}
.contact_us_right{
   width: 50%;
   box-sizing: border-box;
   padding: 1rem 5%;
   background: linear-gradient(to top,rgba(28,82,163,1),rgba(33,147,202,1));
   position: relative;
   z-index: 2;
   overflow: hidden;
}
.contact_us_right::after{
	content: '';
	position: absolute;
	bottom: -0.4rem;
	right: -0.9rem;
	width: 3.91rem;
	height: 3.91rem;
	background: url('../images/contact_us.png') no-repeat center;
	background-size: contain;
	z-index: -1;
}
.contact_us_right::before{
	content: '';
	content: '';
	position: absolute;
	bottom: 3.4rem;
	right: 2.6rem;
	width: 1.27rem;
	height: 1.27rem;
	background: url('../images/contact_us.png') no-repeat center;
	background-size: contain;
	z-index: -1;
}
.contact_us_right h3{
   font-size: 0.42rem;
   color: #fff;
   font-weight: 900;
   margin-bottom: 0.4rem;
}
.contact_us_ul{
   display: flex;
   display: -webkit-flex;
   flex-direction: column;
   gap: 0.4rem;
}
.contact_us_ul li{
  display: flex;
  display: -webkit-flex;
  align-items: center;
}
.contact_us_ul li iconify-icon{
  font-size: 0.35rem;
  color: #fff;
  margin-right: 0.2rem;
}
.contact_us_text{
}
.contact_us_text p{
   font-size: 0.22rem;
   color: #fff;
   text-transform: capitalize;
   margin-bottom: 0.02rem;
}
.contact_us_text a{
	font-size: 0.18rem;
	color: #fff;
	display: inline-block;
	position: relative;
	box-sizing: border-box;
	padding-bottom: 0.02rem;
}
.contact_us_text a::after{
	content: '';
	position: absolute;
	right: 0;
	bottom: 0;
	width: 0;
	height: 1px;
	background-color: #fff;
	transition: all 0.3s ease;
}
.contact_us_text a:hover::after{
	width: 100%;
	right: auto;
	left: 0;
}
@media screen and (max-width:1440px){
	.contact_us_right h3 {
		font-size: 0.38rem;
	}
	.contact_us_right {
		padding: 0.8rem 4%;
	}
}
@media screen and (max-width:1366px){
}
@media screen and (max-width:1200px){
	.contact_us_right h3 {
		font-size: 0.35rem;
	}
	.contact_us_right {
		padding: 0.6rem 3%;
	}
	.contact_us_text p {
		font-size: 0.2rem;
	}
}
@media screen and (max-width:1024px){
	.contact_us_right h3 {
		font-size: 0.3rem;
	}
}
@media screen and (max-width:959px){
	.contact_us_right h3 {
		font-size: 0.28rem;
	}
}
@media screen and (max-width:767px){
	.contact_us_right h3 {
		font-size: 0.26rem;
	}
	.contact_us_left {
		width: 100%;
		height: 5rem;
	}
	.contact_us_right{
		width: 100%;
	}
	.contact_us_ul {
		gap: 0.3rem;
	}
}
@media screen and (max-width:560px){
}
@media screen and (max-width:425px){
}
/* contact_form */
.contact_form_bac{
   box-sizing: border-box;
   padding: 1rem 0 0 0;
}
.contact_form{
}
.contact_form_box{
   box-sizing: border-box;
   padding: 0.8rem 0 1rem 0 ;
   margin-top: 0.4rem;
   background: url('../images/contact_form.webp') no-repeat center;
   background-size: cover;
}
@media screen and (max-width:1440px){
	.contact_form_bac {
		padding: 0.8rem 0 0 0;
	}
	.contact_form_box {
		padding: 0.6rem 0 0.8rem 0;
		margin-top: 0.3rem;
	}
}
@media screen and (max-width:1366px){
}
@media screen and (max-width:1200px){
	.contact_form_bac {
		padding: 0.6rem 0 0 0;
	}
	.contact_form_box {
		padding: 0.4rem 0 0.6rem 0;
		margin-top: 0.2rem;
	}
}
@media screen and (max-width:1024px){
}
@media screen and (max-width:959px){
}
@media screen and (max-width:767px){
}
@media screen and (max-width:560px){
}
@media screen and (max-width:425px){
}
#wpforms-30{--input_font_size:0.16rem; --input_height:0.66rem}
#wpforms-30{width:100%; margin:0 auto; padding:0}
#wpforms-form-30{width:100%; overflow:hidden}
#wpforms-30 input, #wpforms-30 button{margin:0; padding:0; border:none; background:none}
#wpforms-30 .wpforms-field{padding:0; margin:0;}
#wpforms-30 .wpforms-error-container{line-height:16px}
#wpforms-30 .wpforms-field-container{width:100%;position: relative; display:-webkit-flex; display:flex; flex-wrap:wrap; overflow:hidden;margin-bottom: 0.2rem;}
#wpforms-30 .wpforms-submit-container{padding:0!important;margin: 0 auto;transition: all 0.3s ease; width:50%;overflow: hidden; border-radius: 0.05rem; background:var(--i_color); position:relative;}
#wpforms-30 .wpforms-field-label{
	font-size: 0;
}
#wpforms-30 .wpforms-field-label span{
	font-size: 0.18rem;
	color: red;
	position: absolute;
	top: 0.26rem;
    left: 0.11rem;
}
#wpforms-30 .wpforms-field{width:100%; margin-bottom:0px; padding-bottom:20px; background:transparent; overflow:hidden;position: relative;}
#wpforms-30 .wpforms-field{margin-right:20px;}
#wpforms-30 .wpforms-field{width:calc(50% - 10px)}
#wpforms-30-field_14-container {
	position: absolute !important;
	top: 0;
	right: 0;
	height: 100%;
	margin-right:0px !important;
	box-sizing: border-box;
	padding-bottom: 0.2rem;
}
#wpforms-30 input{height:var(--input_height)}
#wpforms-30 textarea{
	min-height:100px;
	height: 100%;
}
#wpforms-30 input, #wpforms-30 textarea{
	width:100%;
	max-width:100%!important;
	font-size:var(--input_font_size);
	color:#9c9c9c;
	box-sizing:border-box;
	line-height:var(--input_height);
	padding:0 0.2rem;
	background-color: #fff;
	border-radius: 0rem;
}
#wpforms-30 textarea{
	padding: 0.2rem;
	line-height: 140%;
}
#wpforms-30 input::-webkit-input-placeholder{color:#9c9c9c; font-size:var(--input_font_size)}
#wpforms-30 input::-moz-placeholder{color:#9c9c9c; font-size:var(--input_font_size)}
#wpforms-30 input::-moz-placeholder{color:#9c9c9c; font-size:var(--input_font_size)}
#wpforms-30 input::-ms-input-placeholder{color:#9c9c9c; font-size:var(--input_font_size);line-height: 0.24rem;}
#wpforms-30 textarea::-webkit-input-placeholder{color:#9c9c9c; font-size:var(--input_font_size);line-height: 0.24rem;}
#wpforms-30 textarea::-moz-placeholder{color:#9c9c9c; font-size:var(--input_font_size);line-height: 0.24rem;}
#wpforms-30 textarea::-moz-placeholder{color:#9c9c9c; font-size:var(--input_font_size);line-height: 0.24rem;}
#wpforms-30 textarea::-ms-input-placeholder{color:#9c9c9c; font-size:var(--input_font_size);line-height: 0.24rem;}
#wpforms-30 #wpforms-30-field_1-error, #wpforms-30 #wpforms-30-field_2-error, #wpforms-30 #wpforms-30-field_3-error, #wpforms-30 #wpforms-30-field_4-error{position:absolute; font-size:14px}
#wpforms-30 .wpforms-submit-container button{overflow: hidden;position: relative; width:100%; height:0.44rem; font-size:0.16rem; color:#FFF; line-height:0.44rem; cursor:pointer; text-transform:uppercase; position:relative; z-index:2}
#wpforms-30 .wpforms-submit-container img{position:absolute; top:50%; transform:translate(0,-50%); right:4px}
#wpforms-30 .wpforms-submit-container:hover{
	background-color: #333;
}
@media screen and (max-width:1200px) {
}
@media screen and (max-width:1024px) {
}
@media screen and (max-width:960px) {
}
@media screen and (max-width:768px) {
}
@media screen and (max-width:560px) {
	#wpforms-30-field_14-container{
		position: relative !important;
	}
	#wpforms-30 .wpforms-field {
		width: 100%;
	}
	#wpforms-30 .wpforms-field {
		margin-right: 0px;
	}
}
@media screen and (max-width:425px) {
}
/* ----------------------------news------------------------------ */
.news_bac{
  margin-top: 0.7rem;
  padding-bottom: 1rem;
}
.news{
}
.news_ul{
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 0.3rem;
}
.news_ul li{
   display: flex;
   display: -webkit-flex;
   padding:  0.3rem 0.5rem 0.3rem 0.3rem;
   box-shadow: 0 0.04rem 0.16rem rgba(0, 0, 0, .1);
   position: relative;
   overflow: hidden;
   z-index: 2;
   background-color: #fff;
}
.news_ul li::after{
	content: '';
	position: absolute;
	bottom: 0;
	right: 8%;
	width: 2.5rem;
	height: 1.82rem;
	background: url('../images/news_bac.png') no-repeat center;
	background-size: contain;
	z-index: -1;
}
.news_ul li a{
  display: block;
  width: 100%;
  box-sizing: border-box;
  display: flex;
  display: -webkit-flex;
  align-items: center;
}
.news_img{
  width: 23.5%;
  position: relative;
  overflow: hidden;
}
.news_img::after{
  content: '';
  display: block;
  padding-bottom: 66.7%;
}
.news_img img{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease;
}
.news_text{
  width: 76.5%;
  box-sizing: border-box;
  padding-left: 0.3rem;
}
.news_data{
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
}
.news_data_text{
}
.news_data i{
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  width: 0.4rem;
  height: 0.4rem;
  border: 1px solid var(--i_color);
  border-radius: 50%;
  transition: all 0.3s ease;
}
.news_data i iconify-icon{
  font-size: 0.2rem;
  color: var(--i_color);
  transition: all 0.3s ease;
}
.news_text h3{
   font-size: 0.4rem;
   color: #333;
}
.news_text h4{
   font-size: 0.16rem;
   color: #333;
   margin-top: 0.1rem;
}
.news_text h5{
   font-size: 0.2rem;
   color: #333;
   font-weight: bold;
   margin: 0.2rem 0;
   overflow:hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    box-sizing: border-box;
	transition: all 0.3s ease;
}
.news_text h6{
   font-size: 0.18rem;
   color: #999;
   overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
  -webkit-box-orient: vertical;
   -webkit-line-clamp: 2;
}
.news_ul li a:hover img{
	width: 110%;
	height: 110%;
}
.news_ul li a:hover i{
	background-color: var(--i_color);
}
.news_ul li a:hover i iconify-icon{
	color: #fff;
}
.news_ul li a:hover h5{
	color: var(--i_color);
}
.news_ul li:hover{
	box-shadow: 0 0 0.1rem rgba(28,80,162,0.2);
}
@media screen and (max-width:1440px){
	.news_text h5 {
		font-size: 0.18rem;
		margin: 0.15rem 0;
	}
	.news_text h6 {
		font-size: 0.16rem;
	}
	.news_bac{
		padding-bottom: 0.8rem;
	}
}
@media screen and (max-width:1366px){
}
@media screen and (max-width:1200px){
	.news_text h5 {
		margin: 0.1rem 0;
	}
	.news_text h6 {
		font-size: 0.14rem;
	}
	.news_ul li{
		padding: 0.2rem 0.4rem 0.2rem 0.2rem;
	}
	.news_bac{
		margin-top: 0.6rem;
	}
	.news_text h3 {
		font-size: 0.35rem;
	}
	.news_data i {
		width: 0.35rem;
		height: 0.35rem;
	}
	.news_bac{
		padding-bottom: 0.6rem;
	}
}
@media screen and (max-width:1024px){
}
@media screen and (max-width:959px){
}
@media screen and (max-width:767px){
	.news_text h3 {
        font-size: 0.3rem;
    }
	.news_text h4 {
		font-size: 0.14rem;
		margin-top: 0rem;
	}
	.news_text h5 {
        margin: 0.1rem 0 ;
    }
	.news_ul li::after{
		width: 2rem;
		height: 1.2rem;
	}
}
@media screen and (max-width:560px){
	.news_bac{
		margin-top: 0.4rem;
	}
	.news_img::after {
		padding-bottom: 100%;
	}
	.news_text {
		width: 70%;
		padding-left: 0.2rem;
	}
	.news_img {
		width: 30%;
	}
}
@media screen and (max-width:425px){
}
/* Number of pages */
.in_page_box {
	text-align: center;
	overflow: hidden;
	margin-top: 0.7rem;
}
.in_page {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.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{
}
.products{
   display: flex;
   display: -webkit-flex;
   flex-wrap: wrap;
}
.products_left{
	width: 5.2rem;
}
.products_left_all{
   box-sizing: border-box;
   padding-right: 0.3rem;
   padding-top: 0.5rem;
}
.products_left_h2{
	font-size: 0.28rem;
	font-family: 'bold';
	text-transform: capitalize;
	box-sizing: border-box;
	color: var(--i_color);
	box-sizing: border-box;
	padding:0 0 0.2rem 0rem;
	font-weight: bold;
}
.products_left_h2 iconify-icon{
	color: #fff;
	font-size: 0.34rem;
	margin-left: 0.1rem;
	font-weight: bold;
	margin-bottom: 2px;
	display: none;
}
.list{
   display: flex;
   display: -webkit-flex;
   flex-direction: column;
   background-color: #FFF;
   box-sizing: border-box;
   padding-bottom: 0.4rem;
}
.list li{
   position: relative;
}
.list li::after{
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%,0);
	width: 100%;
	height: 1px;
	background-color: rgba(51, 51, 51, 0.2);
}
.list_a{
	box-sizing: border-box;
    padding: 0.2rem 0.2rem;
	position: relative;
	z-index: 2;
	overflow: hidden;
}
.list_a::after{
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	background-color: var(--i_color);
	width: 0;
	height: 100%;
	transition: all 0.5s ease-in-out;
	z-index: -1;
}
.list .list_a a{
   font-size: 0.2rem;
   color: #222;
   box-sizing: border-box;
   line-height: 110%;
   transition: all 0.3s ease;
   font-weight: bold;
}
.list  .list_a i{
   width: 0.5rem;
   height: 0.55rem;
   position: absolute;
   top: 50%;
   transform: translate(0,-50%);
   right: 0;
   cursor: pointer;
}
.list .list_a i iconify-icon{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
    font-size: 0.24rem;
	color: #222;
	transition: all 0.3s ease;
}
.list_dl{
    padding:0.2rem 0.08rem;
	display: flex;
	display: -webkit-flex;
	flex-direction: column;
	box-sizing: border-box;
}
.list_dl dt{
   box-sizing: border-box;
}
.list_dl dt a{
   font-size: 0.16rem;
   color: #222;
   display: block;
   transition: all 0.3s ease;
   position: relative;
   box-sizing: border-box;
   padding:0.12rem 0.3rem 0.12rem 0.3rem;
}
.list_dl dt a::after{
	content: '';
	position: absolute;
	left: -0.1rem;
	top: 50%;
	transform: translate(0,-50%);
	width: 0.2rem;
	height: 1px;
	background-color: var(--i_color);
	opacity: 0;
	transition: all 0.3s ease;
}
.list_dl dt a::before{
	content: '';
	position: absolute;
	top: 50%;
	right: 0.12rem;
	transform: translate(0,-50%);
	width: 0.08rem;
	height: 0.12rem;
	background: url('../images/right.png') center no-repeat;
	background-size: contain;
	opacity: 0;
}
.list_dl dt a:hover::after,.list_dl dt a:hover::before{
    opacity: 1;
}
.list_active{
}
.list_active .list_a::after{
	width: 100%;
	left: 0;
	right: auto;
}
.list_active .list_a i iconify-icon{
	color: #fff;
	transform:translate(-50%,-50%) rotate(180deg);
}
.list_active .list_a a{
	color: #fff;
}
.list_dl_active a::after,.list_dl_active a::before{
	opacity: 1 !important;
	left: 0 !important;
}
.list_dl dt a:hover::after{
	opacity: 1 !important;
	left: 0 !important;
}
.list_dl dt a:hover{
	color: var(--i_color);
}
.list_dl_active a{
	color: var(--i_color) !important;
}
.list_active .list_dl{
	background-color: #F6FCFF;
}
@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-right: 3%;
	}
}
@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){
}
.wrap_right{
	width: calc(100% - 5.2rem);
	background-color: #F6FCFF;
}
.products_right_all{
    box-sizing: border-box;
	padding-top: 0.5rem;
	padding-left: 0.4rem;
	padding-bottom: 1rem;
}
.products_right_box{
}
.products_right_box h2{
   font-size: 0.28rem;
   color: var(--i_color);
   font-weight: bold;
   text-transform: capitalize;
}
.products_right_box h3{
   font-size: 0.18rem;
   color: #666;
   line-height: 0.24rem;
   margin-top: 0.1rem;
}
.products_right_ul{
	margin-top: 0.6rem;
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	gap: 0.3rem;
}
.products_right_ul li{
   width: calc((100% - 0.6rem) / 3);
   background-color: #fff;
   box-sizing: border-box;
   padding: 0.2rem 0.15rem;
}
.products_right_img{
    position: relative;
	width: 100%;
	display: block;
}
.products_right_img::after{
    content: '';
	display: block;
	padding-bottom: 75%;
}
.products_right_img img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.products_rightBox{
	position: relative;
	box-sizing: border-box;
	padding-top: 0.98rem;
}
.products_right_text{
   display: flex;
   display: -webkit-flex;
   flex-direction: column;
   align-items: center;
   position: absolute;
   /* bottom: 0.83rem; */
   width: 100%;overflow: hidden;
   bottom: 0.1rem;
   background: rgba(255, 255, 255, 0.9);
   padding: 0.1rem 0 0.2rem;
   transition: all 0.3s ease;
}
.products_right_text h3{
   font-size: 0.18rem;
   color: #666;
   display: inline-block;
   box-sizing: border-box;
   padding: 0.08rem 0.3rem;
   border: 1px solid #CECECE;
   text-transform: capitalize;
   border-radius: 3rem;
}
.products_right_text h4{
   font-size: 0.18rem;
   color: #333;
   font-weight: bold;
   text-align: center;
   text-transform: capitalize;
   margin: 0.2rem 0;
   overflow:hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    box-sizing: border-box;
}
.products_right_btn{
   display: flex;
   display: -webkit-flex;
   gap: 0.15rem;
   width: 100%;
   opacity: 0;
   transition: all 0.3s ease;
}
.products_right_btn a{
	font-size: 0.16rem;
	color: #666;
	display: block;
	box-sizing: border-box;
	padding: 0.1rem;
	border: 1px solid #CECECE;
	text-transform: capitalize;
	border-radius: 3rem;
	text-align: center;
	width: calc((100% - 0.15rem) / 2);
	transition: all 0.3s ease;
}
.products_right_btnBlue{
    color: var(--i_color) !important;
	border: 1px solid var(--i_color) !important;
}
.products_right_btn a:hover{
	color: #fff;
	background-color: #333;
}
.products_right_btnBlue:hover{
	color: #fff !important;
	background-color: var(--i_color) !important;
}
.products_right_cs{
   position: relative;
   z-index: 2;
}
.products_right_cs dt{
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	box-sizing: border-box;
	padding: 0.1rem 0;
}
.products_right_cs dt:nth-child(1){
	border-bottom: 1px solid #CECECE;
}
.products_right_cs dt p{
   font-size: 0.18rem;
   color: #666;
}
.products_right_cs dt h6{
	font-size: 0.18rem;
	color: #666;
}
.products_right_cs dt h6 span{
	font-size: 0.18rem;
	color: #E11515;
	font-weight: bold;
}
.products_right_ul li:hover .products_right_text{
	bottom: 0.83rem;
}
.products_right_ul li:hover .products_right_btn{
	opacity: 1;
}
@media screen and (max-width:1600px){
	.products_left {
		width: 4.8rem;
	}
	.wrap_right {
		width: calc(100% - 4.8rem);
	}
}
@media screen and (max-width:1440px){
	.products_left {
		width: 4.5rem;
	}
	.wrap_right {
		width: calc(100% - 4.5rem);
	}
	.products_right_all {
		padding-bottom: 0.8rem;
	}
}
@media screen and (max-width:1366px){
	.products_left {
		width: 4.2rem;
	}
	.wrap_right {
		width: calc(100% - 4.2rem);
	}
}
@media screen and (max-width:1200px){
	.products_left {
		width: 4rem;
	}
	.wrap_right {
		width: calc(100% - 4rem);
	}
	.products_left_h2 {
		font-size: 0.24rem;
	}
	.products_right_ul {
		gap: 0.3rem 0.2rem;
	}
	.products_right_ul li {
		width: calc((100% - 0.4rem) / 3);
	}
	.products_right_all {
		padding-bottom: 0.6rem;
	}
}
@media screen and (max-width:1024px){
    .products_left {
        width: 100%;
    }
	.wrap_right {
        width: 100%;
		padding-right: 3%;
    }
	.products_right_all {
		padding-left: 3%;
	}
}
@media screen and (max-width:959px){
}
@media screen and (max-width:767px){
	.products_right_ul li {
		width: calc((100% - 0.2rem) / 2);
	}
	.products_right_cs dt p {
		font-size: 0.16rem;
	}
	.products_right_cs dt h6 {
		font-size: 0.16rem;
	}
	.products_right_text h3 {
		font-size: 0.16rem;
	}
	.products_right_ul {
		margin-top: 0.4rem;
	}
	.products_right_text h4 {
		font-size: 0.16rem;
	}
}
@media screen and (max-width:560px){
	.products_right_btn {
		gap: 0.05rem;
	}
	.products_right_btn a {
		font-size: 0.14rem;
		width: calc((100% - 0.05rem) / 2);
	}
	.products_right_all {
		padding-top: 0.4rem;
	}
	.products_right_ul {
        gap: 0.2rem 0.1rem;
    }
	.products_right_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.6rem 0;
}
.single_grid{
   display: flex;
   display: -webkit-flex;
   flex-wrap: wrap;
}
.single_grid_left{
	width: 47%;
}
.single_grid_right{
	width: 53%;
	box-sizing: border-box;
	padding-left: 2.5%;
}
.single_grid_right h1{
	font-size: 0.24rem;
	color: var(--i_color);
	font-weight: bold;
	box-sizing: border-box;
	padding-bottom: 0.2rem;
	margin-top: 0.1rem;
	border-bottom: 1px solid #CECECE;
}
.single_grid_article{
	box-sizing: border-box;
	padding: 0.4rem 0;
	border-bottom: 1px solid #CECECE;
}
.single_grid_share{
   display: flex;
   display: -webkit-flex;
   align-items: center;
   gap: 0.25rem;
   margin: 0.4rem 0;
}
.single_grid_share p{
   font-size: 0.2rem;
   color: #333;
   font-weight: bold;
}
.single_grid_share ul{
   display: flex;
   display: -webkit-flex;
   gap: 0.25rem;
   align-items: center;
}
.single_grid_share ul li{
}
.single_grid_share ul li a{
   display: block;
   width: 100%;
}
.single_grid_share ul li a iconify-icon{
	font-size: 0.25rem;
	color: #ccc;
	transition: all 0.3s ease;
}
.single_grid_share ul li a iconify-icon:hover{
	color: var(--i_color);
	transform: translateY(-5px);
}
.single_grid_button{
   display: flex;
   display: -webkit-flex;
   gap: 0.4rem;
}
.single_grid_button a{
	display: inline-block;
	box-sizing: border-box;
	padding: 0.12rem 0.5rem;
	font-size: 0.18rem;
	color: var(--i_color);
	border-radius: 0.75rem;
	border: 1px solid var(--i_color);
	transition: all 0.3s ease;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	align-items: center;
	gap: 0.1rem;
}
.single_grid_button a iconify-icon{
	font-size: 0.2rem;
}
.single_grid_bule{
   background-color: var(--i_color);
   color: #fff !important;
}
.single_grid_button a:hover{
	color: #fff;
	background-color: #333;
}
.single_grid_bule:hover{
	color: var(--i_color) !important;
	background-color: #fff !important;
}
@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){
	.single_grid_left {
		width: 50%;
	}
	.single_grid_right {
		width: 100%;
		margin-top: 0.4rem;
		padding-left: 0%;
	}
	.single_grid {
		justify-content: center;
	}
}
@media screen and (max-width:767px){
    .single_grid_left {
        width: 70%;
    }
}
@media screen and (max-width:560px){
    .single_grid_left {
        width: 80%;
    }
}
@media screen and (max-width:425px){
	.single_grid_left {
        width: 100%;
    }
}
/* 鍥剧墖鏌ョ湅鍖� */
.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%;}
.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, .ingrid-button-next{
	position:absolute;
	z-index:999;
	outline:none;
	cursor:pointer;
	-moz-user-select:none;
    -webkit-user-select:none;
    -ms-user-select:none;
    -khtml-user-select:none;
    user-select:none;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
.ingrid-button-prev.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;
	box-sizing: border-box;
	padding: 1px;
}
.in_grid_show .img{
	width:100%;
	height:100%;
	position:relative;
	overflow:hidden;
}
.in_grid_show .img img{width:100%; height:100%; object-fit:contain}
.ingrid-pagination{
	display:block;
	position: absolute;
	bottom: 0;
	right: 0rem;
	width: 0.7rem;
	height: 0.7rem;
	background-color: #F0F0F0;
	display: flex;
	display: -webkit-flex;
	justify-content: flex-end;
    align-items: flex-end;
	font-size: 0.18rem;
	color: var(--i_color);
	z-index: 2;
	clip-path: polygon(100% 0, 0% 100%, 100% 100%);
	box-sizing: border-box;
	padding: 0.1rem;
}
.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:relative; width:100%;overflow: hidden;}
.in_grid_show .img{width:100%; position:relative;overflow:hidden;border: 1px solid #CECECE;box-sizing: border-box;}
.in_grid_show .img:before{content:""; display:block; padding-bottom:75%}
.in_grid_show .img img{position:absolute; top:50%; left:50%; transform:translate(-50%,-50%);box-sizing: border-box;padding: 1px;}
.in_grid_list_box{margin-top:0.2rem; padding:0.05rem; position:relative; width:100%; height:initial}
.in_grid_list{width:100%; 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: 0rem;}
.in_grid_list .img:before{content:""; display:block; padding-bottom:75%}
.in_grid_list .img img{position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); object-fit:contain}
.ingrid-button-prev, .ingrid-button-next{
	top:50%;
	transform:translate(0,-50%);
	width:0.4rem;
	height:0.4rem;
	border-radius: 50%;
	background-color: var(--i_color);
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	align-items: center;
	transition: all 0.3s ease;
}
.ingrid-button-prev{
	left: 0.1rem;
}
.ingrid-button-next{
	right: 0.1rem;
}
.ingrid-button-prev iconify-icon, .ingrid-button-next iconify-icon{
	font-size: 0.2rem;
	color: #fff;
}
.ingrid-button-prev:hover, .ingrid-button-next:hover{
	background-color: var(--i_color);
}
/* single_why */
.single_why_bac{
   background: url('../images/single_why.webp') no-repeat center;
   background-size: cover;
   box-sizing: border-box;
   padding: 0.8rem 0;
}
.single_why{
}
.single_why h2{
   font-size: 0.36rem;
   color: #fff;
   font-weight: bold;
   text-align: center;
}
.single_why h3{
   font-size: 0.18rem;
   color: #fff;
   line-height: 0.32rem;
   text-align: center;
   margin-top: 0.2rem;
}
@media screen and (max-width:1440px){
}
@media screen and (max-width:1366px){
}
@media screen and (max-width:1200px){
	.single_why h2 {
		font-size: 0.3rem;
	}
	.single_why_bac {
		padding: 0.6rem 0;
	}
}
@media screen and (max-width:1024px){
	.single_why h3 br{display: none;}
	.single_why h3 {
		font-size: 0.16rem;
		line-height: 0.28rem;
		margin-top: 0.15rem;
	}
}
@media screen and (max-width:959px){
}
@media screen and (max-width:767px){
}
@media screen and (max-width:560px){
}
@media screen and (max-width:425px){
}
/* deitor */
.deitor_bac{
   box-sizing: border-box;
   padding: 0.6rem 0;
}
.deitor{
   display: flex;
   display: -webkit-flex;
   align-items: flex-start;
}
.deitor_left{
	width: 3.75rem;
}
.deitor_right{
	width: calc(100% - 3.75rem);
	box-sizing: border-box;
	padding-left: 3%;
}
.deitor_h2{
   font-size: 0.24rem;
   color: var(--i_color);
   font-weight: bold;
   border-bottom: 1px solid #CECECE;
   box-sizing: border-box;
   padding-bottom: 0.1rem;
   position: relative;
}
.deitor_h2::after{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 2.7rem;
	height: 0.03rem;
	background-color: var(--i_color);
}
.deitor_article{
	box-sizing: border-box;
	padding: 0.3rem 0 0.4rem 0;
}
.abc_video{
	width: 100%;
	position: relative;
}
.abc_video::after{
	content: '';
	display: block;
	padding-bottom: 56.25%;
}
.abc_video iframe{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.single_tag{
   display: flex;
   display: -webkit-box;
   flex-wrap: wrap;
   gap: 0.15rem 0.25rem;
}
.single_tag p{
   font-size: 0.18rem;
   color: #333;
   line-height: 0.32rem;
}
.single_tag a{
	display: block;
	font-size: 0.16rem;
	color: #333;
	line-height: 0.32rem;
	transition: all 0.3s ease;
}
.single_tag a:hover{
	color: var(--i_color);
}
.editor_LR{
   display: flex;
   display: -webkit-flex;
   justify-content: space-between;
   box-sizing: border-box;
   padding-top: 0.2rem;
   margin-top: 0.2rem;
   border-top: 1px solid #CECECE;
}
.editor_LR>div{
   display: flex;
   display: -webkit-flex;
   align-items: center;
   width: 49%;
}
.editor_LR i{
   display: flex;
   display: -webkit-flex;
   justify-content: center;
   align-items: center;
   width: 0.4rem;
   min-width: 0.4rem;
   height: 0.4rem;
   border-radius: 50%;
   border: 1px solid var(--i_color);
}
.editor_LR i iconify-icon{
   color: var(--i_color);
   font-size: 0.2rem;
}
.editor_LR p{
   font-size: 0.18rem;
   color: #333;
   font-weight: bold;
}
.editor_LR a{
	font-size: 0.18rem;
	color: #333;
	transition: all 0.3s ease;
}
.editor_L i{
	margin-right: 0.2rem;
}
.editor_R i{
	margin-left: 0.2rem;
}
.editor_R{
	justify-content: flex-end;
}
.editor_LR a:hover{
	color: var(--i_color);
}
@media screen and (max-width:1440px){
}
@media screen and (max-width:1366px){
}
@media screen and (max-width:1200px){
	.editor_L i{
		margin-right: 0.1rem;
	}
	.editor_R i{
		margin-left: 0.1rem;
	}
	.editor_LR a {
		font-size: 0.16rem;
	}
	.editor_LR i {
		width: 0.35rem;
		min-width: 0.35rem;
		height: 0.35rem;
	}
}
@media screen and (max-width:1024px){
	.deitor_left{display: none;}
	.deitor_right{
		width: 100%;
		padding-left: 0%;
	}
}
@media screen and (max-width:959px){
}
@media screen and (max-width:767px){
	.editor_LR {
		flex-direction: column;
	}
	.editor_LR>div{
		width: 100%;
	}
}
@media screen and (max-width:560px){
}
@media screen and (max-width:425px){
}
/* hot_products */
.hot_products_bac{
   box-sizing: border-box;
   padding: 0.8rem 0;
   background: #F6FCFF;
}
.hot_products{
}
.single_form{
	padding-bottom: 0rem;
}
/*  */
.hot_partner_box{margin-top: 0.6rem;}
.hot_partner{position:relative}
.hot_partner_list{width:100%; padding:0; margin:0 auto; position:relative; overflow:hidden; z-index:1}
.hot_partner_list .swiper-wrapper{display:flex; position:relative; width:100%; z-index:1}
.hot_partner_list li{
	display:-webkit-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:flex;
	flex-shrink:0;
	position:relative;
	cursor:pointer;
	flex-direction: column;
	background-color: #fff;
    box-sizing: border-box;
    padding: 0.2rem 0.15rem;
}
.hot_partner_list li:hover .products_right_text{
	bottom: 0.83rem;
}
.hot_partner_list li:hover .products_right_btn{
	opacity: 1;
}
/* 指示器 */
.hot_partner .pt-pagination{display:none; text-align:center; margin:0.4rem auto 0}
.hot_partner .pt-pagination .swiper-pagination-bullet{width:0.1rem; height:0.1rem;cursor: pointer; display:inline-block; margin:0 5px; background:#BBB; border-radius:50%; outline:none}
.hot_partner .pt-pagination .swiper-pagination-bullet-active{position:relative; background:var(--i_color)}
/* 左右箭头 */
.hot_partner .pt-button-prev, .hot_partner .pt-button-next{
	position:absolute;
	top:50%;
	transform:translate(0,-50%);
	width:0.5rem;
	height:0.5rem;
	border: 1px solid 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;
}
.hot_partner .pt-button-prev iconify-icon, .hot_partner .pt-button-next iconify-icon{
	font-size: 0.2rem;
	color: var(--i_color);
	transition: all 0.3s ease;
}
.hot_partner .pt-button-prev{left:-5%;}
.hot_partner .pt-button-next{right:-5%;}
.hot_partner .pt-button-prev:hover, .hot_partner .pt-button-next:hover{
	background-color: var(--i_color);
}
.hot_partner .pt-button-prev:hover iconify-icon, .hot_partner .pt-button-next:hover iconify-icon{
	color: #fff;
}
@media screen and (max-width:1440px){
}
@media screen and (max-width:1366px){
}
@media screen and (max-width:1200px){
	.hot_partner .pt-button-prev, .hot_partner .pt-button-next{display:none}
	.hot_partner .pt-pagination{display:block}
	.hot_products_bac {
		padding: 0.6rem 0;
	}
}
@media screen and (max-width:959px){
}
@media screen and (max-width:767px){
}
@media screen and (max-width:560px){
	.hot_partner_box {
		margin-top: 0.4rem;
	}
}
/* eject videos */
.vd_box{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background: rgba(0, 0, 0, .5);
	z-index: 999999;
}
.vd_box_area {
	position: absolute;
	top: 52%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 2014;
	width: 60%;
	max-height: 90%;
}
.vd_box_area::before {
	content: '';
	display: block;
	padding-bottom: 56.25%;
}
.close_v {
	position: absolute;
	top: -.2rem;
	right: -.2rem;
	width: 0.4rem;
	height: 0.4rem;
	background: var(--i_color);
	z-index: 2;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	cursor: pointer;
}
.close_v::before {
	content: '+';
	position: absolute;
	top: 50%;
	left: 50%;
	font-size: 0.44rem;
	color: #FFF;
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg)
}
.vd_box iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: #000;
	object-fit: contain;
}
@media screen and (max-width:1024px) {
	.vd_box_area {
		width: 80%;
	}
	.close_v::before {
		font-size: 0.4rem;
	}
}
@media screen and (max-width:768px) {
	.vd_box_area {
		width: 88%;
	}
	.close_v {
		top: -.15rem;
		right: -.15rem;
		width: 0.3rem;
		height: 0.3rem;
	}
	.close_v::before {
		font-size: 0.3rem;
	}
}
/* service_us */
.service_us_bac{
   box-sizing: border-box;
   padding: 0.8rem 0;
}
.service_us{
}
.service_us_ul{
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 0.6rem;
  gap: 0.4rem;
}
.service_us_ul li{
   display: flex;
   display: -webkit-flex;
   flex-wrap: wrap;
   width: 100%;
   justify-content: space-between;
}
.service_us_ul li:nth-child(even){
   flex-direction: row-reverse;
}
.service_us_img{
   width: 48.3%;
   position: relative;
}
.service_us_img::after{
   content: '';
   display: block;
   padding-bottom: 53.3%;
}
.service_us_img img{
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%,-50%);
   width: 100%;
   height: 100%;
   object-fit: cover;
}
.service_us_text{
   width: 48.3%;
   display: flex;
   display: -webkit-flex;
   flex-direction: column;
   justify-content: center;
}
.service_us_text h3{
   font-size: 0.3rem;
   color: var(--i_color);
   font-weight: bold;
   box-sizing: border-box;
   padding-bottom: 0.3rem;
   position: relative;
   margin-bottom: 0.3rem;
}
.service_us_text h3::after{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0.8rem;
	height: 0.03rem;
	background: var(--i_color);
}
.service_us_text h4{
   font-size: 0.18rem;
   line-height: 0.36rem;
   color: #666;
}
@media screen and (max-width:1440px){
}
@media screen and (max-width:1366px){
}
@media screen and (max-width:1200px){
	.service_us_text h3 {
		font-size: 0.25rem;
		padding-bottom: 0.2rem;
		margin-bottom: 0.2rem;
	}
	.service_us_text h4 {
		font-size: 0.16rem;
		line-height: 0.3rem;
	}
	.service_us_bac {
		padding: 0.6rem 0;
	}
}
@media screen and (max-width:1024px){
}
@media screen and (max-width:959px){
}
@media screen and (max-width:767px){
	.service_us_img{width: 100%;}
	.service_us_text {
		width: 100%;
		margin-top: 0.4rem;
	}
	.service_us_ul {
		margin-top: 0.4rem;
	}
}
@media screen and (max-width:560px){
}
@media screen and (max-width:425px){
}
/* service_two */
.service_two_bac{
   background-color: #F6FCFF;
   box-sizing: border-box;
   padding: 0.8rem 0;
   position: relative;
   z-index: 2;
   overflow: hidden;
}
.service_two_bac::after{
	content: '';
	position: absolute;
	bottom: 0;
	left: -1.7rem;
	width: 8.96rem;
	height: 8.96rem;
	background: url('../images/service_adv1.png') no-repeat center;
	background-size: contain;
	z-index: -1;
}
.service_two_bac::before{
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	width: 4.4rem;
	height: 4.4rem;
	background: url('../images/service_adv2.webp') no-repeat center;
	background-size: contain;
	z-index: 3;
}
.service_two{
}
.service_two_ul{
   display: flex;
   display: -webkit-flex;
   margin-top: 0.6rem;
   border: 1px solid #D8D8D8;
   border-radius: 0.15rem 0.15rem 0 0;
   background-color: #fff;
   overflow: hidden;
}
.service_two_ul li{
   width: 50%;
   display: flex;
   display: -webkit-flex;
   justify-content: center;
   align-items: center;
   gap: 0.2rem;
   box-sizing: border-box;
   padding: 0.4rem 0;
   transition: all 0.3s ease;
}
.service_two_ul li:not(:last-child){
	border-right: 1px solid #D8D8D8;
}
.service_two_ul li iconify-icon{
   font-size: 0.5rem;
   color: var(--i_color);
   transition: all 0.3s ease;
}
.service_two_ul li p{
   font-size: 0.24rem;
   color: #333;
   text-transform: capitalize;
   transition: all 0.3s ease;
}
.service_two_dl{
   border: 1px solid #D8D8D8;
   border-top: 0px solid #D8D8D8;
   border-radius: 0 0 0.15rem 0.15rem;
   background-color: #fff;
}
.service_two_dl dt{
   box-sizing: border-box;
   padding: 0.4rem 2.2rem 0.4rem 0.4rem;
}
.service_two_box{
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	align-items: center;
}
.service_two_img{
   width: 55.5%;
   position: relative;
}
.service_two_img::after{
   content: '';
   display: block;
   padding-bottom: 62%;
}
.service_two_img img{
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%,-50%);
   width: 100%;
   height: 100%;
   object-fit: cover;
   border-radius: 0.15rem;
}
.service_two_text{
   width: 44.5%;
   box-sizing: border-box;
   padding-left: 4%;
}
.service_two_text h3{
    font-size: 0.3rem;
	font-weight: bold;
	color: #333;
	margin-bottom: 0.2rem;
}
.service_two_text h4{
	font-size: 0.18rem;
	line-height: 0.3rem;
	color: #666;
}
.service_two_ul li.current{
	background-color: var(--i_color);
}
.service_two_ul li.current iconify-icon{
	color: #fff !important;
}
.service_two_ul li.current p{
	color: #fff;
}
@media screen and (max-width:1600px){
	.service_two_bac::before {
		width: 3.5rem;
		height: 3.5rem;
	}
}
@media screen and (max-width:1440px){
	.service_two_ul li {
		gap: 0.15rem;
		padding: 0.3rem 0;
	}
	.service_two_ul li iconify-icon {
		font-size: 0.45rem;
	}
	.service_two_ul li p {
		font-size: 0.22rem;
	}
}
@media screen and (max-width:1366px){
}
@media screen and (max-width:1200px){
	.service_two_ul li {
		gap: 0.1rem;
		padding: 0.25rem 0;
	}
	.service_two_ul li iconify-icon {
		font-size: 0.4rem;
	}
	.service_two_ul li p {
		font-size: 0.2rem;
	}
	.service_two_text h3 {
		font-size: 0.28rem;
		margin-bottom: 0.15rem;
	}
	.service_two_text h4 {
		font-size: 0.16rem;
		line-height: 0.28rem;
	}
	.service_two_dl dt {
		padding: 0.3rem 2rem 0.3rem 0.3rem;
	}
	.service_two_bac::before {
        width: 3rem;
        height: 3rem;
    }
	.service_two_text {
		padding-left: 3%;
	}
	.service_two_bac {
		padding: 0.6rem 0;
	}
}
@media screen and (max-width:1024px){
}
@media screen and (max-width:959px){
	.service_two_bac::before{
		display: none;
	}
	.service_two_dl dt {
		padding: 0.3rem;
	}
}
@media screen and (max-width:767px){
	.service_two_ul li iconify-icon {
		font-size: 0.35rem;
	}
	.service_two_ul li p {
		font-size: 0.18rem;
	}
	.service_two_dl dt {
        padding: 0.2rem 0.2rem 0.4rem 0.2rem;
    }
	.service_two_img {
		width: 100%;
	}
	.service_two_text {
		width: 100%;
		margin-top: 0.2rem;
		padding-left: 0%;
	}
	.service_two_text h3 {
        font-size: 0.26rem;
    }
	.service_two_ul {
		margin-top: 0.4rem;
	}
}
@media screen and (max-width:560px){
	.service_two_ul li iconify-icon {
		font-size: 0.3rem;
	}
	.service_two_ul li p {
		font-size: 0.16rem;
	}
	.service_two_ul li {
		padding: 0.2rem 0;
	}
	.service_two_text h3 {
        font-size: 0.24rem;
    }
}
@media screen and (max-width:425px){
	.service_two_ul li iconify-icon {
		font-size: 0.28rem;
	}
	.service_two_ul li p {
		font-size: 0.14rem;
	}
	.service_two_text h3 {
        font-size: 0.22rem;
    }
}
/* @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){
}
@media screen and (max-width:425px){
} */
/* service_former */
.service_former_bac{
   box-sizing: border-box;
   padding: 0.8rem 0;
   background: linear-gradient(to top,rgba(246,252,255,1),rgba(255,255,255,0));
   margin-bottom: 1rem;
}
.service_former{
}
.service_former_img{
    margin-top: 0.4rem;
}
.service_former_img img{
	width: 10.93rem;
	max-width: 100%;
	margin: 0 auto;
	display: block;
}
/*  */
.supply_partner_box{
	margin-top: -1rem;
}
.supply_partner{position:relative}
.supply_partner_list{width:100%; padding:0; margin:0 auto; position:relative; overflow:hidden; z-index:1}
.supply_partner_list .swiper-wrapper{display:flex; position:relative; width:100%; z-index:1}
.supply_partner_list li{
	display:-webkit-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:flex;
	flex-shrink:0;
	position:relative;
	cursor:pointer;
	box-sizing: border-box;
	padding: 1.1rem 0;
}
.supply_partner_list .img{width:100%; box-sizing:border-box; position:relative; overflow:hidden;transition: all 0.7s ease;}
.supply_partner_list .img:before{content:""; display:block; padding-bottom:59%}
.supply_partner_list .img img{ position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); width:100%; height:100%; object-fit:cover}
.supply_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}
.supply_partner_list .img::after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.5);
	transition: all 0.3s ease;
}
.supply_partner_p{
	position: absolute;
	bottom: -110%;
	left: 50%;
	transform: translate(-50%,0);
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	width: 140%;
	transition: all 0.5s ease;
}
.supply_partner_list p{
   font-size: 0.14rem;
   color: #fff;
   font-weight: bold;
   transition: all 0.5s ease;
   text-align: center;
   padding: 0.1rem 0.5rem;
    box-sizing: border-box;
	background-color: var(--i_color);
}
.swiper-slide-active{
	z-index: 8;
}
.supply_partner_list .swiper-slide-active .img{
	transform: scale(1.6);
}
.supply_partner_list .swiper-slide-active .supply_partner_p{
	transform:translate(-50%,0) scale(0.6);
	bottom: 0.1rem;
}
.supply_partner_list .swiper-slide-active .img::after{
	opacity: 0;
	height: 0;
}
/* 指示器 */
.supply_partner .pt-pagination{display:block; text-align:center; margin:20px auto 0}
.supply_partner .pt-pagination .swiper-pagination-bullet{width:12px; height:12px;cursor: pointer; display:inline-block; margin:0 5px; background:#BBB; -webkit-border-radius:50%; -moz-border-radius:50%; -o-border-radius:50%; border-radius:50%; outline:none}
.supply_partner .pt-pagination .swiper-pagination-bullet-active{position:relative; background:var(--i_color)}
/* 左右箭头 */
.supply_partner .pt-button-prev, .supply_partner .pt-button-next{position:absolute; top:50%; transform:translate(0,-50%); width:40px; height:50px; background:rgba(0,0,0,.3); z-index:999; cursor:pointer; outline:none}
.supply_partner .pt-button-prev:before, .supply_partner .pt-button-next:before{
	position:absolute;
	top:50%;
	left:50%;
	font-size:30px;
	line-height:30px;
	color:#FFF;
	font-family:-apple-system, simsun, system-ui, sans-serif;
	letter-spacing:-2px;
    -ms-transform:translate(-50%,-50%);
    -webkit-transform:translate(-50%,-50%);
    -moz-transform:translate(-50%,-50%);
    -o-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
}
.supply_partner .pt-button-prev{left:1px}
.supply_partner .pt-button-prev:before{content:"<"}
.supply_partner .pt-button-next{right:1px}
.supply_partner .pt-button-next:before{content:">"}
@media screen and (max-width:1440px){
	.supply_partner_list li {padding: 1rem 0;}
	.supply_partner_box{margin-top: -0.8rem;}
	.supply {padding: 0.8rem 0;}
	.service_former_bac{
		margin-bottom: 0.8rem;
	}
}
@media screen and (max-width:1366px){
}
@media screen and (max-width:1200px){
	.supply_partner .pt-button-prev, .supply_partner .pt-button-next{display:none}
	.supply_partner .pt-pagination{display:block}
	.supply_partner_list p{padding: 0.1rem 0.4rem;}
	.supply_partner_box{margin-top: -0.6rem;}
	.supply {padding: 0.6rem 0;}
	.service_former_bac{
		padding: 0.6rem 0;
	}
	.service_former_bac{
		margin-bottom: 0.6rem;
	}
}
@media screen and (max-width:959px){
}
@media screen and (max-width:767px){
	.supply_partner_list p{padding: 0.1rem 0.2rem;}
	.supply_partner_list li {padding: 0.9rem 0;}
}
@media screen and (max-width:560px){
	.supply_partner .pt-pagination{margin:14px auto 0}
	.supply_partner .pt-pagination .swiper-pagination-bullet{width:10px; height:10px}
	.swiper-slide-active .supply_partner_p{bottom: 0.05rem;}
	.supply_partner_list li {padding: 0.8rem 0;}
	.service_former_img{
		margin-top: 0.2rem;
	}
}
@media screen and (max-width:425px){
	.supply_partner_list li {padding: 0.6rem 0;}
}
/* ---------------------- Aside Form ---------------------- */
.aside_form{position: fixed;right: 0;bottom: 0;width: 360px;box-shadow: -6px -4px 10px rgb(0 0 0 / 10%);overflow: hidden;z-index: 999999999;}
.aside_form_tit{padding: 12px 50px; text-align: center; background: var(--i_color); cursor: pointer;position: relative;}
.aside_form_tit p{color: #FFF;}
.aside_form_tit iconify-icon{opacity: 0; position:absolute; top:50%; transform:translate(0,-50%);right: -20px;font-size: 24px;color: #FFF;}
.aside_form_tit.on iconify-icon{opacity: 1; right: 10px; -webkit-transition:all .6s .5s; transition:all .6s .5s;}
.aside_form_cont{display: none; padding: 24px; background: #FFF;}
.aside_form_cont.on{}
#wpforms-33{--input_font_size:0.16rem; --input_height:0.35rem}
#wpforms-33{width:100%; margin:0 auto; padding:0}
#wpforms-form-33{width:100%; overflow:hidden}
#wpforms-33 input, #wpforms-33 button{margin:0; padding:0; border:none; background:none}
#wpforms-33 .wpforms-field{padding:0; margin:0}
#wpforms-33 .wpforms-error-container{line-height:0.16rem}
#wpforms-33 .wpforms-field-container{width:100%; display:-webkit-flex; display:flex; flex-wrap:wrap; overflow:hidden}
#wpforms-33 .wpforms-submit-container{padding:0!important; width:1.5rem; height:var(--input_height); background:var(--i_color);border-radius: 0.05rem; position:relative;margin:0 auto;transition: all 0.3s ease;}
#wpforms-33 .wpforms-hidden{
	display: none;
}
#wpforms-33 .wpforms-field{
	position: relative;
}
#wpforms-33 .wpforms-field-label{
	font-size: 0;
	line-height: 0;
	height: 0;
	margin: 0 !important;
}
#wpforms-33 .wpforms-field-label span{
	position: absolute;
	top: 15px;
	left: 3px;
	font-size: 0.14rem;
    color: red;
}
#wpforms-33 .wpforms-error{
	margin-top: 0.01rem;
	font-size: 0.12rem !important;
}
#wpforms-33 .wpforms-field{width:100%; padding-bottom:0.15rem; background:transparent; overflow:hidden}
#wpforms-33 input{height:var(--input_height)}
#wpforms-33 textarea{min-height:0.8rem}
#wpforms-33 input, #wpforms-33 textarea{
	width:100%;border: 0; max-width:100%!important;
	font-size:var(--input_font_size);
	background-color: white;
	color:#222;
	box-sizing:border-box; ;
	padding:0 10px;
	box-shadow: 0 0 0 0 !important;
	border: 1px solid rgba(0, 0, 0, 0.2);
}
#wpforms-33 input::-webkit-input-placeholder{color:rgba(0,0,0,.3); font-size:var(--input_font_size)}
#wpforms-33 input::-moz-placeholder{color:rgba(0,0,0,.3); font-size:var(--input_font_size)}
#wpforms-33 input::-moz-placeholder{color:rgba(0,0,0,.3); font-size:var(--input_font_size)}
#wpforms-33 input::-ms-input-placeholder{color:rgba(0,0,0,.3); font-size:var(--input_font_size)}
#wpforms-33 textarea::-webkit-input-placeholder{color:rgba(0,0,0,.3); font-size:var(--input_font_size)}
#wpforms-33 textarea::-moz-placeholder{color:rgba(0,0,0,.3); font-size:var(--input_font_size)}
#wpforms-33 textarea::-moz-placeholder{color:rgba(0,0,0,.3); font-size:var(--input_font_size)}
#wpforms-33 textarea::-ms-input-placeholder{color:rgba(0,0,0,.3); font-size:var(--input_font_size)}
#wpforms-33 #wpforms-33-field_1-error, #wpforms-33 #wpforms-33-field_2-error, #wpforms-33 #wpforms-33-field_3-error, #wpforms-33 #wpforms-33-field_4-error{position:absolute; font-size:14px}
#wpforms-33 .wpforms-submit-container button{overflow: hidden;border-radius: 0.2rem;cursor: pointer; width:100%; height:var(--input_height); font-size:0.14rem; color:#FFF; line-height:var(--input_height); text-transform:uppercase; position:relative; z-index:2}
#wpforms-33 .wpforms-submit-container img{position:absolute; top:50%; transform:translate(0,-50%); right:4px}
#wpforms-33 .wpforms-submit-container:hover{
	background-color: #333;
}
@media screen and (max-width:560px) {
	.aside_form{width: 100%;}
}
/* 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(0, 0, 0, .7);
	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(../images/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: 90;
}
#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: 99;
	overflow: auto
}
#aside_sc_from .tit {
	margin-bottom: .4rem
}
#aside_sc_from .tit h1 {
	text-align: center;
	font-size: .26rem;
	color: var(--i_color);
	font-weight: bold;
	line-height: .3rem
}
#wpforms-36 {
	--input_font_color: rgb(0 0 0 / 50%);
	--input_font_size: 14px;
	--input_height: 42px
}
#wpforms-36 {
	width: 100%;
	margin: 0 auto;
	padding: 0
}
#wpforms-form-36 {
	width: 100%;
	overflow: hidden
}
#wpforms-36 input,
#wpforms-36 button {
	margin: 0;
	padding: 0;
	border: none;
	background: none
}
#wpforms-36 .wpforms-field {
	padding: 0;
	margin: 0
}
#wpforms-36 .wpforms-error-container {
	line-height: 16px
}
#wpforms-36 .wpforms-field-container {
	width: 100%;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	overflow: hidden
}
#wpforms-36 .wpforms-submit-container {
	padding: 0 !important;
	margin: 0 auto;
	width: 170px;
	height: 38px;
	background: var(--i_color);
	box-sizing: border-box;
	border: 2px solid var(--i_color);
	position: relative
}
#wpforms-36 .wpforms-field-label {
	font-size: 0
}
#wpforms-36 .wpforms-required-label {
	position: absolute;
	top: 16px;
	left: 5px;
	font-size: 16px;
	color: #F00
}
#wpforms-36 .wpforms-field {
	width: 100%;
	margin-bottom: 0;
	padding-bottom: 18px;
	background: transparent;
	position: relative;
	overflow: hidden
}
#wpforms-36 input {
	height: var(--input_height)
}
#wpforms-36 textarea {
	min-height: 100px
}
#wpforms-36 input,
#wpforms-36 textarea {
	width: 100%;
	max-width: 100% !important;
	font-size: var(--input_font_size);
	color: #333;
	box-sizing: border-box;
	border: 1px solid rgb(0 0 0 / 30%);
	line-height: var(--input_height);
	padding: 0 16px
}
#wpforms-36 textarea{line-height:1.5;}
#wpforms-36 input::-webkit-input-placeholder {
	color: var(--input_font_color);
	font-size: var(--input_font_size)
}
#wpforms-36 input::-moz-placeholder {
	color: var(--input_font_color);
	font-size: var(--input_font_size)
}
#wpforms-36 input::-moz-placeholder {
	color: var(--input_font_color);
	font-size: var(--input_font_size)
}
#wpforms-36 input::-ms-input-placeholder {
	color: var(--input_font_color);
	font-size: var(--input_font_size)
}
#wpforms-36 textarea::-webkit-input-placeholder {
	color: var(--input_font_color);
	font-size: var(--input_font_size)
}
#wpforms-36 textarea::-moz-placeholder {
	color: var(--input_font_color);
	font-size: var(--input_font_size)
}
#wpforms-36 textarea::-moz-placeholder {
	color: var(--input_font_color);
	font-size: var(--input_font_size)
}
#wpforms-36 textarea::-ms-input-placeholder {
	color: var(--input_font_color);
	font-size: var(--input_font_size)
}
#wpforms-36 #wpforms-36-field_1-error,
#wpforms-36 #wpforms-36-field_2-error,
#wpforms-36 #wpforms-36-field_3-error,
#wpforms-36 #wpforms-36-field_5-error {
	position: absolute;
	font-size: 13px
}
#wpforms-36 .wpforms-submit-container button {
	width: 100%;
	height: 34px;
	font-size: 14px;
	color: #FFF;
	line-height: 34px;
	cursor: pointer;
	text-transform: uppercase;
	position: relative;
	z-index: 2
}
#wpforms-36 .wpforms-submit-container img {
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	right: 4px
}
#wpforms-36 .wpforms-submit-container:after {
	display: none;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	box-sizing: border-box;
	width: 100%;
	height: 100%
}
#wpforms-36 .wpforms-submit-container:hover:after {
	display: block
}
#wpforms-36 .wpforms-submit-container:hover {
	background: #FFF
}
#wpforms-36 .wpforms-submit-container:hover button {
	color: var(--i_color)
}
@media screen and (max-width:1366px) {
	.aside_right li>a {
		width: 0.4rem;
		height: 0.4rem;
	}
}
@media screen and (max-width:1024px) {
	#aside_sc_from {
		width: 94%;
	}
}
@media screen and (max-width:959px) {
	.aside_right {
		right: 22px;
		bottom: 160px;
	}
	.aside_right li:not(:last-child) {
		display: none !important
	}
}
@media screen and (max-width:767px) {
	#aside_sc_from {
		padding: 20px 20px 30px
	}
	#aside_sc_from .tit {
		margin-bottom: 0.3rem;
	}
	#wpforms-36 .wpforms-submit-container {
		height: 34px;
	}
	#wpforms-36 .wpforms-submit-container button {
		height: 30px;
		line-height: 30px;
		font-size: 14px;
	}
}
@media screen and (max-width:560px) {
	#aside_sc_from .tit h1 {
		font-size: 0.24rem;
	}
}
/* 感谢页面 */
.thanks{padding-top: 1rem; margin:0px auto 1rem; text-align:center;box-sizing: border-box; }
.thanks h2{margin-bottom:20px; font-size:0.3rem; color:#222; font-weight:bold}
.thanks a{z-index: 2; display: flex;display: -webkit-flex;justify-content: center; position: relative; transition: all 1s ease;}
.btns {
	height: 4em;
	width: 12em;
	display: flex;
	align-items: center;
	justify-content: center;
	background: transparent;
	border: 0px solid black;
	cursor: pointer;
  }
  .btns:hover p{
	  color: var(--i_color);
  }
  .wrapperss {
	height: 2em;
	width: 8em;
	position: relative;
	background: transparent;
	display: flex;
	justify-content: center;
	align-items: center;
  }
.thanks  .text {
	font-size: 17px;
	z-index: 1;
	color: #000;
	padding: 4px 12px;
	border-radius: 4px;
	background: rgba(255, 255, 255, 0.7);
	transition: all 0.5s ease;
  }
  .flower {
	display: grid;
	grid-template-columns: 1em 1em;
	position: absolute;
	transition: grid-template-columns 0.8s ease;
  }
  .flower1 {
	top: -12px;
	left: -13px;
	transform: rotate(5deg);
  }
  .flower2 {
	bottom: -5px;
	left: 8px;
	transform: rotate(35deg);
  }
  .flower3 {
	bottom: -15px;
	transform: rotate(0deg);
  }
  .flower4 {
	top: -14px;
	transform: rotate(15deg);
  }
  .flower5 {
	right: 11px;
	top: -3px;
	transform: rotate(25deg);
  }
  .flower6 {
	right: -15px;
	bottom: -15px;
	transform: rotate(30deg);
  }
  .petal {
	height: 1em;
	width: 1em;
	border-radius: 40% 70% / 7% 90%;
	background: linear-gradient(var(--i_color), #e8ffb3);
	border: 0.5px solid #ffffff;
	z-index: 0;
	transition: width 0.8s ease, height 0.8s ease;
  }
  .two {
	transform: rotate(90deg);
  }
  .three {
	transform: rotate(270deg);
  }
  .four {
	transform: rotate(180deg);
  }
  .btns:hover .petal {
	background: linear-gradient(#E870A5, #FFEFF6);
	border: 0.5px solid #FFEFF6;
  }
  .btns:hover .flower {
	grid-template-columns: 1.5em 1.5em;
  }
  .btns:hover .flower .petal {
	width: 1.5em;
	height: 1.5em;
  }
  .btns:hover .text {
	background: rgba(255, 255, 255, 0.4);
  }
  .btns:hover div.flower1 {
	animation: 15s linear 0s normal none infinite running flower1;
  }
  @keyframes flower1 {
	0% {
	  transform: rotate(5deg);
	}
	100% {
	  transform: rotate(365deg);
	}
  }
  .btns:hover div.flower2 {
	animation: 13s linear 1s normal none infinite running flower2;
  }
  @keyframes flower2 {
	0% {
	  transform: rotate(35deg);
	}
	100% {
	  transform: rotate(-325deg);
	}
  }
  .btns:hover div.flower3 {
	animation: 16s linear 1s normal none infinite running flower3;
  }
  @keyframes flower3 {
	0% {
	  transform: rotate(0deg);
	}
	100% {
	  transform: rotate(360deg);
	}
  }
  .btns:hover div.flower4 {
	animation: 17s linear 1s normal none infinite running flower4;
  }
  @keyframes flower4 {
	0% {
	  transform: rotate(15deg);
	}
	100% {
	  transform: rotate(375deg);
	}
  }
  .btns:hover div.flower5 {
	animation: 20s linear 1s normal none infinite running flower5;
  }
  @keyframes flower5 {
	0% {
	  transform: rotate(25deg);
	}
	100% {
	  transform: rotate(-335deg);
	}
  }
  .btns:hover div.flower6 {
	animation: 15s linear 1s normal none infinite running flower6;
  }
  @keyframes flower6 {
	0% {
	  transform: rotate(30deg);
	}
	100% {
	  transform: rotate(390deg);
	}
  }
@media screen and (max-width:1200px){
	.thanks{padding-top: 60px;}
}
@media screen and (max-width:767px){
	.thanks{padding-top: 40px;margin:0px auto 70px}
}
@media screen and (max-width:560px){
}
/* 404 */
.in404{position:absolute; top:0; left:0; width:100%; height:100%; background:#FFF}
.in404_text{position:absolute; top:44%; left:50%; transform:translate(-50%,-50%); width:80%; text-align:center}
.in404_text h1{font-size:220px; color:#BBB}
.in404_text h6{margin:10px auto 30px; font-size:18px; color:#999}
.in404_text a{display:inline-block; padding:0 40px; line-height:32px; font-size:15px; color:#999; border:2px solid #DDD; -webkit-border-radius:100px; -moz-border-radius:100px; border-radius:100px}
@media screen and (max-width:959px){
.in404_text h1{font-size:180px}
}
@media screen and (max-width:767px){
	.in404_text h1{font-size:140px}
	.in404_text h6{font-size:16px}
	.in404_text a{font-size:14px}
}
@media screen and (max-width:560px){
	.in404_text h1{font-size:70px}
	.in404_text h6{margin:10px auto 18px; font-size:14px; line-height:20px}
	.in404_text a{font-size:13px}
}
/* 隐私政策 */
.privacy{margin-bottom: 100px;padding-top: 70px;}
#header{background-color: rgb(0 0 0 / 57%) !important;}
.privacy_cont{}
.privacy_cont .tit{margin-bottom:30px}
.privacy_cont .tit h2{font-size:24px; text-align:center; font-weight:bold}
.privacy_cont article, .privacy_cont article *{font-size:14px; color:#666; line-height:24px}
.foot {top: 130px;}
.privacy ol {padding: 0px;}
@media screen and (max-width:1200px){
	.privacy{margin-bottom: 50px;}
}
@media screen and (max-width:959px){
	.privacy{margin-bottom: 30px;}
}
/* tag */
.tag{
	box-sizing: border-box;
	padding: 1rem 0;
	background-color: #F6FCFF;
}
.tag>h2{
	font-size: 0.4rem;
	font-weight: bold;
	text-transform: uppercase;
	color: #333;
	text-align: center;
}
.tag .products_all_right{
	width: 100%;
}
.tag>p{
	font-size: 0.2rem;
	color: #333;
	margin: 0.2rem 0 0.4rem 0;
	text-align: center;
}
.tag_list{
}
.tag_list .products_right_ul li{
	width: calc((100% - 1.2rem) / 4);
}
@media screen and (max-width:1600px) {
}
@media screen and (max-width:1440px) {
	.tag{padding: 0.8rem 0;}
}
@media screen and (max-width:1366px) {
}
@media screen and (max-width:1200px) {
	.tag{padding: 0.6rem 0;}
}
@media screen and (max-width:1024px) {
}
@media screen and (max-width:960px) {
}
@media screen and (max-width:767px) {
	.tag_list .products_right_ul li{
		width: calc((100% - 0.2rem) / 2);
	}
}
@media screen and (max-width:560px) {
}
@media screen and (max-width:425px) {
}
.banner_top{
	height: var(--header_height);
    background-color: var(--i_color);
}
/* Article  */
.in_news_art {
	box-sizing: border-box;
	padding: 0.6rem 0;
}
.in_news_art_tit {
	border-bottom: 1px solid #DDD;
	margin-bottom: .3rem;
	text-align: center;
	position: relative;
}
.in_news_art_tit h1 {
	margin-left: auto;
	margin-right: auto;
	font-size: .34rem;
	font-weight: bold;
}
.n_tit_time {
	margin: .4rem 0 .26rem;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
.n_tit_time>p {
	font-size: 0.16rem;
	color: #363636;
	margin-right: 0.28rem;
	padding-right: 0.28rem;
	position: relative;
}
.n_tit_time>p::before {
	content: '';
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	right: 0;
	width: 1px;
	height: 0.1rem;
	background: #AAA;
}
.n_share {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.n_share p {
	font-size: 0.16rem;
	color: #363636;
}
.n_share a {
	margin-left: 0.2rem;
}
.n_share a i {
	font-size: 0.2rem;
	transition: all 0.3s ease;
}
.n_share a:hover i {
	color: var(--i_color2);
	transform: translateY(-5px);
}
.n_article,
.n_article * {
	text-align: left;
	font-size: .16rem;
	color: #555;
	line-height: 170%;
}
.n_article img {
	display: block;
	margin: .2rem auto;
	max-width: 100% !important;
	height: initial !important
}
.n_articles{
	box-sizing: border-box;
	max-width: 12rem;
	margin: 0 auto;
}
@media screen and (max-width:1440px) {
	.in_news_art_tit h1 {
		font-size: 0.28rem;
	}
	.n_tit_time {
		margin: 0.3rem 0 .26rem;
	}
}
@media screen and (max-width:1200px) {
	.in_news_art_tit h1 {
		font-size: 0.24rem;
	}
}
@media screen and (max-width:1024px) {
	.in_news_art_tit h1 {
		font-size: 0.22rem;
	}
	.n_tit_time {
		margin: 0.2rem 0 .22rem;
	}
}
@media screen and (max-width:768px) {
	.in_news_art_tit h1 {
		font-size: 0.18rem;
	}
	.n_tit_time>p,
	.n_share p {
		font-size: 0.15rem;
	}
}
@media screen and (max-width:560px) {
	.in_news_art_tit h1 {
		font-size: 0.17rem;
	}
	.n_tit_time>p {
		margin-right: 0.14rem;
		padding-right: 0.14rem;
	}
	.n_tit_time>p,
	.n_share p {
		font-size: 0.14rem;
	}
	.n_share a i {
		font-size: 0.18rem;
	}
}
.n_navigation {
	margin-top: 0.8rem;
	padding-top: 0.2rem;
	border-top: 1px solid var(--border_color);
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.n_navigation ul {
	width: 80%;
}
.n_navigation li {
	margin: .12rem 0;
}
.n_navigation li a {
	display: -webkit-flex;
	display: flex;
	flex-wrap: nowrap;
	align-items: baseline;
}
.n_navigation li p {
	margin-right: 0.06rem;
	font-size: 0.16rem;
	color: #363636;
	font-weight: bold;
	transition: all 0.3s ease;
}
.n_navigation li a:hover p {
	color: var(--i_color);
}
.n_back {
	margin-left: auto;
	padding: .12rem .3rem;
	background: var(--i_color);
	-webkit-border-radius: .3rem;
	border-radius: .3rem;
}
.n_back i {
	font-size: 0.16rem;
	color: #FFF;
}
.n_back b {
	margin-left: 0.06rem;
	font-size: 0.15rem;
	color: #FFF;
	font-weight: bold;
}
@media screen and (max-width:1024px) {
	.n_navigation ul {
		width: 76%;
	}
	.n_back b {
		font-size: 0.14rem;
	}
}
@media screen and (max-width:768px) {
	.n_navigation {
		margin-top: 0.6rem;
	}
	.n_navigation ul {
		width: 100%;
	}
	.n_navigation li p {
		font-size: 0.15rem;
	}
	.n_back {
		margin: .14rem 0 0 0;
	}
}
@media screen and (max-width:560px) {
	.n_navigation {
		margin-top: 0.4rem;
	}
	.n_navigation li p {
		font-size: 0.14rem;
	}
	.n_back {
		padding: .08rem .22rem;
		margin: .1rem 0 0 0;
	}
	.n_back i {
		font-size: 0.15rem;
	}
}
.form_hide{
	display: none !important;
}
/* history */
.history_bac{
   box-sizing: border-box;
   padding: 1rem 0;
   background: url(../images/in_honor_bg.webp) no-repeat center top;
   background-size: cover;
   box-sizing: border-box;
}
.history{
}
.in_history_list {
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	margin-top: 0.6rem;
}
.in_history_list .swiper-slide{
	display: flex;
	display: -webkit-flex;
	flex-direction: column;
}
.gallery-top {
	margin: .2rem 0 .5rem;
	box-sizing: border-box;
	overflow: hidden;
	position: relative
}
.gallery-top .swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: flex
}
.gallery-top .swiper-slide {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	position: relative;
	cursor: pointer;
	overflow: hidden
}
.gallery-top .swiper-slide h2 {
	font-size: 0.6rem;
	color: var(--i_color);
	font-weight: bold;
	margin-bottom: 0.3rem;
}
.gallery-top .swiper-slide dt {
	padding-left: 0.2rem;
	font-size: 0.18rem;
	line-height: 150%;
	color: #727272;
	position: relative;
	box-sizing: border-box;
	padding-right: 0.2rem;
}
.gallery-top .swiper-slide dt::before {
	content: '';
	position: absolute;
	top: 0.06rem;
	left: 0;
	width: 0.08rem;
	height: 0.08rem;
	background: var(--i_color);
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
.in_honor_year {
	position: relative
}
.gallery-thumbs {
	padding-top: 0.18rem;
	width: calc(100% - 2rem);
	margin: 0 auto;
	position: relative;
	overflow: hidden
}
.gallery-thumbs::before {
	content: '';
	position: absolute;
	top: 0.32rem;
	left: 50%;
	transform: translate(-50%,0);
	width: 80%;
	height: 1px;
	background: var(--border_color);
}
.gallery-thumbs .swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	cursor: pointer;
	display: flex
}
.gallery-thumbs .swiper-slide {
	text-align: center;
	flex-shrink: 0;
	position: relative;
	overflow: hidden
}
.gallery-thumbs .yuan {
	display: block;
	margin: 0 auto .3rem;
	width: 0.3rem;
	height: 0.3rem;
	position: relative;
}
.gallery-thumbs .yuan::before,
.gallery-thumbs .yuan::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
.gallery-thumbs .yuan::before {
	opacity: .3;
	width: 0;
	height: 0;
	background: var(--i_color);
}
.gallery-thumbs .yuan::after {
	width: 0.12rem;
	height: 0.12rem;
	background: #FFF;
	box-sizing: border-box;
	border: 1px solid #999;
}
@keyframes dot {
	0% {
		width: .12rem;
		height: .12rem;
	}
	50% {
		width: 100%;
		height: 100%;
	}
	100% {
		width: .12rem;
		height: .12rem;
	}
}
.gallery-thumbs .swiper-slide p {
	height: 0.26rem;
	line-height: 0.26rem;
	font-size: 0.20rem;
	color: #444;
}
.gallery-thumbs .swiper-slide-thumb-active .yuan::after {
	width: 0.18rem;
	height: 0.18rem;
	background: var(--i_color);
	border-color: var(--i_color);
}
.gallery-thumbs .swiper-slide-thumb-active .yuan::before {
	-webkit-animation: dot 1.4s infinite ease;
	animation: dot 1.4s infinite ease;
}
.gallery-thumbs .swiper-slide-thumb-active p {
	font-size: 0.26rem;
	color: var(--i_color);
	font-weight: bold;
}
.gallery-thumbs .yuan::after,
.gallery-thumbs .swiper-slide p {
	-webkit-transition: all .5s ease;
	transition: all .5s ease
}
.history-button-prev,
.history-button-next {
	opacity: .4;
	position: absolute;
	top: 0;
	width: .66rem;
	height: .66rem;
	box-sizing: border-box;
	border: 1px solid #7E7E7E;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	z-index: 999;
	outline: none;
	cursor: pointer;
	-webkit-user-select: none;
	user-select: none;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	align-items: center;
}
.history-button-prev iconify-icon,
.history-button-next iconify-icon{
	font-size: 0.3rem;
	color: #333;
	transition: all 0.3s ease;
}
.history-button-prev {
	left: 0;
}
.history-button-next {
	right: 0;
}
.history-button-prev:hover {
	opacity: 1;
	color: #fff;
	background-color: var(--i_color);
}
.history-button-next:hover {
	opacity: 1;
	color: #fff;
	background-color: var(--i_color);
}
.history-button-prev:hover iconify-icon,
.history-button-next:hover iconify-icon{
	color: #fff;
}
.in_honor_year .swiper-button-disabled {
	opacity: .1 !important;
	cursor: not-allowed
}
.about_history_txt{width: 50%;}
.about_history_text{
	display: flex;
	display: -webkit-flex;
	width: 61%;
}
.about_history_img{
	position: relative;
	overflow: hidden;
	width: 50%;
}
.about_history_img::after{
	content: '';
	display: block;
	padding-bottom: 52%;
}
.about_history_img img{
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%,-50%);
   width: 100%;
   height: 100%;
   object-fit: cover;
}
@media screen and (max-width:1440px){
	.history_bac {
		padding: 0.8rem 0;
	}
}
@media screen and (max-width:1200px){
	.history_bac {
		padding: 0.6rem 0;
	}
}
@media screen and (max-width:1024px) {
	.gallery-top {
		margin: 0 0 .2rem;
	}
	.gallery-top .swiper-slide h2 {
		font-size: 0.32rem;
	}
	.gallery-top .swiper-slide dt {
		font-size: 0.15rem;
		line-height: 0.2rem;
	}
	.gallery-thumbs {
		padding-top: .06rem;
		width: calc(100% - 1rem);
	}
	.gallery-thumbs::before {
		top: 0.15rem;
	}
	.gallery-thumbs .yuan {
		width: 0.2rem;
		height: 0.2rem;
	}
	.gallery-thumbs .swiper-slide-thumb-active .yuan::after {
		width: 0.1rem;
		height: 0.1rem;
	}
	.gallery-thumbs .swiper-slide p,
	.gallery-thumbs .swiper-slide-thumb-active p {
		font-size: 0.16rem;
	}
	.history-button-prev,
	.history-button-next {
		width: 0.3rem;
		height: 0.3rem;
		background-size: .14rem !important
	}
	.about_history_text {width: 60%;}
}
@media screen and (max-width:767px) {
	.gallery-top .swiper-slide dl {
		width: 100%;
		margin-left: 0;
	}
	.gallery-top .swiper-slide dt {
		font-size: 0.13rem;
	}
	.gallery-thumbs .yuan {
		margin-bottom: 0.14rem;
	}
	.about_history_text {width: 80%;}
	.history-button-prev iconify-icon,
	.history-button-next iconify-icon{
		font-size: 0.2rem;
	}
	.in_history_list {
		margin: 0 auto;
		margin-top: 0.4rem;
	}
}
@media screen and (max-width:560px) {
	.about_history_img{display: none;}
	.about_history_text {width: 80%;}
	.about_history_txt{
		width: 100%;
	}
}
