/*Theme Name:xurui
Version:1.0Description:安徽领聚数字作为Google中国区核心合作伙伴,拥有安徽省唯一的一家Google出海体验中心,为安徽本土化外贸企业出海提供一站式服务——网站搭建,谷歌SEO优化,谷歌竞价,谷歌SNS社媒营销等。Author:版权所有：安徽领聚*/
@charset "utf-8";
:root {
	--i_color: #008FC1;
	--i_color3: #EEC700;
	/* 全局颜色 */
	--i_color2: #fff;
	--bjs: #f6f6f6;
	--btn_color2: #008FC1;
	--liner_color: linear-gradient(to right, #008FC1, #48D0FF);
	/* 副颜色 */
	--top_h: 88px;
	/* 顶部高度 */
	--border_color: rgba(51, 51, 51, 0.2);
	/* 默认边框颜色 */
}
@media screen and (max-width:1024px) {
	:root {
		--top_h: 45px;
	}
}
@media screen and (max-width:768px) {
	:root {
		--border_color: rgba(0, 0, 0, .06)
	}
}
.wrap {
	width: 1500px;
	max-width: 94vw;
	margin-left: auto;
	margin-right: auto;
}
.wrap_l {
	display: block;
	box-sizing: border-box;
	padding-left: 10.5vw;
}
.wrap_r {
	display: block;
	box-sizing: border-box;
	padding-right: 13.5vw;
}
.wrap_r2 {
	display: block;
	box-sizing: border-box;
	padding-left: 1vw;
	padding-right: 8vw;
	box-sizing: border-box;
}
@media screen and (max-width:1600px) {
	.wrap_l {
		padding-left: 3.4vw;
	}
	.wrap_r {
		padding-right: 3.4vw;
	}
}
@media screen and (max-width:1440px) {
	.wrap_l {
		padding-left: 3.2vw;
	}
	.wrap_r {
		padding-right: 3.2vw;
	}
}
@media screen and (max-width:1200px) {
	.wrap_l {
		padding-left: 3vw;
	}
	.wrap_r {
		padding-right: 3vw;
	}
}
/* header */
header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 2014;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	height: var(--top_h);
	background: var(--i_color2);
}
.top_cont {
	box-sizing: border-box;
	background: transparent;
	position: relative;
	z-index: 2013;
}
header.TopHeader .top_cont {
	background: var(--i_color2);
	box-shadow: rgb(0, 124, 186) 0rem 0rem 0rem 2.41859e-0.08rem;
}
.top {
	/* max-width: 96vw; */
	margin: 0 auto;
	display: -webkit-flex;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
}
@media screen and (max-width:1024px) {
	header {
		top: 0;
		box-shadow: 0 .04rem .1rem rgba(0, 0, 0, .1);
	}
	.top_cont {
		/* background: #151515; */
	}
}
/* logo */
.logo {
	flex-shrink: 0;
	/* margin-right:3%;*/
	display: -webkit-flex;
	display: flex;
	align-items: center;
	height: var(--top_h);
	padding: 0 60px;
	box-sizing: border-box;
	/* border-right: .01rem solid var(--border_color); */
}
.logo a {
	display: -webkit-flex;
	display: flex;
	align-items: center;
	height: 90%;
}
.logo img {
	max-height: 100%;
	object-fit: cover;
}
@media screen and (max-width:1440px) {
	.logo a {
		/* height: 60%; */
	}
}
@media screen and (max-width:1440px) {}
@media screen and (max-width:1366px) {}
@media screen and (max-width:1200px) {}
@media screen and (max-width:1024px) {
	.logo {
		padding: 0 0.2rem !important;

	}
}
@media screen and (max-width:768px) {
	.logo a {}
}
@media screen and (max-width:560px) {}
/* 导航 */
nav {}
@media screen and (min-width:1025px) {
	nav {
		/* margin-right: auto;
		margin-left: 20px; */
		margin: 0 auto;
	}
	.i_nav {
		display: -webkit-flex;
		display: flex;
		flex-wrap: nowrap;
		align-items: center;
		gap: 0 .5rem;
		/* margin-left: auto; */
		position: relative;
	}
	.i_nav::before {
		/* content: ''; */
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: 120%;
		height: 80%;
		background: #f7f7f7;
		/* z-index: ; */
		-webkit-transition: all .5s ease;
		transition: all .5s ease;
	}
	.i_nav>li {
		position: relative;
	}
	.i_nav>li::before {
		content: '';
		position: absolute;
		left: 50%;
		transform: translate(-50%, 0);
		bottom: .01rem;
		width: 0%;
		height: .03rem;
		background: var(--i_color);
		-webkit-transition: all .5s ease;
		transition: all .5s ease;
	}
	.i_nav>li:hover:after {
		opacity: 1;
	}
	.i_nav>li:hover::before {
		/* right: initial;
		left: 0; */
		width: 100%;
	}
	.i_nav>li>a {
		display: block;
		font-size: .18rem;
		color: #333;
		line-height: var(--top_h);
		position: relative;
	}
	/* .i_nav>.current-menu-item::after {
		opacity: 1;
	}
	/* */
	.i_nav>.current-menu-item::before {
		/* content: '';
		position: absolute;
		left: 50%;
		transform: translate(-50%, 0);
		bottom: .35rem;
		width: 100%;
		height: .01rem;
		background: var(--i_color); */
		width: 100%;
	}
	.i_nav>.current-menu-item::before,
	.i_nav>.current-category-ancestor::before,
	.i_nav>.current-post-ancestor::before,
	.i_nav>.current-menu-ancestor::before,
	.i_nav>.current-menu-parent::before,
	.i_nav>li:hover::before,
	.i_nav .curr::before {
		width: 100%;
	}
	.i_nav>.current-menu-item a {
		color: var(--i_color);
	}
	.i_nav .sub-menu {
		display: none;
		position: absolute;
		left: 0;
		top: var(--top_h);
		min-width: 180px;
		max-width: 420px;
		background: #FFF;
		overflow: hidden;
	}
	.i_nav .nav_dropdown_box .sub-menu {}
	.i_nav .sub-menu li {
		position: relative;
	}
	.i_nav .sub-menu li::before {
		content: '';
		position: absolute;
		left: 0;
		bottom: 0;
		width: 100%;
		height: .01rem;
		background: #DDD;
	}
	.i_nav .sub-menu a {
		display: block;
		padding: 0 16px;
		font-size: 15px;
		color: #151515;
		line-height: 42px;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		position: relative;
	}
	.i_nav .sub-menu li:hover a {
		color: #E83539;
		background: #F1F1F1;
	}
	.i_nav>li>a:hover {
		color: var(--i_color);
	}
}
@media screen and (max-width:1440px) {
	.i_nav>li>a {
		font-size: .17rem;
	}
}
@media screen and (max-width:1366px) {}
@media screen and (max-width:1200px) {
	.i_nav>li>a {
		font-size: .16rem;
	}
}
/* phone nav */
@media screen and (max-width:1024px) {
	.i_nav {
		display: none;
		position: fixed;
		top: var(--top_h);
		left: 0;
		width: 100%;
		width: 100vw;
		max-width: 100%;
		max-height: calc(100vh - var(--top_h));
		background: #FFF;
		overflow-y: auto;
		z-index: 2
	}
	/*滚动条*/
	.i_nav::-webkit-scrollbar {
		width: .03rem;
		height: .08rem
	}
	.i_nav::-webkit-scrollbar-thumb {
		-webkit-box-shadow: inset 0 0 .05rem rgba(0, 0, 0, 0.2);
		background: #555
	}
	.i_nav::-webkit-scrollbar-track {
		-webkit-box-shadow: inset 0 0 .05rem rgba(0, 0, 0, 0.2);
		border-radius: 0;
		background: #F1F1F1
	}
	.i_nav>li {
		margin: 0 0 !important;
		border-bottom: .01rem solid var(--border_color);
		position: relative
	}
	.i_nav>.menu-item-has-children span {
		display: block;
		position: absolute;
		top: 0;
		right: 0;
		width: 44px;
		height: 44px;
		box-sizing: border-box;
		background: #F1F1F1 url(static/images/public/arrow_d_b.svg) no-repeat center;
		background-size: 18px;
	}
	.i_nav>.menu-item-has-children span.on {
		background: #F1F1F1 url(static/images/public/arrow_u_b.svg) no-repeat center;
		background-size: 18px;
	}
	.i_nav>li>a {
		padding: 0 20px;
		font-size: 16px;
		color: #222;
		line-height: 44px;
		text-transform: capitalize;
	}
	.i_nav>li>.sub-menu {
		display: none
	}
	.i_nav>li>.sub-menu li {
		position: relative;
	}
	.i_nav .sub-menu a {
		padding: 0 40px;
		font-size: 15px;
		color: #555;
		line-height: 40px;
		position: relative;
	}
	.i_nav .sub-menu li:not(:last-child) {
		border-bottom: .01rem solid var(--border_color)
	}
	.i_nav>li>.sub-menu b {
		position: absolute;
		top: 0;
		right: 0;
		width: 40px;
		height: 40px;
		background: url(static/images/public/arrow_down_hollow_hei.svg) no-repeat center;
		background-size: 16px;
	}
	.i_nav>li>.sub-menu b.on {
		background: url(static/images/public/arrow_up_hollow_hei.svg) no-repeat center;
		background-size: 16px;
	}
	.i_nav .sub-menu .sub-menu {
		display: none;
	}
	.i_nav .sub-menu .sub-menu a {
		padding: 0 60px;
		font-size: 13px;
		color: #888;
		line-height: 36px;
		position: relative;
	}
	.i_nav a {
		display: block;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis
	}
}
.top_line_r {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0 20px;
	position: relative;
}
.top_line_r::before {
	/* content: ''; */
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 180%;
	height: 80%;
	/* z-index: 9; */
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}
/* language */
.language {
	position: relative;
	box-sizing: border-box;

}
.language::before {
	/* content: ''; */
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	right: -18px;
	width: 0;
	height: 0;
	border-left: .06rem solid transparent;
	border-right: .06rem solid transparent;
	border-top: .06rem solid #333;
}
.language_icon {
	height: var(--top_h);
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0 10px;
	font-size: 18px;
	color: #333;
}
.language_icon iconify-icon {
	font-size: 26px;
	color: #333;
	cursor: pointer;
}
.language_list {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: calc(var(--top_h) + 20px);
	right: 0;
	background: #FFF;
	min-width: 120px;
	z-index: 2016;
	box-shadow: 0 0 10px rgb(0 0 0 / 10%);
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	padding: 16px 20px;
}
.language_list.on {
	opacity: 1;
	top: var(--top_h);
	visibility: visible;
}
.language_list dt>h6 {
	margin-bottom: 8px;
	font-size: 17px;
	font-weight: bold;
	white-space: nowrap;
}
.curr_lang {
	margin-bottom: 12px;
	padding-bottom: 12px;
	border-bottom: .01rem solid #EEE;
}
.lang_list a {
	display: block;
	padding: 6px 0;
}
.lang_list span img {
	display: none;
}
.lang_list .trp-ls-language-name {
	padding-left: 30px;
	font-size: .14rem;
	position: relative;
}
.lang_list .trp-ls-language-name::before {
	content: '';
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	left: 0;
	width: 18px;
	height: 18px;
	box-sizing: border-box;
	border: .01rem solid #AAA;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
.lang_list .trp-ls-language-name::after {
	display: none;
	content: '';
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	left: 6px;
	width: 6px;
	height: 6px;
	background: var(--i_color2);
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
.lang_list li:hover .trp-ls-language-name::after,
.curr_lang .trp-ls-language-name::after {
	display: block;
}
.lang_list li:hover .trp-ls-language-name,
.curr_lang .trp-ls-language-name {
	color: red;
}
/* search */
.top_search_ico {
	position: relative;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin-right: 10px;
	margin-left: 20px;
}
.top_search_ico::after {
	/* content: ''; */
	width: .01rem;
	height: 80%;
	background: #333;
	position: absolute;
	position: absolute;
	top: 50%;
	right: -0.15rem;
	transform: translate(0, -50%);
}
.top_search_ico iconify-icon {
	font-size: 24px;
	color: #333;
	cursor: pointer;
}
.top_search_ico
/* find_btn */
.find_btn {
	display: table;
	background: #E83539;
	padding: .1rem .4rem;
}
.find_btn b {
	color: #fff;
	font-weight: bold;
	font-size: .18rem;
}
@media screen and (max-width:1024px) {
	.top_search_ico {
		margin-right: 0;
	}
	.language {
		border: none;
		padding: 0;
	}
	.language::after {
		display: none;
	}
	.language::before {
		display: none;
	}
	.top_line_r::before {
		display: none;
	}
	.top_line_r {
		margin-left: auto;
	}
	.language_icon {
		font-size: 15px;
	}
	.top_line_r {
		gap: 0 20px;
	}
	.find_btn {
		padding: .08rem .2rem;
	}
	.find_btn b {
		font-size: .14rem;
	}
	.top_search_ico::after {
		content: none;
	}
}
@media screen and (max-width:768px) {}
@media screen and (max-width:560px) {}
.topIcon iconify-icon {
	font-size: 24px;
}
@media screen and (max-width:1440px) {}
@media screen and (max-width:1366px) {}
@media screen and (max-width:1200px) {}
@media screen and (max-width:1024px) {
	.topIcon {
		display: none;
	}
}
@media screen and (max-width:768px) {}
@media screen and (max-width:560px) {}
/* nav dropdown menu */
.nav_dropdown {
	display: none;
	position: fixed;
	top: var(--top_h);
	left: 0;
	width: 100%;
	padding: 24px 0 20px;
	background: #FFF;
	box-shadow: 0 10px 10px rgb(0 0 0 / 8%);
	z-index: 99;
}
.nav_dropdown_item {
	display: none;
}
.nav_dropdown_item:first-child {
	display: block;
}
.nav_dropdown_item ul {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	gap: 1.25%;
}
.nav_dropdown_item li {
	width: 10%;
}
.nav_dropdown_item li a {
	display: block;
	padding: 20px 26px;
	overflow: hidden;
}
.nav_dropdown_item .img {
	width: 100%;
	position: relative;
	overflow: hidden
}
.nav_dropdown_item .img::before {
	content: "";
	display: block;
	padding-bottom: 66.66%
}
.nav_dropdown_item .img img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-transition: all .5s ease;
	transition: all .5s ease
}
.nav_dropdown_item .txt {
	margin-top: 10px;
	text-align: center;
}
.nav_dropdown_item .txt p {
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.nav_dropdown_item li:hover {
	background: #F1F1F1;
}
@media screen and (max-width:1024px) {
	.nav_dropdown {
		display: none !important;
	}
}
/* 移动端导航按钮 */
.nav_menu {
	/*
	position:absolute;
	right:0;
	top:50%;
	transform:translateY(-50%);
	*/
	position: relative;
	margin-left: 20px;
	width: .22rem;
	height: .16rem;
	display: none;
	cursor: pointer;
	/* background: var(--i_color); */
}
.nav_menu i {
	display: block;
	width: 100%;
	height: .03rem;
	position: absolute;
	top: 50%;
	margin-top: -0.02rem;
	background: var(--i_color);
	border-radius: 10px;
	transition: 0.5s
}
.nav_menu::before,
.nav_menu::after {
	content: "";
	width: 100%;
	height: .03rem;
	background: var(--i_color);
	position: absolute;
	left: 0;
	border-radius: 10px;
	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: -0.02rem
}
.nav_menu.on::after {
	transform: rotate(-45deg);
	top: 50%;
	margin-top: -0.02rem
}
@media screen and (max-width:1024px) {
	.nav_menu {
		display: block !important
	}
}
/* search main */
.top_search {
	--search_height: 38px
}
.top_search {
	visibility: hidden;
	opacity: 0;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	padding: 16px 0;
	background: #FFF;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	z-index: 6;
}
.top_search.on {
	visibility: visible;
	opacity: 1;
	top: calc(var(--top_h));
	box-shadow: 0 6px 10px rgb(0 0 0 / 8%);
}
.top_search form {
	width: 94%;
	margin: 0 auto;
	max-width: 500px;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	box-sizing: border-box;
	padding: .01rem;
	overflow: hidden;
}
.top_search_ipt {
	width: calc(100% - var(--search_height) * 2);
	height: var(--search_height);
	box-sizing: border-box;
	border: .01rem solid var(--i_color);
	border-right: none;
	padding: 0 0 0 12px;
}
.top_search_btn {
	font-size: 0;
	color: #FFF;
	width: calc(var(--search_height) * 2);
	height: var(--search_height);
	background: var(--i_color) url(static/images/public/search_w1.svg) no-repeat center;
	background-size: 22px;
	cursor: pointer;
}
@media screen and (max-width:1024px) {
	.top_search.on {
		top: var(--top_h);
	}
}
.full_header_height {
	height: var(--top_h);
}
@media screen and (max-width:1024px) {
	.full_header_height {
		height: var(--top_h);
	}
}
.poreated {
	position: relative;
}
/* banner */
.banner {
	width: 100%;
	overflow: hidden;
	position: relative;
}
.banner_list {
	position: relative;
	overflow: hidden;
}
.banner_list .swiper-wrapper {
	display: -webkit-flex;
	display: flex;
	position: relative;
	width: 100%;
}
.banner_list .swiper-slide {
	flex-shrink: 0;
	position: relative;
}
.banner_list .swiper-slide::before {
	content: '';
	display: block;
	padding-bottom: 750px;
}
.banner_list li>img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.banner-prev,
.banner-next {
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	width: 40px;
	height: 40px;
	background: rgb(0 0 0 / 60%);
	z-index: 3;
	cursor: pointer;
	outline: none;
	-webkit-user-select: none;
	user-select: none
}
.banner-prev {
	left: 0;
}
.banner-next {
	right: 0;
}
.banner-prev iconify-icon,
.banner-next iconify-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 30px;
	color: #FFF;
}
.banner_list .swiper-button-disabled {
	cursor: not-allowed
}
.banner-prev:hover,
.banner-next:hover {
	/* background:var(--i_color);*/
}
.banner-pagination {
	display: block;
	text-align: center;
	bottom: 30px;
	position: absolute;
	left: 50%;
	transform: translate(-50%, 0);
}
.banner-pagination .swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	display: inline-block;
	margin: 0 .06rem;
	background: #CCC;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	outline: none;
	cursor: pointer;
}
.banner-pagination .swiper-pagination-bullet-active {
	background: var(--i_color)
}
@media screen and (max-width:1024px) {
	.banner_list .swiper-slide::before {
		padding-bottom: 40%;
	}
	.banner-prev,
	.banner-next {
		display: none;
	}
	.banner-pagination {
		display: none;
	}
}
@media screen and (max-width:768px) {
	.banner_list .swiper-slide::before {
		padding-bottom: 44%;
	}
}
@media screen and (max-width:560px) {
	.banner_list .swiper-slide::before {
		padding-bottom: 54%;
	}
	.banner-pagination {
		bottom: .2rem;
	}
	.banner-pagination .swiper-pagination-bullet {
		margin: 0 .06rem;
		font-size: 14px;
	}
}
.banner_text {
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	left: 0;
	width: 100%;
}
.banner_text p {}
.banner_text h6 {
	font-size: 40px;
	/* font-weight: bold; */
}
.va {
	color: var(--i_color);
}
.banner_text1 {
	top: 30%;
}
.banner_text1 p {
	display: inline-block;
	position: relative;
	border: .01rem solid #fff;
	padding: 10px 30px;
	box-sizing: border-box;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.br5 {
	border-radius: 5px;
}
.banner_text1 h6 {
	position: relative;
}

.banner_text1 h6 img {
	position: absolute;
	left: 50%;
	transform: translate(-50%, 0);
	bottom: 0;
	width: 83%;
	z-index: -1;
}

.banner_text2 p {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	position: relative;
}
.fff {
	color: #fff !important;
}
.fb {
	/* font-weight: bold; */
}
.redbox {
	position: relative;
	z-index: 2;
}
.redbox::before {
	content: '';
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	left: -60%;
	width: 100%;
	height: 120%;
	background: var(--i_color);
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	z-index: -1;
	border-top-right-radius: 1rem;
	border-bottom-right-radius: 1rem;
}

.banner_text2 {
	top: 28%;
}
.banner_text2 .txtsss {
	position: relative;
	z-index: 5;
}

.banner_text2 .txtsss img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: -1;
}


