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

.wrap {
	width: 78.125%;
	margin: 0 auto
}
.wrap_left{
	box-sizing: border-box;
	padding-left: 10.9375%;
}
.wrap_right{
	box-sizing: border-box;
	padding-right: 10.9375%;
}
.wrap_top {
	width: 92%;
	margin: 0 auto
}
html {
	scroll-behavior: smooth
}


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


:root {
	--i_color: #051534;
	/* 全局颜色 */
	--i_color2: #D71518;
	/* 副颜色 */
	--i_color3: #200C5D;
	--header_height: 0.7rem;
	/* 头部高度 */
	--border_color: rgba(0, 0, 0, .1);
	/* 默认边框颜色 */
	--f_menu_height: 50px;
	/* 移动端底部菜单 */
}

@media screen and (max-width:1024px) {
	:root,
	header {
		--header_height: .6rem;
	}
}
@media screen and (max-width:768px) {
	:root {
		--border_color: rgba(0, 0, 0, .06)
	}
}

@font-face {
	font-family: 'din';
	src: url('static/webfonts/DINCOND-FONT.OTF');
}


/* header */
header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 2014;
	box-shadow: 0 4px 10px rgba(0, 0, 0, .1);
}


.top_cont {
	position: relative;
	background: #FFF;
	z-index: 2013;
}
.top {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	position: relative;
}
/* .TopHeader .top_cont {
	background: #222;
} */

@media screen and (max-width:1024px) {
	header {
		top: 0;
		top: 0;
		width: 100%;
		box-shadow: 0 4px 10px rgba(0, 0, 0, .1);
	}
	/* .top_cont {
		background: #333 !important;
	} */
}



/* logo */
.logo {
	display: -webkit-flex;
	display: flex;
	align-items: center;
	height: var(--header_height);
	margin-right: 0.5rem;
}
.logo a {
	display: -webkit-flex;
	display: flex;
	align-items: center;
	height: 70%;
}
.logo img {
	max-height: 100%;
}

@media screen and (max-width:1440px) {
	.logo a {
		height: 60%;
	}
	.logo {margin-right: 0.4rem;}
}
@media screen and (max-width:1024px) {
	.logo a {
		height: 70%;
	}
	.logo {
		margin-right: 0rem;
	}
	.logo img {
		max-height: 80%;
	}
	.logo {margin-right: 0.2rem;}
}





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

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

	.i_nav>li>a {
		display: block;
		font-size: .18rem;
		color: #333;
		line-height: var(--header_height);
		white-space: nowrap;
		-webkit-border-radius: .08rem;
		border-radius: .08rem;
		text-transform: capitalize
	}

	.i_nav>.current-menu-item>a,
	.i_nav>.current-category-ancestor>a,
	.i_nav>.current-post-ancestor>a,
	.i_nav>.current-menu-ancestor>a,
	.i_nav>.current-menu-parent>a,
	.i_nav>li:hover>a,
	.i_nav .curr>a {
		color: var(--i_color2) !important;
	}

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

	.i_nav .sub-menu a {
		display: block;
		padding: 0 .8rem 0 .2rem;
		font-size: 0.16rem;
		color: #444;
		line-height: 0.44rem;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		position: relative;
		left: 0;
	}
	.i_nav .sub-menu a::before {
		content: "\f324";
		font-family: "Font Awesome 5 Pro";
		font-weight: 300;
		position: absolute;
		top: 50%;
		transform: translate(0, -50%);
		left: -.16rem;
		font-size: 0.14rem;
		color: var(--i_color2);
	}
	.i_nav .sub-menu li:hover::after {
		right: initial;
		left: 0;
		width: 100%;
	}
	.i_nav .sub-menu li:hover a {
		left: .16rem;
	}
	.i_nav .sub-menu li:hover a {
		color: var(--i_color2);
	}
	.i_nav .sub-menu li:hover a::before {
		left: 0;
	}
	.i_nav .sub-menu li,
	.i_nav .sub-menu li::after,
	.i_nav .sub-menu a,
	.i_nav .sub-menu a::before {
		-webkit-transition: all .5s ease;
		transition: all .5s ease
	}

}

@media screen and (max-width:1440px) {
	.i_nav>li {
		margin: 0 .2rem;
	}
}
@media screen and (max-width:1366px) {
	.i_nav>li {
		margin: 0 .16rem;
	}
	.i_nav>li>a {
		font-size: 0.15rem;
	}
}
@media screen and (max-width:1200px) {
	.i_nav>li {
		margin: 0 .14rem;
	}
	.i_nav>li>a {
		font-size: 0.14rem;
	}
}
@media screen and (max-width:1024px) {
	.i_nav {
		display: none;
		position: fixed;
		top: var(--header_height);
		left: 0;
		width: 100%;
		width: 100vw;
		max-height: calc(100vh - var(--header_height));
		background: #FFF;
		overflow-y: auto;
		z-index: 2
	}
	/*滚动条*/
	.i_nav::-webkit-scrollbar {
		width: 3px;
		height: 8px
	}
	.i_nav::-webkit-scrollbar-thumb {
		-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
		background: #555
	}
	.i_nav::-webkit-scrollbar-track {
		-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
		border-radius: 0;
		background: #F1F1F1
	}

	.i_nav>li {
		margin: 0 0 !important;
		border-bottom: 1px solid var(--border_color);
		position: relative
	}
	.i_nav>.menu-item-has-children i {
		display: block;
		position: absolute;
		top: 0;
		right: 0;
		width: .44rem;
		height: .44rem;
		background: #F1F1F1;
	}
	.i_nav>.menu-item-has-children i::before {
		content: '\f107';
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		font-size: 0.26rem;
		color: #222;
	}

	.i_nav>.menu-item-has-children i.on::before {
		content: '\f106';
	}

	.i_nav>li>a {
		padding: 0 .2rem;
		font-size: .15rem;
		color: #222;
		line-height: .44rem;
		text-transform: uppercase;
	}

	.i_nav>li>.sub-menu {
		display: none
	}
	.i_nav>li>.sub-menu li {
		position: relative;
	}
	.i_nav .sub-menu a {
		padding: 0 .4rem;
		font-size: .14rem;
		color: #555;
		line-height: .4rem;
		position: relative
	}
	.i_nav .sub-menu li:not(:last-child) {
		border-bottom: 1px solid var(--border_color)
	}

	.i_nav>li>.sub-menu b {
		position: absolute;
		top: 0;
		right: 0;
		width: .4rem;
		height: .4rem;
		background: url(static/imgs/public/arrow_down_hollow_hei.svg) no-repeat center;
		background-size: .16rem;
	}
	.i_nav>li>.sub-menu b.on {
		background: url(static/imgs/public/arrow_up_hollow_hei.svg) no-repeat center;
		background-size: .16rem;
	}

	.i_nav .sub-menu .sub-menu {
		display: none;
	}

	.i_nav .sub-menu .sub-menu a {
		padding: 0 .6rem;
		font-size: .13rem;
		color: #888;
		line-height: .36rem;
		position: relative;
	}

	.i_nav a {
		display: block;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis
	}
}
@media screen and (max-width:768px) {}
@media screen and (max-width:560px) {}






/* 移动端导航按钮 */
.nav_menu {
	/* position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%); */
	position: relative;
	width: 22px;
	height: 16px;
	display: none;
	cursor: pointer
}
.nav_menu i {
	display: block;
	width: 100%;
	height: 3px;
	position: absolute;
	top: 50%;
	margin-top: -2px;
	background: #222;
	border-radius: .1rem;
	transition: 0.5s
}
.nav_menu::before,
.nav_menu::after {
	content: "";
	width: 100%;
	height: 3px;
	background: #222;
	position: absolute;
	left: 0;
	border-radius: .1rem;
	transition: 0.5s
}
.nav_menu::before {
	top: 0;
}
.nav_menu::after {
	bottom: 0;
}


.nav_menu.on i {
	opacity: 0
}

.nav_menu.on::before {
	transform: rotate(45deg);
	top: 50%;
	margin-top: -2px
}

.nav_menu.on::after {
	transform: rotate(-45deg);
	top: 50%;
	margin-top: -2px
}

@media screen and (max-width:1024px) {
	.nav_menu {
		display: block !important
	}

}


.top_r {
	--size: .22rem
}
.top_r {
	margin-left: auto;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	height: var(--header_height)
}

.top_search_ico {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	height: var(--header_height);
	margin-right: 0.3rem;
	position: relative;
}
.top_search_ico::after{
	content: '';
	position: absolute;
	top: 50%;
	right: -0.15rem;
	transform: translate(0,-50%);
	width: 0.01rem;
	height: 0.2rem;
	background-color: #222;
}
.top_search_ico i {
	font-size: var(--size);
	cursor: pointer;
}
.top_search_ico.on i {
	color: var(--i_color);
}


.top_language {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	height: var(--header_height);
	position: relative;
}
.top_language>i {
	font-size: var(--size);
	cursor: pointer;
}
.top_language.on>i {
	color: var(--i_color);
}
.top_language>p{
    font-size: 0.12rem;
	color: var(--i_color);
	margin: 0 0.05rem;
	cursor: pointer;
}
.top_language>iconify-icon{
   font-size: 0.15rem;
   color: var(--i_color);
}



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

.top_language_list ul {
	overflow: hidden;
}

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

.top_language_list li:hover {
	background: var(--i_color)
}
.top_language_list li:hover .trp-ls-language-name {
	color: #FFF;
}
.top_language,
.top_language>i {
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}
@media screen and (max-width:1024px) {
	.top_language {
		margin: 0 0.2rem 0 .3rem;
	}
	.top_r {
		--size: .2rem;
	}
}
@media screen and (max-width:768px) {}
@media screen and (max-width:560px) {
	.top_language>p{display: none;}
}



header,
.top_cont,
.logo,
.logo img,
.i_nav>li,
.i_nav>li>a,
.top_r {
	-webkit-transition: all .7s ease;
	-moz-transition: all .7s ease;
	-ms-transition: all .7s ease;
	-o-transition: all .7s ease;
	transition: all .7s ease
}






/* search main */
.top_search {
	--search_height: .38rem
}
.top_search {
	
	width: 100%;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	z-index: 6;
}
.top_search.on {
	box-shadow: 0 0.06rem 0.1rem rgb(0 0 0 / 8%);
}
.top_search form {
	width: 100%;
	margin: 0 auto;
	max-width: 5rem;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	box-sizing: border-box;
	overflow: hidden;
	background: #F2F3F6;
	border-radius: 0.05rem;
	padding-right: 0.06rem;
}
.top_search_ipt {
	width: calc(100% - var(--search_height) - 0.06rem);
	height: var(--search_height);
	box-sizing: border-box;
	padding: 0 0 0 .12rem;
	background: #F2F3F6;
}
.top_search_btn {
	font-size: 0;
	width: calc(var(--search_height) + 0.06rem);
	height: calc(var(--search_height) - .08rem);
	background: var(--i_color2) url(static/imgs/search.svg) no-repeat center;
	background-size: .18rem;
	cursor: pointer;
	border-radius: 0.02rem;
	transition: all 0.3s ease;
}
.top_search_btn:hover{
	background: var(--i_color) url(static/imgs/search.svg) no-repeat center;
	background-size: .18rem;
}
@media screen and (max-width:1366px) {
	
	.top_search_ico {
		margin-right: 0.3rem;
	}
}
@media screen and (max-width:1200px) {}
@media screen and (max-width:1024px) {
	
	.top_search_ico {
		margin-right: 0;
	}
}
@media screen and (max-width:768px) {
	.top_search {
		--search_height: .34rem
	}
	.top_search {
		padding: .12rem 0;
	}
}
@media screen and (max-width:560px) {
	.top_search_btn {}
	.top_search form{width: 2rem;}
}


/* 头部 contact按钮 */

.top_contact{
    margin-left: 0.5rem;
}









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

@media screen and (min-width:1025px) {
    .drop{
		display: none;
		width: 100%;
		position: fixed;
		top: var(--header_height);
		left: 0;
		background-color: #f5f8fa;
		box-sizing: border-box;
		padding: 0.4rem 0;
		z-index: 99999999;
		border-radius:  0  0 0.4rem 0.4rem;
	}
	.drop_div{
		box-sizing: border-box;
		padding-bottom: 0.2rem;
	}
	.drop_ul{
        display: flex;
		display: -webkit-flex;
		flex-wrap: wrap;
		box-sizing: border-box;
		padding: 0 3% 0.4rem 3%;
		/* overflow: auto; */
		justify-content: center;
	}
    /*滚动条*/
	.drop_ul::-webkit-scrollbar {
		width: 3px;
		height: 3px;
		cursor: pointer;
	}
	.drop_ul::-webkit-scrollbar-thumb {
		-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
		background: var(--i_color);
		cursor: pointer;
	}
	.drop_ul::-webkit-scrollbar-track {
		-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
		border-radius: 0;
		background: #F1F1F1;
		cursor: pointer;
	}
	.drop_ul::-webkit-scrollbar:hover{
		height: 4px;
	}
	.drop_ul li{
		width: 2.25rem;
		min-width:2.25rem;
		margin-right: 3%;
	}
	.drop_ul li:last-child{
		margin-right: 0;
	}
	.drop_ul li a{
		display: block;
		width: 100%;
		
	}
	.drop_img{
		width: 100%;
		position: relative;
		overflow: hidden;
		border-radius: 0.2rem;
	}
	.drop_img::after{
		content: '';
		display: block;
		padding-bottom: 100%;
	}
	.drop_img::before{
		content: '';
		position: absolute;
		width: 100%;
		height: 100%;
		background-color: rgba(0, 0, 0, 0.2);
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
		z-index: 2;
		opacity: 0;
		transition: all 0.3s ease;
	}
	.drop_img img{
		position: absolute;
		top: 50%;
		left: 50%;
		width: 100%;
		height: 100%;
		transform: translate(-50%,-50%);
		object-fit: cover;
		transition: all 0.3s ease;
	}
	.drop_ul h2{
		display: inline-block;
		font-size: 0.15rem;
		color: #222222;
		text-transform: uppercase;
		text-align: center;
		position: relative;
		padding: 0.2rem 0 0.1rem 0;
		margin:  0 auto;
	}
	.drop_ul h2::after{
		content: " ";
		width: 0%;
		height: 0.01rem;
		background: var(--i_color2);
		position: absolute;
		transition: all 0.4s ease-in-out;
		right: 0;
		bottom: 0;
	}
	.drop_ul li:hover h2::after{
		right: auto;
		left: 0;
		width: 100%;
	}
	.drop_text{
		display: flex;
		display: -webkit-flex;
		justify-content: center;
	}
    .drop_ul li:hover img{
        width: 110%;
		height: 110%;
	}
	.drop_ul li:hover .drop_img::before{
		opacity: 1;
	}
	/* 3个点 */
    .post-image-mask {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
		text-align: center;
		font-size: 0;
		transition: 0.6s all;
		z-index: 3;
	}
	.post-image-mask span, .post-image-mask:after, .post-image-mask:before {
		display: inline-block;
		margin-right: 7px;
		width: 8px;
		height: 8px;
		border-radius: 50%;
		background-color: #FFF;
		vertical-align: middle;
		opacity: 0;
		transition: opacity .2s ease;
		-webkit-animation: wd-fadeOutRight .3s ease;
		animation: wd-fadeOutRight .3s ease;
	}
	.post-image-mask:before {
		content: '';
		transition-delay: .15s;
		-webkit-animation-delay: .15s;
		animation-delay: .15s;
	}
	.drop_ul li:hover .post-image-mask span, .drop_ul li:hover .post-image-mask:after, .drop_ul li:hover .post-image-mask:before {
		opacity: 1;
		-webkit-animation: wd-fadeInLeft .3s ease;
		animation: wd-fadeInLeft .3s ease;
	}
	.drop_ul li:hover .post-image-mask:before {
		transition-delay: .2s;
		-webkit-animation-delay: .2s;
		animation-delay: .2s;
	}
	.drop_ul li:hover .post-image-mask span {
		transition-delay: .1s;
		-webkit-animation-delay: .1s;
		animation-delay: .1s;
	}
	.post-image-mask:after {
		content: '';
		margin-right: 0;
	}
    @-webkit-keyframes wd-fadeOutRight{from{-webkit-transform:none;transform:none}to{-webkit-transform:translate3d(50px,0,0);transform:translate3d(50px,0,0)}}@keyframes wd-fadeOutRight{from{-webkit-transform:none;transform:none}to{-webkit-transform:translate3d(50px,0,0);transform:translate3d(50px,0,0)}}
	@-webkit-keyframes wd-fadeOutLeft{from{-webkit-transform:none;transform:none}to{-webkit-transform:translate3d(-50px,0,0);transform:translate3d(-50px,0,0)}}@keyframes wd-fadeOutLeft{from{-webkit-transform:none;transform:none}to{-webkit-transform:translate3d(-50px,0,0);transform:translate3d(-50px,0,0)}}
	@-webkit-keyframes wd-fadeInLeft{from{-webkit-transform:translate3d(-50px,0,0);transform:translate3d(-50px,0,0)}to{-webkit-transform:none;transform:none}}@keyframes wd-fadeInLeft{from{-webkit-transform:translate3d(-50px,0,0);transform:translate3d(-50px,0,0)}to{-webkit-transform:none;transform:none}}

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

	}
	@media screen and (max-width:1440px) {
		
	}
	@media screen and (max-width:1366px) {
		
	}
	@media screen and (max-width:1200px) {
		.drop_ul li{margin-right: 2%;}
	}

}

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







/* banner */
.banner {
	position: relative;
	margin-top: var(--header_height);
	width: 100%;
	overflow: hidden;
	top: initial;
	height: auto;
	-webkit-border-radius: 0 0;
	border-radius: 0 0;
}
.banner .swiper-slide {
	padding-bottom: 41.8%
}
.banner .swiper-container {
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1;
}
.banner .swiper-wrapper {
	display: flex;
	position: relative;
	width: 100%;
	z-index: 1
}
.banner .swiper-slide {
	height: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-shrink: 0;
	position: relative;
	overflow: hidden
}
.banner .swiper-slide>img,.banner .swiper-slide video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover
}


.banner-button-prev,
.banner-button-next {
	position: absolute;
	top: 48%;
	transform: translate(0, -50%);
	width: .5rem;
	height: .5rem;
	background: rgb(0 0 0 / 30%);
	z-index: 999;
	outline: none;
	cursor: pointer;
	-webkit-user-select: none;
	user-select: none;
	-webkit-border-radius: .05rem;
	border-radius: .05rem;
	overflow: hidden;
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}
.banner-button-prev {
	left: -.6rem;
}
.banner-button-next {
	right: -.6rem;
}
.banner-button-prev i,
.banner-button-next i {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 0.24rem;
	color: #FFF;
}
.banner:hover .banner-button-prev {
	left: .3rem
}
.banner:hover .banner-button-next {
	right: .3rem
}
.banner-button-prev:hover,
.banner-button-next:hover {
	background-color: var(--i_color2)
}


