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

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

.wrap_top {
	width: 92%;
	margin: 0 auto
}
.wrap_82{
	width: 82%;
	margin: 0 auto
}
.wrap_left{
	padding-left: 10.9375%;
	box-sizing: border-box;
}
.wrap_right{
	padding-right: 10.9375%;
	box-sizing: border-box;
}
@media screen and (max-width:1600px) {
	.wrap {
		width: 80%
	}
	.wrap_left{padding-left: 10%;}
	.wrap_right{padding-right: 10%;}
	.wrap_82{
		width: 92%;
	}
}
@media screen and (max-width:1440px) {
	.wrap {
		width: 88%
	}
	.wrap_left{padding-left: 6%;}
	.wrap_right{padding-right: 6%;}
	.wrap_82{
		width: 96%;
	}
}
@media screen and (max-width:1366px) {
	.wrap_top {
		width: 96%;
	}
}
@media screen and (max-width:1024px) {
	.wrap {
		width: 94%
	}
	.wrap_left{padding-left: 3%;}
	.wrap_right{padding-right: 3%;}
	.wrap_top {
		position: initial;
	}
}


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

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

@font-face {
	font-family: 'poppins';
	src: url('https://lingju.global/fonts/poppins-regular.woff2') format("truetype");
	font-weight: normal;
}
@font-face {
	font-family: 'poppins';
	src: url('https://lingju.global/fonts/poppins-bold.woff2') format("truetype");
	font-weight: bold;
}
@font-face {
	font-family: 'poppins';
	src: url('https://lingju.global/fonts/poppins-semibold.woff2') format("truetype");
	font-weight: 600;
}

body{
	font-family: 'poppins','Arial',sans-serif;
}

/* header */
header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 2014;

}
header::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0%;
	height: 1px;
	background: #fff;
	z-index: 2014;
}

.top_cont {
	position: relative;
	z-index: 2013;
}
.top_cont::after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: var(--i_color2);
	z-index: -1;
	transition: all 0.3s ease;
}
.top {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	position: relative;
}
.TopHeader .top_cont{
	box-shadow: 0 4px 10px rgba(0, 0, 0, .1);
}

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

}


/* logo */
.logo {
	display: -webkit-flex;
	display: flex;
	align-items: center;
	height: var(--header_height);
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	align-items: center;
}
.logo a {
	display: -webkit-flex;
	display: flex;
	align-items: center;
	height: 100%;
}
.logo img {
	height: 0.38rem;
}

@media screen and (max-width:1600px) {
	.logo img {
		height: 0.35rem;
	}
}
@media screen and (max-width:1440px) {
	.logo img {
		height: 0.3rem;
	}

}
@media screen and (max-width:1024px) {
	.logo img {
		max-height: 45%;
	}

}





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

	.i_nav>li {
		position: relative;
	}

	.i_nav>li>a {
		display: block;
		font-size: .18rem;
		color: #fff;
		line-height: var(--header_height);
		white-space: nowrap;
		font-weight: bold;
		text-transform: capitalize;
		position: relative;
		box-sizing: border-box;
		padding: 0 0.25rem;
		z-index: 3;
	}
	.i_nav>li>a::after{
		content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%) scale(0.5);
        width: 50%;
        height: 50%;
        background-color: var(--i_color);
        opacity: 0;
        transition: all 0.5s ease;
		z-index: -1;
	}

	.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: #fff !important;
	}

	.i_nav>.current-menu-item>a::after,
	.i_nav>.current-category-ancestor>a::after,
	.i_nav>.current-post-ancestor>a::after,
	.i_nav>.current-menu-ancestor>a::after,
	.i_nav>.current-menu-parent>a::after,
	.i_nav>li:hover>a::after,
	.i_nav .curr>a::after{
		opacity: 1;
        transform: translate(-50%, -50%) scale(1);
		width: 100%;
		height: 100%;
	}

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

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

}

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

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

	.i_nav>li>a {
		font-size: 0.15rem;
	}
}
@media screen and (max-width:1200px) {

	.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: #fff;
	border-radius: .1rem;
	transition: 0.5s
}
.nav_menu::before,
.nav_menu::after {
	content: "";
	width: 100%;
	height: 3px;
	background: #fff;
	position: absolute;
	left: 0;
	border-radius: .1rem;
	transition: 0.5s
}
.nav_menu::before {
	top: 0;
}
.nav_menu::after {
	bottom: 0;
}


.nav_menu.on i {
	opacity: 0
}

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

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

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

}


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



.top_email{

}
.top_email a{
    display: block;
	margin-right: 0.2rem;
}
.top_email a iconify-icon{
	font-size: var(--size);
	color: var(--i_color);
	transition: all 0.3s ease;
}

.top_email a iconify-icon:hover{
	transform: translateY(-0.05rem);
}





.top_search_ico {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	height: var(--header_height);
	margin-right: 0.2rem;
	position: relative;
}
.top_search_ico i{
	display: block;
	box-sizing: border-box;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}
/* .top_search_ico::after{
	content: '';
	position: absolute;
	top: 50%;
	right: -0.2rem;
	transform: translate(0,-50%);
	width: 0.01rem;
	height: 0.2rem;
	background-color: rgba(0,0,0,0.3);
} */
.top_search_ico iconify-icon {
	font-size: var(--size);
	cursor: pointer;
	color: #fff;
	transition: all 0.3s ease;
}
.top_search_ico.on iconify-icon {
	color: var(--i_color);
}


.top_language {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	height: var(--header_height);
	position: relative;
}
.top_language_all{
   display: inline-block;
   height: 0.46rem;
   display: flex;
   display: -webkit-flex;
   align-items: center;
   box-sizing: border-box;
   padding: 0 0.2rem;
   cursor: pointer;
}
.top_language_all p{
   font-size: 0.18rem;
   color: #333;
   margin-right: 0.05rem;
   transition: all 0.3s ease;
   font-family: 'Roboto';
}
.top_language_all iconify-icon{
	font-size: var(--size);
	cursor: pointer;
	color: #fff;
	line-height: 100%;
	transition: all 0.3s ease;
}
.top_language.on p{
	color: var(--i_color);
}
.top_language.on iconify-icon {
	color: var(--i_color);
}



.language_list{
	opacity: 0;
	visibility: hidden;
	position: absolute;top: calc(var(--header_height) + .2rem);right: 0;
	background: #FFF;
	min-width: 1.2rem;
	z-index: 2016;
	box-shadow: 0 0 .1rem rgb(0 0 0 / 10%);
	-webkit-transition:all .4s ease; transition:all .4s ease;
	padding: .16rem .2rem;
}
.language_list.on{
	opacity: 1;
	visibility: visible;
	top: var(--header_height);
}