.banner_text3 h6 {
	position: relative;
	z-index: 5;

}

.banner_text3 h6 img {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: -1;

}


.banner_text3 .txtsss {
	position: relative;
	padding-left: 0.3rem;
	box-sizing: border-box;
	z-index: 5;
}

.banner_text3 .txtsss::before {
	content: '';
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	left: 0;
	width: 6px;
	height: 80%;
	z-index: -1;
	background: var(--i_color3);

}

.banner_text3 .dot {
	position: relative;
	padding-left: 0.3rem;
	box-sizing: border-box;
}
.banner_text3 .dot::before {
	content: '';
	position: absolute;
	top: 0.1rem;
	left: 0;
	width: 10px;
	height: 10px;
	background: #fff;
	z-index: 9;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	border-radius: 1000px;
}







@media screen and (max-width:1440px) {
	.banner_text h6 {
		font-size: 50px;
	}
}
@media screen and (max-width:1366px) {
	.banner_text h6 {
		font-size: 40px;
	}
}
@media screen and (max-width:1200px) {


	.banner_text h6 {
		font-size: 30px;
	}
}
@media screen and (max-width:1024px) {

	.banner_text1{
		top: 37%;
	}

	.banner_text3 .dot {
		display: none;
	}


	.banner_text3 h6 img {
		display: none;

	}

	.txtsss {
		display: none;
	}

	.banner_text h6 {
		/* display: none; */
		font-size: 0.14rem !important;

	}

	.banner_text h6 br {
		display: none;
	}

	.banner_text .imgs img {
		height: 0.2rem;
	}

	.banner_text img .banner .txt2 {
		display: none !important;
	}

	.banner_text1 h6 img {
		display: none;
	}
	.banner_text1 h6 img {
		height: 30px;
	}
	.redbox {
		display: none;
	}
	.banner_text1 h4 {
		display: none;
	}
	.banner_text1 h6::before {
		display: none;
	}
	.banner_text1 p {
		padding: 0;
		border: none;
	}
	.banner_text1 .btn b {
		display: none;
	}
	.banner_text1 p {
		margin-bottom: 0;
	}
	.banner_text h6 {
		margin-top: 15px;
		margin-bottom: 25px;
	}
	.banner_text1 p img {
		height: 10px;
	}
	.banner_text2 p::before {
		width: 80%;
	}
	.banner_text1 .imgbox h5 {
		display: none;
	}
	.banner_text1 .imgbox .img {
		height: 30px;
		width: 30px;
	}
	.banner_text h6 {
		font-size: 25px;
	}
	.banner_text h6 br {
		display: none;
	}
	.banner_text p br {
		display: none;
	}
	.banner_text2 p span {
		align-items: center;
	}
	.banner_text2 p span .i2 {
		display: none;
	}
	.banner_text1 p img {
		display: none;
	}
	.banner_text1 .imgbox {
		display: none;
	}
}
@media screen and (max-width:768px) {
	.banner_text3 p {
		padding-left: 0;
	}
	.banner_text2 p img {
		display: none;
	}
	.banner_text p::before {
		width: 100%;
		display: none;
	}
	.banner_text1 p {
		gap: 10px;
	}
	.banner_text1 p {}
	.banner_text h6 {
		font-size: 20px;
	}
	.banner_text3 p i {
		font-size: 16px;
	}
}
@media screen and (max-width:560px) {}
.mb10 {
	margin-bottom: .1rem;
}
.btn {
	display: table;
	position: relative;
	background: linear-gradient(to right, #008FC1, #48D0FF);
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	border-radius: 1rem;
}
.btn b {
	display: block;
	padding: 10px 20px;
	font-size: 18px;
	color: #FFF;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	position: relative;
	display: -webkit-flex;
	display: flex;
	flex-wrap: nowrap;
	text-wrap: nowrap;
	align-items: center;
	gap: 0 10px;
	text-transform: capitalize;
}
.btn b iconify-icon {
	font-size: 18px;
}
.btn.fff {
	background: #fff;
}
.btn.fff b {
	color: var(--i_color);
}
.btn.fff:hover {
	background: var(--i_color);
}
.btn.fff:hover b {
	color: #fff;
}
.btn.black {
	border-color: var(--i_color2)
}
.btn.black::before {
	background: #000;
}
.btn.black b {
	color: var(--i_color2);
}
.btn.center {
	margin-left: auto;
	margin-right: auto;
}
.btn.nb:hover {
	background: var(--i_color);
	-webkit-transform: skew(-20deg) translate(0, -0.08rem);
	transform: skew(-20deg) translate(0, -0.08rem);
}
.btn:hover {
	-webkit-transform: translate(0, -0.08rem);
	transform: translate(0, -0.08rem);
}
.btn:hover b {}
.btn.black:hover b {
	color: #FFF;
}
.btn.hb {
	border: .01rem solid var(--i_color);
	background: transparent;
}
.btn.hb:hover {
	background: var(--i_color);
}
.btn.hb:hover b {
	color: #fff;
}
.btn.hb b {
	color: var(--i_color);
}
@media screen and (max-width:1440px) {}
@media screen and (max-width:1366px) {}
@media screen and (max-width:1200px) {}
@media screen and (max-width:1024px) {
	.btn b iconify-icon {
		font-size: 20px;
	}
	.btn.mt60 {
		margin-top: 10px;
	}
	.btn b {
		padding: .08rem .2rem;
		font-size: .12rem;
	}
}
@media screen and (max-width:768px) {
	.btn b {
		margin-right: auto;
	}
}
@media screen and (max-width:560px) {}
/* 公共标题 */
.tfff {
	color: #fff !important;
}
.tit {}
.tit p {}
.tit h3 {
	font-size: 46px;
	margin-bottom: .1rem;
	font-family: 'psb';
	position: relative;
	z-index: 22;
	text-transform: capitalize;
}
.tit h3::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 1.07rem;
	height: .25rem;
	background: url(static/imgs/btbj.png) no-repeat center;
	background-size: cover;
	z-index: -1;
}
.tit h6 {
	font-size: 18px;
	color: #666;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	line-height: 1.5;
	gap: 0 10px;
	align-items: center;
	/* text-transform: capitalize; */
}
.tit.h3topb h6 {
	color: #666;
	width: 30%;
	margin: .3rem 0;
	width: 100%;
}
.tit.dis {
	display: flex;
	justify-content: center;
	align-items: center;
}
.tit.center h6 {
	justify-content: center;
}
.wz999 {
	color: #999;
}
.wz666 {
	color: #666;
}
.tit h3 i {
	color: var(--i_color);
	font-weight: inherit;
}
.tit.center h3,
.tit.center h6,
.tit.center h5 {
	text-align: center;
}
.tit.center h5 {
	color: #999;
}
.tit.center h3 {
	/* margin: 20px 0; */
}
.tit.dis2 {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.tit.dis2 h6 {
	margin-bottom: 5px;
}
.tit span {
	width: 87%;
}
.tit h5 {
	color: #333;
}
.tit.black {}
.tit.black h6 {
	color: var(--i_color2);
	width: 40%;
}
.tit.black h3 {
	color: var(--i_color2);
	width: 100%;
}
.tit.black p {
	color: var(--i_color2);
}
@media screen and (max-width:1440px) {
	.tit h3 {
		font-size: 35px;
	}
}
@media screen and (max-width:1366px) {}
@media screen and (max-width:1200px) {
	.tit h3 {
		font-size: 30px;
	}
}
@media screen and (max-width:1024px) {
	.tit h3 br {
		display: none;
	}
	.tit.dis2 h6 br {
		display: none;
	}
	.tit.dis2 h6 {
		margin-bottom: 15px;
	}
	.tit h3 img {
		height: 15px;
	}
	.tit span {
		width: 100%;
		/* margin-bottom: 20px; */
	}
	.tit.dis2 {
		flex-wrap: wrap;
	}
	.tit.center h3 {
		margin: 10px 0;
	}
	.tit.dis2 h6 {
		gap: 0 10px;
	}
	.tit h6 img {
		height: 18px;
	}
	.tit p {
		font-size: .16rem;
	}
	.tit h3 {
		font-size: .2rem;
	}
	.tit h6 {
		font-size: .14rem;
	}
}
@media screen and (max-width:768px) {
	.tit.dis {
		flex-direction: column;
		gap: 20px;
		align-items: flex-start;
	}
	.tit.dis span {
		width: 100%;
	}
	.tit.dis h6 {
		padding: .1rem 0;
		width: 100%;
	}
	.tit {
		width: 100%;
	}
}
@media screen and (max-width:560px) {
	.tit.dis {
		display: block;
	}
}
.mb10 {
	margin-bottom: .1rem;
}
.pub {
	margin-bottom: .1rem;
}
.pub .swiper-pagination-bullet {
	width: .1rem !important;
	height: .1rem !important;
	background: #999 !important;
	border-radius: 0 !important;
	position: relative;
	flex-shrink: 0;
}
.pub .swiper-pagination-bullet::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) !important;
	width: 130%;
	height: 130%;
	border: .01rem solid var(--i_color);
	z-index: 9;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	opacity: 0;
	flex-shrink: 0;
}
.pub .swiper-pagination-bullet-active {
	background: var(--i_color) !important
}
.pub .swiper-pagination-bullet-active::before {
	opacity: 1;
}
@media screen and (max-width:1440px) {}
@media screen and (max-width:1366px) {}
@media screen and (max-width:1200px) {
	.pub .swiper-pagination-bullet-active::before {
		display: none;
	}
}
@media screen and (max-width:1024px) {
	.pub .swiper-pagination-bullet {
		width: .07rem !important;
		height: .07rem !important;
	}
}
@media screen and (max-width:768px) {}
@media screen and (max-width:560px) {}