.banner-pagination {
	position: absolute;
	left: 50%;
	transform: translate(-50%, 0);
	bottom: .4rem;
	width: auto;
	cursor: pointer;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	z-index: 3;
}

.banner-pagination .swiper-pagination-bullet {
	display: block;
	width: .5rem;
	height: 2px;
	margin: 0 .08rem;
	background: rgb(255 255 255 / 50%);
	position: relative;
	outline: none
}
.banner-pagination .swiper-pagination-bullet-active::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: var(--i_color);
}
.banner-pagination .swiper-pagination-bullet-active::before {
	-webkit-animation: w100 5800ms 1;
	animation: w100 5800ms 1;
}




@keyframes w100 {
	0% {
		width: 0%;
	}

	100% {
		width: 100%;
	}
}

@media screen and (max-width:1024px) {
	.banner {
		margin-top: var(--header_height);
		position: relative;
		top: initial;
		height: auto;
		-webkit-border-radius: 0 0;
		border-radius: 0 0;
	}
	

	.banner-button-prev,
	.banner-button-next {
		display: none
	}
	.banner-pagination .swiper-pagination-bullet {
		width: 0.4rem;
	}
}
@media screen and (max-width:768px) {
	/* .banner .swiper-slide {
		padding-bottom: 64%
	} */
	.banner-pagination {
		bottom: 0.3rem;
	}
	.banner_text1_slide img{
		opacity: 0.7;
	}
	
}
@media screen and (max-width:560px) {
	.banner-pagination {
		bottom: 0.2rem;
	}
	.banner-pagination .swiper-pagination-bullet {
		width: 0.3rem;
		margin: 0 .05rem;
	}

}






.fullMask {
	width: 100%;
	height: 100vh;
}
.fullMask_about{
	width: 100%;
	height: 86.6vh;
}
@media screen and (max-width:1024px) {
	.fullMask,.fullMask_about{
		display: none;
	}
}

/* banner 文字 */
.banner_text1{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.banner_text1 h2{
	font-size: 0.4rem;
	color: var(--i_color);
	font-weight: bold;
	text-transform: capitalize;
	text-shadow: 0 0 0.15rem rgba(255, 255, 255, 0.7);
}
.banner_text1 h2 span{
    color: var(--i_color2);
}
.banner_text1_btn{
	display: flex;
	display: -webkit-flex;
	gap: 0.2rem;
	margin-top: 2.6rem;
}
.home_btn{
    
}
.home_btn a{
	display: inline-block;
    box-sizing: border-box;
	padding: 0.1rem 0.6rem;
	border-radius: 0.04rem;
	border: 1px solid #fff;
	color: #fff;
	font-size: 0.2rem;
	transition: all 0.3s ease-in;
	position: relative;
    overflow: hidden;
	z-index: 1;
	text-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.2);
	min-width: 2.4rem;
	text-align: center;
}
.home_btn a::before{
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%) scaleY(1) scaleX(1.25);
	top: 100%;
	width: 140%;
	height: 180%;
	background-color: rgba(0, 0, 0, 0.05);
	border-radius: 50%;
	display: block;
	transition: all 0.7s 0.1s cubic-bezier(0.55, 0, 0.1, 1);
	z-index: -1;
}
.home_btn a::after{
	content: "";
	position: absolute;
	left: 55%;
	transform: translateX(-50%) scaleY(1) scaleX(1.45);
	top: 180%;
	width: 160%;
	height: 190%;
	background-color: var(--i_color);
	border-radius: 50%;
	display: block;
	transition: all 0.7s 0.1s cubic-bezier(0.55, 0, 0.1, 1);
	z-index: -1;
}
.home_btn a:hover{
	border: 1px solid var(--i_color);
}
.home_btn a:hover:before {
	top: -35%;
	background-color: var(--i_color);
	transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
}
.home_btn a:hover:after {
	top: -45%;
	background-color: var(--i_color);
	transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
}

.home_btn_red{
	
}
.home_btn_red a{
	background-color: var(--i_color2);
	border: 1px solid var(--i_color2);
}

.home_btn_red a:hover{
	border: 1px solid #B0120A;
}
.home_btn_red a:hover:before {
	background-color: #B0120A;
}
.home_btn_red a:hover:after {
	background-color: #B0120A;
}

.home_btn_bule a{
	border: 1px solid var(--i_color);
	color: var(--i_color);
}
.home_btn_bule a:hover{
	color: #fff;
}


.banner_text2{
	position: absolute;
	top: 14%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.banner_text2 h2{
	font-size: 0.6rem;
	color: var(--i_color);
	font-weight: bold;
	box-sizing: border-box;
	padding-bottom: 0.2rem;
	position: relative;
}
.banner_text2 h2::after{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
    width: 0.8rem;
	height: 0.08rem;
	background-color: var(--i_color2);
}
.banner_text2s{
	position: absolute;
	top: 88%;
	left: 50%;
	transform: translate(-50%,-50%);
}

.banner_text3{
	position: absolute;
	top: 27%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.banner_text3_all{
    width: 5rem;
	box-sizing: border-box;
	padding: 0.25rem 0.3rem;
	position: relative;
	background: linear-gradient(to right,rgba(255,255,255,1),rgba(255,255,255,0));
}
.banner_text3_all::after{
	content: '';
	width: 0.03rem;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: var(--i_color2);
}
.banner_text3_all h2{
    font-size: 0.4rem;
	font-weight: bold;
	color: var(--i_color);
	text-transform: capitalize;
}
.banner_text3_all h2 span{
	color: var(--i_color2);
}
.banner_text3s{
	position: absolute;
	top: 80%;
	left: 50%;
	transform: translate(-50%,-50%);
}

@media screen and (max-width:1440px) {
	.banner_text1 h2 {font-size: 0.5rem;}
	.banner_text1_btn {margin-top: 1.4rem;}
	.banner_text2 h2{font-size: 0.35rem;}
	.banner_text3_all h2 {font-size: 0.35rem;}
	.home_btn a {font-size: 0.22rem;}
	.home_btn a{min-width: 2rem;}
}
@media screen and (max-width:1366px) {
	.banner_text1 h2 {font-size: 0.45rem;}
	.home_btn a {font-size: 0.2rem;}
}
@media screen and (max-width:1200px) {
	.banner_text1 h2 {font-size: 0.4rem;}
	.banner_text1_btn {margin-top: 1rem;}
	.home_btn a {
		padding: 0.12rem 0.5rem;
		font-size: 0.14rem;
	}
	.banner_text2 h2{font-size: 0.3rem;}
	.banner_text3_all h2 {font-size: 0.3rem;}
	.home_btn a{min-width: 1.8rem;}
}
@media screen and (max-width:1024px) {
	.banner_text1 h2 {font-size: 0.35rem;}
	.banner_text1_btn {margin-top: 0.8rem;}
}
@media screen and (max-width:960px) {
	.banner_text1 h2 {font-size: 0.3rem;}
	.banner_text1_btn {margin-top: 0.6rem;}
	.banner_text2 h2{font-size: 0.28rem;}
	.banner_text3_all h2 {font-size: 0.28rem;}
}
@media screen and (max-width:768px) {
	.banner_text1 h2 {font-size: 0.28rem;}
	.banner_text1_btn {margin-top: 0.4rem;}
	.home_btn a {
		padding: 0.1rem 0.4rem;
		font-size: 0.12rem;
	}
	.banner_text2 h2{font-size: 0.26rem;}
	.banner_text2 h2 {padding-bottom: 0.1rem;}
	.banner_text2 h2::after {
		width: 0.6rem;
		height: 0.04rem;
	}
	.banner_text3_all h2 {font-size: 0.26rem;}
	
}
@media screen and (max-width:560px) {
	.banner_text1_btn {margin-top: 0.2rem;}
	.banner_text1 h2 {font-size: 0.26rem;}
	.home_btn a {padding: 0.06rem 0.2rem;}
	.banner_text3_all h2 {font-size: 0.24rem;}
	.banner_text3_all {
		width: 3rem;
		padding: 0.2rem 0.3rem;
	}
}
@media screen and (max-width:425px) {
	.banner_text1 h2 {font-size: 0.24rem;}
	.banner_text2 h2{font-size: 0.24rem;}
	.banner_text3_all h2 {font-size: 0.2rem;}
	.banner_text3_all {
		width: 2rem;
		padding: 0.1rem 0.2rem;
	}
}


/* main */
main {
	position: relative;
	background: #FFF;
	z-index: 5;
	max-width: 100%;

}
footer{
	z-index: 9999;
    max-width: 100%;
    overflow: hidden;
	position: relative;
	background-color: white;
}


/* --------------------home ------------------------------*/



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

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

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

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

} */


/* --------------------------产品中心---------------------------- */
.home_products_bac{
    box-sizing: border-box;
	padding: 0.8rem 0;
	background: url('static/imgs/home_products.webp') no-repeat center;
	background-size: cover;
	overflow: hidden;
}
.home_products{

}
.title{
    display: flex;
	display: -webkit-flex;
	justify-content: center;
}
.title p{
	font-weight: bold;
	font-size: 0.4rem;
	color: var(--i_color);
	position: relative;
	box-sizing: border-box;
	padding-bottom: 0.2rem;
	display: inline-block;
	text-transform: capitalize;
}
.title p::after{
    content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 0.08rem;
	background-color: var(--i_color2);
}
.title_center p{
	text-align: center;
}
.title_center p::after{
	left: 50%;
	transform: translate(-50%, 0);
}

.home_products_ul{
    display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	gap: 0.8rem;
	margin-top: 0.6rem;
}
.home_products_ul li{
    width: calc((100% - 0.8rem) / 2);
	overflow: hidden;
	box-sizing: border-box;
	padding-left: 1%;
}
.home_products_ul li a{
    position: relative;
	overflow: hidden;
}
.home_products_text{
   width: 56%;
   box-sizing: border-box;
   padding: 0.3rem 0;
}
.home_products_text h2{
   font-size: 0.3rem;
   color: var(--i_color);
   font-weight: bold;
   transition: all 0.3s ease;
}
.home_products_text h3{
   font-size: 0.16rem;
   line-height: 0.2rem;
   color: #222;
   margin: 0.15rem 0 0.3rem 0;
   height: 1.2rem;
   overflow: auto;
}
/*滚动条*/
.home_products_text h3::-webkit-scrollbar {
	width: 1px;
	height: 8px
}
.home_products_text h3::-webkit-scrollbar-thumb {
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	background: var(--i_color)
}
.home_products_text h3::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	border-radius: 0;
	background: #F1F1F1
}



.home_products_text h4{
   width: 0.3rem;
   height: 0.3rem;
   border-radius: 0.04rem;
   background-color: var(--i_color2);
   display: flex;
   display: -webkit-flex;
   justify-content: center;
   align-items: center;
   transition: all 0.3s ease;
}
.home_products_text h4 iconify-icon{
   font-size: 0.24rem;
   color: #fff;
}
.home_products_img{
   position: absolute;
   top: 0;
   right: 0;
   width: 65%;
   height: 100%;
}
.home_products_img img{
   width: 100%;
   height: 100%;
   object-fit: cover;
   border-radius: 0  0 0.5rem 0;
}
.home_products_btn{
	display: flex;
	display: -webkit-flex;
	gap: 0.2rem;
	margin-top: 0.6rem;
	justify-content: space-around;
}
.home_products_ul li:hover .home_products_text h2{
    color: var(--i_color2);
}
.home_products_ul li:hover .home_products_text h4{
    transform: rotate(180deg);
}



@media screen and (max-width:1440px) {
	.home_products_text h2 {font-size: 0.28rem;}
	.title p {font-size: 0.35rem;}
}
@media screen and (max-width:1366px) {

}
@media screen and (max-width:1200px) {
	.home_products_bac {padding: 0.6rem 0;}
	.home_products_text h2 {font-size: 0.26rem;}
	.title p {font-size: 0.3rem;}
}
@media screen and (max-width:1024px) {
	.home_products_img {width: 76%;}
}
@media screen and (max-width:960px) {
	.home_products_text h2 {font-size: 0.24rem;}
	.home_products_text h3 {
		font-size: 0.14rem;
		line-height: 0.2rem;
		height: 0.8rem;
	}
	.title p {font-size: 0.28rem;}
}
@media screen and (max-width:768px) {
	.home_products_text h2 {font-size: 0.22rem;}
	.title p {font-size: 0.26rem;}
	.home_products_ul {
		gap: 0.4rem;
		margin-top: 0.4rem;
	}
	.home_products_ul li {
		width: calc((100% - 0.4rem) / 2);
		border-radius: 0 0 0.4rem 0;
	}
}
@media screen and (max-width:560px) {
	.home_products_text h2 {font-size: 0.2rem;}
	.title p {font-size: 0.24rem;}
	.home_products_ul li {width: 100%;}
    .home_products_btn { margin-top: 0.4rem;}
}
@media screen and (max-width:425px) {
	.home_products_img {width: 90%;}
}



/* 产品分类 */
.sort{
   display: flex;
   display: -webkit-flex;
   flex-wrap: wrap;
}
.sort li{
   width: calc(100% / 2);
}
.sort li a{
   display: block;
   width: 100%;
   position: relative;
   overflow: hidden;
}
.sort_img{
   width: 100%;
   position: relative;
}
.sort_img::after{
   content: '';
   display: block;
   padding-bottom: 48%;
}
.sort_img img{
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%,-50%);
   width: 100%;
   height: 100%;
   object-fit: cover;
   transition: all 0.3s ease;
}

.sort_text{
   position: absolute;
   bottom: 0.2rem;
   left: 50%;
   transform: translate(-50%,0);
   width: 100%;
   display: flex;
   display: -webkit-flex;
   justify-content: center;
}
.sort_text p{
   display: inline-block;
   box-sizing: border-box;
   padding: 0.1rem 0.5rem;
   background-color: var(--i_color);
   transform: skew(-15deg);
   position: relative;
   z-index: 2;
}
.sort_text p::after{
	width: 4px;
	height: 100%;
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	background-color: var(--i_color2);
	z-index: -1;
	transition: all 0.7s ease;
}
.sort_text p span{
	display: block;
	font-size: 0.24rem;
	color: #fff;
	transform: skew(15deg);
	text-transform: capitalize;
}
.sort li:hover .sort_text p::after{
	width: 100%;
}





@media screen and (max-width:1440px) {
	.sort_text p span{font-size: 0.22rem;}
}
@media screen and (max-width:1366px) {
	.sort_text p span{font-size: 0.2rem;}
}
@media screen and (max-width:1200px) {
	.sort_text p{padding: 0.08rem 0.4rem;}
	.sort_text p span{font-size: 0.18rem;}
}
@media screen and (max-width:1024px) {
    .sort_text p span{font-size: 0.14rem;}
}
@media screen and (max-width:960px) {
	.sort_text p{padding: 0.05rem 0.3rem;}
}
@media screen and (max-width:768px) {
	.sort_text p{padding: 0.05rem 0.2rem;}
}
@media screen and (max-width:560px) {
	.sort li {width: 100%;}
}
@media screen and (max-width:425px) {

}



/* --------------------关于我们--------------------- */
.home_about_bac{
	background: url('static/imgs/home_about_bac.webp') no-repeat center;
	background-size: cover;
	box-sizing: border-box;
	padding: 1.1rem 0;
}
.home_about{

}
.home_about h2{
   font-size: 0.5rem;
   color: var(--i_color);
   font-weight: bold;
   text-align: center;
   text-transform: capitalize;
} 
.home_about h2 span{
   color: var(--i_color2);
}
.home_about h3{
   font-size: 0.18rem;
   line-height: 0.24rem;
   color: var(--i_color);
   text-align: center;
   margin: 0.3rem 0 0.45rem 0;
}
.home_btn_center{
	display: flex;
	display: -webkit-flex;
	justify-content: center;
}
.home_values{
	margin-top: 1.4rem;
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	align-items: center;
	overflow: hidden;
}
.home_values_left{
   width: 38.7%;
}
.home_values_ul{
   display: flex;
   display: -webkit-flex;
   flex-direction: column;
   gap: 0.2rem;
}
.home_values_ul li{
  
}
.home_values_h2{
    display: flex;
	display: -webkit-flex;
	align-items: center;
	cursor: pointer;
}
.home_values_h2 iconify-icon{
	font-size: 0.24rem;
	color: rgba(5,21,52,0.3);
	margin-right: 0.1rem;
}
.home_values_h2 h2{
   font-size: 0.22rem;
   color: rgba(5,21,52,0.3);
}
.home_values_ul h3{
	display: none;
    font-size: 0.4rem;
	color: var(--i_color);
	font-weight: bold;
	box-sizing: border-box;
	padding: 0.25rem 0.3rem;
	background: linear-gradient(to right,rgba(255,255,255,1),rgba(255,255,255,0));
	position: relative;
	margin-top: 0.2rem;
	text-transform: capitalize;
}
.home_values_ul h3::after{
	content: '';
	position: absolute;
	width: 0.05rem;
	height: 100%;
	background-color: var(--i_color2);
	left: 0;
	top: 0;
}
.home_values_ul h3 span{
    color: var(--i_color2);
}

.home_values_active h2{
	color: var(--i_color);
}
.home_values_active iconify-icon{
	color: var(--i_color2);
}

.home_values_right{
   width: 61.3%;
}
.home_values_dl{
  
}
.home_values_dl dt{
    width: 100%;
   position: relative;
   overflow: hidden;
}
.home_values_dl dt::after{
   content: '';
   display: block;
   padding-bottom: 51%;
}
.home_values_dl dt img{
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%,-50%);
   width: 100%;
   height: 100%;
   object-fit: cover;
}

.fadeInRight {
    animation: fadeInRight .5s ease-in-out;
}

@keyframes fadeInRight{
	0% {
		transform: translateX(800px);
	}
	
	100% {
		transform: translateX(0);
	}
}



/* home_four */
.home_four{
   margin-top: 1.2rem;
   display: flex;
   display: -webkit-flex;
   justify-content: space-between;
}
.home_four li{
   display: flex;
   display: -webkit-flex;
   flex-direction: column;
   justify-content: center;
   align-items: center;
   width: 25%;
   box-sizing: border-box;
   padding: 0 2%;
}
.home_four_h2{

}
.home_four_h2 h2{
   font-size: 0.22rem;
   line-height: 0.22rem;
   color: var(--i_color);
   font-family: din;
   transition: all 0.3s ease;
}
.home_four_h3{
   display: flex;
   display: -webkit-flex;
   align-items: flex-end;
}
.home_four_h3 h3{
   font-size: 1rem;
   color: var(--i_color);
   font-family: din;
   line-height: 77%;
   transition: all 0.3s ease;
}
.home_four_h3 h4{
	font-size: 0.4rem;
	color: var(--i_color);
	font-family: din;
	margin-left: 2px;
	font-weight: bold;
	transition: all 0.3s ease;
}
.home_four h5{
   font-size: 0.14rem;
   line-height: 0.2rem;
   color: var(--i_color);
   margin-top: 0.2rem;
   text-align: center;
}
.home_four li:hover h3,.home_four li:hover h4,.home_four li:hover h2{
   color: var(--i_color2);
}