.language_list dt>h6{margin-bottom: 0.08rem; font-size: 0.17rem;font-weight: bold;white-space: nowrap;}
.curr_lang{margin-bottom: 0.12rem;padding-bottom: 0.12rem;border-bottom: 1px solid #EEE;}

.lang_list a{display: block; padding: .06rem 0;}
.lang_list span img{display: none;}
.lang_list .trp-ls-language-name{padding-left: 0.3rem; font-size: 14px;position: relative;}
.lang_list .trp-ls-language-name::before{content: '';position:absolute; top:50%; transform:translate(0,-50%);left: 0;width: 0.18rem;height: 0.18rem;box-sizing: border-box;border: 1px solid #AAA;-webkit-border-radius:50%; border-radius:50%;}
.lang_list .trp-ls-language-name::after{display: none; content: '';position:absolute; top:50%; transform:translate(0,-50%);left: 0.06rem;width: 0.06rem;height: 0.06rem;background: var(--i_color);-webkit-border-radius:50%; border-radius:50%;}

.lang_list li:hover .trp-ls-language-name::after,
.curr_lang .trp-ls-language-name::after{display: block;}
.lang_list li:hover .trp-ls-language-name,
.curr_lang .trp-ls-language-name{color: var(--i_color);}

@media screen and (max-width:1600px) {
	.top_language_all p{
		font-size: 0.16rem;
	}
}
@media screen and (max-width:1024px) {
	.top_r {
		--size: .24rem
	}
}
@media screen and (max-width:768px) {

}






.top_language,
.top_language>iconify-icon {
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}
@media screen and (max-width:1024px) {

	.top_language_all p {
		font-size: 0.16rem;
	}
}
@media screen and (max-width:768px) {


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



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






/* search main */
.top_search {
	--search_height: .38rem
}
.top_search {
	position: fixed;
	top: -1rem;
	left: 0;
	width: 100%;
	padding: .16rem 0;
	background: #FFF;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	z-index: 2000;
}
.top_search.on {
	top: var(--header_height);
	box-shadow: 0 0.06rem 0.1rem rgb(0 0 0 / 8%);
}
.top_search form {
	width: 80%;
	margin: 0 auto;
	max-width: 5rem;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	box-sizing: border-box;
	border: 1px solid var(--i_color);
	overflow: hidden;
}
.top_search_ipt {
	width: calc(100% - var(--search_height));
	height: var(--search_height);
	box-sizing: border-box;
	padding: 0 0 0 .12rem;
	border-radius: 0;
}
.top_search_btn {
	font-size: 0;
	width: calc(var(--search_height));
	height: var(--search_height);
	background: var(--i_color) url(static/imgs/search.svg) no-repeat center;
	background-size: .2rem;
	cursor: pointer;
	border-radius: 0;
}

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

	.top_search_ico {
		margin-right: 0.3rem;
	}
}
@media screen and (max-width:1200px) {}
@media screen and (max-width:1024px) {
	.top_r {
		margin-left: auto;
	}
	.top_search_ico {
		margin-right: 0;
	}
}
@media screen and (max-width:768px) {
	.top_search {
		--search_height: .34rem
	}
	.top_search {
		padding: .12rem 0;
	}
}
@media screen and (max-width:560px) {
	.top_search form {
		width: 94%;
	}
	.top_search_btn {}
}






/* 导航下拉 */
/* products */
@media screen and (min-width:1025px) {
    .xiala{
		position: fixed;
		top: var(--header_height);
		left: 50%;
		transform: translate(-50%,0);
		width: 100%;
		background-color: rgba(255, 255, 255, 1);
		box-sizing: border-box;
		padding:0.4rem 0;
		transition: top 0.3s ease;
		display: none;
		border-top: 1px solid var(--i_color2);
		box-shadow: 0 0.04rem 0.1rem rgba(0, 0, 0, .1);
	}
	.TopHeader .xiala{

	}
    .products_drop_ul{
        display: flex;
		display: -webkit-flex;
		flex-wrap: wrap;
		gap: 0.4rem;
	}
	.products_drop_ul li{
        width: calc((100% - 2.4rem) / 7);
	}
	.products_drop_ul li a{
		display: block;
		width: 100%;
	}
	.products_drop_img{
        position: relative;
		overflow: hidden;
	}
	.products_drop_img::after{
        content: '';
		display: block;
		padding-bottom: 100%;
	}
	.products_drop_img img{
        position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
		width: 100%;
		height: 100%;
		object-fit: contain;
	}
	.products_drop_ul li p{
		font-size: 0.16rem;
		color: #222;
		font-family: 'med';
		text-transform: capitalize;
		text-align: center;
		margin-top: 0.2rem;
		transition: all 0.3s ease;
	}
	.products_drop_ul li a:hover p{
		color: var(--i_color);
	}
    .products_nav ul,
	.solutions_nav ul{
		display: none !important;
	}
    .solution_drop{

	}
    .solution_drop_ul{
       display: flex;
	   display: -webkit-flex;
	   gap: 0.4rem 0.7rem;
	   justify-content: center;
	   flex-wrap: wrap;
	}
	.solution_drop_ul li{
       width: 2.2rem;

	}
	.solution_drop_ul li a{
       display: block;
	   width: 100%;
	}
	.solution_drop_img{
       position: relative;
	   overflow: hidden;
	   border-radius: 0.15rem;
	}
	.solution_drop_img::after{
       content: '';
	   display: block;
	   padding-bottom: 100%;
	}
	.solution_drop_img img{
       position: absolute;
	   top: 50%;
	   left: 50%;
       transform: translate(-50%,-50%);
	   width: 100%;
	   height: 100%;
	   object-fit: cover;
	}
	.solution_drop_ul li a p{
       font-size: 0.16rem;
	   line-height: 0.24rem;
	   color: #333;
	   font-family: 'med';
	   text-align: center;
	   text-transform: capitalize;
	   margin-top: 0.2rem;
	   transition: all 0.3s ease;
	}
	.solution_drop_ul li a:hover p{
		color: var(--i_color);
	}


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

	}
	@media screen and (max-width:1600px){
		.products_drop_ul{
			gap: 0.2rem;
		}
		.products_drop_ul li{
			width: calc((100% - 1.2rem) / 7);
		}
		.products_drop_ul li p {
			font-size: 0.14rem;
			margin-top: 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) {
	.xiala{display: none !important;}
}



.top_phone{
   display: inline-block;
   box-sizing: border-box;
   padding: 0 0.4rem;
   background-color: var(--i_color2);

}
.top_phone a{
   display: flex;
   display: -webkit-flex;
   justify-content: center;
   align-items: center;
   width: 100%;
   height: var(--header_height);
}
.top_phone a iconify-icon{
   font-size: 0.24rem;
   color: var(--i_color);
}
.top_phone a p{
   font-size: 0.2rem;
   color: #fff;
   font-weight: bold;
   margin-left: 0.1rem;
}



@media screen and (max-width:1440px){
	.top_phone a iconify-icon{
		font-size: 0.22rem;
	}
	.top_phone a p{
		font-size: 0.18rem;
	}
	.top_phone{
		padding: 0 0.35rem;
	}
}
@media screen and (max-width:1366px){

}
@media screen and (max-width:1200px){
	.top_phone a iconify-icon{
		font-size: 0.2rem;
	}
	.top_phone a p{
		font-size: 0.16rem;
	}
	.top_phone{
		padding: 0 0.3rem;
	}
}
@media screen and (max-width:1024px){
	.top_phone{margin-left: 0.2rem;}
}
@media screen and (max-width:960px){

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

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

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

}



/* banner */
.banner {
	position: fixed;
	top: var(--header_height);
	left: 0;
	width: 100%;
	height: calc(100vh - var(--header_height));
	overflow: hidden;

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


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


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

.banner-pagination .swiper-pagination-bullet {
	display: block;
	width: 0.7rem;
	height: 0.02rem;
	margin: 0 .05rem;
	background: rgb(255 255 255 / 40%);
	position: relative;
	outline: none
}
.banner-pagination .swiper-pagination-bullet-active::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: var(--i_color);
}


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

	.banner-button-prev,
	.banner-button-next {
		display: none
	}
	.banner-pagination .swiper-pagination-bullet {
		width: 0.6rem;
	}
}
@media screen and (max-width:768px) {

	.banner-pagination {
		bottom: 0.3rem;
	}
	.banner-pagination .swiper-pagination-bullet {
		width: 0.5rem;
	}
}
@media screen and (max-width:560px) {
	.banner-pagination {
		bottom: 0.2rem;
	}
	.banner-pagination .swiper-pagination-bullet {
		width: 0.4rem;
	}
}






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

main {
    position: relative;
    background: #FFF;
    max-width: 100%;
	overflow: hidden;
}

footer {
    max-width: 100%;
    position: relative;
    background-color: white;
}

/* banner 文字 */
.banner_text1{
   position: absolute;
   top: 17%;
   left: 50%;
   transform: translate(-50%,-50%);
}
.banner_text1_box{
   width: 100%;
   display: flex;
   flex-direction: column;
   align-items: center;
}
.banner_text1_box h3{
   font-size: 0.48rem;
   color: #fff;
   font-weight: 600;
   text-align: center;
}
.banner_text1_box h4{
   font-size: 0.24rem;
   display: inline-block;
   box-sizing: border-box;
   padding: 0.12rem 0.8rem;
   background: linear-gradient(90deg, rgba(0, 145, 219, 0) 0%, #0091DB 51%, rgba(0, 145, 219, 0) 100%, rgba(0, 145, 219, 0) 100%);
   color: #fff;
   margin-top: 0.1rem;
}



@media screen and (max-width:1440px){
	.banner_text1_box h3{
		font-size: 0.4rem;
	}
	.banner_text1_box h4{
		font-size: 0.2rem;
		padding: 0.12rem 0.6rem;
	}
}
@media screen and (max-width:1200px){
	.banner_text1_box h3{
		font-size: 0.35rem;
	}
	.banner_text1_box h4{
		font-size: 0.18rem;
		padding: 0.1rem 0.4rem;
	}
}
@media screen and (max-width:1024px){
	.banner_text1_box h3{
		font-size: 0.3rem;
	}
	.banner_text1_box h4{
		font-size: 0.16rem;
	}
}
@media screen and (max-width:960px){
	.banner_text1_box h3{
		font-size: 0.25rem;
	}
}
@media screen and (max-width:767px){
	.banner_text1_box h4{
		display: none;
	}
	.banner_text1_box h3{
		font-size: 0.22rem;
	}
}
@media screen and (max-width:560px){
	.banner_text1_box h3{
		font-size: 0.2rem;
	}
}
@media screen and (max-width:425px){

}







.home_btn{

}
.home_btn_center{
	display: flex;
	justify-content: center;
}
.home_btn_a{
	display: inline-block;
	padding: 0.105rem 0.3rem;
	background-color: var(--i_color);
	border-radius: 0.8rem;
	position: relative;
	z-index: 2;
	overflow: hidden;
}
.home_btn_flex{
   display: flex;
   align-items: center;
   gap: 0.1rem;
}
.home_btn_flex p{
   font-size: 0.18rem;
   color: #fff;
   text-transform: capitalize;
}
.home_btn_flex iconify-icon{
   font-size: 0.24rem;
   color: #fff;
}
.home_btn span{
	position: absolute;
	width: 25%;
	height: 100%;
	background-color: var(--i_color2);
	transform: translateY(150%);
	border-radius: 0%;
	left: calc((var(--n) - 1) * 25%);
	transition: 0.5s;
	transition-delay: calc((var(--n) - 1) * 0.1s);
	z-index: -1;
	border-radius: 50%;
}


.home_btn_a:hover span {
	transform: translateY(0) scale(2.8);
}
.home_btn span:nth-child(2) {
	--n: 1;
}

.home_btn span:nth-child(3) {
	--n: 2;
}

.home_btn span:nth-child(4) {
	--n: 3;
}

.home_btn span:nth-child(5) {
	--n: 4;
}

.home_btn_white .home_btn_a{
	background-color: #fff;
	border: 1px solid var(--i_color);
}
.home_btn_white p,
.home_btn_white iconify-icon{
	color: var(--i_color);
	transition: all 0.3s ease;
}
.home_btn_white .home_btn_a:hover p,
.home_btn_white .home_btn_a:hover iconify-icon{
	color: #fff;
}
.home_btn_white .home_btn_a:hover{
	border: 1px solid var(--i_color2);
}


.home_btn_black .home_btn_a{
	background-color: transparent;
	border: 1px solid #333;
}
.home_btn_black span{
	background-color: var(--i_color);
}
.home_btn_black p,
.home_btn_black iconify-icon{
	color: #333;
	transition: all 0.3s ease;
}
.home_btn_black .home_btn_a:hover p,
.home_btn_black .home_btn_a:hover iconify-icon{
	color: #fff;
}
.home_btn_black .home_btn_a:hover,
.home_btn_black .home_btn_a:hover{
	border: 1px solid var(--i_color);
}

.home_btn_hot .home_btn_a{
	background-color: #fff;
}
.home_btn_hot p,
.home_btn_hot iconify-icon{
	color: var(--i_color);
	transition: all 0.3s ease;
}
.home_btn_hot .home_btn_a:hover p,
.home_btn_hot .home_btn_a:hover iconify-icon{
	color: #fff;
}



.home_btn_tm .home_btn_a{
	background-color: transparent;
	border: 1px solid #FFF;
}
.home_btn_tm p,
.home_btn_tm iconify-icon{
	color: #FFF;
	transition: all 0.3s ease;
}
.home_btn_tm span{
	background-color: #FFF;
}
.home_btn_tm .home_btn_a:hover p,
.home_btn_tm .home_btn_a:hover iconify-icon{
	color: var(--i_color);
}




.home_btn_bule .home_btn_a{
	background-color: transparent;
	border: 1px solid var(--i_color);
}
.home_btn_bule p,
.home_btn_bule iconify-icon{
	color: var(--i_color);
	transition: all 0.3s ease;
}
.home_btn_bule span{
	background-color: var(--i_color);
}
.home_btn_bule .home_btn_a:hover p,
.home_btn_bule .home_btn_a:hover iconify-icon{
	color: #fff;
}




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

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

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

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

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

}








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

}
.title p{
   font-size: 0.4rem;
   color: #333;
   font-weight: 600;
   text-transform: capitalize;
   margin-bottom: 0.1rem;
}
.title span{
   line-height: 155%;
   font-size: 0.18rem;
   color: #666;
   display: block;
}
.title_center p,
.title_center span{
	text-align: center;
}
.title_white p,
.title_white span{
	color: #fff;
}

@media screen and (max-width:1440px){
	.title p {
		font-size: 0.35rem;
	}
}
@media screen and (max-width:1200px){
	.title p {
		font-size: 0.3rem;
	}
	.title span {
		font-size: 0.16rem;
	}
}
@media screen and (max-width:1024px){
	.title p {
		font-size: 0.28rem;
	}
}
@media screen and (max-width:960px){
	.title p {
		font-size: 0.26rem;
	}
}
@media screen and (max-width:767px){
	.title p {
		font-size: 0.24rem;
	}
	.title span {
		font-size: 0.14rem;
	}
}
@media screen and (max-width:560px){

	.title_box{
		flex-wrap: wrap;
	}
	.title span br{
		display: none;
	}
}
@media screen and (max-width:425px){

}


/* category */
.category_bac{
   box-sizing: border-box;
   padding: 1rem 0;
   background-color: #FAFDFF;
}
.category{

}
.category_ul{
    margin-top: 0.4rem;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 0.2rem;
    grid-template-rows: repeat(2, 3.8rem);
    width: 100%;
    grid-template-areas:
	   "a b c"
	   "a d e";
}
.category_ul li{

}
.category_ul li:nth-child(1){
    grid-area: a;
}
.category_ul li:nth-child(2){
    grid-area: b;
}
.category_ul li:nth-child(3){
    grid-area: c;
}
.category_ul li:nth-child(4){
    grid-area: d;
}
.category_ul li:nth-child(5){
    grid-area: e;
}
.category_ul li a{
   display: block;
   width: 100%;
   position: relative;
   z-index: 2;
   background-color: #fff;
   height: 100%;
   box-sizing: border-box;
   padding: 0.4rem 0.2rem;
   transition: all 0.3s ease;
}
.category_ul li a:hover h3{
	color: var(--i_color);
}
.category_ul li a h3{
   font-size: 0.28rem;
   color: #333;
   font-weight: 600;
   transition: all 0.3s ease;
}
.category_ul li a h4{
   line-height: 155%;
   font-size: 0.18rem;
   color: #666;
   margin-top: 0.15rem;
   display: none;
}
.category_ul li a img{
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: -1;
	width: 60%;
	height: auto;
	max-height: 80%;
	object-fit: contain;
}
.category_ul li a .home_btn{
	margin-top: 1rem;
}
.category_ul li:nth-child(1) img{
	width: 69%;
}
.category_ul li:nth-child(1) h4{
	display: block;
}



@media screen and (max-width:1440px){
	.category_ul{
		grid-template-rows: repeat(2, 3.4rem);
	}
	.category_ul li a h3 {
		font-size: 0.24em;
	}
	.category_ul li a h4 {
		font-size: 0.16rem;
		margin-top: 0.1rem;
	}
	.category_ul {
		grid-gap: 0.1rem;
	}
	.category_ul li a .home_btn {
		margin-top: 0.8rem;
	}
	.category_bac {
		padding: 0.8rem 0;
	}
}
@media screen and (max-width:1200px){
	.category_ul{
		grid-template-rows: repeat(2, 3rem);
	}
	.category_ul li a h3 {
		font-size: 0.2rem;
	}
	.category_ul li a .home_btn {
		margin-top: 0.6rem;
	}
	.category_bac {
		padding: 0.6rem 0;
	}
}
@media screen and (max-width:1024px){
	.category_ul{
		grid-template-rows: repeat(2, 2.6rem);
	}
	.category_ul li a .home_btn {
		margin-top: 0.4rem;
	}
}
@media screen and (max-width:960px){
	.category_ul li a .home_btn {
		margin-top: 0.2rem;
	}
}
@media screen and (max-width:767px){
    .category_ul li a h4 {
        font-size: 0.14rem;
    }
	.category_ul li a {
		padding: 0.2rem;
	}
	.category_ul{
		grid-template-rows: repeat(2, 2.2rem);
	}
}
@media screen and (max-width:560px){
	.category_ul{
		grid-template-columns: repeat(2, 1fr);
		grid-template-rows: repeat(4, 2rem);
		grid-template-areas:
		"a a"
		"a a"
		"b c"
		"d e";

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

}



/* hot_products */
.hot_products_bac{
   box-sizing: border-box;
   padding: 1rem 0;
   background: url('static/imgs/hot_products_bac.webp') center no-repeat;
   background-size: cover;
}
.hot_products{

}




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

.hot_partner{position:relative}
.hot_partner_list{width:100%; padding:0; margin:0 auto; position:relative; overflow:hidden; z-index:1}
.hot_partner_list .swiper-wrapper{display:flex; position:relative; width:100%; z-index:1}
.hot_partner_list li{
	display:-webkit-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:flex;
	flex-shrink:0;
	position:relative;
	cursor:pointer;
	flex-direction: column;
}
.hot_partner_list li a{
	display: block;
	width: 100%;
	position: relative;
	background-color: #fff;
	z-index: 2;
	box-sizing: border-box;
	padding: 0.18rem;
}
.hot_partner_list .img{width:100%; box-sizing:border-box; position:relative; overflow:hidden}
.hot_partner_list .img:before{content:""; display:block; padding-bottom:100%}
.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_img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	max-width: 90%;
	z-index: -1;
}
.hot_i{
	position: absolute;
	bottom: 0%;
	left: 0%;
	transform: translate(-50%,50%);
	width: 3.04rem;
	height: 3.04rem;
	border-radius: 50%;
	background: linear-gradient(222deg, rgba(0, 145, 219, 0.1) 15%, rgba(0, 145, 219, 0) 53%);
}

.hot_text{
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,145,219,0.8);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 0.2rem;
	transition: all 0.5s ease;
}
.hot_text h3{
	font-size: 0.24rem;
	color: #fff;
	font-weight: 600;
	text-align: center;
	box-sizing: border-box;
	padding: 0 3%;
	overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
  -webkit-box-orient: vertical;
   -webkit-line-clamp: 2;
   line-height: 175%;
}

