/*

Theme Name: runlong

Version: 1.0

Description: 安徽领聚数字作为Google中国区核心合作伙伴,拥有安徽省唯一的一家Google出海体验中心,为安徽本土化外贸企业出海提供一站式服务——网站搭建,谷歌SEO优化,谷歌竞价,谷歌SNS社媒营销等。

Author: 版权所有：安徽领聚

*/

@charset "utf-8";



.wrap {

	width: 78%;

	margin: 0 auto

}



.wrap_top {

	width: 78%;

	margin: 0 auto

}



html {

	scroll-behavior: smooth

}



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

	.wrap {

		width: 88%

	}

	.wrap_top {

		width: 88%;

	}

}

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

	.wrap {

		width: 90%

	}

}

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

	.wrap_top {

		width: 96%;

	}

}

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

	.wrap {

		width: 94%

	}

	.wrap_top {

		position: initial;

	}

}





:root {

	--i_color: #19BAFF;

	/* 全局颜色 */

	--i_color2: #FFE760;

	/* 副颜色 */

	--header_height: 1rem;

	/* 头部高度 */

	--border_color: rgba(0, 0, 0, .1);

	/* 默认边框颜色 */

	--f_menu_height: 50px;

	/* 移动端底部菜单 */

	--linear:linear-gradient(to right,#19BAFF,#0AF4ED);

}



@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)

	}

}



/* header */

header {

	position: fixed;

	top: 0;

	left: 0;

	width: 100%;

	z-index: 2014;

	background-color: #fff;

}

/* header::before {

	content: '';

	position: absolute;

	left: 0;

	bottom: 0;

	width: 100%;

	height: 1px;

	background: var(--border_color);

	z-index: 2014;

} */



.top_cont {

	position: relative;

	z-index: 2013;

}

.top {

	display: -webkit-flex;

	display: flex;

	flex-wrap: wrap;

	align-items: center;

	position: relative;

	

}

/* .TopHeader .top_cont {

	background: #222;

} */



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

	header {

		top: 0;

		top: 0;

		width: 100%;

		box-shadow: 0 4px 10px rgba(0, 0, 0, .1);

	}

	header {border-radius:0}

	/* .top_cont {

		background: #333 !important;

	} */

	.top_search_ico::after {height: 0rem !important;}

}







/* logo */

.logo {

	display: -webkit-flex;

	display: flex;

	align-items: center;

	height: var(--header_height);

}

.logo a {

	display: -webkit-flex;

	display: flex;

	align-items: center;

	height: 97%;

}

.logo img {

	max-height: 100%;

}



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

	.logo a {

		height: 60%;

	}

}

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

	.logo a {

		height: 70%;

	}

}











/* 导航 */

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

	.i_nav {

		margin-left: auto;

		display: -webkit-flex;

		display: flex;

		flex-wrap: nowrap;

		z-index: 2014;

	}



	.i_nav>li {

		position: relative;

		margin: 0 .26rem;

	}



	.i_nav>li>a {

		display: block;

		font-size: .2rem;

		color: #666;

		line-height: var(--header_height);

		white-space: nowrap;

		-webkit-border-radius: .08rem;

		border-radius: .08rem;

		text-transform: uppercase;

	}



	.i_nav>.current-menu-item>a,

	.i_nav>.current-category-ancestor>a,

	.i_nav>.current-post-ancestor>a,

	.i_nav>.current-menu-ancestor>a,

	.i_nav>.current-menu-parent>a,

	.i_nav>li:hover>a,

	.i_nav .curr>a {

		transition: all 0.3s ease;

		position: relative;

		color: var(--i_color);

	}

   

   



	









	.i_nav .sub-menu {

		display: none;

		position: absolute;

		border-top: 2px solid var(--i_color);

		background: #4F4F4F;

		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: #fff;

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

	.i_nav>li {

		margin: 0 .2rem;

	}

}

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

	.i_nav>li {

		margin: 0 .16rem;

	}

	.i_nav>li>a {

		font-size: 0.15rem;

	}

}

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

	.i_nav>li {

		margin: 0 .14rem;

	}

	.i_nav>li>a {

		font-size: 0.14rem;

	}

}

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

	.i_nav {

		display: none;

		position: fixed;

		top: var(--header_height);

		left: 0;

		width: 100%;

		width: 100vw;

		max-height: calc(100vh - var(--header_height));

		background: #FFF;

		overflow-y: auto;

		z-index: 2

	}

	/*滚动条*/

	.i_nav::-webkit-scrollbar {

		width: 3px;

		height: 8px

	}

	.i_nav::-webkit-scrollbar-thumb {

		-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);

		background: #555

	}

	.i_nav::-webkit-scrollbar-track {

		-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);

		border-radius: 0;

		background: #F1F1F1

	}



	.i_nav>li {

		margin: 0 0 !important;

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

		position: relative

	}

	.i_nav>.menu-item-has-children i {

		display: block;

		position: absolute;

		top: 0;

		right: 0;

		width: .44rem;

		height: .44rem;

		background: #F1F1F1;

	}

	.i_nav>.menu-item-has-children i::before {

		content: '\f107';

		position: absolute;

		top: 50%;

		left: 50%;

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

		font-size: 0.26rem;

		color: #222;

	}



	.i_nav>.menu-item-has-children i.on::before {

		content: '\f106';

	}



	.i_nav>li>a {

		padding: 0 .2rem;

		font-size: .15rem;

		color: #222;

		line-height: .44rem;

		text-transform: uppercase;

	}



	.i_nav>li>.sub-menu {

		display: none

	}

	.i_nav>li>.sub-menu li {

		position: relative;

	}

	.i_nav .sub-menu a {

		padding: 0 .4rem;

		font-size: .14rem;

		color: #555;

		line-height: .4rem;

		position: relative

	}

	.i_nav .sub-menu li:not(:last-child) {

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

	}



	.i_nav>li>.sub-menu b {

		position: absolute;

		top: 0;

		right: 0;

		width: .4rem;

		height: .4rem;

		background: url(static/imgs/public/arrow_down_hollow_hei.svg) no-repeat center;

		background-size: .16rem;

	}

	.i_nav>li>.sub-menu b.on {

		background: url(static/imgs/public/arrow_up_hollow_hei.svg) no-repeat center;

		background-size: .16rem;

	}



	.i_nav .sub-menu .sub-menu {

		display: none;

	}



	.i_nav .sub-menu .sub-menu a {

		padding: 0 .6rem;

		font-size: .13rem;

		color: #888;

		line-height: .36rem;

		position: relative;

	}



	.i_nav a {

		display: block;

		overflow: hidden;

		white-space: nowrap;

		text-overflow: ellipsis

	}

}

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

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













/* 移动端导航按钮 */

.nav_menu {

	/* position: absolute;

	right: 0;

	top: 50%;

	transform: translateY(-50%); */

	position: relative;

	width: 22px;

	height: 16px;

	display: none;

	cursor: pointer

}

.nav_menu i {

	display: block;

	width: 100%;

	height: 2px;

	position: absolute;

	top: 50%;

	margin-top: -1px;

	background: #333;

	border-radius: .1rem;

	transition: 0.5s

}

.nav_menu::before,

.nav_menu::after {

	content: "";

	width: 100%;

	height: 2px;

	background: #333;

	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: .24rem

}

.top_r {

	margin-left: 0.3rem;

	display: -webkit-flex;

	display: flex;

	flex-wrap: wrap;

	align-items: center;

	height: var(--header_height)

}



.top_search_ico {

	display: -webkit-flex;

	display: flex;

	flex-wrap: wrap;

	align-items: center;

	height: var(--header_height);

	margin-right: 0.3rem;

	position: relative;

}

.top_search_ico::after{

	content: '';

	position: absolute;

	top: 50%;

	right: -0.15rem;

	transform: translate(0,-50%);

	width: 0.01rem;

	height: 0.22rem;

	background-color: #D8D8D8;

}

.top_search_ico i {

	font-size: var(--size);

	color: #666;

	cursor: pointer;

}

.top_search_ico.on i {

	color: var(--i_color);

}





.top_language {

	display: -webkit-flex;

	display: flex;

	flex-wrap: wrap;

	align-items: center;

	height: var(--header_height);

	position: relative;

}

.top_language>i {

	font-size: var(--size);

	cursor: pointer;

	color: #666;

}

.top_language.on>i {

	color: var(--i_color);

}





.top_language_list {

	visibility: hidden;

	opacity: 0;

	position: absolute;

	top: calc(var(--header_height) - .2rem);

	right: 0;

	z-index: 2;

	-webkit-transition: all .3s ease;

	transition: all .3s ease

}

.top_language_list.on {

	visibility: visible;

	opacity: 1;

	top: var(--header_height);

	box-shadow: .04rem .06rem .1rem rgb(0 0 0 / 10%);

}



.top_language_list ul {

	overflow: hidden;

}



.top_language_list li {

	background: #FFF;

}

.top_language_list a>span {

	display: block;

	padding: 0 14px;

	min-width: 100px;

	overflow: hidden

}

.top_language_list img,

.top_language_list .trp-ls-language-name {

	display: inline-block;

	vertical-align: middle;

	margin-left: 8px;

	font-size: .12rem;

	color: #666;

	line-height: .3rem

}



.top_language_list li:hover {

	background: var(--i_color)

}

.top_language_list li:hover .trp-ls-language-name {

	color: #FFF;

}

.top_language,

.top_language>i {

	-webkit-transition: all .3s ease;

	-moz-transition: all .3s ease;

	-ms-transition: all .3s ease;

	-o-transition: all .3s ease;

	transition: all .3s ease

}

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

	.top_language {

		margin: 0 .2rem;

	}

}

@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: 6;

}

.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;

}

.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;

}



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

	.top_r {

		margin-left: 0.5rem;

	}

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

    



}



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



}











/* -=---------------------banner--------------------------- */

/* banner */

.banner{width:100%; position:relative;margin-top: var(--header_height);}

.banner .swiper-slide{height:0; overflow:hidden; padding-bottom:89.5vh; position:relative}

.banner .swiper-slide>img{position:absolute; top:0; left:0; width:100%; height:100%; object-fit:cover}

.banner .swiper-slide video{position:absolute; left:0; top:0; width:100%; height:100%!important; object-fit:cover; z-index:2}

.banner .swiper-slide{

	width: 100%;

	display: block;

	transition:all 0.3s ease;

}

.banner .swiper-button-prev, .banner .swiper-button-next{

	position:absolute;

	top:50%;

	transform:translate(0,-50%);

	width:60px;

	height:60px;

	z-index:999;

	outline:none;

	cursor:pointer;

	-moz-user-select:none; /*火狐*/

    -webkit-user-select:none; /*webkit浏览器*/

    -ms-user-select:none; /*IE10*/

    -khtml-user-select:none; /*早期浏览器*/

    user-select:none;

	-webkit-border-radius:200px; -moz-border-radius:200px; border-radius:200px;

	-webkit-transition:all 0.3s ease;

	-moz-transition:all 0.3s ease;

	-ms-transition:all 0.3s ease;

	-o-transition:all 0.3s ease;

	transition:all 0.3s ease;

	}

.banner .swiper-button-prev{left:-60px; background:rgba(0,0,0,.6) url(static/imgs/arrow_left_kx_bai.svg) no-repeat center; background-size:26px}

.banner .swiper-button-next{right:-60px; background:rgba(0,0,0,.6) url(static/imgs/arrow_right_kx_bai.svg) no-repeat center; background-size:26px}

.banner:hover .swiper-button-prev{left:4%}

.banner:hover .swiper-button-next{right:4%}

.banner .swiper-button-prev:hover, .banner .swiper-button-next:hover{background-color:var(--i_color)}



.banner .pagination-all{

	position:absolute;

    bottom: 20%;

    left: 90%;

	transform:translate(-50%,0);

	cursor:pointer;

	z-index:10;

}

.banner .swiper-pagination {

	position: relative;

	display: flex;

	display: -webkit-flex;

	align-items: center;

	text-align: left;

}

.banner .swiper-pagination-bullet {

	width: 0.1rem;

	height: 0.1rem;

	border-radius: 50%;

	box-sizing: border-box;

	background: rgba(255, 255, 255, 0.5);

	opacity: 1;

	margin: 0 10px;

	position: relative;

	z-index: 4;

	transition: width,height,background-color 0.5s;

	-webkit-transition: width,height,background-color 0.5s;

	-moz-transition: width,height,background-color 0.5s;

	-ms-transition: width,height,background-color 0.5s;

}

.banner .swiper-pagination-bullet-active {

	background: transparent;

    position: relative;

	width: 0.18rem;

	height: 0.18rem;

	border-radius: 50%;

	border: 4px solid #fff;

	

}

.banner  .swiper-container{

	



	clip-path: inset(0% 0% 0% 100%);

    -webkit-clip-path: inset(0% 0% 0% 100%);

    transition: -webkit-clip-path 1.4s cubic-bezier(.46,.03,.52,.96);

    transition: clip-path 1.4s cubic-bezier(.46,.03,.52,.96);

    transition: clip-path 1.4s cubic-bezier(.46,.03,.52,.96),-webkit-clip-path 2s cubic-bezier(.46,.03,.52,.96);

}

/* .banner_container{

	clip-path: inset(0 0 0 0) !important;

    -webkit-clip-path: inset(0 0 0 0) !important;

} */

/* .banner .swiper-slide-active{



	animation: banner_img_in 1s cubic-bezier(.35,.01,.37,.96) both;



	opacity: 1;

    z-index: 10;

    transition: opacity .4s cubic-bezier(.215,.61,.355,1);

}

.banner .swiper-slide-prev,.banner .swiper-slide-next{

	opacity: 1;

    z-index: 2;

    transition: opacity .4s cubic-bezier(.215,.61,.355,1);

    animation: banner_img_out 1s cubic-bezier(.35,.01,.37,.96) forwards;

	animation-delay: 1s;

} */

@keyframes banner_img_in {

	0%, 5% {

		-webkit-clip-path: inset(0 0 0 100%);

		clip-path: inset(0 0 0 100%);

		transform: scale(1.2);

		transform-origin: 0 50%;

	}

	

	100% {

		-webkit-clip-path: inset(0 -1px 0 0);

		clip-path: inset(0 -1px 0 0);

		transform: scale(1);

		transform-origin: 0 50%;

	}

}





@keyframes banner_img_out{

	0% {

		transform: scale(1);

		transform-origin: 100% 50%;

	}

	

	100% {

		transform: scale(1.1);

		transform-origin: 100% 50%;

	}

}













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

	

}

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

	

}

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

	

}

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

	

	.banner .swiper-button-prev, .banner .swiper-button-next{display:none!important}

	.banner .pagination-all{bottom:30px;}

}

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

	.banner .swiper-slide{padding-bottom:88%}

}

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

	

	.banner .pagination-all{bottom:26px}

	

}

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

	

}





/* --------------------banner文字------------------- */

.banner_text1{

	position: absolute;

	top: 40%;

	left: 50%;

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

	

}

.banner_text1 h2{

   font-size: 0.5rem;

   color: #fff;

   font-weight: bold;

   position: relative;

   box-sizing: border-box;

   padding: 0.1rem 0 0.05rem 0;

   text-transform: uppercase;

}

.banner_text1 h2::after{

	content: '';

	position: absolute;

	width: 1rem ;

	height: 0.03rem;

	background-color: var(--i_color);

	top: 0;

	left: 0;

}

.banner_text1 h3{

	font-size: 0.3rem;

	color: var(--i_color);

	font-weight: bold;

	text-transform: uppercase;

}

.banner_text1 h4{

	font-size: 0.2rem;

	line-height: 0.28rem;

	color: #fff;

	margin: 0.2rem 0 0.3rem 0;

}

.banner_btn{

	display: inline-block;

	box-sizing: border-box;

	padding: 0.1rem 0.3rem;

	background-color: var(--i_color);

	border-radius: 0.05rem;

	

}