@media screen and (max-width:1440px) {
	.home_about h2 {font-size: 0.45rem;}
	.home_about_bac {padding: 1rem 0 1.1rem 0;}
	.home_values {margin-top: 1.2rem;}
	.home_values_ul h3 {font-size: 0.35rem;}
	.home_four {margin-top: 1rem;}
	.home_four_h3 h3 {font-size: 0.9rem;}
}
@media screen and (max-width:1366px) {
	.home_four_h3 h3 {font-size: 0.8rem;}
}
@media screen and (max-width:1200px) {
	.home_about h2 {font-size: 0.4rem;}
	.home_about_bac {padding: 0.8rem 0 1.1rem 0;}
	.home_values {margin-top: 1rem;}
	.home_values_ul h3 {font-size: 0.3rem;}
	.home_four {margin-top: 0.8rem;}
	.home_four_h3 h3 {font-size: 0.7rem;}
	.home_four h5 {
		font-size: 0.16rem;
		line-height: 0.2rem;
        margin-top: 0.15rem;
	}
}
@media screen and (max-width:1024px) {
	.home_about h2 {font-size: 0.35rem;}
	.home_about h3 {
		font-size: 0.16rem;
		line-height: 0.22rem;
		margin: 0.2rem 0 0.3rem 0;
	}
	.home_about_bac {padding: 0.6rem 0 1.1rem 0;}
	.home_values {margin-top: 0.8rem;}
	.home_four {margin-top: 0.6rem;}
	.home_four_h3 h3 {font-size: 0.6rem;}
}
@media screen and (max-width:960px) {
	.home_about h2 {font-size: 0.3rem;}
	.home_values {margin-top: 0.6rem;}
	.home_values_ul h3 {font-size: 0.28rem;}
	.home_four li{width: 50%;}
	.home_four{flex-wrap: wrap;gap: 0.2rem 0;}
}
@media screen and (max-width:768px) {
	.home_about h2 {font-size: 0.28rem;}
	.home_about h3 br{display: none;}
	.home_values_ul h3 {font-size: 0.26rem;}
	.home_values_h2 h2 {font-size: 0.2rem;}
	.home_values_h2 iconify-icon {
		font-size: 0.22rem;
		margin-right: 0.05rem;
	}
	.home_four h5 {font-size: 0.14rem;}
}

@media screen and (max-width:560px) {
	.home_about h2 {font-size: 0.26rem;}
	.home_values_ul h3 {font-size: 0.24rem;}
	.home_values_h2 h2 {font-size: 0.18rem;}
	.home_values_h2 iconify-icon {
		font-size: 0.2rem;
	}
}
@media screen and (max-width:425px) {
	.home_about h2 {font-size: 0.24rem;}
	.home_values_ul h3 {
		font-size: 0.16rem;
	}
	.home_values_ul h3 {padding: 0.1rem;}
	.home_values_h2 h2 {font-size: 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) {

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

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

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

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

} */



/* 核心实力 */
.core_bac{
   box-sizing: border-box;
   padding: 0.8rem 0;
   position: relative;
   overflow: hidden;
}
.core_bac i{
	display: block;
	position: absolute;
	width: 1.87rem;
	height: 2.1rem;
	background: url('static/imgs/core_icon.webp') no-repeat center;
	background-size: contain;
	bottom: 30%;
	right: -0.55rem;
	z-index: -1;
}
.core_bac::after{
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	max-width: 100%;
	max-height: 100%;
	width: 13.15rem;
	height: 11.12rem;
	background: url('static/imgs/core_bac.webp') no-repeat center;
	background-size: cover;
	z-index: -2;
}
.core_imgALL{
	position: absolute;
    top: 43%;
	left: 0;
	z-index: -1;
	transform: translate(0,-50%);
	width: 28.9%;
}
.core_imgALL::after{
	content: '';
	display: block;
	padding-bottom: 121.4%;
}
.core_imgALL img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.5s ease;
}
.core{

}
.core_ul{
   display: flex;
   display: -webkit-flex;
   gap:0.2rem;
   margin: 1.2rem 0;
}
.core_ul li{
    width: 17.3%;
    flex-grow: 1;
    transition: all 0.5s ease;
	position: relative;
	overflow: hidden;
	
}
.core_img{
	position: relative;
	overflow: hidden;
	height: 5rem;
	border-radius: 0.45rem;
	background-color: #fff;
}
.core_img img{
   width: 100%;
   height: 100%;
   object-fit: cover;
   opacity: 0.7;
}
.core_text{
    position: absolute;
	top: 0.4rem;
	left: 0;
	box-sizing: border-box;
	padding: 0 0.3rem;
	display: flex;
	display: -webkit-flex;
	flex-direction: column;
	justify-content: space-between;
	height: calc(100% - 0.8rem);
	align-items: flex-start;
}
.core_text h2{
    font-size: 0.28rem;
	color: #051534;
	position: relative;
	box-sizing: border-box;
	padding-bottom: 0.2rem;
	font-weight: bold;
	display: inline-block;
}
.core_text h2::after{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0rem;
	height: 0.06rem;
	background-color: var(--i_color2);
	transition: all 0.3s ease;
}
.core_text h3{
	font-size: 0.16rem;
	color: #051534;
	line-height: 0.22rem;
	margin-top: 0.2rem;
	opacity: 0;
	transition: all 0.3s ease 0s;
	text-shadow: 0 0 0.1rem rgba(255,255,255,0.8);
}

.core_active{
	flex-grow: 1000 !important;
}
.core_active h2::after{
    width: 100%;
}
.core_active h3{
	opacity: 1;
}
.core_texts{
	color: var(--i_color);
	font-size: 0.2rem;
	line-height: 0.34rem;
	text-align: left;
	
}
.core_active h2{
    color: var(--i_color2) !important;
}




@media screen and (max-width:1440px) {
	.core_ul {margin: 1rem 0;}
}
@media screen and (max-width:1366px) {

}
@media screen and (max-width:1200px) {
	.core_bac {padding: 0.6rem 0;}
	.core_ul {margin: 0.8rem 0;}
	.core_texts {
		font-size: 0.18rem;
		line-height: 0.3rem;
	}
}
@media screen and (max-width:1024px) {

}
@media screen and (max-width:960px) {
	.core_ul {margin: 0.6rem 0;}

}
@media screen and (max-width:768px) {
    .core_texts {
		font-size: 0.16rem;
		line-height: 0.25rem;
	}
	.core_texts br{display: none;}
	.core_text h2 {font-size: 0.26rem;}
}
@media screen and (max-width:560px) {
	.core_texts br{display: none;}
	.core_ul{flex-wrap: wrap;}
	.core_ul li{width: 100%;}
	.core_text h2::after{width: 0.45rem;}
	.core_text h3{
		opacity: 1;
        text-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.2);
	}
	.core_text h2 {font-size: 0.24rem;}
	.core_text h3 {
		font-size: 0.14rem;
		line-height: 0.2rem;
		margin-top: 0.15rem;
	}
	.core_img {
		height: 4rem;
		border-radius: 0.4rem;
		background-color: #fff;
	}
	.core_imgALL{
		width: 70%;
	}
	.core_text{
		top: 0.2rem;
		height: calc(100% - 0.4rem);
	}
	.core_img img {
		opacity: 0.3;
	}
}
@media screen and (max-width:425px) {
	.core_text h2 {font-size: 0.22rem;}
	.core_img {height: 3.5rem;}

}



/* 合作伙伴 */
.partner_bac{
    box-sizing: border-box;
	padding: 1rem 0;
	background: url('static/imgs/partner_bac.webp') no-repeat center;
	background-size: cover;
	position: relative;
}

.partner_bac::after,
.partner_bac::before{
  content: '';
  width: 20%;height: 100%;
  position: absolute;z-index: 2;
  top: 0;
}
.partner_bac::before{
  background: linear-gradient(to right, rgba(237,244,254,1), transparent);
  left: 0;
}
.partner_bac::after{
  background: linear-gradient(to left, rgba(237,244,254,1), transparent);
  right: 0;
}

.partner{

}


.par_partner_box{position: relative;}



.par_partner{position:relative}
.par_partner_list{width:100%; padding:0.1rem !important;box-sizing: border-box; margin:0 auto; position:relative; overflow:hidden; z-index:1}
.par_partner_list .swiper-wrapper{display:flex; position:relative; width:100%; z-index:1}
.par_partner_list .swiper-slide{
  display:-webkit-box;
  display:-ms-flexbox;
  display:-webkit-flex;
  display:flex;
  flex-shrink:0;
  position:relative;
  cursor:pointer;
}
.par_partner_list .img{width:100%; box-sizing:border-box;background-color: #fff;border-radius: 0.15rem; position:relative;box-shadow: 0 0 0.1rem rgba(168, 198, 255, 0.7); overflow:hidden}
.par_partner_list .img:before{content:""; display:block; padding-bottom:48%}
.par_partner_list .img img{ position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); width:100%; height:100%; object-fit:contain}
.par_partner_list .img img{transition:all .5s linear}
.par_partner_list .swiper-wrapper {
  display: flex;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-transition-timing-function: linear !important;
  -moz-transition-timing-function: linear !important;
  -ms-transition-timing-function: linear !important;
  -o-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
}
.par_partner2{
	margin-top: 0.2rem;
}
.i_logo_global{text-align: center;}
.i_logo_global img{max-width: 100%;}


@media screen and (max-width:1440px) {
	.partner_bac{padding: 0.8rem 0;}
}
@media screen and (max-width:1366px) {

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





/* 新闻 */
.home_news_bac{
   box-sizing: border-box;
   padding: 1.1rem 0;
   background: linear-gradient(to top ,rgba(212,234,255,0.2),rgba(212,234,255,0));
   position: relative;
   overflow: hidden;
}
.home_news_bac::after{
   content: '';
   width: 1.43rem;
   height: 1.62rem;
   background: url('static/imgs/icon.webp') no-repeat center;
   background-size: contain;
   position: absolute;
   bottom: 7%;
   right: -0.45rem;
   z-index: -1;
}


.home_news{

}
.home_news_title{
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	gap: 0.2rem 0;
}
.home_news_ul{
    display: flex;
	display: -webkit-flex;
	gap: 0.15rem;
}
.home_news_ul li{
	
	box-sizing: border-box;
	display: inline-block;
	border: 1px solid var(--i_color);
	padding: 0.1rem 0.8rem;
	border-radius: 0.05rem;
}
.home_news_ul .current{
	background-color: var(--i_color);
	
}
.home_news_ul .current a{
	color: #fff !important;
}
.home_news_ul li:hover{
	background-color: var(--i_color);
	
	animation: a 0.5s 1 linear;
	animation-delay: 0.01s;
}
.home_news_ul li:hover a{
	color: #fff !important;
}
.home_news_ul li a{
	display: block;
	width: 100%;
	font-size: 0.24rem;
	color: var(--i_color);
}
@keyframes a {
	0% {
	  transform: scale(0.98, 1.02);
	}
  
	25% {
	  transform: scale(1.02, 0.98);
	}
  
	50% {
	  transform: scale(0.98, 1.02);
	}
  
	75% {
	  transform: scale(1.02, 0.98);
	}
  
	100% {
	  transform: scale(1, 1);
	}
}
.home_news_dl{
	margin-top: 0.7rem;
}

@media screen and (max-width:1440px) {
	.home_news_ul li {
		font-size: 0.16rem;
		padding: 0.08rem 0.6rem;
	}
	.home_news_ul li a{
		font-size: 0.2rem;
	}
}
@media screen and (max-width:1366px) {

}
@media screen and (max-width:1200px) {
	.home_news_dl{margin-top: 0.6rem;}
	.home_news_ul li {
		font-size: 0.14rem;
		padding: 0.08rem 0.4rem;
	}
	.home_news_ul li a{
		font-size: 0.16rem;
	}
}
@media screen and (max-width:1024px) {

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

}
@media screen and (max-width:768px) {
	.home_news_dl{margin-top: 0.4rem;}
	.home_news_ul li {
		font-size: 0.12rem;
		padding: 0.06rem 0.2rem;
	}
	
}
@media screen and (max-width:560px) {

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

}


/*  */
.HNews_partner_box{}

.HNews_partner{position:relative}
.HNews_partner_list{width:100%; padding:0; margin:0 auto; position:relative; overflow:hidden; z-index:1}
.HNews_partner_list .swiper-wrapper{display:flex; position:relative; width:100%; z-index:1}
.HNews_partner_list li{
	display:-webkit-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:flex;
	flex-shrink:0;
	position:relative;
	cursor:pointer;
}
.HNews_partner_list li a{
	display: block;
	width: 100%;
	overflow: hidden;
	border-radius: 0.25rem;
}
.HNews_partner_list .img{width:100%; box-sizing:border-box;position:relative; overflow:hidden}
.HNews_partner_list .img:before{content:""; display:block; padding-bottom:59.5%}
.HNews_partner_list .img img{ position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); width:100%; height:100%; object-fit:cover}

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

.HNews_text{
    box-sizing: border-box;
	padding: 0.55rem 0.25rem 0.7rem 0.25rem;
	background-color: #fff;
}
.HNews_text h2{
    font-size: 0.18rem;
	color: rgba(5,21,52,0.5);
}
.HNews_text h3{
    font-size: 0.22rem;
	color: var(--i_color);
	font-weight: bold;
	margin: 0.2rem 0;
	overflow:hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    box-sizing: border-box;
	transition: all 0.3s ease;
}
.HNews_text h4{
	font-size: 0.16rem;
	line-height: 0.22rem;
	color: rgba(5,21,52,0.5);
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    height: 1.32rem;
}
.HNews_partner_list li:hover img{
	width: 110%;
	height: 110%;
}
.HNews_partner_list li:hover h3{
	color: var(--i_color2);
}
/* 指示器 */
.HNews_partner .pt-pagination{display:none; text-align:center; margin:0.4rem auto 0}
.HNews_partner .pt-pagination .swiper-pagination-bullet{width:12px; height:12px;cursor: pointer; display:inline-block; margin:0 5px; background:#BBB; -webkit-border-radius:50%; -moz-border-radius:50%; -o-border-radius:50%; border-radius:50%; outline:none}
.HNews_partner .pt-pagination .swiper-pagination-bullet-active{position:relative; background:var(--i_color)}

/* 左右箭头 */
.HNews_partner .pt-button-prev, .HNews_partner .pt-button-next{position:absolute; top:50%; transform:translate(0,-50%); width:40px; height:50px; background:rgba(0,0,0,.3); z-index:999; cursor:pointer; outline:none}
.HNews_partner .pt-button-prev:before, .HNews_partner .pt-button-next:before{
	position:absolute;
	top:50%;
	left:50%;
	font-size:30px;
	line-height:30px;
	color:#FFF;
	font-family:-apple-system, simsun, system-ui, sans-serif;
	letter-spacing:-2px;
    -ms-transform:translate(-50%,-50%);
    -webkit-transform:translate(-50%,-50%);
    -moz-transform:translate(-50%,-50%);
    -o-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
}
.HNews_partner .pt-button-prev{left:1px}
.HNews_partner .pt-button-prev:before{content:"<"}
.HNews_partner .pt-button-next{right:1px}
.HNews_partner .pt-button-next:before{content:">"}

@media screen and (max-width:1440px){
	.home_news_bac {padding: 1rem 0;}
	.HNews_text {padding: 0.5rem 0.2rem 0.6rem 0.2rem;}
}
@media screen and (max-width:1366px){
	
}
@media screen and (max-width:1200px){
	.HNews_partner .pt-button-prev, .HNews_partner .pt-button-next{display:none}
	.HNews_partner .pt-pagination{display:block}
	.home_news_bac {padding: 0.8rem 0;}
	.HNews_text h3 {font-size: 0.2rem;}
	.HNews_text {padding: 0.4rem 0.2rem 0.5rem 0.2rem;}
}
@media screen and (max-width:959px){
	
}
@media screen and (max-width:767px){
	.home_news_bac {padding: 0.6rem 0;}
	.HNews_text {padding: 0.3rem 0.1rem 0.4rem 0.1rem;}
	.HNews_text h3 {
		font-size: 0.18rem;
		margin: 0.15rem 0;
	}
	.HNews_text h2 {font-size: 0.16rem;}
}
@media screen and (max-width:560px){
	.HNews_partner .pt-pagination{margin:14px auto 0}
	.HNews_partner .pt-pagination .swiper-pagination-bullet{width:10px; height:10px}
	.HNews_text h3 {
		font-size: 0.16rem;
		margin: 0.1rem 0;
	}
	.HNews_text h2 {font-size: 0.14rem;}
}



/* ---------------------footer--------------------------- */
.footer_form_bac{
    box-sizing: border-box;
	padding: 0.4rem 0;
	background: linear-gradient(135deg,rgba(212,231,250,1),rgba(217,233,255,1));
}
.footer_form{
    display: flex;
	display: -webkit-flex;
	align-items: center;
	flex-wrap: wrap;
}
.footer_form_left{
    width: 50%;
}
.footer_form_left h2{
    font-size: 0.18rem;
	color: rgba(5,21,52,0.4);
	display: inline-block;
	border-bottom: 1px solid rgba(5,21,52,0.4);
	font-weight: bold;
} 
.footer_form_left h3{
    font-size: 0.4rem;
	color: var(--i_color);
	font-weight: bold;
	margin: 0.2rem 0;
}
.footer_form_left h4{
    font-size: 0.14rem;
	color: var(--i_color);

}
.footer_form_right{
	width: 50%;
	box-sizing: border-box;
	padding-left: 9%;
}



#wpforms-29{--input_font_size:0.14rem; --input_height:0.52rem}
#wpforms-29{width:100%; margin:0 auto; padding:0}
#wpforms-form-29{width:100%; overflow:hidden}


#wpforms-29 input, #wpforms-29 button{margin:0; padding:0; border:none; background:none}
#wpforms-29 .wpforms-field{padding:0; margin:0}
#wpforms-29 .wpforms-error-container{line-height:16px}
#wpforms-29 .wpforms-field-container{width:100%; display:-webkit-flex; display:flex; flex-wrap:wrap; overflow:hidden}
#wpforms-29 .wpforms-submit-container{
	padding:0!important; width:100%; height:0.42rem;margin: 0 auto; 
	background:var(--i_color2);border-radius: 0.06rem; 
	position:relative;transition: all 0.3s ease;
}

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



#wpforms-29 .wpforms-field{
	position: relative;
}
#wpforms-29 .wpforms-field-label{
	font-size: 0;
}
#wpforms-29 .wpforms-field-label span{
	position: absolute;
	top: 0.19rem;
	left: 3px;
	font-size: 0.14rem;
    color: red;
}

#wpforms-29 .wpforms-field{width:100%; padding-bottom:20px; background:transparent; overflow:hidden}
#wpforms-29 .wpforms-field:nth-child(1){margin-right:0.1rem}
#wpforms-29 .wpforms-field:nth-child(1), #wpforms-29 .wpforms-field:nth-child(2){width:calc(50% - 0.05rem)}


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