.hot_partner_list li a:hover .hot_text{
	top: 0%;
}









/* 指示器 */
.hot_partner .pt-pagination{
	display:none;
	text-align:center;
	margin:0.4rem auto 0
}
.hot_partner .pt-pagination .swiper-pagination-bullet{
	width:0.12rem;
	height:0.12rem;
	box-sizing: border-box;
	border: 1px solid var(--i_color);
	cursor:pointer;
	display:inline-block;
	margin:0 0.05rem;
	background:var(--i_color);
	border-radius:2px;
	opacity: 1;
	outline:none
}
.hot_partner .pt-pagination .swiper-pagination-bullet-active{
	position:relative;
	background:transparent;
}

/* 左右箭头 */
.hot_partner .pt-button-prev, .hot_partner .pt-button-next{
	position:absolute;
	top:50%;
	transform:translate(0,-50%);
	width:0.5rem;
	height:0.5rem;
	border: 1px solid var(--i_color);
	box-sizing: border-box;
	z-index:999;
	cursor:pointer;
	outline:none;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	transition: all 0.3s ease;
}
.hot_partner .pt-button-prev iconify-icon, .hot_partner .pt-button-next iconify-icon{
	font-size: 0.2rem;
	color: var(--i_color);
	transition: all 0.3s ease;
}
.hot_partner .pt-button-prev{left:-5%;}
.hot_partner .pt-button-next{right:-5%;}

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

@media screen and (max-width:1440px){
	.hot_text h3 {
		font-size: 0.22rem;
	}
	.hot_products_bac {
		padding: 0.8rem 0;
	}
}
@media screen and (max-width:1200px){
	.hot_text h3 {
		font-size: 0.2rem;
	}
	.hot_products_bac {
		padding: 0.6rem 0;
	}
}
@media screen and (max-width:1024px){
	.hot_text h3 {
		font-size: 0.18rem;
	}
}
@media screen and (max-width:959px){

}
@media screen and (max-width:767px){
	.hot_text h3 {
		font-size: 0.16rem;
	}
	.hot_partner_box{
		margin-top: 0.4rem;
	}
}
@media screen and (max-width:560px){

}


/* home_about */
.home_about_bac{
   background-color: #FAFDFF;
   box-sizing: border-box;
   padding: 0.8rem 0;
   position: relative;
   z-index: 3;
   overflow: hidden ;
}
.home_about_cricle{
   position: absolute;
   top: -34%;
   right: -31%;
   display: block;
   width: 12.22rem;
   height: 12.22rem;
   transform: rotate(13.35deg);
   border-radius: 50%;
   border: 1.8rem solid var(--i_color);
   box-sizing: border-box;
   z-index: -1;
}
.home_about{

}
.home_about_box{
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}
.home_about_left{
	width: 48%;
	box-sizing: border-box;
	padding-right: 3%;
}
.home_about_left h3{
   font-size: 0.4rem;
   color: #333;
   font-weight: 600;
   line-height: 140%;
}
.home_about_left h4{
   font-size: 0.18rem;
   color: #666;
   line-height: 166%;
   margin: 0.2rem 0 0.7rem 0;
}
.home_about_right{
   width: 52%;
   position: relative;
}
.home_about_right img{
   width: 100%;
   height: auto;
}
.home_about_right i{
   width: 0.96rem;
   height: 0.96rem;
   background: url('static/imgs/video.png') center no-repeat;
   background-size: contain;
   position: absolute;
   bottom: 0.5rem;
   left: 0.7rem;
   cursor: pointer;
}
.home_about_ul{
   display: flex;
   box-sizing: border-box;
   padding-right: 10%;
   gap: 0.8rem;
   margin-top: 0.7rem;

}
.home_about_ul li{
   width: calc((100% - 2.4rem) / 4);
   display: flex;
   flex-direction: column;
   align-items: center;
   position: relative;
   z-index: 2;
}
.home_about_ul li::after{
	content: '';
	position: absolute;
	width: 0.98rem;
	height: 0.98rem;
	border-radius: 50%;
	background: linear-gradient(135deg, #0091DB 0%, rgba(0, 145, 219, 0) 100%);
	opacity: 0.1;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: -1;
}
.home_about_ul li h5{
    font-size: 0.24rem;
	color: #333;
	font-weight: bold;
	display: flex;
	gap: 0.2rem;
	align-items: flex-end;
}
.home_about_ul li h5 span{
	font-size: 0.68rem;
	color: #333;
	line-height: 120%;
	font-weight: bold;
}
.home_about_ul li h6{
    font-size: 0.16rem;
	color: #666;
	text-align: center;
	margin-top: 0.3rem;

}


@media screen and (max-width:1440px){
	.home_about_left h3 {
		font-size: 0.35rem;
	}
	.home_about_left h4 {
		font-size: 0.16rem;
		margin: 0.2rem 0 0.5rem 0;
	}
	.home_about_right i {
		width: 0.9rem;
		height: 0.9rem;
		bottom: 0.5rem;
		left: 0.5rem;
	}
	.home_about_cricle {
		width: 11rem;
		height: 11rem;
		border: 1.6rem solid var(--i_color);
	}
	.home_about_ul li h5 span {
		font-size: 0.6rem;
	}
	.home_about_ul {
		gap: 0.6rem;
		margin-top: 0.5rem;
	}
	.home_about_ul li {
		width: calc((100% - 1.8rem) / 4);
	}
}
@media screen and (max-width:1200px){
	.home_about_left h3 {
		font-size: 0.3rem;
	}
	.home_about_left h4 {
		margin: 0.2rem 0 0.4rem 0;
	}
	.home_about_right i {
		width: 0.8rem;
		height: 0.8rem;
		bottom: 0.4rem;
		left: 0.4rem;
	}
	.home_about_cricle {
		width: 10rem;
		height: 10rem;
		border: 1.4rem solid var(--i_color);
	}
	.home_about_bac {
		padding: 0.6rem 0;
	}
	.home_about_ul li h5 span {
		font-size: 0.5rem;
	}
	.home_about_ul {
		gap: 0.4rem;
		margin-top: 0.4rem;
	}
	.home_about_ul li {
		width: calc((100% - 1.2rem) / 4);
	}
}
@media screen and (max-width:1024px){
	.home_about_left h3 {
		font-size: 0.25rem;
	}
	.home_about_cricle {
		width: 8rem;
		height: 8rem;
		border: 1.2rem solid var(--i_color);
	}
	.home_about_ul {
		padding-right: 0%;
	}

}
@media screen and (max-width:960px){
	.home_about_left h3 {
		font-size: 0.22rem;
	}
}
@media screen and (max-width:767px){
	.home_about_left {
		width: 100%;
		padding-right: 0%;
	}
	.home_about_right {
		width: 100%;
		margin-top: 0.4rem;
	}
	.home_about_cricle {
		display: none;
	}
	.home_about_left h4 {
        margin: 0.2rem 0;
    }
	.home_about_ul li h6 {
		font-size: 0.14rem;
		margin-top: 0.2rem;
	}
	.home_about_ul {
		gap: 0.4rem 0.2rem;
		margin-top: 0.4rem;
		flex-wrap: wrap;
	}
	.home_about_ul li {
		width: calc((100% - 0.2rem) / 2);
	}
}
@media screen and (max-width:560px){

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

}



/* home_case */
.home_case_bac{
   box-sizing: border-box;
   padding-top: 0.8rem;
}
.home_case{

}
.home_case_box{
   margin-top: 0.4rem;
   position: relative;
   z-index: 2;
}
.home_case_box::after{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 30%;
	background: linear-gradient(180deg, rgba(0, 145, 219, 0) 0%, rgba(0, 145, 219, 0.376) 82%);
}
.home_case_img{

}
.home_case_img dt{

}
.home_case_img dt img{
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   object-fit: cover;


}
.home_case_ul{
   display: flex;
}
.home_case_ul li{
   position: relative;
   z-index: 3;
   width: 20%;
   flex-grow: 1;
   transition: all 0.7s ease;
   overflow: hidden;
}
.home_case_ul li:not(:last-child)::after{
   content: '';
   position: absolute;
   right: 0;
   top: 0;
   width: 1px;
   height: 100%;
   background: linear-gradient(270deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 99%) ;
}
.home_case_ul li.home_case_active{
	flex-grow: 1000 !important;
}
.home_case_ul li a{
	display: block;
	width: 100%;
	height: 7.2rem;
}
.home_case_ul li img{
   display: none;
   width: 100%;
   height: 100%;
   object-fit: cover;
   position: absolute;
   top: 0;
   left: 0;
   z-index: -3;
}

.home_case_ul li h3{
   position: absolute;
   font-size: 0.24rem;
   color: #fff;
   text-align: center;
   bottom: 0.6rem;
   left: 0;
   width: 100%;
   box-sizing: border-box;
   padding: 0 3%;
   transition: all 0.5s ease;
}
.home_case_text{
   position: absolute;
   top: 0;
   left: -100%;
   width: 100%;
   height: 100%;
   box-sizing: border-box;
   padding: 0.4rem 6%;
   display: flex;
   flex-direction: column;
   justify-content: center;
   transition: all 0.7s ease;
   z-index: 4;
   background-color: rgba(0, 0, 0, .4);
}
.home_case_text h4{
   font-size: 0.28rem;
   color: #fff;
   font-weight: 600;

}
.home_case_text h5{
   font-size: 0.18rem;
   line-height: 166%;
   color: #fff;
   margin: 0.2rem 0 1.2rem 0;
   overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
  -webkit-box-orient: vertical;
   -webkit-line-clamp: 3;
}



.home_case_ul li.home_case_active .home_case_text{
	left: 0%;
}
.home_case_ul li.home_case_active h3{
	opacity: 0;
}




@media screen and (max-width:1440px){
	.home_case_ul li h3{
		font-size: 0.22rem;
		bottom: 0.5rem;
	}
	.home_case_ul li a{
		height: 7rem;
	}
	.home_case_text h4 {
		font-size: 0.26rem;
	}
	.home_case_text h5 {
		margin: 0.2rem 0 1rem 0;
	}
}
@media screen and (max-width:1200px){
	.home_case_bac{
		padding-top: 0.6rem;
	}
	.home_case_ul li h3{
		font-size: 0.2rem;
		bottom: 0.4rem;
	}
	.home_case_ul li a{
		height: 6rem;
	}
	.home_case_text h4 {
		font-size: 0.24rem;
	}
	.home_case_text h5 {
		margin: 0.2rem 0 0.8rem 0;
	}
}
@media screen and (max-width:1024px){
	.home_case_ul li a{
		height: 5rem;
	}
	.home_case_text h5 {
		margin: 0.2rem 0 0.6rem 0;
	}
}
@media screen and (max-width:960px){
	.home_case_text h5 {
		margin: 0.2rem 0 0.4rem 0;
	}
}
@media screen and (max-width:767px){
    .home_case_ul{
		flex-wrap: wrap;
		gap: 0.1rem;
	}
	.home_case_ul li{
		width: 100% !important;
	}
	.home_case_img{
		display: none !important;
	}
	.home_case_ul li img{
		display: block;
	}
	.home_case_ul li a{
		height: 4rem;
	}
}
@media screen and (max-width:560px){
	.home_case_text h5 {
		font-size: 0.16rem;
	}
	.home_case_ul li a{
		height: 3rem;
	}
}
@media screen and (max-width:425px){

}



/* partner */
.partner_bac{
   box-sizing: border-box;
   padding: 0.8rem 0;
   position: relative;
   z-index: 3;
}
.partner_bacImg{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	max-width: 100%;
	z-index: -1;
}
.partner{

}




/*  */
.ptr_partner_box{
	margin-top: 0.3rem;
	padding:0 4% !important;
	box-sizing: border-box;
}

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

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

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

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





/* 指示器 */

.ptr_partner .pt-pagination {
    background: #D8D8D8;
    position: relative;
    width: 64%;
    height: 2px;
	margin-top: 0.4rem;
	margin-left: auto;
	margin-right: auto;
}
.ptr_partner .pt-pagination span{
	background-color: var(--i_color);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
}



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

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

}
@media screen and (max-width:1200px){
	.ptr_partner .pt-pagination{
		display: block;
	}
}
@media screen and (max-width:959px){

}
@media screen and (max-width:767px){
	.partner_bac {
		padding: 0.4rem 0;
	}
}
@media screen and (max-width:560px){

}



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

}


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

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