/* main */
.bjs {
	background: var(--bjs);
}
.numbox {
	background: var(--bjs);
}
.numlist {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: start;
	justify-content: space-between;
	gap: 10px 0;
}


.numlist li {
	width: 20%;
	box-sizing: border-box;
	padding: 0.2rem 0;
	text-align: center;
}
.numlist li i {
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}
.numlist li:hover i {
	color: var(--i_color);
}


.numlist li:not(:last-child) {
	border-right: 1px solid var(--border_color);
}

.numlist li p {}


@media screen and (max-width:1440px) {}
@media screen and (max-width:1366px) {}
@media screen and (max-width:1200px) {}
@media screen and (max-width:1024px) {
	.numlist li {
		width: 49%;
		border: 1px solid var(--border_color);
		box-shadow: rgba(0, 0, 0, 0.13) 0px 2px 38px 0px;
	}
}
@media screen and (max-width:768px) {}
@media screen and (max-width:560px) {}



.about_info .wrap img {
	object-fit: contain;
}

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

	.about_info .wrap img {
		height: 0.4rem;
	}
}
@media screen and (max-width:768px) {}
@media screen and (max-width:560px) {}




.video_boxs {

	margin-top: -1rem;
}


.video_boxs {
	position: relative;
}

.video_boxs>img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}

.video_boxs .imgs {
	position: absolute;
	top: 31%;
	left: 50%;
	transform: translate(-50%, -50%);
}


.video_boxs .imgs img {
	height: 0.75rem;
	/* animation: zoom2 1.5s infinite alternate; */
}


.video_boxs .imgs::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 45%;
	transform: translate(-50%, -50%);
	width: 200%;
	height: 200%;
	background: url(static/imgs/yq.webp) no-repeat center;
	background-size: cover;
	z-index: 9;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	animation: spin 8s linear infinite;
}


/* 帮我写一个不断旋转的css动画 */
@keyframes spin {
	0% {
		transform: translate(-50%, -50%) rotate(0deg);
	}
	100% {
		transform: translate(-50%, -50%) rotate(360deg);
	}
}

@keyframes spin2 {
	0% {
		transform:  rotate(0deg);
	}
	100% {
		transform:  rotate(360deg);
	}
}



@media screen and (max-width:1440px) {}
@media screen and (max-width:1366px) {
	.video_boxs {
		margin-top: 0;
	}
}
@media screen and (max-width:1200px) {}
@media screen and (max-width:1024px) {
	.video_boxs .imgs img {
		height: 0.35rem;
	}
}
@media screen and (max-width:768px) {}
@media screen and (max-width:560px) {}



/* hot_products */

.hot_products_bac {

	box-sizing: border-box;

	padding: 1rem 0;
	background: var(--bjs);

}

.hot_products {}



.hot_products_ul {

	display: flex;

	flex-wrap: wrap;

	gap: 0.3rem;

	align-items: flex-start;

	margin-top: 0.6rem;



}

.hot_products_ul ul {

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

	gap: 0.3rem;

	display: flex;

	flex-direction: column;

}

.hot_products_ul li {



	background-color: #fff;

	box-sizing: border-box;

	padding: 0.4rem 0 0 0.35rem;

}


.hot_products_ul .li3 {
	background: url(static/imgs/imgs2.webp) no-repeat center;
	background-size: cover;
}

.hot_products_ul li a {

	display: block;

	width: 100%;

}

.hot_products_li1,.hot_products_li2 {
	position: relative;
}

.hot_products_li1 .imgsss img,.hot_products_li2 .imgsss img{
	position: absolute;
	left: 20%;
	bottom: 0;
	opacity: 0;
	-webkit-transition:all .5s ease; transition:all .5s ease;
}


.hot_products_li1:hover .imgsss img,.hot_products_li2:hover .imgsss img{
	opacity: 1;
}

.hot_products_h3 {

	font-size: 0.26rem;

	color: #333;

	font-weight: bold;

	box-sizing: border-box;

	padding-right: 0.35rem;

	overflow: hidden;

	white-space: nowrap;

	text-overflow: ellipsis;

	box-sizing: border-box;

	margin-bottom: 0.2rem;

	transition: all 0.3s ease;

}

.hot_products_dl {

	display: flex;

	flex-direction: column;

	gap: 0.1rem;

}

.hot_products_dl dt {
	width: 50%;
	box-sizing: border-box;
	font-size: 0.18rem;
	color: #666;
	position: relative;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;



}

.hot_products_dl dt::after {

	/* content: ''; */

	position: absolute;

	left: 0;

	top: 50%;

	transform: translate(0, -50%);

	width: 0.06rem;

	height: 0.06rem;

	background-color: #666;

	border-radius: 50%;

}

.hot_products_box1 {

	display: flex;

	justify-content: space-between;

	align-items: flex-end;

}

.hot_products_i {

	display: block;

	width: 0.58rem;

	height: 0.58rem;

	border-radius: 50%;

	border: 1px solid #999999;

	display: flex;

	justify-content: center;

	align-items: center;

	margin-bottom: 0.45rem;

	transition: all 0.3s ease;

}

.hot_products_i iconify-icon {

	font-size: 0.18rem;

	color: #666;

	transition: all 0.3s ease;

}

.hot_products_i1 {}

.hot_products_i2 {

	display: none;

}

.hot_products_img {

	width: 50%;

	position: relative;

}

.hot_products_img::after {

	content: '';

	display: block;

	padding-bottom: 100%;

}

.hot_products_img img {

	position: absolute;

	top: 50%;

	left: 50%;

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

	width: 100%;

	height: 100%;

	object-fit: contain;



}







.hot_products_li3 {
	background: url(static/imgs/imgs2.webp) no-repeat center;
	background-size: cover;

	padding-top: 0.2rem !important;

}

.hot_products_li3 a {

	display: block;

	width: 100%;

	box-sizing: border-box;

	display: flex !important;

	justify-content: space-between;

	align-items: center;

}

.hot_products_li3_text {}

.hot_products_li3_text h4 {

	font-size: 0.36rem;

	color: #fff;

}

.hot_products_li3_img {

	position: relative;

	width: 44.5%;

	box-sizing: border-box;

	margin: 0 0.1rem 0.1rem 0;

}

.hot_products_li3_img::after {

	content: '';

	display: block;

	padding-bottom: 87%;

}

.hot_products_li3_img img {

	position: absolute;

	top: 50%;

	left: 50%;

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

	width: 100%;

	height: 100%;

	object-fit: cover;

}





.hot_products_li3 .hot_products_i {

	margin-top: 0.5rem;

	border: 1px solid #fff;

	margin-bottom: 0;

}

.hot_products_li3 .hot_products_i iconify-icon {

	color: #fff;

}



.hot_products_li2 {

	position: relative;

}

.hot_products_li2 a {

	display: block;

	width: 100%;



}

.hot_products_li2_text {

	width: 79%;

}

.hot_products_li2_text .hot_products_dl {

	margin-bottom: 0.95rem;

}

.hot_products_pos_img {

	position: absolute;

	bottom: 0;

	right: 0;

	width: 37.5%;

}

.hot_products_pos_img::after {

	content: '';

	display: block;

	padding-bottom: 100%;

}

.hot_products_pos_img img {

	position: absolute;

	top: 50%;

	left: 50%;

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

	width: 100%;

	height: 100%;

	object-fit: contain;

}



.hot_products_li4 {

	height: 100%;

	position: relative;

}

.hot_products_li3_text {

	width: 73%;

}

.hot_products_li3_text .hot_products_h3 {

	overflow: hidden;

	text-overflow: ellipsis;

	display: -webkit-box;

	-webkit-box-orient: vertical;

	-webkit-line-clamp: 2;

	white-space: unset;



}

.hot_products_li3_text .hot_products_dl dt {

	overflow: hidden;

	text-overflow: ellipsis;

	display: -webkit-box;

	-webkit-box-orient: vertical;

	-webkit-line-clamp: 2;

	white-space: unset;

}

.hot_products_li3_text .hot_products_i {

	margin-top: 0.3rem;

}





.hot_products_ul li:hover h3 {

	color: var(--i_color);

}

.hot_products_ul li:hover .hot_products_i {

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

	background-color: var(--i_color);

}

.hot_products_ul li:hover .hot_products_i iconify-icon {

	color: #fff;

}

.hot_products_ul li:hover .hot_products_i1 {

	display: none;

}

.hot_products_ul li:hover .hot_products_i2 {

	display: block;

}

.hot_products_li3:hover .hot_products_i {

	border: 1px solid #fff !important;

	background-color: #fff !important;

}

.hot_products_li3:hover .hot_products_i iconify-icon {

	color: var(--i_color) !important;

}



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

	.hot_products_h3 {

		font-size: 0.24rem;

	}

	.hot_products_li3_text .hot_products_dl dt {

		-webkit-line-clamp: 1;

	}

}

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

	.hot_products_li1 .imgsss img{
		display: none;
	}

	.hot_products_bac {

		padding: 0.8rem 0;

	}

	.hot_products_li2_text .hot_products_dl {

		margin-bottom: 1rem;

	}

	.hot_products_li3_text h4 {

		font-size: 0.32rem;

	}

}

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

	.hot_products_bac {

		padding: 0.6rem 0;

	}

	.hot_products_li2_text .hot_products_dl {

		margin-bottom: 0.6rem;

	}

	.hot_products_dl dt {

		font-size: 0.16rem;

	}

	.hot_products_li3_text h4 {

		font-size: 0.3rem;

	}

	.hot_products_i {

		width: 0.5rem;

		height: 0.5rem;

		margin-bottom: 0.4rem;

	}

	.hot_products_i iconify-icon {

		font-size: 0.16rem;

	}

	.hot_products_h3 {

		font-size: 0.22rem;

	}

}

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

	.hot_products_li3_text h4 {

		font-size: 0.28rem;

	}

	.hot_products_h3 {

		font-size: 0.2rem;

	}

}

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

	.hot_products_ul ul {

		width: 100%;

	}

	.hot_products_pos_img {

		width: 26.5%;

	}

	.hot_products_li3_text h4 {

		font-size: 0.25rem;

	}

}

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

	.hot_products_ul {

		margin-top: 0.4rem;

	}

	.hot_products_i {

		width: 0.45rem;

		height: 0.45rem;

	}

	.hot_products_h3 {

		font-size: 0.18rem;

	}

	.hot_products_dl dt {

		font-size: 0.14rem;

	}

}

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

	.hot_products_pos_img {

		width: 37.5%;

	}

	.hot_products_h3 {

		font-size: 0.16rem;

	}

	.hot_products_li3 {

		padding-bottom: 0.2rem !important;

	}

}

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





.hf {
	background: url(static/imgs/case.webp) no-repeat center;
	background-size: cover;
}



.hf .imgbox {
	justify-content: end;
	box-sizing: border-box;
}

.hf .imgbox>img {
	height: 0.91rem;
}


.hf .imgbox span .imgjia {
	height: 41px;
	object-fit: contain;

}

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

	.hf .imgbox>img {
		height: 0.45rem;
		margin-bottom: 0.1rem;
		margin-top: 0.4rem;
	}
	.hf .imgbox span {
		width: 100%;
	}
	.hf .imgbox {
		padding-right: 0;
		justify-content: start;
	}
}
@media screen and (max-width:768px) {}
@media screen and (max-width:560px) {}



.case {
	background: #F0F3F6;
}
.case .p3_list {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	gap: 20px 0%;
	justify-content: space-between;
}


.case .p3_list li {
	width: 33.25%;
	box-sizing: border-box;
	background: #fff;
	padding: 0.25rem 0.3rem;
}

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

.case .p3_list li .img {
	position: relative;
	padding-bottom: 75%;
	overflow: hidden;
}

.case .p3_list li .img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}
.case .p3_list li .txt {
	padding: 0.2rem 0;
	box-sizing: border-box;
}
.case .p3_list li .txt p {
	overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:2;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;

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

}

.case .p3_list li:hover {
	box-shadow: 0 0 20px 0 rgba(72, 208, 255, 0.3), 0 0 1vh rgba(72, 208, 255, 0.3), 0 0 0 currentColor;
}
.case .p3_list li:hover img {
	-webkit-transform: scale(1.15, 1.15);
	transform: scale(1.15, 1.15);
}

.case .p3_list li:hover p {}

.case .wrpas2 {
	position: relative;
	justify-content: end;
}
.case .lbox {
	width: 36%;
	background: var(--liner_color);
	position: absolute;
	top: -224%;
	left: 0;


}


.case .rightbox {
	width: 50%;
	position: relative;
}