#wpforms-29 input::-webkit-input-placeholder{color:rgba(62, 120, 160, 0.5); font-size:var(--input_font_size)}
#wpforms-29 input::-moz-placeholder{color:rgba(62, 120, 160, 0.5); font-size:var(--input_font_size)}
#wpforms-29 input::-moz-placeholder{color:rgba(62, 120, 160, 0.5); font-size:var(--input_font_size)}
#wpforms-29 input::-ms-input-placeholder{color:rgba(62, 120, 160, 0.5); font-size:var(--input_font_size)}
#wpforms-29 textarea::-webkit-input-placeholder{color:rgba(62, 120, 160, 0.5); font-size:var(--input_font_size)}
#wpforms-29 textarea::-moz-placeholder{color:rgba(62, 120, 160, 0.5); font-size:var(--input_font_size)}
#wpforms-29 textarea::-moz-placeholder{color:rgba(62, 120, 160, 0.5); font-size:var(--input_font_size)}
#wpforms-29 textarea::-ms-input-placeholder{color:rgba(62, 120, 160, 0.5); font-size:var(--input_font_size)}

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



#wpforms-29 .wpforms-submit-container button{
	overflow: hidden;width:100%; height:0.42rem; font-size:0.16rem; 
	color:#FFF; line-height:0.42rem; cursor:pointer; 
	text-transform:capitalize; position:relative; z-index:2;
}
#wpforms-29 .wpforms-submit-container img{position:absolute; top:50%; transform:translate(0,-50%); right:4px}



@media screen and (max-width:1440px) {
	.footer_form_right {padding-left: 6%;}
}
@media screen and (max-width:1366px) {

}
@media screen and (max-width:1200px) {
	.footer_form_right {padding-left: 3%;}
}
@media screen and (max-width:1024px) {
	.footer_form_right {padding-left: 0%;}
}
@media screen and (max-width:960px) {

}
@media screen and (max-width:768px) {
	.footer_form_left{display: none;}
	.footer_form_right{width: 100%;}
}
@media screen and (max-width:560px) {

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

}


.footer_bac{
   background: url('static/imgs/footer.webp') no-repeat center;
   background-size: cover;
   box-sizing: border-box;
   padding: 0.4rem 0 0.2rem 0;
}
.footer{
   display: flex;
   display: -webkit-flex;
   justify-content: space-between;
   box-sizing: border-box;
   padding-bottom: 0.2rem;
   border-bottom: 1px solid rgba(5,21,52,0.1);
}
.footer_txt{
   display: flex;
   display: -webkit-flex;
   align-items: center;
   
}
.footer_txt img{
	height: 0.7rem;
	margin-right: 0.5rem;
}
.footer_btn{
	display: flex;
	display: -webkit-flex;
	gap: 0.2rem;
}
.footer_btn a{
	box-sizing: border-box;
	padding-left: 0.2rem;
    padding-right: 0.2rem;
}
.footer_share{
   display: flex;
   display: -webkit-flex;
   gap: 0.2rem;
   align-items: center;
}
.footer_share dt{
   width: 0.46rem;
   height: 0.46rem;
   border-radius: 50%;
   border: 1px solid var(--i_color);
   display: flex;
   display: -webkit-flex;
   justify-content: center;
   align-items: center;
   transition: all 0.3s ease;
   position: relative;
}
.footer_share dt::after{
   content: '';
   position: absolute;
   top: 50%;
   left: 50%;
   width: 100%;
   height: 100%;
   transform: translate(-50%,-50%) scale(0.5);
   opacity: 0;
   transition: all 0.5s ease;
   background-color: var(--i_color2);
   z-index: 1;
 
}
.footer_share dt:hover::after{
   transform: translate(-50%,-50%) scale(1);
   opacity: 1;
   border-radius: 50%;
}
.footer_share dt:hover{
	border: 1px solid var(--i_color2);
	transform: translateY(-5px);
}
.footer_share dt a{
    display: block;
	width: 100%;
	height: 100%;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	align-items: center;
}
.footer_share dt a iconify-icon{
	color: var(--i_color);
	font-size: 0.2rem;
	position: relative;
	z-index: 2;
}
.footer_share dt:hover iconify-icon{
	color: #fff;
}
.footer_max{
    display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	margin-top: 0.2rem;
	flex-wrap: wrap;
	gap: 0.05rem 0;
}
.footer_max p{
	color: rgba(5,21,52,0.3);
	font-size: 0.14rem;
}
.footer_max a{
	font-size: 0.14rem;
	color: rgba(5,21,52,0.3);
}



@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:960px) {

}
@media screen and (max-width:768px) {
	.footer_txt img{display: none;}
	.footer_share{display: none;}
}
@media screen and (max-width:560px) {
	.footer_bac {padding: 0.2rem 0 ;}
}
@media screen and (max-width:425px) {

}


/*-------------------------- about------------------------- */
.banner_top{
	margin-top: var(--header_height);
}

.banner_about{
   position: relative;
   overflow: hidden;
}  
.banner_about::after{
    content: '';
	display: block;
	padding-bottom: 18.3%;
}
.banner_about img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
	height: 100%;
	object-fit: cover;
}








