/*

Theme Name: jingang

Version: 1.0

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

Author: 版权所有：安徽领聚

*/

@charset "utf-8";



.wrap {

	width: 78%;

	margin: 0 auto

}



.wrap_top {

	width: 83%;

	margin: 0 auto

}



html {

	scroll-behavior: smooth

}



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

	.wrap {

		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: #008C99;

	/* 全局颜色 */

	--i_color2: #E9A804;

	/* 副颜色 */

	--header_top: 0.5rem;

	--header_height: 1rem;

	/* 头部高度 */

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

	/* 默认边框颜色 */

	--f_menu_height: 50px;

	/* 移动端底部菜单 */

}



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

	:root,

	header {

		--header_height: .6rem;

	}

}

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

	:root {

		--border_color: rgba(0, 0, 0, .06)

	}

}



/* header */

header {

	position: fixed;

	top: 0;

	left: 0;

	width: 100%;

	z-index: 2014;

}

/* header::before {

	content: '';

	position: absolute;

	left: 0;

	bottom: 0;

	width: 100%;

	height: 1px;

	background: var(--border_color);

	z-index: 2014;

} */



.top_cont {

	position: relative;

	background: white;

}

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

	} */



}







/* 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 {

	height: 77%;

}



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

	.logo a {

		height: 60%;

	}

}

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

	.logo a {

		height: 70%;

	}

}











/* 导航 */



.top_up_area{

	background-color: var(--i_color);

    position: relative;

}

.top_up_area::after{

	content: '';

	position: absolute;

	top: 0;

	right: 0;

	width: 30.5%;

	height: 100%;

	background-color: #222;

	clip-path: polygon(0 0, 100% 0%, 100% 100%, 8% 100%);

}

.top_up{

	height: var(--header_top);

	display: flex;

	display: -webkit-flex;

	justify-content: space-between;

	position: relative;

	z-index: 2;

}

.top_up_left{

   display: flex;

   display: -webkit-flex;

   align-items: center;

   height: 100%;

}

.top_up_left1{

   display: flex;

   display: -webkit-flex;

   align-items: center;

   padding-right: 0.2rem;

}

.top_up_left1 img{

	width: 0.2rem;

	height: 0.2rem;

	object-fit: contain;

	margin-right: 0.08rem;

}

.top_up_left1 a{

    font-size: 14px;

	color: white;

	white-space:nowrap;

}

.top_up_right{

	height: 100%;

	display: flex;

	display: -webkit-flex;

	align-items: center;

}

.top_up_right1{

    display: flex;

	display: -webkit-flex;



}



.top_language p{

	font-size: 0.16rem;

	color: white;

	box-sizing: border-box;

	padding-right: 0.15rem;

	position: relative;

	cursor: pointer;

}

.top_language p::after{

    content: '';

	width: 0.12rem;

	height: 0.12rem;

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

	background-size: cover;

	position: absolute;

	top: 50%;

	right: 0;

	transform: translate(0,-50%);

}



.top_upRight_she{

    display: flex;

	display: -webkit-flex;

	align-items: center;

	margin-left: 0.2rem;

}

.top_upRight_she dt{

    margin-left: 0.2rem;

}

.top_upRight_she dt a{

   display: block;

}

.top_upRight_she dt a img{

	width: 0.24rem;

	height: 0.24rem;

	object-fit: contain;

}

.top_upRight_she dt:nth-child(3) a img{

	width: 0.21rem;

	height: 0.21rem;

}

















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

	.i_nav {

		margin-left: auto;

		display: -webkit-flex;

		display: flex;

		flex-wrap: nowrap;

	}



	.i_nav>li {

		position: relative;

		margin: 0 .26rem;

	}



	.i_nav>li>a {

		display: block;

		font-size: .2rem;

		color: #333;

		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:calc(var(--header_height) + var(--header_top));

		left: 0;

		width: 100%;

		width: 100vw;

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

		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

	}

	.top_language p{font-size: 14px;}

}

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

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

	.top_up_left{display: none;}

	.top_upRight_she {

		margin-left: 0rem;

	}

}













/* 移动端导航按钮 */

.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: #222;

	border-radius: .1rem;

	transition: 0.5s

}

.nav_menu::before,

.nav_menu::after {

	content: "";

	width: 100%;

	height: 2px;

	background: #225;

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

	position: relative;

}



.top_search_ico i {

	font-size: var(--size);

	color: #333;

	cursor: pointer;

}

.top_search_ico.on i {

	color: var(--i_color);

}





.top_language {

	display: -webkit-flex;

	display: flex;

	flex-wrap: wrap;

	align-items: center;

	position: relative;

}

.top_language>i {

	font-size: var(--size);

	cursor: pointer;

	color: #333;

}

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

	-webkit-transition: all .3s ease;

	transition: all .3s ease;

	background-color: white;

}

.top_language_list.on {

	visibility: visible;

	opacity: 1;

	top:var(--header_top);

	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:calc( var(--header_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;

	}



}

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

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

	.top_r {

		margin-left: auto;

	}

	.top_search_ico {

		margin-right: 0.3rem;

	}

}

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

	.top_search {

		--search_height: .34rem

	}

	.top_search {

		padding: .12rem 0;

	}

}

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

	.top_search form {

		width: 94%;

	}

	.top_search_btn {}

}



/* 导航下拉 */

/* products */



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

    .xiala{

		position: fixed;

		top:calc(var(--header_height) + var(--header_top));

		left: 0;

		width: 100%;

		background-color: #4F4F4F;

		box-sizing: border-box;

		padding:0.4rem 0;

		display: none;



	 }

	 .xiala_ul{

		 display: flex;

		 display: -webkit-flex;

		 justify-content: center;

	 }

	 .xiala_ul>li{

		 width: 19%;

		 position: relative;

	 }



	 .xiala_ul>li::after{

		 content: '';

		 position: absolute;

		 width: 1px;

		 height: 50%;

		 bottom: 0;

		 left: 0;

		 background-color:#958460 ;

	 }

	 .xiala_ul>li>a{



	 }

	 .xiala_img{

		 position: relative;

		 overflow: hidden;

		 width: 80%;

	 }

	 .xiala_img::after{

		 content: '';

		 display: block;

		 padding-bottom: 82%;

	 }

	 .xiala_img img{

		 position: absolute;

		 top: 50%;

		 left: 50%;

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

		 width: 100%;

		 height: 100%;

		 object-fit: cover;

		 border-radius: 0.1rem;

		 transition: all 0.3s ease;

	 }

	 .xiala_img::before{

		 content: '';

		 position: absolute;

		 top: 50%;

		 left: 50%;

		 width: 100%;

		 height: 100%;

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

		 border: 1px solid rgba(255, 182, 13, 0.7);

		 border-radius: 0.1rem;

		 opacity: 0;

		 transition: all 0.3s ease;

	 }

	 .xiala_ul>li>a:hover .xiala_img::before{

		 width: calc(100% - 0.25rem);

		 height: calc(100% - 0.25rem);

		 opacity: 1;

		 z-index: 2;

	 }

	 /* .xiala_ul>li>a:hover .xiala_img img{

		 width: 110%;

		 height: 110%;

	 } */

	 .xiala_ul h2{

		 font-size: 0.18rem;

		 font-weight: bold;

		 color: white;

		 box-sizing: border-box;

		 padding: 0.1rem 0 0.3rem 0.2rem;

		 margin-top: 0.2rem;

		 border-left: 1px solid #957a60;

		 transition: all 0.3s ease;


		 box-sizing: border-box;


	 }

	 .xiala_ul>li>a:hover h2{

		 color: var(--i_color);

	 }

	 .xiala_ul_ul{

		 box-sizing: border-box;

		 padding: 0 1% 0.18rem 0.2rem;

		 display: flex;

		 display: -webkit-flex;

		 flex-direction: column;

		 border-left: 1px solid #957a60;

	 }

	 .xiala_ul_ul>li{

		 margin-bottom: 0.1rem;

		 position: relative;

		 overflow: hidden;

	 }



	 .xiala_ul_ul>li>a{

		 font-size: 0.14rem;

		 color: #dbdfe2;

		 position: relative;

		 transition: all 0.3s ease;

		 overflow:hidden;

		 white-space: nowrap;

		 text-overflow: ellipsis;

		 box-sizing: border-box;

	 }

	 .xiala_ul_ul>li>a::after{

		 content: '>';

		 position: absolute;

		 top: 50%;

		 left: -0.2rem;

		 transform: translate(0,-50%);

		 color: var(--i_color);

		 font-size: 0.16rem;

		 transition: all 0.3s ease;

	 }

	 .xiala_ul_ul>li>a:hover{

		 margin-left: 0.2rem;

		 color: var(--i_color);

	 }



	 .xiala_active{

		 display: block;

	 }

	 .xiala_ul1_active>a>h2{

		 color: var(--i_color);

	 }

	 /* .xiala_ul1_active>a img{

		 width: 110%;

		 height: 110%;

	 } */

	 .xiala_ul1_active>a .xiala_img::before{

		 width: calc(100% - 0.25rem);

		 height: calc(100% - 0.25rem);

		 opacity: 1;

		 z-index: 2;

	 }



	 .xiala_ul2_active>a{

		 color: var(--i_color) !important;

		 margin-left: 0.2rem;

	 }

	 .xiala_ul2_active>a::after{

		 left: 0;

	 }

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



	 }

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

	#products{display: none;}

}











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

/* banner */

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

.banner .swiper-slide{height:0; overflow:hidden; padding-bottom:74vh; 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: 3%;

    left: 50%;

	transform:translate(-50%,0);

	cursor:pointer;

	z-index:10;

}

.banner .swiper-pagination {

	position: relative;

	display: flex;

	display: -webkit-flex;

	align-items: center;

	text-align: left;

}

.banner .swiper-pagination-bullet {

	width: 0.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_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;}
	.banner .swiper-slide{padding-bottom:35.83%}
}

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



}

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



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



}

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



}





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

.banner_text1{

	position: absolute;

	top: 45%;

	left: 13%;

    transform: translate(0,-50%);

}

.banner_text1 h2{

	font-size: 0.4rem;

	color: white;

	font-weight: bold;
	text-transform: uppercase;

}
.banner_text1 h4{
    font-size: 0.2rem;
	color: #fff;
	margin: 0.2rem 0;
}
.banner_text1 h3{

	font-size: 0.2rem;

	color: white;

	box-sizing: border-box;

	padding: 0.125rem 0.1rem;

	background-color: var(--i_color2);

	display: inline-block;

}
.banner_text2{
	position: absolute;
	top: 20%;
	left: 50%;
    transform: translate(-50%,0%);
	display: flex;
	justify-content: center;
}
.banner_text2 h3{
	font-size: 0.48rem;
	color: #fff;
	font-weight: bold;
	text-align: center;
}
.banner_text3{
	position: absolute;
	top: 50%;
	left: 50%;
    transform: translate(-50%,-50%);
}
.banner_text3_box{
	width: 50%;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.banner_text3 h3{
   font-size: 0.3rem;
   color: #fff;
   line-height: 145%;
   text-align: center;
   font-weight: bold;
}
.banner_text3 h4{
   font-size: 0.35rem;
   font-weight: bold;
   color: var(--i_color2);
   box-sizing: border-box;
   padding: 0.14rem 0.2rem;
   border: 1px solid #fff;
   border-radius: 2rem;
   text-transform: uppercase;
   margin: 0.25rem 0;
}
.banner_text3 h5{
   font-size: 0.2rem;
   color: #fff;
   margin-bottom: 0.5rem;
}










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

	.banner_text2 h3{
		font-size: 0.4rem;
	}
	.banner_text3 h3{
		font-size: 0.25rem;
	}
	.banner_text3 h4{
		font-size: 0.3rem;
		margin: 0.2rem 0;
	}
	.banner_text3 h5 {
		font-size: 0.18rem;
		margin-bottom: 0.4rem;
	}
	.banner_text1 h4{
		font-size: 0.18rem;
		margin: 0.15rem 0;
	}
}

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



}

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

	.banner_text2 h3{
		font-size: 0.35rem;
	}
	.banner_text3 h3{
		font-size: 0.2rem;
	}
	.banner_text3 h4{
		font-size: 0.25rem;
		padding: 0.1rem 0.2rem;
	}
	.banner_text3 h5 {
		font-size: 0.16rem;
		margin-bottom: 0.2rem;
	}

}

@media screen and (max-width:1024px){
	.banner_text2 h3{
		font-size: 0.3rem;
	}


}

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



}

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

	.banner_text1 h2{font-size: 0.25rem;}
	.banner_text2 h3{
		font-size: 0.25rem;
	}
	.banner_text3 h3{
		display: none;
	}
	.banner_text3 h5{
		display: none;
	}
	.banner_text3 h4 {
        font-size: 0.2rem;
    }
	.banner_text1 h4{
		font-size: 0.16rem;
		margin: 0.1rem 0;
	}
}

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

	.banner_text1 h2{font-size: 0.2rem;}
	.banner_text3 h4 {
        font-size: 0.18rem;
    }
	.banner_text1 h3{

		font-size: 0.16rem;

		padding: 0.1rem 0.1rem;

		margin-top: 0.1rem;

	}
	.banner_text1 h4{
		display: none ;
	}
}

@media screen and (max-width:425px){
	.banner_text3 h4 {
        font-size: 0.16rem;
    }


}







/* Category */



.Category{

	box-sizing: border-box;

	padding: 0.8rem 0;

}





.title{



}

.title p{

    font-size: 0.36rem;

	color: #222;

	font-weight: bold;

	text-align: center;

	text-transform: uppercase;

	margin-bottom: 0.12rem;

}