.case .rightbox::before {
	content: '';
	position: absolute;
	top: 10px;
	left: -160px;
	width: 120px;
	height: 6px;
	background: #333;

}



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

	.case .p3_list li {
		padding: 0.2rem;
	}

	.case .lbox {
		position: static;
		width: 100%;
		margin-bottom: 0.2rem;
	}

	.case .rightbox {
		width: 100%;
	}


	.case .rightbox::before {
		display: none;
	}

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



/* 选项卡样式 */
.casexxk .xxk {
	margin: 0 auto;
}

.case .tab-list {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	border-bottom: 1px solid var(--border_color);
	justify-content: space-between;
}

.case .tab {
	padding: 10px 0;
	width: 13.666%;
	cursor: pointer;
	border-bottom: none;
	box-sizing: border-box;
	text-align: center;
	position: relative;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}
.case .tab.active {
	color: var(--i_color);
}

.case .tab::before {
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}
.case .tab.active::before {
	content: '';
	position: absolute;
	left: 50%;
	transform: translate(-50%, 0);
	bottom: -1px;
	width: 100%;
	height: 2px;
	background: var(--i_color);
}
.case .tab.active {}
.case .tab-content {}
.case .content {
	display: none;
}
.case .content.active {
	display: block;
}
@media screen and (max-width:1440px) {}
@media screen and (max-width:1366px) {}
@media screen and (max-width:1200px) {}
@media screen and (max-width:1024px) {
	.case .tab {
		width: 100%;
	}

	.case .tab-list {
		margin-bottom: 0.1rem;
	}
}
@media screen and (max-width:768px) {}
@media screen and (max-width:560px) {}


/* advantage */

.advantage_bac {

	box-sizing: border-box;

	padding: 1rem 0;

}

.advantage {}

.advantage_ul {

	display: flex;

	margin-top: 0.6rem;

	gap: 0.1rem;

	overflow: hidden;

}

.advantage_ul li {

	background-color: #F6F6F6;

	width: 18.5%;

	flex-grow: 1;

	height: 5.5rem;

	display: flex;

	flex-direction: column;

	justify-content: space-between;

	transition: all 0.5s ease;

}

.advantage_active {

	flex-grow: 1000 !important;

	background: var(--liner_color) !important;

}

.advantage_ul li h3 {

	font-size: 1.2rem;

	line-height: 100%;

	color: #d8d8d8;

	transition: all 0.3s ease;

}

.advantage_ul li h4 {

	font-size: 0.17rem;

	color: var(--i_color);

	font-weight: bold;

	box-sizing: border-box;

	padding: 0 0.1rem;

	margin-bottom: 0.1rem;

	transition: all 0.3s ease;

	letter-spacing: 1px;

}

.advantage_ul li h5 {

	display: none;

	font-size: 0.16rem;

	line-height: 0.22rem;


	overflow: auto;

	box-sizing: border-box;

	padding: 0 0.1rem;

	transition: all 0.3s ease;

	width: 100%;
	box-sizing: border-box;

}

/*滚动条*/

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

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

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



.advantage_active h5 {

	display: block !important;

}

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

	color: #fff !important;

}



.advantage_ul li img {

	width: 100%;

	height: 3.13rem;

	object-fit: cover;

}





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

	.advantage_bac {

		padding: 0.8rem 0;

	}

	.advantage_ul li h3 {

		font-size: 1.1rem;

	}

	.advantage_ul li h5 {

		width: 37vw;

	}

	.advantage_ul li {

		height: 5.4rem;

	}

}

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

	.advantage_bac {

		padding: 0.6rem 0;

	}

	.advantage_ul li h3 {

		font-size: 1rem;

	}

	.advantage_ul li h5 {

		width: 36vw;

	}

	.advantage_ul li h5 {

		font-size: 0.14rem;

		line-height: 0.2rem;

		height: 0.6rem;

	}

	.advantage_ul li {

		height: 5.2rem;

	}

}

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

	.advantage_ul li h3 {

		font-size: 0.9rem;

	}

	.advantage_ul li h5 {

		width: 39vw;

	}

}

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

	.advantage_ul li h3 {

		font-size: 0.4rem;

	}

	.advantage_ul li h5 {

		width: 38vw;

	}



}

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

	.advantage_ul {

		margin-top: 0.4rem;

	}

	.advantage_ul li {

		width: 100%;

		height: 5rem;

	}

	.advantage_ul {

		flex-wrap: wrap;

	}

	.advantage_ul li h5 {

		width: 100%;

		display: block !important;

	}

}

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

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



.cus_swipers {
	position: relative;
	background: url(static/imgs/cusbj.webp) no-repeat center;
	background-size: cover;
}
.cus_swipers .cus_list {
	position: relative;
	overflow: hidden
}
.cus_list .swiper-wrapper {
	display: -webkit-flex;
	display: flex;
	position: relative;
	width: 100%;
	box-sizing: border-box;

}
.cus_list .swiper-slide {
	box-sizing: border-box;
	flex-shrink: 0;
	position: relative;
	background: #fff;
	border-radius: 0.1rem;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;

}

.cus_list .swiper-slide .imgs1 {
	position: absolute;
	top: -40px;
	left: 30px;
	height: 0.9rem;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}

.cus_list .swiper-slide .im2 {
	opacity: 0;
}
.cus_list .swiper-slide:hover .im1 {
	opacity: 0;

}
.cus_list .swiper-slide:hover .im2 {
	opacity: 1;

}

.cus_list .swiper-slide .img {
	position: relative;
	padding-bottom: 100%;
	overflow: hidden;
	border: 1px solid #d8d8d8;
}
.cus_list .swiper-slide .img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}

.cus_list .swiper-slide .txt {
	padding: 0.2rem 0.4rem;
	box-sizing: border-box;

}

.cus_list .swiper-slide .cus_list .swiper-slide .txt p {}

.cus_list .swiper-slide .txt h6 {}

.cus_list .swiper-slide:hover img {}
.jend {
	justify-content: end;
}

.cus_list .swiper-slide .star {}

.cus_list .swiper-slide:hover {
	-webkit-transform: translate(0, -40px);
}

.cus-prev,
.cus-next {
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);

}
.cus-prev {
	left: 5%;
}
.cus-next {
	right: 5%;
}
.cus-prev iconify-icon,
.cus-next iconify-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 0.3rem;
	color: #FFF;
}
.cus_list .swiper-button-disabled {
	cursor: not-allowed
}
.cus-prev:hover,
.cus-next:hover {
	background: var(--i_color);
}

.cus-pagination {
	display: block;
	text-align: center;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}
.cus-pagination .swiper-pagination-bullet {
	width: .08rem;
	height: .08rem;
	display: inline-block;
	margin: 0 2px;
	background: rgba(255, 255, 255, 0.2);
	border-radius: 50rem;
	outline: none;
	cursor: pointer;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}
.cus-pagination .swiper-pagination-bullet-active {
	background: var(--i_color3);
	width: 40px;
	height: 8px;
}

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

	.cus_list .swiper-slide .imgs1 {
		height: 0.6rem;
		top: -30px;
	}
	.cus-prev,
	.cus-next {
		display: none;
	}
	.cus_list .swiper-slide .txt {
		padding: 0.1rem;
	}
}
@media screen and (max-width:1024px) {}
@media screen and (max-width:768px) {}
@media screen and (max-width:560px) {}






/* .zfx */
.zfx {
	width: 40px;
	height: 40px;
	flex-shrink: 0;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	background: var(--i_color);
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}
.zfx iconify-icon {
	font-size: 0.2rem;
	color: #fff;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}


.zfx.br {
	border-radius: 1000px;
	overflow: hidden;
}


.zfx.line {
	background: transparent;
	border: 1px solid var(--i_color);
}

.zfx.line iconify-icon {
	color: var(--i_color);
}


.zfx.line.bd iconify-icon{
	transform: rotate(-45deg);

}

.zfx.line:hover {
	background: var(--i_color);
}
.zfx.line:hover iconify-icon {
	color: #fff;
}


.zfx.center {
	margin: 0 auto;
}

.zfx.fff {
	color: #fff;
	border-color: #fff;
}

.zfx.bd {
	color: var(--border_color);
	border-color: var(--border_color);
}

.zfx.bd  iconify-icon{
	color: #999;
}

.zfx.fff iconify-icon {
	color: #fff;
}

.zfx.fff:hover {
	border-color: var(--i_color);
}

@media screen and (max-width:1440px) {}
@media screen and (max-width:1366px) {}
@media screen and (max-width:1200px) {}
@media screen and (max-width:1024px) {
	.zfx {
		width: 30px;
		height: 30px;
	}
	.zfx iconify-icon {
		font-size: 0.18rem;
	}
}
@media screen and (max-width:768px) {}
@media screen and (max-width:560px) {}


.certs {
	background: url(static/imgs/certsbj.webp) no-repeat center;
	background-size: cover;
}

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

	.certs br {
		display: none;
	}

	.certs img {
		height: 0.3rem;
	}
}
@media screen and (max-width:768px) {}
@media screen and (max-width:560px) {}

.inews .wraps {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: start;
}
.inews .wraps .img {
	border: 1px solid #d8d8d8;
}
.inews .wraps .left {
	display: block;
	width: 66%;
	position: relative;
	padding-bottom: 29%;
	overflow: hidden;
	border: 1px solid #d8d8d8;
}
.inews .wraps .left .txt {
	position: absolute;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.2);
	padding: 0.2rem;
}
.inews .wraps .left img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}
.inews .wraps .right {
	width: 32%;
}
.inews .wraps .right .img {
	position: relative;
	padding-bottom: 53%;
	overflow: hidden;
}
.inews .wraps .right .img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}
.inews .wraps .right li {
	background: #fff;
}
.inews .wraps .right li a {
	margin-bottom: 0.3rem;
}
.inews .wraps .right li a .txt {
	padding: 0.2rem;
	box-sizing: border-box;
}
.inews .txt p {
	color: var(--i_color);
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.inews .txt h6 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}
.inews .wraps .right li:hover img {
	-webkit-transform: scale(1.15, 1.15);
	transform: scale(1.15, 1.15);
}
.inews .wraps .left:hover img {
	-webkit-transform: scale(1.15, 1.15);
	transform: scale(1.15, 1.15);
}
.inews .wraps .right:hover h6 {
	color: var(--i_color);
}
@media screen and (max-width:1440px) {}
@media screen and (max-width:1366px) {}
@media screen and (max-width:1200px) {}
@media screen and (max-width:1024px) {
	.inews .wraps .left .txt {
		padding: 0.1rem;
	}
	.inews .wraps .right li a {
		margin-bottom: 0.15rem;
	}
	.inews .wraps .left {
		width: 100%;
		margin-bottom: 0.2rem;
		padding-bottom: 100%;
	}
	.inews .wraps .right {
		width: 100%;
	}
}
@media screen and (max-width:768px) {}
@media screen and (max-width:560px) {}

.inewlists {}
.inewlists ul {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	gap: 0.2rem 2%;
}
.inewlists ul li {
	width: 32%;
	box-sizing: border-box;
	padding: 0.3rem 0.2rem;
	position: relative;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	background: #fff;
}
.inewlists ul li img {
	height: 0.5rem;
}
.inewlists ul li p {
	margin: 0.2rem 0;
}
.inewlists ul li h6 {}
.inewlists ul li:hover {
	box-shadow: rgba(0, 151, 156, 0.5) 0px 2px 10px 0px;
}
.inewlists ul li::before {
	content: '';
	position: absolute;
	left: 50%;
	transform: translate(-50%, 0);
	bottom: -1px;
	width: 0%;
	height: 3px;
	background: var(--i_color);
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}
.inewlists ul li:hover::before {
	width: 100%;
}
.inewlists ul li:hover h6 {
	color: var(--i_color);
}
@media screen and (max-width:1440px) {}
@media screen and (max-width:1366px) {}
@media screen and (max-width:1200px) {}
@media screen and (max-width:1024px) {
	.inewlists ul {}
	.inewlists ul li {
		width: 48%;
		box-sizing: border-box;
	}
	.inewlists ul li .img {
		height: 0.3rem;
	}
}
@media screen and (max-width:768px) {}
@media screen and (max-width:560px) {
	.inewlists ul li {
		width: 100%;
	}
}

/* blogos */
.brand {
	background: url(static/imgs/bs.webp) no-repeat center;
	background-size: cover;
}
.i_blogs_list {
	position: relative;
	overflow: hidden;
	background-size: cover;
}
.i_blogs_list2 {}
.i_blogs_list3 {}
.i_blogs_list .swiper-wrapper {
	display: -webkit-flex;
	display: flex;
	position: relative;
	width: 100%
}
.i_blogs_list .swiper-slide {
	flex-shrink: 0;
	position: relative;
	padding-bottom: 7%;
	cursor: pointer;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	box-sizing: border-box;
	border: .01rem solid var(--border_color);

}
.i_blogs_list .swiper-slide:hover {
	border: 1px solid var(--i_color);
}
.i_blogs_list .swiper-slide img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.i_blogs-prev,
.i_blogs-next {
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	width: .4rem;
	height: .4rem;
	background: rgb(0 0 0 / 60%);
	z-index: 3;
	cursor: pointer;
	outline: none;
	-webkit-user-select: none;
	user-select: none
}
.i_blogs-prev {
	left: 0;
}
.i_blogs-next {
	right: 0;
}
.i_blogs-prev iconify-icon,
.i_blogs-next iconify-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: .3rem;
	color: #FFF;
}
.i_blogs_list .swiper-button-disabled {
	cursor: not-allowed
}
.i_blogs-prev:hover,
.i_blogs-next:hover {
	background: var(--i_color);
}
.i_blogs-pagination {
	text-align: center
}
.i_blogs-pagination .swiper-pagination-bullet {
	width: .08rem;
	height: .08rem;
	display: inline-block;
	margin: 0 2px;
	background: #CCC;
	border-radius: 500px;
	outline: none;
	cursor: pointer;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}
.i_blogs-pagination .swiper-pagination-bullet-active {
	background: var(--i_color3);
	width: 45px;
}
@media screen and (max-width:1440px) {}
@media screen and (max-width:1366px) {}
@media screen and (max-width:1200px) {}
@media screen and (max-width:1024px) {
	.i_blogs_list .swiper-slide {
		padding-bottom: 7%;
	}
}
@media screen and (max-width:768px) {}
@media screen and (max-width:560px) {
	.i_blogs-pagination {
		margin-top: 0;
	}
	.i_blogs_list .swiper-slide {
		padding-bottom: 10%;
	}
}