.banner_btn_flex{

	display: flex;

	justify-content: center;

	align-items: center;

}

.banner_btn i{

   display: block;

   background: url('static/imgs/phone.png') center no-repeat;

   background-size: contain;

   width: 0.25rem;

   height: 0.25rem;

}

.banner_btn p{

   font-size: 0.18rem;

   color: #fff;

   font-weight: bold;

   margin-left: 0.1rem;

}



.banner_i{

	position: absolute;

	bottom: 0;

	left: 0;

	width: 100%;

	height: 1.2rem;

	z-index: 2;

}

.banner_i img{

	width: 100%;

	height: 100%;

	object-fit: cover;

	position: relative;

}









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

	.banner_text1 h2 {font-size: 0.45rem;}

	.banner_i {height: 1rem;}

}

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

	

}

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

	.banner_text1 h2 {font-size: 0.4rem;}

	

}

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

	.banner_text1 h2 {font-size: 0.35rem;}

}

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

	.banner_i {height: 0.8rem;}

}

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

	.banner_text1 h2 br{display: none;}

	.banner_text1 h2 {font-size: 0.3rem;}

}

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

	.banner_i {height: 0.6rem;}

	.banner_text1 h4{display: none;}

	.banner_btn{margin-top: 0.2rem;}

	.banner_text1 h2 {font-size: 0.28rem;}

	.banner_btn {padding: 0.1rem 0.2rem;}

	.banner_btn p {font-size: 0.16rem;}

	.banner_btn i {

		width: 0.2rem;

		height: 0.2rem;

	}

}

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

	.banner_text1 h2 {font-size: 0.24rem;}

}

















/* home_products */

.home_products{

   box-sizing: border-box;

   padding-bottom: 1rem;

}

.title{



}

.title p{

   font-size: 0.38rem;

   color: #222;

   font-weight: bold;

   text-align: center;

   position: relative;

   text-transform: uppercase;

   padding-bottom: 0.1rem;

}

.title p::after{

   content: '';

   position: absolute;

   bottom: 0;

   left: 50%;

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

   width: 0.8rem;

   height: 0.04rem;

   background-color: #232323;

}





.home_products_list{

   box-sizing: border-box;

 

   border: 1px solid #999;

   margin: 0.7rem 0;

   box-sizing: border-box;

   padding:0 4% 0.05rem 4%;

}

.home_products_list ul{

   display: flex;

   display: -webkit-flex;

   gap: 0 0.6rem;

   overflow: auto;

   box-sizing: border-box;

   padding:0.1rem  0 0.1rem 0;

}



.home_products_list ul li{

   font-size: 0.18rem;

   color: #333;

   white-space:nowrap;

   box-sizing: border-box;

   padding: 0.2rem 2%;

   position: relative;

   border-radius: 0.05rem;

   transition: all 0.3s ease;

   cursor: pointer;

}

.home_products_list ul li::after{

	content: '/';

	position: absolute;

	top: 50%;

	right: -0.3rem;

	transform: translate(0,-50%);

    font-size: 0.24rem;

	color: #333;

}

.home_products_list ul li:last-child::after{

	font-size: 0;

}

.home_products_list ul .current{

	background: var(--linear);

	color: #fff !important;

}





/*滚动条*/

.home_products_list ul::-webkit-scrollbar {

	width: 2px;

	height: 4px;
	cursor: pointer;

}

.home_products_list ul::-webkit-scrollbar-thumb {

	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);

	background: var(--i_color)

}

.home_products_list ul::-webkit-scrollbar-track {

	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);

	border-radius: 0;

	background: #F1F1F1

}



.btn{



}

.btn_flex{

	display: flex;

	display: -webkit-flex;

	justify-content: center;

}

.btn a{

	font-size: 0.18rem;

	color: #fff;

	display: inline-block;

	box-sizing: border-box;

	padding: 0.15rem 0.5rem;

	background-color: var(--i_color);

	border-radius: 0.1rem;

}

.btn a:hover{

	background: var(--linear);

}



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

	.title p {font-size: 0.35rem;}

	.home_products_list {margin: 0.6rem 0;}

	.home_products {padding-bottom: 0.8rem;}

}

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

	

}

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

	.home_products {padding-bottom: 0.6rem;}

}

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

	

}

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

	.title p {font-size: 0.3rem;}

}

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

	.home_products_list ul li {font-size: 0.16rem;padding: 0.1rem 2%;}

	.home_products_list {margin: 0.4rem 0;}

	.xxx_partner_list li p {font-size: 0.16rem;padding: 0.1rem 2% 0 2%;}

}

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

	.title p {font-size: 0.24rem;}

	

}

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

	

}













/*  */

.xxx_partner_box{margin-bottom: 0.6rem;}



.xxx_partner{position:relative}

.xxx_partner_list{width:100%; padding:0; margin:0 auto; position:relative; overflow:hidden; z-index:1}

.xxx_partner_list .swiper-wrapper{display:flex; position:relative; width:100%; z-index:1}

.xxx_partner_list li{

	display:-webkit-box;

	display:-ms-flexbox;

	display:-webkit-flex;

	display:flex;

	flex-shrink:0;

	position:relative;

	cursor:pointer;

}

.xxx_partner_list li a{

	display: block;

	width: 100%;

}

.xxx_partner_list .img{width:100%; box-sizing:border-box;border-radius: 0.1rem; position:relative; overflow:hidden}

.xxx_partner_list .img:before{content:""; display:block; padding-bottom:100%}

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





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

.xxx_partner_list li p{

	font-size: 0.18rem;

	color: #333;

	box-sizing: border-box;

	padding: 0.2rem 2% 0 2%;

	text-align: center;

	overflow:hidden;

    white-space: nowrap;

    text-overflow: ellipsis;

    box-sizing: border-box;

}

/* 指示器 */

.xxx_partner .pt-pagination{display:none; text-align:center; margin:20px auto 0}

.xxx_partner .pt-pagination .swiper-pagination-bullet{width:12px; height:12px; display:inline-block; margin:0 5px; background:#BBB; -webkit-border-radius:50%; -moz-border-radius:50%; -o-border-radius:50%; border-radius:50%; outline:none}

.xxx_partner .pt-pagination .swiper-pagination-bullet-active{position:relative; background:var(--i_color)}



/* 左右箭头 */

.xxx_partner .pt-button-prev, .xxx_partner .pt-button-next{position:absolute; top:50%; transform:translate(0,-50%); width:40px; height:50px;z-index:999; cursor:pointer; outline:none}

.xxx_partner .pt-button-prev:before, .xxx_partner .pt-button-next:before{

	position:absolute;

	top:50%;

	left:50%;

	font-size:30px;

	line-height:30px;

	font-weight: bold;

	color:#999;

	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%);

	transition: all 0.3s ease;

}

.xxx_partner .pt-button-prev{left:-6%}

.xxx_partner .pt-button-prev:before{content:"<"}

.xxx_partner .pt-button-next{right:-6%}

.xxx_partner .pt-button-next:before{content:">"}



.xxx_partner .pt-button-prev:hover::before, .xxx_partner .pt-button-next:hover::before{

	color: var(--i_color);

}







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

	

}

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

	

}

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

	.xxx_partner .pt-button-prev, .xxx_partner .pt-button-next{display:none}

	.xxx_partner .pt-pagination{display:block}

}

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

	

}

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

	.xxx_partner_box {

		margin-bottom: 0.4rem;

	}

}

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

	.xxx_partner .pt-pagination{margin:14px auto 0}

	.xxx_partner .pt-pagination .swiper-pagination-bullet{width:10px; height:10px}

}







/* home_about */

.title_white p{

	color: white;

}

.title_white p::after{

	background-color: #fff;

}

.home_about{

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

   background-size: cover;

   box-sizing: border-box;

   padding: 1rem 0;

   background-attachment: fixed;

}



.home_about_area{

	border: 1px solid #727272;

	display: flex;

	display: -webkit-flex;

	flex-wrap: wrap;

	margin-top: 0.6rem;

	border-radius: 0.1rem;

}

.home_about_left{

	width: 61.3%;

	box-sizing: border-box;

	padding: 0.6rem 4%;

}

.home_about_right{

	width: 38.7%;

	display: flex;

	display: -webkit-flex;

	flex-wrap: wrap;

}

.home_about_left h4{

    font-size: 0.38rem;

	color: white;

	position: relative;

	box-sizing: border-box;

	padding-bottom: 0.2rem;

	margin-bottom: 0.35rem;

	text-transform: uppercase;

}

.home_about_left h4::after{

	content: '';

	position: absolute;

	bottom: 0;

	left: 0;

	width: 1.1rem;

	height: 0.05rem;

	background: var(--i_color);

}

.home_about_p{

	display: flex;

	display: -webkit-flex;

	flex-direction: column;

	gap: 20px 0px;

	margin-bottom: 0.6rem;

}

.home_about_left p{

	font-size: 0.16rem;

	line-height: 0.24rem;

	color: #fff;



}

.home_about_right li{

	width: 50%;

	height: 50%;

	display: flex;

	display: -webkit-flex;

	flex-direction: column;

	justify-content: center;

	border-left: 1px solid #727272;

	border-bottom: 1px solid #727272;

	box-sizing: border-box;

	padding: 0 4%;

	position: relative;

	transition: all 0.6s cubic-bezier(0.23, 1, 0.320, 1);

	background-color: transparent;

	z-index: 2;

	overflow: hidden;

}

.home_about_right li:nth-child(3),.home_about_right li:nth-child(4){

	border-bottom: 0px solid #727272;

}

.home_about_right h5{

	font-size: 0.18rem;

	color: white;

	text-transform: capitalize;

}

.home_about_h6{

    display: flex;

	display: -webkit-flex;

	align-items: flex-end;

}

.home_about_h6 h6{

    font-size: 0.64rem;

	color: #fff;

	transition: all 0.3s ease;

	font-weight: bold;

}

.home_about_h6 p{

    font-size: 0.3rem;

	color: #fff;

	transition: all 0.3s ease;

	margin-bottom: 0.05rem;

	font-weight: bold;

}



.home_about_active{

	background: var(--i_color);

}

.home_about_active h6,.home_about_active p{

	color: white;

}







.home_about_right li::before {

  position: absolute;

  content: "";

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  transform: scaleY(2);

  border: 3px solid;

  border-image: linear-gradient(-45deg, #FFE760 0%, #8FD400 100% );

  border-image-slice: 1;

  border-width: 2px 0 2px 0;

  opacity: 0;

  pointer-events: none;

  transition: all 0.6s cubic-bezier(0.23, 1, 0.320, 1);

  z-index: -1;

}



.home_about_active::before {

  transform: scaleY(0) !important;

  opacity: 1 !important;

}



.home_about_right li::after {

  position: absolute;

  content: "";

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  background: var(--linear);

  transform: scale(0);

  pointer-events: none;

  transition: all 0.6s cubic-bezier(0.23, 1, 0.320, 1) 0.3s;

  z-index: -1;

}



.home_about_active::after {

  transform: scaleY(1) !important;

}



.home_about_active:active {

  scale: 0.90;

}





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



}

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



}

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

	

}

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

	

}

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

	

}

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

	.home_about_left{width: 100%;}

	.home_about_right {width: 100%;border-top: 1px solid #727272;}

	.home_about_right li {padding: 0.6rem 4%;}

	.home_about_left h4 br{display: none;}

	.home_about_p {

		margin-bottom: 0.4rem;

	}

}

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

	.home_about_right li {padding: 0.4rem 3%;}

	.home_about_h6 h6{font-size: 0.6rem;}

}

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

	.home_about_right li {padding: 0.3rem 2%;}

	.home_about_h6 h6{font-size: 0.5rem;}

}

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

	

}



/* home_video */

.home_video{

    box-sizing: border-box;

	padding: 1rem 0;

}

.home_video_img{

    position: relative;

	overflow: hidden;

	border-radius: 0.1rem;

	margin-top: 0.8rem;

}

.home_video_img::after{

    content: '';

	display: block;

	padding-bottom: 43%;

}

.home_video_img img{

	position: absolute;

	top: 50%;

	left: 50%;

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

	width: 100%;

	height: 100%;

	object-fit: cover;

}

.home_video_i{

    position: absolute;

	top: 50%;

	left: 50%;

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

	cursor: pointer;

}

.home_video_i i{

    display: block;

	width: 0.75rem;

	height: 0.75rem;

	background: url('static/imgs/home_video_i.png') center no-repeat;

	background-size: contain;

}



.home_video_i i::after {

    content: '';

    position: absolute;

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

    border-radius: 50%;

    top: 50%;

    left: 50%;

    width: 110%;

    height: 110%;

    background-color: rgba(255, 255, 255, 0.3);

    animation: yuan 1s ease-in-out infinite;

}

.home_video_i i::before {

    content: '';

    position: absolute;

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

    border-radius: 50%;

    top: 50%;

    left: 50%;

    width: 130%;

    height: 130%;

    background-color: rgba(255, 255, 255, 0.2);

    animation: yuans 1.8s ease-in-out infinite;

}

@keyframes yuan{

	0%{

		width: 110%;

		height: 110%;

	}

	50%{

		width: 120%;

		height: 120%;

	}

	100%{

		width: 110%;

		height: 110%;

	}

}

@keyframes yuans{

	0%{

		width: 130%;

		height: 130%;

	}

	50%{

		width: 150%;

		height: 150%;

	}

	100%{

		width: 130%;

		height: 130%;

	}

}









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

	.home_video{padding: 0.8rem 0;}

}

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

	

}

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

	.home_video{padding: 0.6rem 0;}

}

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

	

}

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

	.home_video_i i{width: 0.7rem;height: 0.7rem;}

}

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

	.home_video_img{margin-top: 0.4rem;}

	.home_video_i i{width: 0.6rem;height: 0.6rem;}

}

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

	.home_video_i i{width: 0.5rem;height: 0.5rem;}

	

}

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

	

}





/* home_factory */

.home_factory{

	box-sizing: border-box;

	padding-bottom: 1rem;

}







/*  */

.factory_partner_box{margin-top: 0.6rem;}



.factory_partner{position:relative}

.factory_partner_list{width:100%; padding:0; margin:0 auto; position:relative; overflow:hidden; z-index:1}

.factory_partner_list .swiper-wrapper{display:flex; position:relative; width:100%; z-index:1}

.factory_partner_list li{

	display:-webkit-box;

	display:-ms-flexbox;

	display:-webkit-flex;

	display:flex;

	flex-shrink:0;

	position:relative;

	cursor:pointer;

	flex-direction: column;

}



.factory_partner_list .img{width:100%; box-sizing:border-box;border-radius: 0.1rem; position:relative; overflow:hidden}

.factory_partner_list .img:before{content:""; display:block; padding-bottom:100%}

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





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

.factory_partner_list li p{

	box-sizing: border-box;

	padding: 0.2rem 2% 0 2%;

	font-size: 0.18rem;

	color: #333;

	text-align: center;

	

}

/* 指示器 */

.factory_partner .pt-pagination{display:none; text-align:center; margin:20px auto 0}

.factory_partner .pt-pagination .swiper-pagination-bullet{width:12px; height:12px; display:inline-block; margin:0 5px; background:#BBB; -webkit-border-radius:50%; -moz-border-radius:50%; -o-border-radius:50%; border-radius:50%; outline:none}

.factory_partner .pt-pagination .swiper-pagination-bullet-active{position:relative; background:var(--i_color)}



/* 左右箭头 */

.factory_partner .pt-button-prev, .factory_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}

.factory_partner .pt-button-prev:before, .factory_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%);

}

.factory_partner .pt-button-prev{left:1px}

.factory_partner .pt-button-prev:before{content:"<"}

.factory_partner .pt-button-next{right:1px}