.title i{

	width: 0.61rem;

	height: 0.17rem;

	display: block;

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

	background-size: contain;

	margin: 0 auto;

}





.Category_area{

   margin-top: 0.6rem;

}



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

	.Category_area{margin-top: 0.4rem;}

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



}

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



}

















/* 合作伙伴 */

.Category_partner_box{}



.Category_partner{position:relative}

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

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

.Category_partner_list .swiper-slide{

	display:-webkit-box;

	display:-ms-flexbox;

	display:-webkit-flex;

	display:flex;

	flex-shrink:0;

	position:relative;

	cursor:pointer;

	flex-direction: column;

}



.Category_partner_list .img{width:100%; box-sizing:border-box; position:relative; overflow:hidden}

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

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





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

.Category_text{



}

.Category_text h2{

	color: white;

	background-color: #9C9C9C;

	box-sizing: border-box;

	padding: 0.13rem 0.1rem;

	font-size: 0.18rem;

	font-weight: bold;

	text-align: center;

	text-transform: uppercase;

	overflow:hidden;

    white-space: nowrap;

    text-overflow: ellipsis;

    box-sizing: border-box;

	transition: all 0.3s ease;

}



.Category_partner_list .swiper-slide:hover h2{

	background-color: var(--i_color);

}



















/* 指示器 */

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

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

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



/* 左右箭头 */

.Category_partner .pt-button-prev, .Category_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}

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

}

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

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

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

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



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



}

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



}

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

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

	.Category_partner .pt-pagination{display:block}

}

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



}

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



}

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

	.Category_partner .pt-pagination{margin:20px auto 0}

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

}



















/* brands */

.brands_bac{

   background-color: #F6F6F6;

   box-sizing: border-box;

   padding: 0.8rem 0;

}

.brands{



}

.brands_area{

    display: flex;

	display: -webkit-flex;

}



.brands_left{

	width: calc((100% - 0.6rem) / 4 * 3 + 0.4rem);

	display: flex;

	display: -webkit-flex;

	flex-wrap: wrap;

	gap: 0.4rem 0.2rem;

	margin-top: 6.1%;

}

.brands_left li{

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

}

.brands_left li a{

	display: block;

	width: 100%;



}

.brands_left .brands_left_img{

    width: 100%;

	position: relative;

	overflow: hidden;

}

.brands_left .brands_left_img::after{

    content: '';

	display: block;

	padding-bottom: 100%;

}

.brands_left .brands_left_img img{

    position: absolute;

	top: 50%;

	left: 50%;

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

	width: 100%;

	height: 100%;

	object-fit: cover;

}

.brands_left h2{

	font-size: 0.2rem;

	color: #222;

	font-weight: bold;

	text-align: center;

	box-sizing: border-box;

	padding: 0rem 2% 0 2%;

	overflow:hidden;

    white-space: nowrap;

    text-overflow: ellipsis;

    box-sizing: border-box;

	height: 0.43rem;

	display: flex;

	display: -webkit-flex;

	align-items: flex-end;

    justify-content: center;

	transition: all 0.3s ease;

	text-transform: uppercase;

}



.brands_right{

	width: calc((100% - 0.6rem) / 4 + 0.2rem);

	box-sizing: border-box;

	padding-left: 0.2rem;



}

.brands_right_img{

	width: 100%;

	display: block;

	height: 100%;

	position: relative;

}

.brands_right_img img{

	width: 100%;

	height: calc(100% - 0.43rem);

	object-fit: cover;

}



.brands_right_text{

    clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);

	background: linear-gradient(to top,rgba(233,168,4,0.6) ,rgba(249,160,10,0));

	position: absolute;

	bottom: 0.43rem;

	left: 0;

	box-sizing: border-box;

	padding: 1.1rem 0;

	width: 100%;

	display: flex;

	display: -webkit-flex;

	flex-direction: column;

	justify-content: center;

	align-items: center;

}

.brands_right_text h3{

    font-size: 0.3rem;

	color: white;

	font-weight: bold;

	margin-bottom: 0.2rem;

}

.brands_right_text i{

	width: 0.54rem;

	height: 0.25rem;

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

	background-size: contain;

	display: block;

	animation: ddd 1.4s linear infinite;

}

.brands_left li:hover  h2{

	color: var(--i_color);

}

@keyframes ddd {

	0%{

		transform: translateX(0px);

	}

	25%{

		transform: translateX(5px);

	}

	50%{

		transform: translateX(0);

	}

	75%{

		transform: translateX(-5px);

	}

	100%{

		transform: translateX(0px);

	}

}



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

	.brands_right_text h3 {font-size: 0.28rem;}

}

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



}

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

	.brands_right_text {padding: 1rem 0;}

	.brands_right_text h3 {font-size: 0.26rem;}

	.brands_right_text i {width: 0.45rem;}

}

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

	.brands_right_text {padding: 0.8rem 0;}

	.brands_right_text h3 {font-size: 0.24rem;}

}

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

	.brands_right_text {padding: 0.6rem 0;}

	.brands_right_text i {width: 0.4rem;}

}

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

	.brands_left {width: 100%;}

	.brands_area{flex-wrap: wrap;}

	.brands_right {display: none;}

	.brands_left {gap: 0.2rem;}

}

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

	.brands_left li {

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

	}

}

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



}





.home_form_bac{

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

	background-size: cover;

	box-sizing: border-box;

	padding: 0.65rem 0;

	position: relative;

}

.home_form_bac::after{

	content: '';

	width: 2.26rem;

	height: 2.27rem;

	position: absolute;

	left: 45.5%;

    bottom: -26%;

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

	background-size: contain;

	transform: translate(-50%,0);

}

.home_form{

    display: flex;

	display: -webkit-flex;

	align-items: center;

    justify-content: space-between;

	position: relative;

	z-index: 2;

	flex-wrap: wrap;

}

.home_form h2{

    font-size: 0.3rem;

	color: white;

	font-weight: bold;

}

.home_form_right{

    width: 50%;

}















#wpforms-46 {

	--input_font_size: 14px;

	--input_height: .6rem

}



#wpforms-form-46 {

	width: 100%;

	display: -webkit-flex;

	display: flex;

	flex-wrap: nowrap;

	position: relative;

	overflow: hidden

}



#wpforms-46 input,

#wpforms-46 button {

	margin: 0;

	padding: 0;

	border: none;

	background: none

}



#wpforms-46 .wpforms-field {

	padding: 0;

	margin: 0

}

#wpforms-46 .wpforms-field-label {

	font-size: 0;

}







#wpforms-46 .wpforms-required-label {

	position: absolute;

	top: .24rem;

	left: .05rem;

	font-size: .16rem;

	color: #F00

}

#wpforms-46 .wpforms-field {

	width: 100%;

	background: transparent;

	padding-bottom: .18rem;

	position: relative;

	overflow: hidden

}





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

#wpforms-46 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;

	overflow: hidden;

	-webkit-transition: all .5s ease;

	transition: all .5s ease;

	border-radius: 0.05rem 0 0 0.05rem;

}







#wpforms-46 input {

	line-height: var(--input_height)

}







#wpforms-46 textarea {

	line-height: .22rem;

    border: 0px;

	padding: .06rem .16rem

}



#wpforms-46-field_2-container {

	margin: 0 .2rem !important;

}





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

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

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

	font-size: var(--input_font_size)

}







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

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

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

	font-size: var(--input_font_size)

}







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

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

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

	font-size: var(--input_font_size)

}



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

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

	color: #BBB;

}



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

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

	color: #BBB;

}







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

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

	color: #BBB;

}



#wpforms-46-field_1-error,

#wpforms-46-field_2-error,

#wpforms-46-field_3-error,

#wpforms-46-field_4-error,

#wpforms-46-field_5-error,

#wpforms-46-field_6-error {

	position: absolute;

	font-size: 12px;

	color: #A90909;



}



#wpforms-46 .wpforms-field-container {

	width: 100%;

	display: -webkit-flex;

	display: flex;

	flex-wrap: nowrap;

	justify-content: space-between;

	overflow: hidden



}



#wpforms-46 .wpforms-submit-container {

	width: 1.8rem;

	height: 100%;

	flex-shrink: 0;

	text-align: center;

	padding: 0;

	overflow: hidden;

	position: relative;

	border-radius: 0 0.05rem 0.05rem 0;

	margin-top: 4px;

}







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

	width: 100%;

	height: .6rem;

	font-size: .2rem;

	color: #FFF;

	text-transform: uppercase;

	line-height: .46rem;

	background: #222;

	cursor: pointer;

	position: relative;

	z-index: 2;

	transition: all 0.3s ease;

}



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

	background: #222

}



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

	position: absolute;

	top: 50%;

	transform: translate(0, -50%);

	right: 4px;

	z-index: 2



}







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

	#wpforms-form-51 {

		flex-wrap: wrap;

	}

	#wpforms-46 .wpforms-field-container {

		margin-right: 0;

		flex-wrap: wrap;

		justify-content: space-between;

	}



}

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

    .home_form h2 br{display: none;}

	.home_form h2{margin-bottom: 0.2rem;width: 100%;}

	.home_form_right {width: 100%;}

	.home_form_bac::after {left: 50%;bottom: -50%;width: 2rem;height: 2rem;}

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

}





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

	.home_form_bac::after {width: 1rem;height: 1rem;}

	.home_form_bac::after {bottom: -12%;}

	.home_form h2 {font-size: 0.26rem;}

	#wpforms-46 .wpforms-submit-container {

		margin-top: 4px;

	}

}

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



}





/* home_about */

.home_about_all{

    box-sizing: border-box;

	padding: 1rem 0;

}

.home_about{

    display: flex;

	display: -webkit-flex;

	flex-wrap: wrap;

}

.home_about>div{

    width: 50%;

}

.home_about_left h2{

    font-size: 0.2rem;

	color: var(--i_color);

	text-transform: uppercase;

}

.home_about_left h3{

	font-size: 0.36rem;

	line-height: 0.46rem;

	color: #222;

	font-weight: bold;

	margin: 0.3rem 0;

	text-transform: uppercase;

}

.home_about_left h4{

	font-size: 0.18rem;

	line-height: 0.3rem;

	color: #616161;

	margin-bottom: 0.4rem;

}

.home_about_ul{

    margin-bottom: 0.4rem;

}

.home_about_ul li{

    display: flex;

	display: -webkit-flex;

	align-items: center;

	margin-bottom: 0.2rem;

}

.home_about_ul li i{

    display: block;

	width: 0.21rem;

	height: 0.17rem;

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

	background-size: contain;

	margin-right: 0.15rem;

}

.home_about_ul li h5{

	font-size: 0.2rem;

	color: #616161;

}



.btn{



}

.btn a{

    background-color: var(--i_color2);

	box-sizing: border-box;

	padding: 0.135rem 0.435rem;

	display: inline-block;

	border-radius: 0.06rem;

	position: relative;

	overflow: hidden;

}

.btn_div{

	display: flex;

	display: -webkit-flex;

	align-items: center;

}

.btn a p{

    font-size: 0.2rem;

	color: white;

    margin-right: 0.08rem;

}

.btn a i{

	display: block;

	width: 0.25rem;

	height: 0.12rem;

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

	background-size: contain;

}





.home_about_left{

	box-sizing: border-box;

	padding-right: 2%;

}

.home_about_right{

    box-sizing: border-box;

	padding-left: 2%;

}

.home_about_img{

    position: relative;

	width: 100%;

	overflow: hidden;

}

.home_about_img::after{

	content: '';

	display: block;

	padding-bottom: 74%;

}

.home_about_img img{

	position: absolute;

	top: 0;

	left: 0;

	width: 93%;

	height: 93%;

	object-fit: cover;

	transition: all 0.3s ease;



}



.home_about_img span{

	position: absolute;

	bottom: 0;

	right: 0;

	width: 93%;

	height: 93%;

	background-color: var(--i_color);

	z-index: -1;

	transition: all 0.3s ease;

}

.home_about_img i {

    display: block;

    width: 0.98rem;

    height: 0.98rem;

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

    background-size: cover;

    position: absolute;

    top: 50%;

    left: 50%;

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

    animation: video 10s linear infinite;

    cursor: pointer;

}

.home_about_img i::after {

    content: '';

    position: absolute;

    top: 50%;

    left: 50%;

    box-sizing: border-box;

    padding-left: 3%;

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

    width: 0.33rem;

    height: 0.33rem;

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

    background-size: cover;

    animation: no_video 10s linear infinite;

}





























.btn a:hover::before {

    left: 210%;

}



.btn a::before {

    content: '';

    position: absolute;

    top: 50%;

    left: -190%;

    width: 0.5rem;

    height: 1.4rem;

    background: rgb(255 255 255 / 30%);

    transform: translate(0, -50%) rotate(130deg);

    transition: all .8s ease;

}





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

	.home_about_all {

		box-sizing: border-box;

		padding: 1.6rem 0 1rem 0;

	}

	.home_about_left h3 {

		font-size: 0.3rem;

		line-height: 0.4rem;

		margin: 0.2rem 0;

	}

	.home_about_left h4 {

		margin-bottom: 0.2rem;

	}

}

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

	.home_about>div {width: 100%;}

	.home_about_left {padding-right: 0%;margin-top: 0.4rem;}

	.home_about {flex-direction: column-reverse;}

	.home_about_right {padding-left: 2%;}

	.home_about_all {padding: 1rem 0 1rem 0;}

}

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

	.home_about_all {padding: 0.8rem 0 0.8rem 0;}
	.btn a{
		padding: 0.1rem 0.2rem;
	}
	.btn a p {
		font-size: 0.16rem;
	}
}

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

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

}