.hfsbox {
	background: url(static/imgs/hfbanner.webp) no-repeat center;
	background-size: cover;
}
/* footer_contact */
.footer_contact_bac {
	box-sizing: border-box;
	padding: 0.6rem 0;
	background: url('https://lingjuimg.com/wp-content/uploads/yangrui/2025/03/footer_contact.webp') center no-repeat;
	background-size: cover;
	background-attachment: fixed;
}
.footer_contact {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.footer_contact h3 {
	font-family: 'bold';
	font-size: 0.4rem;
	color: #fff;
	text-transform: capitalize;
	text-align: center;
	line-height: 125%;
	text-shadow: 0 0 0.1rem rgba(0, 0, 0, .1);
}
.footer_contact h4 {
	font-size: 0.18rem;
	color: #fff;
	text-align: center;
	margin: 0.1rem 0 0.2rem 0;
	text-shadow: 0 0 0.1rem rgba(0, 0, 0, .1);
}
@media screen and (max-width:1440px) {
	.footer_contact h3 {
		font-size: 0.35rem;
	}
}
@media screen and (max-width:1366px) {}
@media screen and (max-width:1200px) {
	.footer_contact h3 {
		font-size: 0.3rem;
	}
	.footer_contact h4 {
		font-size: 0.16rem;
	}
}
@media screen and (max-width:1024px) {
	.footer_contact h3 {
		font-size: 0.28rem;
	}
}
@media screen and (max-width:960px) {
	.footer_contact h3 {
		font-size: 0.26rem;
	}
}
@media screen and (max-width:767px) {
	.footer_contact_bac {
		background-attachment: unset;
	}
	.footer_contact h3 {
		font-size: 0.24rem;
	}
	.footer_contact h4 {
		font-size: 0.14rem;
	}
	.footer_contact h3 br {
		display: none;
	}
}
@media screen and (max-width:560px) {
	.footer_contact h3 {
		font-size: 0.22rem;
	}
}
@media screen and (max-width:425px) {
	.footer_contact h3 {
		font-size: 0.2rem;
	}
}
footer {
	background: url(static/imgs/fbanner.webp) center no-repeat;
	background-size: cover;
}
/* footer */
.footer_bac {
	box-sizing: border-box;
	padding: 0.45rem 0 0.4rem 0;
	position: relative;
	z-index: 2;
}
.footer_bac::after {
	content: '';
	position: absolute;
	bottom: 0rem;
	right: 0;
	width: 9.63rem;
	height: 1.32rem;
	background: url(static/imgs/fbanner.webp) center no-repeat;
	background-size: contain;
	z-index: -2;
	opacity: 0.6;
}
.footer {}
.footer_top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 0.02rem solid rgba(51, 51, 51, 0.1);
	box-sizing: border-box;
	padding-bottom: 0.3rem;
	margin-bottom: 0.5rem;
}
.footer_top img {
	object-fit: contain;
	height: 0.99rem;
}
.footer_list {
	display: flex;
	gap: 0.5rem;
}
.footer_list ul {
	display: none;
}
.footer_list li {}
.footer_list li a {
	display: inline-block;
	font-size: 0.18rem;
	color: #fff;
	border-bottom: 1px solid transparent;
	transition: all 0.3s ease;
}
.footer_list li a:hover {
	color: var(--i_color);
	border-bottom: 1px solid var(--i_color);
}
.footer_center {
	display: flex;
}
.footer_1 {
	width: 59%;
	box-sizing: border-box;
	padding-right: 11%;
}
.footer_h3 {
	font-size: 0.26rem;
	color: var(--i_color);
	margin-bottom: 0.3rem;
}
.footer_call {
	display: flex;
	gap: 0.2rem;
	flex-wrap: wrap;
}
.footer_call dt {
	display: flex;
	gap: 0.1rem;
	width: calc((100% - 0.2rem) / 2);
	flex-grow: 1;
}
.footer_call dt iconify-icon {
	font-size: 0.25rem;
	color: var(--i_color);
}
.footer_call dt p {
	font-size: 0.18rem;
	color: #fff;
}
.footer_call dt p a {
	font-size: 0.18rem;
	color: #fff;
	transition: all 0.3s ease;
}
.footer_share {
	margin-top: 0.4rem;
	display: flex;
	gap: 0.3rem;
}
.footer_share dt {}
.footer_share dt a {
	display: block;
}
.footer_share dt a iconify-icon {
	font-size: 0.3rem;
	color: #fff;
	transition: all 0.3s ease;
}
.footer_share dt a iconify-icon:hover {
	color: var(--i_color);
	transform: translateY(-0.05rem);
}
.footer_call dt p a:hover {
	color: var(--i_color);
}
.footer_2 {
	width: 39%;
	box-sizing: border-box;
	padding-right: 0.1rem;
}
.footer_2 .footer_ul {}
.footer_ul li {
	width: 45%;
}
.footer_ul li a {
	display: inline-block;
	font-size: 0.18rem;
	color: #fff;
	position: relative;
	transition: all 0.3s ease;
	text-transform: capitalize;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin-bottom: 0.2rem;
}
.footer_ul li a::after {
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	width: 0;
	height: 1px;
	background-color: var(--i_color);
	transition: all 0.3s ease;
}
.footer_ul li a:hover {
	color: var(--i_color);
}
.footer_ul li a:hover::after {
	width: 100%;
	right: auto;
	left: 0;
}
.footer_3 {
	width: 5%;
}
.footer_down_bac {
	box-sizing: border-box;
	padding: 0.3rem 0;
	/* background-color: var(--bjs); */
}
.footer_down {

}
.footer_down p {
	font-size: 0.16rem;
}
.footer_down p a {
	color: rgba(255, 255, 255, 0.9);
	font-size: 0.16rem;
	border-bottom: 1px solid transparent;
	transition: all 0.3s ease;
}
.footer_down p a:hover {
	border-bottom: 1px solid #fff;
}
@media screen and (max-width:1440px) {
	.footer_bac::after {
		width: 8rem;
		height: 1.2rem;
	}
	.footer_list {
		gap: 0.4rem;
	}
	.footer_top img {}
	.footer_1 {
		padding-right: 8%;
	}
}
@media screen and (max-width:1366px) {}
@media screen and (max-width:1200px) {
	.footer_bac::after {
		width: 6rem;
		height: 1rem;
	}
	.footer_1 {
		padding-right: 6%;
	}
	.footer_ul li a {
		font-size: 0.16rem;
	}
	.footer_call dt p a {
		font-size: 0.16rem;
	}
	.footer_call dt p {
		font-size: 0.16rem;
	}
	.footer_call dt iconify-icon {
		font-size: 0.22rem;
	}
	.footer_h3 {
		font-size: 0.24rem;
		margin-bottom: 0.15rem;
	}
}
@media screen and (max-width:1024px) {
	.footer_top img {
		height: 0.5rem;
	}
	.footer_1 {
		width: 100%;
		padding-right: 0%;
	}
	.footer_2,
	.footer_3 {
		display: none;
	}
	.footer_list {
		display: none;
	}
}
@media screen and (max-width:960px) {}
@media screen and (max-width:767px) {
	.footer_down p {
		font-size: 0.14rem;
	}
	.footer_down p a {
		font-size: 0.14rem;
	}
	.footer_bac::after {
		width: 5rem;
		height: 0.9rem;
	}
	.footer_top {
		margin-bottom: 0.4rem;
	}
	.footer_top img {}
	.footer_down_bac {
		padding: 0.2rem 0 0.7rem 0;
	}
}
@media screen and (max-width:560px) {
	.footer_call dt {
		width: 100%;
	}
	.footer_bac::after {
		width: 4rem;
		height: 0.8rem;
	}
	.footer_h3 {
		font-size: 0.2rem;
	}
	.footer_bac {
		padding: 0.4rem 0;
	}
}
@media screen and (max-width:425px) {
	.footer_bac::after {
		width: 3rem;
		height: 0.7rem;
	}
}



.in_pagebanner {
	font-size: 0;
	width: 100%;
	overflow: hidden;
	position: relative;
}
.in_pagebanner img {
	width: 100%;
	object-fit: cover;
}
.in_pagebanner p {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

/* Breadcrumb */
.in_position {
	padding: .2rem 0;
	background: #fff;
	position: relative;
}
.in_position .wrap {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.in_position a {
	display: block;
	font-size: 15px;
	color: #333;
	position: relative;
	line-height: 20px;
	text-transform: capitalize
}
.in_position a:first-child {
	padding-left: 0.26rem;
}
.in_position a:first-child::before {
	content: '';
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	left: 0;
	width: 18px;
	height: 18px;
	background: url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="80" height="80" viewBox="0 0 2048 2048"%3E%3Cpath fill="currentColor" d="m1024 165l941 942l-90 90l-83-82v805h-640v-640H896v640H256v-805l-83 82l-90-90l941-942zm640 1627V987l-640-640l-640 640v805h384v-640h512v640h384z"%2F%3E%3C%2Fsvg%3E') no-repeat center;
	background-size: contain;
}
.in_position a:not(:last-child):after {
	content: ">";
	margin: 0 4px;
	color: #555
}
.in_position a:last-child {
	color: var(--i_color) !important
}
.in_position a:hover {
	color: var(--i_color)
}
@media screen and (max-width:1024px) {
	.in_position {
		padding: .16rem 0;
	}
	.in_position a {
		font-size: 14px
	}
}
@media screen and (max-width:560px) {
	.in_position {
		padding: .12rem 0;
	}
	.in_position a {
		font-size: 13px
	}
}











.p_lists {}
.p_lists .p3_list {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	gap: 40px 1%;
}


.p_lists .p3_list li {
	width: 49.5%;
	box-sizing: border-box;
	padding: 0.15rem;
	background: #fff;
}

.p_lists .p3_list li a {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;

}
.p_lists .p3_list li .img {
	position: relative;
	padding-bottom: 40%;
	overflow: hidden;
	width: 40%;
	box-sizing: border-box;
}



.cslist dt {
	position: relative;
	padding-left: 0.18rem;
	box-sizing: border-box;
}

.cslist dt::before {
	content: '';
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	left: 0;
	width: 5px;
	height: 5px;
	background: #666;
	;

}

.p_lists .p3_list li .img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}
.p_lists .p3_list li .txt {
	padding: 0.15rem;
	box-sizing: border-box;
	width: 60%;
	box-sizing: border-box;
}
.p_lists .p3_list li .txt p {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;

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

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

.p_lists .p3_list li:hover {
	box-shadow: 0 10px 60px 0 rgba(112,112,112,0.1);
}


.p_lists .p3_list li:hover .btn {
	background: var(--i_color);
}


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

.p_lists .p3_list li:hover .btn b {
	color: #fff;
}

.p_lists .p3_list li:hover p {}

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

	.p_lists .p3_list li {
		width: 100%;
	}

	.p_lists .p3_list li .img {
		width: 100%;
		padding-bottom: 100%;
	}
	.p_lists .p3_list li .txt {
		width: 100%;
		margin-top: 0.2rem;
	}
}
@media screen and (max-width:768px) {}
@media screen and (max-width:560px) {}



.c_gorys {}


.c_gorys .wrap {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 20px 1.25%;
}

.c_gorys .wrap li {
	width: 19%;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	padding: 0.14rem;
	background: #fff;
	border-radius: 0.05rem;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	box-sizing: border-box;
	text-align: center;

}

.c_gorys .wrap li b {
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}

.c_gorys .wrap li:hover {
	color: #fff;
	background: var(--i_color);
}

.c_gorys .wrap li:hover b {
	color: #fff;
}

.c_gorys .wrap li.active {
	color: #fff;
	background: var(--i_color);
}

.c_gorys .wrap li.active b {
	color: #fff;
}



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

	.c_gorys .wrap {
		gap: 0.2rem 2%;
	}
	.c_gorys .wrap li {
		width: 49%;
	}
}
@media screen and (max-width:768px) {}
@media screen and (max-width:560px) {}





/* Number of pages */
.in_page_box {
	text-align: center;
	overflow: hidden
}
.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: 1rem;
	border-radius: 1rem;
	border: 1px solid var(--border_color);
	overflow: hidden;
}
.in_page>i {
	margin-top: 0.14rem;
	width: 100%;
	font-size: 0.13rem;
	color: #888;
}
.in_page a:hover,
.in_page .active_page a,
.in_page .active_page span {
	border-color: var(--i_color) !important;
	background: var(--i_color);
	color: #FFF !important
}
@media screen and (max-width:1024px) {
	.in_page_box {
		margin-top: 0.4rem;
	}
}
@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;
	}
}
@media screen and (max-width:560px) {
	.in_page_box {
		margin-top: 0.3rem;
	}
}








/* 详情 */


/* ul>li左图右文 */
.sliderbox {}
.sliderbox .wrap {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.sliderbox .wrap .left {
	width: 42%;
	position: relative;
}


.sliderbox .wrap .right {
	width: 55%;
}

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

	.sliderbox .wrap .left {
		width: 100%;
		margin-bottom: 0.2rem;
	}

	.sliderbox .wrap .right {
		width: 100%;
	}
}
@media screen and (max-width:768px) {}
@media screen and (max-width:560px) {}




.sliderbox .wrap .right h1 {
	padding: 0.2rem;
	box-sizing: border-box;
	border-bottom: 2px solid var(--i_color);
}


.contentbox {
	padding: 0.2rem;
}



.btnbox {
	border-top: 1px solid var(--i_color);
}


.share {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	gap: 0 0.2rem;
	align-items: center;
}
.share a {}

.share iconify-icon {
	font-size: 0.26rem;
	color: rgba(0, 139, 198, 0.2);
	-webkit-transition: all .5s ease;
	transition: all .5s ease;

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



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

	.share {
		margin-top: 0.2rem;
	}
	.share iconify-icon {
		font-size: 0.2rem;
	}
}
@media screen and (max-width:768px) {}
@media screen and (max-width:560px) {}