/* 当前位置 */
.in_position{padding:0.14rem 0; background:#fff;border-bottom: 1px solid rgba(5,21,52,0.1);}
.in_position a{display:block; float:left; font-size:14px; color:#4C4C4C; position:relative; line-height:0.2rem; text-transform:uppercase}

.in_position a:not(:last-child):after{content:">"; margin:0 4px; color:#4C4C4C}
.in_position a:last-child{color:var(--i_color2)!important}
.in_position a:hover{color:var(--i_color2)}
@media screen and (max-width:959px){
	.in_position a{font-size:15px}
}
@media screen and (max-width:767px){
	.in_position a{font-size:14px}
}
@media screen and (max-width:560px){
	.in_position a{font-size:12px}
}




.in_nav {
	width: 100%;
	margin: .3rem auto .0rem;
	position: relative;
	background: #FFF;
	box-shadow: 0 0.1rem 0.1rem rgba(168,198,255,0.2);
}
.in_nav.navFix {
	position: fixed;
	left: 0;
	margin: 0 auto 0;
	top: calc(var(--header_height));
	z-index: 2013;
}


.in_nav_tit {
	display: none;
	background: var(--i_color);
	text-align: center;
}
.in_nav_tit h6 {
	display: inline-block;
	font-size: 0.22rem;
	font-weight: bold;
	color: #fff;
	line-height: 0.6rem;
	text-transform: uppercase;
	padding-right: 0.4rem;
	background: url(static/imgs/arrow_down_hollow_bai.svg) no-repeat right center;
	background-size: .26rem;
}
.in_nav_tit.on h6 {
	background: url(static/imgs/arrow_up_hollow_bai.svg) no-repeat right center;
	background-size: .26rem;
}

.in_nav ul {
	margin: 0 auto;
	display: -webkit-flex;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	position: relative;
	z-index: 2;
}
.in_nav li {
	/* width: 50%; */
	box-sizing: border-box;
	padding: 0 0.4rem;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	position: relative;
	cursor: pointer;
}



.in_nav a {
	width: 100%;
	box-sizing: border-box;
	padding: 0.24rem 0;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	overflow: hidden;
	position: relative;
}
.in_nav .line {
	position: absolute;
	left: 50%;
	transform: translate(-50%, 0);
	bottom: 0;
	width: 0;
	height: 2px;
	background: var(--i_color);
	z-index: -1;
}

.in_nav p {
	font-size: 0.18rem;
	color: #3e3a39;
	font-weight: bold;
	text-transform: capitalize;
}



.in_nav li:hover .line,
.in_nav .curr .line {
	width: 100%;
	background-color: var(--i_color2);
}
.in_nav .curr i img,
.in_nav li:hover i img {
	top: -30px !important;
}
.in_nav .curr p,
.in_nav li:hover p {
	color: var(--i_color2);
}

.in_nav,
.in_nav li::before,
.in_nav li::after,
.in_nav .line,
.in_nav i img {
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease
}

@media screen and (max-width:959px) {
	.in_nav {
		margin: .3rem auto 0;
	}
	.in_nav_tit {
		display: block;
	}
	.in_nav ul,
	.in_nav::before {
		display: none;
	}
	.in_nav ul {
		box-sizing: border-box;
		padding: 0.2rem;
		background: rgb(0 0 0 / 3%);
	}
	.in_nav li {
		width: 100%;
		margin-bottom: 0.1rem;
		background: #FFF;
	}
	.in_nav li::before,
	.in_nav li::after {
		display: none;
	}
	.in_nav .line {
		height: 1px;
		z-index: 0;
	}
	.in_nav a {
		padding: 0.2rem 0;
	}
	.in_nav p {
		font-size: 0.17rem;
	}
	
	.in_nav {
		margin: .3rem auto 0rem;
		
	}
}
@media screen and (max-width:767px) {}
@media screen and (max-width:560px) {
	.in_nav_tit h6 {font-size: 0.18rem;}
	.in_nav a {padding: 0.16rem 0;}
	.in_nav_tit h6 {line-height: 0.5rem;background-size: 0.22rem; padding-right: 0.3rem;}
}

/* 公司介绍 */
.about_us_bac{
   background: url('static/imgs/about_us_bac.webp') no-repeat center;
   background-size: cover;
   padding: 0.8rem 0 0.7rem 0;
   position: relative;
   overflow: hidden;
}
.about_us_icon{
	display: block;
	position: absolute;
	bottom: 14%;
	left: -0.3rem;
	width: 1.43rem;
	height: 1.62rem;
	background: url('static/imgs/about_us_icon.webp') no-repeat center;
	background-size: contain;
}
.about_us_title{
   margin-bottom: 0.8rem;
}
.about_us_title h3{
   font-size: 0.5rem;
   color: var(--i_color);
   font-weight: bold;
   text-align: center;
   text-transform: capitalize;
}
.about_us_title h3 span{
   color: var(--i_color2);
}
.about_us{
   display: flex;
   display: -webkit-flex;
   flex-wrap: wrap;
   align-items: flex-start;
   position: relative;
   z-index: 2;
}
.about_us_left{
   width: 50%;
   box-sizing: border-box;
   padding-right: 1%;
}
.about_us_left h2{
   font-size: 0.4rem;
   color: var(--i_color);
   box-sizing: border-box;
   padding: 0.25rem 0.3rem;
   border-left: 0.05rem solid var(--i_color2); 
   font-weight: bold;
   margin-top: 0.4rem;
}
.about_us_left h2 span{
	color: var(--i_color2);
}
.about_us_ul{
   display: flex;
   display: -webkit-flex;
   gap: 0.3rem;
   flex-direction: column;
   margin-top: 0.4rem;
}
.about_us_ul li{
   font-size: 0.18rem;
   line-height: 0.3rem;
   color: var(--i_color);
}
.about_us_right{
	width: 50%;
	position: relative;
	box-sizing: border-box;
	padding-left: 5%;
}
.about_us_rightUl{
   display: flex;
   display: -webkit-flex;
   flex-direction: column;
} 
.about_us_rightUl li{
   box-sizing: border-box;
   padding: 0.25rem 0.2rem;
   transition: all 0.3s ease;
}
.about_us_rightUl li:hover{
	background: linear-gradient(to right,rgba(236,245,255,1),rgba(236,245,255,0));
}
.about_us_rightUl h2{
   font-size: 0.3rem;
   color: #051534;
   position: relative;
   box-sizing: border-box;
   padding-left: 0.2rem;
   text-transform: capitalize;
}
.about_us_rightUl h2::after{
   content: '';
   position: absolute;
   top: 0;
   left: 0;
   width: 0.06rem;
   height: 0.45rem;
   background-color: var(--i_color2);
}
.about_us_rightUl h3{
   font-size: 0.2rem;
   color: rgba(5,21,52,0.5);
   box-sizing: border-box;
   padding-left: 0.2rem;
   margin-top: 0.05rem;
}



@media screen and (max-width:1440px) {
	.about_us_bac {padding: 0.8rem 0 0.5rem 0;}
	.about_us_title h3 {font-size: 0.45rem;}
	.about_us_title {margin-bottom: 0.8rem;}
	.about_us_left h2 {font-size: 0.35rem;}
}
@media screen and (max-width:1366px) {

}
@media screen and (max-width:1200px) {
	.about_us_bac {padding: 0.6rem 0 0.5rem 0;}
	.about_us_title h3 {font-size: 0.4rem;}
	.about_us_title {margin-bottom: 0.6rem;}
	.about_us_left h2 {font-size: 0.3rem;}
	.about_us_left h2 {padding: 0.2rem 0.25rem;}
	.about_us_ul li {
		font-size: 0.18rem;
		line-height: 0.3rem;
	}
}
@media screen and (max-width:1024px) {
	.about_us_title h3 {font-size: 0.35rem;}
}
@media screen and (max-width:960px) {
	.about_us_title h3 {font-size: 0.3rem;}
	.about_us_left h2 {font-size: 0.28rem;}
	.about_us_ul li {
		font-size: 0.16rem;
		line-height: 0.24rem;
	}
	.about_us_left h2 {margin-top: 0.2rem;}
	.about_us_ul {
		gap: 0.2rem;
		margin-top: 0.2rem;
	}
}
@media screen and (max-width:768px) {
	.about_us_title h3 {font-size: 0.28rem;}
	.about_us_left h2 {font-size: 0.26rem;}
	.about_us_left h2 {padding: 0.15rem 0.2rem;}
	.about_us_left {
		width: 100%;
		padding-right: 0%;
		padding-right: 3%;
	}
	.about_us_right {width: 100%;}
	.about_us_icon {bottom: 74%;}
	.about_us_icon {
		width: 1rem;
		height: 1.2rem;
	}
	.about_us_right {padding-left: 0%;}
	.about_us_rightUl h2 {font-size: 0.25rem;}
}
@media screen and (max-width:560px) {
	.about_us_title h3 {font-size: 0.26rem;}
	.about_us_left h2 {font-size: 0.24rem;}
	.about_us_title {margin-bottom: 0.4rem;}
	.about_us_rightUl h2 {font-size: 0.2rem;}
}
@media screen and (max-width:425px) {
	.about_us_rightUl h2 {font-size: 0.18rem;}
}


/* 企业文化 */
.culture_bac{
   box-sizing: border-box;
   padding: 1.2rem 0;
   background: url('static/imgs/culture_bac.webp') no-repeat center;
   background-size: cover;
   position: relative;
   overflow: hidden;
}
.culture{
   position: relative;
   z-index: 2;
}
.culture_ul{
   display: flex;
   display: -webkit-flex;
   flex-wrap: wrap;
   gap: 0.7rem;
   margin-top: 1rem;
}
.culture_ul li{
   width: calc((100% - 1.4rem) / 3);
   border-radius: 0.15rem;
   overflow: hidden;
   transition: all 0.3s ease;
}
.culture_text{
   box-sizing: border-box;
   padding: 1.2rem 4%;
   transition: all 0.3s ease;
}
.culture_text h2{
   font-size: 0.3rem;
   color: var(--i_color);
   font-weight: bold;
   text-align: center;
   position: relative;
   box-sizing: border-box;
   padding-bottom: 0.2rem;
   margin-bottom: 0.2rem;
}
.culture_text h2::after{
	content: '';
	width: 0.45rem;
	height: 0.06rem;
	background-color: var(--i_color2);
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%,0);
}
.culture_text h3{
    font-size: 0.2rem;
	color: rgba(5,21,52,0.5);
	text-align: center;
}
.culture_img{
    width: 100%;
	position: relative;
	overflow: hidden;
}
.culture_img::after{
    content: '';
	display: block;
	padding-bottom: 67%;
}
.culture_img img{
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%,-50%);
   width: 100%;
   height: 100%;
   object-fit: cover;
   transition: all 0.3s ease;
}
.culture_active{
	box-sizing: border-box;
	box-shadow:  0 0 0.1rem rgba(205,228,253,0.5);
}
.culture_active .culture_text{
	background-color: #fff;
}
.culture_active img{
	width: 110%;
	height: 110%;
}
.culture_ul li:nth-child(2){
	display: flex;
	display: -webkit-flex;
	flex-direction: column;
	flex-direction: column-reverse;
}
.culture_icon{
	display: block;
	position: absolute;
	bottom: 14%;
	right: -0.3rem;
	width: 1.43rem;
	height: 1.62rem;
	background: url('static/imgs/about_us_icon.webp') no-repeat center;
	background-size: contain;
}

@media screen and (max-width:1440px) {
	.culture_bac {padding: 1rem 0;}
	.culture_ul {margin-top: 0.8rem;}
	.culture_text h2 {font-size: 0.28rem;}
	.culture_text {padding: 1rem 4%;}
}
@media screen and (max-width:1366px) {

}
@media screen and (max-width:1200px) {
	.culture_bac {padding: 0.8rem 0;}
	.culture_ul {margin-top: 0.6rem;}
	.culture_text h2 {font-size: 0.26rem;}
	.culture_text h3 {font-size: 0.18rem;}
	.culture_text {padding: 0.8rem 4%;}
	.culture_ul {gap: 0.6rem;}
	.culture_ul li {width: calc((100% - 1.2rem) / 3);}
}
@media screen and (max-width:1024px) {
	.culture_bac {padding: 0.6rem 0;}
}
@media screen and (max-width:960px) {
	.culture_text h2 {font-size: 0.24rem;}
	.culture_text h3 {font-size: 0.16rem;}
	.culture_text {padding: 0.6rem 4%;}
	.culture_ul {gap: 0.4rem;}
	.culture_ul li {width: calc((100% - 0.8rem) / 3);}
	.culture_bac {padding: 0.4rem 0 0.6rem 0;}
}
@media screen and (max-width:768px) {
	.culture_text h2 {font-size: 0.22rem;}
	.culture_text h3 {font-size: 0.14rem;}
	.culture_ul {gap: 0.2rem;}
	.culture_ul li {width: 100%;}
	.culture_ul li:nth-child(2) {flex-direction: column;}
}
@media screen and (max-width:560px) {
	.culture_ul {margin-top: 0.4rem;}
	.culture_text {padding: 0.4rem 4%;}
}
@media screen and (max-width:425px) {

}


/* 发展历程 */
.history_bac{
   box-sizing: border-box;
   padding:1.3rem 0 1.5rem 0;
   background: url('static/imgs/history_bac.webp') no-repeat center;
   background-size: cover;
}
.history{

}



/*  */
.history_partner_box{
	margin-top: 1.2rem;
}

.history_partner{position:relative}
.history_partner_list{width:100%; padding:0; margin:0 auto; position:relative; overflow:hidden; z-index:1}
.history_partner_list .swiper-wrapper{display:flex; position:relative; width:100%; z-index:1}
.history_partner_list li{
	display:-webkit-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:flex;
	flex-shrink:0;
	position:relative;
	cursor:pointer;
	flex-direction: column;
    align-items: flex-start;
	box-sizing: border-box;
	padding-left: 0.1rem;
}
.history_data{
	position: relative;
}
.history_partner_list h2{
    font-size: 0.7rem;
	color: var(--i_color);
	font-family: 'din';
	line-height: 100%;
	margin-bottom: 0.3rem;
	display: inline-block;
	transition: all 0.3s ease;
}
.history_partner_list i{
	position: absolute;
	left: 50%;
	bottom: -0.05rem;
	transform: translate(-50%,0%);
    display: block;
	width: 0.1rem;
	height: 0.1rem;
	border-radius: 50%;
	background-color: #fff;
	box-sizing: border-box;
	border: 0.02rem solid var(--i_color);
	display: flex;
    align-items: center;
    justify-content: center;
}
.history_partner_list i .dot{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 0.16rem;
	height: 0.16rem;
	border-radius: 50%;
	background-color: rgba(24, 76, 181, 1);
	opacity: 0;
	transition: all 0.3s ease;
	
}
.history_partner_list i .outline{
    position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 0.2rem;
	height: 0.2rem;
	border-radius: 50%;
	
}
@keyframes circle-keys {
	0% {
	  transform: translate(-50%,0%) scale(1);
	  opacity: 1;
	}
  
	50% {
	  transform: translate(-50%,0%) scale(1.5);
	  opacity: 1;
	}
  
	100% {
	  transform: translate(-50%,0%) scale(1);
	  opacity: 1;
	}
  }
  
@keyframes dot-keys {
	0% {
	  transform:translate(-50%, -50%) scale(1);
	}
  
	50% {
	  transform:translate(-50%, -50%) scale(0);
	}
  
	100% {
	  transform:translate(-50%, -50%) scale(1);
	}
}
  
@keyframes outline-keys {
	0% {
	  transform:translate(-50%, -50%) scale(0);
	  outline: solid 0.3rem rgba(24, 76, 181, 1);
	  outline-offset: 0;
	  opacity: 1;
	}
  
	100% {
	  transform:translate(-50%, -50%) scale(1);
	  outline: solid 0 transparent;
	  outline-offset: 0.05rem;
	  opacity: 0;
	}
}





.history_text{
	border-radius: 0.15rem;
	box-sizing: border-box;
	padding: 0.3rem 0.2rem;
	margin-top: 0.6rem;
	transition: all 0.3s ease;
	width: 100%;
}
.history_text h3{
    font-size: 0.24rem;
	color: var(--i_color);
	font-weight: bold;
	position: relative;
	box-sizing: border-box;
	padding-bottom: 0.2rem;
	margin-bottom: 0.2rem;
}
.history_text h3::after{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0.45rem;
	height: 0.06rem;
	background-color: var(--i_color2);
}
.history_text h4{
	font-size: 0.16rem;
	line-height: 0.22rem;
	color: var(--i_color);
}

.history_partner_list ul{
	position: relative;
}
.history_partner::after{
	content: '';
	width: 100%;
	height: 0.02rem;
	background-color: var(--i_color);
	position: absolute;
	top: 0.99rem;
	left: 0;
	z-index: -1;
}

.history_partner_list li:hover h2{
	color: var(--i_color2);
}
.history_partner_list li:hover .history_text{
	background-color: #fff;
	box-sizing: border-box;
	box-shadow: 0 0 0.1rem rgba(164,201,255,0.2);
}
.history_partner_list li:hover i{
	animation: circle-keys 2s ease-in-out infinite;
}
.history_partner_list li:hover .dot{
	animation: dot-keys 2s ease-in-out infinite;
	opacity: 1;
}
.history_partner_list li:hover .outline{
	animation: outline-keys 2s ease-in-out infinite;
}







/* 指示器 */
.history_partner .pt-pagination{display:none; text-align:center; margin:0.4rem auto 0}
.history_partner .pt-pagination .swiper-pagination-bullet{width:12px; height:12px;cursor: pointer; display:inline-block; margin:0 5px; background:#BBB; -webkit-border-radius:50%; -moz-border-radius:50%; -o-border-radius:50%; border-radius:50%; outline:none}
.history_partner .pt-pagination .swiper-pagination-bullet-active{position:relative; background:var(--i_color)}

/* 左右箭头 */
.history_partner_LR{
	display: flex;
	display: -webkit-flex;
	gap: 1rem;
	justify-content: center;
	margin-top: 1rem;
}
.history_partner .pt-button-prev, .history_partner .pt-button-next{
	width: 0.4rem;
	height: 0.4rem;
	border-radius: 0.05rem;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	align-items: center;
	border: 1px solid var(--i_color);
	cursor: pointer;
	transition: all 0.3s ease;
}
.history_partner .pt-button-prev iconify-icon,.history_partner .pt-button-next iconify-icon{
    font-size: 0.24rem;
	color: var(--i_color);
	font-weight: bold;
	transition: all 0.3s ease;
}

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


@media screen and (max-width:1440px){
	.history_bac {padding: 1.1rem 0 1.3rem 0;}
	.history_partner_box{margin-top: 1rem;}
	.history_partner_LR{
		gap: 0.8rem;
		margin-top: 0.8rem;
	}

}
@media screen and (max-width:1366px){
	
}
@media screen and (max-width:1200px){
	.history_partner .pt-button-prev, .history_partner .pt-button-next{display:none}
	.history_partner .pt-pagination{display:block}
	.history_bac {padding: 0.8rem 0 1rem 0;}
	.history_partner_box{margin-top: 0.8rem;}
	.history_partner_LR{
		gap: 0.6rem;
		margin-top: 0rem;
	}
}
@media screen and (max-width:959px){
	.history_bac {padding: 0.6rem 0 0.8rem 0;}
	.history_partner_box{margin-top: 0.6rem;}
}
@media screen and (max-width:767px){
	.history_text h3 {
		font-size: 0.22rem;
		padding-bottom: 0.15rem;
		margin-bottom: 0.15rem;
	}
}
@media screen and (max-width:560px){
	.history_partner .pt-pagination{margin:0.4rem auto 0}
	.history_partner .pt-pagination .swiper-pagination-bullet{width:10px; height:10px}
}



/* 研发团队 */

.team_bac{
	background: url('static/imgs/team_bac.webp') no-repeat center;
	background-size: cover;
}
.team_i{
	width: 1.87rem !important;
	height: 2.1rem !important;
	background: url('static/imgs/team_icon.webp') no-repeat center !important;
	background-size: contain !important;
}


/* 荣耀资质 */
.hon_bac{
	box-sizing: border-box;
	padding: 1rem 0;
	background: url('static/imgs/hon_bac.webp') no-repeat center;
	background-size: cover;
	overflow: hidden;
	position: relative;
}
.hon_icon1{
    position: absolute;
	top: 25%;
    left: -0.3rem;
	width: 1.24rem;
	height: 1.4rem;
	background: url('static/imgs/hon_icon1.webp') no-repeat center;
	background-size: contain;
	z-index: -1;
}
.hon_icon2{
	position: absolute;
	bottom: 25%;
    right: -0.3rem;
	width: 1.87rem;
	height: 2.10rem;
	background: url('static/imgs/hon_icon2.webp') no-repeat center;
	background-size: contain;
	z-index: -1;
}

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

.hon_partner{position:relative}
.hon_partner_list{width:100%; padding:0.8rem 0.1rem;box-sizing: border-box; margin:0 auto; position:relative; overflow:hidden; z-index:1}
.hon_partner_list .swiper-wrapper{display:flex; position:relative; width:100%; z-index:1}
.hon_partner_list li{
	display:-webkit-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:flex;
	flex-shrink:0;
	position:relative;
	cursor:pointer;
	box-shadow:  0 0 0.1rem rgba(168,198,255,0.7);
	transform: scale(1);
	transition: all 0.3s ease;
}

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


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


.hon_partner_list .swiper-slide-prev,.hon_partner_list .swiper-slide-next{
	transform: scale(1.15);
	z-index: 2;
	transition: all 0.3s ease;
}
.hon_partner_list .swiper-slide-active{
    transform: scale(1.3);
	z-index: 3;
	transition: all 0.3s ease;
}
.hon_text{
	font-size: 0.2rem;
	line-height: 0.32rem;
	color: var(--i_color);
	text-align: left;
	margin-top: 0.6rem;
}



/* 指示器 */
.hon_partner .pt-pagination{display:none; text-align:center; margin:0.4rem auto 0}
.hon_partner .pt-pagination .swiper-pagination-bullet{width:12px; height:12px;cursor: pointer; display:inline-block; margin:0 5px; background:#BBB; -webkit-border-radius:50%; -moz-border-radius:50%; -o-border-radius:50%; border-radius:50%; outline:none}
.hon_partner .pt-pagination .swiper-pagination-bullet-active{position:relative; background:var(--i_color)}

/* 左右箭头 */
.hon_partner .pt-button-prev, .hon_partner .pt-button-next{position:absolute; top:50%; transform:translate(0,-50%); width:40px; height:50px; background:rgba(0,0,0,.3); z-index:999; cursor:pointer; outline:none}
.hon_partner .pt-button-prev:before, .hon_partner .pt-button-next:before{
	position:absolute;
	top:50%;
	left:50%;
	font-size:30px;
	line-height:30px;
	color:#FFF;
	font-family:-apple-system, simsun, system-ui, sans-serif;
	letter-spacing:-2px;
    -ms-transform:translate(-50%,-50%);
    -webkit-transform:translate(-50%,-50%);
    -moz-transform:translate(-50%,-50%);
    -o-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
}
.hon_partner .pt-button-prev{left:1px}
.hon_partner .pt-button-prev:before{content:"<"}
.hon_partner .pt-button-next{right:1px}
.hon_partner .pt-button-next:before{content:">"}

@media screen and (max-width:1440px){
	.hon_bac {padding: 0.8rem 0;}
}
@media screen and (max-width:1366px){
	
}
@media screen and (max-width:1200px){
	.hon_partner .pt-button-prev, .hon_partner .pt-button-next{display:none}
	.hon_partner .pt-pagination{display:block}
	.hon_bac {padding: 0.6rem 0;}
}
@media screen and (max-width:959px){
	
}
@media screen and (max-width:767px){
	.hon_partner_box {margin-top: 0.4rem;}
	.hon_text br{display: none;}
	.hon_text {
		margin-top: 0.4rem;
	}
	.hon_partner_list {padding: 0.6rem 0.1rem;}
}
@media screen and (max-width:560px){
	.hon_partner .pt-pagination{margin:14px auto 0}
	.hon_partner .pt-pagination .swiper-pagination-bullet{width:10px; height:10px}
	.hon_partner_box {margin-top: 0.2rem;}
	.hon_text{
		font-size: 0.16rem;
		line-height: 0.24rem;
	}
}


/* mount */
.mount_bac{
   background: url('static/imgs/mount.webp') no-repeat center;
   background-size: cover;
   padding: 1.5rem 0;
   background-attachment: fixed;
}
.products_mount{
	background: url('static/imgs/products_mount.webp') no-repeat center;
	background-size: cover;
	background-attachment: fixed;
}



.mount{

}
.mount h2{
   display: inline-block;
   font-size: 0.4rem;
   color: var(--i_color);
   font-weight: bold;
   box-sizing: border-box;
   padding: 0.25rem 2.7rem 0.25rem 0.3rem;
   background: linear-gradient(to right,rgba(255,255,255,1),rgba(255,255,255,0));
   border-left: 0.05rem solid var(--i_color2);
}
.mount h2 span{
   color: var(--i_color2);
}

@media screen and (max-width:1440px) {
	.mount_bac{padding: 1.3rem 0;}
	.mount h2{font-size: 0.35rem;}
	.mount h2{padding: 0.25rem 2.4rem 0.25rem 0.3rem;}
}
@media screen and (max-width:1366px) {

}
@media screen and (max-width:1200px) {
	.mount_bac{padding: 1.1rem 0;}
	.mount h2{font-size: 0.3rem;}
	.mount h2{padding: 0.25rem 2rem 0.25rem 0.3rem;}
}
@media screen and (max-width:1024px) {

}
@media screen and (max-width:960px) {
	.mount_bac{padding: 0.8rem 0;}
	.mount h2{font-size: 0.28rem;}
}
@media screen and (max-width:768px) {
	.mount_bac{padding: 0.6rem 0;}
	.mount_bac{background-attachment: unset;}
	.products_mount{background-attachment: unset;}
	.mount h2{font-size: 0.26rem;}
	.mount h2{padding: 0.25rem 1.5rem 0.25rem 0.3rem;}
}
@media screen and (max-width:560px) {
	.mount h2{padding: 0.2rem 1rem 0.2rem 0.25rem;}
}
@media screen and (max-width:425px) {

}


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

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

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

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

} */






/* ------------------------------图片分裂---------------------- */
.contact_banner{
	position: relative;
    overflow: hidden;
    width: 100%;
	height: 4.82rem;
}
.wrapper {
	position: absolute;
    top:0;
    left: 0;
    width: 100%;
    width: 100vw;
    object-fit: cover;
	background-color: #fff;
    overflow: hidden;
}
.box {
	--box-width: 19.2rem;
	--box-height: 4.82rem;
	--frag-width: calc(var(--box-width) / var(--col));
	--frag-height: calc(var(--box-height) / var(--row));
	--img-url: url("static/imgs/banner_contact.webp");
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	width: var(--box-width);
	height: var(--box-height);
	position: relative;
}
.box.hide::after {
    opacity: 0;
}
.box.hide:hover::after {
    opacity: 0;
}
.box:hover::after {
	background-image: initial;
	font-size: 0.18rem;
}
.fragment {
	--x-offset: calc(var(--x) * var(--frag-width) * -1);
	--y-offset: calc(var(--y) * var(--frag-height) * -1);
	--rotateX: rotateX(0);
	--rotateY: rotateY(0);
	width: var(--frag-width);
	height: var(--frag-height);
	background: var(--img-url) var(--x-offset) var(--y-offset) / var(--box-width)
		var(--box-height) no-repeat;
	backface-visibility: hidden;
	will-change: transform;
	transform: var(--rotateX) var(--rotateY) scale(0.8);
	animation: flip var(--duration) linear var(--delay) forwards;
	opacity: 0;
}
@keyframes flip {
	0% {
		transform: var(--rotateX) var(--rotateY) scale(0.8);
		opacity: 0;
	}
	15% {
		transform: var(--rotateX) var(--rotateY) scale(0.8);
		opacity: 0;
	}
	70% {
		transform: rotateX(0) rotateY(0) scale(0.8);
		opacity: 1;
	}
	100% {
		transform: rotateX(0) rotateY(0) scale(1);
		opacity: 1;
	}
}
  





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

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

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

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



/* 联系方式 */
.contact_us{
	box-sizing: border-box;
	padding: 1rem 0;
}
.contact_us_ul{
    margin-top: 0.6rem;
	border: 1px solid rgba(5,21,52,0.1);
	border-radius: 0.2rem;
}
.contact_us_ul li{
   
}
.contact_us_dl{
   display: flex;
   display: -webkit-flex;

}
.contact_us_dl1{
   border-bottom: 1px solid rgba(5,21,52,0.1);
}
.contact_us_dl>dt{
	width: calc(100% / 3);
}
.contact_us_dl>dt:not(:last-child){
	border-right: 1px solid rgba(5,21,52,0.1);
}
.contact_us_dl2>dt:nth-child(1){
	width: calc(100% / 3 * 2);
}
.contact_us_dl2>dt:nth-child(2){
	width: calc(100% / 3 * 1);
}
.contact_us_dl>dt{
   display: flex;
   display: -webkit-flex;
   align-items: center;
   box-sizing: border-box;
   padding: 0.5rem 0.4rem;
}
.contact_us_dl>dt iconify-icon{
   font-size: 0.4rem;
   color: var(--i_color);
}
.contact_us_div{
   width: calc(100% - 0.4rem);
   box-sizing: border-box;
   padding-left: 0.7rem;
   display: flex;
   display: -webkit-flex;
   flex-direction: column;
   align-items: flex-start;
}
.contact_us_div h2{
   font-size: 0.18rem;
   color: rgba(5,21,52,0.5);
   position: relative;
   box-sizing: border-box;
   padding-bottom: 0.1rem;
   margin-bottom: 0.1rem;
   display: inline-block;
}
.contact_us_div h2::after{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 0.03rem;
	background-color: var(--i_color2);
}
.contact_us_div a{
    font-size: 0.2rem;
	color: var(--i_color);
	font-weight: bold;
	transition: all 0.3s ease;
}
.contact_us_div a:hover{
	color: var(--i_color2);
}
.contact_us_share{
    display: flex;
	display: -webkit-flex;
	flex-direction: column;
	align-items: flex-start !important;
	gap: 0.1rem;
}
.contact_us_share h3{
	font-size: 0.24rem;
	color: var(--i_color);
	font-weight: bold;
}




@media screen and (max-width:1440px) {
	.contact_us_div {padding-left: 0.6rem;}
	.contact_us_dl>dt {padding: 0.4rem 0.3rem;}
	.contact_us {padding: 0.8rem 0;}
}
@media screen and (max-width:1366px) {

}
@media screen and (max-width:1200px) {
	.contact_us_div {padding-left: 0.4rem;}
	.contact_us_dl>dt {padding: 0.3rem 0.2rem;}
	.contact_us {padding: 0.6rem 0;}
}
@media screen and (max-width:1024px) {

}
@media screen and (max-width:960px) {
	.contact_us_div {padding-left: 0.2rem;}
	.contact_us_div a {font-size: 0.2rem;}
}
@media screen and (max-width:768px) {
    .contact_us_share .footer_share{
		display: block !important;
		display: flex !important;
	}
	.contact_us_share .footer_share dt {
		width: 0.4rem;
		height: 0.4rem;
	}
	.contact_us_div a {font-size: 0.14rem;}
	.contact_us_div h2 {font-size: 0.16rem;}
	.contact_us_div {padding-left: 0.1rem;}
	.contact_us_dl>dt iconify-icon {font-size: 0.3rem;}
	.contact_us_div {width: calc(100% - 0.3rem);}
	.contact_us_share .footer_share dt {
		width: 0.35rem;
		height: 0.35rem;
	}
	.contact_us_share h3 {font-size: 0.2rem;}
	.contact_us_share .footer_share {gap: 0.1rem;}
	.footer_share dt a iconify-icon {font-size: 0.16rem;}
}
@media screen and (max-width:560px) {
	.contact_us_ul {margin-top: 0.4rem;}
	.contact_us_dl>dt {width: 100% !important;}
	.contact_us_dl{flex-wrap: wrap;}
	.contact_us_dl>dt:not(:last-child){border-bottom: 1px solid rgba(5,21,52,0.1);}
	.contact_us_div a {font-size: 0.18rem;}
	.contact_us_share .footer_share {gap: 0.2rem;}
	.contact_us_div {padding-left: 0.3rem;}
	.contact_us_dl>dt:not(:last-child) {
		border-right: 0px solid rgba(5,21,52,0.1);
	}
}
@media screen and (max-width:425px) {

}



/* 表单 */
.contact_form_bac{
   box-sizing: border-box;
   padding: 0.9rem 0;
   background: url('static/imgs/contact_form.webp') no-repeat center;
   background-size: cover;
   position: relative;
   overflow: hidden;
}
.contact_form_icon1{
	position: absolute;
	width: 1.43rem;
	height: 1.62rem;
	background: url('static/imgs/contact_icon.webp') no-repeat center;
	background-size: contain;
	left: -0.3rem;
	bottom: 13%;
	
}
.contact_form_icon2{
	position: absolute;
	width: 1.43rem;
	height: 1.62rem;
	background: url('static/imgs/contact_icon.webp') no-repeat center;
	background-size: contain;
	right: -0.3rem;
	top: 22%;
	
}
.contact_form{
   display: flex;
   display: -webkit-flex;
   flex-wrap: wrap;
   justify-content: space-between;
   align-items: center;
   position: relative;
   z-index: 2;
}
.contact_form_left{
   width: 42.5%;
}
.contact_form_left h2{
    font-size: 0.4rem;
    color: var(--i_color);
    font-weight: bold;
    box-sizing: border-box;
    padding: 0.25rem 0.3rem;
    background: linear-gradient(to right,rgba(255,255,255,1),rgba(255,255,255,0));
    border-left: 0.05rem solid var(--i_color2);
}
.contact_form_left h2 span{
   color: var(--i_color2);
}
.contact_form_left h3{
   font-size: 0.2rem;
   line-height: 0.34rem;
   color: var(--i_color);
   margin: 0.5rem 0;
}
.contact_form_left h4{
   font-size: 0.4rem;
   color: var(--i_color);
   font-weight: bold;
   margin-left: 0.4rem;
}
.contact_form_left h4 span{
   color: var(--i_color2);
}

.contact_form_right{
	width: 43.5%;
}
.contact_form_area{
	width: 100%;
	background-color: #fff;
	box-sizing: border-box;
	padding: 0.4rem;
	border-radius: 0.23rem;
	box-shadow:  0 0 0.1rem rgba(168,198,255,0.5);
}
.contact_form_area h2{
	font-size: 0.3rem;
	color: var(--i_color);
	text-align: center;
	font-weight: bold;
	margin-bottom: 0.3rem;
}




#wpforms-32{--input_font_size:0.16rem; --input_height:0.5rem}
#wpforms-32{width:100%; margin:0 auto; padding:0}
#wpforms-form-32{width:100%; overflow:hidden}


#wpforms-32 input, #wpforms-32 button{margin:0; padding:0; border:none; background:none}
#wpforms-32 .wpforms-field{padding:0; margin:0}
#wpforms-32 .wpforms-error-container{line-height:0.16rem}
#wpforms-32 .wpforms-field-container{
	width:100%;box-sizing: 
	border-box; display:-webkit-flex; 
	display:flex; flex-wrap:wrap; overflow:hidden
}




#wpforms-32 .wpforms-field{
	position: relative;
}
#wpforms-32 .wpforms-field-label{
	font-size: 0;
}
#wpforms-32 .wpforms-field-label span{
	position: absolute;
	top: 0.16rem;
	left: 3px;
	font-size: 0.14rem;
    color: red;
}

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