/* video */

/* eject videos */

.vd_box_auto{

	position: relative;

	z-index: auto;

}

.vd_box {

	display: none;

	position: fixed;

	top: 58%;

	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;

	}

}



/* home_four */

.home_four{

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

	background-size: cover;

	background-attachment: fixed;

	box-sizing: border-box;

	padding: 1.1rem 0;

}

.home_four_ul{

    display: flex;

	display: -webkit-flex;

	justify-content: space-around;

}

.home_four_ul li{

    display: flex;

	justify-content: center;

	align-items: center;

	flex-direction: column;

}

.home_four_ul li img{

    width: 1.02rem;

	height: 1.02rem;

	object-fit: contain;

	transition: all 0.3s ease;

}

.home_four_ul li .home_four_div{

    display: flex;

	display: -webkit-flex;

	align-items: flex-end;

}

.home_four_div h2{

    font-size: 0.5rem;

	font-weight: bold;

	color: var(--i_color2);

}

.home_four_div h3{

	font-size: 0.2rem;

	font-weight: bold;

	color: var(--i_color2);

	margin-bottom: 0.05rem;

}

.home_four_ul li h4{

    font-size: 0.18rem;

	color: white;

    margin-top: 0.1rem;

}

.home_four_ul li:hover img{

	transform: rotateY(180deg);

}

.home_four_ul li:nth-child(3) h2{

	margin-left: 0.1rem;

}



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

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

	.home_four_ul li img {width: 0.8rem;height: 0.8rem;}

	.home_four_ul {justify-content: space-between;}

}

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

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

	.home_four_ul li{width: 50%;}

	.home_four_ul {

		flex-wrap: wrap;

		gap: 0.2rem 0;

	}



}

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

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

}









/* @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_news */

.home_news_area{

	box-sizing: border-box;

	padding: 1rem 0;

}

.home_news{



}

.home_news_all{

	margin: 0.9rem 0 0.6rem 0;

}

.btn_center{

	display: flex;

	display: -webkit-flex;

	justify-content: center;

}



/* 首页 新闻 */

.HNews_partner_box{}



.HNews_partner{position:relative}

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

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

.HNews_partner_list .swiper-slide{

	display:-webkit-box;

	display:-ms-flexbox;

	display:-webkit-flex;

	display:flex;

	flex-shrink:0;

	position:relative;

	cursor:pointer;

}

.HNews_partner_list .swiper-slide a{

	display: block;

	width: 100%;

}

.HNews_partner_list .img{width:100%; box-sizing:border-box; position:relative; overflow:hidden}

.HNews_partner_list .img:before{content:""; display:block; padding-bottom:92%}

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





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



.HNews_partner_text{



}

.HNews_partner_text h2{

    font-size: 0.24rem;

	color: #222;

	font-weight: bold;

	overflow:hidden;

    white-space: nowrap;

    text-overflow: ellipsis;

    box-sizing: border-box;

	margin-top: 0.25rem;

	transition: all 0.3s ease;

}

.HNews_partner_text h3{

	font-size: 0.18rem;

	line-height: 0.2rem;

	color: #616161;

	overflow: hidden;

    text-overflow: ellipsis;

    display: -webkit-box;

    -webkit-box-orient: vertical;

    -webkit-line-clamp: 2;

    height: 0.4rem;

	margin: 0.18rem 0;

}

.HNews_partner_text h4{

	font-size: 0.18rem;

	color: var(--i_color);

	position: relative;

	display: inline-block;

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

}





.HNews_partner_list .swiper-slide:hover h2{

	color: var(--i_color);

}











/* 指示器 */

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

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

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



/* 左右箭头 */

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

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

	position:absolute;

	top:50%;

	left:50%;

	font-size:30px;

	line-height:30px;

	color:#FFF;

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

	letter-spacing:-2px;

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

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

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

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

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

}

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

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

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

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



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



}

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



}

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

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

	.HNews_partner .pt-pagination{display:block}

	.home_news_area{padding: 0.8rem 0;}

}

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

	.home_news_area{padding: 0.6rem 0;}

}

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

	.home_news_all{margin: 0.6rem 0 0.6rem 0;}

}

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

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

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

}





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

:root {

	--purple: #fff;

	--violet: #fff;

	--pink: #fff;

  }



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

	/* z-index: 5; */

    max-width: 100%;

    overflow: hidden;

	position: relative;

	background-color: white;

}

.footer_form{

	box-sizing: border-box;

	background-color: var(--i_color);

	padding: 0.6rem 0 0.8rem 0 ;

}

.footer_form h2{

	font-size: 0.36rem;

	font-weight: bold;

	color: #fff;

	text-align: center;

	text-transform: uppercase;

}

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

	--input_font_size: 13px;

	--input_height: .46rem

}







#wpforms-form-51 {

	width: 100%;

	display: -webkit-flex;

	display: flex;

	flex-wrap: nowrap;

	position: relative;

	overflow: hidden



}







#wpforms-51 input,

#wpforms-51 button {

	margin: 0;

	padding: 0;

	border: none;

	background: none



}



#wpforms-51 .wpforms-field {

	padding: 0;

	margin: 0

}







#wpforms-51 .wpforms-field-label {

	font-size: 0;

}



#wpforms-51 .wpforms-required-label {

	position: absolute;

	top: .2rem;

	left: .05rem;

	font-size: .16rem;

	color: #F00



}







#wpforms-51 .wpforms-field {

	width: 100%;

	background: transparent;

	padding-bottom: .18rem;

	position: relative;

	overflow: hidden

}







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

#wpforms-51 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: .06rem;

	overflow: hidden;

	-webkit-transition: all .5s ease;

	transition: all .5s ease

}







#wpforms-51 input {

	line-height: var(--input_height)

}



#wpforms-51 textarea {

	line-height: .22rem;

    border: 0px;

	padding: .06rem .16rem

}







#wpforms-51-field_2-container {

	margin: 0 .2rem !important;

}







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

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

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

	font-size: var(--input_font_size)



}







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

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

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

	font-size: var(--input_font_size)

}





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

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

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

	font-size: var(--input_font_size)

}







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

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

	color: #BBB;

}







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

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

	color: #BBB;

}



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

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

	color: #BBB;

}



#wpforms-51-field_1-error,

#wpforms-51-field_2-error,

#wpforms-51-field_3-error,

#wpforms-51-field_4-error,

#wpforms-51-field_5-error,

#wpforms-51-field_6-error {

	position: absolute;

	font-size: 12px;

	color: #A90909;

}















#wpforms-51 .wpforms-field-container {

	width: 100%;

	margin-right: 0.3rem;

	display: -webkit-flex;

	display: flex;

	flex-wrap: nowrap;

	justify-content: space-between;

	overflow: hidden

}







#wpforms-51 .wpforms-submit-container {

	width: 1.8rem;

	height: 100%;

	flex-shrink: 0;

	text-align: center;

	padding: 0;

	overflow: hidden;

	position: relative;

	margin-top: 4px;

}







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

	width: 100%;

	height: .46rem;

	font-size: .14rem;

	color: #FFF;

	font-weight: bold;

	line-height: .46rem;

	background: #222;

	cursor: pointer;

	position: relative;

	z-index: 2;

	transition: all 0.3s ease;

	border-radius: .06rem;

}









#wpforms-51 .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-51 {

		flex-wrap: wrap;

	}



	#wpforms-51 .wpforms-field-container {

		margin-right: 0;

		flex-wrap: wrap;

		justify-content: space-between;

	}



	#wpforms-51-field_1-container,

	#wpforms-51-field_2-container {

		width: 49% !important;

		margin: 0 0 !important;

	}

	#wpforms-51 .wpforms-submit-container {margin: 0 auto;}



}







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

	#wpforms-51 {

		--input_font_size: 13px;

		--input_height: .4rem

	}

	.footer_form{padding: 0.6rem 0;}



}







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



	.footer_form{padding: 0.6rem 0 0.2rem 0;}

	.f_form {

		-webkit-border-radius: .2rem;

		border-radius: .2rem;

	}

	.f_form .i_tit {margin-bottom: 0.24rem;}

	#wpforms-51-field_1-container,

	#wpforms-51-field_2-container {width: 100% !important;}

	#wpforms-51 .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{

	background-color: #313131;

	box-sizing: border-box;

	padding-top: 0.6rem;

}

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

	margin-bottom: 0.2rem;
	filter: brightness(0) invert(1);

}

.footer_left_ul{



}

.footer_left_ul li{

    display: flex;

	display: -webkit-flex;

	margin-bottom: 0.05rem;

}

.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 ul{
	display: none !important;
}

.footer_center_ul li{

    margin-bottom: 0.05rem;

	box-sizing: border-box;

	padding-right: 2%;

}

.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: 50%;

	margin-bottom: 0.05rem;

	box-sizing: border-box;

	padding-right: 2%;

}

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

	margin-top: 0.8rem;

	align-items: center;

}

.footer_right_dl dt{

    margin-left: 0.4rem;

}

.footer_right_dl dt a{

    display: block;

}

.footer_right_dl dt a img{

    width: 0.3rem;

	height: 0.3rem;

	object-fit: contain;

	opacity: 0.8;

	transition: all 0.3s ease;

}

.footer_right_dl dt:nth-child(3) a img{

	width: 0.25rem;

	height: 0.25rem;

}

.footer_right_dl dt:hover a img{

	opacity: 1 !important;

	transform: translateY(-5px);

}



.footer_max{

    display: flex;

	display: -webkit-flex;


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

	.footer_right_dl {margin-top: 0.6rem;}

}

@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.65rem;}

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

	.footer_right_dl {margin-top: 0.4rem;}

}

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



}





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

.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:48px;margin-top: 5px;border-radius: 0.05rem; height:48px; background:#181816; display:flex; justify-content:center; align-items:center; z-index:3}



.aside_right em{display:block; margin:0 auto; width:20px; height:20px;}

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

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

.aside_right li:nth-child(3) em{background:url(static/imgs/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-54{--input_font_size:16px; --input_height:42px}

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

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





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

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

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







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

#wpforms-54 .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-54 .wpforms-field{

	position: relative;

}



#wpforms-54 .wpforms-field-label{

	font-size: 0;

}



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

	position: absolute;

	top: 15px;

	left: 3px;

	font-size: 0.14rem;

    color: red;

}



























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

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

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







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

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

#wpforms-54 input, #wpforms-54 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-54 input::-webkit-input-placeholder{color:rgba(0,0,0,.3); font-size:var(--input_font_size)}

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

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

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

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

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

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

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



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







#wpforms-54 .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-54 .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-54 .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){

	.aside_right a{width:42px; height:42px}

	.aside_right em{width:18px; height:18px}

}



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

}





/* 移动端底部 */

.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: 13px;

	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;

}

.footer_phone ion-icon {

    font-size: 23px;

}

.footer_phone p{

   font-size: 12px;

   color: #333333;

   font-family: Arial;

   line-height: 23px;

   margin-left: 10px;

}



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

	.footer_phone_show{

		display: block;

	}

	footer{margin-bottom: 0.5rem;}

}









/* home_grid */

.home_grid_area{

	box-sizing: border-box;

	padding: 0.8rem 0;

	background-color: #EEEEEE;

}

.home_grid .title_img img{

    background-color:#EEEEEE ;

}

.home_grid_all{



}

.home_btn_buld{



}

.home_btn_center{

	display: flex;

	display: -webkit-flex;

	justify-content: center;

}

.home_btn_buld a{

    background-color: var(--i_color);

	color: white;

	transition: all 0.3s ease;

}

.home_btn_buld a:hover{

	background-color: var(--i_color2);

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

}

/* 合作伙伴 */

.grid_partner_box{

	box-sizing: border-box;

	padding: 1rem 0 0.5rem 0;

	max-width: 100%;

	overflow: hidden;

}



.grid_partner{position:relative}

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

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

.grid_partner_list .swiper-slide{

	display:-webkit-box;

	display:-ms-flexbox;

	display:-webkit-flex;

	display:flex;

	flex-shrink:0;

	position:relative;

	cursor:pointer;

	opacity: 0.5;

	transition: 0.4s cubic-bezier(0.5, 0, .25, 1);

}

.grid_partner_list .swiper-slide a{

	display: block;

	width: 100%;

}

.grid_partner_list .img{width:100%;box-sizing:border-box; border-radius: 0.25rem; position:relative; overflow:hidden;transition: 0.4s cubic-bezier(0.5, 0, .25, 1);}

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

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



.grid_partner_list .swiper-slide-active{

	opacity: 1;

}

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

	opacity: 1;

}





.grid_partner_list .swiper-slide-active .img{

	border-radius: 50%;

}

.grid_partner_list .swiper-slide-active .img img{

	transition-delay: 0.5s;

}

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

.grid_partner_list h2{

	font-size: 0.2rem;

	color: #222;

	box-sizing: border-box;

	padding: 0.2rem 2%;

	text-align: center;

	overflow:hidden;

    white-space: nowrap;

    text-overflow: ellipsis;

    box-sizing: border-box;

}



















/* 指示器 */

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

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

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



/* 左右箭头 */

.grid_partner .pt-button-prev, .grid_partner .pt-button-next{position:absolute; top:50%; transform:translate(0,-50%); width:0.5rem; height:0.5rem;border-radius: 50%; background:rgba(0,0,0,.3); z-index:999; cursor:pointer; outline:none;transition: all 0.3s ease;}

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

	position:absolute;

	top:50%;

	left:50%;

	font-size:0.3rem;

	line-height:0.5rem;

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

}

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

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

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

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