/* atlas */
.p_atlas {
	width: 100%;
	/* height: 100%; */
	/* padding: 10px 10px 0px 10px; */
	box-sizing: border-box;
	overflow: hidden;
	margin: 0 auto;
}
.p_atlas_list {
	position: relative;
	overflow: hidden;
	border: .01rem solid var(--border_color);
}
.p_atlas_list .swiper-wrapper {
	display: -webkit-flex;
	display: flex;
	position: relative;
	width: 100%
}
.p_atlas_list .swiper-slide {
	flex-shrink: 0;
	position: relative;
	background: #fff;
}
.p_atlas_list .swiper-slide::before {
	content: '';
	display: block;
	padding-bottom: 100%;
}
.p_atlas_list .swiper-slide img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
/* thumbnail */
.p_thumbnail_list {
	width: 100%;
	/* width:calc(100% - 100px);*/
	margin: 20px 0;
	box-sizing: border-box;
	padding: 0 .02rem;
	position: relative;
	/* overflow: hidden */
}
.p_thumbnail_list .swiper-wrapper {
	display: -webkit-flex;
	display: flex;
	position: relative;
	width: 100%
}
.p_thumbnail_list .swiper-slide {
	flex-shrink: 0;
	position: relative;
	box-sizing: border-box;
	border: .02rem solid transparent;
	overflow: hidden;
	cursor: pointer;
	background: #fff;
	opacity: 0.5;
}
.p_thumbnail_list .swiper-slide::before {
	content: '';
	display: block;
	padding-bottom: 100%;
}


.p_thumbnail_list .swiper-slide img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.p_thumbnail_list .swiper-slide-thumb-active {
	border-color: var(--i_color);
	background: #fff;

	opacity: 1;

}
.thumbnail-prev,
.thumbnail-next {
	position: absolute;
	top: 91%;
	transform: translate(0, -50%);

	z-index: 3;
	cursor: pointer;
	outline: none;
	-webkit-user-select: none;
	user-select: none;
	z-index: 3;
	background: transparent;
}
.thumbnail-prev {
	left: .12rem;
}
.thumbnail-next {
	right: .12rem;
}
.thumbnail-prev iconify-icon,
.thumbnail-next iconify-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 25px;
	color: #666
}
.p_thumbnail_list .swiper-button-disabled {
	cursor: not-allowed
}
.thumbnail-prev:hover,
.thumbnail-next:hover {
	background: var(--i_color);
}
.thumbnail-pagination {
	margin-top: 10px;
	text-align: center;
}
.thumbnail-pagination,
.thumbnail-pagination span {
	font-size: 14px;
	color: #999;
}
.thumbnail-prev:hover iconify-icon,
.thumbnail-next:hover iconify-icon {
	color: var(--i_color);
}
@media screen and (max-width:1024px) {

	.p_atlas_list {
		margin-bottom: 20px;
	}
	.p_atlas {
		width: 100%;
		height: auto;
	}
	.p_thumbnail_list .swiper-slide {
		border: .01rem solid transparent;
	}
}
@media screen and (max-width:768px) {
	.p_thumbnail_list {
		margin: 0;
	}
	.pr {
		margin-top: 10px;
	}
}
@media screen and (max-width:560px) {}
.pr {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;

}
.pr2 {
	width: 90%;
	margin: 0 auto;
}
@media screen and (max-width:1440px) {}
@media screen and (max-width:1366px) {}
@media screen and (max-width:1200px) {}
@media screen and (max-width:1024px) {
	.thumbnail-prev,
	.thumbnail-next {
		display: none;
	}
	.pr {
		width: 100%;
	}

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




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




/* 选项卡样式 */
.pdesxxks .xxk {
	margin: 0 auto;
}

.pdesxxks .tab-list {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	border-bottom: 1px solid var(--i_color);
	justify-content: center;
	gap: 0 40px;
}

.pdesxxks .tab {

	padding: 8px 10px;
	cursor: pointer;
	border-bottom: none;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}

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

.pdesxxks .tab-content {}

.pdesxxks .content {
	display: none;
}

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

.pdesxxks .content h2{
	position: relative;
	color: var(--i_color);
	text-transform: capitalize;
	box-sizing: border-box;
	padding-left: 0.2rem;
}

.pdesxxks .content h2::before{
	content: '';
	position:absolute; top:50%; transform:translate(0,-50%);
	left: 0;
	width: 8px;
	height: 8px;
	background: var(--i_color);
	border-radius: 1000px;

}


@media screen and (max-width:1440px) {}
@media screen and (max-width:1366px) {}
@media screen and (max-width:1200px) {}
@media screen and (max-width:1024px) {
	.pdesxxks .tab {
		width: 100%;
	}

	.pdesxxks .tab-list {
		margin-bottom: 0.1rem;
	}
}
@media screen and (max-width:768px) {}
@media screen and (max-width:560px) {}



/* ul>li左图右文 */
.des_box {}
.des_box .wrap {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.des_box .wrap .left {
	width: 23%;
}



.des_box .wrap .right {
	width: 72%;
}

.des_box .wrap .right li h6 {}
@media screen and (max-width:1440px) {}
@media screen and (max-width:1366px) {}
@media screen and (max-width:1200px) {}
@media screen and (max-width:1024px) {

	.des_box .wrap .left {
		width: 100%;
		margin-bottom: 0.2rem;
	}

	.des_box .wrap .right {
		width: 100%;
	}
}
@media screen and (max-width:768px) {}
@media screen and (max-width:560px) {}



.n_t {}
.n_t .tag {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.12);
	align-items: center;
}
.n_t .tag p {}
.n_t .tag li a {
	border-radius: 0.05rem;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	display: table;
	border-radius: 5px;
}
.n_t .tag li a:hover {
	color: var(--i_color);
	text-decoration: underline;
}
.n_p {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.n_p li a {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.2rem 0.1rem;
}
.n_p .img {
	width: 0.38rem;
	height: 0.38rem;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	border: 1px solid var(--border_color);
	border-radius: 100px;
	flex-shrink: 0;
}
.n_p .img iconify-icon {
	color: #666;
}
.n_p a:hover iconify-icon {
	color: #fff;
}
.n_p a:hover .zfx {
	background: var(--i_color);
}
.n_p a p {}
@media screen and (max-width:1440px) {}
@media screen and (max-width:1366px) {}
@media screen and (max-width:1200px) {}
@media screen and (max-width:1024px) {
	.desboxs {
		padding: 0.1rem;
	}
	.n_t .tag li a {
		padding: 0.05rem 0.1rem;
	}
}
@media screen and (max-width:768px) {}
@media screen and (max-width:560px) {}




.contacts {
	background: #fff url(https://lingjuimg.com/wp-content/uploads/xurui/2025/07/cbj.webp) no-repeat center;
	background-size: cover;
	border-radius: 0.1rem;
	box-sizing: border-box;
}
.contacts a {
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}
.contacts li:not(:last-child) a:hover {
	color: var(--i_color) !important;
	text-decoration: underline;
}
.p_txt2::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: -0.12rem;
	width: 73px;
	height: 3px;
	background: var(--i_color3);
}
.contacts {
	padding: 0.3rem 0.2rem;
	background-size: 100% 100%;
	border-radius: 0.05rem;
}
.contacts li {
	margin-bottom: 0.15rem;
}
@media screen and (max-width:1440px) {}
@media screen and (max-width:1366px) {}
@media screen and (max-width:1200px) {}
@media screen and (max-width:1024px) {
	.contacts {
		display: none;
	}
	.p_nav_list .curr .cat_name {
		height: 50px;
	}
	.ul_list666 {
		background: none;
	}
	.p_nav_list .cat_name b {
		font-size: 0.14rem;
	}
	.ul_list666 .wrap .left {}
	.p_txt {
		font-size: 0.18rem;
	}
	.contacts {
		padding: 0.2rem;
	}
	.ul_list666 .wrap .left {
		padding: 0.2rem 0.1rem;
	}
}
@media screen and (max-width:768px) {}
@media screen and (max-width:560px) {}

.related_swipers {
	position: relative;
}
.related_swipers .related_list {
	position: relative;
	overflow: hidden
}
.related_list .swiper-wrapper {
	display: -webkit-flex;
	display: flex;
	position: relative;
	width: 100%;
	box-sizing: border-box;
	padding: 0.2rem 0;

}
.related_list .swiper-slide {
	box-sizing: border-box;
	flex-shrink: 0;
	position: relative;
	border: 1px solid var(--border_color);
}


.related_list li:hover {
}


.related_list li:hover .btn {
	background: var(--i_color);
}


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

.related_list li:hover .btn b {
	color: #fff;
}



.related_list li a {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;

}
.related_list li .img {
	position: relative;
	padding-bottom: 40%;
	overflow: hidden;
	width: 40%;
	box-sizing: border-box;
}



.related_list .swiper-slide .img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}

.related_list .swiper-slide .txt {
	width: 60%;

	padding: 0.2rem;
	box-sizing: border-box;

}

.related_list .swiper-slide .txt p {}

.related_list .swiper-slide .txt h6 {}

.related_list .swiper-slide:hover img {
	-webkit-transform: scale(1.15, 1.15);
	transform: scale(1.15, 1.15);
}


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

.related-pagination {
	display: block;
	margin-top: 0.3rem;
	text-align: center
}
.related-pagination .swiper-pagination-bullet {
	width: .08rem;
	height: .08rem;
	display: inline-block;
	margin: 0 6px;
	background: #CCC;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	outline: none;
	cursor: pointer;
}
.related-pagination .swiper-pagination-bullet-active {
	background: var(--i_color)
}

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

	.related_list .swiper-slide {
		padding: 0.1rem;
		box-sizing: border-box;
		background: #f6f6f6;
	}
	.related-prev,
	.related-next {
		display: none;
	}
	.related_list li .img {
		width: 100%;
		padding-bottom: 100%;
	}

	.related_list li .txt {
		width: 100% !important;
		margin-top: 0.1rem;
	}
}
@media screen and (max-width:1024px) {}
@media screen and (max-width:768px) {}
@media screen and (max-width:560px) {}



/* abouts */




.ab_boxs {}

.ab_boxs h6 {
	padding: 0.4rem;
	box-sizing: border-box;
}

.ab_boxs .line {
	margin-left: -0.4rem;
	box-sizing: border-box;
}


.ab_boxs {
	position: relative;
}

.ab_boxs .cs>img {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	/* height: 100%; */
	object-fit: cover;
}




.numbox2 {
	background: var(--i_color);
}
.numbox2 li {
	border: none !important;
	padding: 0.4rem 0;
}

.numbox2 li:hover i {
	color: #fff;
}

.certs_swipers {
	position: relative;
}
.certs_swipers .certs_list {
	position: relative;
	overflow: hidden
}
.certs_list .swiper-wrapper {
	display: -webkit-flex;
	display: flex;
	position: relative;
	width: 100%;
	box-sizing: border-box;

}
.certs_list .swiper-slide {
	box-sizing: border-box;
	flex-shrink: 0;
	position: relative;
	padding: 0.4rem 0.6rem;
	border: 1px solid var(--border_color);
}



.certs_list .swiper-slide:hover{
	border-bottom: 1px solid var(--i_color);
}

.certs_list .swiper-slide .img {
	position: relative;
	padding-bottom: 140%;
	overflow: hidden;
}
.certs_list .swiper-slide .img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}

.certs_list .swiper-slide .txt {
	box-sizing: border-box;
	padding-top: 0.15rem;

}

.certs_list .swiper-slide .txt p {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.certs_list .swiper-slide .txt h6 {}

.certs_list .swiper-slide:hover img {
	-webkit-transform: scale(1.15, 1.15);
	transform: scale(1.15, 1.15);
}


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

.certs-pagination {
	display: block;
	margin-top: 0.3rem;
	text-align: center
}
.certs-pagination .swiper-pagination-bullet {
	width: .08rem;
	height: .08rem;
	display: inline-block;
	margin: 0 6px;
	background: #CCC;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	outline: none;
	cursor: pointer;
	position: relative;
}
.certs-pagination .swiper-pagination-bullet-active {
	background: var(--i_color);
	position: relative;
}

.certs-pagination .swiper-pagination-bullet-active::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 130%;
	height: 130%;
	z-index: 9;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	border: 1px solid var(--i_color);
	border-radius: 100px;
}

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

	.certs_list .swiper-slide {
		padding: 0.15rem;
	}

	.ab_boxs h6 {
		padding: 0.1rem;
	}

	.ab_boxs .flex.aend.jsb img {
		height: 0.3rem;
	}
	.certs-prev,
	.certs-next {
		display: none;
	}
}
@media screen and (max-width:1024px) {

	.ab_boxs .cs img {
		position: static;
	}
}
@media screen and (max-width:768px) {}
@media screen and (max-width:560px) {}