#wpforms-32 input{height:var(--input_height)}
#wpforms-32 textarea{height:1.8rem}
#wpforms-32 input, #wpforms-32 textarea{
	width:100%;border: 0; max-width:100%!important; font-size:var(--input_font_size);
	color:#222; box-sizing:border-box; line-height:120%; padding:0.1rem;
	border: 1px solid #CFE6F7;
	background-color: #F8FBFF;
	border-radius: 0.06rem;
}


#wpforms-32 input::-webkit-input-placeholder{color:rgba(5,21,52,0.5); font-size:var(--input_font_size)}
#wpforms-32 input::-moz-placeholder{color:rgba(5,21,52,0.5); font-size:var(--input_font_size)}
#wpforms-32 input::-moz-placeholder{color:rgba(5,21,52,0.5); font-size:var(--input_font_size)}
#wpforms-32 input::-ms-input-placeholder{color:rgba(5,21,52,0.5); font-size:var(--input_font_size)}
#wpforms-32 textarea::-webkit-input-placeholder{color:rgba(5,21,52,0.5); font-size:var(--input_font_size)}
#wpforms-32 textarea::-moz-placeholder{color:rgba(5,21,52,0.5); font-size:var(--input_font_size)}
#wpforms-32 textarea::-moz-placeholder{color:rgba(5,21,52,0.5); font-size:var(--input_font_size)}
#wpforms-32 textarea::-ms-input-placeholder{color:rgba(5,21,52,0.5); font-size:var(--input_font_size)}

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



#wpforms-32 .wpforms-submit-container button{
	width: 100%;
	font-size: 0.2rem;
	font-weight: bold;
	color: #fff;
	box-sizing: border-box;
	padding: 10px;
	padding: 0.14rem 0.6rem 0.14rem 0.45rem;
	transition: all 0.2s ease-in;
    position: relative;
    overflow: hidden;
	background-color: var(--i_color2);
	cursor: pointer;
	border-radius: 0.06rem;
}
#wpforms-32 .wpforms-submit-container button:hover{
	background-color: var(--i_color);
	
}
#wpforms-32 .wpforms-submit-container img{position:absolute; top:50%; transform:translate(0,-50%); right:4px}


@media screen and (max-width:1440px) {
	.contact_form_left h2 {font-size: 0.35rem;}
	.contact_form_left h3 {
		margin: 0.4rem 0;
	}
	.contact_form_left h4 {font-size: 0.35rem;}
	.contact_form_bac {padding: 0.8rem 0;}
}
@media screen and (max-width:1366px) {

}
@media screen and (max-width:1200px) {
	.contact_form_left h2 {font-size: 0.3rem;}
	.contact_form_left h3 {
		font-size: 0.18rem;
		line-height: 0.3rem;
	}
	.contact_form_left h4 {font-size: 0.3rem;}
	.contact_form_bac {padding: 0.6rem 0;}
}
@media screen and (max-width:1024px) {

}
@media screen and (max-width:960px) {
	.contact_form_left h2 {font-size: 0.28rem;}
	.contact_form_left h3 {
		font-size: 0.16rem;
		line-height: 0.24rem;
	}
	.contact_form_left h4 {font-size: 0.28rem;}
	.contact_form_right {
		width: 53.5%;
	}
}
@media screen and (max-width:768px) {
	.contact_form_left h2 {font-size: 0.26rem;}
	.contact_form_left {width: 100%;}
	.contact_form_right {width: 100%;margin-top: 0.4rem;}
}
@media screen and (max-width:560px) {
	.contact_form_left h2 {font-size: 0.24rem;}
	.contact_form_left h2 {padding: 0.2rem 0.25rem;}
	.contact_form_area {padding: 0.3rem;}
	.contact_form_area h2 {
		font-size: 0.26rem;
		margin-bottom: 0.2rem;
	}
}
@media screen and (max-width:425px) {

}


.contact_footer .footer_form_bac{
	display: none;
}


/* news */
.news_bac{
   box-sizing: border-box;
   padding: 0.8rem 0;
   background: linear-gradient(to top,rgba(236,245,255,0.5),rgba(236,245,255,0));
   position: relative;
   overflow: hidden;
}
.news_icon1{
	position: absolute;
	top: 38%;
	left: -0.3rem;
	width: 1.43rem;
	height: 1.62rem;
	background: url('static/imgs/news_icon1.webp') no-repeat center;
	background-size: contain;
	z-index: -1;
}
.news_icon2{
	position: absolute;
	bottom: 15%;
	right: -0.3rem;
	width: 1.43rem;
	height: 1.62rem;
	background: url('static/imgs/news_icon2.webp') no-repeat center;
	background-size: contain;
	z-index: -1;
}
.new{

}
.news_sort{
   display: flex;
   display: -webkit-flex;
   justify-content: center;
   gap: 0.2rem;
   margin-top: 0.7rem;
}
.news_sort li{

}
.news_sort li a{
	display: block;
	font-size: 0.18rem;
	color: var(--i_color);
	box-sizing: border-box;
	padding: 0.1rem 0.8rem;
	border: 1px solid var(--i_color);
	border-radius: 0.05rem;
}
.news_sort_acrive a{
	background-color: var(--i_color) !important;
    color: #fff !important;
}
.news_sort li a:hover{
	background-color: var(--i_color);
    color: #fff !important;
	animation: a 0.5s 1 linear;
	animation-delay: 0.01s;
}

.new_list{
   margin-top: 0.4rem;
}
.new_list li{
   box-sizing: border-box;
   padding: 0.4rem 0;
   border-bottom: 1px solid rgba(5,21,52,0.2);
   transition: all 0.3s ease;
}
.new_list li a{
   display: block;
   display: flex;
   display: -webkit-flex;
   align-items: center;
   box-sizing: border-box;
   padding: 0.2rem;
}
.news_img{
   width: 28%;
   position: relative;
   overflow: hidden;
   border-radius: 0.1rem;
}
.news_img::after{
   content: '';
   display: block;
   padding-bottom: 66%;
}
.news_img img{
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%,-50%);
   width: 100%;
   height: 100%;
   object-fit: cover;
   transition: all 0.3s ease;
   border-radius: 0.1rem;
   transition: all 0.3s ease;
}
.news_text{
   width: 72%;
   box-sizing: border-box;
   padding-left: 4.5%;
   
}
.news_text h2{
   font-size: 0.18rem;
   color: var(--i_color2);
  
}
.news_text h3{
   font-size: 0.3rem;
   color: var(--i_color);
   font-weight: bold;
   margin: 0.3rem 0 0.15rem 0;
   transition: all 0.3s ease;
   overflow:hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    box-sizing: border-box;
}
.news_text h4{
   font-size: 0.16rem;
   color: rgba(5,21,52,0.5);
   line-height: 0.22rem;
   overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
  -webkit-box-orient: vertical;
   -webkit-line-clamp: 3;
}

.new_list li:hover a{
	border-bottom: 1px solid transparent;
	box-shadow: 0 0 0.1rem rgba(24, 76, 181, 0.3);
	border-radius: 0.3rem;
}
.new_list li:hover img{
	width: 110%;
	height: 110%;
}
.new_list li:hover h3{
	color: var(--i_color2);
}




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

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

}
@media screen and (max-width:1200px) {
	.news_text h3 {font-size: 0.28rem;}
	.news_bac {padding: 0.6rem 0;}
}
@media screen and (max-width:1024px) {

}
@media screen and (max-width:960px) {
	.news_text h3 {font-size: 0.26rem;}
}
@media screen and (max-width:768px) {
	.news_sort li a {padding: 0.1rem 0.6rem;}
	.news_sort {margin-top: 0.6rem;}
	.news_text h3 {font-size: 0.24rem;}
	.news_text {padding-left: 4%;}
}
@media screen and (max-width:560px) {
	.news_sort li a {padding: 0.1rem 0.4rem;}
	.news_sort {margin-top: 0.4rem;}
	.news_text h3 {font-size: 0.22rem;margin: 0.2rem 0 0.1rem 0;}
	.news_text h4{-webkit-line-clamp:2;}
	.new_list li {padding: 0.2rem 0;}
	.news_text {padding-left: 3%;}
	.news_img::after {padding-bottom: 85%;}
}
@media screen and (max-width:425px) {
	.news_text h3 {font-size: 0.2rem;margin: 0.1rem 0 0.05rem 0;}
	.new_list {
		margin-top: 0.2rem;
	}
}


/* Number of pages */
.in_page_box {
	text-align: center;
	overflow: hidden;
	margin-top: 0.8rem;
}
.in_page {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.in_page li {
	min-width: .32rem;
	margin: 0 .04rem;
}
.in_page a,
.in_page span {
	display: block;
	padding: 0 .12rem;
	line-height: .32rem;
	font-size: .14rem;
	color: #666;
	background: #FFF;
	-webkit-border-radius: .05rem;
	border-radius: .05rem;
	border: 1px solid var(--border_color);
	overflow: hidden;
	transition: all 0.3s ease;
}
.in_page>i {
	margin-top: 0.14rem;
	width: 100%;
	font-size: 0.13rem;
	color: #888;
	display: none;
}

.in_page a:hover,
.in_page .active_page a,
.in_page .active_page span {
	border-color: var(--i_color2) !important;
	background: var(--i_color2);
	color: #FFF !important
}

@media screen and (max-width:1024px) {
	.in_page_box {margin-top: 0.6rem;}
}
@media screen and (max-width:768px) {
	.in_page li {
		min-width: .28rem;
	}
	.in_page a,
	.in_page span {
		line-height: 0.28rem;
		padding: 0 .1rem;
	}
	.in_page_box {margin-top: 0.4rem;}
}
@media screen and (max-width:560px) {

}


/* ---------------------solution---------------------- */
.solution{
	box-sizing: border-box;
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
}
.solution_left{
    background: linear-gradient(to top,rgba(165,194,220,0.6),rgba(165,194,220,0));
	width: 5.37rem;
	box-sizing: border-box;
	padding-top: 2.2rem;
	padding-bottom: 1rem;
}
.solution_left h2{
	font-size: 0.3rem;
	color: var(--i_color);
	font-weight: bold;
	margin-bottom: 0.6rem;
}
.solution_left_ul{
   display: flex;
   display: -webkit-flex;
   flex-direction: column;
   gap: 0.1rem;
   box-sizing: border-box;
   padding-right: 0.1rem;
   overflow: auto;
   max-height: 6rem;
}
/*滚动条*/
.solution_left_ul::-webkit-scrollbar {
	width: 1px;
	height: 8px
}
.solution_left_ul::-webkit-scrollbar-thumb {
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	background: rgb(107, 183, 250)
}
.solution_left_ul::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	border-radius: 0;
	background: #F1F1F1
}




.solution_left_ul li{

}
.solution_left_ul li a{
	font-size: 0.18rem;
	color: rgba(5,21,52,0.5);
	box-sizing: border-box;
	padding: 0.12rem 0.4rem 0.12rem 0.25rem;
	position: relative;
	z-index: 2;
	display: block;
	transition: all 0.3s ease;
}
.solution_left_ul li a::after{
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 0;
	height: 100%;
	background: linear-gradient(to right,rgba(255,255,255,1),rgba(255,255,255,0));
	transition: all 0.7s ease;
    z-index: -1;
}
.solution_left_ul li a::before{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0.05rem;
	height: 0%;
	background-color: var(--i_color2);
	transition: all 0.5s ease;
}
.solution_active a::after{
	width: 100% !important;
	right: auto !important;
	left: 0 !important;
	
}
.solution_active a::before{
	height: 100% !important;
	top: 0 !important;
	bottom: auto !important;
}
.solution_active a{
	color: var(--i_color2) !important;
}
.solution_left_ul li:hover a::after{
	width: 100%;
	right: auto;
	left: 0;
}
.solution_left_ul li:hover a::before{
	height: 100%;
	top: 0;
	bottom: auto;
}
.solution_left_ul li:hover a{
	color: var(--i_color2);
}

.solution_right{
    width: calc(100% - 5.37rem);
	box-sizing: border-box;
	padding-left: 4%;
	padding-top: 1rem;
	padding-bottom: 1rem;
	display: flex;
	display: -webkit-flex;
	flex-direction: column;
	align-items: center;
}
.solution_right h1{
    font-size: 0.4rem;
	color: var(--i_color);
	font-weight: bold;
	position: relative;
	box-sizing: border-box;
	padding-bottom: 0.3rem;
	text-align: center;
	margin-bottom: 0.4rem;
	display: inline-block;
}
.solution_right h1::after{
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%,0);
	width: 100%;
	height: 0.08rem;
	background-color: var(--i_color2);
}




@media screen and (max-width:1440px) {
	.solution_left{width: 5rem;}
	.solution_right{width: calc(100% - 5rem);}
}
@media screen and (max-width:1366px) {

}
@media screen and (max-width:1200px) {
	.solution_left{width: 4.5rem;}
	.solution_right{width: calc(100% - 4.5rem);}
	.solution_right h1 {
		font-size: 0.35rem;
		padding-bottom: 0.2rem;
		margin-bottom: 0.3rem;
	}
}
@media screen and (max-width:1024px) {
	.solution_left{width: 100%;padding-right: 3%;}
	.solution_right{width: 100%;padding-left: 3%;}
	.solution_left {
		background: linear-gradient(to top,rgba(165,194,220,0.5),rgba(165,194,220,0));
		padding-top: 0.8rem;
		padding-bottom: 0.8rem;
	}
	.solution_left h2 {
		font-size: 0.28rem;
		margin-bottom: 0.4rem;
	}
	.solution_left_ul {max-height: 5rem;}
	.solution_right {
		padding-top: 0.8rem;
		padding-bottom: 0.8rem;
	}
	.solution_right h1 {
		font-size: 0.3rem;
		padding-bottom: 0.2rem;
		margin-bottom: 0.2rem;
	}
}
@media screen and (max-width:960px) {
	.solution_left_ul {max-height: 4.5rem;}
}
@media screen and (max-width:768px) {
	.solution_left_ul {max-height: 4rem;}
	.solution_left {
		padding-top: 0.6rem;
		padding-bottom: 0.6rem;
	}
	.solution_right {
		padding-top: 0.6rem;
		padding-bottom: 0.6rem;
	}
	.solution_right h1 {
		font-size: 0.24rem;
		padding-bottom: 0.15rem;
		margin-bottom: 0.15rem;
	}
}
@media screen and (max-width:560px) {

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

}


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

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

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

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

} */


/* -----------------------products----------------------------- */

.products_bac{
   box-sizing: border-box;
   padding: 1rem 0;
   background: linear-gradient(to top,rgba(231,243,255,0.8),rgba(231,243,255,0));
}
.products{
   display: flex;
   display: -webkit-flex;
   flex-wrap: wrap;
}
.products_left{
	width: 3.27rem;
}


.products_left_h2{
	font-size: 0.23rem;
	color: #fff;
	font-weight: bold;
	margin-bottom: 0.2rem;
	text-transform: uppercase;
	background-color: var(--i_color);
	box-sizing: border-box;
	padding: 0.1rem 4%;
	display: none;
}
.products_left_h2 iconify-icon{
	color: #fff;
	font-size: 0.34rem;
	margin-left: 0.1rem;
	font-weight: bold;
	margin-bottom: 2px;
}

.list{
   display: flex;
   display: -webkit-flex;
   flex-direction: column;
   gap: 0.1rem 0;
   margin-top: 0.6rem;
}
.list li{
   position: relative;
}