.grid_partner .pt-button-prev:hover, .grid_partner .pt-button-next:hover{

	background-color: var(--i_color);

}



.grid_partner:hover .pt-button-prev{

	left: 6%;

}

.grid_partner:hover .pt-button-next{

	right: 6%;

}





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



}

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



}

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

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

	.grid_partner .pt-pagination{display:block}

	.grid_partner_box {padding: 0.8rem 0 0.5rem 0;}

}

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

	.grid_partner_box {padding: 0.6rem 0 0.5rem 0;}

}

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

	.grid_partner_box {padding: 0.4rem 0;}

}

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

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

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

}





/* 内页banner */



.about_banner{

	overflow: hidden;

	background-color: white;

	position: fixed;

    top:calc(var(--header_height) +  var(--header_top)) ;

    left: 0;

    width: 100%;

    height: calc(58vh - var(--header_height) - var(--header_top));

    overflow: hidden;

}



.about_banner img{

	position: absolute;

	top: 50%;

	left: 50%;

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

	width: 100%;

	height: 100%;

	object-fit: cover;

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

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

    -webkit-transition: transform 8s cubic-bezier(0.1,0.2,.7,1);

    transition: transform 8s cubic-bezier(0.1,0.2,.7,1);

}





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



}

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



}

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



}

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

	.about_banner{

		margin-top: calc(var(--header_height) +  var(--header_top)) ;

		position: relative;

		top: initial;

		height: auto;

	}

	.about_banner::after{

		content: '';

		display: block;

		padding-bottom: 25%;

	}

}

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



}

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





}

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



}

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



}







.fullMask_about{

	width: 100%;

	height: 58vh;

}

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

	.fullMask_about{

		display: none;

	}

}



main {

	position: relative;

	background: #FFF;

	z-index: 5;

	max-width: 100%;



}

.products_banner{

	filter: blur(5px);

	transition: filter 0.3s linear;

}







/* products_search */



.products_search{

    position: absolute;

	top: 50%;

	left: 50%;

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

    width: 30%;

}

.products_search .top_search{

	position: relative;

	top: 0;

	background-color: transparent;

}









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

	.products_search{width: 40%;}

}

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



}

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

	.products_search{width: 50%;}

}

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



}

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

	.products_search{width: 60%;}

}

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

	.products_search{width: 70%;}

}

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

	.products_search{width: 80%;}

}

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



} */







/* 当前位置 */

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

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

}





/* products */

.products_bac{

	box-sizing: border-box;

	padding: 0.6rem 0 1rem 0;

}

.products_two{

    display: flex;

	display: -webkit-flex;

	justify-content: space-between;

	align-items: center;

	box-sizing: border-box;

	padding-bottom: 0.2rem;

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

	margin-bottom: 0.3rem;

}

.products_two h2{

    font-size: 0.3rem;

	color: #222;

	font-weight: bold;

}

.products_two_ul{

    display: flex;

	display: -webkit-flex;



}

.products_two_ul li{

    margin-left: 0.7rem;

}

.products_two_ul li a{

    font-size: 0.2rem;

	color: #333333;

	transition: all 0.3s ease;

	text-transform: capitalize;

}

.products_two_ul li:hover a{

	color: var(--i_color);

}

.products_two_active a{

	color: var(--i_color) !important;

}



.products_dl{

    display: flex;

	display: -webkit-flex;

    flex-wrap: wrap;

	gap: 0.2rem 0.1rem;

}

.products_dl dt{

    width: calc((100% - 0.5rem) / 6);

	box-sizing: border-box;

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

	transition: all 0.3s ease;

	box-sizing: border-box;

	padding: 0.12rem;

}

.products_dl dt a{

    display: block;

	width: 100%;

	font-size: 0.18rem;

	color: #333;

	text-align: center;

	transition: all 0.3s ease;

	overflow:hidden;

    white-space: nowrap;

    text-overflow: ellipsis;

    box-sizing: border-box;

}

.products_dl dt:hover{

	border: 1px solid #E9A804;

	background: #E9A804;

}

.products_dl dt:hover a{

	color: white;

}



.products_dl_active{

	border: 1px solid #E9A804 !important;

	background: #E9A804;

}

.products_dl_active a{

	color: white !important;

}



/* products_list */

.products_list{

    display: flex;

	flex-wrap: wrap;

	gap: 0.5rem 0.2rem;

	margin-top: 1rem;

	margin-bottom: 1rem;

}

.products_list li{

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

}

.products_list li a{

	display: block;

	width: 100%;

}

.products_list_img{

    position: relative;

	overflow: hidden;



}

.products_list_img::after{

    content: '';

	display: block;

	padding-bottom: 100%;

}

.products_list_img img{

    position: absolute;

	top: 50%;

	left: 50%;

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

	width: 100%;

	height: 100%;

	object-fit: cover;

}

.products_list_text{

    background-color: #F6F6F6;

	box-sizing: border-box;

	padding: 0.15rem 5% 0.2rem 5%;

	transition: all 0.3s ease;

}

.products_list_text h2{

    font-size: 0.2rem;

    color: #222;

	transition: all 0.3s ease;

}

.products_list_text h3{

    color: #616161;

	font-size: 0.16rem;

	margin-top: 0.15rem;

	transition: all 0.3s ease;

}

.products_list_text h3 span{

    color: #FF0000;

	transition: all 0.3s ease;

}





.products_list li:hover .products_list_text{

    background-color: var(--i_color);

}

.products_list li:hover h2{

	color: white;

}

.products_list li:hover  h3,.products_list li:hover  h3 span{

	color: white ;

}







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



}

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



}

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

	.products_bac{padding: 0.6rem 0 0.8rem 0}

}

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

	.products_list {gap: 0.4rem 0.2rem;margin-top: 0.8rem;margin-bottom: 0.8rem;}

}

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

	.products_two_ul li {margin-left: 0.6rem;}

	.products_dl dt {width: calc((100% - 0.3rem) / 4);}



	.products_bac{padding: 0.6rem 0;}

}

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

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

	.products_list {margin-top: 0.6rem;margin-bottom: 0.6rem;}

	.products_two {

		align-items: flex-start;

		flex-direction: column;

	}

	.products_two_ul{width: 100%;justify-content: flex-end;}

	.products_two_ul li {margin-left: 0.4rem;}

	.products_two h2{margin-bottom: 0.2rem;}

	.products_dl dt {width: calc((100% - 0.1rem) / 2);}



}

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



}

@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: #F5F5F5;

    overflow: hidden;

    transition: all 0.3s ease;

    border-bottom: 2px solid #FDB900;

}

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

	background: #FFFBF2;

	color: #FDB900 !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){



}







/* 移动端 */

.products_move{

    display: none;

}

.products_move_h2{

    display: flex;

	display: -webkit-flex;

	justify-content: center;

	align-items: center;

	box-sizing: border-box;

	padding: 0.14rem;

	background-color: var(--i_color);

	cursor: pointer;

}

.products_move_h2 h2{

	font-size: 0.2rem;

	color: #fff;

	margin-right: 0.1rem;

}

.products_move_h2 ion-icon{

	font-size: 0.22rem;

	color: #fff;

}

.products_move_ul{

    box-sizing: border-box;

	padding: 0 2%;

	display: none;

}

.products_move_ul li{

    position: relative;

	box-sizing: border-box;

	padding-right: 0.4rem;

}

.products_move_ul li>a{

    font-size: 0.2rem;

	color: #222;

	box-sizing: border-box;

	padding: 0.12rem 0;

	display: block;

}

.products_move_dl{

    display: none;

}

.products_move_dl dt{



}

.products_move_dl dt a{

	display: block;

	font-size: 0.18rem;

    color: #333;

	box-sizing: border-box;

	padding: 0.12rem 0.2rem;

}



.products_move_ul i{

	display: block;

	width: 0.4rem;

	height: 0.4rem;

	position: absolute;

	top: 0.04rem;

	right: 0;

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

    display: flex;

	display: -webkit-flex;

	justify-content: center;

	align-items: center;

	cursor: pointer;

}

.products_move_ul i ion-icon{

	font-size: 0.22rem;

	color: #fff;

}











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

    .products_two,.products_dl{display: none;}

	.products_move{display: block;}

}











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









.contact_us{

	box-sizing: border-box;

	padding: 0.5rem 0 0.7rem 0;

}

.contact_us_area{



}

.contact_us_ul{

    display: flex;

	display: -webkit-flex;

	flex-wrap: wrap;

	box-sizing: border-box;

	padding:0.8rem 0;

	border-bottom: 1px solid #D8D8D8;

	position: relative;

}

.contact_us_ul li{

    width: 25%;

	display: flex;

	display: -webkit-flex;

}

.contact_us_ul li img{

    width: 0.6rem;

	height: 0.6rem;

	object-fit: cover;

	transition: all 0.3s ease;

}

.contact_us_ul li:hover img{

	transform: rotate(180deg);

}

.contact_us_text{

    width: calc(100% - 0.6rem);

	box-sizing: border-box;

	padding: 0 4%;

}

.contact_us_text p{

    font-size: 0.18rem;

	line-height: 0.3rem;

	color: #222;

	text-transform: uppercase;

}

.contact_us_text a{

	font-size: 0.18rem;

	line-height: 0.3rem;

    color: #474747;

	transition: all 0.3s ease;

}

.contact_us_text a:hover{

	color: var(--i_color);

}

.contact_list{

	width: 25%;

	height: 2px;

	background-color: var(--i_color);

	position: absolute;

	bottom: -1px;

	left: 0;

	transition: all 0.5s linear;

}

.contact_us_ul li:nth-child(1).hover ~ .contact_list {

	left: 0;

}

.contact_us_ul li:nth-child(2):hover ~ .contact_list{

	left: 25%;

}

.contact_us_ul li:nth-child(3):hover ~ .contact_list{

	left: 50%;

}

.contact_us_ul li:nth-child(4):hover ~ .contact_list{

	left: 75%;

}







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



}

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

	.contact_us_ul {padding: 0.6rem 0;}

}

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



}

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



}

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

	.contact_us_ul li {width: 50%;}

	.contact_us_ul{gap: 0.2rem 0;}

	.contact_us_ul {padding: 0.6rem 0 0.4rem 0;}

}

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



}

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



}

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

	.contact_us_ul li {width: 100%;}

}

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



}













/* contact_form */

.contact_form{

	background: url('https://ljcloudglobal.oss-cn-hongkong.aliyuncs.com/wp-content/uploads/jingang/2026/09/45489423.webp') center no-repeat;

	background-size: cover;

	box-sizing: border-box;

	padding: 0.65rem 0;

	border-radius: 0.25rem;

	background-attachment: fixed;



}

.contact_form h2{

    font-size: 0.36rem;

	font-weight: bold;

	color: white;

	text-align: center;

}

.contact_form h3{

    font-size: 0.18rem;

	color: white;

	text-align: center;

	margin: 0.15rem 0 0.3rem 0;

	box-sizing: border-box;

	padding: 0 3%;

}

.contact_form_area{

	box-sizing: border-box;

	padding: 0 9%;

}

.contact_form_down{
	height: 0.8rem;
}

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



}

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

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



}

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



}

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

	.contact_form_down{
		height: 0.6rem;
	}


}

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



}

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



}

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



}

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



}

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



}



/* contact 表单 */



#wpforms-57{--input_font_size:0.14rem; --input_height:0.48rem}

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

#wpforms-form-57{width:100%;}



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

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

#wpforms-57 .wpforms-error-container{line-height:0.14rem}



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

#wpforms-57 .wpforms-submit-container{

	padding:0!important;

	position:relative;

	display: flex;

	display: -webkit-flex;

	justify-content: center;

}



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

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

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



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

#wpforms-57 textarea{min-height:1.3rem}

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

#wpforms-57 textarea{

	line-height: 0.2rem;

	padding: 0.1rem 0.2rem;

}

#wpforms-57 input::-webkit-input-placeholder{color:#9E9E9E; font-size:var(--input_font_size)}

#wpforms-57 input::-moz-placeholder{color:#9E9E9E; font-size:var(--input_font_size)}

#wpforms-57 input::-moz-placeholder{color:#9E9E9E; font-size:var(--input_font_size)}

#wpforms-57 input::-ms-input-placeholder{color:#9E9E9E; font-size:var(--input_font_size)}

#wpforms-57 textarea::-webkit-input-placeholder{color:#9E9E9E; font-size:var(--input_font_size)}

#wpforms-57 textarea::-moz-placeholder{color:#9E9E9E; font-size:var(--input_font_size)}

#wpforms-57 textarea::-moz-placeholder{color:#9E9E9E; font-size:var(--input_font_size)}

#wpforms-57 textarea::-ms-input-placeholder{color:#9E9E9E; font-size:var(--input_font_size)}



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



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

	width:1.8rem;

	background:var(--i_color);

	height:50px;

	font-size:14px;

	font-weight: bold;

	color:white;

	line-height:50px;

	cursor:pointer;

	text-transform:uppercase;

	position:relative;

	z-index:2;

	transition: all 0.3s ease;

	border-radius: 0.3rem;

}







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





#wpforms-57 .wpforms-field{position: relative;}

#wpforms-57 .wpforms-field-label{font-size: 0;}

#wpforms-57 .wpforms-required-label{

	color: red;

	font-size: 0.14rem;

	font-weight: bold;

	position: absolute;

	top: 40%;

	left: 0.1rem;

	transform: translate(0,-50%);

}