.factory_partner .pt-button-next:before{content:">"}



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

	.home_factory{padding-bottom: 0.8rem;}

}

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

	

}

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

	.factory_partner .pt-button-prev, .factory_partner .pt-button-next{display:none}

	.factory_partner .pt-pagination{display:block}

	.home_factory{padding-bottom: 0.6rem;}

}

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

	

}

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

	.factory_partner_box{margin-top: 0.4rem;}

}

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

	.factory_partner .pt-pagination{margin:14px auto 0}

	.factory_partner .pt-pagination .swiper-pagination-bullet{width:10px; height:10px}

}









/* home_choose */

.home_choose{

	box-sizing: border-box;

	padding: 1rem 0;

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

	background-size: cover;

}

.choose{

	margin-top: 0.6rem;

	display: flex;

	display: -webkit-flex;

	flex-wrap: wrap;

	justify-content: space-between;

}

.choose li{

    width: 32%;

	background-color: #fff;

	border-radius: 0.1rem;

	box-sizing: border-box;

	padding: 0.6rem 0.4rem 0.4rem 0.4rem;

	position: relative;

}

.choose li::after{

	content: '';

	position: absolute;

	bottom: 0;

	right: 0;

	width: 0%;

	height: 0.04rem;

	background: var(--linear);

	transition: all 0.5s ease;

}

.choose_active::after{

	right: auto;

	left: 0;

	width: 100% !important;

}

.choose_img{

    width: 0.94rem;

	height: 0.94rem;

	background-color: var(--i_color);

	border-radius: 50%;

	display: flex;

	display: -webkit-flex;

	justify-content: center;

	align-items: center;

	position: relative;

	z-index: 2;

}

.choose_img::after{

	content: '';

	position: absolute;

	top: 50%;

	left: 50%;

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

	width: 130%;

	height: 130%;

	background-color: rgba(25,186,255,0.2);

	border-radius: 50%;

	z-index: -2;

}

.choose_img::before{

	content: '';

	width: 65%;

	height: 130%;

	background-color: #fff;

	position: absolute;

	top: 50%;

	right: -15%;

	transform: translate(0,-50%);

	z-index: -1;

}

.choose_img img{

	width: 0.5rem;

	height: 0.5rem;

	object-fit: contain;

	position: relative;

	z-index: 2;

}

.choose_img i::after{

	content: '';

	top: 50%;

	left: 50%;

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

	width: 0.94rem;

	height: 0.94rem;

	background: var(--i_color);

	border-radius: 50%;

	z-index: 1;

	position: absolute;

	

}

.choose_text{

    

}

.choose_text h2{

    font-size: 0.2rem;

	color: #333;

	font-weight: bold;

	margin: 0.3rem 0 0.2rem 0;

	text-transform: uppercase;

	transition: all 0.3s ease;

}

.choose_text h3{

    font-size: 0.18rem;

	line-height: 0.24rem;

	color: #9E9E9E;

}



.choose_active h2{

	color: var(--i_color);

}

.choose_active .choose_img i::after{

	background: var(--linear);

}









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

	

}

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

	

}

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

	

}

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

	

}

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

	.choose li {width: 100%;}

	.choose{gap: 0.2rem 0;}

}



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

	

}

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

	

	

}

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

	

}







/* home_zs */

.home_zs{

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

	background-size: cover;

	box-sizing: border-box;

	padding: 1rem 0;

	background-attachment: fixed;

}

.home_zs h2{

	text-align: center;

	color: #fff;

	font-size: 0.18rem;

	margin: 0.2rem 0 0.6rem 0;

}



/* about_zs */

.hhhs_partner_box{

	box-sizing: border-box;

	margin-bottom: 0.6rem;

}



.hhhs_partner{position:relative}

.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;

}



.hhhs_partner_list .img{width:100%; 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:130%}

.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:cover}





.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);

}































/* 指示器 */

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



	.home_zs h2 {margin: 0.2rem 0 0.5rem 0;}

	.home_zs {padding: 0.8rem 0;}

}

@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}

	

	.home_zs h2 {margin: 0.2rem 0 0.4rem 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_box{margin-bottom: 0.4rem;}

	.home_zs h2 {margin: 0.2rem 0;}

}

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

	

}





/* home_news */

.home_news{

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

	background-size: contain;

	box-sizing: border-box;

	padding: 1rem 0;

}

.home_news_area{

	display: flex;

	display: -webkit-flex;

	flex-wrap: wrap;

	margin-top: 0.6rem;

	align-items: flex-start;

}

.home_news_left{

    overflow: hidden;

	width: 48.5%;

	border-radius: 0.1rem;

}

.home_news_left a{

	position: relative;

	display: block;

	width: 100%;

}

.home_news_left a::after{

    content: '';

	display: block;

	padding-bottom: 82%;

}

.home_news_left a img{

	position: absolute;

	top: 50%;

	left: 50%;

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

	width: 100%;

	height: 100%;

	object-fit: cover;

	transition: all 0.3s ease;

}

.home_news_leftAll{

    box-sizing: border-box;

	padding: 1.3rem 5% 0.5rem 5%;

	background: linear-gradient(to bottom,rgba(10,243,237,0),rgba(10,243,237,0.08),rgba(25,186,255,0.6));

	position: absolute;

	bottom: 0;

	left: 0;

	z-index: 2;

	width: 100%;

}

.home_news_leftAll h2{

    font-size: 0.6rem;

	color: var(--i_color);

	font-weight: bold;

}

.home_news_leftAll h3{

	font-size: 0.18rem;

	color: var(--i_color);

}

.home_news_leftAll h4{

	font-size: 0.24rem;

	color: #fff;

	font-weight: bold;

	margin: 0.2rem 0;

	overflow:hidden;

    white-space: nowrap;

    text-overflow: ellipsis;

    box-sizing: border-box;

	

}

.home_news_leftAll h5{

	font-size: 0.16rem;

	line-height: 0.22rem;

	color: #fff;

    box-sizing: border-box;

	padding-right: 0.22rem;

	position: relative;

	overflow: hidden;

    text-overflow: ellipsis;

    display: -webkit-box;

    -webkit-box-orient: vertical;

    -webkit-line-clamp: 2;

    height: 0.44rem;

}

.home_news_leftAll h5::after{

	content: '';

	position: absolute;

	width: 0.22rem;

	height: 0.12rem;

	background: url('static/imgs/right.png') center no-repeat;

	background-size: contain;

	top: 50%;

	right: 0;

	transform: translate(0,-50%);

}

.home_news_right{

	width: 51.5%;

	position: relative;

	padding-left: 3%;

	box-sizing: border-box;

	

}

.home_news_right li{

    box-sizing: border-box;

	border-bottom: 1px solid #D8D8D8;

	box-sizing: border-box;

	padding: 0.28rem 0;

}

.home_news_right li:nth-child(1){

	border-top: 1px solid #D8D8D8;

}

.home_news_right li a{

    display: flex;

	display: -webkit-flex;

	width: 100%;

	align-items: center;

}

.home_news_text{

   width: calc(100% - 0.72rem);

   box-sizing: border-box;

   padding: 0 5% 0 0.3rem;

   position: relative;

}

.home_news_text::after{

	content: '';

	width: 0.14rem;

	height: 0.14rem;

	border-radius: 50%;

	position: absolute;

	top: 0.05rem;

	left: 0;

	background-color: #B5B5B5;

	transition: all 0.3s ease;

}

.home_news_text h2{

    font-size: 0.24rem;

	color: #333;

	overflow:hidden;

    white-space: nowrap;

    text-overflow: ellipsis;

    box-sizing: border-box;

	transition: all 0.3s ease;

}

.home_news_text h3{

    font-size: 0.18rem;

	line-height: 0.24rem;

	color: #666;

	overflow: hidden;

   text-overflow: ellipsis;

   display: -webkit-box;

  -webkit-box-orient: vertical;

   -webkit-line-clamp: 2;

   height: 0.48rem;

   margin-top: 0.1rem;

}

.home_news_data{

   width: 0.72rem;

}

.home_news_data h4{

   font-size: 0.6rem;

   color: #333;

   font-weight: bold;

   transition: all 0.3s ease;

}

.home_news_data h5{

   font-size: 0.18rem;

   color: #333;

}

.home_news_right li:hover h2{

	color: var(--i_color);

}

.home_news_right li:hover h4{

	color: var(--i_color);

}

.home_news_right li:hover .home_news_text::after{

	background-color: var(--i_color);

}



.home_news_left:hover img{

	width: 110%;

	height: 110%;

}







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

	.home_news_right li {padding: 0.2rem 0;}

	.home_news {padding: 0.8rem 0;}

}

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

	

}

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

	.home_news_right li {padding: 0.15rem 0;}

	.home_news {padding: 0.6rem 0;}

}

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

	.home_news_right li {padding: 0.1rem 0;}

}

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

	

}

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

	.home_news_left {width: 100%;}

	.home_news_right {

		width: 100%;

		padding-left: 0%;

		margin-top: 0.2rem;

	}

	.home_news_right li {padding: 0.2rem 0;}

	.home_news_area {margin-top: 0.4rem;}

	.home_news_data h4 {font-size: 0.5rem;}

	.home_news_leftAll h2 {font-size: 0.5rem;}

	.home_news_leftAll {padding: 1.3rem 5% 0.4rem 5%;}

}

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

	.home_news_text h2 {font-size: 0.2rem;}

	.home_news_data h4 {font-size: 0.4rem;}

	.home_news_leftAll h2 {font-size: 0.4rem;}

	.home_news_leftAll h4 {font-size: 0.2rem;margin: 0.1rem 0;}

	.home_news_leftAll {padding: 1rem 5% 0.2rem 5%;}

}

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

	

}





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

	

}

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

	

}

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

	

}

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

	

}

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

	

}

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

	

}

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

	

	

}

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

	

} */





/* home_hz */

.home_hz{

   box-sizing: border-box;

   margin-bottom: 1rem;

} 







/*  */

.hz_partner_box{margin-top: 0.6rem;}



.hz_partner{position:relative}

.hz_partner_list{width:100%; padding:0.1rem;box-sizing: border-box; margin:0 auto; position:relative; overflow:hidden; z-index:1}

.hz_partner_list .swiper-wrapper{display:flex; position:relative; width:100%; z-index:1}

.hz_partner_list li{

	display:-webkit-box;

	display:-ms-flexbox;

	display:-webkit-flex;

	display:flex;

	flex-shrink:0;

	position:relative;

	cursor:pointer;

}



.hz_partner_list .img{width:100%; box-sizing:border-box; border:1px solid rgba(0,0,0,.2);border-radius: 0.1rem; position:relative; overflow:hidden}

.hz_partner_list .img:before{content:""; display:block; padding-bottom:50%}

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





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



/* 指示器 */

.hz_partner .pt-pagination{display:block; text-align:center; margin:0.4rem auto 0}

.hz_partner .pt-pagination .swiper-pagination-bullet{width:12px; height:12px; display:inline-block; margin:0 5px; background:#BBB; -webkit-border-radius:50%; -moz-border-radius:50%; -o-border-radius:50%; border-radius:50%; outline:none}

.hz_partner .pt-pagination .swiper-pagination-bullet-active{position:relative; background:var(--i_color)}



/* 左右箭头 */

.hz_partner .pt-button-prev, .hz_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}

.hz_partner .pt-button-prev:before, .hz_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%);

}

.hz_partner .pt-button-prev{left:1px}

.hz_partner .pt-button-prev:before{content:"<"}

.hz_partner .pt-button-next{right:1px}

.hz_partner .pt-button-next:before{content:">"}



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

	.home_hz{margin-bottom: 0.8rem;} 

}

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

	

}

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

	.hz_partner .pt-button-prev, .hz_partner .pt-button-next{display:none}

	.hz_partner .pt-pagination{display:block}

	.home_hz{margin-bottom: 0.6rem;} 

}

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

	

}

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

	.hz_partner_box{margin-top: 0.4rem;}

}

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

	.hz_partner .pt-pagination{margin:14px auto 0}

	.hz_partner .pt-pagination .swiper-pagination-bullet{width:10px; height:10px}

}







/* ----------------------------------footer--------------------------- */

:root {  

	--purple: rgb(255, 255, 255);

	--violet: rgb(255, 255, 255);

	--pink: rgb(255, 255, 255);

  }

  

  @keyframes background-pan {

	from {

	  background-position: 0% center;

	}

	

	to {

	  background-position: -200% center;

	}

  }

  

  @keyframes scale {

	from, to {

	  transform: scale(0);

	}

	

	50% {

	  transform: scale(1);

	}

  }

  

  @keyframes rotate {

	from {

	  transform: rotate(0deg);

	}

	

	to {

	  transform: rotate(180deg);

	}

  }

  

 

  

 

  

  .magic {

	display: inline-block;

	position: relative;

  }

  

  .magic > .magic-star {

	--size: clamp(0.2rem, 1.5vw, 0.2rem);

	

	animation: scale 700ms ease forwards;

	display: block;

	height: var(--size);

	left: var(--star-left);

	position: absolute;

	top: var(--star-top);

	width: var(--size);

  }

  

  .magic > .magic-star > svg {

	animation: rotate 1000ms linear infinite;

	display: block;

	opacity: 0.7;

  }

  

  .magic > .magic-star > svg > path {

	fill: var(--pink);

  }

  

  .magic > .magic-text {

	animation: background-pan 3s linear infinite;

	background: linear-gradient(

	  to right,

	  var(--purple),

	  var(--violet),

	  var(--pink),

	  var(--purple)

	);

	background-size: 200%;

	-webkit-background-clip: text;

	-webkit-text-fill-color: transparent;

	white-space: nowrap;

  }

  



footer{

	background: linear-gradient(45deg,rgba(0,0,0,1),rgba(50,50,50,1));

}





.footer_form{

	box-sizing: border-box;

	padding: 0.6rem 0 0.8rem 0 ;

}

.footer_form h2{

	font-size: 0.36rem;

	font-weight: bold;

	color: #fff;

	text-align: center;

}

.footer_form h2 ion-icon{

	color: var(--i_color);

	font-size: 0.3rem;

}

.footer_form h3{

	font-size: 0.24rem;

	line-height: 0.3rem;

	color: #fff;

	text-align: center;

	margin: 0.4rem 0 0.5rem 0;

}





#wpforms-65 {



	--input_font_size: 13px;



	--input_height: .46rem



}



#wpforms-form-65 {



	width: 100%;



	display: -webkit-flex;



	display: flex;



	flex-wrap: nowrap;



	position: relative;



	overflow: hidden



}







#wpforms-65 input,



#wpforms-65 button {



	margin: 0;



	padding: 0;



	border: none;



	background: none



}



#wpforms-65 .wpforms-field {



	padding: 0;



	margin: 0



}



#wpforms-65 .wpforms-field-label {



	font-size: 0;



}



#wpforms-65 .wpforms-required-label {



	position: absolute;



	top: .16rem;



	left: .05rem;



	font-size: .16rem;



	color: #F00



}



#wpforms-65 .wpforms-field {



	width: 100%;



	background: transparent;



	padding-bottom: .18rem;



	position: relative;



	overflow: hidden



}







#wpforms-65 .wpforms-field-container input,



#wpforms-65 textarea {



	width: 100%;



	max-width: 100% !important;



	min-width: 100%;



	font-size: var(--input_font_size);



	color: #333;



	height: var(--input_height);



	box-sizing: border-box;



	background: #FFF;



	padding: 0 .16rem;



	border-radius: .1rem;



	overflow: hidden;



	-webkit-transition: all .5s ease;



	transition: all .5s ease



}



#wpforms-65 input {



	line-height: var(--input_height)



}



#wpforms-65 textarea {



	line-height: .22rem;



	min-height: 1rem;



	padding: .06rem .16rem



}







#wpforms-65-field_2-container {



	margin: 0 .2rem !important;



}







#wpforms-65 input::-webkit-input-placeholder,



#wpforms-65 textarea::-webkit-input-placeholder {



	color: rgb(0 0 0 / 40%);



	font-size: var(--input_font_size)



}



#wpforms-65 input::-moz-placeholder,