.list_a{
	box-sizing: border-box;
    padding: 0.13rem 0.2rem;
	position: relative;
	z-index: 2;
	background-color: rgba(5,21,52,0.05);
}
.list_a::after{
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	background-color: rgba(5,21,52,0.05);
	width: 0;
	height: 100%;
	transition: all 0.5s ease-in-out;
	z-index: -1;
}
.list .list_a a{
   font-size: 0.18rem;
   color: var(--i_color);
   font-weight: bold;
   box-sizing: border-box;
   padding-right: 0.3rem;
   transition: all 0.3s ease;
}
.list  .list_a i{
   width: 0.5rem;
   height: 0.55rem;
   position: absolute;
   top: 0;
   right: 0;
   cursor: pointer;

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

.list_dl dt{
   box-sizing: border-box;
   padding: 0.115rem 0.2rem;
}
.list_dl dt a{
   font-size: 0.16rem;
   color: rgba(5,21,52,0.5);
   display: inline-block;
   border-bottom: 1px solid transparent;
   transition: all 0.3s ease;
   position: relative;
}

.list_dl dt a:hover{
	color: var(--i_color);
}

.list_active{

}

.list_active .list_a i iconify-icon{
	color: var(--i_color2);
	transform:translate(-50%,-50%) rotate(180deg);
}
.list_active .list_a a{
	color: var(--i_color2);
}



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


.products_right{
	width: calc(100% - 3.27rem);
	box-sizing: border-box;
	padding-left: 2.5%;
}
.products_right h2{
   font-size: 0.2rem;
   color: var(--i_color);
   text-align: right;
   margin-top: 0.5rem;
}
.products_right_ul{
   display: flex;
   display: -webkit-flex;
   flex-wrap: wrap;
   gap: 0.8rem 0.25rem;
   margin-top: 0.5rem;
}
.products_right_ul li{
   width: calc((100% - 0.5rem) / 3);
}
.products_right_ul li a{
   display: block;
   width: 100%;
}
.products_img{
   border-radius: 0.06rem;
   overflow: hidden;
   position: relative;
   background: rgba(5,21,52,0.05);
}
.products_img::after{
   content: '';
   display: block;
   padding-bottom: 75%;
}
.products_img img{
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%,-50%);
   width: 100%;
   height: 100%;
   object-fit: contain;
}
.products_text{
   display: flex;
   display: -webkit-flex;
   flex-direction: column;
   align-items: center;
}
.products_text h3{
   font-size: 0.2rem;
   color: var(--i_color);
   display: inline-block;
   margin: 0.25rem 0 0.2rem 0;
   transition: all 0.3s ease;
   border-bottom: 1px solid transparent;
   overflow:hidden;
   white-space: nowrap;
   text-overflow: ellipsis;
   box-sizing: border-box;
   max-width: 100%;
}
.products_text h4{
   font-size: 0.16rem;
   color: var(--i_color);
   display: inline-block;
   padding: 0.07rem 0.6rem;
   border: 1px solid var(--i_color);
   border-radius: 0.04rem;
   transition: all 0.3s ease;
   
}
.products_right_ul li:hover .products_text h3{
   border-bottom: 1px solid var(--i_color);
}
.products_right_ul li:hover .products_text h4{
   color: #fff;
   background-color: var(--i_color2);
   border: 1px solid var(--i_color2);
   animation: a 0.5s 1 linear;
   animation-delay: 0.01s;
}

@media screen and (max-width:1440px) {
	.products_text h3 {font-size: 0.2rem;}
	.products_right h2 {
		font-size: 0.18rem;
		margin-top: 0.4rem;
	}
	.products_right_ul {
		gap: 0.6rem 0.25rem;
		margin-top: 0.4rem;
	}
	.products_bac {padding: 0.8rem 0;}
}
@media screen and (max-width:1366px) {

}
@media screen and (max-width:1200px) {
	.products_text h3 {
		font-size: 0.18rem;
		margin: 0.2rem 0 0.15rem 0;
	}
	.products_text h4{
		font-size: 0.14rem;
		padding: 0.07rem 0.5rem;
	}
	.products_bac {padding: 0.6rem 0;}
}
@media screen and (max-width:1024px) {
	.products_left{width: 100%;}
	.products_right {width: 100%;padding-left: 0%;margin-top: 0.2rem;}
	.products_left_h2{display: block;}
	.products_left_h2{display: flex;display: -webkit-flex;justify-content: center;align-items: center;}
	.products_left .title{display: none;}
	.list {margin-top: 0.2rem;}
}
@media screen and (max-width:960px) {
	
}
@media screen and (max-width:768px) {
	.products_right_ul li {width: calc((100% - 0.2rem) / 2);}
	.products_right_ul {gap: 0.4rem 0.2rem;}
	.products_text h3 {font-size: 0.16rem;}
}
@media screen and (max-width:560px) {
	.products_text h3 {font-size: 0.14rem;}
	.products_text h4 {
		padding: 0.05rem 0.4rem;
	}
}
@media screen and (max-width:425px) {

}


/* -------------------------single_grid-------------------------- */
.single_grid_bac{
    box-sizing: border-box;
	padding: 1.6rem 0 1.3rem 0;
	position: relative;
	overflow: hidden;
}
.single_grid_icon{
	position: absolute;
	bottom: 8%;
	right: -0.4rem;
	width: 1.61rem;
	height: 1.81rem;
	background: url('static/imgs/single_grid_icon.webp') no-repeat center;
	background-size: contain;
	z-index: -1;
}
.single_grid{
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
}
.single_grid_left{
	width: 38.5%;
}
.single_grid_right{
	width: 61.5%;
	box-sizing: border-box;
	padding-left: 5%;
}
.single_grid_right h1{
    font-size: 0.4rem;
	color: var(--i_color);
	
}
.single_grid_right h6{
	font-size: 0.22rem;
	color: var(--i_color2);
	margin:0.1rem 0 0.4rem 0;
	font-weight: bold;
}
.single_grid_text{
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	align-items: flex-start;
}
.single_grid_textLeft,.single_grid_textRight{
	width: 100%;
    box-sizing: border-box;
	padding-right: 0%;
}
.single_grid_textRight{
    margin-top: 0.4rem;
}
.single_grid_text h2{
	display: inline-block;
	font-size: 0.22rem;
	color: var(--i_color);
	position: relative;
	box-sizing: border-box;
	padding-bottom: 0.1rem;
	margin-bottom: 0.15rem;
}
.single_grid_text h2::after{
	content: '';
	width: 100%;
	height: 0.03rem;
	background-color: var(--i_color2);
	position: absolute;
	bottom: 0;
	left: 0;
}
.single_grid_rightUL{
    display: flex;
	display: -webkit-flex;
	flex-direction: column;
	gap: 0.1rem;
}
.single_grid_rightUL li{
	font-size: 0.16rem;
	color: rgba(5,21,52,0.5);
	line-height: 0.22rem;
	position: relative;
	box-sizing: border-box;
	padding-left: 0.2rem;
}
.single_grid_rightUL li::after{
	content: '';
	position: absolute;
	top: 0.05rem;
	left: 0;
	width: 0.08rem;
	height: 0.08rem;
	background-color: rgba(5,21,52,0.5);
	border-radius: 50%;
}
.single_grid_rightImg{
    display: flex;
	display: -webkit-flex;
	gap: 0.1rem;
	margin-bottom: 0.3rem;
}
.single_grid_rightImg img{
	width: 0.5rem;
	height: 0.5rem;
	object-fit: contain;
}
.single_grid_share{
   display: flex;
   display: -webkit-flex;
   gap: 0.25rem;
}
.single_grid_share li{
   
}
.single_grid_share li a{
   display: block;
   width: 100%;
}
.single_grid_share li a iconify-icon{
	font-size: 0.24rem;
	color: rgba(5,21,52,0.2);
	transition: all 0.3s ease;
}
.single_grid_share li a iconify-icon:hover{
	color: var(--i_color2);
	transform: translateY(-5px);
}
.single_grid_btn{
	display: flex;
	display: -webkit-flex;
	gap: 0.2rem;
	margin-top: 0.6rem;
}
.single_grid_btn a{
	box-sizing: border-box;
	padding: 0.1rem 1rem;
}
.single_grid_tags{
   display: flex;
   display: -webkit-flex;
   flex-wrap: wrap;
   gap: 0.15rem;
   margin-top: 0.3rem;
}

.single_grid_tags h3{
   font-size: 0.16rem;
   line-height: 0.32rem;
   color: var(--i_color);
   line-height: 100%;
   transition: all 0.3s ease;
}
.single_grid_tags a{
	display: inline-block;
	font-size: 0.16rem;
	line-height: 100%;
	color: var(--i_color);
	border-bottom: 1px solid transparent;
	box-sizing: border-box;
	padding-bottom: 0.02rem;
	transition: all 0.3s ease;
}
.single_grid_tags a:hover{
	border-bottom: 1px solid var(--i_color2);
	color: var(--i_color2);
}
.gray{
	width: 100%;
	height: 0.2rem;
	background-color: #F2F3F5;
}


@media screen and (max-width:1440px) {
	.single_grid_right h1 {
		font-size: 0.35rem;
	}
	.single_grid_right h6{
		margin-bottom: 0.35rem;
	}
    .single_grid_btn {margin-top: 0.4rem;}
	.single_grid_bac {padding: 1.4rem 0 1.1rem 0;}
}
@media screen and (max-width:1366px) {

}
@media screen and (max-width:1200px) {
	.single_grid_right h1 {
		font-size: 0.3rem;
	}
	.single_grid_right h6{
		margin-bottom: 0.3rem;
	}
	.single_grid_btn {margin-top: 0.2rem;}
	.single_grid_bac {padding: 1.2rem 0 1rem 0;}
}
@media screen and (max-width:1024px) {
	.single_grid_right h1 {font-size: 0.28rem;}
	.single_grid_icon{display: none;}
	.single_grid_bac {padding: 1rem 0 0.8rem 0;}
}
@media screen and (max-width:960px) {
	.single_grid_bac {padding: 0.8rem 0;}
}
@media screen and (max-width:768px) {
	.single_grid_left {width: 100%;}
	.single_grid_right {
		width: 100%;
		padding-left: 0%;
	}
	.single_grid_bac .core_imgALL{display: none;}
	.single_grid_bac {padding: 0.6rem 0;}
	.gray{
		margin-top: 0.2rem;
	}
	
}
@media screen and (max-width:560px) {
	.single_grid_textLeft,.single_grid_textRight {
		width: 100%;
		padding-right: 0%;
	}
	.single_grid_rightUL{margin-bottom: 0.3rem;}
	
}
@media screen and (max-width:425px) {

}

/*  */
.sing_partner_box{}

.sing_partner{position:relative}
.sing_partner_list{width:100%; padding:0; margin:0 auto; position:relative; overflow:hidden; z-index:1}
.sing_partner_list .swiper-wrapper{display:flex; position:relative; width:100%; z-index:1}
.sing_partner_list li{
	display:-webkit-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:flex;
	flex-shrink:0;
	position:relative;
	cursor:pointer;
}

.sing_partner_list .img{width:100%;background-color: #fff; box-sizing:border-box; border:1px solid rgba(0,0,0,.2);border-radius: 0.15rem; position:relative; overflow:hidden}
.sing_partner_list .img:before{content:""; display:block; padding-bottom:75%}
.sing_partner_list .img img{ position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); width:100%; height:100%; object-fit:contain}


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

/* 指示器 */
.sing_partner .pt-pagination{display:none; text-align:center; margin:0.4rem auto 0}
.sing_partner .pt-pagination .swiper-pagination-bullet{width:12px; height:12px;cursor: pointer; display:inline-block; margin:0 5px; background:#BBB; -webkit-border-radius:50%; -moz-border-radius:50%; -o-border-radius:50%; border-radius:50%; outline:none}
.sing_partner .pt-pagination .swiper-pagination-bullet-active{position:relative; background:var(--i_color)}

/* 左右箭头 */
.sing_partner .pt-button-prev, .sing_partner .pt-button-next{position:absolute; top:50%; transform:translate(0,-50%); width:40px; height:50px; background:rgba(0,0,0,.3); z-index:999; cursor:pointer; outline:none}
.sing_partner .pt-button-prev:before, .sing_partner .pt-button-next:before{
	position:absolute;
	top:50%;
	left:50%;
	font-size:30px;
	line-height:30px;
	color:#FFF;
	font-family:-apple-system, simsun, system-ui, sans-serif;
	letter-spacing:-2px;
    -ms-transform:translate(-50%,-50%);
    -webkit-transform:translate(-50%,-50%);
    -moz-transform:translate(-50%,-50%);
    -o-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
}
.sing_partner .pt-button-prev{left:1px}
.sing_partner .pt-button-prev:before{content:"<"}
.sing_partner .pt-button-next{right:1px}
.sing_partner .pt-button-next:before{content:">"}

@media screen and (max-width:1440px){
	
}
@media screen and (max-width:1366px){
	
}
@media screen and (max-width:1200px){
	.sing_partner .pt-button-prev, .sing_partner .pt-button-next{display:none}
	.sing_partner .pt-pagination{display:block}
}
@media screen and (max-width:959px){
	
}
@media screen and (max-width:767px){
	
}
@media screen and (max-width:560px){
	.sing_partner .pt-pagination{margin:14px auto 0}
	.sing_partner .pt-pagination .swiper-pagination-bullet{width:10px; height:10px}
}


/* bjj */
.bjj_bac{
   box-sizing: border-box;
   padding: 0.6rem 0;
}
.bjj{

}
.bjj_title{

}
.bjj_title h2{
	font-size: 0.3rem;
	color: #222;
	box-sizing: border-box;
	font-weight: bold;
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
	position: relative;
	padding-bottom: 0.1rem;
	margin-bottom: 0.4rem;
}
.bjj_title h2::after{
	content: '';
	width: 1rem;
	height: 0.03rem;
	background-color: var(--i_color2);
	position: absolute;
	bottom: -1px;
	left: 0;

}














/* 相关产品 */
.hot_products_bac{
    box-sizing: border-box;
	padding: 1rem 0;
}
.hot_products{

}



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

.hot_partner{position:relative}
.hot_partner_list{width:100%; padding:0; margin:0 auto; position:relative; overflow:hidden; z-index:1}
.hot_partner_list .swiper-wrapper{display:flex; position:relative; width:100%; z-index:1}
.hot_partner_list li{
	display:-webkit-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:flex;
	flex-shrink:0;
	position:relative;
	cursor:pointer;
}
.hot_partner_list li a{
	display: block;
	width: 100%;
}
.hot_partner_list .img{width:100%; box-sizing:border-box; background: rgba(5,21,52,0.05); position:relative; overflow:hidden}
.hot_partner_list .img:before{content:""; display:block; padding-bottom:75%}
.hot_partner_list .img img{ position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); width:100%; height:100%; object-fit:contain}


.hot_partner_list .img img{-webkit-transition:all .5s ease; -moz-transition:all .5s ease; -ms-transition:all .5s ease; -o-transition:all .5s ease; transition:all .5s ease}
.hot_partner_text{
	display: flex;
    display: -webkit-flex;
    flex-direction: column;
    align-items: center;
}
.hot_partner_text h2{
    font-size: 0.22rem;
    color: var(--i_color);
    display: inline-block;
    margin: 0.25rem 0 0.2rem 0;
    transition: all 0.3s ease;
    border-bottom: 1px solid transparent;
	overflow:hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    box-sizing: border-box;
	max-width: 100%;
}
.hot_partner_text h3{
    font-size: 0.16rem;
    color: var(--i_color);
    display: inline-block;
    padding: 0.07rem 0.6rem;
    border: 1px solid var(--i_color);
    border-radius: 0.04rem;
    transition: all 0.3s ease;
}
.hot_partner_list li:hover .hot_partner_text h2{
    border-bottom: 1px solid var(--i_color);
}
.hot_partner_list li:hover .hot_partner_text h3{
	color: #fff;
    background-color: var(--i_color2);
    border: 1px solid var(--i_color2);
    animation: a 0.5s 1 linear;
    animation-delay: 0.01s;
}