#wpforms-57-field_3-container .wpforms-required-label{

	top: 15%;

    left: 0.1rem;

}











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

	#wpforms-57 .wpforms-submit-container button{height:46px; line-height:46px; }

	#wpforms-57 .wpforms-submit-container button::after {border-top: 23px solid transparent;border-bottom: 23px solid transparent;}

	.contact_form_area {padding: 0 8%;}

}

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



}

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

	#wpforms-57 .wpforms-submit-container button{height:42px; line-height:42px; }

	#wpforms-57 .wpforms-submit-container button::after {border-top: 21px solid transparent;border-bottom: 21px solid transparent;}

	.contact_form_area {padding: 0 6%;}

}

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



}

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

	.contact_form_area {padding: 0 3%;}

}

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

	#wpforms-57 .wpforms-submit-container button{height:32px; line-height:32px; font-size: 12px;}

	#wpforms-57 .wpforms-submit-container button::after {border-top: 16px solid transparent;border-bottom: 16px solid transparent;}

}





/* contact_map */

.contact_map{

    background: var(--i_color);

	height: 7.17rem;

}



.contact_map #simpleMap,

.contact_map .fluid-width-video-wrapper,

.contact_map iframe {

        width: 100%;

        height: 100% !important;

}











/* -----------------------------------about------------------------------ */



/* about 导航 */









/* about_us */

.about_us{

    display: flex;

	display: -webkit-flex;

	flex-wrap: wrap;

	box-sizing: border-box;

	padding: 0.9rem 0 1rem 0;

	position: relative;

}

.about_us::after{

	content: '';

	position: absolute;

	top: 9%;

    right: 11%;

	width: 8.37rem;

	height: 3.8rem;

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

	background-size: contain;

	z-index: -1;

}





.about_us_left{

    width: 83.6%;

	box-sizing: border-box;

	padding-right: 9%;

}

.about_us_right{

    width: 16.4%;

}







.about_us_left h2{

    font-size: 0.28rem;

	color: #4C4C4C;

}

.about_us_left h3{

	display: inline-block;

	font-size: 0.5rem;

	background: url(static/imgs/yellow.webp);

    -webkit-background-clip: text;

    -webkit-text-fill-color: transparent;

	margin: 0.1rem 0;

	animation: maskedAnimation 24s infinite linear;

	-webkit-background-size: 200% 100%;

}



@keyframes maskedAnimation{

	0% {

		background-position: 0 0;

	}

	100% {

		background-position: -100% 0;

	}

}







.about_us_left p{

	font-size: 0.16rem;

	line-height: 0.26rem;

	color: #666666;



}

.about_us_p{

	display: flex;

	display: -webkit-flex;

	flex-direction: column;

	gap: 0.3rem 0px;

}

.about_us_ul{

    display: flex;

	display: -webkit-flex;

	flex-direction: column;

	gap: 0.6rem 0px;

}

.about_us_ul li{

	display: flex;

	display: -webkit-flex;

	align-items: center;

}

.about_us_ul li img{

    width: 0.45rem;

	height: 0.45rem;

	min-width: 0.45rem;

	object-fit: contain;

}

.about_us_text{

    box-sizing: border-box;

	padding-left: 0.2rem;

}

.about_us_i{

    display: flex;

	display: -webkit-flex;

}

.about_us_i p{

    font-size: 0.5rem;

	color: #222222;

}

.about_us_i i{

	font-size: 0.5rem;

	color: #222222;

}

.about_us_text h4{

    font-size: 0.18rem;

	color: #4C4C4C;

}









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



}

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

	.about_us_left {padding-right: 8%;}

	.about_us {padding: 0.8rem 0;}

}

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



}

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

	.about_us_left {padding-right: 6%;}

	.about_us {padding: 0.6rem 0;}

}

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



}

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

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

	.about_us_right {width: 100%;}

	.about_us_ul li{width: 50%;}

	.about_us_ul {flex-direction: row;gap: 0.2rem 0px;flex-wrap: wrap;margin-top: 0.2rem;}

}

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



}

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



}

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



}



/* 头部固定 */





.in_nav_tit{

	display: none;

}

.in_nav.navFix {

	position: fixed;

	left: 0;

	margin: 0 auto 0;

	top: calc(var(--header_height) + var(--header_top));

	background: #FFF;

	z-index: 2014;

    width: 100%;

}

.in_nav_tit{

	width: 100%;

	background-color: var(--i_color);

}

.in_nav_tit h6{

	font-size: 0.24rem;

	line-height: 0.5rem;

	color: white;

	text-align: center;

}























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

    .in_nav_tit{display: block;}

	.about_class{display: none;}

    .about_class{

		flex-direction: column;

	}

    .about_class li{width: 100%;}

	.about_class li a{display: block;}



}

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





}

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

	.about_mao {padding: 0.2rem 0;}

}

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



}

/* 新闻分类 */

.news_class{

    border-bottom: 1px solid #D8D8D8;

	display: flex;

	justify-content: center;

	flex-wrap: wrap;

	position: relative;

	z-index: 2014;

}

.news_class li{



}

.news_class li a{

	display: inline-block;

	font-size: 0.2rem;

	color: #222;

	box-sizing: border-box;

	padding: 0.25rem 0;

    margin:  0 0.5rem;

	position: relative;

	text-transform: uppercase;

}

.news_class li a::after{

	content: '';

	position: absolute;

	bottom: -1px;

	right: 0;

	width: 0%;

	height: 0.03rem;

	background-color: var(--i_color);

	transition:all 0.3s ease;

}

.news_class li a:hover::after{

	width: 100%;

	right: auto;

	left: 0;

}

.news_class_active a::after{

	width: 100% !important;

}







/* about_video */

.about_video{

	width: 100%;

	position: relative;

	overflow: hidden;

}

.about_video::after{

	content: '';

	display: block;

	padding-bottom: 36.6%;

}

.about_video img{

	position: absolute;

	top: 50%;

	left: 50%;

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

	width: 100%;

	height: 100%;

	object-fit: cover;

}



.about_video i{

	display: block;

	width: 0.98rem;

	height: 0.98rem;

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

	background-size: cover;

	position: absolute;

	top: 50%;

	left: 50%;

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

	animation: video 10s linear infinite;

	cursor: pointer;

}

.about_video i::after{

	content: '';

	position: absolute;

	top: 50%;

	left: 50%;

	box-sizing: border-box;

	/* padding-left: 3%; */

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

	width: 0.33rem;

	height: 0.33rem;

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

	background-size: cover;

	animation: no_video 10s linear infinite;

}



@keyframes video {

	0% {

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

	}



	100% {

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

	}

}



@keyframes no_video {

	0% {

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

	}



	100% {

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

	}

}



@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{display: none;}

}

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

	.about_video::after {padding-bottom: 40%;}

}

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

	.about_video::after {padding-bottom: 45%;}

}

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

	.about_video::after {padding-bottom: 50%;}

}







/* about_culture */

.about_culture{

    box-sizing: border-box;

	padding-top: 1.2rem;

}

.about_culture h2{

	font-size: 0.4rem;

	color: #222222;

	text-align: center;

	margin-bottom: 0.7rem;

	text-transform: uppercase;

}

.about_culture_ul{

    display: flex;

	display: -webkit-flex;

	flex-wrap: wrap;

	justify-content: space-between;

	gap: 0.4rem 0;

	margin-top: 0.7rem;

}

.about_culture_ul li{

    display: flex;

	display: -webkit-flex;

	align-items: center;

	width: 48%;

	background-color: #F3F3F3;

	box-sizing: border-box;

	padding: 0.4rem 2% 0.4rem 3.5%;

	border-left: 0.07rem solid var(--i_color);

	position: relative;

	overflow: hidden;

}

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

	padding: 0.3rem 2% 0.3rem 3.5%;

}

.about_culture_img{

    position: relative;

}

.about_culture_ul li::after{

	content: '';

	position: absolute;

	top: 0;

	right: 0;

	width: 0%;

	height: 100%;

	background-color: var(--i_color);

	transition: all 1s ease;

	z-index: 1;

}

.about_culture_img::after{

	position: absolute;

    top: 47%;

    left: 50%;

    width: 140%;

    height: 140%;

    content: "";

    background: white;

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

    opacity: 0;

    border-radius: 0%;

    transition: all 600ms ease 200ms;

    z-index: 2;

}



.about_culture_img img{

    width: 0.65rem;

	height: 0.65rem;

	object-fit: contain;

	position: relative;

	z-index: 3;

}

.about_culture_text{

    width: calc(100% - 0.8rem);

	box-sizing: border-box;

	padding-left: 5%;

	position: relative;

	z-index: 2;

}

.about_culture_text h3{

    font-size: 0.32rem;

	color: #222222;

	margin-bottom: 0.1rem;

	transition: all 0.3s ease;

}

.about_culture_text h4{

    font-size: 0.18rem;

	color: #4C4C4C;

	line-height: 0.22rem;

	transition: all 0.3s ease;

}

.about_culture_active::after{

	width: 100% !important;

	right: auto;

	left: 0;

}

.about_culture_active h3,.about_culture_active h4{

	color: white !important;

}

.about_culture_active .about_culture_img::after {

    transform:translate(-50%,-50%) scale(1) !important;

    opacity: 1 !important;

	border-radius: 50% !important;

}





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



}

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

	.about_culture {padding-top: 1rem;}

}

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



}

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

	.about_culture_ul li {width: 49%;}

	.about_culture_text h3 {font-size: 0.3rem;}

	.about_culture h2 {margin-bottom: 0.6rem;}

	.about_culture {padding-top: 0.8rem;}

	.about_culture_ul{margin-top: 0.6rem;}

}

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



}

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

	.about_culture {padding-top: 0.6rem;}

}

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

	.about_culture_ul li {width: 100%;}

	.about_culture_ul li:nth-child(3), .about_culture_ul li:nth-child(4) {padding: 0.4rem 2% 0.4rem 3.5%;}

	.about_culture_ul {gap: 0.2rem 0;}

	.about_culture h2 {margin-bottom: 0.4rem;}

}

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



}

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



}

















/* ------------历史记录---------------- */

.about_history{

	box-sizing: border-box;

	padding: 1.4rem 0 2rem 0;

	background: url('static/imgs/history.jpg') center no-repeat;

	background-size: cover;

	position: relative;

}

.about_history>h2{

	font-size: 0.4rem;

	color: #222;

	text-align: center;

	text-transform: uppercase;

	box-sizing: border-box;

	padding-bottom: 0.8rem;

}





/* History of the company */

.in_history {



}



.in_history_cont {

	max-width: 100%;

	overflow: hidden;

}



.gallery-top {

	width:100%;

	margin: 0 auto;

	box-sizing: border-box;

	overflow: hidden;

	position: relative

}



.gallery-top .swiper-wrapper {

	position: relative;

	width: 100%;

	height: 100%;

	z-index: 1;

	display: flex;



}



.gallery-top .swiper-slide {

	flex-shrink: 0;

	display: -webkit-flex;

	display: flex;

	flex-wrap: wrap;

	align-items: center;

	justify-content: center;

	position: relative;

	border-radius: 0.2rem;

}

.history_text{

    box-sizing: border-box;

	display: flex;

	display: -webkit-flex;

	flex-direction: column;

	justify-content: center;

	align-items: center;

	box-sizing: border-box;

	padding-top: 0.2rem;

}

.history_text h2{

    font-size: 1.2rem;

	text-align: center;

	transition: all 0.3s ease;

	margin-bottom: 0.3rem;

    color: var(--i_color);



}

.history_text h2 {





}

/* .history_text{

	filter: url('#filter');

}

.history_text h2{

	animation: blurChange 2s ease-out forwards;

}

@keyframes blurChange {

    100% {

        filter: blur(16px) contrast(200%);

		-webkit-filter:blur(16px) contrast(200%) ;

    }

} */





.gallery-top .swiper-slide-active{



    position: relative;

	z-index: 10;

}

















.history-button-prev,

.history-button-next {

	position: absolute;

	top: 111.6%;

	transform: translate(0, -50%);



	box-sizing: border-box;

	z-index: 999;

	outline: none;

	cursor: pointer;

	-webkit-user-select: none;

	user-select: none;

	-webkit-transition: all 0.3s ease;

	transition: all 0.3s ease;

	display: flex;

	display: -webkit-flex;

	align-items: center;

}

.history-button-prev i,

.history-button-next i{

	display: block;

	width: .66rem;

	height: .66rem;

	border: 1px solid #dde0e0;

	-webkit-border-radius: 50%;

	border-radius: 50%;

	-webkit-transition: all 0.3s ease;

	transition: all 0.3s ease;

}



.history-button-prev{

	left: 0;

}

.history-button-next{

	right: 0;

}



.history-button-prev i{

    margin-left: 0.2rem;

	background: #FFF url(static/imgs/history_left1.png) no-repeat center;

	background-size: .26rem

}



.history-button-next i{

	margin-right: 0.2rem;

	background: #FFF url(static/imgs/history_right1.png) no-repeat center;

	background-size: .26rem

}



.history-button-prev i:hover {

	opacity: 1;

	background: var(--i_color) url(static/imgs/history_left2.png) no-repeat center;

	background-size: .26rem;

}

.history-button-next i:hover {

	opacity: 1;

	background: var(--i_color) url(static/imgs/history_right2.png) no-repeat center;

	background-size: .26rem;

}

.in_honor_year .swiper-button-disabled {

	opacity: .1 !important;

	cursor: not-allowed

}





.history-button-prev h6,

.history-button-next h6{

	font-size: 0.3rem;

	color: #6a6a6a;

	font-weight: bold;

}































.in_honor_year {

	position: relative;

    z-index: 3;

}

.in_honor_year::after{

	content: '';

	width: 74%;

	height: 0.02rem;

	position: absolute;

	top: 0.2rem;

	left: 50%;

	transform: translate(-50%,0);

	background-color: #dcdfe0;

}