.HN_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}
.HN_text{
   box-sizing: border-box;
   padding-top: 0.3rem;
}
.HN_text h3{
   font-size: 0.22rem;
   color: #222;
   font-weight: 600;
   margin-bottom: 0.15rem;
   transition: all 0.3s ease;
   overflow:hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    box-sizing: border-box;
}
.HN_text h4{
   line-height: 162.5%;
   color: #666;
   font-size: 0.16rem;
   overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
  -webkit-box-orient: vertical;
   -webkit-line-clamp: 4;
}
.HN_text h5{
   font-size: 0.16rem;
   color: #666;
   margin: 0.3rem 0;

}
.HN_text i{
   display: flex;
   justify-content: center;
   align-items: center;
   width: 0.48rem;
   height: 0.48rem;
   border-radius: 50%;
   background-color: var(--i_color);
   opacity: 0;
   transition: all 0.3s ease;
}
.HN_text i iconify-icon{
	font-size: 0.22rem;
	color: #fff;
}

.HN_partner_list li a:hover h3{
	color: var(--i_color);
}
.HN_partner_list li a:hover i{
	opacity: 1;
}


/* 指示器 */
.HN_partner .pt-pagination{
	display:none;
	text-align:center;
	margin:0.4rem auto 0
}
.HN_partner .pt-pagination .swiper-pagination-bullet{
	width:0.12rem;
	height:0.12rem;
	box-sizing: border-box;
	border: 1px solid var(--i_color);
	cursor:pointer;
	display:inline-block;
	margin:0 0.05rem;
	background:var(--i_color);
	border-radius:2px;
	opacity: 1;
	outline:none
}
.HN_partner .pt-pagination .swiper-pagination-bullet-active{
	position:relative;
	background:transparent;
}


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

}
@media screen and (max-width:1200px){
	.HN_partner .pt-button-prev, .HN_partner .pt-button-next{display:none}
	.HN_partner .pt-pagination{display:block}
	.home_news_bac{
		padding-bottom: 0.6rem;
	}
	.HN_partner_box{
		margin-top: 0.4rem;
	}
}
@media screen and (max-width:1024px){

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

}
@media screen and (max-width:767px){
	.HN_text i{
		display: none;
	}
	.HN_text h3 {
		font-size: 0.2rem;
		margin-bottom: 0.1rem;
	}
}
@media screen and (max-width:560px){
	.HN_text {
		padding-top: 0.2rem;
	}
}



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

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









/* footer_top */
.footer_top_bac{
    box-sizing: border-box;
	padding-top: var(--footer_h);
	--footer_h:1rem;
	--footer_sh:-1rem;
}
.footer_top_all{
	background: url('static/imgs/footer_top_bac.webp') center no-repeat;
	background-size: cover;
}
.footer_top{
   display: flex;
   position: relative;
   box-sizing: border-box;
   padding: 0.5rem 0;
}
.footer_top_left{
   width: 43%;
}
.footer_top_left img{
   height: 0.36rem;
}
.footer_top_left h3{
   font-size: 0.24rem;
   color: #fff;
   margin: 0.2rem 0 0.1rem 0;
}
.footer_top_left h4{
   line-height: 155%;
   font-size: 0.18rem;
   color: rgba(255, 255, 255, 0.7);
}
.footer_top_right{
   position: absolute;
   right: 0;
   top: var(--footer_sh);
   background-color: var(--i_color);
   box-sizing: border-box;
   padding: 0.45rem 5%;
   width: 50%;
}
.footer_top_right::after{
	content: '';
	position: absolute;
	left: -0.78rem;
	top: 0;
	width: 0.78rem;
	height: var(--footer_h);
	background-color: #035883;
	clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}
.footer_top_right h5{
   font-size: 0.44rem;
   color: #fff;
   text-align: center;
   font-weight: 600;
}
.footer_top_text{
   background-color: #fff;
   box-sizing: border-box;
   padding: 0.1rem;
   display: flex;
   justify-content: space-between;
   align-items: center;
   margin-top: 0.35rem;

}
.footer_top_text h6{
   font-size: 0.18rem;
   color: #666;
}
.footer_top_text i{
   background-color: var(--i_color);
   font-size: 0.18rem;
   color: #fff;
   box-sizing: border-box;
   padding: 0.05rem 0.15rem;
   cursor: pointer;
   transition: all 0.3s ease;
}
.footer_top_text i:hover{
	background-color: var(--i_color2);
}

@media screen and (max-width:1440px){
	.footer_top_right h5 {
		font-size: 0.4rem;
	}
	.footer_top_bac{
		--footer_h:0.8rem;
		--footer_sh:-0.8rem;
	}
	.footer_top_right::after{
		left: -0.7rem;
		width: 0.7rem;
	}
}
@media screen and (max-width:1200px){
	.footer_top_right h5 {
		font-size: 0.35rem;
	}
	.footer_top_bac{
		--footer_h:0.6rem;
		--footer_sh:-0.6rem;
	}
	.footer_top_right::after{
		left: -0.6rem;
		width: 0.6rem;
	}
}
@media screen and (max-width:1024px){
	.footer_top_right h5 {
		font-size: 0.3rem;
	}
	.footer_top {
		padding: 0.4rem 0;
	}
	.footer_top_right{
		display: none;
	}
	.footer_top_left {
		width: 100%;
	}
	.footer_top_left h3 {
		font-size: 0.2rem;
	}
	.footer_top_left h4 {
		font-size: 0.16rem;
	}
	.footer_top_left img {
		height: 0.3rem;
	}
	.footer_top_bac {
		padding-top: 0;
	}
}
@media screen and (max-width:960px){
	.footer_top_left img {
		height: 0.25rem;
	}
}
@media screen and (max-width:767px){

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

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

}



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

}
.footer{
   display: flex;
   box-sizing: border-box;
   padding: 0.6rem 0;
}
.footer_1{
   width: 31.33%;
}
.footer_1 h3{

}
.footer_1 h3 a{
   font-size: 0.28rem;
   color: #fff;
   font-weight: 600;
}
.footer_contact{
   display: flex;
   flex-direction: column;
   gap: 0.15rem ;
   box-sizing: border-box;
   padding-right: 28%;
   margin: 0.2rem 0 0.4rem 0;
}
.footer_contact li{

}
.footer_contact li a{
   font-size: 0.18rem;
   color: rgba(255, 255, 255, 0.7);
   transition: all 0.3s ease;
}
.footer_contact li a:hover{
	color: #fff;
}
.foote_share{
   display: flex;
   gap: 0.3rem;

}
.foote_share dt{

}
.foote_share dt a{
   display: flex;
   justify-content: center;
   align-items: center;
   width: 0.55rem;
   height: 0.55rem;
   background-color: rgba(255, 255, 255, 0.1);
   transition: all 0.3s ease;
}
.foote_share dt a iconify-icon{
   font-size: 0.25rem;
   color: #fff;
}
.foote_share dt a:hover{
	background-color: var(--i_color);
	transform: translateY(-0.05rem);
}
.footer_2{
	width: 35.33%;
	box-sizing: border-box;
	padding-right: 8%;
}
.footer_h3{
	font-size: 0.24rem;
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 0.25rem;
}
.footer_3{
	width: 18.67%;
}
.footer_ul{
   display: flex;
   flex-direction: column;
   gap: 0.15rem;
}
.footer_ul ul{
	display: none !important;
}
.footer_ul li{

}
.footer_ul li a{
	font-size: 0.18rem;
	color: rgba(255, 255, 255, 0.6);
	transition: all 0.3s ease;
	position: relative;
	transition: all 0.3s ease;
}
.footer_ul li a::after{
	content: '';
	position: absolute;
	right: 0;
	bottom: 0;
	width: 0;
	height: 1px;
	background-color: #fff;
	transition: all 0.3s ease;
}

.footer_ul li a:hover{
	color: #fff;
}
.footer_ul li a:hover::after{
	width: 100%;
	right: auto;
	left: 0;
}

.footer_down{
	box-sizing: border-box;
	padding: 0.25rem 0;
	border-top: 1px solid rgba(255, 255, 255, 0.6);
}
.footer_down p{
	font-size: 0.16rem;
	color: rgba(255, 255, 255, 0.6);
}
.footer_down p a{
	font-size: 0.16rem;
	color: rgba(255, 255, 255, 0.6);
	transition: all 0.3s ease;
}
.footer_down p a:hover{
	color: #fff;
}

@media screen and (max-width:1440px){
	.footer_1 h3 a {
		font-size: 0.24rem;
	}
	.footer_h3 {
		font-size: 0.22rem;
	}
}
@media screen and (max-width:1200px){

}
@media screen and (max-width:1024px){
    .footer_2,.footer_3,.footer_4{
		display: none;
	}
	.footer_1{
		width: 100%;
	}
	.footer_contact {
		padding-right: 0%;
	}
}
@media screen and (max-width:960px){

}
@media screen and (max-width:767px){
	.footer {
		padding: 0.4rem 0;
	}
}
@media screen and (max-width:560px){
	.footer_down {
		padding: 0.25rem 0 0.75rem 0;
	}
}
@media screen and (max-width:425px){

}









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


#wpforms-31 input, #wpforms-31 button{margin:0; padding:0; border:none; background:none}
#wpforms-31 .wpforms-field{padding:0; margin:0}
#wpforms-31 .wpforms-error-container{line-height:16px}
#wpforms-31 .wpforms-field-container{width:100%; display:-webkit-flex; display:flex; flex-wrap:wrap; overflow:hidden}
#wpforms-31 .wpforms-submit-container{
	padding:0!important;max-width: 100%; position:relative;
	transition: all 0.3s ease;
	position: relative;
	z-index:2;
}


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



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

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



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



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

#wpforms-31 input, #wpforms-31 textarea{
	width:100%;border: 0; max-width:100%!important; font-size:var(--input_font_size);
	color:#fff;
	background-color: transparent;
	border-bottom: 1px solid rgba(255, 255, 255, 0.6);
	box-sizing:border-box; line-height:var(--input_height); padding:0 10px;
	box-shadow: 0 0 0 0 !important;
}
#wpforms-31 textarea{
	height:1rem;
	line-height: 166%;
	padding:10px;
}

#wpforms-31 input::-webkit-input-placeholder{color:rgba(255, 255, 255, 0.6); font-size:var(--input_font_size)}
#wpforms-31 input::-moz-placeholder{color:rgba(255, 255, 255, 0.6); font-size:var(--input_font_size)}
#wpforms-31 input::-moz-placeholder{color:rgba(255, 255, 255, 0.6); font-size:var(--input_font_size)}
#wpforms-31 input::-ms-input-placeholder{color:rgba(255, 255, 255, 0.6); font-size:var(--input_font_size)}
#wpforms-31 textarea::-webkit-input-placeholder{color:rgba(255, 255, 255, 0.6); font-size:var(--input_font_size)}
#wpforms-31 textarea::-moz-placeholder{color:rgba(255, 255, 255, 0.6); font-size:var(--input_font_size)}
#wpforms-31 textarea::-moz-placeholder{color:rgba(255, 255, 255, 0.6); font-size:var(--input_font_size)}
#wpforms-31 textarea::-ms-input-placeholder{color:rgba(255, 255, 255, 0.6); font-size:var(--input_font_size)}





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


#wpforms-31 .wpforms-submit-container button:hover{
	background-color: #fff;
	color: var(--i_color);
}


/* banner_about */
.banner_top{
	margin-top: var(--header_height);
}
.banner_about{
   position: relative;
}
.banner_about::after{
   content: '';
   display: block;
   padding-bottom: 29.17%;
}
.banner_about img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}