/* 指示器 */
.hot_partner .pt-pagination{display:none; text-align:center; margin:0.4rem auto 0}
.hot_partner .pt-pagination .swiper-pagination-bullet{width:12px; height:12px;cursor: pointer; display:inline-block; margin:0 5px; background:#BBB; -webkit-border-radius:50%; -moz-border-radius:50%; -o-border-radius:50%; border-radius:50%; outline:none}
.hot_partner .pt-pagination .swiper-pagination-bullet-active{position:relative; background:var(--i_color)}

/* 左右箭头 */
.hot_partner .pt-button-prev, .hot_partner .pt-button-next{position:absolute; top:50%; transform:translate(0,-50%); width:40px; height:50px; background:rgba(0,0,0,.3); z-index:999; cursor:pointer; outline:none}
.hot_partner .pt-button-prev:before, .hot_partner .pt-button-next:before{
	position:absolute;
	top:50%;
	left:50%;
	font-size:30px;
	line-height:30px;
	color:#FFF;
	font-family:-apple-system, simsun, system-ui, sans-serif;
	letter-spacing:-2px;
    -ms-transform:translate(-50%,-50%);
    -webkit-transform:translate(-50%,-50%);
    -moz-transform:translate(-50%,-50%);
    -o-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
}
.hot_partner .pt-button-prev{left:1px}
.hot_partner .pt-button-prev:before{content:"<"}
.hot_partner .pt-button-next{right:1px}
.hot_partner .pt-button-next:before{content:">"}




@media screen and (max-width:1440px){
	.hot_products_bac {padding: 0.8rem 0;}
}
@media screen and (max-width:1366px){
	
}
@media screen and (max-width:1200px){
	.hot_partner .pt-button-prev, .hot_partner .pt-button-next{display:none}
	.hot_partner .pt-pagination{display:block}
	.hot_partner_text h2 {
		font-size: 0.2rem;
		margin: 0.2rem 0 0.15rem 0;
	}
	.hot_products_bac {padding: 0.6rem 0;}
}
@media screen and (max-width:959px){
	
}
@media screen and (max-width:767px){
	.hot_partner_text h2 {
		font-size: 0.18rem;
		margin: 0.15rem 0 0.1rem 0;
	}
	.hot_partner_text h3 {
		font-size: 0.14rem;
		padding: 0.07rem 0.5rem;
	}
}
@media screen and (max-width:560px){
	.hot_partner .pt-pagination{margin:14px auto 0}
	.hot_partner .pt-pagination .swiper-pagination-bullet{width:10px; height:10px}
	.hot_partner_box{margin-top: 0.4rem;}
}




/* Article  */
.in_news_art {
	box-sizing: border-box;
	padding: 0.6rem 0;
}

.in_news_art_tit {
	border-bottom: 1px solid #DDD;
	margin-bottom: .3rem;
	text-align: center;
	position: relative;
}
.in_news_art_tit h1 {
	margin-left: auto;
	margin-right: auto;
	font-size: .34rem;
	font-weight: bold;
}
.n_tit_time {
	margin: .4rem 0 .26rem;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
.n_tit_time>p {
	font-size: 0.16rem;
	color: #363636;
	position: relative;
}

.n_share {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.n_share p {
	font-size: 0.16rem;
	color: #363636;
}
.n_share a {
	margin-left: 0.2rem;
}
.n_share a i {
	font-size: 0.2rem;
	transition: all 0.3s ease;
}
.n_share a:hover i {
	color: var(--i_color2);
	transform: translateY(-5px);
}

.n_article,
.n_article * {
	
	line-height: 150%;
    box-sizing: border-box;
	
}
.n_article{
	padding: 0 5%;
}
.min_article{
	max-width: 10rem;
	margin: 0 auto;
}


.n_article img {
	display: block;
	margin: .2rem auto;
	max-width: 100% !important;
	height: initial !important
}

@media screen and (max-width:1440px) {
	.in_news_art_tit h1 {
		font-size: 0.28rem;
	}
	.n_tit_time {
		margin: 0.3rem 0 .26rem;
	}
	.n_article{padding: 0 4%;}
}
@media screen and (max-width:1200px) {
	.in_news_art_tit h1 {
		font-size: 0.24rem;
	}
	.n_article{padding: 0 3%;}
}
@media screen and (max-width:1024px) {
	.in_news_art_tit h1 {
		font-size: 0.22rem;
	}
	.n_tit_time {
		margin: 0.2rem 0 .22rem;
	}
	.n_article{padding: 0 2%;}
}
@media screen and (max-width:768px) {
	
	.n_tit_time>p,
	.n_share p {
		font-size: 0.15rem;
	}
	.n_article{padding: 0 1%;}
}
@media screen and (max-width:560px) {
	
	.n_tit_time>p {
		margin-right: 0.14rem;
		padding-right: 0.14rem;
	}
	.n_tit_time>p,
	.n_share p {
		font-size: 0.14rem;
	}
	.n_share a i {
		font-size: 0.18rem;
	}
}





.n_navigation {
	margin-top: 0.8rem;
	padding-top: 0.2rem;
	border-top: 1px solid var(--border_color);
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.n_navigation ul {
	width: 80%;
}
.n_navigation li {
	margin: .12rem 0;
}
.n_navigation li a {
	display: -webkit-flex;
	display: flex;
	flex-wrap: nowrap;
	align-items: baseline;
}
.n_navigation li p {
	margin-right: 0.06rem;
	font-size: 0.16rem;
	color: #363636;
	font-weight: bold;
	transition: all 0.3s ease;
}
.n_navigation li a:hover p {
	color: var(--i_color2);
}

.n_back {
	margin-left: auto;
	padding: .12rem .3rem;
	background: var(--i_color2);
	-webkit-border-radius: .3rem;
	border-radius: .3rem;
}
.n_back i {
	font-size: 0.16rem;
	color: #FFF;
}
.n_back b {
	margin-left: 0.06rem;
	font-size: 0.15rem;
	color: #FFF;
	font-weight: bold;
}

@media screen and (max-width:1024px) {
	.n_navigation ul {
		width: 76%;
	}
	.n_back b {
		font-size: 0.14rem;
	}
}
@media screen and (max-width:768px) {
	.n_navigation {
		margin-top: 0.6rem;
	}
	.n_navigation ul {
		width: 100%;
	}
	.n_navigation li p {
		font-size: 0.15rem;
	}
	.n_back {
		margin: .14rem 0 0 0;
	}
}
@media screen and (max-width:560px) {
	.n_navigation {
		margin-top: 0.4rem;
	}
	.n_navigation li p {
		font-size: 0.14rem;
	}
	.n_back {
		padding: .08rem .22rem;
		margin: .1rem 0 0 0;
	}
	.n_back i {
		font-size: 0.15rem;
	}
}





/* -------------------------------------- 侧边客服 -------------------------------------- */
.aside_right{position:fixed; right:-50px; bottom:20%; z-index:999999;transition: all 0.5s ease;}
.aside_right.on{
	right:10px;
}


.aside_right ul{}
.aside_right li{position:relative; cursor:pointer;}
.aside_right li>a{display:block;transition: all 0.3s ease; width:0.48rem;margin-top: 5px;border-radius: 50%; height:0.48rem; background:rgba(128,128,128,0.5); display:flex; justify-content:center; align-items:center; z-index:3}

.aside_right em{display:block; margin:0 auto; width:0.2rem; height:0.2rem;}
.aside_right li:nth-child(1) em{background:url(static/imgs/aside_ico_whatsapp.svg) no-repeat center; background-size:contain}
.aside_right li:nth-child(2) em{background:url(static/imgs/aside_ico_tel.svg) no-repeat center; background-size:contain}
/* .aside_right li:nth-child(3) em{background:url(static/imgs/wx.png) no-repeat center; background-size:contain} */
.aside_right li:nth-child(3) em{background:url(static/imgs/email.svg) no-repeat center; background-size:contain}
.aside_right li:nth-child(4) em{background:url(static/imgs/top1.svg) no-repeat center; background-size:contain}


/* .aside_right li:nth-child(3) .side_tel_box{width: 150px;box-sizing: border-box;}
.side_tel_box img{
	width: 100%;
	height: 100%;
	object-fit: contain;
} */



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

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

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

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

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


/* 侧边客服 表单 */
#aside_mask_bg{display:none; position:fixed; top:0%; left:0%; width:100%; height:100%; background:rgba(0,0,0,.6); z-index:9999999999998}
#aside_sc_from{display:none; position:fixed; top:50%; left:50%; transform:translate(-50%,-50%); width:800px; padding:0.6rem 0.4rem;border-radius: 0.2rem; background:#e2e2e2; z-index:9999999999999; overflow:auto}
#aside_sc_from .tit{margin-bottom:40px}
#aside_sc_from .tit h2{font-size:0.26rem; color:#333; text-align: center;text-transform: uppercase; font-weight:bold;}


#wpforms-35{--input_font_size:16px; --input_height:42px}
#wpforms-35{width:100%; margin:0 auto; padding:0}
#wpforms-form-35{width:100%; overflow:hidden}


#wpforms-35 input, #wpforms-35 button{margin:0; padding:0; border:none; background:none}
#wpforms-35 .wpforms-field{padding:0; margin:0}
#wpforms-35 .wpforms-error-container{line-height:16px}

#wpforms-35 .wpforms-field-container{width:100%; display:-webkit-flex; display:flex; flex-wrap:wrap; overflow:hidden}
#wpforms-35 .wpforms-submit-container{padding:0!important; width:170px; height:var(--input_height); background:var(--i_color);border-radius: 0.2rem; position:relative;margin:0 auto;}









#wpforms-35 .wpforms-field{
	position: relative;
}
#wpforms-35 .wpforms-field-label{
	font-size: 0;
}
#wpforms-35 .wpforms-field-label span{
	position: absolute;
	top: 15px;
	left: 3px;
	font-size: 0.14rem;
    color: red;
}




#wpforms-35 .wpforms-field{width:100%; margin-bottom:10px; padding-bottom:20px; background:transparent; overflow:hidden}
#wpforms-35 .wpforms-field:nth-child(1){margin-right:20px}
#wpforms-35 .wpforms-field:nth-child(1), #wpforms-35 .wpforms-field:nth-child(2){width:calc(50% - 10px)}



#wpforms-35 input{height:var(--input_height)}
#wpforms-35 textarea{min-height:100px}
#wpforms-35 input, #wpforms-35 textarea{width:100%;border: 0; max-width:100%!important; font-size:var(--input_font_size);border-radius: 0.1rem;background-color: white; color:#222; box-sizing:border-box; line-height:var(--input_height); padding:0 10px}



#wpforms-35 input::-webkit-input-placeholder{color:rgba(0,0,0,.3); font-size:var(--input_font_size)}
#wpforms-35 input::-moz-placeholder{color:rgba(0,0,0,.3); font-size:var(--input_font_size)}
#wpforms-35 input::-moz-placeholder{color:rgba(0,0,0,.3); font-size:var(--input_font_size)}
#wpforms-35 input::-ms-input-placeholder{color:rgba(0,0,0,.3); font-size:var(--input_font_size)}
#wpforms-35 textarea::-webkit-input-placeholder{color:rgba(0,0,0,.3); font-size:var(--input_font_size)}
#wpforms-35 textarea::-moz-placeholder{color:rgba(0,0,0,.3); font-size:var(--input_font_size)}
#wpforms-35 textarea::-moz-placeholder{color:rgba(0,0,0,.3); font-size:var(--input_font_size)}
#wpforms-35 textarea::-ms-input-placeholder{color:rgba(0,0,0,.3); font-size:var(--input_font_size)}



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

#wpforms-35 .wpforms-submit-container button{overflow: hidden;border-radius: 0.2rem; width:100%; height:var(--input_height); font-size:16px; color:#FFF; line-height:var(--input_height); cursor:pointer; text-transform:uppercase; position:relative; z-index:2}
#wpforms-35 .wpforms-submit-container img{position:absolute; top:50%; transform:translate(0,-50%); right:4px}



.close{position:absolute; top:20px; right:30px; display:block; width:50px; height:50px; background:url(static/imgs/close_1_hei.svg) no-repeat center; background-size:contain}
.close:hover{-webkit-transform:rotate(180deg); -moz-transform:rotate(180deg); -ms-transform:rotate(180deg); -o-transform:rotate(180deg); transform:rotate(180deg)}
.close{-webkit-transition:all 0.5s ease; -moz-transition:all 0.5s ease; -ms-transition:all 0.5s ease; -o-transition:all 0.5s ease; transition:all 0.5s ease}








#wpforms-35 .wpforms-submit-container:hover{
	background-color: var(--i_color2);
	animation: a 0.5s 1 linear;
	animation-delay: 0.01s;
}







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

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

}
@media screen and (max-width:1200px){
	
}
@media screen and (max-width:959px){
	/* .aside_right{display:none} */
	#aside_sc_from {width: 80%;}
	.aside_right li:nth-child(1),.aside_right li:nth-child(2),.aside_right li:nth-child(3){display: none;}
}
@media screen and (max-width:767px){

}
@media screen and (max-width:560px){
	#aside_sc_from {width: 87%;}
	#aside_sc_from .tit h2{font-size:0.24rem;}
}


/* 移动端底部 */
.footer_phone_show{
	display: none;
}
.footer_phone{
	
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: white;
	z-index: 999;
	
}
.footer_phone{
	width: 100%;
	display: flex;
	display: -webkit-flex;
	flex-direction: row;
}
.footer_phone li{
	width: 32%;
	padding: 0.13rem;
	border-right: 1px solid rgba(211,211,211,1);
	border-top: 1px solid rgba(211,211,211,1);
}
.footer_phone li:nth-child(3){
	border-right: 0px;
}
.footer_phone a{
	display: block;
	width: 100%;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	align-items: center;
}
.footer_phone iconify-icon {
    font-size: 0.23rem;
	color: var(--i_color);
}
.footer_phone p{
   font-size: 12px;
   color: #333333;
   font-family: Arial;
   margin-left: 0.1rem;
}

@media screen and (max-width:959px){
	.footer_phone_show{
		display: block;
	}
	footer{margin-bottom: 0.5rem;}
}





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



.btns {
	height: 4em;
	width: 12em;
	display: flex;
	align-items: center;
	justify-content: center;
	background: transparent;
	border: 0px solid black;
	cursor: pointer;
  }
  .btns:hover p{
	  color: var(--i_color);
  }  
  .wrapperss {
	height: 2em;
	width: 8em;
	position: relative;
	background: transparent;
	display: flex;
	justify-content: center;
	align-items: center;
  }
  
.thanks  .text {
	font-size: 17px;
	z-index: 1;
	color: #000;
	padding: 4px 12px;
	border-radius: 4px;
	background: rgba(255, 255, 255, 0.7);
	transition: all 0.5s ease;
  }
  
  .flower {
	display: grid;
	grid-template-columns: 1em 1em;
	position: absolute;
	transition: grid-template-columns 0.8s ease;
  }
  
  .flower1 {
	top: -12px;
	left: -13px;
	transform: rotate(5deg);
  }
  
  .flower2 {
	bottom: -5px;
	left: 8px;
	transform: rotate(35deg);
  }
  
  .flower3 {
	bottom: -15px;
	transform: rotate(0deg);
  }
  
  .flower4 {
	top: -14px;
	transform: rotate(15deg);
  }
  
  .flower5 {
	right: 11px;
	top: -3px;
	transform: rotate(25deg);
  }
  
  .flower6 {
	right: -15px;
	bottom: -15px;
	transform: rotate(30deg);
  }
  
  .petal {
	height: 1em;
	width: 1em;
	border-radius: 40% 70% / 7% 90%;
	background: linear-gradient(var(--i_color2), #fffcb3);
	border: 0.5px solid #ffffff;
	
	z-index: 0;
	transition: width 0.8s ease, height 0.8s ease;
  }
  
  .two {
	transform: rotate(90deg);
  }
  
  .three {
	transform: rotate(270deg);
  }
  
  .four {
	transform: rotate(180deg);
  }
  
  .btns:hover .petal {
	background: linear-gradient(#E870A5, #FFEFF6);
	border: 0.5px solid #FFEFF6;
	
  }
  
  .btns:hover .flower {
	grid-template-columns: 1.5em 1.5em;
  }
  
  .btns:hover .flower .petal {
	width: 1.5em;
	height: 1.5em;
  }
  
  .btns:hover .text {
	background: rgba(255, 255, 255, 0.4);
  }
  
  .btns:hover div.flower1 {
	animation: 15s linear 0s normal none infinite running flower1;
  }
  
  @keyframes flower1 {
	0% {
	  transform: rotate(5deg);
	}
  
	100% {
	  transform: rotate(365deg);
	}
  }
  
  .btns:hover div.flower2 {
	animation: 13s linear 1s normal none infinite running flower2;
  }
  
  @keyframes flower2 {
	0% {
	  transform: rotate(35deg);
	}
  
	100% {
	  transform: rotate(-325deg);
	}
  }
  
  .btns:hover div.flower3 {
	animation: 16s linear 1s normal none infinite running flower3;
  }
  
  @keyframes flower3 {
	0% {
	  transform: rotate(0deg);
	}
  
	100% {
	  transform: rotate(360deg);
	}
  }
  
  .btns:hover div.flower4 {
	animation: 17s linear 1s normal none infinite running flower4;
  }
  
  @keyframes flower4 {
	0% {
	  transform: rotate(15deg);
	}
  
	100% {
	  transform: rotate(375deg);
	}
  }
  
  .btns:hover div.flower5 {
	animation: 20s linear 1s normal none infinite running flower5;
  }
  
  @keyframes flower5 {
	0% {
	  transform: rotate(25deg);
	}
  
	100% {
	  transform: rotate(-335deg);
	}
  }
  
  .btns:hover div.flower6 {
	animation: 15s linear 1s normal none infinite running flower6;
  }
  
  @keyframes flower6 {
	0% {
	  transform: rotate(30deg);
	}
  
	100% {
	  transform: rotate(390deg);
	}
  }



















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




/* 搜索页 */
.search{background-color: white;}
.in_search_tit{padding-bottom:70px; text-align:center;background-color: white;}
.in_search_tit h2{font-size:34px; color:var(--i_color); font-weight:bold; text-transform:uppercase;padding-top: 0.4rem;}
.in_search_tit p{margin:16px 0; font-size:24px; color:#757575}
.in_search{width:510px; margin:0 auto; border:1px solid var(--border_color); overflow:hidden}
.in_search .search_ipt{float:left; box-sizing:border-box; padding-left:10px; width:calc(100% - 1.1rem); font-size:15px; color:#333; line-height:46px}
.in_search .search_btn{float:right; width:1.1rem; height:46px; line-height:46px; background:var(--i_color); font-size:0.18rem; color:#FFF;cursor: pointer;}



@media screen and (max-width:1440px){
	.in_search_tit{}
	.in_search_tit h2{font-size:32px}
	.in_search_tit p{font-size:22px}
	.pd_other li{width: 23%;margin-bottom: 0.6rem;}
}
@media screen and (max-width:1366px){
	.in_search_tit h2{font-size:28px}
	.in_search_tit p{font-size:20px}
	.in_search .search_btn{font-size:0.16rem}
}
@media screen and (max-width:1200px){
	.in_search_tit{padding-bottom:60px}
	.in_search_tit h2{font-size:26px}
	.in_search_tit p{margin:10px auto 16px; font-size:18px}
	.pd_other li{width: 23%;margin-bottom: 0.4rem;}
}
@media screen and (max-width:959px){
	.in_search_list li{margin-bottom:30px}
	.in_search_tit h2{font-size:24px}
	.in_search_tit p{font-size:17px}
	.pd_other li{width: 23%;margin-bottom: 0.2rem;}
}
@media screen and (max-width:767px){
	.in_search_tit{padding-bottom:40px}
	.in_search{width:90%}
	.in_search_tit h2{font-size:22px}
	.in_search_tit p{font-size:16px}
	
	
}
@media screen and (max-width:560px){
	.in_search_tit{padding-bottom:34px}
	.in_search{width:94%}
	.in_search_tit h2{font-size:20px}
	.in_search_tit p{font-size:14px}
	.in_search .search_ipt{line-height:38px}
	.in_search .search_btn{height:38px; line-height:38px}
}



/* search results list */
.in_search_list {
	padding-bottom: .6rem;
	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: block;
	padding: .2rem;
}
.in_search_list h2 {
	font-size: 0.18rem;
	color: #212121;
	font-weight: bold;
	position: relative;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.in_search_list h6 {
	margin: .1rem 0;
	font-size: 0.14rem;
	color: #666;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.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;
}

@media screen and (max-width:1024px) {
	.in_search_list h2 {
			font-size: 0.15rem;
			white-space: initial;
	}
	.in_search_list h6 {
			font-size: 0.13rem;
	}
	.in_search_list i {
			font-size: 0.12rem;
	}
}
@media screen and (max-width:959px) {}
@media screen and (max-width:767px) {
	.in_search_list li {
			margin-bottom: 0.2rem;
	}
}
@media screen and (max-width:560px) {
	.in_search_list {
		padding-bottom: .3rem
	}
}






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

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

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




/* tags */

.tags{
	box-sizing: border-box;
	padding: 0.8rem 0;
}
.tags>h2{
	font-size: 0.4rem;
	font-weight: bold;
	text-transform: uppercase;
	color: #333;
	text-align: center;
}

.tags .products_all_right{
	width: 100%;
}
.tags>p{
	font-size: 0.2rem;
	color: #333;
	margin: 0.2rem 0 0.4rem 0;
	text-align: center;
}

.tags .products_eyes{
	display: none;
}
.tags .products_list{
	padding-top: 0rem;
}
.tags .products_list_right{
	width: 100%;
	padding-left:0%;
}
.tags .products_right_ul{
	gap: 0.3rem;
}
.tags .products_right_ul li {width: calc((100% - 0.9rem) / 4);}


@media screen and (max-width:1600px) {
	
}
@media screen and (max-width:1440px) {
	
}
@media screen and (max-width:1366px) {
	
}
@media screen and (max-width:1200px) {
	.tags .products_right_ul{gap: 0.2rem;}
	.tags .products_right_ul li {width: calc((100% - 0.6rem) / 4);}
	.tags>h2{font-size: 0.35rem;}
	.tags {padding: 0.6rem 0;}
}
@media screen and (max-width:1024px) {
	
}
@media screen and (max-width:960px) {
	
}
@media screen and (max-width:767px) {
	
	.tags .products_list_right {
		margin-top: 0rem;
	}
	.tags .products_right_ul li {
		width: calc((100% - 0.2rem) / 2);
	}
	.tags>h2{font-size: 0.3rem;}
}
@media screen and (max-width:560px) {
	.tags>h2{font-size: 0.28rem;}
}
@media screen and (max-width:425px) {
	
}



.form_hide{
	display: none !important;
}















.abc {}