.in_honor_year span::after{

	content: '';

    width: 12%;

    height: 0.02rem;

    position: absolute;

    top: 0.2rem;

    left: -15%;

	background-color: #dcdfe0;

}

.in_honor_year span::before{

	content: '';

    width: 12%;

    height: 0.02rem;

    position: absolute;

    top: 0.2rem;

    right: -15%;

	background-color: #dcdfe0;

}



.gallery-thumbs {

	width: 100%;

	margin: 0 auto;

	position: relative;

	overflow: hidden;

	box-sizing: border-box;

	padding-top: 0.1rem;

}



.gallery-thumbs .swiper-wrapper {

	position: relative;

	width: 100%;

	height: 100%;

	z-index: 1;

	cursor: pointer;

	display: flex

}

.gallery-thumbs .swiper-slide {

	text-align: center;

	flex-shrink: 0;

	position: relative;

	box-sizing: border-box;

	padding: 0.6rem 26% 0 26%;

}

.gallery-thumbs .swiper-slide::after{

	content: '';

	position: absolute;

	top: 0.04rem;

	left: 50%;

	transform: translate(-50%,0);

	width: 0.15rem;

	height: 0.15rem;

	border-radius: 50%;

	background-color: #999999;

}



.gallery-thumbs  p {

	font-size: 0.16rem;

	color: #6a6a6a;

	line-height: 0.24rem;

	box-sizing: border-box;

	padding-right: 2%;

	max-height: 0.96rem;

	overflow: auto;

}

/*滚动条*/

.gallery-thumbs p::-webkit-scrollbar{width:2px; height:8px}

.gallery-thumbs p::-webkit-scrollbar-thumb{-webkit-box-shadow:inset 0 0 5px rgba(0,0,0,0.2); background:var(--i_color)}

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











.gallery-thumbs .swiper-slide p {

	-webkit-transition: all .5s ease;

	transition: all .5s ease

}









.gallery-thumbs .swiper-slide-active::after{

    background-color: var(--i_color);

}

.gallery-thumbs .swiper-slide-active::before{

	content: '';

	position: absolute;

	top: 0.04rem;

	left: 50%;

	transform: translate(-50%,0);

	width: 0.15rem;

	height: 0.15rem;

	border-radius: 50%;

	background-color: var(--i_color);

	z-index: 2;

	animation: circle 1.5s linear infinite;

}

@keyframes circle{

	0%{

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

		opacity: 0.8;

	}

	100%{

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

		opacity: 0;

	}

}















.sky {

    height: 100%;

	width: 100%;

    position: absolute;

	top: 0;

	z-index: 2;

	left: 0;

    overflow: hidden;

    -webkit-transform: translate3d(0, 0, 0);

    -ms-transform: translate3d(0, 0, 0);

    -o-transform: translate3d(0, 0, 0);

    transform: translate3d(0, 0, 0);

}



.clouds_one {

    background: url("static/imgs/cloud_one.png");

    position: absolute;

    left: 0;

    top: 0;

    height: 100%;

    width: 300%;

    -webkit-animation: cloud_one 50s linear infinite;

    -moz-animation: cloud_one 50s linear infinite;

    -o-animation: cloud_one 50s linear infinite;

    animation: cloud_one 50s linear infinite;

    -webkit-transform: translate3d(0, 0, 0);

    -ms-transform: translate3d(0, 0, 0);

    -o-transform: translate3d(0, 0, 0);

    transform: translate3d(0, 0, 0);

}



.clouds_two {

    background: url("static/imgs/cloud_two.png") ;

    position: absolute;

    left: 0;

    top: 0;

    height: 100%;

    width: 300%;

    -webkit-animation: cloud_two 75s linear infinite;

    -moz-animation: cloud_two 75s linear infinite;

    -o-animation: cloud_two 75s linear infinite;

    animation: cloud_two 75s linear infinite;

    -webkit-transform: translate3d(0, 0, 0);

    -ms-transform: translate3d(0, 0, 0);

    -o-transform: translate3d(0, 0, 0);

    transform: translate3d(0, 0, 0);

}



.clouds_three {

    background: url("static/imgs/cloud_three.png") ;

    position: absolute;

    left: 0;

    top: 0;

    height: 100%;

    width: 300%;

    -webkit-animation: cloud_three 100s linear infinite;

    -moz-animation: cloud_three 100s linear infinite;

    -o-animation: cloud_three 100s linear infinite;

    animation: cloud_three 100s linear infinite;

    -webkit-transform: translate3d(0, 0, 0);

    -ms-transform: translate3d(0, 0, 0);

    -o-transform: translate3d(0, 0, 0);

    transform: translate3d(0, 0, 0);

}







@-webkit-keyframes cloud_one {

    0% {

        left: 0

    }



    100% {

        left: -200%

    }

}



@-moz-keyframes cloud_one {

    0% {

        left: 0

    }



    100% {

        left: -200%

    }

}



@keyframes cloud_one {

    0% {

        left: 0

    }



    100% {

        left: -200%

    }

}



@-webkit-keyframes cloud_two {

    0% {

        left: 0

    }



    100% {

        left: -200%

    }

}



@-moz-keyframes cloud_two {

    0% {

        left: 0

    }



    100% {

        left: -200%

    }

}



@keyframes cloud_two {

    0% {

        left: 0

    }



    100% {

        left: -200%

    }

}



@-webkit-keyframes cloud_three {

    0% {

        left: 0

    }



    100% {

        left: -200%

    }

}



@-moz-keyframes cloud_three {

    0% {

        left: 0

    }



    100% {

        left: -200%

    }

}



@keyframes cloud_three {

    0% {

        left: 0

    }



    100% {

        left: -200%

    }

}

































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

	.gallery-thumbs .swiper-slide {padding: 0.6rem 20% 0 20%;}

}



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

	.gallery-thumbs .swiper-slide {padding: 0.6rem 16% 0 16%;}

}

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



}

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

	.gallery-thumbs .swiper-slide {padding: 0.6rem 12% 0 12%;}

}

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



}

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

	.gallery-thumbs .swiper-slide {padding: 0.6rem 8% 0 8%;}

}

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

	.gallery-thumbs .swiper-slide {padding: 0.6rem 5% 0 5%;}

}

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

	.in_honor_year::after {width: 40%;}

}







































/* about_line */

.about_line{

    margin-top: 1rem;

}

.about_line h2{

	font-size: 0.4rem;

	color: #222;

	text-align: center;

	margin-bottom: 0.7rem;

}





/* 生产线 */

.line{

	padding-bottom: 1rem;

	margin-top: 0.8rem;

}











/* development */

.development_partner_box{}



.development_partner{position:relative}

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

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

.development_partner_list .swiper-slide{

	display:-webkit-box;

	display:-ms-flexbox;

	display:-webkit-flex;

	display:flex;

	flex-shrink:0;

	position:relative;

	cursor:pointer;

}



.development_partner_list .img{width:100%; box-sizing:border-box; position:relative; overflow:hidden;transform: scaleY(0.75);transition: all 0.3s ease;}

.development_partner_list .img:before{content:""; display:block; padding-bottom:50.5%}

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





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



.development_partner_list .img::after{

	content: '';

	width: 100%;

	height: 100%;

	background-color: rgba(0, 0, 0, 0.4);

	position: absolute;

	top: 0;

	transition: opacity 0.3s ease;

	left: 0;

	opacity: 1;

}

.development_partner_list .swiper-slide-active .img{

	transform: scale(1);

}

.development_partner_list .swiper-slide-active .img::after{

	opacity: 0;

	width: 0;

	height: 0;

}









/* 指示器 */

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

.development_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;transition: all 0.3s ease;}

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



/* 左右箭头 */

.development_partner .pt-button-prev, .development_partner .pt-button-next{position:absolute; top:50%; transform:translate(0,-50%); width:0.75rem;box-sizing: border-box; height:0.75rem;border-radius: 50%;border: 1px solid var(--i_color); background:transparent; z-index:999; cursor:pointer; outline:none}

.development_partner .pt-button-prev::after{

	content: '';

	width: 0.38rem;

	height: 0.18rem;

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

	background-size: cover;

	position: absolute;

	top: 50%;

	left: 50%;

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



}

.development_partner .pt-button-next::after{

	content: '';

	width: 0.38rem;

	height: 0.18rem;

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

	background-size: cover;

	position: absolute;

	top: 50%;

	left: 50%;

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



}

.development_partner .pt-button-prev span::after, .development_partner .pt-button-next span::after{

	content: '';

	width: 100%;

	height: 100%;

	border-radius: 50%;

	position: absolute;

	top: 50%;

    left: 100%;

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

	background-color: var(--i_color);

	z-index: -2;

	transition: all 0.5s ease;

	opacity: 0;

}

.development_partner .pt-button-prev:hover span:after, .development_partner .pt-button-next:hover span::after{

	left: 50%;

	opacity: 1;

}

.development_partner .pt-button-prev:hover::after, .development_partner .pt-button-next:hover::after{

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

    -webkit-filter: grayscale(100%) brightness(100000000);

}



















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

}

.development_partner .pt-button-prev{left:13.5%}

.development_partner .pt-button-prev:before{content:""}

.development_partner .pt-button-next{right:13.5%}

.development_partner .pt-button-next:before{content:""}





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

	.about_history {padding: 1.2rem 0 1.8rem 0;}

}

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



}

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

	.about_history {padding: 1rem 0 1.6rem 0;}

	.about_line{margin-top: 0.8rem;}

	.line{margin-top: 0.7rem;}

}

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

	.about_history {padding: 0.8rem 0 1.4rem 0;}

	.development_partner .pt-pagination{display:block;}

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

	.about_line{margin-top: 0.6rem;}

	.line{margin-top: 0.6rem;}

}

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

	.about_history {padding: 0.6rem 0 1rem 0;}

}

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



}







/* about_partner */

.about_partner{

	background: url('static/imgs/partner.jpg') center no-repeat;

    background-size: cover;

	box-sizing: border-box;

	padding: 2.2rem 0 0.9rem 0;

	margin-top: -1.8rem;

}

.about_partner h2{

	font-size: 0.4rem;

	color: #222;

	text-align: center;

	text-transform: uppercase;

	margin-bottom: 0.8rem;

}







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



}

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

	.about_partner h2{margin-bottom: 0.6rem;}

	.about_partner {padding: 2rem 0 0.8rem 0;}

}

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



}

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

	.about_partner {padding: 1.8rem 0 0.6rem 0;}

}

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



}

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

	.about_partner {padding: 1.6rem 0 0.6rem 0;}

}

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



}

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



}

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



}













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



}

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



}

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



}

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



}

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



}

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



}

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



}

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



}

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



} */



/* 合作伙伴 */

.partner_partner_box{margin-top: 0.7rem;}



.partner_partner{position:relative}

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

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

.partner_partner_list .swiper-slide{

	display:-webkit-box;

	display:-ms-flexbox;

	display:-webkit-flex;

	display:flex;

	flex-shrink:0;

	position:relative;

	cursor:pointer;

	flex-direction: column;

}

.partner_partner_list .swiper-slide .img:nth-child(1){

    margin-bottom: 0.25rem;

}

.partner_partner_list .img{width:100%; box-sizing:border-box; position:relative;background-color: white;}

.partner_partner_list .img:before{content:""; display:block; padding-bottom:44%}

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

.partner_partner_list .img:hover{

	box-sizing: border-box;

	box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);

}



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



/* 指示器 */

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

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

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

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

	.pt-pagination{display:block}

	.partner_partner_box{margin-top: 0.6rem;}

}

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

}





/* 视频列表 */

.video_area{

    box-sizing: border-box;

	padding: 1rem 0;

}

.video_list{

	display: flex;

	display: -webkit-flex;

	flex-wrap: wrap;

	box-sizing: border-box;

	padding: 0.8rem 0 0.3rem 0;

}

.video_list li{

	width: 32%;

	margin-right: 1.3%;

}

.video_list_img{

	position: relative;

	overflow: hidden;

	border-radius: 0.3rem;

}

.video_list_img::after{

	content: '';

	display: block;

	padding-bottom: 62%;

}

.video_list_img::before{

	content: '';

	width: 100%;

	height: 100%;

	background-color: rgb(0 0 0 / 50%);

	position: absolute;

	top: 0;

	left: 0;

	z-index: 2;

}

.video_list_img img{

	position: absolute;

	top: 50%;

	left: 50%;

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

	width: 100%;

	height: 100%;

	object-fit: cover;

}

.video_list h2{

	font-size: 0.18rem;

	color: #333333;

	text-align: center;

	box-sizing: border-box;

	padding: 0.2rem 0.2rem 0.5rem 0.2rem;

}



.video_list_img .home_about_video{



}

.video_list_img .home_about_video i{

	margin-top: 0;

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

	border: 1px solid rgba(255, 255, 255, 0.5);

}













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



}

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



}

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



	.video_list {padding: 0.6rem 0 0.3rem 0;}

	.video_list h2 {padding: 0.2rem 0.2rem 0.4rem 0.2rem;}

}

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



}

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



	.video_list {padding: 0.4rem 0 0.2rem 0;}

	.video_list h2 {padding: 0.2rem;}

	.video_area{padding: 0.8rem 0;}

}

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



}

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

	.video_area{padding: 0.6rem 0;}

}

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

	.video_list li {

		width: 49%;

		margin-right: 2%;

	}

	.video_list li:nth-child(even){margin-right: 0;}

	.video_list_img{

		border-radius: 0.2rem;

	}

}

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



}

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



}