.in_env {
	background: url(https://lingjuimg.com/wp-content/uploads/xurui/2025/07/hbj.webp) no-repeat center;
	background-size: cover;
	position: relative;
	z-index: 2;
}
.env_cont {
	display: -webkit-flex;
	display: flex;
	flex-wrap: nowrap;
	gap: 0 0.2rem;
}
.env_list_big {
	flex-shrink: 0;
	width: 44%;
	overflow: hidden;
}
.env_list_big .swiper-wrapper {
	display: -webkit-flex;
	display: flex;
	position: relative;
}
.env_list_big .swiper-slide {
	height: 100%;
	flex-shrink: 0;
	position: relative;
	overflow: hidden;
	cursor: pointer;
	-webkit-transition: all 2s ease;
	transition: all 2s ease;
}
.env_list_big .swiper-slide-active {
	z-index: 3;
}
.env_pic {
	width: 100%;
	position: relative;
	overflow: hidden;
}

.env_pic::before {
	content: "";
	display: block;
	padding-bottom: 64.75%;
}
.env_list_big .env_pic::before {
	padding-bottom: 74.75%;
}
.env_list_big .env_pic::after {
	content: "";
	width: 100%;
	height: 50%;
	background: linear-gradient(transparent, rgba(0, 139, 198, 0.5));
	position: absolute;
	left: 0;
	bottom: 0;
}


.env_list_big .swiper-slide p {
	/* display: none; */
}

.env_list_big .swiper-slide-prev p {
	display: block;
}
.env_pic img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.env_list_big p {
	font-size: 0.24rem;
	font-weight: bold;
	color: #fff;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	position: absolute;
	left: 0.2rem;
	bottom: 0.2rem;
	text-transform: capitalize;
	z-index: 2;
}
.env_list_big .swiper-slide:hover img {
	-webkit-transform: scale(1.05, 1.05);
	transform: scale(1.05, 1.05);
}
/* =================================================================== */
.env_list_thumbnail {
	width: 100%;
	position: relative;
	overflow: hidden;
}
.env_list_thumbnail .swiper-wrapper {
	display: -webkit-flex;
	display: flex;
	position: relative;
}
.env_list_thumbnail .swiper-slide {
	flex-shrink: 0;
	position: relative;
	overflow: hidden;
	cursor: pointer;
}
.env_list_thumbnail .swiper-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.adv-prev,
.adv-next {
	width: 0.5rem;
	height: 0.5rem;
	background: var(--i_color);
	-webkit-border-radius: 50%;
	border-radius: 50%;
	z-index: 3;
	cursor: pointer;
	outline: none;
	-webkit-user-select: none;
	user-select: none;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	align-items: center;
}
.adv-prev iconify-icon,
.adv-next iconify-icon {
	font-size: 0.2rem;
	color: #fff;
}
.adv-prev:hover,
.adv-next:hover {
	background: var(--i_color3);
}
.env-pagination {
	font-size: 0.2rem;
	color: #fff;
	display: flex;
	align-items: center;
	gap: 0 4px;
}
.env-pagination .swiper-pagination-current {
	font-size: 0.32rem;
	color: var(--i_color);
}
.env_control {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0 0.2rem;
}
.env_control i {
	width: 100%;
	height: 1px;
	background: var(--border_color);
}
.env_control .but {
	display: flex;
	gap: 0 0.1rem;
}
@media screen and (max-width: 1024px) {
	.env_list_big p,
	.env_list_thumbnail p {
		font-size: 18px;
	}
	.adv-prev,
	.adv-next {
		width: 40px;
		height: 40px;
	}
	.adv-prev iconify-icon,
	.adv-next iconify-icon {
		font-size: 18px;
	}
}
@media screen and (max-width: 768px) {
	.i_env_cont {
		padding-right: 3vw;
	}
	.env_list_big {
		display: none;
	}
	.env_list_thumbnail h6 {
		margin-top: 4px;
		color: #666;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
	}
}
@media screen and (max-width: 560px) {
	.i_advantages::before {
		bottom: -480px;
		left: -510px;
	}
	.env_list_thumbnail figcaption {
		padding: 18px;
	}
	.env_list_thumbnail p {
		font-size: 16px;
	}
	.adv-prev,
	.adv-next {
		width: 30px;
		height: 30px;
	}
	.adv-prev iconify-icon,
	.adv-next iconify-icon {
		font-size: 14px;
	}
}
.about_more {
	position: relative;
}
.about_more .logo_bc {
	position: absolute;
	top: -0.8rem;
	left: 0;
}
@media screen and (max-width: 1024px) {
	.about_more .logo_bc {
		top: -0.4rem;
	}
}
@media screen and (max-width: 768px) {
	.about_more .logo_bc {
		top: 0;
	}
}

.global .wrap>img {
	width: 100%;
	object-fit: cover;
}

.d4 {
	color: #4D4D4D;
}





.oemodm {
	position: relative;
}
.oemodm::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 80%;
	background: url(static/images/oemodm_bg.webp) no-repeat bottom center;
	background-size: 100%;
}

.oemodmbox {
	display: -webkit-flex;
	display: flex;
	flex-wrap: nowrap;
	align-items: flex-end;
	gap: 0 6%;
	position: relative;
}

.oemodm_tit {
	flex-shrink: 0;
	width: 30%;
	overflow: hidden;
}
.oemodm_tit span {
	font-weight: bold;
	position: relative;
}
.oemodm_tit span::before {
	content: '';
	position: absolute;
	top: 50%;
	left: calc(100% + .2rem);
	width: 5rem;
	height: 1px;
	background: #DDD;
}
.oemodm_tit h5 {
	font-size: 0.24rem;
	font-weight: bold;
	line-height: 1.6;
	background-image: -webkit-linear-gradient(-40deg, var(--i_color), #49B5E8 25%, #0833af 50%, #145fde 75%, var(--i_color));
	-webkit-text-fill-color: transparent;
	-webkit-background-clip: text;
	-webkit-background-size: 200% 100%;
	-webkit-animation: maskedAnimation 6s infinite linear;
}
@keyframes maskedAnimation {
	0% {
		background-position: 100% 0;
	}
	50% {
		background-position: 0 0;
	}
	100% {
		background-position: -100% 0;
	}
}

.oemodm_cont {
	width: 100%;
}
.oemodm_cont article {
	font-size: 0.18rem;
	line-height: 1.8;
}

.oemodm_pic {
	position: relative;
}
.oemodm_pic img {
	width: 100%;
}

@media screen and (max-width:1024px) {
	.oemodmbox {
		flex-wrap: wrap;
		gap: 40px 0;
	}
	.oemodm_tit {
		width: 100%;
	}

	.oemodm_cont article {
		font-size: 16px;
	}
}
@media screen and (max-width:768px) {
	.oemodm::before {
		height: calc(100% - 50px);
	}
	.oemodm_tit h5 {
		font-size: 20px;
	}
	.oemodm_cont article {
		font-size: 15px;
	}
}
@media screen and (max-width:560px) {
	.oemodm_tit h5 {
		font-size: 17px;
	}
	.oemodm_cont article {
		font-size: 14px;
	}
}



.oem_odm {
	align-items: center;
}

.oem_odm .midbox {
	width: 35%;
	position: relative;
}


.oem_odm .midbox p {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.oem_odm .midbox img {
	width: 100%;
	object-fit: cover;
	animation: spin2 43s linear infinite;

}











.oem_odm .box {
	width: 30%;
}

.oem_odm .box>div {
	box-shadow: rgba(0, 139, 198, 0.1) 0px 2px 38px 0px;
	padding: 0.2rem 0.2rem 0.2rem 0.2rem;
	box-sizing: border-box;
	border: 1px solid transparent;
}


.oem_odm .box>div h6 {
	display: none;
}

.oem_odm .img p {
	display: table;
	width: 76%;
}

.oem_odm .box>div:hover {
	border: 1px solid var(--i_color);
	box-shadow: none;
}

.oem_odm .box>div:hover h6 {
	display: block;
}

.oem_odm .box>div:hover p {
	color: var(--i_color);
}
@media screen and (max-width:1440px) {}
@media screen and (max-width:1366px) {}
@media screen and (max-width:1200px) {}
@media screen and (max-width:1024px) {
	.oem_odm span {
		margin-bottom: 0.2rem;
	}
	.oem_odm .box {
		width: 100%;
		order: -5;
	}
	.oem_odm .box div {
		margin-bottom: 0.2rem;
	}
	.oem_odm .box div img {
		height: 0.45rem;
	}
	.oem_odm .midbox {
		width: 100%;
	}

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

/* 手风琴 */
.sfj2 {}
.sfj2 ul {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	overflow: hidden;
}
.sfj2 ul li {
	width: 24%;
	position: relative;
	padding-bottom: 34%;
	box-sizing: border-box;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	background: #000;

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

}
.sfj2 ul li .txt p {
	-webkit-transition: all .6s ease;
	transition: all .6s ease;
	text-align: center;
}
.sfj2 ul li .txt h6 {
	display: none;
	-webkit-transition: all .6s ease;
	transition: all .6s ease;
}
.sfj2 ul li.active {
	width: 52%;
}
.sfj2 ul li.active .txt {
	text-align: start;
	width: 100%;
	padding: 0.3rem 0.8rem 0.3rem 0.3rem;
	box-sizing: border-box;
	background: linear-gradient(to bottom, transparent, rgba(0, 139, 198, 0.5));
}
.sfj2 ul li.active .txt p {
	text-align: start;
}
.sfj2 ul li.active .txt h6 {
	display: block;
}


@media screen and (max-width:1440px) {}
@media screen and (max-width:1366px) {}
@media screen and (max-width:1200px) {}
@media screen and (max-width:1024px) {
	.sfj2 ul li,
	.sfj2 ul li.active {
		width: 100%;
		padding-bottom: 60%;
	}

	.sfj2 ul li.active .txt {
		padding: 0.1rem;
	}
}
@media screen and (max-width:768px) {}
@media screen and (max-width:560px) {}




/* ul>li左图右文 */
.faq {}
.faq .wraps {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 0.3rem 0.4rem;
	box-sizing: border-box;
	background: var(--bjs);
}


.faq .wraps:hover{
		background: url(https://lingjuimg.com/wp-content/uploads/xurui/2025/07/wbj.webp) no-repeat center;
		background-size: cover;
}

.faq .wraps .left {
	width: 50px;
	height: 50px;
	flex-shrink: 0;
	border-radius: 100px;
	border: 1px solid var(--border_color);
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	position: relative;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}
.faq .wraps .left::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 140%;
	height: 140%;
	z-index: 6;
	-webkit-transition: all .5s ease;
	border: 1px solid var(--border_color);
	transition: all .5s ease;
	border-radius: 1000px;
}


.faq .wraps .left img {
	height: 0.3rem;
	position: relative;
	z-index: 9;
}

.faq .wraps .right {
	width: 94%;
}
.faq .wraps .right li {
	margin-bottom: 0.2rem;
}

.faq .wraps .right li img {
	height: 0.5rem;
}

.faq .wraps .right li p {}

.faq .wraps .right li h6 {}
.faq .wraps:hover p {
	color: var(--i_color);
}


.faq .wraps:hover .left {
	background: var(--i_color);
	border-color: #fff !important;
}

.faq .wraps:hover .left img {
	-webkit-filter: brightness(100);
	filter: brightness(100);
}

.faq .wraps:hover .left::before {
	background: var(--i_color);
	border-color: var(--i_color);

}

.faq .wraps:hover .left::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	z-index: 9;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	border: 1px solid #fff;
	border-radius: 1000px;
}



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

	.faq .wraps .left {
		margin-bottom: 0.2rem;
		width: 35px;
		height: 35px;
	}

	.faq .wraps .right {
		width: 100%;
	}
}
@media screen and (max-width:768px) {}
@media screen and (max-width:560px) {}


.case.case2 {
	background: #f6f6f6;
}
.case.case2 .p3_list {
	justify-content: start;
}
.case.case2 li {}


.case.case2 li:nth-child(2) {
	border-left: 1px solid var(--border_color);
	border-right: 1px solid var(--border_color);

}
.case.case2 li:nth-child(5) {
	border-left: 1px solid var(--border_color);
	border-right: 1px solid var(--border_color);

}
.case.case2 li:nth-child(7) {
	border-left: 1px solid var(--border_color);
	border-right: 1px solid var(--border_color);

}


.case.case2 li:hover {
	box-shadow: 0 5px 14px rgba(0, 139, 198, 0.1);
	border: none;
	position: relative;
	z-index: 999;
}



/* news */

.newscate_one {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0 20px;
}


.newscate_one a {
	display: table;
	padding: 0.15rem;
	width: 280px;
	text-align: center;
	border: 1px solid var(--i_color);
	font-weight: bold;
	border-radius: 0.05rem;
}

.newscate_one a:hover {
	background: var(--i_color);
	color: #fff;
}

.newscate_one a.active {
	background: var(--i_color);
	color: #fff;
}



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


@media screen and (max-width:1440px) {}
@media screen and (max-width:1366px) {}
@media screen and (max-width:1200px) {}
@media screen and (max-width:1024px) {
	.newscate_one a {
		width: 15%;
		padding: 0.05rem;
	}
}
@media screen and (max-width:768px) {}
@media screen and (max-width:560px) {}


/* ---------------------------------news-------------------- */
.in_n_list a {
	display: block;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 0.3rem 0;
	border-bottom: 1px solid var(--border_color);
}
.in_n_list .img {
	width: 25%;
	position: relative;
	overflow: hidden;
}
.in_n_list .txt {
	width: 72%;
}
.in_n_list .img::before {
	content: "";
	display: block;
	padding-bottom: 60%;
}
.in_n_list .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.in_n_list .tit {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	padding-bottom: 0.1rem;
	border-bottom: 1px solid #ddd;
}
.in_n_list h6 {
	font-size: 0.24rem;
	color: #333;
	margin-bottom: 0.1rem;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.in_n_list p {
	font-size: 0.18rem;
	color: #666;
}
.in_n_list .more {
	justify-content: space-between;
}
.in_n_list h6,
.in_n_list li {
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.in_n_list li:hover {
	background: var(--bjs);
}
.in_n_list li:hover h6 {
	color: var(--i_color);
}


.in_n_list li:hover span {
	color: var(--i_color);
}

.in_n_list li:hover .zfx {
	background: var(--i_color);
}

.in_n_list li:hover .zfx iconify-icon {
	color: #fff;

}

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

	.in_n_list a {
		padding: 0;
		padding-bottom: 0.2rem;
	}
	.in_n_list h6 {
		font-size: 0.2rem;
	}
	.in_n_list p {
		font-size: 0.16rem;
	}
}
@media screen and (max-width: 560px) {
	.in_n_list .img {
		width: 100%;
		margin-bottom: 0.2rem;
	}
	.in_n_list .txt {
		width: 100%;
	}
}




/* contact_us */

.contact_us_bac {

	box-sizing: border-box;

	padding: 1rem 0;

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

	background-size: cover;

}

.contact_us {}

.contact_us_box {

	display: flex;

	display: -webkit-flex;

	flex-wrap: wrap;

	margin-top: 0.6rem;

	align-items: flex-start;

}

.contact_us_ul {

	width: 51.6%;

	box-sizing: border-box;

	padding-right: 4%;

	display: flex;

	display: -webkit-flex;

	flex-direction: column;

	gap: 0.3rem;

}

.contact_us_ul li {}

.contact_us_text {

	display: flex;

	display: -webkit-flex;

	gap: 0.1rem;

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

	box-sizing: border-box;

	padding-bottom: 0.1rem;

	position: relative;

	margin-bottom: 0.1rem;

}

.contact_us_text::after {

	content: '';

	position: absolute;

	bottom: -1px;

	left: 0;

	width: 40%;

	height: 2px;

	background-color: var(--i_color);

	transition: all 0.7s ease;

}

.contact_us_ul li:hover .contact_us_text::after {

	width: 100%;

}

.contact_us_text iconify-icon {

	font-size: 0.36rem;

	color: var(--i_color);

}

.contact_us_text p {

	font-size: 0.22rem;

	color: #222;

}

.contact_us_ul li a {

	font-size: 0.18rem;

	color: #444;

	transition: all 0.3s ease;

}

.contact_us_ul li a:hover {

	color: var(--i_color);

}





.contact_us_img {

	position: relative;

	width: 48.4%;

}

.contact_us_img::after {

	content: '';

	display: block;

	padding-bottom: 64.5%;

}

.contact_us_img img {

	position: absolute;

	top: 50%;

	left: 50%;

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

	width: 100%;

	height: 100%;

	object-fit: cover;

	/* border-radius: 0.2rem; */

}





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

	.contact_us_bac {

		padding: 0.8rem 0;

	}

	.contact_us_text iconify-icon {

		font-size: 0.32rem;

	}

}

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

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

	.contact_us_bac {

		padding: 0.6rem 0;

	}

	.contact_us_text iconify-icon {

		font-size: 0.3rem;

	}

	.contact_us_text p {

		font-size: 0.2rem;

	}

	.contact_us_ul li a {

		font-size: 0.16rem;

	}

}

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

	.contact_us_text iconify-icon {

		font-size: 0.28rem;

	}



}

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

	.contact_us_ul {

		gap: 0.2rem;

	}

}

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

	.contact_us_ul {

		width: 100%;

		padding-right: 0%;

	}

	.contact_us_img {

		width: 100%;

	}

	.contact_us_box {

		margin-top: 0.4rem;

		gap: 0.4rem;

		flex-direction: column-reverse;

	}

}

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

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