#wpforms-65 textarea::-moz-placeholder {



	color: rgb(0 0 0 / 40%);



	font-size: var(--input_font_size)



}



#wpforms-65 input::-ms-input-placeholder,



#wpforms-65 textarea::-ms-input-placeholder {



	color: rgb(0 0 0 / 40%);



	font-size: var(--input_font_size)



}



.wp-dark-mode-active #wpforms-65 input::-webkit-input-placeholder,



.wp-dark-mode-active #wpforms-65 textarea::-webkit-input-placeholder {



	color: #BBB;



}



.wp-dark-mode-active #wpforms-65 input::-moz-placeholder,



.wp-dark-mode-active #wpforms-65 textarea::-moz-placeholder {



	color: #BBB;



}



.wp-dark-mode-active #wpforms-65 input::-ms-input-placeholder,



.wp-dark-mode-active #wpforms-65 textarea::-ms-input-placeholder {



	color: #BBB;



}







#wpforms-65-field_1-error,



#wpforms-65-field_2-error,



#wpforms-65-field_3-error,



#wpforms-65-field_4-error,



#wpforms-65-field_5-error,



#wpforms-65-field_6-error {



	position: absolute;



	font-size: 12px;



	color: #A90909;



}







#wpforms-65 .wpforms-field-container {



	width: 100%;



	margin-right: 0.3rem;



	display: -webkit-flex;



	display: flex;



	flex-wrap: nowrap;



	justify-content: space-between;



	overflow: hidden



}



#wpforms-65 .wpforms-submit-container {



	width: 1.8rem;



	height: 100%;



	flex-shrink: 0;



	text-align: center;



	padding: 0;



	overflow: hidden;





	border-radius: 0.1rem;



	position: relative;

	margin-top: 4px;



}



#wpforms-65 .wpforms-submit-container button {



	width: 100%;



	height: .46rem;



	font-size: .14rem;



	color: #FFF;



	font-weight: bold;



	line-height: .46rem;



	background: var(--i_color);



	cursor: pointer;



	position: relative;



	z-index: 2;

	transition: all 0.3s ease;





}



#wpforms-65 .wpforms-submit-container button:hover {



	background: var(--i_color)



}



#wpforms-65 .wpforms-submit-container img {



	position: absolute;



	top: 50%;



	transform: translate(0, -50%);



	right: 4px;



	z-index: 2



}







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



	.f_form {



		padding: 0.3rem 0.2rem;



	}







	#wpforms-form-65 {



		flex-wrap: wrap;



	}



	#wpforms-65 .wpforms-field-container {



		margin-right: 0;



		flex-wrap: wrap;



		justify-content: space-between;



	}



	#wpforms-65-field_1-container,



	#wpforms-65-field_2-container {



		width: 49% !important;



		margin: 0 0 !important;



	}



	#wpforms-65 .wpforms-submit-container {



		margin: 0 auto;



	}



}



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



	#wpforms-65 {



		--input_font_size: 13px;



		--input_height: .4rem



	}



}



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



	.f_form {



		-webkit-border-radius: .2rem;



		border-radius: .2rem;



	}



	.f_form .i_tit {



		margin-bottom: 0.24rem;



	}



	#wpforms-65-field_1-container,



	#wpforms-65-field_2-container {



		width: 100% !important;



	}



	#wpforms-65 .wpforms-submit-container button {



		height: 0.42rem;



		line-height: 0.42rem;



	}

	.footer_form h3 {

		font-size: 0.2rem;

		margin: 0.3rem 0;

	}

	.footer_form h2 {font-size: 0.3rem;}

}



.footer_area{

	

	box-sizing: border-box;

}

.footer{

	display: flex;

	display: -webkit-flex;

	flex-wrap: wrap;

	box-sizing: border-box;

	padding-bottom: 0.3rem;

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

}

.footer_left{

	width: 50.3%;

	box-sizing: border-box;

	padding-right: 14%;

}

.footer_left>img{

	height: 0.55rem;

	margin-bottom: 0.1rem;

}

.footer_left_ul{

    

}

.footer_left_ul li{

    display: flex;

	display: -webkit-flex;

}

.footer_left_ul li img{

    width: 0.24rem;

	min-width: 0.24rem;

	height: 0.24rem;

	object-fit: contain;

	margin-top: 0.05rem;

	margin-right: 0.1rem;

}

.footer_left_ul li a{

	font-size: 0.16rem;

	line-height: 0.36rem;

	color: rgba(255, 255, 255, 0.8);

	transition: all 0.3s ease;

}

.footer_left_ul li a:hover{

	color: white;

}

.footer_center{

    width: 20.8%;

}

.footer_center h2{

    font-size: 0.26rem;

	color: white;

	font-weight: bold;

	text-transform: uppercase;

	margin-bottom: 0.2rem;

}

.footer_center_ul{



}

.footer_center_ul li{

    margin-bottom: 0.05rem;

	box-sizing: border-box;

	padding-right: 2%;

} 

.footer_center_ul li ul{

	display: none;

}

.footer_center_ul li a{

	font-size: 0.16rem;

	line-height: 0.36rem;

	color: rgba(255, 255, 255, 0.8);

	text-transform: uppercase;

	transition: all 0.3s ease;

}

.footer_center_ul li a:hover{

	color: white;

	border-bottom: 1px solid white;

}

.footer_right{

	width: 28.9%;

}





.footer_right{



}

.footer_right h2{

	font-size: 0.26rem;

	color: white;

	font-weight: bold;

	text-transform: uppercase;

	margin-bottom: 0.2rem;

}

.footer_right_ul{

    display: flex;

	display: -webkit-flex;

	flex-wrap: wrap;

}

.footer_right_ul li{

    width: 100%;

	margin-bottom: 0.05rem;

	box-sizing: border-box;

}

.footer_right_ul li a{

	font-size: 0.16rem;

	line-height: 0.36rem;

	color: rgba(255, 255, 255, 0.8);

	text-transform: uppercase;

	transition: all 0.3s ease;

}

.footer_right_ul li a:hover{

	color: white;

	border-bottom: 1px solid white;

}

.footer_right_dl{

    display: flex;

	display: -webkit-flex;

    justify-content: flex-start;

	margin-top: 0.2rem;

}

.footer_right_dl dt{

    margin-right: 0.4rem;

}

.footer_right_dl dt a{

    display: block;

}

.footer_right_dl dt a ion-icon{

    font-size: 0.3rem;

	color: rgba(255, 255, 255, 0.5);

	transition: all 0.3s ease;

}

.footer_right_dl dt a ion-icon:hover{

	color: white;

	transform: translateY(-5px);

}



.footer_max{

    display: flex;

	display: -webkit-flex;

	justify-content: space-between;

	box-sizing: border-box;

	padding: 0.3rem 0;

}

.footer_max p{

    font-size: 0.16rem;

	color: white;

}

.footer_max a{

    font-size: 0.16rem;

	color: white;

}







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

	.footer_left {padding-right: 10%;}

}

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

	.footer_left {padding-right: 8%;}

}

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

	

}

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

	.footer_left {padding-right: 6%;}

}

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

	

}

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

	.footer_center{display: none;}

	.footer_right {width: 49.7%;}

	

}

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

	.footer_left {width: 100%;padding-right: 0%;}

	.footer_right {width: 100%;margin-top: 0.3rem;}

	.footer_left>img {height: 0.4rem;}

    .footer_left_ul li{margin-bottom: 0.1rem;}

	

}

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

	.footer_max {

		flex-direction: column;

	}

	.footer_max p{text-align: center;}

	.footer_max a{text-align: center;}

	.footer_right{display: none;}

}

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

	

}



/* about */



.news_banner{

	position: relative;

	overflow: hidden;

	width: 100%;

	/* clip-path: inset(0% 0% 0% 100%);

    -webkit-clip-path: inset(0% 0% 0% 100%);

    transition: -webkit-clip-path 1.4s cubic-bezier(.46,.03,.52,.96);

    transition: clip-path 1.4s cubic-bezier(.46,.03,.52,.96);

    transition: clip-path 1.4s cubic-bezier(.46,.03,.52,.96),-webkit-clip-path 2s cubic-bezier(.46,.03,.52,.96); */

}

.news_banner::before{

	content: '';

	display: block;

	padding-bottom: 31.4%;

}

.news_banner>img{

	position: fixed;

    top: 0;

    left: 0;

    width: 100%;

    width: 100vw;

    object-fit: cover;

}

.news_banner p{

	position: absolute;

	top: 54%;

	left: 50%;

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

	font-size: 0.4rem;

	color: #fff;

	font-weight: bold;

	text-transform: uppercase;

}



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

	

	.news_banner::before {padding-bottom: 40%;}

    .news_banner>img{height: 100%;position: absolute;};

	.news_banner p{font-size: 0.3rem;}

	

}

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

	.news_banner::before {padding-bottom: 50%;}

	.news_banner p{font-size: 0.25rem;}

}







/* 当前位置 */

.in_position{padding:14px 0; background:#EEEEEE}

.in_position a{display:block; float:left; font-size:14px; color:#4C4C4C; position:relative; line-height:20px; text-transform:uppercase}

.in_position a:first-child{padding-left:24px; background:url(static/imgs/home_b.svg) no-repeat left center; background-size:16px}

.in_position a:not(:last-child):after{content:">"; margin:0 4px; color:#4C4C4C}

.in_position a:last-child{color:var(--i_color)!important}

.in_position a:hover{color:var(--i_color)}

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

	.in_position a{font-size:15px}

}

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

	.in_position a{font-size:14px}

}

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

	.in_position a{font-size:12px}

}





.main{

	position: relative;

    background: #FFF;

    z-index: 5;

    overflow: hidden;

}

footer{

	position: relative;

	z-index: 5;

}







/* about_us */

.about_us{

	box-sizing: border-box;

	padding: 1rem 0 0 0;

}

.about_us_area{



}

.about_us_area h2{

   font-size: 0.3rem;

   color: #222;

   font-weight: bold;



}

.about_us_area h3{

   font-size: 0.18rem;

   color: #666;

   margin-top: 0.1rem;

}

.about_us_text{

   display: flex;

   display: -webkit-flex;

   flex-wrap: wrap;

   align-items: flex-start;

   margin-bottom: 0.6rem;

}

.about_us_text ul{

    width: 40%;

	display: flex;

	flex-wrap: wrap;

	margin-top: 0.7rem;

	gap: 0.5rem 0;

	align-items: flex-start;

}

.about_us_text ul li{

    width: 50%;

    box-sizing: border-box;

	padding-right: 0.2rem;

}

.about_us_h4{

    display: flex;

	display: -webkit-flex;

	align-items: flex-end;

}

.about_us_h4 h4{

    font-size: 0.7rem;

	color: #222;

	font-weight: bold;

}

.about_us_h4 h5{

    font-size: 0.3rem;

	color: #222;

	font-weight: bold;

}

.about_us_text h6{

    font-size: 0.16rem;

	color: #666;



}

.about_us_map{

    width: 60%;

	position: relative;

	box-sizing: border-box;

	padding-left: 5%;

}

.about_us_map::after{

    content: '';

	display: block;

	padding-bottom: 50%;

}

.about_us_map img{

    position: absolute;

	top: 50%;

	left: 50%;

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

	width: 100%;

	height: 100%;

	object-fit: contain;

}





.about_us_p{

    box-sizing: border-box;

	padding-right: 2%;

	height: 3rem;

	overflow: auto;

	display: flex;

	display: -webkit-flex;

	flex-direction: column;

	gap: 0.2rem 0;

}

.about_us_p p{

    font-size: 0.22rem;

	line-height: 0.3rem;

	color: #333;

}



/*滚动条*/

.about_us_p::-webkit-scrollbar {

	width: 2px;

	height: 8px

}

.about_us_p::-webkit-scrollbar-thumb {

	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);

	background: var(--i_color)

}

.about_us_p::-webkit-scrollbar-track {

	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);

	border-radius: 0;

	background: #F1F1F1

}





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

	.about_us_h4 h4 {font-size: 0.6rem;}

	.about_us {padding: 0.8rem 0 0 0;}

}

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

	

}

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

	.about_us_h4 h4 {font-size: 0.5rem;}

	.about_us {padding: 0.6rem 0 0 0;}

}

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

	.about_us_h4 h4 {font-size: 0.45rem;}

}

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

	.about_us_h4 h4 {font-size: 0.4rem;}

}

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

	.about_us_text ul {

		width: 100%;

		margin-top: 0.4rem;

		gap: 0.4rem 0;

	}

	.about_us_map {

		width: 100%;

		margin-top: 0.4rem;

		padding-left: 0%;

	}

	.about_us_p {height: 2.4rem;}

	.about_us_area h2 br{display: none;}

	.about_us_p p {font-size: 0.2rem;line-height: 0.28rem;}

}

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

	

	

}

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

	

}



/* history */





.history {}

.history .i_tit {

	margin-bottom: 0;

}

.history_list {

	padding: .2rem 0;

	position: relative;

}

.history_list::before {

	content: '';

	position: absolute;

	left: 50%;

	top: 0;

	width: 1px;

	height: 100%;

	background: #000;

}



.history_list li {

	margin: .7rem 0;

	width: 100%;

	display: -webkit-flex;

	display: flex;

	flex-wrap: wrap;

	justify-content: space-between;

	position: relative;

}

.history_list .yuan {

	position: absolute;

	left: 50%;

	transform: translate(-50%, 0);

	top: 0.4rem;

	width: 0.3rem;

	height: 0.3rem;

	background: #FFF;

	box-sizing: border-box;

	border: 1px solid #000;

	-webkit-border-radius: 50%;

	border-radius: 50%;

}

.history_list .yuan::before {

	content: '';

	position: absolute;

	top: 50%;

	width: .36rem;

	height: 1px;

	background: #000;

}

.history_list .yuan::after {

	content: '';

	position: absolute;

	top: 50%;

	left: 50%;

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

	width: 50%;

	height: 50%;

	background: #000;

	-webkit-border-radius: 50%;

	border-radius: 50%;

}

.history_list li:nth-child(odd) .yuan::before {

	left: 100%;

}

.history_list li:nth-child(even) .yuan::before {

	right: 100%;

}



.history_list .img {

	width: 45%;

	height: 100%;

	position: relative;

	-webkit-border-radius: .2rem;

	border-radius: .2rem;

	overflow: hidden

}

.history_list .img::before {

	content: "";

	display: block;

	padding-bottom: 50%

}

.history_list .img img {

	position: absolute;

	top: 50%;

	left: 50%;

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

	width: 100%;

	height: 100%;

	object-fit: cover;

	-webkit-transition: all .5s ease;

	transition: all .5s ease

}



.history_list .txt {

	width: 45%;

}

.history_list p {

	margin-top: 0.18rem;

	font-size: 0.3rem;

	color: #000;

	font-weight: bold;

}

.history_list h5 {

	margin: .1rem 0 .2rem;

	font-size: 0.24rem;

	color: #111;

	text-transform: uppercase;

}

.history_list h6 {

	color: #888;

}



.history_list li:nth-child(even) .txt {

	order: -1;

}

.history_list li:nth-child(even) .txt {

	text-align: right;

}



.history_list li:hover .img img{width: 110%;height: 110%;}

.history_list li:hover p {

	color: var(--i_color);

}

.history_list li:hover .yuan {

	border-color: var(--i_color);

}

.history_list li:hover .yuan::before,

.history_list li:hover .yuan::after {

	background: var(--i_color);

}







.history_more_btn {

	display: table;

	margin: 0 auto;

	text-align: center;

	cursor: pointer;

}

.history_more_btn i {

	width: 0.6rem;

	height: 0.6rem;

	-webkit-border-radius: 50%;

	border-radius: 50%;

	background: var(--i_color);

	position: relative;

	font-size: 0.2rem;

	color: #FFF;

}

.history_more_btn i::before {

	position: absolute;

	top: 50%;

	left: 50%;

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

}