/* 当前位置 */
.in_position{padding:0.14rem 0;background-color: #FAFDFF;position: relative;z-index: 2;}

.in_position a{display:block; float:left; font-size:0.14rem; color:#4C4C4C; position:relative; line-height:0.2rem; text-transform:capitalize}
.in_position a:first-child{padding-left:0.24rem; background:url(static/imgs/home_b.svg) no-repeat left center; background-size:0.16rem}
.in_position a:not(:last-child):after{content:">"; margin:0 0.1rem; color:#4C4C4C}
.in_position a:last-child{color:var(--i_color)!important}
.in_position a:hover{color:var(--i_color)}
@media screen and (max-width:959px){
    .in_position{
	  display: none;
    }
}
@media screen and (max-width:767px){

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

}



/* about_us */
.about_us_bac{
   box-sizing: border-box;
   padding: 0.6rem 0;
   background: #FAFDFF;
   position: relative;
   z-index: 1;
}
.about_us_bac::after{
	content: '';
	position: absolute;
	top: 0%;
	left: 0%;
	width: 4.51rem;
	height: 5.0708rem;
	opacity: 0.2;
	background: #0091DB;
	filter: blur(378px);
	z-index: -1;
}
.about_us{
   display: flex;
   flex-wrap: wrap;
   align-items: center;
}
.about_us_left{
	width: 41.93%;
}
.about_us_right{
	width: 58.07%;
}
.about_us_right img{
	width: 100%;
	height: auto;
}


@media screen and (max-width:767px){
	.about_us_left{
		width: 100%;
		margin-bottom: 0.2rem;
	}
	.about_us_right{
		width: 100%;
	}
	.about_us_bac{
		padding: 0.4rem 0;
	}
}


/* about_adv */
.about_adv_bac{
    box-sizing: border-box;
	padding: 0.8rem 0;
	position: relative;
	z-index: 2;
	overflow: hidden;
}
.about_adv_bac::after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 80%;
	z-index: -2;
	background-color: var(--i_color);
}
.about_advImg{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	z-index: -1;
}
.about_adv{
   display: flex;
   flex-wrap: wrap;

}
.about_adv_left{
	width: 47.33%;
	box-sizing: border-box;
	padding-right: 4%;
}
.about_adv_right{
	width: 52.67%;
	position: relative;
}
.about_adv_right dt{
	display: none;
}
.about_adv_right dt.current{
	display: block;
	/* animation: oop 0.3s ease; */
}
@keyframes oop{
	0%{
		opacity: 0;
	}
	100%{
		opacity: 1;
	}
}
.about_adv_right::after{
	content: '';
	display: block;
	padding-bottom: 95.32%;
}
.about_adv_right img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
	height: 100%;
	object-fit: cover;
}
/*  */
.adv_partner_box{}

.adv_partner{position:relative}
.adv_partner_list{width:100%; padding:0; margin:0 auto; position:relative; overflow:hidden; z-index:1}
.adv_partner_list .swiper-wrapper{display:flex; position:relative; width:100%; z-index:1}
.adv_partner_list li{
	display:-webkit-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:flex;
	flex-shrink:0;
	position:relative;
	cursor:pointer;
	flex-direction: column;
}
.adv_partner_list li p{
	margin-bottom: 0.4rem;
}





/* 指示器 */
.adv_partner .pt-pagination{
	margin-top: 0.8rem;
}
.adv_partner .pt-pagination .swiper-pagination-bullet{
	width:0.1rem;
	height:0.1rem;
	box-sizing: border-box;
	cursor:pointer;
	display:inline-block;
	margin:0 0.05rem;
	background:rgba(255, 255, 255, 0.4);
	opacity: 1;
	outline:none;
	transition: all 0.3s ease;
	clip-path: polygon(0 0, 100% 0, 94% 100%, 0% 100%);
}
.adv_partner .pt-pagination .swiper-pagination-bullet-active{
	width: 0.8rem;
	background-color: #fff;
}



@media screen and (max-width:1440px){
	.adv_partner .pt-pagination{
		margin-top: 0.6rem;
	}
}
@media screen and (max-width:1200px){
	.adv_partner .pt-pagination .swiper-pagination-bullet{
		width:0.08rem;
		height:0.08rem;
	}
	.adv_partner .pt-pagination .swiper-pagination-bullet-active{
		width: 0.6rem;
	}
	.adv_partner_list li p {
		margin-bottom: 0.2rem;
	}
	.about_adv_bac{
		padding: 0.6rem 0;
	}
}
@media screen and (max-width:1024px){

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

}
@media screen and (max-width:767px){
	.adv_partner .pt-pagination .swiper-pagination-bullet{
		width:0.05rem;
		height:0.05rem;
	}
	.adv_partner .pt-pagination .swiper-pagination-bullet-active{
		width: 0.4rem;
	}
	.about_adv_left{
		width: 100%;
		padding-right: 0%;
		margin-top: 0.4rem;
	}
	.about_adv_right{
		width: 100%;
	}
	.about_adv {
		flex-direction: column-reverse;
	}
	.about_adv_bac::after{
		width: 100%;
		height: 100%;
	}
	.adv_partner .pt-pagination{
		margin-top: 0.4rem;
	}
}
@media screen and (max-width:560px){

}


/* history */
.history_bac{
	box-sizing: border-box;
	padding-bottom: 0.8rem;
	background: url('static/imgs/history_bac.webp') center no-repeat;
	background-size: cover;
}



.course_info {
  width: 100%;
  margin-bottom: 1rem;
  margin-top: 0.6rem;
}

.course_info_item {
  width: 100%;
  display: none;
  transition: all 0.4s;
}

.course_info .active {
  display: block;
}

.course_info_box {
	display: flex;
    flex-wrap: wrap;
    gap: 0.4rem 0;
    justify-content: space-between;
    flex-direction: row-reverse;
    align-items: center;
}

.course_info_txt {
  width: 41.8%;
}

.course_info_txt p {
  font-size: 0.98rem;
  font-weight: bold;
  line-height: 100%;
  color: var(--i_color);
}

.course_info_txt h6 {
  display: flex;
  font-size: 0.2rem;
}
.course_info_txt h6::before {
  flex-shrink: 0;
  content: "";
  display: block;
  box-sizing: border-box;
  width: 0.2rem;
  height: 0.2rem;
  margin-top: 4px;
  margin-right: 0.2rem;
  border-radius: 50%;
  border: 2px solid var(--i_color);
}

.course_info_img {
  width: 50%;
  position: relative;
  overflow: hidden;
}
.course_info_img::before {
  content: "";
  padding-bottom: 54.7%;
  display: block;
}
.course_info_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
}

.course_years_box {
  position: relative;
  padding: 0 1rem;
}

.course_list {
  overflow: hidden;
}
.course_list .swiper-wrapper {
  display: -webkit-flex;
  display: flex;
  position: relative;
  width: 100%;
}
.course_list .swiper-slide {
  flex-shrink: 0;
  position: relative;
}

.course_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
  padding: 0.2rem 0;
}
.course_item p{
	font-size: 0.16rem;
	color: #333;
}
.course_item h6 {
  width: 100%;
  height: 1px;
  background-color: #c1c1c1;
  margin-top: 0.2rem;
  position: relative;
}

.course_item h6::before {
  content: "";
  display: block;
  width: 0.14rem;
  height: 0.16rem;
  background: url('static/imgs/ppp.png') center no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.4s ease;
  z-index: 2;
}

.course_item h6::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  border: 2px solid #c1c1c1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.4s ease;
}

.course_list .swiper-slide-active h6::before {
	background: url('static/imgs/ddd.png') center no-repeat;
	background-size: contain;
}

.course_list .swiper-slide-active p {
  color: var(--i_color);
}

/* -------------------------- */
.course-prev,
.course-next {
  position: absolute;
  top: 40%;
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 50%;
  border: 1px solid var(--i_color);
  z-index: 3;
  cursor: pointer;
  outline: none;
  -webkit-user-select: none;
  user-select: none;
  transition: all 0.3s ease;
}
.course-prev {
  left: 0;
}
.course-next {
  right: 0;
}
.course-prev iconify-icon,
.course-next iconify-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 0.26rem;
  color: var(--i_color);
  transition: all 0.3s ease;
}
.course_list .swiper-button-disabled {
  cursor: not-allowed;
}
.course-prev:hover,
.course-next:hover {
  background: var(--i_color);
}
.course-prev:hover iconify-icon,
.course-next:hover iconify-icon{
	color: #fff;
}


@media screen and (max-width:1440px){
	.course_info_txt p {
		font-size: 0.8rem;
	}
}
@media screen and (max-width:1200px){
	.course_info_txt p {
		font-size: 0.7rem;
	}
	.history_bac {
		padding-bottom: 0.6rem;
	}
}
@media screen and (max-width: 1024px) {
  .course_years_box {
    padding: 0;
  }

  .course_btns {
    display: flex;
    justify-content: space-between;
    gap: 0 0.2rem;
    margin-top: 0.2rem;
  }
  .course-prev,
  .course-next {
    width: 0.35rem;
    height: 0.35rem;
    position: relative;
  }

  .course_info {
    margin-bottom: 0.8rem;
  }
  .course_info_txt,
  .course_info_img {
    width: 100%;
  }
  .course_info_img::before {
    padding-bottom: 40%;
  }
  .course_info_txt p {
    font-size: 0.6rem;
  }
  .course_info_txt h6 {
    font-weight: 150;
  }
  .course_info_txt h6::before {
    display: none;
  }
}
@media screen and (max-width: 768px) {
	.course_info {
		margin-top: 0.4rem;
	}
	.history_bac {
		padding: 0.6rem 0;
	}
	.course_item p {
		font-size: 0.2rem;
	}
	.course_info {
        margin-bottom: 0.4rem;
    }
	.course_info_box {
		flex-direction: column-reverse;
	}
}
@media screen and (max-width: 560px) {
  .course_info {
    margin-bottom: 0.4rem;
  }
  .course_info_txt p {
    font-size: 0.4rem;
  }
  .course_info_txt h6 {
    font-size: 0.14rem;
	margin-top: 0.2rem;
  }
  .course_info_box {
    gap: 0.25rem 0;
  }
}


/* honor */
.honor_bac{
   background-color: #F2F7FA;
   box-sizing: border-box;
   padding: 0.8rem 0;
   margin-bottom: 0.8rem;
}
.honor{

}
.honor_tit_ul{
    display: flex;
	gap: 0.3rem;
}
.honor_tit_ul li{
	font-size: 0.18rem;
	color: var(--i_color);
	display: inline-block;
	box-sizing: border-box;
	padding: 0.1rem 0.2rem;
	border-radius: 8rem;
	border: 1px solid var(--i_color);
	transition: all 0.3s ease;
	cursor: pointer;
}
.honor_tit_ul li.current{
	color: #fff;
	background-color: var(--i_color);
}



.hhhs_partner{
	position:relative;
	margin-top: 0.6rem;
}
.hhhs_partner_list{width:100%; padding:0.1rem 0 !important;box-sizing: border-box; margin:0 auto; position:relative; overflow:hidden; z-index:1}
.hhhs_partner_list .swiper-wrapper{display:flex; position:relative; width:100%; z-index:1}
.hhhs_partner_list .swiper-slide{
	display:-webkit-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:flex;
	flex-shrink:0;
	position:relative;
	cursor:pointer;
	transform: scale(0.75);
	transition: all 0.3s ease;
    flex-direction: column;
	align-items: center;
}

.hhhs_partner_list .img{width:100%;border: 0.04rem solid #00112E; box-sizing:border-box; position:relative; overflow:hidden;border-radius: 0.04rem;background-color:white;box-sizing: border-box;box-shadow:  0 0 0.1rem rgba(0, 0, 0, 0.2);}
.hhhs_partner_list .img:before{content:""; display:block; padding-bottom:141.12%}
.hhhs_partner_list .img img{ position:absolute;box-sizing: border-box;padding: 0.07rem; top:50%; left:50%; transform:translate(-50%,-50%); width:100%; height:100%; object-fit:contain}


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



.hhhs_partner_list .swiper-slide-active{
	transform: scale(1);
}

.hhhs_partner_list .swiper-slide-next,.hhhs_partner_list .swiper-slide-prev{
	transform: scale(0.9);
}


.honor_text{
	width: 5rem;
	box-sizing: border-box;
	padding: 0.1rem;
	background-color: #D5F1FF;
	border: 1px solid var(--i_color);
	margin-top: 0.5rem;
	opacity: 0;
	transition: all 0.3s ease;
}
.honor_text p{
	font-size: 0.24rem;
	color: #222;
	text-align: center;

}

.hhhs_partner_list .swiper-slide-active .honor_text{
    opacity: 1;
}









/* 指示器 */
.hhhs_partner .pt-pagination{display:block; text-align:center; margin:0px auto 0;margin-top: 0.6rem;}
.hhhs_partner .pt-pagination .swiper-pagination-bullet{width:0.16rem; height:0.12rem;clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);border-radius: 0; display:inline-block; margin:0 5px; background:#BBB; outline:none}
.hhhs_partner .pt-pagination .swiper-pagination-bullet-active{position:relative; background:var(--i_color)}

/* 左右箭头 */
.hhhs_partner .pt-button-prev, .hhhs_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}
.hhhs_partner .pt-button-prev:before, .hhhs_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%);
}
.hhhs_partner .pt-button-prev{left:1px}
.hhhs_partner .pt-button-prev:before{content:"<"}
.hhhs_partner .pt-button-next{right:1px}
.hhhs_partner .pt-button-next:before{content:">"}

@media screen and (max-width:1440px){
	.about_zs_bac{padding: 0.8rem 0;}
	.honor_text p {
		font-size: 0.22rem;
	}
	.honor_bac{
		margin-bottom: 0.6rem;
	}
}
@media screen and (max-width:1366px){

}
@media screen and (max-width:1200px){
	.hhhs_partner .pt-button-prev, .hhhs_partner .pt-button-next{display:none}
	.hhhs_partner .pt-pagination{display:block}
	.about_zs_bac{padding: 0.6rem 0;}
	.honor_text p {
		font-size: 0.2rem;
	}
	.honor_bac {
		padding: 0.6rem 0;
	}
}
@media screen and (max-width:959px){
	.about_zs h2{font-size: 0.16rem;line-height: 0.25rem;}
}
@media screen and (max-width:767px){
	.hhhs_partner .pt-pagination{margin:0px auto 0;margin-top: 0.4rem;}
	.about_zs h2{
		font-size: 0.14rem;
		line-height: 0.2rem;
		margin-top: 0.2rem;
	}
	.about_zs h2 br{display: none;}
}
@media screen and (max-width:560px){
	.honor_text{
		width: 4rem;
	}
	.honor_text p {
		font-size: 0.18rem;
	}
	.honor_tit_ul li{
		font-size: 0.16rem;
		padding: 0.08rem 0.15rem;
	}
}
@media screen and (max-width:425px){
	.honor_text{
		width: 3rem;
	}
}