#wpforms-144 {
	--wpforms-field-size-input-height: 65px;
	--wpforms-button-background-color: var(--i_color);
	--wpforms-button-border-color: var(--i_color);
	--wpforms-page-break-color: var(--i_color);
}
#wpforms-144 {
	margin: 0;
	padding: 0;
}
#wpforms-form-144 {
	width: 100%;
	position: relative;
}

#wpforms-144 .wpforms-field-container {}
#wpforms-144 .wpforms-field-container>.wpforms-field {
	width: 100%;
	padding: 0 1px 20px;
	margin: 0 0 10px;
	overflow-x: initial !important
}

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

#wpforms-144 .wpforms-field-container .wpforms-field>input,
#wpforms-144 .wpforms-field-container textarea,
#wpforms-144 .wpforms-field-container select,
#wpforms-144 .wpforms-field-container .choices {
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	margin: 0 0;
	height: var(--wpforms-field-size-input-height);
}


#wpforms-144 .wpforms-field-container .wpforms-field>input::placeholder {
	color: #333;
}
#wpforms-144 .wpforms-field-container .wpforms-field>input,
#wpforms-144 .wpforms-field-container textarea,
#wpforms-144 .wpforms-field-container select {
	padding-left: 14px;
	padding-right: 14px;
	background: var(--bjs);
	height: var(--wpforms-field-size-input-height);

	border: 1px solid var(--border_color);
}
#wpforms-144 .wpforms-field-container textarea {
	height: 1.5rem;
}
#wpforms-144 .wpforms-field-container fieldset ul {
	padding: 0 2px;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
}
#wpforms-144 .wpforms-field-container select {
	cursor: pointer;
}
#wpforms-144 .wpforms-field-container .wpforms-datepicker-wrap {
	width: 310px;
}
#wpforms-144 .wpforms-field-container .wpforms-datepicker-wrap input {
	width: 100%;
	max-width: 100%;
}
#wpforms-144 .wpforms-field-container .wpforms-datepicker-clear {
	right: 10px;
}
#wpforms-144 .wpforms-field-container em.wpforms-error,
#wpforms-144 .wpforms-field-container .mailcheck-error {
	position: absolute;
	margin: 0 0;
	bottom: -2px;
}

#wpforms-144 .wpforms-field-container {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#wpforms-144-field_1-container,
#wpforms-144-field_2-container,
#wpforms-144-field_3-container,
#wpforms-144-field_4-container,
#wpforms-144-field_5-container,
#wpforms-144-field_6-container {
	width: 32.5% !important;
}

#wpforms-144 .wpforms-submit-container {
	width: 180px;
	margin: 0 auto;
	border-radius: 1000px;
	overflow: hidden;
}
#wpforms-144 .wpforms-submit-container button {
	width: 100%;
	background: var(--liner_color);
	color: #fff;
	cursor: pointer;
	height: 0.55rem;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
#wpforms-144 .wpforms-submit-container img {
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	right: 4px;
	z-index: 2;
	display: none;
}
#wpforms-144 .wpforms-submit-container button:hover {
	opacity: 0.5;
}

@media screen and (max-width:1440px) {}
@media screen and (max-width:1366px) {}
@media screen and (max-width:1200px) {}
@media screen and (max-width:1024px) {}
@media screen and (max-width:768px) {
	#wpforms-144 .wpforms-field-container>.wpforms-field {
		width: 100% !important;
		margin-bottom: 0.1rem;
	}

	#wpforms-144 {
		--wpforms-field-size-input-height: 42px;
	}
}
@media screen and (max-width:560px) {

	#wpforms-144 .wpforms-submit-container {
		width: 140px;
	}

	#wpforms-144 .wpforms-submit-container button {
		padding: 0;
	}
}



.cmap {
	height: 7.17rem;
	width: 100%;
	font-size: 0;
}

.cmap iframe {
	height: 100%;
	width: 100%;
}

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

	.cmap {
		height: 3.5rem;
	}
}
@media screen and (max-width:768px) {}
@media screen and (max-width:560px) {}




.iclist {
	background: url(static/imgs/logobj.webp) no-repeat center;
	background-size: cover;
}

.iclist ul {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	gap: 0 2%;
}

.iclist ul li {
	width: 20%;
	box-sizing: border-box;
	text-align: center;
	padding: 0.3rem 0rem;
	position: relative;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}
.iclist ul li img {
	height: 1.2rem;
}
.iclist ul li p {
	margin: 0.2rem 0;
}
.iclist ul li h6 {}

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

	.iclist ul li {
		width: 48%;
		box-sizing: border-box;
		padding: 0;
	}

	.iclist ul li img {
		height: 0.8rem;
	}
}
@media screen and (max-width:768px) {}
@media screen and (max-width:560px) {
	.iclist ul li {
		/* width: 100%; */
	}
}




.in_ad {
	background: url(static/images/bc_in_ad.webp) no-repeat center;
	background-size: cover;
}
.in_ad .row_tit {
	padding-bottom: 0.3rem;
	border-bottom: 1px solid var(--border_color);
}
.in_ad .cont {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}
.in_ad .cont .lt,
.in_ad .cont .gt {
	width: 47%;
}

.in_ad .cont .gt {

	margin-left: auto;
}


@media (max-width: 767px) {
	.in_ad .cont .lt,
	.in_ad .cont .gt {
		width: 100%;
	}
}
.in_ad .cont .lt {
	padding-right: 0.4rem;
	position: sticky;
	position: -webkit-sticky;
	top: 3rem;
}
@media (max-width: 767px) {
	.in_ad .cont .lt {
		display: none;
	}
}
.in_ad .cont .lt .f_nav li {
	line-height: 0.3rem;
	position: relative;
	padding-bottom: 1.12rem;
}
.in_ad .cont .lt .f_nav li .xian {
	position: absolute;
	left: 0.56rem;
	top: 0.5rem;
	height: 100%;
	display: flex;
	flex-direction: column;
}
.in_ad .cont .lt .f_nav li .xian span {
	width: 8px;
	height: 1px;
	display: block;
	background-color: #999;
	margin-bottom: 0.17rem;
}
.in_ad .cont .lt .f_nav li:last-child .xian {
	display: none;
}
.in_ad .cont .lt .f_nav li .tit {
	color: #666;
	position: relative;
	padding-left: 1.06rem;
	font-weight: bold;
	cursor: pointer;
	user-select: none;
	-webkit-user-select: none;
	transition: all 0.4s;
	font-size: 0.24rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.in_ad .cont .lt .f_nav li .tit:before {
	content: "";
	transition: all 0.4s;
	opacity: 0;
	display: block;
	position: absolute;
	left: 0.12rem;
	top: 0.25rem;
	margin-top: -0.08rem;
	width: 0;
	height: 0;
	border-top: 0.08rem solid transparent;
	border-bottom: 0.08rem solid transparent;
	border-left: 0.12rem solid var(--i_color);
}
.in_ad .cont .lt .f_nav li .tit:after {
	content: "";
	display: block;
	position: absolute;
	left: 0.56rem;
	top: 0.25rem;
	margin-top: -1px;
	width: 0.24rem;
	height: 2px;
	background-color: var(--i_color);
}
.in_ad .cont .lt .f_nav .on .tit {
	color: var(--i_color);
	font-size: 0.3rem;
}
@media (max-width: 1024px) {
	.in_ad .cont .lt .f_nav li .tit {
		font-size: 0.2rem;
	}
	.in_ad .cont .lt .f_nav .on .tit {
		font-size: 0.24rem;
	}
}
@media (max-width: 959px) {
	.in_ad .cont .lt .f_nav .on .tit {
		font-size: 0.2rem;
	}
}
.in_ad .cont .lt .f_nav .on .tit:before {
	opacity: 1;
}
.in_ad .cont .gt .item {
	width: 100%;
	margin-bottom: 0.6rem;
}
.in_ad .cont .gt .item:last-child {
	margin-bottom: 0;
}
.in_ad .cont .gt .item .img {
	position: relative;
	overflow: hidden;
	padding-bottom: 47.62%;
}
.in_ad .cont .gt .item .img img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.in_ad .cont .gt .item .font {
	padding: 0.3rem 0;
}
.in_ad .cont .gt .item .font .tit {
	width: 100%;
	color: #333;
	font-weight: bold;
	font-size: 0.32rem;
}
.in_ad .cont .gt .item .font .text {
	font-size: 0.2rem;
	width: 100%;
	color: #666;
}
@media screen and (max-width: 1440px) {
	.in_ad .cont .gt .item .font {
		padding: 0.2rem 0;
	}
	.in_ad .cont .gt .item .font .tit {
		font-size: 0.24rem;
	}
	.in_ad .cont .gt .item .font .text {
		font-size: 0.18rem;
	}
}
@media screen and (max-width: 1024px) {
	.in_ad .cont .gt .item .font .tit {
		font-size: 0.2rem;
	}
	.in_ad .cont .gt .item .font .text {
		font-size: 0.16rem;
	}
}


















.hide {
	display: none;
}





/* search results list */

.in_search_list {

	margin-bottom: 0.2rem;

}

.in_search_list a {

	background: #F5F5F5 !important;

}

.in_search_list {

	overflow: hidden;

}

.in_search_list li {

	box-sizing: border-box;

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

	margin-bottom: 0.26rem;

}

.in_search_list a {

	display: -webkit-flex;

	display: flex;

	flex-wrap: wrap;

	align-items: center;

	padding: .2rem;

}

.in_search_list .img {

	width: 2.2rem;

	position: relative;

	overflow: hidden
}

.in_search_list .img::before {

	content: "";

	display: block;

	padding-bottom: 80%
}

.in_search_list .img img {

	position: absolute;

	top: 50%;

	left: 50%;

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

	width: 100%;

	height: 100%;

	object-fit: cover
}

.in_search_list .txt {

	width: calc(100% - 2.6rem);

	margin-left: auto;

	box-sizing: border-box;

}

.in_search_list h2 {

	font-size: 0.18rem;

	color: #212121;

	font-weight: bold;

	position: relative;

	overflow: hidden;

	text-overflow: ellipsis;

	display: -webkit-box;

	-webkit-box-orient: vertical;

	-webkit-line-clamp: 2;

}

.in_search_list h6 {

	margin: .1rem 0;

	font-size: 0.14rem;

	color: #666;

	overflow: hidden;

	text-overflow: ellipsis;

	display: -webkit-box;

	-webkit-box-orient: vertical;

	-webkit-line-clamp: 2;

}

.in_search_list i {

	display: inline-block;

	padding: .06rem .1rem;

	font-size: 0.13rem;

	color: var(--i_color);

	background: #EDEDED;

	-webkit-border-radius: .04rem;

	border-radius: .04rem;

	box-sizing: border-box;

}

.in_search_list li:hover {

	border-color: var(--i_color);

}

.in_search_list li:hover h2 {

	color: var(--i_color);

}

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

	.in_search_list h2 {

		font-size: 0.15rem;

	}

	.in_search_list h6 {

		font-size: 0.13rem;

	}

	.in_search_list i {

		font-size: 0.12rem;

	}

}

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

	.in_search_list li {

		padding-bottom: 0.2rem;

		margin-bottom: 0.2rem;

		border: none;

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

	}

	.in_search_list a {

		padding: 0;

	}

	.in_search_list .img {

		width: 1.2rem;

	}

	.in_search_list .txt {

		width: calc(100% - 1.5rem);

	}

	.in_search_list .txt i {

		display: none;


	}


	.in_search_list h2 {

		font-size: 0.14rem;

	}

}

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


.vd_box {

	display: none;

	position: fixed;

	top: 52%;

	left: 50%;

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

	z-index: 2014;

	width: 60%;

	max-height: 90%;

}

.i_a_btn {

	background: var(--liner_color);

}

.vd_box::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) {

	.iabout .tit h6 {

		margin: 0 auto;

	}

	.iabout .tit p {

		text-align: center;

		margin: 0 auto;

	}

	.i_ab .btn {

		margin: 0 auto;

	}

	.vd_box {

		width: 80%;

	}

	.close_v::before {

		font-size: 0.4rem;

	}

}

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

	.vd_box {

		width: 88%;

	}

	.close_v {

		top: -.15rem;

		right: -.15rem;

		width: 0.3rem;

		height: 0.3rem;

	}

	.close_v::before {

		font-size: 0.3rem;

	}

}

.i_tit {
	text-align: center;
}


.menu-item-object-language_switcher .trp-flag-image {
	display: none;
}


.i_v_btns{
	position: relative;
	z-index: 9999;
}