.history_more_btn p {

	margin-top: 0.14rem;

	font-size: 0.16rem;

	color: #555;

}



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

	.history_list li {

		margin: 0.6rem 0;

	}

	.history_list p {

		font-size: 0.24rem;

	}

	.history_list h5 {

		font-size: 0.2rem;

	}

	.history_list .yuan {

		width: 0.18rem;

		height: 0.18rem;

	}

	.history_list .yuan::before {

		width: 0.24rem;

	}

}

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

	.history_list::before {

		left: 0;

	}

	.history_list li {

		box-sizing: border-box;

		margin: 0.4rem 0;

		padding-left: 0.46rem;

	}

	.history_list .yuan {

		top: .18rem;

		left: -.09rem;

		transform: none;

	}

	.history_list li:nth-child(even) .yuan::before {

		right: initial;

		left: 100%;

	}

	.history_list .img {

		width: 100%;

	}

	.history_list .txt {

		order: -1;

		width: 100%;

		text-align: left !important;

		margin-bottom: 0.2rem;

	}

	.history_list p {

		font-size: 0.2rem;

	}

	.history_list h5 {

		margin: .1rem 0 0.14rem;

		font-size: 0.18rem;

	}



	.history_more_btn i {

		width: 0.4rem;

		height: 0.4rem;

	}

}

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

	.history_list li:nth-child(1) {

		margin-top: 20px;

	}

	.history_list .img {

		-webkit-border-radius: .1rem;

		border-radius: .1rem;

	}

	.history_list p {

		font-size: 18px;

	}

	.history_list h5 {

		font-size: 17px;

	}

}









/* big title */

.i_tit {

	padding-bottom: 0.2rem;

	margin-bottom: 0.8rem;

	text-align: center;

	position: relative;

}

.i_tit::before {

	content: '';

	position: absolute;

	left: 50%;

	transform: translate(-50%, 0);

	bottom: 0;

	width: 0.56rem;

	height: 2px;

	background: var(--i_color);

}



.i_tit h2 {

	font-size: 0.44rem;

	color: #1A1919;

	font-weight: bold;

	text-transform: uppercase;

	position: relative;

}



.i_tit h6 {

	margin-top: 0.2rem;

	font-size: 0.18rem;

	color: #666;

}



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

	.i_tit {

		margin-bottom: 0.7rem;

	}

	.i_tit h2 {

		font-size: 0.38rem;

	}

}

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

	.i_tit h2 {

		font-size: 0.32rem;

	}

}

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

	.i_tit {

		margin-bottom: 0.5rem;

	}

	.i_tit h2 {

		font-size: 0.28rem;

	}

	.i_tit h6 {

		margin-top: 0.1rem;

		font-size: 0.16rem;

	}

}

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

	.i_tit {

		margin-bottom: 0.4rem;

		padding-bottom: 0.12rem;

	}

	.i_tit h2 {

		font-size: 22px;

	}

	.i_tit h6 {

		font-size: 14px;

	}

}

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

	.i_tit h2 {

		font-size: 20px;

	}

}





.about_hz{

	margin-top: 1rem;

}



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

	.about_hz{margin-top: 0.8rem;}

}

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

	

}

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

	.about_hz{margin-top: 0.6rem;}

}

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

	

}

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

	

}

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

	

}

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

	

	

}

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

	

}



















/* eject videos */



.vd_box {

	display: none;

	position: fixed;

	top: 52%;

	left: 50%;

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

	z-index: 2014;

	width: 60%;

	max-height: 90%;

}



.vd_box::before {

	content: '';

	display: block;

	padding-bottom: 56.25%;

}



.close_v {

	position: absolute;

	top: -.2rem;

	right: -.2rem;

	width: 0.4rem;

	height: 0.4rem;

	background: var(--i_color);

	z-index: 2;

	-webkit-border-radius: 50%;

	border-radius: 50%;

	cursor: pointer;

}



.close_v::before {

	content: '+';

	position: absolute;

	top: 50%;

	left: 50%;

	font-size: 0.44rem;

	color: #FFF;

	-webkit-transform: translate(-50%, -50%) rotate(45deg);

	transform: translate(-50%, -50%) rotate(45deg)

}



.vd_box iframe {

	position: absolute;

	top: 0;

	right: 0;

	width: 100%;

	height: 100%;

	background: #000;

	object-fit: contain;

}



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



	.vd_box {

		width: 80%;

	}

	.close_v::before {

		font-size: 0.4rem;

	}

}



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



	.vd_box {

		width: 88%;

	}

	.close_v {

		top: -.15rem;

		right: -.15rem;

		width: 0.3rem;

		height: 0.3rem;

	}

	.close_v::before {

		font-size: 0.3rem;

	}

}











/* 新闻列表 */

.news_list{

    box-sizing: border-box;

	padding: 0.8rem 0 0.1rem 0;

}

.news_list li{

    margin-bottom: 0.7rem;

}

.news_list li a{

	width: 100%;

	display: block;

	background-color: #F3F3F3;

	display: flex;

	display: -webkit-flex;

	align-items: center;

	transition: all 0.3s ease;

}

.news_list_img{

	width: 24%;

	position: relative;

	overflow: hidden;

}

.news_list_img::after{

	content: '';

	display: block;

	padding-bottom: 84%;

}

.news_list_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_list_text{

	width: calc(76%  - 1.3rem);

    box-sizing: border-box;

	padding: 0 3%;

	position: relative;

}

.news_list_text::after{

	content: '';

	position: absolute;

	top: 50%;

	right: 0;

	transform: translate(0,-50%);

	width: 1px;

	height: 110%;

	background-color: #909090;

}

.news_list_text::before{

	content: '';

	position: absolute;

	top: 50%;

	right: 0;

	transform: translate(0,-50%);

	width: 1px;

	height: 0%;

	background-color: var(--i_color);

	z-index: 2;

	transition: all 0.8s ease;

}

.news_list_text h2{

    font-size: 0.18rem;

	color: #666666;

}

.news_list_text h3{

	font-size: 0.24rem;

	color: #222;

	margin: 0.1rem 0 0.2rem 0;

	overflow:hidden;

    white-space: nowrap;

    text-overflow: ellipsis;

    box-sizing: border-box;

	transition: all 0.3s ease;

}

.news_list_text h4{

	font-size: 0.18rem;

	color: #4C4C4C;

	line-height: 0.24rem;

	overflow: hidden;

    text-overflow: ellipsis;

    display: -webkit-box;

    -webkit-box-orient: vertical;

    -webkit-line-clamp: 2;

    height: 0.48rem;

}

.news_list_i{

	width: 1.3rem;

	display: flex;

	display: -webkit-flex;

	justify-content: center;

	align-items: center;

}

.news_list_i i{

	display: block;

	width: 0.4rem;

	height: 0.4rem;

	border-radius: 50%;

	box-sizing: border-box;

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

	position: relative;

	transition: all 0.3s ease;

}

.news_list_i i::after{

	content: '';

	width: 0.22rem;

	height: 0.12rem;

	background: url('static/imgs/news_right.png') center no-repeat;

	background-size: contain;

	position: absolute;

	top: 50%;

	left: 50%;

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

    

}





.news_list li:hover a{

    background-color: white;

}

.news_list li:hover h3{

	color: var(--i_color);

}

.news_list li:hover img{

	width: 110%;

	height: 110%;

}

.news_list li:hover{

    box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);

}



.news_list li:hover .news_list_text::before{

	height: 110%;

}



.news_list li:hover .news_list_i i{

	background-color: var(--i_color);

}



.news_list li:hover .news_list_i i::after{

	filter: brightness(10000000) grayscale(100%);

}

.news_list_area{

	box-sizing: border-box;

	padding-bottom: 1rem;

}











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



}

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



}

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

	

}

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

	

}

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

	

}

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

	.news_class li a {margin: 0 0.4rem;}

}

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

	.news_class li a {margin: 0 0.3rem;}

	.news_list_i{display: none;}

	.news_list_text {width: calc(76% - 0.3rem);padding: 0rem 0 0 3%;margin:0.2rem 0;}

	.news_list li {margin-bottom: 0.6rem;}

	.news_list_area {padding-bottom: 0.6rem;}

	.news_class li a {font-size: 0.16rem;}

	.news_list_text::after{height: 0;}

}

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

	.news_class li a {margin: 0 0.2rem;}

	.news_list_img::after {padding-bottom: 130%;}

	.news_list li {margin-bottom: 0.4rem;}

}

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

	

}







/* 页数 */

/* Number of pages */

.in_page_box {

	text-align: center;

	overflow: hidden;

	margin-top: 0rem;

}

.in_page {

	display: -webkit-flex;

	display: flex;

	flex-wrap: wrap;

	justify-content: center;

	align-items: center;

}

.in_page li {

	margin: 0 .04rem;

}

.in_page a,

.in_page span {

	display: block;

    padding: 0 .17rem;

    line-height: .4rem;

    font-size: .14rem;

    color: #666;

    background: #FFF;

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

    overflow: hidden;

    transition: all 0.3s ease;

    border-radius: 0.4rem;

}

.in_page li{

	margin:0 0.04rem;

}

.in_page>i {

	margin-left: 0.1rem;

	font-size: 0rem;

	color: #888;

}



.in_page a:hover,

.in_page .active_page a,

.in_page .active_page span {

	border-color: var(--i_color) !important;

	background: var(--i_color);

	color: #FFF !important

}



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



	.in_page a,

	.in_page span {

		    padding: 0 0.15rem;

		    line-height: 0.35rem;

			font-size: 0.14rem;

			border-radius: 0.3rem;

	}

	.in_page_box {margin-top: 0rem;}

}

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

	.in_page>i {

			display: block;

			width: 100%;

			margin-top: 0.1rem;

			font-size: 0rem;

	}

	

}

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

	

}













/* -----------------------contact----------------------------- */

.c_list{

  display: flex;display: -webkit-flex; justify-content: space-between;flex-wrap: wrap;

}

.c_list li{

  width: 32%;padding: .3rem;

  background-color: #fff;

  -webkit-border-radius: .1rem;border-radius: .1rem;

  overflow: hidden;

  border: 1px solid #D8D8D8;

  box-sizing: border-box;

}

.c_list .ico{

  display: flex;display: -webkit-flex;align-items: center; flex-wrap: wrap;

  padding-bottom: .2rem;margin-bottom: .1rem;

  border-bottom: 1px solid #ddd;

  position: relative;

}

.c_list .ico::after{

  content: '';

  width: 20%;height: 1px;background: var(--i_color);

  position: absolute;

  bottom: -1px;left: 0;

}

.c_list span{font-size: .22rem;color: #666;margin-bottom: .16rem;}

.c_list h6{font-size: .22rem;color: #222;font-weight: bold;}

.c_list img{max-height: .6rem;object-fit: contain;margin-right: .2rem;}

.c_list article{font-size: .2rem;line-height: 150%;}



.c_list p{margin-top: .1rem;}

.c_list b,

.c_list a{font-weight: normal;color: #666;}





.c_list img,

.c_list .ico::after{-webkit-transition:all .5s ease; transition:all .5s ease;}

.c_list li:hover .ico::after{width: 100%;background: var(--linear-gradien2)}

.c_list li:hover img{transform: rotateY(180deg);}



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

  .c_list img{max-height: .5rem;}

  .c_list span{font-size: .18rem;margin-bottom: .1rem;}

  .c_list h6{font-size: .18rem;font-weight: bold;}

  .c_list article{font-size: .18rem;}

}

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

  .c_list li{width: 100%;margin-bottom: .2rem;}

  .c_list article{font-size: .16rem;}

}







.c_box{

  display: flex;display: -webkit-flex; justify-content: space-between;flex-wrap: wrap;

}

.c_form .i_tit{text-align: left;}

.c_form {width: 45%;}

.map {width: 45%;border: 1px solid #ddd;-webkit-border-radius: .1rem;border-radius: .1rem;}

.map #simpleMap,

.map .fluid-width-video-wrapper,

.map iframe {

        width: 100%;

        height: 100% !important;

}







#wpforms-72{--input_font_size:20px; --input_height:60px}

#wpforms-72{width:100%; margin:0 auto; padding:0}

#wpforms-form-72{width:100%; overflow:hidden}

#wpforms-72 input, #wpforms-72 button{margin:0; padding:0; border:none; background:none}

#wpforms-72 .wpforms-field{padding:0; margin:0}

#wpforms-72 .wpforms-error-container{line-height:16px}

#wpforms-72 .wpforms-field-container{width:100%; display:-webkit-flex; display:flex; flex-wrap:wrap; overflow:hidden}

#wpforms-72 .wpforms-submit-container{

  padding:0!important; width:2.7rem; height:var(--input_height); 

  background:var(--linear); position:relative;

  -webkit-border-radius: .1rem;border-radius: .1rem;

  margin-top: .3rem;

}

#wpforms-72 .wpforms-field{

	position: relative;

}

#wpforms-72 .wpforms-field-label{

	font-size: 0;

}

#wpforms-72 .wpforms-field-label span{

	position: absolute;

	top: 25px;

	left: 3px;

	font-size: 0.14rem;

    color: red;

}

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

#wpforms-72 .wpforms-field:nth-child(1){margin-right:20px}

#wpforms-72 .wpforms-field:nth-child(1), #wpforms-72 .wpforms-field:nth-child(2){width:calc(50% - 10px)}

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

#wpforms-72 textarea{min-height:100px}

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

#wpforms-72 input::-webkit-input-placeholder{color:rgba(0,0,0,.5); font-size:var(--input_font_size)}

#wpforms-72 input::-moz-placeholder{color:rgba(0,0,0,.5); font-size:var(--input_font_size)}

#wpforms-72 input::-moz-placeholder{color:rgba(0,0,0,.5); font-size:var(--input_font_size)}

#wpforms-72 input::-ms-input-placeholder{color:rgba(0,0,0,.5); font-size:var(--input_font_size)}

#wpforms-72 textarea::-webkit-input-placeholder{color:rgba(0,0,0,.5); font-size:var(--input_font_size)}

#wpforms-72 textarea::-moz-placeholder{color:rgba(0,0,0,.5); font-size:var(--input_font_size)}

#wpforms-72 textarea::-moz-placeholder{color:rgba(0,0,0,.5); font-size:var(--input_font_size)}

#wpforms-72 textarea::-ms-input-placeholder{color:rgba(0,0,0,.5); font-size:var(--input_font_size)}

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

#wpforms-72 .wpforms-submit-container button{overflow: hidden; width:100%; height:var(--input_height); font-size:16px; color:#FFF; line-height:var(--input_height); cursor:pointer; text-transform:uppercase; position:relative; z-index:2}

#wpforms-72 .wpforms-submit-container img{position:absolute; top:50%; transform:translate(0,-50%); right:4px}



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

  #wpforms-72{--input_font_size:16px; --input_height:42px}

  #wpforms-72 .wpforms-submit-container{margin: .2rem auto;}

}

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

  #wpforms-72 .wpforms-field:nth-child(1), 

  #wpforms-72 .wpforms-field:nth-child(2){

    width: 100%;margin: 0;

    margin-bottom: .2rem;

  }

  #wpforms-72 .wpforms-submit-container{width: 100%;}

  

}





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

  .c_form {width: 100%;}

  .map {width: 100%;margin-top: .3rem;height: 4rem;}

}





/* --------------------------------contact -------------------------*/







/* process */

.process{

   box-sizing: border-box;

   padding: 1rem 0;

}

.process_ul{

   display: flex;

   display: -webkit-flex;

   gap: 0.2rem 3.8%;

   margin-top: 0.6rem;

}

.process_ul li{

   

   width: 13.5%;

   position: relative;

}

.process_ul_div{

	background-color: white;

	position: relative;

    z-index: 2;

	display: flex;

   display: -webkit-flex;

   justify-content: center;

   align-items: center;

   flex-direction: column;

   box-sizing: border-box;

   padding: 0.5rem 0.1rem;

   border: 1px solid #CECECE;

   border-radius: 0.1rem;

  

}