/* service_contact */
.service_contact_bac{
   box-sizing: border-box;
   padding: 0.8rem 0;
}
.service_contact{

}
.service_contact_ul{
   display: flex;
   flex-wrap: wrap;
   gap: 0.3rem;
   margin-top: 0.6rem;
   align-items: flex-end;
   min-height: 5.4rem;
}
.service_contact_ul li{
   min-height: 3.5rem;
   box-sizing: border-box;
   padding: 0.4rem 0.3rem;
   background-color: #F2F7FA;
   width: calc((100% - 0.6rem) / 3);
   position: relative;
   z-index: 2;
   overflow: hidden;
   transition: all 0.7s ease;
}
.service_contact_ul li::after{
   content: '';
   position: absolute;
   bottom: -1.95rem;
   left: -1.02rem;
   width: 4.02rem;
   height: 3.05rem;
   background: url('static/imgs/service_contact_cricle.png') center no-repeat;
   background-size: contain;
   opacity: 0;
   transition: all 0.3s ease;
   z-index: -1;
}
.service_contact_img1{
   width: 3.59rem;
   height: 3.59rem;
   position: absolute;
   /* top: -1.6rem; */
   top: -4rem;
   right: -0.6rem;
   transition: all 0.3s ease;

}
.service_contact_img2{
   width: 0.57rem;
   height: auto;
   transition: all 0.3s ease;
}
.service_contact_ul li h3{
   font-size: 0.24rem;
   margin: 0.25rem 0;
   font-weight: 600;
   line-height: 133%;
   transition: all 0.3s ease;
}
.service_contact_ul li h4{
    line-height: 155%;
	font-size: 0.18rem;
	color: #666;
	transition: all 0.3s ease;
}

.service_contact_active{
	min-height: 5.4rem !important;
	padding:1.6rem 0.3rem 0.4rem 0.3rem !important;
	background-color: var(--i_color) !important;
}

.service_contact_ul li.service_contact_active::after{
	opacity: 1;
}
.service_contact_ul li.service_contact_active .service_contact_img1{
	top: -1.6rem;
}
.service_contact_ul li.service_contact_active .service_contact_img2{
    filter: brightness(0) invert(1);
}
.service_contact_ul li.service_contact_active h3{
    color: #fff;
}
.service_contact_ul li.service_contact_active h4{
	color: #fff;
}




@media screen and (max-width:1440px){
	.service_contact_ul li h3 {
		font-size: 0.22rem;
		margin: 0.2rem 0;
	}
	.service_contact_ul li h4 {
		font-size: 0.16rem;
	}
	.service_contact_img2 {
		width: 0.5rem;
	}
	.service_contact_ul li {
		min-height: 3.2rem;
	}
	.service_contact_active{
		min-height: 5.2rem !important;
	}

}
@media screen and (max-width:1200px){
	.service_contact_bac {
		padding: 0.6rem 0;
	}
	.service_contact_ul li h3 {
		font-size: 0.2rem;
	}
	.service_contact_ul li {
		min-height: 3rem;
	}
	.service_contact_active{
		min-height: 5rem !important;
	}
	.service_contact_ul {
		margin-top: 0.4rem;
	}
}
@media screen and (max-width:1024px){
	.service_contact_ul li {
		min-height: unset;
		width: 100%;
	}
	.service_contact_active{
		min-height: unset !important;
	}
	.service_contact_ul li.service_contact_active .service_contact_img1 {
		top: -2rem;
	}
	.service_contact_active {
		padding: 1rem 0.3rem 0.4rem 0.3rem !important;
	}
}
@media screen and (max-width:960px){

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

}
@media screen and (max-width:560px){
	.service_contact_ul li.service_contact_active .service_contact_img1 {
		top: -2.2rem;
	}
}
@media screen and (max-width:425px){

}


/* service_adv */
.service_adv_bac{
   box-sizing: border-box;
   padding: 0.8rem 0;
   background-color: #F0F8FC;
   --w_80:0.8rem;
}
.service_adv{

}
.service_adv_box{
	display: flex;
	flex-wrap: wrap;
	box-sizing: border-box;
	padding: var(--w_80);
	background-color: #fff;
	margin-top: var(--w_80);
}
.service_adv_left{
   width: 64.4%;
   box-sizing: border-box;
   padding-right: var(--w_80);
}
.service_adv_ul{
   display: flex;
   gap: 0.2rem;
   margin-bottom: 0.3rem;
}
.service_adv_ul li{
   width: 0.4rem;
   height: 0.4rem;
   border-radius: 50%;
   display: flex;
   justify-content: center;
   align-items: center;
   border: 1px solid transparent;
   font-size: 0.16rem;
   color: #666;
   font-weight: 600;
   transition: all 0.3s ease;
   cursor: pointer;
}
.service_adv_ul li.current{
	border: 1px solid var(--i_color);
	background-color: rgba(0,145,219,0.12);
}
.service_adv_text{

}
.service_adv_text dt{

}
.service_adv_text dt h3{
   font-size: 0.24rem;
   color: #222;
   font-weight: 600;
   box-sizing: border-box;
   padding-bottom: 0.2rem;
   margin-bottom: 0.2rem;
   border-bottom: 1px dashed #D8D8D8;
}
.service_adv_text dt h4{
   line-height: 177%;
   font-size: 0.18rem;
   color: #666;
}


.service_adv_right{
   width: 35.6%;
   margin-top: calc(var(--w_80) * 2 * -1);
}
.service_adv_dl{

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



@media screen and (max-width:1440px){
	.service_adv_bac{
		--w_80:0.6rem;
	}
	.service_adv_text dt h3 {
		font-size: 0.22rem;
	}
	.service_adv_text dt h4 {
		font-size: 0.16rem;
	}
}
@media screen and (max-width:1200px){
	.service_adv_bac{
		padding: 0.6rem 0;
		--w_80:0.4rem;
	}
	.service_adv_text dt h3 {
		font-size: 0.2rem;
	}
}
@media screen and (max-width:1024px){

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

}
@media screen and (max-width:767px){
    .service_adv_right{
		display: none;
	}
	.service_adv_left{
		width: 100%;
	}
	.service_adv_left {
		padding-right: 0;
	}
}
@media screen and (max-width:560px){

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

}



/* reserved */
.reserved_bac{
   box-sizing: border-box;
   padding: 0.8rem 0;
   position: relative;
   z-index: 2;
   overflow: hidden;
}
.reserved_bac::after{
	content: '';
	position: absolute;
	left: 0.11rem;
	top: 2.671rem;
	width: 3.9rem;
	height: 3.9rem;
	opacity: 1;
	background: linear-gradient(211deg, #0091DB 28%, rgba(0, 145, 219, 0) 73%);
	filter: blur(6.63rem);
	z-index: -1;

}
.reserved_box{
   display: flex;
   flex-wrap: wrap;
   margin-top: 0.6rem;
   align-items: center;
}
.reserved_left{
	width: 42.33%;
}
.reserved_right{
	width: 57.67%;
	box-sizing: border-box;
	padding-left: 4%;
}
.reserved_left img{
	width: 100%;
}
.reserved_right h3{
    font-size: 0.24rem;
	color: #222;
	font-weight: 600;
	margin-bottom: 0.25rem;
}
.reserved_right h4{
    font-size: 0.18rem;
	color: #666;
	line-height: 155%;
}


@media screen and (max-width:1440px){
	.reserved_right h3 {
		font-size: 0.22rem;
		margin-bottom: 0.2rem;
	}
	.reserved_right h4 {
		font-size: 0.16rem;
	}
}
@media screen and (max-width:1200px){
	.reserved_bac {
		padding: 0.6rem 0;
	}
	.reserved_box {
		margin-top: 0.4rem;
	}
}
@media screen and (max-width:1024px){

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

}
@media screen and (max-width:767px){
	.reserved_left {
		width: 100%;
	}
	.reserved_right{
		width: 100%;
		padding-left: 0;
		margin-top: 0.4rem;
	}
}
@media screen and (max-width:560px){

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

}



/* news_top */
.news_top_bac{
   box-sizing: border-box;
   padding-top: 0.8rem;
}
.news_top{

}

.news_top_ul{
   display: flex;
   flex-wrap: wrap;
   gap: 0.2rem 0.4rem;
   margin-top: 0.4rem;
}
.news_top_ul li{

}
.news_top_ul li a{
	display: inline-block;
	box-sizing: border-box;
	padding: 0.12rem 0.4rem;
	font-size: 0.18rem;
	color: #222;
	transition: all 0.3s ease;
	position: relative;
	z-index: 2;
}
.news_top_ul li a::after{
	content: '';
	position: absolute;
	height: 1px;
    width: 100%;
	background-color: #222;
	bottom: 0;
	left: 0;
	z-index: -1;
	transition: all 0.5s ease;
}

.news_top_ul li.news_top_active a,
.news_top_ul li a:hover{
	color: #fff;
}
.news_top_ul li.news_top_active a::after,
.news_top_ul li a:hover::after{
    height: 100%;
	background-color: var(--i_color);
}

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

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

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

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

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

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

}


/* news */
.news_bac{
	margin-top: 0.2rem;
	box-sizing: border-box;
    padding-bottom: 0.8rem;
}
.news{

}
.news_ul{

}
.news_ul li{

}
.news_ul li a{
   display: flex;
   flex-wrap: wrap;
   align-items: center;
   box-sizing: border-box;
   padding: 0.4rem 0;
   border-bottom: 1px solid #E5E5E5;
   transition: all 0.3s ease;
   position: relative;
}
.news_ul li a::after{
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	width: 0;
	height: 1px;
	background-color: var(--i_color);
	transition: all 0.7s ease;
}
.news_img{
   width: 28.67%;
   position: relative;
   overflow: hidden;
}
.news_img::after{
   content: '';
   display: block;
   padding-bottom: 59.53%;
}
.news_img img{
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%,-50%);
   width: 100%;
   height: 100%;
   object-fit: cover;
   transition: all 0.3s ease;
}
.news_text{
   width: 71.33%;
   box-sizing: border-box;
   padding-left: 3.5%;
}
.news_text h3{
   font-size: 0.24rem;
   color: #222;
   font-weight: 600;
   overflow:hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    box-sizing: border-box;
	transition: all 0.3s ease;
}
.news_text h4{
   line-height: 162.5%;
   font-size: 0.16rem;
   color: #666;
   overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
  -webkit-box-orient: vertical;
   -webkit-line-clamp: 2;
   margin: 0.2rem 0 0.6rem 0;
}
.news_data{
   display: flex;
   align-items: center;
   justify-content: space-between;
}
.news_data h5{
   font-size: 0.16rem;
   color: #666;

}
.news_data i{
   width: 0.45rem;
   height: 0.45rem;
   border-radius: 50%;
   background-color: var(--i_color);
   display: flex;
   justify-content: center;
   align-items: center;
   opacity: 0;
   transition: all 0.3s ease;
}
.news_data i iconify-icon{
   font-size: 0.2rem;
   color: #fff;
}
.news_ul li a:hover{
	border-bottom: 1px solid transparent;
}
.news_ul li a:hover::after{
	width: 100%;
	right: auto;
	left: 0;
}
.news_ul li a:hover img{
	width: 110%;
	height: 110%;
}
.news_ul li a:hover h3{
	color: var(--i_color);
}
.news_ul li a:hover i{
	opacity: 1;
}


@media screen and (max-width:1440px){
	.news_text h4 {
		margin: 0.2rem 0 0.4rem 0;
	}
}
@media screen and (max-width:1200px){
	.news_text h4 {
		margin: 0.15rem 0 0.3rem 0;
	}
	.news_ul li a {
		padding: 0.3rem 0;
	}
	.news_bac {
		padding-bottom: 0.6rem;
	}
}
@media screen and (max-width:1024px){

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

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

}
@media screen and (max-width:560px){
	.news_img {
		width: 100%;
	}
	.news_text {
		width:100%;
		margin-top: 0.3rem;
		padding-left: 0%;
	}
}
@media screen and (max-width:425px){

}




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

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

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

}


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

}
.case_ul{
   display: flex;
   flex-wrap: wrap;
   gap: 0.4rem 0.2rem;
   margin-top: 0.6rem;
}
.case_ul li{
   width: calc((100% - 0.4rem) / 3);
}
.case_ul li a{
   display: block;
   width: 100%;
}
.case_img{
   position: relative;
   overflow: hidden;
}
.case_img::after{
   content: '';
   display: block;
   padding-bottom: 59.8%;
}
.case_img img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.3s ease;
}
.case_text{
   display: flex;
   flex-direction: column;
   gap: 0.15rem;
   box-sizing: border-box;
   padding: 0.2rem 0.15rem 0 0.15rem;
}
.case_text h3{
   font-size: 0.2rem;
   color: #222;
   line-height: 0.26rem;
   overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
  -webkit-box-orient: vertical;
   -webkit-line-clamp: 2;
   font-weight: 600;
   height: 0.52rem;
   transition: all 0.3s ease;
}
.case_text h4{
   font-size: 0.18rem;
   color: #666;
   line-height: 0.26rem;
   overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
  -webkit-box-orient: vertical;
   -webkit-line-clamp: 4;
   height: 1.04rem;
}