.home_about_video{

    position: absolute;

	top: 50%;

	left: 50%;

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

	display: flex;

	display: -webkit-flex;

	flex-direction: column;

	justify-content: center;

	align-items: center;

	width: 100%;

	z-index: 4;

}

.home_about_video p{

    font-size: 0.18rem;

	color: #fff;

	line-height: 0.28rem;

	text-transform: uppercase;

	text-align: center;

}

.home_about_video i{

	display: block;

	width: 0.7rem;

	height: 0.7rem;

	border-radius: 50%;

	border: 1px solid #fff;

	margin-top: 0.4rem;

	position: relative;

	cursor: pointer;

}

.home_about_video i::after{

	content: '';

	width: 0.15rem;

	height: 0.18rem;

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

	background-size: contain;

	position: absolute;

	top: 50%;

	left: 53%;

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

}





.home_about_video  i::before {

    animation: serv_one_border 2s 0s ease infinite;

}



.home_about_video i::before {

    content: '';

    position: absolute;

    left: 50%;

    top: 50%;

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

    border: 1px solid #fff;

    width: 100%;

    height: 100%;

    border-radius: 50%;

    opacity: 0;

    z-index: 2;

}

.home_about_video i span::before{

	content: '';

    position: absolute;

    left: 50%;

    top: 50%;

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

    border: 1px solid #fff;

    width: 100%;

    height: 100%;

    border-radius: 50%;

    opacity: 0;

    z-index: 2;

}

.home_about_video i span::after{

	content: '';

    position: absolute;

    left: 50%;

    top: 50%;

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

    border: 1px solid #fff;

    width: 100%;

    height: 100%;

    border-radius: 50%;

    opacity: 0;

    z-index: 2;

}

.home_about_video  i span::before {

    animation: serv_one_border 1.5s 0s ease infinite;

}

.home_about_video  i span::after {

    animation: serv_one_border 2.5s 0s ease infinite;

}



@keyframes serv_one_border {

	0% {

		opacity: 0

	}

	5% {

		opacity: 1

	}

	80% {

		opacity: 0

	}

	100% {

		opacity: 0;

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

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

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

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

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

	}

}





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

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



}

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





}



/* video */



.v_box {

	display: none;

	position: fixed;

	top: 54%;

	left: 50%;

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

	width: 70vw !important;

	max-height: 74vh;

	background: rgb(0 0 0 / 90%);

	object-fit: contain;

	z-index: 99999999;

}

.v_box video {

	width: 100%;

	height: 100%;

	object-fit: contain;

}

.v_box .v_close {

	display: block;

	position: absolute;

	top: .2rem;

	right: .2rem;

	width: .3rem;

	height: .3rem;

	background:var(--i_color) url(static/imgs/close_1_bai.svg) no-repeat center;

	background-size: 0.2rem;

	cursor: pointer;

	border-radius: 50%;

}

.v_box .v_close:hover {

	-webkit-transform: rotate(180deg);

	transform: rotate(180deg)

}

.in_about_v .v_play,

.v_box .v_close {

	-webkit-transition: all .5s ease;

	transition: all .5s ease

}







/* 新闻内容 */

.news{

	box-sizing: border-box;

	padding: 1rem 0;

}

.news_area{

	margin-top: 0.6rem;

}

.news_area li{

   border-radius: 0.4rem;

   overflow: hidden;

   border: 1px solid #f3f1d9;

   margin-bottom: 0.7rem;

   transition: all 0.3s ease;

}

.news_area li a{

   display: flex;

   display: -webkit-flex;

   flex-wrap: wrap;

   align-items: center;

}



.news_area_img{

   width: 24%;

   position: relative;

   overflow: hidden;

   border-radius: 0.4rem;

}

.news_area_img::after{

   content: '';

   display: block;

   padding-bottom: 83.5%;

}

.news_area_img img{

   position: absolute;

   top: 50%;

   left: 50%;

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

   width: 100%;

   height: 100%;

   object-fit: cover;

}

.news_area_text{

	width: 66%;

	box-sizing: border-box;

	padding:0 2.7%;

}



.news_area_text h2{

	font-size: 0.18rem;

	color: #666;

	box-sizing: border-box;

	padding-left: 0.25rem;

	position: relative;

	line-height: 0.18rem;

}

.news_area_text h2::after{

	content: '';

	position: absolute;

	top: 47%;

	left: 0%;

	transform: translate(0,-50%);

	width: 0.18rem;

	height: 0.18rem;

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

	background-size: contain;

}

.news_area_text h3{

    font-size: 0.24rem;

	color: #222222;

	font-weight: bold;

	overflow:hidden;

    white-space: nowrap;

    text-overflow: ellipsis;

    box-sizing: border-box;

	margin: 0.1rem 0 0.2rem 0;

	transition: all 0.3s ease;

}

.news_area_text h4{

	font-size: 0.16rem;

	line-height: 0.24rem;

	color: #222222;

	overflow: hidden;

   text-overflow: ellipsis;

   display: -webkit-box;

  -webkit-box-orient: vertical;

   -webkit-line-clamp: 2;

   height: 0.48rem;

}







.news_area_line{

	width: 10%;

	position: relative;

	box-sizing: border-box;

	padding-left: 4%;

}

.news_area_line::after{

	content: '';

	position: absolute;

	top: 50%;

	left: 0;

	transform: translate(0,-50%);

	width: 0.02rem;

	height: 1rem;

	background-color: #e4e4e4;

}



.news_area_line::before{

	content: '';

	position: absolute;

	top: 50%;

	left: 0;

	transform: translate(0,-50%);

	width: 0.02rem;

	height: 0rem;

	background-color: var(--i_color);

	z-index: 2;

	transition: all 0.3s ease;

}

.news_area_line i{

	display: block;

	width: 0.34rem;

	height: 0.17rem;

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

	background-size: contain;

}





.news_area li:hover h3{

	color: var(--i_color);

}

.news_area li:hover .news_area_line::before{

    height: 1rem;

}



.news_area li:hover{

	box-shadow:  0 0 10px rgba(0, 0, 0, 0.1);

	border: 1px solid transparent;

}





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



}

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

	.top_news {margin-bottom: 0.8rem;}

	.news{padding: 0.8rem 0;}

}

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



}

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

	.top_news {margin-bottom: 0.6rem;}

	.news{padding: 0.6rem 0;}

}

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



}

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

	.news_area_line{display: none;}

	.news_area_text {

		width: 76%;

		padding: 0 2%;

	}

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

}

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

	.news_area_img {border-radius: 0.2rem;}

	.news_area li {border-radius: 0.2rem;}

	.news_area_text {

		box-sizing: border-box;

		padding: 0.4rem 2%;

	}

	.news_area_img,.news_area_text {width: 100%;}

	.news_area_img::after {

		padding-bottom: 49.5%;

	}

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

}

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

	.news_area_text {

		padding: 0.3rem 2%;

	}

}

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



}



/* ---------------------------------single-news ------------------------------------*/



.banner_top{

	margin-top: calc(var(--header_height) + var(--header_top)) ;

}











/* Article  */

.in_news_art {

	box-sizing: border-box;

	padding: 0.6rem 0;

}



.in_news_art_tit {

	border-bottom: 1px solid #DDD;

	margin-bottom: .3rem;

	text-align: center;

	position: relative;

}

.in_news_art_tit h1 {

	margin-left: auto;

	margin-right: auto;

	font-size: .34rem;

	font-weight: bold;

}

.n_tit_time {

	margin: .4rem 0 .26rem;

	display: -webkit-flex;

	display: flex;

	flex-wrap: wrap;

	align-items: center;

	justify-content: center;

}

.n_tit_time>p {

	font-size: 0.16rem;

	color: #363636;

	margin-right: 0.28rem;

	padding-right: 0.28rem;

	position: relative;

}

.n_tit_time>p::before {

	content: '';

	position: absolute;

	top: 50%;

	transform: translate(0, -50%);

	right: 0;

	width: 1px;

	height: 0.1rem;

	background: #AAA;

}

.n_share {

	display: -webkit-flex;

	display: flex;

	flex-wrap: wrap;

	align-items: center;

}

.n_share p {

	font-size: 0.16rem;

	color: #363636;

}

.n_share a {

	margin-left: 0.2rem;

}

.n_share a i {

	font-size: 0.2rem;

	transition: all 0.3s ease;

}

.n_share a:hover i {

	color: var(--i_color);

}



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

	}

}

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

	.in_news_art_tit h1 {

		font-size: 0.24rem;

	}

}

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

	.in_news_art_tit h1 {

		font-size: 0.22rem;

	}

	.n_tit_time {

		margin: 0.2rem 0 .22rem;

	}

}

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

	.in_news_art_tit h1 {

		font-size: 0.18rem;

	}

	.n_tit_time>p,

	.n_share p {

		font-size: 0.15rem;

	}

}

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

	.in_news_art_tit h1 {

		font-size: 0.17rem;

	}

	.n_tit_time>p {

		margin-right: 0.14rem;

		padding-right: 0.14rem;

	}

	.n_tit_time>p,

	.n_share p {

		font-size: 0.14rem;

	}

	.n_share a i {

		font-size: 0.18rem;

	}

}











.n_navigation {

	margin-top: 0.8rem;

	padding-top: 0.2rem;

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

	display: -webkit-flex;

	display: flex;

	flex-wrap: wrap;

	align-items: center;

}

.n_navigation ul {

	width: 80%;

}

.n_navigation li {

	margin: .12rem 0;

}

.n_navigation li a {

	display: -webkit-flex;

	display: flex;

	flex-wrap: nowrap;

	align-items: baseline;

}

.n_navigation li p {

	margin-right: 0.06rem;

	font-size: 0.16rem;

	color: #363636;

	font-weight: bold;

	transition: all 0.3s ease;

}

.n_navigation li a:hover p {

	color: var(--i_color);

}



.n_back {

	margin-left: auto;

	padding: .12rem .3rem;

	background: var(--i_color);

	-webkit-border-radius: .3rem;

	border-radius: .3rem;

}

.n_back i {

	font-size: 0.16rem;

	color: #FFF;

}

.n_back b {

	margin-left: 0.06rem;

	font-size: 0.15rem;

	color: #FFF;

	font-weight: bold;

}



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

	.n_navigation ul {

		width: 76%;

	}

	.n_back b {

		font-size: 0.14rem;

	}

}

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

	.n_navigation {

		margin-top: 0.6rem;

	}

	.n_navigation ul {

		width: 100%;

	}

	.n_navigation li p {

		font-size: 0.15rem;

	}

	.n_back {

		margin: .14rem 0 0 0;

	}

}

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

	.n_navigation {

		margin-top: 0.4rem;

	}

	.n_navigation li p {

		font-size: 0.14rem;

	}

	.n_back {

		padding: .08rem .22rem;

		margin: .1rem 0 0 0;

	}

	.n_back i {

		font-size: 0.15rem;

	}

}







/* ------------------single_grid----------------------- */

.single_top{

	margin-top: var(--header_height);

}

.single_position{

	background-color: #EEEEEE;

}





.single_grid{

    margin-top: 0.5rem;

	margin-bottom: 0.5rem;

	display: flex;

	display: -webkit-flex;

	flex-wrap: wrap;

}

.single_grid_left{

	width: 45%;

}





/* 产品图集 */

.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.25rem;}

.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: 55%;

	box-sizing: border-box;

	padding-left: 6%;

}

.single_right_text{



}

.single_grid_right h2{

    font-size: 0.3rem;

	color: #222;

	text-transform: uppercase;

	margin-top: 0.2rem;

}

.single_grid_right h1{

	font-size: 0.3rem;

	color: #222;

	font-weight: bold;

	text-transform: uppercase;

}

.single_grid_right h3{

	font-size: 0.16rem;

	color: #4C4C4C;

	box-sizing: border-box;

	padding: 0.1rem 0;

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

}

.single_grid_right h4{

	font-size: 0.18rem;

	color: #222;

	display: inline-block;

	box-sizing: border-box;

	padding: 15px 20px;

	border-radius: 0.25rem;

	background-color: #fff8ea;

	margin: 0.2rem 0;

}

.single_grid_right h5{

	font-size: 0.16rem;

	color: #474747;

	line-height: 0.22rem;

	box-sizing: border-box;

	padding-bottom: 0.2rem;

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

}

.single_right_btn{

    margin: 0.3rem 0;

}

.single_right_btn a{

	display: inline-block;

	font-size: 0.18rem;

	color: #222;

	box-sizing: border-box;

	padding: 0.135rem 0.45rem;

	border-radius: 0.4rem;

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

	margin-right: 0.3rem;

	transition: all 0.3s ease;

}

.single_right_btn a:hover{

	background-color: var(--i_color);

	color: white;

}

.single_right_tag{

    display: flex;

	display: -webkit-flex;

	flex-wrap: wrap;

	margin-bottom: 0.2rem;

}

.single_right_tag p{

    font-size: 0.18rem;

	color: #222;

}

.single_right_tag a{

    font-size: 0.18rem;

	color: #666666;

	margin-left: 0.15rem;

	text-transform: capitalize;

	transition: all 0.3s ease;

}

.single_right_tag a:hover{

	color: var(--i_color);

}

.single_right_share{

	display: flex;

	display: -webkit-flex;

	align-items: center;

	justify-content: flex-end;

}

.single_right_share p{

    font-size: 0.18rem;

	color: #222;

	display: inline-block;

	padding: 0.15rem 0.22rem;

	background-color: #fff8ea;

	border-radius: 0.25rem;

}

.single_share_ul{

    display: flex;

	display: -webkit-flex;

}

.single_share_ul li{

    margin-left: 0.18rem;

}