.process_ul li i{

	display: block;

    width: 0.77rem;

	height: 0.43rem;

	background: url('static/imgs/process_right.png') no-repeat center;

	background-size: contain;

	position: absolute;

	top: 50%;

	right: -0.44rem;

	transform: translate(0,-50%);

	z-index: -1;

}

.process_ul li img{

   width: 0.5rem;

   height: 0.5rem;

   object-fit: contain;

}

.process_ul li p{

   font-size: 0.18rem;

   text-align: center;

   color: #333;

   margin-top: 0.05rem;

}





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

	.process_ul_div{padding: 0.4rem 0.1rem;}

	.process {padding: 0.8rem 0;}

}

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

	

}

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

	.process_ul_div{padding: 0.3rem 0.1rem;}

	.process {padding: 0.6rem 0;}

}

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

	

}

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

	

}

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

	.process_ul{flex-wrap: wrap;}

	.process_ul li{width: 30%;}

	.process_ul{gap: 0.2rem 5%;margin-top: 0.4rem;}

	.process_ul li i{width: 0.6rem;height: 0.35rem;right: -0.35rem;}

	.process_ul li:nth-child(3) i{display: none;}

}

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

	.process_ul_div{padding: 0.2rem 0.05rem;}

	

}

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

	

}





/* after */

.after_bac{

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

	background-size: cover;

	box-sizing: border-box;

	padding: 1.1rem 0;

}

.after{

	display: flex;

	display: -webkit-flex;

}

.after_left{

	width: 37%;

	position: relative;

	overflow: hidden;

}

.after_left::after{

	content: '';

	display: block;

	padding-bottom: 70%;

}

.after_left img{

	position: absolute;

	top: 50%;

	left: 50%;

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

	width: 100%;

	height: 100%;

	object-fit: cover;

}

.after_right{

	width: 63%;

	box-sizing: border-box;

	padding-left: 5%;

}

.after_right h2{

    font-size: 0.38rem;

	color: #222;

	font-weight: bold;

	text-transform: uppercase;

	margin-top: 0.2rem;

}

.after_right h3{

	font-size: 0.2rem;

	line-height: 0.24rem;

	color: #666;

	margin-top: 0.6rem;

}







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

	.after_right h3{

		margin-top: 0.4rem;

	}

	.after_bac {padding: 1rem 0;}

}

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

	

}

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

	.after_bac {padding: 0.8rem 0;}

}

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

	

}

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

	

}

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

	.after_bac {padding: 0.6rem 0;}

	.after_left {width: 100%;}

	.after_right {

		width: 100%;

		padding-left: 0%;

		margin-top: 0.2rem;

	}

	.after{flex-wrap: wrap;}

	.after_right h2 {font-size: 0.3rem;}

	.after_right h3{margin-top: 0.2rem;}

}

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

	

	

}

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

	

}





/* seven */

.seven{

	box-sizing: border-box;

	padding: 1rem 0;

}

.seven_bac{

	margin-top: 0.6rem;

}





.p_process_list {

	display: -webkit-flex;

	display: flex;

	flex-wrap: wrap;

	justify-content: center;

	position: relative;

}

.p_process_list::before {

	content: '';

	position: absolute;

	right: -1%;

	top: 12%;

	width: 87%;

	height: 52%;

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

	border-left: none;

	-webkit-border-radius: 0 2rem 2rem 0;

	border-radius: 0 2rem 2rem 0;

}



.p_process_list li {

	margin-bottom: 0.6rem;

	width: 25%;

	box-sizing: border-box;

	padding: 0 .3rem;

	text-align: center;

	position: relative;

}



.p_process_list .ico {

	width: 1.2rem;

	height: 1.2rem;

	margin: 0 auto;

	-webkit-border-radius:50%; border-radius:50%;

	position: relative;

}

/* .p_process_list li:nth-child(-n+3) .ico::before{content: '';position:absolute; top:51%; transform:translate(0,-50%); right: -164%;width: 0.42rem;height: 0.32rem;background:url(../../static/images/p_process_ico.webp) no-repeat center;background-size: contain;}

.p_process_list li:nth-child(n+5):nth-child(-n+7) .ico::before{content: '';position:absolute; top:51%; right: -60%;width: 0.42rem;height: 0.32rem;background:url(../../static/images/p_process_ico.webp) no-repeat center;background-size: contain;-webkit-transform:translate(0,-50%) rotate(-180deg); transform:translate(0,-50%) rotate(-180deg);} */

.p_process_list .bg {

	position: absolute;

	top: 0;

	left: 0;

	width: 100%;

	height: 100%;

	background: var(--i_color);

	-webkit-border-radius:50%; border-radius:50%;

}

.p_process_list .ico i {

	position: absolute;

	top: 50%;

	left: 50%;

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

	font-family: ctb;

	font-size: 0.28rem;

	color: #FFF;

	font-weight: bold;

}

.p_process_list p {

	margin-top: 0.2rem;

	font-size: 0.18rem;

	color: #666;

	text-transform: capitalize;

}



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

	.p_process_list p{font-size: 0.17rem;}

	.seven {padding: 0.8rem 0;}

}

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

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

	.seven {padding: 0.6rem 0;}

}

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

	.p_process_list::before{height: 50%;}

	.p_process_list .ico{width:.8rem;height: .8rem;}

	.p_process_list .ico i{font-size: 0.22rem;}

	.p_process_list p{font-size: 0.14rem;}

}

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

	.p_process_list::before{display: none;}

	.p_process_list li{margin-bottom: 0.2rem; width: 50%;padding: 0 0;text-align: left;display:-webkit-flex; display:flex; flex-wrap:nowrap;align-items: center;}

	.p_process_list li{order: 1;}

	.p_process_list li:nth-child(5){order: 4;}

	.p_process_list li:nth-child(6){order: 3;}

	.p_process_list li:nth-child(7){order: 2;}

	.p_process_list .ico{margin: 0 0;flex-shrink: 0;width: 0.64rem;height: 0.64rem;}

	.p_process_list li span{margin-left: 0.2rem;}

	.p_process_list p{margin-top: 0;}

	.p_process_list .ico i{font-size: 0.16rem;}

	.p_process_list {justify-content: flex-start;}

	.seven_bac {

		margin-top: 0.4rem;

	}

}

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

	.p_process_list .ico{width: 0.46rem;height: 0.46rem;}

	.p_process_list .ico i{font-size: 0.12rem;}

}









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

.products_list{

    display: flex;

	display: -webkit-flex;

	flex-wrap: wrap;

	box-sizing: border-box;

	padding: 1rem 0;

}

.products_list_left{

    width: 3.4rem;

}

.products_list_left h2{

	font-size: 0.24rem;

	color: #222;

	font-weight: bold;

	text-transform: uppercase;

	margin-bottom: 0.2rem;

	display: flex;

	display: -webkit-flex;

	align-items: center;

}

.products_list_left h2 ion-icon{

	font-size: 0.24rem;

	color: #fff;

	font-weight: bold;

	margin-left: 0.1rem;

	display: none;

}

.products_list_ul{

    border-top: 1px solid #D8D8D8;

}

.products_list_ul li{

    position: relative;

	box-sizing: border-box;

	padding: 0.2rem 0;

    border-bottom: 1px solid #D8D8D8;

}

.products_list_ul li>a{

    font-size: 0.18rem;

	color: #222;

	text-transform: uppercase;

	display: inline-block;

	box-sizing: border-box;

	padding-right: 0.3rem;

	transition: all 0.3s ease;

	display: block;

}

.products_list_ul li>a:hover{

	color: var(--i_color);

}

.products_list_ul li i{

    display: block;

	width: 0.2rem;

	height: 0.2rem;

	background: url('static/imgs/products_i.png') center no-repeat;

	background-size: contain;

	position: absolute;

	top: 20px;

	right: 0px;

	cursor: pointer;

	transition: all 0.3s linear;

}

.products_list_ul dl{

    display: none;

}

.products_list_ul dl dt{



}

.products_list_ul dl dt a{

	display: block;

    font-size: 0.16rem;

	color: #474747;

	box-sizing: border-box;

	padding: 0.2rem 0 0 0.3rem;

	position: relative;

	overflow: hidden;

	transition: all 0.3s linear;

}

.products_list_ul dl dt a::after{

	content: '';

	width: 0.13rem;

	height: 0.12rem;

	background: url('static/imgs/products_left.png') center no-repeat;

	background-size: contain;

	position: absolute;

	bottom: 3px;

	left: 2%;

	transition: all 0.3s linear;

	opacity: 0;

}

.products_list_ul dl dt a:hover{

	color: var(--i_color);

}

.products_list_ul dl dt a:hover::after{

	left: 2%;

	opacity: 1;

}

.products_dl_active a{

	color: var(--i_color) !important;

}

.products_dl_active a::after{

	opacity: 1 !important;

}

.products_ul_active>a{

	color: var(--i_color) !important;

}

.products_ul_active i{

	transform: rotate(180deg);

}





.products_list_ul li.on i{

	transform: rotate(180deg);

}





.products_list_right{

	width: calc(100% - 3.4rem);

	box-sizing: border-box;

	padding-left: 8%;

}

.products_right_ul{

    display: flex;

	display: -webkit-flex;

	flex-wrap: wrap;

	gap: 0.4rem;

	margin-bottom: 0.6rem;

}  



.products_right_ul li{

    width: calc((100% - 0.8rem) / 3);

	border-radius: 0.1rem;

	border: 1px solid #CECECE;

	overflow: hidden;

	box-sizing: border-box;

	transition: all 0.3s ease;

}

.products_right_ul li a{

    display: block;

	width: 100%;

}

.products_right_img{

    position: relative;

	overflow: hidden;

}

.products_right_img::after{

    content: '';

	display: block;

	padding-bottom: 100%;

}

.products_right_img img{

    position: absolute;

	top: 50%;

	left: 50%;

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

	width: 100%;

	height: 100%;

	transition: all 0.3s ease;

}

.products_right_ul li:hover img{

	width: 110%;

	height: 110%;

}

.products_right_text{

	box-sizing: border-box;

	padding: 0.2rem 2%;

	border-top: 1px solid #CECECE;

	transition: all 0.3s ease;

}



.products_right_ul h3{

	font-size: 0.18rem;

	color: #222;

	overflow:hidden;

    white-space: nowrap;

    text-overflow: ellipsis;

    box-sizing: border-box;

	text-align: center;

	transition: all 0.3s ease;

}

.products_right_ul li:hover{

	border: 1px solid rgba(0, 97, 174, 0.3);

	box-shadow: 0 0 10px rgba(0, 97, 174, 0.3);

}

.products_right_ul li:hover .products_right_text h2,.products_right_ul li:hover .products_right_text h3{

	color: white;

}

.products_right_ul li:hover .products_right_text{

	background-color: var(--i_color);

}









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

	.products_list_right {padding-left: 8%;}



}

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

	.products_list_right {padding-left: 6%;}

	.products_right_ul {gap: 0.3rem;}

	.products_right_ul li {width: calc((100% - 0.6rem) / 3);}

	.products_list {padding: 0.8rem 0;}

}

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

	

}

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

	.products_list_right {padding-left: 3%;}

	.products_right_ul {gap: 0.2rem;}

	.products_right_ul li {width: calc((100% - 0.4rem) / 3);}

	.products_list {padding: 0.6rem 0;}

}

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

	

}

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

	.products_right_ul li {width: calc((100% - 0.2rem) / 2);}

}

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

	.products_list_left {width: 100%;}

	.products_list_right {padding-left: 0%;width: 100%;margin-top: 0.4rem;}

	.products_list_left h2 ion-icon{display: block;}

	.products_list_left h2 {

		margin-bottom: 0rem;

		box-sizing: border-box;

		padding: 0.2rem;

		border-radius: 0.1rem;

		background-color: var(--i_color);

		color: white;

		text-align: center;

		justify-content: center;

	}

}

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

	.products_list_left h2 {font-size: 0.2rem;}

}

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

	

}







/* -------------------------single-grid----------------------- */

.single_grid_all{

	box-sizing: border-box;

	padding: 1rem 0;

}

.single_grid_all h1{

	font-size: 0.36rem;

	color: #222;

	font-weight: bold;

	box-sizing: border-box;

	padding-bottom: 0.3rem;

	border-bottom: 1px solid #D8D8D8;

	margin-bottom: 0.4rem;

}

.single_grid{

    display: flex;

	display: -webkit-flex;

	flex-wrap: wrap;

	margin-bottom: 0.6rem;

}

.single_grid_left{

    width: 43%;

}















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

	

}

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

	

}

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

	

}

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

	

}

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

	

}

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

	

}

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

	

	

}

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

	

} */





/* 产品图集 */

.u_partner_box{}



.u_partner{position:relative}

.u_partner_list{width:100%; padding:0; margin:0 auto; position:relative; overflow:hidden; z-index:1}

.u_partner_list .swiper-wrapper{display:flex; position:relative; width:100%; z-index:1}

.u_partner_list .swiper-slide{

	display:-webkit-box;

	display:-ms-flexbox;

	display:-webkit-flex;

	display:flex;

	flex-shrink:0;

	position:relative;

	cursor:pointer;

}



.u_partner_list .img{width:100%; box-sizing:border-box; position:relative; overflow:hidden;border-radius: 0.1rem;}

.u_partner_list .img:before{content:""; display:block; padding-bottom:100%}

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





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



/* 指示器 */

.single_grid_left .pt-pagination{display:block; text-align:center; margin:35px auto 0;cursor: pointer;}

.pt-pagination .swiper-pagination-bullet{width:12px; height:12px; display:inline-block; margin:0 5px; background:#BBB; -webkit-border-radius:50%; -moz-border-radius:50%; -o-border-radius:50%; border-radius:50%; outline:none}

.pt-pagination .swiper-pagination-bullet-active{position:relative; background:var(--i_color)}





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

	

}

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

	

}

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

	.u_partner .pt-button-prev, .u_partner .pt-button-next{display:none}

	.pt-pagination{display:block}

}

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

	

}

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

	

}

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

	.pt-pagination{margin:14px auto 0}

	.pt-pagination .swiper-pagination-bullet{width:10px; height:10px}

}



.single_grid_right{

    width: 57%;

	box-sizing: border-box;

	padding-left: 4%;

}

.single_grid_right article{

    font-size: 0.18rem;

	line-height: 0.26rem;

	color: #333;

	box-sizing: border-box;

	padding-bottom: 0.2rem;

	border-bottom: 1px solid #D8D8D8;

	margin-bottom: 0.4rem;

}

.single_grid_right article table,.single_grid_right article th,.single_grid_right article td {

    border-collapse: collapse;

    border: 1px solid rgba(0,0,0,0.1);

    padding: 10px;

}

.single_grid_right h3{

    font-size: 0.18rem;

	color: #222;

	font-weight: bold;

	margin-bottom: 0.2rem;

}

.single_grid_ul{

    display: flex;

	display: -webkit-flex;

	flex-direction: column;

	gap: 0.2rem 0;

	margin-bottom: 0.4rem;

}

.single_grid_ul li{

    font-size: 0.18rem;

	line-height: 0.24rem;

	color: #333;

}

.single_grid_ul li span{

	color: #FFA100 !important;

}

.single_grid_dl{

    display: flex;

	display: -webkit-flex;

	margin-top: 0.4rem;

	gap: 0 0.2rem;

	align-items: flex-start;

}

.single_grid_dl dt{

    

}

.single_grid_dl dt a{

   display: block;

   

}

.single_grid_dl dt a ion-icon{

   font-size: 0.3rem;

   color: #A5A5A5;

   transition: all 0.3s ease;

}