.case_ul li a:hover img{
	width: 110%;
	height: 110%;
}
.case_ul li a:hover h3{
	color: var(--i_color);
}



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

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

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

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

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

}




/* ---------------contact------------ */
.c_form{
	background-color: #FAFDFF;
	box-sizing: border-box;
	padding: 0.8rem 0;
}
.c_info_list {
	transform: translateY(50%);
	margin-top: -0.6rem;
	background: linear-gradient(102deg, #0091DB 0%, #44B9E9 96%);
	background-size: cover;
	padding: 0.5rem 0.6rem;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 0.2rem;
	position: relative;
	z-index: 10;
}
.c_info_list li {
	width: calc((100% - 0.6rem) / 4);
	display: flex;
	flex-direction: column;
	align-items: center;
}
.c_info_list .ico {
	width: 0.8rem;
	height: 0.8rem;
	font-size: 0.3rem;
	background: #fff;
	color: var(--i_color);
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	align-items: center;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
.c_info_list p {
	font-size: 0.2rem;
	margin: 0.1rem 0;
	color: #fff;
	text-align: center;
}
.c_info_list a {
	font-size: 0.22rem;
	color: #fff;
	text-align: center;
	display: block;
}
.c_info_list li,
.c_info_list iconify-icon {
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.c_info_list li:hover iconify-icon {
	transform: rotateY(180deg);
}
.c_info_list li:hover {
	transform: translateY(-6px);
}
.c_info_list a:hover {
	text-decoration: underline;
}
.c_info_list li:last-child a{
	font-size: 0.18rem;
}



@media screen and (max-width: 1440px) {
	.c_info_list {
		padding: 0.4rem 0.5rem;
	}
}
@media screen and (max-width: 1200px){
	.c_form{
		padding: 0.6rem 0;
	}
}
@media screen and (max-width: 1024px) {
	.c_info_list {
		padding: 0.3rem 0.4rem;
	}
	.c_info_list a {
		font-size: 0.2rem;
	}
	.c_info_list p {
		font-size: 0.18rem;
	}
	.c_info_list .ico {
		width: 0.6rem;
		height: 0.6rem;
		font-size: 0.24rem;
	}
}
@media screen and (max-width: 560px) {
	.c_info_list {
		transform: translateY(0);
		margin: 0.3rem 0;
	}
	.c_info_list li {
		width: 100%;
	}
}
.map {
	position: relative;
	overflow: hidden;
}
.map::before {
	content: "";
	display: block;
	padding-bottom: 36%;
}
.map iframe {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.wpforms-hidden {
	display: none;
}
#wpforms-37 * {
	box-sizing: border-box;
}
#wpforms-37 {
	--input_font_size: 0.18rem;
	--input_height: 0.6rem;
}
#wpforms-37 {
	margin: 0;
	padding: 0;
}

#wpforms-37 .wpforms-field {
	padding: 0;
	margin-bottom: 20px;
	position: relative;
}
#wpforms-37 .wpforms-field-label {
	font-size: 0;
	position: absolute;
	top: 12px;
	left: 3px;
}
#wpforms-37 .wpforms-field-label span {
	font-size: 0.14rem;
	color: red;
}
#wpforms-37 .wpforms-field-container {
	width: 100%;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#wpforms-37 .wpforms-field-container > div {
	width: 100%;
}
@media screen and (min-width: 769px) {
	#wpforms-37 .wpforms-field-container > div:first-child,
	#wpforms-37 .wpforms-field-container > div:nth-child(2),
	#wpforms-37 .wpforms-field-container > div:nth-child(3) {
		width: 32.5%;
	}

}
#wpforms-37 .wpforms-field-container input,
#wpforms-37 textarea,
#wpforms-37 select {
	width: 100%;
	max-width: 100% !important;
	min-width: 100%;
	font-size: var(--input_font_size);
	color: #333;
	height: var(--input_height);
	border: none !important;
	background: #f7f7f7;
	padding: 0 0.1rem 0 0.16rem;
	overflow: hidden;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	box-shadow: 0px 2px 10px #e3dddd;
}
#wpforms-37 input {
	line-height: var(--input_height);
}
#wpforms-37 textarea {
	line-height: 0.22rem;
	min-height: 1.4rem;
	padding: 0.06rem 0.16rem;
	border: none;
}

#wpforms-37 input::-webkit-input-placeholder,
#wpforms-37 textarea::-webkit-input-placeholder {
	color: rgb(0 0 0 / 40%);
	font-size: var(--input_font_size);
}
#wpforms-37 input::-moz-placeholder,
#wpforms-37 textarea::-moz-placeholder {
	color: rgb(0 0 0 / 40%);
	font-size: var(--input_font_size);
}
#wpforms-37 input::-ms-input-placeholder,
#wpforms-37 textarea::-ms-input-placeholder {
	color: rgb(0 0 0 / 40%);
	font-size: var(--input_font_size);
}
#wpforms-37-field_1-error,
#wpforms-37-field_2-error,
#wpforms-37-field_3-error,
#wpforms-37-field_4-error,
#wpforms-37-field_5-error,
#wpforms-37-field_6-error {
	position: absolute;
	font-size: 12px;
	color: #a90909;
}
#wpforms-37 .wpforms-submit-container button {
	display: block;
	margin: 20px auto;
	font-size: 18px;
	color: #fff;
	cursor: pointer;
	position: relative;
	background: var(--i_color);
	height: var(--input_height);
	padding: 0 2rem;
	z-index: 2;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	box-shadow: 0px 2px 10px #e3dddd;
}
#wpforms-37 .wpforms-submit-container:hover button {
	background: var(--i_color2);
}
#wpforms-37 .wpforms-submit-container img {
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	right: 4px;
	z-index: 2;
}
@media screen and (max-width: 1024px) {
	#wpforms-37 .wpforms-submit-container button {
		padding: 0 1rem;
	}
	.map::before {
		padding-bottom: 69%;
	}
}


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


.products_left_all{
   box-sizing: border-box;
}
.products_left_h2{
	font-size: 0.32rem;
	text-transform: capitalize;
	box-sizing: border-box;
	color: #333;
	box-sizing: border-box;
	padding:0 0 0.15rem 0;
	font-weight: 600;
}
.products_left_h2 iconify-icon{
	color: #fff;
	font-size: 0.34rem;
	margin-left: 0.1rem;
	font-weight: bold;
	margin-bottom: 2px;
	display: none;
}

.list{
   display: flex;
   display: -webkit-flex;
   flex-direction: column;
   box-sizing: border-box;
   border: 1px solid #DCDCDC;
}
.list li{
   position: relative;

}
.list li:not(:last-child){
	border-bottom: 1px solid #DCDCDC;
}
/* .list li::after{
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%,0);
	width: 100%;
	height: 1px;
	background-color: rgba(51, 51, 51, 0.2);
} */

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

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

.list_dl dt{
   box-sizing: border-box;
}
.list_dl dt a{
   font-size: 0.16rem;
   color: #222;
   display: block;
   transition: all 0.3s ease;
   position: relative;
   box-sizing: border-box;
   padding: 0.1rem 0.2rem;
}





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



.list_dl dt a:hover,
.list_dl_active a{
	color: var(--i_color) !important;
	background-color: #F5F5F5 !important;
}

.list_active .list_dl{

}





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

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

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

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

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

}


.products_right{
	width: 76%;
	box-sizing: border-box;
	padding-left: 4%;
}
.products_right>h3{
   font-size: 0.32rem;
   color: #222;
   font-weight: 600;
}
.products_right>h4{
   font-size: 0.18rem;
   line-height: 155%;
   color: #666;
   margin-top: 0.2rem;
}
.products_ul{
   display: flex;
   flex-wrap: wrap;
   margin-top: 0.4rem;
   gap: 0.3rem 0.2rem;
}

.products_ul li{
   width: calc((100% - 0.4rem) / 3);
}
.products_a{
   display: block;
   width: 100%;
   background-color: #FAFDFF;
}
.products_img{
   position: relative;
   overflow: hidden;
}
.products_img::after{
   content: '';
   display: block;
   padding-bottom: 100%;
}
.products_img img{
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%,-50%);
   width: 100%;
   height: 100%;
   object-fit: contain;
   transition: all 0.3s ease;
}
.products_text{
	box-sizing: border-box;
	padding: 0.1rem 4% 0.3rem 4%;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0.2rem;
}
.products_text h5{
    font-size: 0.2rem;
	color: #222;
	font-weight: 600;
	line-height: 0.25rem;
	height: 0.5rem;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
	width: 100%;
	text-align: center;
	transition: all 0.3s ease;
}
.products_a:hover h5{
	color: var(--i_color);
}

@media screen and (max-width:1440px){
	.products_text h5 {
		font-size: 0.18rem;
	}
	.products_right>h3 {
		font-size: 0.3rem;
	}
}
@media screen and (max-width:1200px){
	.products_bac {
		padding: 0.6rem 0;
	}
	.products_right>h3 {
		font-size: 0.28rem;
	}
}
@media screen and (max-width:1024px){
	.products_right {
		width: 100%;
		margin-top: 0.4rem;
		padding-left: 0%;
	}
}
@media screen and (max-width:960px){

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

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

}


/* single_grid */
.single_grid_bac{
    box-sizing: border-box;
	padding: 0.4rem 0 0.6rem 0;
	position: relative;
	z-index: 2;
	background: url('static/imgs/single_grid.png') center no-repeat;
	background-size: cover;
}

.single_grid{
    display: flex;
	flex-wrap: wrap;
}
.single_grid_left{
	width: 40%;
}



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

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

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

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


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

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

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

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

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




/* 左右箭头 */

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

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


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



.sinle_grid_right{
	width: 60%;
	box-sizing: border-box;
	padding-left: 4%;
}
.sinle_grid_right>h2{
   font-size: 0.18rem;
   color: #666;
   margin-bottom: 0.1rem;
}
.sinle_grid_right>h1{
   font-size: 0.32rem;
   color: #222;
   font-weight: 600;
   box-sizing: border-box;
   padding-bottom: 0.2rem;
   border-bottom: 1px solid #E5E5E5;
   margin-bottom: 0.2rem;
}
.sinle_grid_right>h3{
   font-size: 0.18rem;
   color: #333;
   font-weight: 600;
   margin-bottom: 0.2rem;
}
.single_grid_article{
   margin-bottom: 0.3rem;
   font-size: 0.18rem;
   color: #666;
}
.single_grid_three{
   display: flex;
   gap: 0.15rem;
   box-sizing: border-box;
   padding-bottom: 0.3rem;
   margin-bottom: 0.3rem;
   border-bottom: 1px solid #E5E5E5;
}