.single_share_ul li a{

    display: block;

	width: 100%;

}

.single_share_ul li a ion-icon{

	font-size: 0.3rem;

	color: #D8D8D8;

	transition: all 0.3s ease;

}

.single_share_ul li a ion-icon:hover{

	color: var(--i_color);

	transform: translateY(-5px);

}



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



}

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

	.single_grid_right {padding-left: 4%;}

}

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



}

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



}

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



}

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

	.single_grid_right {width: 100%;padding-left: 0%;}

	.single_grid {justify-content: center;}

	.single_grid_left {width: 50%;}

}

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

	.single_grid_left {width: 80%;}

}

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

	.single_right_btn a {margin-right: 0.2rem;}

	.single_grid_left {width: 100%;}

}

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



}





/* -----编辑器----- */

.editor{

	box-sizing: border-box;

	padding: 0.7rem 0;

}













/* hot_products */

.hot_products_area{

	background-color: #F6F6F6;

	box-sizing: border-box;

	padding: 0.7rem 0 1rem 0;

}

.hot_products_all{

	margin-top: 0.6rem;

}







/* 工厂滚动  */

.hot_partner_box{}



.hot_partner{position:relative}

.hot_partner_list{width:100%; padding:0.1rem !important;box-sizing: border-box; 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 .swiper-slide{

	display:-webkit-box;

	display:-ms-flexbox;

	display:-webkit-flex;

	display:flex;

	flex-shrink:0;

	position:relative;

	cursor:pointer;

	border-radius: 0.25rem;

	overflow: hidden;

	border: 1px solid #D8D8D8;

	box-sizing: border-box;

	transition: all 0.3s ease;

}

.hot_partner_list .swiper-slide a{

	display: block;

	width: 100%;

	background-color: white;

}

.hot_partner_list .img{width:100%;transition: all 0.3s ease; box-sizing:border-box;  position:relative; overflow:hidden;}

.hot_partner_list .img:before{content:""; display:block; padding-bottom:100.5%}

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





.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 .swiper-slide:hover img{

	width: 105%;

	height: 105%;

} */

.hot_partner_text{

    box-sizing: border-box;

	padding: 0.2rem 2% 0.3rem 2%;

	border-top: 1px solid #D8D8D8;

	transition: all 0.3s ease;

}

.hot_partner_text h2{

    font-size: 0.16rem;

	color: #474747;

	text-align: center;

	overflow:hidden;

    white-space: nowrap;

    text-overflow: ellipsis;

    box-sizing: border-box;

	transition: all 0.3s ease;

}

.hot_partner_text h3{

    font-size: 0.18rem;

	color: #222222;

	text-align: center;

	text-transform: capitalize;

	margin-top: 0.1rem;

	overflow:hidden;

    white-space: nowrap;

    text-overflow: ellipsis;

    box-sizing: border-box;

	transition: all 0.3s ease;

}

.hot_partner_list .swiper-slide:hover{

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

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

}

.hot_partner_list .swiper-slide:hover .hot_partner_text{

	background-color: var(--i_color);

}



.hot_partner_list .swiper-slide:hover .hot_partner_text h2,.hot_partner_list .swiper-slide:hover .hot_partner_text h3{

   color: white;

}









/* 指示器 */

.hot_partner .pt-pagination{display: block;margin-top: 0.9rem;}

.hot_partner .pt-pagination{

	background-color: #d7d7d7;

	height: 1px;

	position: relative;

}

.hot_partner .swiper-pagination-progressbar-fill{

	display: block;

	width: 100%;

	height: 0.03rem;

	background-color: var(--i_color);

	position: absolute;

	top: 0;

	left: 0;

	transform-origin: left top;

}





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



}

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



}

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



	.pt-pagination{display:block}



}

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

	.hot_partner .pt-pagination{margin-top: 0.8rem;}

}

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



	.hot_partner .pt-pagination{margin-top: 0.6rem;}

}

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

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

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

}



/* faq */

.faq{

    display: flex;

	display: -webkit-flex;

    align-items: flex-start;

	box-sizing: border-box;

	padding: 0.7rem 0;

	flex-wrap: wrap;

}

.faq>div{

	width: 50%;

}

.faq_left{

    position: relative;

	overflow: hidden;

}

.faq_left::after{

	content: '';

	display: block;

	padding-bottom: 63.4%;

}

.faq_left>img{

	position: absolute;

	top: 50%;

	left: 50%;

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

	width: 100%;

	height: 100%;

	object-fit: cover;

}



.faq_left_text{

    position: absolute;

	top: 50%;

	left: 50%;

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

	width: 50%;

}

.faq_left_text i{

    display: block;

	width: 0.55rem;

	height: 0.46rem;

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

	background-size: 0.46rem;

	margin: 0 0 0.4rem 17%;

}

.faq_left_text h2{

	font-size: 0.4rem;

	line-height: 0.5rem;

	color: white;

}



.faq_right{



}

.faq_right_ul{

    box-sizing: border-box;

	padding: 0.6rem 21% 0 6%;

}

.faq_right_ul li{

    box-sizing: border-box;

	border-bottom: 1px solid #D8D8D8;

}

.faq_q{

    display: flex;

	display: -webkit-flex;

    box-sizing: border-box;

	padding: 0.2rem 0;

	cursor: pointer;

}

.faq_a{

	display: flex;

	display: -webkit-flex;

	box-sizing: border-box;

	padding-bottom: 0.2rem;

}

.faq_right_ul i{

	width: 0.24rem;

	min-width: 0.24rem;

	height: 0.24rem;

	display: block;

	margin-right: 0.12rem;

}

.faq_q i{

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

	background-size: cover;

}

.faq_q p{

	font-size: 0.2rem;

	color: #222;

}



.faq_a i{

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

	background-size: cover;

}

.faq_a p{

	font-size: 0.18rem;

	line-height: 0.3rem;

	color: #333;

}





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

	.faq_left_text {width: 70%;}

	.faq_right_ul {padding: 0.4rem 12% 0 6%;}

}

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

	.faq_left_text {width: 80%;}

	.faq_right_ul {padding: 0.4rem 10% 0 6%;}

}

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

	.faq_left_text h2 {font-size: 0.3rem;line-height: 0.4rem;}

}

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

	.faq_right_ul {padding: 0.4rem 6% 0 6%;}

}

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



}

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

	.faq>div {width: 100%;}

	.faq_left::after {padding-bottom: 31.4%;}

	.faq_right_ul {padding: 0.4rem 3% 0 3%;}

}

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

	.faq_left_text i {background-size: 0.4rem;margin: 0 0 0.2rem 17%;}

	.faq_left_text h2 {font-size: 0.25rem;line-height: 0.35rem;}

	.faq_left_text {width: 94%;}

	.faq_left::after {padding-bottom: 40%;}

}

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

	.faq_left::after {padding-bottom: 50%;}

}

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

	.faq_left::after {padding-bottom: 60%;}

}







/* single_light */

.single_light{

	width: 100%;

	position: relative;

	overflow: hidden;

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

	background-size: cover;

	background-attachment: fixed;

}

.single_light::after{

	content: '';

	display: block;

	padding-bottom: 21%;

}



.single_light_text{

	position: absolute;

	top: 50%;

	left: 50%;

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

}

.single_light_text h2{

    font-size: 0.38rem;

	color: #fff;

	text-align: center;

	margin-bottom: 0.4rem;

}

.single_light_text h3{

    font-size: 0.16rem;

	line-height: 0.24rem;

	color: white;

	text-align: center;

}



.glowIn span{

	animation: glow-in 0.8s both;

}



@keyframes glow-in {

	from {

	  opacity: 0;

	}

	65% {

	  opacity: 1;

	  text-shadow: 0 0 25px white;

	}

	75% {

	  opacity: 1;

	}

	to {

	  opacity: 0.7;

	}

}







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

	.single_light_text{width: 94%;}

}

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

	.single_light::after {padding-bottom: 25%;}

}

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

	.single_light::after {padding-bottom: 30%;}

}

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

	.single_light::after {padding-bottom: 40%;}

	.single_light_text h2 {

		margin-bottom: 0.2rem;

	}

}

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

	.single_light::after {padding-bottom: 50%;}

}









/* 感谢页面 */

.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(rgba(238,30,35,1), #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){



}







/* 隐私政策 */

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

}











/* 搜索页 */

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

}











/* 产品详情 表单 */

#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-60{--input_font_size:16px; --input_height:42px}

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

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



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

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

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



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

#wpforms-60 .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-60 .wpforms-field{

	position: relative;

}

#wpforms-60 .wpforms-field-label{

	font-size: 0;

}

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

	position: absolute;

	top: 15px;

	left: 3px;

	font-size: 0.14rem;

    color: red;

}



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

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

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



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

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

#wpforms-60 input, #wpforms-60 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-60 input::-webkit-input-placeholder{color:rgba(0,0,0,.3); font-size:var(--input_font_size)}

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

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

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

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

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

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

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





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

#wpforms-60 .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-60 .wpforms-submit-container img{position:absolute; top:50%; transform:translate(0,-50%); right:4px}





#wpforms-60 .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;

}






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

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

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

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

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

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

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

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

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

}
@media screen and (max-width:767px){
	.contactMenu {
		bottom: 0px;
	}
}




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

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

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

}

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

.aside_hide{
   width: 2rem;
   height: 0.4rem;
   background-color: #fff;
   display: flex;
   justify-content: center;
   align-items: center;
   position: absolute;
   top: 50%;
   right: -1.5rem;
   transform: translateY(-50%);
   z-index: -1;
   opacity: 0;
   transition: all 0.5s ease;
   visibility: hidden;
   box-shadow: 0 0 0.1rem rgba(0, 0, 0, .2);
}
.aside_hide p{
    font-size: 0.16rem;
	text-align: center;
	color: #333;
}
.aside_right li:hover .aside_hide{
	opacity: 1;
	visibility: visible;
	right: 0.5rem;
}




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

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

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

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

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

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

#wpforms-953 {
	--input_font_color: rgb(0 0 0 / 50%);
	--input_font_size: 14px;
	--input_height: 42px
}
#wpforms-953 {
	width: 100%;
	margin: 0 auto;
	padding: 0
}
#wpforms-form-953 {
	width: 100%;
	overflow: hidden
}
#wpforms-953 input,
#wpforms-953 button {
	margin: 0;
	padding: 0;
	border: none;
	background: none
}
#wpforms-953 .wpforms-field {
	padding: 0;
	margin: 0
}
#wpforms-953 .wpforms-error-container {
	line-height: 16px
}
#wpforms-953 .wpforms-field-container {
	width: 100%;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	overflow: hidden
}
#wpforms-953 .wpforms-submit-container {
	padding: 0 !important;
	margin: 0 auto;
	width: 170px;
	height: 38px;
	background: var(--i_color);
	box-sizing: border-box;
	border: 2px solid var(--i_color);
	position: relative
}
#wpforms-953 .wpforms-field-label {
	font-size: 0
}
#wpforms-953 .wpforms-required-label {
	position: absolute;
	top: 11px;
	left: 5px;
	font-size: 16px;
	color: #F00
}
#wpforms-953 .wpforms-field {
	width: 100%;
	margin-bottom: 0;
	padding-bottom: 18px;
	background: transparent;
	position: relative;
	overflow: hidden
}
#wpforms-953 input {
	height: var(--input_height)
}
#wpforms-953 textarea {
	min-height: 100px
}
#wpforms-953 input,
#wpforms-953 textarea {
	width: 100%;
	max-width: 100% !important;
	font-size: var(--input_font_size);
	color: #333;
	box-sizing: border-box;
	border: 1px solid rgb(0 0 0 / 30%);
	line-height: var(--input_height);
	padding: 0 16px
}
#wpforms-953 input::-webkit-input-placeholder {
	color: var(--input_font_color);
	font-size: var(--input_font_size)
}
#wpforms-953 input::-moz-placeholder {
	color: var(--input_font_color);
	font-size: var(--input_font_size)
}
#wpforms-953 input::-moz-placeholder {
	color: var(--input_font_color);
	font-size: var(--input_font_size)
}
#wpforms-953 input::-ms-input-placeholder {
	color: var(--input_font_color);
	font-size: var(--input_font_size)
}
#wpforms-953 textarea::-webkit-input-placeholder {
	color: var(--input_font_color);
	font-size: var(--input_font_size)
}
#wpforms-953 textarea::-moz-placeholder {
	color: var(--input_font_color);
	font-size: var(--input_font_size)
}
#wpforms-953 textarea::-moz-placeholder {
	color: var(--input_font_color);
	font-size: var(--input_font_size)
}
#wpforms-953 textarea::-ms-input-placeholder {
	color: var(--input_font_color);
	font-size: var(--input_font_size)
}


#wpforms-953 .wpforms-submit-container button {
	width: 100%;
	height: 34px;
	font-size: 14px;
	color: #FFF;
	line-height: 34px;
	cursor: pointer;
	text-transform: uppercase;
	position: relative;
	z-index: 2;
	transition: all 0.3s ease;
}
#wpforms-953 .wpforms-submit-container img {
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	right: 4px
}
#wpforms-953 .wpforms-submit-container:after {
	display: none;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	box-sizing: border-box;
	width: 100%;
	height: 100%
}
#wpforms-953 .wpforms-submit-container:hover:after {
	display: block
}
#wpforms-953 .wpforms-submit-container:hover {
	background: #FFF
}
#wpforms-953 .wpforms-submit-container:hover button {
	color: var(--i_color)
}

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

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

}

.form_hide{
	display: none !important;
}


















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

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

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

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

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

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

} */






