.single_grid_dl dt a ion-icon:hover{

	transform: translateY(-5px);

	color: var(--i_color);

}





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

	.single_grid_all {padding: 0.8rem 0;}

}

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

	

}

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

	.single_grid_right article {margin-bottom: 0.2rem;}

	.single_grid_ul {margin-bottom: 0.2rem;}

	.single_grid_dl {margin-top: 0.2rem;}

	.single_grid_all {padding: 0.6rem 0;}

}

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

	

}

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

	

}

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

	.single_grid_left {width: 100%;}

	.single_grid_right {width: 100%;padding-left: 0%;margin-top: 0.4rem;}

	.single_grid_all h1 {font-size: 0.3rem;}

}

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

	.single_grid_all h1 {font-size: 0.28rem;}

	.single_grid {margin-bottom: 0.4rem;}

}

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

	

}

































.p_atlas_list {

	position: relative;

	overflow: hidden

}

.p_atlas_list .swiper-wrapper {

	display: -webkit-flex;

	display: flex;

	position: relative;

	width: 100%

}

.p_atlas_list .swiper-slide {

	flex-shrink: 0;

	position: relative;

	overflow: hidden;

	box-sizing: border-box;

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

	cursor: pointer;

	border-radius: 0.1rem;

}

.p_atlas_list .swiper-slide::before {

	content: '';

	display: block;

	padding-bottom: 100%;

}

.p_atlas_list .swiper-slide img {

	position: absolute;

	top: 0;

	left: 0;

	width: 100%;

	height: 100%;

	object-fit: cover;

	-webkit-transition: all .5s ease;

	transition: all .5s ease

}



.p_atlas_list .swiper-slide:hover img {

	-webkit-transform: scale(1.1, 1.1);

	transform: scale(1.1, 1.1)

}





.atlas-prev,

.atlas-next {

	position: absolute;

	top: 50%;

	transform: translate(0, -50%);

	width: .4rem;

	height: .5rem;

	z-index: 3;

	cursor: pointer;

	outline: none;

	-webkit-user-select: none;

	user-select: none

}

.atlas-prev {

	left: -.5rem;

}

.atlas-next {

	right: -.5rem;

}

.atlas-prev i,

.atlas-next i {

	position: absolute;

	top: 50%;

	left: 50%;

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

	font-size: 0.4rem;

	color: #333;

}

.p_atlas_list .swiper-button-disabled {

	cursor: not-allowed

}

.atlas-prev:hover i,

.atlas-next:hover i {

	color: var(--i_color);

}



.atlas-pagination {

	display: block;

	margin-top: 0.4rem;

	text-align: center

}

.atlas-pagination .swiper-pagination-bullet {

	width: .08rem;

	height: .08rem;

	display: inline-block;

	margin: 0 6px;

	background: #CCC;

	-webkit-border-radius: 50%;

	border-radius: 50%;

	outline: none;

	cursor: pointer;

}

.atlas-pagination .swiper-pagination-bullet-active {

	background: var(--i_color)

}



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

	.atlas-prev,

	.atlas-next {

		display: none;

	}

}

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

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

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

	.atlas-pagination{margin-top: 0.2rem;}

}







/* datails */

.datails{

	box-sizing: border-box;

	padding-bottom: 1rem;

}

.datails_all{

	margin-top: 0.6rem;
	overflow: auto;

}

/*滚动条*/

.datails_all::-webkit-scrollbar {

	width: 3px;

	height: 2px;

}

.datails_all::-webkit-scrollbar-thumb {

	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);

	background: var(--i_color)

}

.datails_all::-webkit-scrollbar-track {

	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);

	border-radius: 0;

	background: #F1F1F1

}





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

	.datails{padding-bottom: 0.8rem;}

}

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

	

}

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

	.datails{padding-bottom: 0.6rem;}

}

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

	

}

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

	

}

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

	.datails_all{margin-top: 0.4rem;}

}

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

	

	

}

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

	

}





/* product_advantages */

.product_advantages{

	box-sizing: border-box;

	padding: 1rem 0;

	background-color: #F6F6F6;

}

.product_advantages_all{

	margin-top: 0.6rem;

}

.product_advantages_all li{

	width: 23%;

}





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

	.product_advantages {padding: 0.8rem 0;}

}

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

	

}

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

	.product_advantages {padding: 0.6rem 0;}

}

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

	.product_advantages_all li {width: 49%;}

}

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

	

}

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

	.product_advantages_all {

		margin-top: 0.4rem;

	}

}

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

	.product_advantages_all li {width: 100%;}

	

}

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

	

}



/* hot_products */



.hot_products{

    box-sizing: border-box;

	padding: 1rem 0;

}





/*  */

.hot_partner_box{margin-top: 0.6rem;}



.hot_partner{position:relative}

.hot_partner_list{width:100%; padding:0; margin:0 auto; position:relative; overflow:hidden; z-index:1}

.hot_partner_list .swiper-wrapper{display:flex; position:relative; width:100%; z-index:1}

.hot_partner_list li{

	display:-webkit-box;

	display:-ms-flexbox;

	display:-webkit-flex;

	display:flex;

	flex-shrink:0;

	position:relative;

	cursor:pointer;

}

.hot_partner_list li a{

	display: block;

	width: 100%;

}

.hot_partner_list .img{width:100%; box-sizing:border-box; border-radius: 0.1rem; 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_partner_list p{

	font-size: 0.18rem;

	color: #333;

	box-sizing: border-box;

	padding: 0.2rem 2%;

	text-align: center;

	overflow:hidden;

    white-space: nowrap;

    text-overflow: ellipsis;

    box-sizing: border-box;

	transition: all 0.3s ease;

}

.hot_partner_list li:hover p{

	color: var(--i_color);

}

/* 指示器 */

.hot_partner .pt-pagination{display:none; text-align:center; margin:20px auto 0}

.hot_partner .pt-pagination .swiper-pagination-bullet{width:12px; height:12px; display:inline-block; margin:0 5px; background:#BBB; -webkit-border-radius:50%; -moz-border-radius:50%; -o-border-radius:50%; border-radius:50%; outline:none}

.hot_partner .pt-pagination .swiper-pagination-bullet-active{position:relative; background:var(--i_color)}



/* 左右箭头 */

.hot_partner .pt-button-prev, .hot_partner .pt-button-next{position:absolute; top:50%; transform:translate(0,-50%); width:40px; height:50px; z-index:999; cursor:pointer; outline:none}

.hot_partner .pt-button-prev:before, .hot_partner .pt-button-next:before{

	position:absolute;

	top:50%;

	left:50%;

	font-size:30px;

	line-height:30px;

	color:#333;

	font-family:-apple-system, simsun, system-ui, sans-serif;

	letter-spacing:-2px;

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

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

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

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

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

}

.hot_partner .pt-button-prev{left:-6%}

.hot_partner .pt-button-prev:before{content:"<"}

.hot_partner .pt-button-next{right:-6%}

.hot_partner .pt-button-next:before{content:">"}



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

	.hot_products{padding: 0.8rem 0;}

}

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

	

}

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

	.hot_partner .pt-button-prev, .hot_partner .pt-button-next{display:none}

	.hot_partner .pt-pagination{display:block}

	.hot_products{padding: 0.6rem 0;}

}

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

	

}

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

	.hot_partner_box{margin-top: 0.4rem;}

}

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

	.hot_partner .pt-pagination{margin:14px auto 0}

	.hot_partner .pt-pagination .swiper-pagination-bullet{width:10px; height:10px}

}





.banner_top{

	margin-top: var(--header_height);

}







/* Article  */

.back_color{

	background-color: #F2F5FA;

	box-sizing: border-box;

	padding-bottom: 1rem;

}

.in_news_art {

	box-sizing: border-box;

	padding: 0.6rem 0;

}



.in_news_art_tit {

	border-bottom: 1px solid #DDD;

	margin-bottom: .3rem;

	text-align: center;

	position: relative;

}

.in_news_art_tit h1 {

	margin-left: auto;

	margin-right: auto;

	font-size: .34rem;

	font-weight: bold;

}

.n_tit_time {

	margin: .4rem 0 .26rem;

	display: -webkit-flex;

	display: flex;

	flex-wrap: wrap;

	align-items: center;

	justify-content: center;

}

.n_tit_time>p {

	font-size: 0.16rem;

	color: #363636;

	margin-right: 0.28rem;

	padding-right: 0.28rem;

	position: relative;

}

.n_tit_time>p::before {

	content: '';

	position: absolute;

	top: 50%;

	transform: translate(0, -50%);

	right: 0;

	width: 1px;

	height: 0.1rem;

	background: #AAA;

}

.n_share {

	display: -webkit-flex;

	display: flex;

	flex-wrap: wrap;

	align-items: center;

}

.n_share p {

	font-size: 0.16rem;

	color: #363636;

}

.n_share a {

	margin-left: 0.2rem;

}

.n_share a i {

	font-size: 0.2rem;

	transition: all 0.3s ease;

}

.n_share a:hover i {

	color: var(--i_color2);

	transform: translateY(-5px);

}



.n_article,

.n_article * {

	text-align: left;

	font-size: .16rem;

	color: #555;

	line-height: .24rem

}

.n_article img {

	display: block;

	margin: .2rem auto;

	max-width: 100% !important;

	height: initial !important

}



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

	.in_news_art_tit h1 {

		font-size: 0.28rem;

	}

	.n_tit_time {

		margin: 0.3rem 0 .26rem;

	}

	.back_color{padding-bottom: 0.8rem;}

}

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

	.in_news_art_tit h1 {

		font-size: 0.24rem;

	}

	

}

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

	.in_news_art_tit h1 {

		font-size: 0.22rem;

	}

	.n_tit_time {

		margin: 0.2rem 0 .22rem;

	}

	.back_color{padding-bottom: 0.4rem;}

}

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

	.in_news_art_tit h1 {

		font-size: 0.18rem;

	}

	.n_tit_time>p,

	.n_share p {

		font-size: 0.15rem;

	}

	.in_news_art {

		padding: 0.4rem 0;

	}

}

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

	.in_news_art_tit h1 {

		font-size: 0.17rem;

	}

	.n_tit_time>p {

		margin-right: 0.14rem;

		padding-right: 0.14rem;

	}

	.n_tit_time>p,

	.n_share p {

		font-size: 0.14rem;

	}

	.n_share a i {

		font-size: 0.18rem;

	}

}











.n_navigation {

	margin-top: 0.8rem;

	padding-top: 0.2rem;

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

	display: -webkit-flex;

	display: flex;

	flex-wrap: wrap;

	align-items: center;

}

.n_navigation ul {

	width: 80%;

}

.n_navigation li {

	margin: .12rem 0;

}

.n_navigation li a {

	display: -webkit-flex;

	display: flex;

	flex-wrap: nowrap;

	align-items: baseline;

}

.n_navigation li p {

	margin-right: 0.06rem;

	font-size: 0.16rem;

	color: #363636;

	font-weight: bold;

	transition: all 0.3s ease;

}

.n_navigation li a:hover p {

	color: var(--i_color);

}



.n_back {

	margin-left: auto;

	padding: .12rem .3rem;

	background: var(--i_color);

	-webkit-border-radius: .3rem;

	border-radius: .3rem;

}

.n_back i {

	font-size: 0.16rem;

	color: #FFF;

}

.n_back b {

	margin-left: 0.06rem;

	font-size: 0.15rem;

	color: #FFF;

	font-weight: bold;

}



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

	.n_navigation ul {

		width: 76%;

	}

	.n_back b {

		font-size: 0.14rem;

	}

}

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

	.n_navigation {

		margin-top: 0.6rem;

	}

	.n_navigation ul {

		width: 100%;

	}

	.n_navigation li p {

		font-size: 0.15rem;

	}

	.n_back {

		margin: .14rem 0 0 0;

	}

}

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

	.n_navigation {

		margin-top: 0.4rem;

	}

	.n_navigation li p {

		font-size: 0.14rem;

	}

	.n_back {

		padding: .08rem .22rem;

		margin: .1rem 0 0 0;

	}

	.n_back i {

		font-size: 0.15rem;

	}

}









/* 感谢页面 */

.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), #fffcb3);

	border: 0.5px solid #ffffff;

	

	z-index: 0;

	transition: width 0.8s ease, height 0.8s ease;

  }

  

  .two {

	transform: rotate(90deg);

  }

  

  .three {

	transform: rotate(270deg);

  }

  

  .four {

	transform: rotate(180deg);

  }

  

  .btns:hover .petal {

	background: linear-gradient(#E870A5, #FFEFF6);

	border: 0.5px solid #FFEFF6;

	

  }

  

  .btns:hover .flower {

	grid-template-columns: 1.5em 1.5em;

  }

  

  .btns:hover .flower .petal {

	width: 1.5em;

	height: 1.5em;

  }

  

  .btns:hover .text {

	background: rgba(255, 255, 255, 0.4);

  }

  

  .btns:hover div.flower1 {

	animation: 15s linear 0s normal none infinite running flower1;

  }

  

  @keyframes flower1 {

	0% {

	  transform: rotate(5deg);

	}

  

	100% {

	  transform: rotate(365deg);

	}

  }

  

  .btns:hover div.flower2 {

	animation: 13s linear 1s normal none infinite running flower2;

  }

  

  @keyframes flower2 {

	0% {

	  transform: rotate(35deg);

	}

  

	100% {

	  transform: rotate(-325deg);

	}

  }

  

  .btns:hover div.flower3 {

	animation: 16s linear 1s normal none infinite running flower3;

  }

  

  @keyframes flower3 {

	0% {

	  transform: rotate(0deg);

	}

  

	100% {

	  transform: rotate(360deg);

	}

  }

  

  .btns:hover div.flower4 {

	animation: 17s linear 1s normal none infinite running flower4;

  }

  

  @keyframes flower4 {

	0% {

	  transform: rotate(15deg);

	}

  

	100% {

	  transform: rotate(375deg);

	}

  }

  

  .btns:hover div.flower5 {

	animation: 20s linear 1s normal none infinite running flower5;

  }

  

  @keyframes flower5 {

	0% {

	  transform: rotate(25deg);

	}

  

	100% {

	  transform: rotate(-335deg);

	}

  }

  

  .btns:hover div.flower6 {

	animation: 15s linear 1s normal none infinite running flower6;

  }

  

  @keyframes flower6 {

	0% {

	  transform: rotate(30deg);

	}

  

	100% {

	  transform: rotate(390deg);

	}

  }







































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

	.thanks{padding-top: 60px;}

	

}

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

	.thanks{padding-top: 40px;margin:0px auto 70px}

	

}

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

	

}









/* 搜索页 */

.search{background-color: white;}

.in_search_tit{padding-bottom:70px; text-align:center;background-color: white;}

.in_search_tit h2{font-size:34px; color:var(--i_color); font-weight:bold; text-transform:uppercase;padding-top: 0.4rem;}

.in_search_tit p{margin:16px 0; font-size:24px; color:#757575}

.in_search{width:510px; margin:0 auto; border:1px solid var(--border_color); overflow:hidden}

.in_search .search_ipt{float:left; box-sizing:border-box; padding-left:10px; width:calc(100% - 110px); font-size:15px; color:#333; line-height:46px}

.in_search .search_btn{float:right; width:110px; height:46px; line-height:46px; background:var(--i_color); font-size:18px; color:#FFF;cursor: pointer;}







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

	.in_search_tit{}

	.in_search_tit h2{font-size:32px}

	.in_search_tit p{font-size:22px}

	.pd_other li{width: 23%;margin-bottom: 0.6rem;}

}

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

	.in_search_tit h2{font-size:28px}

	.in_search_tit p{font-size:20px}

	.in_search .search_btn{font-size:16px}

}

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

	.in_search_tit{padding-bottom:60px}

	.in_search_tit h2{font-size:26px}

	.in_search_tit p{margin:10px auto 16px; font-size:18px}

	.pd_other li{width: 23%;margin-bottom: 0.4rem;}

}

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

	.in_search_list li{margin-bottom:30px}

	.in_search_tit h2{font-size:24px}

	.in_search_tit p{font-size:17px}

	.pd_other li{width: 23%;margin-bottom: 0.2rem;}

}

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

	.in_search_tit{padding-bottom:40px}

	.in_search{width:90%}

	.in_search_tit h2{font-size:22px}

	.in_search_tit p{font-size:16px}

	

	

}

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

	.in_search_tit{padding-bottom:34px}

	.in_search{width:94%}

	.in_search_tit h2{font-size:20px}

	.in_search_tit p{font-size:14px}

	.in_search .search_ipt{line-height:38px}

	.in_search .search_btn{height:38px; line-height:38px}

}