.single_grid_three li{
   width: 1.86rem;
   box-sizing: border-box;
   padding: 0.1rem 0.15rem;
   background-color: #fff;
}
.single_grid_three li img{
   width: 0.32rem;
   height: auto;
   display: block;
   margin-bottom: 0.08rem;
}
.single_grid_three li p{
   font-size: 0.14rem;
   color: #222;
   font-weight: 600;
}
.single_grid_flex{
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 0.2rem;
	flex-wrap: wrap;
}
.single_grid_btn{
	display: flex;
	gap: 0.5rem;
}


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

}
.single_grid_dl dt a{

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


@media screen and (max-width:1440px){
	.single_grid_btn {
		gap: 0.4rem;
	}
	.sinle_grid_right>h1 {
		font-size: 0.3rem;
	}
}
@media screen and (max-width:1200px){
	.single_grid_btn {
		gap: 0.3rem;
	}
	.sinle_grid_right>h1 {
		font-size: 0.28rem;
	}
}
@media screen and (max-width:1024px){
	.sinle_grid_right>h1 {
		font-size: 0.26rem;
	}
	.sinle_grid_right {
		width: 100%;
		padding-left: 0;
		margin-top: 0.4rem;
	}
}
@media screen and (max-width:960px){
	.single_grid_left {
		width: 50%;
	}
}
@media screen and (max-width:767px){
	.single_grid_left {
		width: 80%;
	}
	.single_grid {
		justify-content: center;
	}
	.single_grid_article{
		font-size: 0.16rem;
	}
	.single_grid_three {
		gap: 0.1rem;
	}
}
@media screen and (max-width:560px){
	.single_grid_left {
		width: 100%;
	}
	.single_grid_three {
		gap: 0.05rem;
	}
}
@media screen and (max-width:425px){
	.single_grid_three li p {
		font-size: 0.12rem;
	}
}



/* products_adv */
.products_adv_bac{
   background-color: #F2F7FA;
   box-sizing: border-box;
   padding: 0.8rem 0;
}
.products_adv{

}
.products_adv_ul{
   margin-top: 0.4rem;
   display: flex;
   flex-wrap: wrap;
   gap: 0.2rem;
}
.products_adv_ul li{
   width: calc((100% - 0.6rem) / 4);
   display: flex;
   flex-direction: column;
   align-items: center;
   background-color: #fff;
   box-sizing: border-box;
   padding: 0.4rem 4%;
   border: 1px solid #E5E5E5;
   transition: all 0.3s ease;
}
.products_adv_ul li i{
   display: block;
   height: 0.58rem;
   width: 0.02rem;
   background-color: #D8D8D8;
   transition: all 0.3s ease;
}
.products_adv_ul li h3{
   font-size: 0.4rem;
   color: #A4A4A4;
   font-weight: bold;
   transition: all 0.3s ease;
}
.products_adv_ul li h4{
   font-size: 0.24rem;
   color: #333;
   font-weight: 600;
   text-align: center;
   margin: 0.3rem 0;
   transition: all 0.3s ease;
}
.products_adv_ul li h5{
    width: 0.64rem;
	height: 0.64rem;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	border: 1px solid #222;
	transition: all 0.3s ease;
}
.products_adv_ul li h5 img{
	width: 0.42rem;
	height: 0.42rem;
	display: block;
	object-fit: contain;
	transition: all 0.3s ease;
}

.products_adv_ul li:hover{
	background-color: var(--i_color);
}
.products_adv_ul li:hover i{
	background-color: #fff;
}
.products_adv_ul li:hover h3{
	color: #fff;
}
.products_adv_ul li:hover h4{
	color: #fff;
}
.products_adv_ul li:hover h5{
	border: 1px solid #fff;
}
.products_adv_ul li:hover h5 img{
    filter: brightness(0) invert(1);
}
.title_xq p{
	font-size: 0.32rem ;
}

@media screen and (max-width:1440px){
	.products_adv_ul li h3 {
		font-size: 0.35rem;
	}
	.products_adv_ul li h4 {
		font-size: 0.22rem;
		margin: 0.2rem 0;
	}
	.products_adv_ul li h5 img {
		width: 0.4rem;
		height: 0.4rem;
	}
	.products_adv_ul li h5 {
		width: 0.6rem;
		height: 0.6rem;
	}
	.products_adv_ul li i {
		height: 0.5rem;
	}
	.title_xq p{
		font-size: 0.3rem ;
	}
}
@media screen and (max-width:1200px){
	.products_adv_bac{
		padding: 0.6rem 0;
	}
	.products_adv_ul li h3 {
		font-size: 0.3rem;
	}
	.products_adv_ul li h4 {
		font-size: 0.2rem;
	}
	.products_adv_ul li h5 img {
		width: 0.35rem;
		height: 0.35rem;
	}
	.products_adv_ul li h5 {
		width: 0.55rem;
		height: 0.55rem;
	}
	.products_adv_ul li i {
		height: 0.4rem;
	}
	.title_xq p{
		font-size: 0.25rem ;
	}
}
@media screen and (max-width:1024px){
	.products_adv_ul li h3 {
		font-size: 0.25rem;
	}
	.products_adv_ul li h4 {
		font-size: 0.18rem;
	}
	.products_adv_ul li h5 img {
		width: 0.3rem;
		height: 0.3rem;
	}
}
@media screen and (max-width:960px){
	.products_adv_ul li h3 {
		font-size: 0.22rem;
	}
}
@media screen and (max-width:767px){
	.products_adv_ul li{
		width: calc((100% - 0.2rem) / 2);
	}
}
@media screen and (max-width:560px){
	.products_adv_ul {
		gap: 0.1rem;
	}
	.products_adv_ul li{
		width: calc((100% - 0.1rem) / 2);
	}
}
@media screen and (max-width:425px){
    .products_adv_ul li h4 {
        font-size: 0.16rem;
    }
}


/* products_app */
.products_app_bac{
   box-sizing: border-box;
   padding: 0.8rem 0;
}
.products_app{

}
.products_app article,
.product_spec article{
	margin-top: 0.4rem;
}

.product_spec_bac{
	box-sizing: border-box;
	padding: 0.8rem 0;
	background-color: #F2F7FA;
}


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

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

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

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

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

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

}





/* faq */
.faq_bac{
   box-sizing: border-box;
   padding: 0.8rem 0;
}
.faq{

}


.serFAQ_list{}

ul.serFAQ_list {
	margin-top: 0.4rem;
}
.serFAQ_list li{margin-bottom: 0.2rem;}
.serFAQ_list li.active{}

.serFAQ_list .tit{padding: .2rem .2rem; display:flex; flex-wrap:nowrap; align-items: center; gap: 0 .2rem; background: #F6F7F9; cursor: pointer;}
.serFAQ_list .QA{flex-shrink: 0; display: table; width: 0.34rem; height: 0.34rem; background: #FFF; position: relative; border-radius:50%;}
.serFAQ_list .QA i{position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); font-size: 0.18rem; color: #777;}
/* .serFAQ_list .QA.active{background: #FFF;}
.serFAQ_list .QA.active i{color: var(--i_color);} */

.serFAQ_list .tit p{font-size: 0.18rem; font-weight: 600;}
.serFAQ_list .tit em{flex-shrink: 0; margin-left: auto; display: table; width: 0.3rem; height: 0.3rem; background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6z'/%3E%3C/svg%3E") no-repeat center; background-size: .26rem;}
.serFAQ_list .active .tit em{background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M19 12.998H5v-2h14z'/%3E%3C/svg%3E") no-repeat center; background-size: .26rem;}

.serFAQ_list .txt{display: none;}
.serFAQ_list .txt_box{padding: .2rem .2rem .3rem; display:flex; flex-wrap:nowrap; align-items: center; gap: 0 .2rem;}
.serFAQ_list .txt_box .QA{background: var(--i_color);}
.serFAQ_list .txt_box .QA i{color: #FFF;}
.serFAQ_list .txt article{font-size: 0.16rem; line-height: 1.6;}


@media screen and (max-width:1200px){
	.faq_bac{
		padding: 0.6rem 0;
	 }
}
@media screen and (max-width:1024px) {
	.serFAQ_list .QA{width: 30px; height: 30px;}

	.serFAQ_list .tit p{font-size: 16px; line-height: 1.5;}
	.serFAQ_list .txt article{font-size: 14px;}
}
@media screen and (max-width:560px) {
	.serFAQ_list .tit{padding: 12px 16px;}
	.serFAQ_list .txt_box{padding: 20px 16px 20px;}

	.serFAQ_list .tit p{font-size: 15px;}

	.serFAQ_list .tit em,.serFAQ_list .active .tit em{background-size: 20px;}
}



/* single_video */
.single_video_bac{
   box-sizing: border-box;
   padding-bottom: 0.8rem;
}
.single_video{

}
.single_video article{
	margin-top: 0.4rem;
}


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






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

.single_two{

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




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

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

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


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

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

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

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

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

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

}


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

}





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

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


/* 指示器 */
.rela_partner .pt-pagination{
	text-align:center;
	margin:0.4rem auto 0
}
.rela_partner .pt-pagination .swiper-pagination-bullet{
	width:0.8rem;
	height:1px;
	box-sizing: border-box;
	cursor:pointer;
	display:inline-block;
	margin:0 0.05rem;
	background:rgba(0, 0, 0, 0.2);
	border-radius:2px;
	opacity: 1;
	outline:none
}
.rela_partner .pt-pagination .swiper-pagination-bullet-active{
	background:var(--i_color);
}






@media screen and (max-width:1440px){
	.rela_partner .pt-pagination .swiper-pagination-bullet{
		width:0.6rem;
	}
}
@media screen and (max-width:1200px){
	.rela_partner_box{
		margin-top: 0.4rem;
	}
}
@media screen and (max-width:1024px){

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

}
@media screen and (max-width:767px){
	.rela_partner .pt-pagination .swiper-pagination-bullet{
		width:0.4rem;
	}
}
@media screen and (max-width:560px){

}





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



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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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



















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

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

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

}






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

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

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





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

.contactMenu_Forms{
	display: none;
	position: absolute;
	right: 0;
	bottom: calc(100% - 1px);
	width: 100%;
	box-shadow: -6px -4px 10px rgb(0 0 0 / 10%);
	z-index: 999;
}
.contactMenu_FormsTit{padding: 8px 50px; text-align: center;background: var(--i_color); cursor: pointer;position: relative;}
.contactMenu_FormsTit p{color: #FFF;}
.contactMenu_FormsTit iconify-icon{opacity: 0; position:absolute; top:50%; transform:translate(0,-50%);right: -20px;font-size: 24px;color: #FFF;}
.contactMenu_FormsTit.active iconify-icon{opacity: 1; right: 10px; -webkit-transition:all .6s .5s; transition:all .6s .5s;}
.contactMenu_Forms>span{display: block; padding: 24px; background: #FFF;}

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

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

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

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

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

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

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





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

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

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

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

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

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

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

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

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

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

#wpforms-24 {
	--input_font_color: rgb(0 0 0 / 50%);
	--input_font_size: 14px;
	--input_height: 42px
}
#wpforms-24 {
	width: 100%;
	margin: 0 auto;
	padding: 0
}
#wpforms-form-24 {
	width: 100%;
	overflow: hidden
}
#wpforms-24 input,
#wpforms-24 button {
	margin: 0;
	padding: 0;
	border: none;
	background: none
}
#wpforms-24 .wpforms-field {
	padding: 0;
	margin: 0
}
#wpforms-24 .wpforms-error-container {
	line-height: 16px
}
#wpforms-24 .wpforms-field-container {
	width: 100%;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	overflow: hidden
}
#wpforms-24 .wpforms-submit-container {
	padding: 0 !important;
	margin: 0 auto;
	width: 170px;
	height: 38px;
	background: var(--i_color);
	box-sizing: border-box;
	border: 2px solid var(--i_color);
	position: relative
}
#wpforms-24 .wpforms-field-label {
	font-size: 0
}
#wpforms-24 .wpforms-required-label {
	position: absolute;
	top: 16px;
	left: 5px;
	font-size: 16px;
	color: #F00
}
#wpforms-24 .wpforms-field {
	width: 100%;
	margin-bottom: 0;
	padding-bottom: 18px;
	background: transparent;
	position: relative;
	overflow: hidden
}
#wpforms-24 input {
	height: var(--input_height)
}
#wpforms-24 textarea {
	min-height: 100px
}
#wpforms-24 input,
#wpforms-24 textarea {
	width: 100%;
	max-width: 100% !important;
	font-size: var(--input_font_size);
	color: #333;
	box-sizing: border-box;
	border: 1px solid rgb(0 0 0 / 30%);
	line-height: var(--input_height);
	padding: 0 16px
}
#wpforms-24 input::-webkit-input-placeholder {
	color: var(--input_font_color);
	font-size: var(--input_font_size)
}
#wpforms-24 input::-moz-placeholder {
	color: var(--input_font_color);
	font-size: var(--input_font_size)
}
#wpforms-24 input::-moz-placeholder {
	color: var(--input_font_color);
	font-size: var(--input_font_size)
}
#wpforms-24 input::-ms-input-placeholder {
	color: var(--input_font_color);
	font-size: var(--input_font_size)
}
#wpforms-24 textarea::-webkit-input-placeholder {
	color: var(--input_font_color);
	font-size: var(--input_font_size)
}
#wpforms-24 textarea::-moz-placeholder {
	color: var(--input_font_color);
	font-size: var(--input_font_size)
}
#wpforms-24 textarea::-moz-placeholder {
	color: var(--input_font_color);
	font-size: var(--input_font_size)
}
#wpforms-24 textarea::-ms-input-placeholder {
	color: var(--input_font_color);
	font-size: var(--input_font_size)
}
#wpforms-24 #wpforms-24-field_1-error,
#wpforms-24 #wpforms-24-field_2-error,
#wpforms-24 #wpforms-24-field_3-error,
#wpforms-24 #wpforms-24-field_5-error {
	position: absolute;
	font-size: 13px
}
#wpforms-24 .wpforms-submit-container button {
	width: 100%;
	height: 34px;
	font-size: 14px;
	color: #FFF;
	line-height: 34px;
	cursor: pointer;
	text-transform: uppercase;
	position: relative;
	z-index: 2
}
#wpforms-24 .wpforms-submit-container img {
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	right: 4px
}
#wpforms-24 .wpforms-submit-container:after {
	display: none;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	box-sizing: border-box;
	width: 100%;
	height: 100%
}
#wpforms-24 .wpforms-submit-container:hover:after {
	display: block
}
#wpforms-24 .wpforms-submit-container:hover {
	background: #FFF
}
#wpforms-24 .wpforms-submit-container:hover button {
	color: var(--i_color)
}

@media screen and (max-width:1366px) {
	.aside_right li>a {
		width: 0.4rem;
		height: 0.4rem;
	}
}

@media screen and (max-width:1024px) {
	#aside_sc_from {
		width: 94%;
	}
}
@media screen and (max-width:959px) {
	.aside_right {
		right: 22px;
		bottom: 160px;
	}
	.aside_right{
		display: none !important
	}
}
@media screen and (max-width:767px) {
	#aside_sc_from {
		padding: 20px 20px 30px
	}
	#aside_sc_from .tit {
		margin-bottom: 0.3rem;
	}
	#wpforms-24 .wpforms-submit-container {
		height: 34px;
	}
	#wpforms-24 .wpforms-submit-container button {
		height: 30px;
		line-height: 30px;
		font-size: 14px;
	}
}
@media screen and (max-width:560px) {
	#aside_sc_from .tit h1 {
		font-size: 0.24rem;
	}

}


.form_hide{
   display: none !important;
}










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

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

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

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

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

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

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

} */