/* search results list */

.in_search_list {

	padding-bottom: .6rem;

	overflow: hidden;

}

.in_search_list li {

	box-sizing: border-box;

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

	margin-bottom: 0.26rem;

}

.in_search_list a {

	display: block;

	padding: .2rem;

}

.in_search_list h2 {

	font-size: 0.18rem;

	color: #212121;

	font-weight: bold;

	position: relative;

	overflow: hidden;

	white-space: nowrap;

	text-overflow: ellipsis;

}

.in_search_list h6 {

	margin: .1rem 0;

	font-size: 0.14rem;

	color: #666;

	overflow: hidden;

	white-space: nowrap;

	text-overflow: ellipsis;

}

.in_search_list i {

	display: inline-block;

	padding: .06rem .1rem;

	font-size: 0.13rem;

	color: var(--i_color);

	background: #EDEDED;

	-webkit-border-radius: .04rem;

	border-radius: .04rem;

}



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

	.in_search_list h2 {

			font-size: 0.15rem;

			white-space: initial;

	}

	.in_search_list h6 {

			font-size: 0.13rem;

	}

	.in_search_list i {

			font-size: 0.12rem;

	}

}

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

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

	.in_search_list li {

			margin-bottom: 0.2rem;

	}

}

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

	.in_search_list {

		padding-bottom: .3rem

	}

}













/* 404 */

.in404{position:absolute; top:0; left:0; width:100%; height:100%; background:#FFF}

.in404_text{position:absolute; top:44%; left:50%; transform:translate(-50%,-50%); width:80%; text-align:center}

.in404_text h1{font-size:220px; color:#BBB}

.in404_text h6{margin:10px auto 30px; font-size:18px; color:#999}

.in404_text a{display:inline-block; padding:0 40px; line-height:32px; font-size:15px; color:#999; border:2px solid #DDD; -webkit-border-radius:100px; -moz-border-radius:100px; border-radius:100px}



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

.in404_text h1{font-size:180px}

}

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

	.in404_text h1{font-size:140px}

	.in404_text h6{font-size:16px}

	.in404_text a{font-size:14px}

}

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

	.in404_text h1{font-size:70px}

	.in404_text h6{margin:10px auto 18px; font-size:14px; line-height:20px}

	.in404_text a{font-size:13px}

}



/* 隐私政策 */

.privacy{margin-bottom: 100px;padding-top: 70px;}

#header{background-color: rgb(0 0 0 / 57%) !important;}

.privacy_cont{}

.privacy_cont .tit{margin-bottom:30px}

.privacy_cont .tit h2{font-size:24px; text-align:center; font-weight:bold}

.privacy_cont article, .privacy_cont article *{font-size:14px; color:#666; line-height:24px}

.foot {top: 130px;}

.privacy ol {padding: 0px;}

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

	.privacy{margin-bottom: 50px;}

}

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

	.privacy{margin-bottom: 30px;}

}







/* tag */



.tag{

	box-sizing: border-box;

	padding: 1rem 0;

	background-color: #F9F9F9;

}

.tag>h2{

	font-size: 0.4rem;

	font-weight: bold;

	text-transform: uppercase;

	color: #333;

	text-align: center;

}



.tag .products_all_right{

	width: 100%;

}

.tag>p{

	font-size: 0.2rem;

	color: #333;

	margin: 0.2rem 0 0.4rem 0;

	text-align: center;

}

.tag_list{

 

} 

.tag_list .products_list li{

	width: calc((100% - 1.2rem) / 4);

}











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

	

}

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

	

	.tag{padding: 0.8rem 0;}

}

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

	

}

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

	.tag{padding: 0.6rem 0;}

}

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

	

}

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

	

}

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

	.tag_list .products_list li{

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

	}

	

}

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

	

}

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

	

}







/* -------------------------------------- 侧边客服 -------------------------------------- */

.aside_right{position:fixed; right:-50px; bottom:20%; z-index:999999;transition: all 0.5s ease;}

.aside_right.on{

	right:10px;

}





.aside_right ul{}

.aside_right li{position:relative; cursor:pointer;}

.aside_right li>a{display:block;transition: all 0.3s ease; width:0.48rem;margin-top: 5px;border-radius: 0.05rem; height:0.48rem; background:#181816; display:flex; justify-content:center; align-items:center; z-index:3}



.aside_right em{display:block; margin:0 auto; width:0.2rem; height:0.2rem;}

.aside_right li:nth-child(1) em{background:url(static/imgs/aside_ico_whatsapp.svg) no-repeat center; background-size:contain}

.aside_right li:nth-child(2) em{background:url(static/imgs/footer4.png) no-repeat center; background-size:contain}

.aside_right li:nth-child(3) em{background:url(static/imgs/email.svg) no-repeat center; background-size:contain}

.aside_right li:nth-child(4) em{background:url(static/imgs/top1.svg) no-repeat center; background-size:contain}



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



.side_tel_box, .side_qr_box{position:absolute; box-shadow:-1px 2px 6px rgba(0,0,0,.2); display:flex; justify-content:center; align-items:center; z-index:-1}

.side_tel_box{top:7px; right:-300px; width:180px; background:#FFF}

.side_qr_box{top:50%; transform:translate(0,-50%); right:-180px; width:120px; height:120px; background:#FFF}



.side_tel_box h6{padding:8px 0; font-size:14px; color:#666}

.side_tel_box h6 a{line-height:20px}

.side_tel_box a:hover{color:var(--i_color)}

.side_qr_box img{width:90%; height:90%}



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



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





/* 侧边客服 表单 */

#aside_mask_bg{display:none; position:fixed; top:0%; left:0%; width:100%; height:100%; background:rgba(0,0,0,.6); z-index:9999999999998}

#aside_sc_from{display:none; position:fixed; top:50%; left:50%; transform:translate(-50%,-50%); width:800px; padding:0.6rem 0.4rem;border-radius: 0.2rem; background:#e2e2e2; z-index:9999999999999; overflow:auto}

#aside_sc_from .tit{margin-bottom:40px}

#aside_sc_from .tit h1{font-size:26px; color:#333; text-align: center;text-transform: uppercase; font-weight:bold; line-height:30px}





#wpforms-69{--input_font_size:16px; --input_height:42px}

#wpforms-69{width:100%; margin:0 auto; padding:0}

#wpforms-form-69{width:100%; overflow:hidden}





#wpforms-69 input, #wpforms-69 button{margin:0; padding:0; border:none; background:none}

#wpforms-69 .wpforms-field{padding:0; margin:0}

#wpforms-69 .wpforms-error-container{line-height:16px}



#wpforms-69 .wpforms-field-container{width:100%; display:-webkit-flex; display:flex; flex-wrap:wrap; overflow:hidden}

#wpforms-69 .wpforms-submit-container{padding:0!important; width:170px; height:var(--input_height); background:var(--i_color);border-radius: 0.2rem; position:relative;margin:0 auto;}



















#wpforms-69 .wpforms-field{

	position: relative;

}

#wpforms-69 .wpforms-field-label{

	font-size: 0;

}

#wpforms-69 .wpforms-field-label span{

	position: absolute;

	top: 15px;

	left: 3px;

	font-size: 0.14rem;

    color: red;

}









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

#wpforms-69 .wpforms-field:nth-child(1){margin-right:20px}

#wpforms-69 .wpforms-field:nth-child(1), #wpforms-69 .wpforms-field:nth-child(2){width:calc(50% - 10px)}







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

#wpforms-69 textarea{min-height:100px}

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







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

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

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

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

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

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

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

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







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



#wpforms-69 .wpforms-submit-container button{overflow: hidden;border-radius: 0.2rem; width:100%; height:var(--input_height); font-size:16px; color:#FFF; line-height:var(--input_height); cursor:pointer; text-transform:uppercase; position:relative; z-index:2}

#wpforms-69 .wpforms-submit-container img{position:absolute; top:50%; transform:translate(0,-50%); right:4px}







.close{position:absolute; top:20px; right:30px; display:block; width:50px; height:50px; background:url(static/imgs/close_1_hei.svg) no-repeat center; background-size:contain}

.close:hover{-webkit-transform:rotate(180deg); -moz-transform:rotate(180deg); -ms-transform:rotate(180deg); -o-transform:rotate(180deg); transform:rotate(180deg)}

.close{-webkit-transition:all 0.5s ease; -moz-transition:all 0.5s ease; -ms-transition:all 0.5s ease; -o-transition:all 0.5s ease; transition:all 0.5s ease}

















#wpforms-69 .wpforms-submit-container:hover{

	background-color: var(--i_color);

	animation: a 0.5s 1 linear;

	animation-delay: 0.01s;

}















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



}

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



}

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

	

}

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

	/* .aside_right{display:none} */

	#aside_sc_from {width: 80%;}

}

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



}

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

	#aside_sc_from {width: 87%;}

	#aside_sc_from .tit h1{font-size:24px;}

}





/* 移动端底部 */

.footer_phone_show{

	display: none;

}

.footer_phone{

	

	position: fixed;

	bottom: 0;

	left: 0;

	width: 100%;

	background-color: white;

	z-index: 999;

	

}

.footer_phone{

	width: 100%;

	display: flex;

	display: -webkit-flex;

	flex-direction: row;

}

.footer_phone li{

	width: 32%;

	padding: 0.13rem;

	border-right: 1px solid rgba(211,211,211,1);

	border-top: 1px solid rgba(211,211,211,1);

}

.footer_phone li:nth-child(3){

	border-right: 0px;

}

.footer_phone a{

	display: block;

	width: 100%;

	display: flex;

	display: -webkit-flex;

	justify-content: center;

	align-items: center;

}

.footer_phone ion-icon {

    font-size: 0.23rem;

}

.footer_phone p{

   font-size: 12px;

   color: #333333;

   font-family: Arial;

   margin-left: 0.1rem;

}



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

	.footer_phone_show{

		display: block;

	}

	footer{margin-bottom: 0.5rem;}

}









/* 产品详情 表单 */



#aside_mask_bg1{display:none; position:fixed; top:0%; left:0%; width:100%; height:100%; background:rgba(0,0,0,.6); z-index:9999999999998}

#aside_sc_from1{display:none; position:fixed; top:50%; left:50%; transform:translate(-50%,-50%); width:800px; padding:0.6rem 0.4rem;border-radius: 0.2rem; background:#e2e2e2; z-index:9999999999999; overflow:auto}

#aside_sc_from1 .tit{margin-bottom:40px}

#aside_sc_from1 .tit h1{font-size:26px; color:#333; text-align: center;text-transform: uppercase; font-weight:bold; line-height:30px}







#wpforms-75{--input_font_size:16px; --input_height:42px}

#wpforms-75{width:100%; margin:0 auto; padding:0}

#wpforms-form-75{width:100%; overflow:hidden}





#wpforms-75 input, #wpforms-75 button{margin:0; padding:0; border:none; background:none}

#wpforms-75 .wpforms-field{padding:0; margin:0}

#wpforms-75 .wpforms-error-container{line-height:16px}





#wpforms-75 .wpforms-field-container{width:100%; display:-webkit-flex; display:flex; flex-wrap:wrap; overflow:hidden}

#wpforms-75 .wpforms-submit-container{padding:0!important; width:170px; height:var(--input_height); background:var(--i_color);border-radius: 0.2rem; position:relative;margin:0 auto;}



















#wpforms-75 .wpforms-field{

	position: relative;

}

#wpforms-75 .wpforms-field-label{

	font-size: 0;

}

#wpforms-75 .wpforms-field-label span{

	position: absolute;

	top: 15px;

	left: 3px;

	font-size: 0.14rem;

    color: red;

}













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

#wpforms-75 .wpforms-field:nth-child(1){margin-right:20px}

#wpforms-75 .wpforms-field:nth-child(1), #wpforms-75 .wpforms-field:nth-child(2){width:calc(50% - 10px)}







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

#wpforms-75 textarea{min-height:100px}

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





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

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

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

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

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

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

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

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



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







#wpforms-75 .wpforms-submit-container button{overflow: hidden;border-radius: 0.2rem; width:100%; height:var(--input_height); font-size:16px; color:#FFF; line-height:var(--input_height); cursor:pointer; text-transform:uppercase; position:relative; z-index:2}

#wpforms-75 .wpforms-submit-container img{position:absolute; top:50%; transform:translate(0,-50%); right:4px}





.close{position:absolute; top:20px; right:30px; display:block; width:50px; height:50px; background:url(static/imgs/close_1_hei.svg) no-repeat center; background-size:contain}

.close:hover{-webkit-transform:rotate(180deg); -moz-transform:rotate(180deg); -ms-transform:rotate(180deg); -o-transform:rotate(180deg); transform:rotate(180deg)}

.close{-webkit-transition:all 0.5s ease; -moz-transition:all 0.5s ease; -ms-transition:all 0.5s ease; -o-transition:all 0.5s ease; transition:all 0.5s ease}









#wpforms-75 .wpforms-submit-container:hover{

	background-color: var(--i_color2);

	animation: a 0.5s 1 linear;

	animation-delay: 0.01s;

}















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



}

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



}

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



}

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

	/* .aside_right{display:none} */

	#aside_sc_from1 {width: 80%;}

}

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



}

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

	#aside_sc_from1 {width: 87%;}

}



.form_hide{

	display: none !important;

}



/* single_tags */

.single_tags{
   margin-top: 0.6rem;
}
.single_tags h2{
   font-size: 0.24rem;
   color: #333;
   font-weight: bold;
   text-transform: capitalize;
   box-sizing: border-box;
   position: relative;
   line-height: 100%;
   padding-left: 0.1rem;
   border-left: 0.03rem solid var(--i_color);
}
.single_tags_ul{
   display: flex;
   display: -webkit-flex;
   flex-wrap: wrap;
   gap: 0.2rem;
   box-sizing: border-box;
   padding: 0.3rem 0;
   border-bottom: 1px solid rgba(51,51,51,0.2);
}
.single_tags_ul li{

}
.single_tags_ul li a{
   font-size: 0.16rem;
   color: var(--i_color);
   display: inline-block;
   padding: 0.12rem 0.4rem;
   border-radius: 0.5rem;
   border: 1px solid var(--i_color);
   text-transform: capitalize;
   transition: all 0.3s ease;
}
.single_tags_ul li a:hover{
	color: #fff;
	background-color: var(--i_color);
}
@media screen and (max-width:560px){
	
	.single_tags_ul li a {
		font-size: 0.14rem;
		padding: 0.1rem 0.3rem;
	}

}





/* tag */

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

.tag .products_all_right{
	width: 100%;
}
.tag>p{
	font-size: 0.2rem;
	color: #333;
	margin: 0.2rem 0 0.4rem 0;
	text-align: center;
}
.tag_list{
 
} 
.tag_list .products_right_ul li{
	width: calc((100% - 1.2rem) / 4);
}





@media screen and (max-width:1600px) {
	
}
@media screen and (max-width:1440px) {
	
	.tag{padding: 0.8rem 0;}
}
@media screen and (max-width:1366px) {
	
}
@media screen and (max-width:1200px) {
	.tag{padding: 0.6rem 0;}
}
@media screen and (max-width:1024px) {
	
}
@media screen and (max-width:960px) {
	
}
@media screen and (max-width:767px) {
	.tag_list .products_right_ul li{
		width: calc((100% - 0.2rem) / 2);
	}
	
}
@media screen and (max-width:560px) {
	
}
@media screen and (max-width:425px) {
	
}














































.abc {}