/*

Theme Name: YUESEN

Version: 1.0

*/

@charset "utf-8";



.wrap {

	width: 83.33%;

	margin: 0 auto

}



.wrap_top {

	width: 94%;

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

	.wrap {

		width: 94%

	}

}

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

	.wrap_top {

		position: initial;

	}

}

@font-face {

	font-family: 'Poppins';

	src: url('static/webfonts/Poppins-Regular.ttf');

}

@font-face {

	font-family: 'Poppins_bold';

	src: url('static/webfonts/Poppins-Bold.ttf');

}

body{

	font-family: 'Poppins', sans-serif;

}

:root {

	--i_color: #01A7FF;

	/* 全局颜色 */

	--i_color2: #F08200;

	/* 副颜色 */

	--header_height: 1rem;



	--top_height:0.38rem;

	/* 头部高度 */

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

	/* 默认边框颜色 */

	--f_menu_height: 50px;

	/* 移动端底部菜单 */

	--header_heights: 0.35rem;

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

	background-color: #fff;
	box-shadow: 0 4px 10px rgba(0, 0, 0, .1);

}

/* header::before {

	content: '';

	position: absolute;

	left: 0;

	bottom: 0;

	width: 100%;

	height: 1px;

	background: var(--border_color);

	z-index: 2014;

} */



.top_cont {

	position: relative;

	z-index: 9992013;

}

.top {

	display: -webkit-flex;

	display: flex;

	align-items: center;

	position: relative;

	

}

/* .TopHeader .top_cont {

	background: #222;

} */



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

	header {

		top: 0;

		top: 0;

		width: 100%;

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

	}

	header {border-radius:0}

	/* .top_cont {

		background: #333 !important;

	} */

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

}







/* logo */

.logo {

	display: -webkit-flex;

	display: flex;

	align-items: center;

	height: var(--header_height);

}

.logo a {

	display: -webkit-flex;

	display: flex;

	align-items: center;

	height: 97%;

}

.logo img {

	max-height: 80%;

}



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

	.logo a {

		height: 60%;

	}

}

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

	.logo a {

		height: 70%;

	}
	.logo img {

		max-height: 100%;
	
	}

}











/* 导航 */

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

	.i_nav {

		margin:0 auto;

		display: -webkit-flex;

		display: flex;

		flex-wrap: nowrap;

		z-index: 2014;

	}



	.i_nav>li {

		position: relative;

		margin: 0 .2rem;

	}



	.i_nav>li>a {

		display: block;

		font-size: .16rem;

		color: #333;

		line-height: var(--header_height);

		white-space: nowrap;

		-webkit-border-radius: .08rem;

		border-radius: .08rem;

		text-transform: uppercase;
		text-shadow: 2px 0.02rem 10px rgba(0, 0, 0, .2);

	}



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

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

		line-height: 0.44rem;

		overflow: hidden;

		white-space: nowrap;

		text-overflow: ellipsis;

		position: relative;

		left: 0;
		text-transform: uppercase;

	}

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

    .i_nav>li>a {font-size: .14rem;}
	.i_nav>li {margin: 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) {

	.i_nav {

		display: none;

		position: fixed;

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

		left: 0;

		width: 100%;

		width: 100vw;

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

		background: #FFF;

		overflow-y: auto;

		z-index: 2

	}

	/*滚动条*/

	.i_nav::-webkit-scrollbar {

		width: 3px;

		height: 8px

	}

	.i_nav::-webkit-scrollbar-thumb {

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

		background: #555

	}

	.i_nav::-webkit-scrollbar-track {

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

		border-radius: 0;

		background: #F1F1F1

	}



	.i_nav>li {

		margin: 0 0 !important;

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

		position: relative

	}

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

		display: block;

		position: absolute;

		top: 0;

		right: 0;

		width: .44rem;

		height: .44rem;

		background: #F1F1F1;

	}

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

		content: '\f107';

		position: absolute;

		top: 50%;

		left: 50%;

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

		font-size: 0.26rem;

		color: #222;

	}



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

		content: '\f106';

	}



	.i_nav>li>a {

		padding: 0 .2rem;

		font-size: .15rem;

		color: #222;

		line-height: .44rem;

		text-transform: uppercase;

	}



	.i_nav>li>.sub-menu {

		display: none

	}

	.i_nav>li>.sub-menu li {

		position: relative;

	}

	.i_nav .sub-menu a {

		padding: 0 .4rem;

		font-size: .14rem;

		color: #555;

		line-height: .4rem;

		position: relative

	}

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

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

	}



	.i_nav>li>.sub-menu b {

		position: absolute;

		top: 0;

		right: 0;

		width: .4rem;

		height: .4rem;

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

		background-size: .16rem;

	}

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

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

		background-size: .16rem;

	}



	.i_nav .sub-menu .sub-menu {

		display: none;

	}



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

		padding: 0 .6rem;

		font-size: .13rem;

		color: #888;

		line-height: .36rem;

		position: relative;

	}



	.i_nav a {

		display: block;

		overflow: hidden;

		white-space: nowrap;

		text-overflow: ellipsis

	}

}

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

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





/* pc导航下拉菜单 */

.i_nav>li.curr::before {

    content: '';

    position: absolute;

    left: 50%;

    bottom: -7px;

    transform: translate(-50%, 0);

    width: 0;

    height: 0;

    border-left: 10px solid transparent;

    border-right: 10px solid transparent;

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

}

.i_nav>li.curr.curr::after {

    content: '';

    position: absolute;

    left: 50%;

    bottom: -5px;

    transform: translate(-50%, 0);

    width: 0;

    height: 0;

    border-left: 8px solid transparent;

    border-right: 8px solid transparent;

    border-top: 8px solid #FFF;

}

.nav_list_show {

	display: none;

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

	position: absolute;

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

	left: 0;

	box-sizing: border-box;

	padding: .4rem 0;

	width: 100%;

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

	z-index: 2013

}

/* pc端 产品导航下拉 */

.nav_list_box {

	width: 96%;

	margin: 0 auto;

	display: -webkit-flex;

	display: flex;

	justify-content: center

}

.nav_list_show ul {

	margin: 0 auto;

	display: -webkit-flex;

	display: flex;

	flex-wrap: nowrap;

	overflow-x: auto;

	padding: 10px;

}

/*滚动条*/

.nav_list_show ul::-webkit-scrollbar {

	width: 3px;

	height: 3px

}

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

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

	background: var(--i_color)

}

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

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

	border-radius: 0;

	background: rgba(255, 255, 255, .2)

}



.nav_list_show li {

	min-width: 280px;

	width: 280px;

	background: #f2f3f7;

	box-shadow: 0 0 10px rgb(0 0 0 / 10%);

	-webkit-border-radius: .1rem;

	-moz-border-radius: .1rem;

	border-radius: .1rem;

	overflow: hidden;

	position: relative;

}
.nav_list_show li:hover{
	box-shadow: 0 0 10px rgb(1 167 255 / 20%);
}

.nav_list_show li::after {

	content: '';

	position: absolute;

	left: 50%;

	transform: translate(-50%, 0);

	bottom: 0;

	width: 0;

	height: 2px;

	background: var(--i_color);

}

.nav_list_show li:not(:last-child) {

	margin-right: .3rem;

}

.nav_list_show li a {

	display: block;

	overflow: hidden

}

.nav_list_show li:hover::after {

	width: calc(100% - .16rem * 2);

}



.nav_list_show .img {

	width: 100%;

	-webkit-border-radius: .1rem;

	-moz-border-radius: .1rem;

	border-radius: .1rem;

	background: #FFF;

	position: relative;

	overflow: hidden

}

.nav_list_show .img:before {

	content: "";

	display: block;

	padding-bottom: 90%

}

.nav_list_show .img img {

	position: absolute;

	top: 50%;

	left: 50%;

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

	width: 100%;

	height: 100%;

	object-fit: cover

}

.nav_list_show .txt {

	padding: .16rem;



}

.nav_list_show .txt>a {

	font-size: .16rem;

	color: #444;

	font-weight: bold;

	text-transform: uppercase;

	overflow: hidden;

	white-space: nowrap;

	text-overflow: ellipsis

}

.nav_solutions_show .txt>a {

	text-align: center;

}

.nav_list_show dl {

	margin-top: .1rem;

}

.nav_list_show dt {

	position: relative;

	overflow: hidden;

}

.nav_list_show dt::after {

	content: '';

	position: absolute;

	top: 50%;

	transform: translate(0, -50%);

	right: -.2rem;

	width: .16rem;

	height: .16rem;

	background: url(static/images/arrow_right_hollow_nav.svg) no-repeat center;

	background-size: contain;

}

.nav_list_show dt a {

	max-width: calc(100% - .4rem);

	font-size: .15rem;

	color: #666;

	line-height: .24rem;

	overflow: hidden;

	white-space: nowrap;

	text-overflow: ellipsis;

}

.nav_list_show li:hover .txt>a {

	color: var(--i_color);

}

.nav_list_show dt:hover::after {

	right: 0;

}

.nav_list_show dt a:hover {

	margin-left: .14rem;

	color: var(--i_color);

}

.nav_list_show li::after,

.nav_list_show dt::after,

.nav_list_show dt a {

	-webkit-transition: all .5s ease;

	-moz-transition: all .5s ease;

	-ms-transition: all .5s ease;

	-o-transition: all .5s ease;

	transition: all .5s ease

}



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

	.nav_list_show li {

		min-width: 220px;

		width: 220px;

	}

}

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

	.nav_list_show li {

		min-width: 200px;

		width: 200px;

	}

	.nav_list_show .txt>a {

		font-size: 0.14rem;

	}

}

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

	.nav_list_show li {

		min-width: 180px;

		width: 180px;

	}

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

	

}













/* 移动端导航按钮 */

.nav_menu {

	/* position: absolute;

	right: 0;

	top: 50%;

	transform: translateY(-50%); */

	position: relative;

	width: 22px;

	height: 16px;

	display: none;

	cursor: pointer

}

.nav_menu i {

	display: block;

	width: 100%;

	height: 2px;

	position: absolute;

	top: 50%;

	margin-top: -1px;

	background: #333;

	border-radius: .1rem;

	transition: 0.5s

}

.nav_menu::before,

.nav_menu::after {

	content: "";

	width: 100%;

	height: 2px;

	background: #333;

	position: absolute;

	left: 0;

	border-radius: .1rem;

	transition: 0.5s

}

.nav_menu::before {

	top: 0;

}

.nav_menu::after {

	bottom: 0;

}





.nav_menu.on i {

	opacity: 0

}



.nav_menu.on::before {

	transform: rotate(45deg);

	top: 50%;

	margin-top: -2px

}



.nav_menu.on::after {

	transform: rotate(-45deg);

	top: 50%;

	margin-top: -2px

}



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

	.nav_menu {

		display: block !important

	}



}





.top_r {

	--size: .24rem

}

.top_r {

	

	display: -webkit-flex;

	display: flex;

	flex-wrap: wrap;

	align-items: center;

	height: var(--header_height);
	width: 15%;

}



.top_search_ico {

	display: -webkit-flex;

	display: flex;

	flex-wrap: wrap;

	align-items: center;

	height: var(--header_height);

	margin-right: 0.3rem;

	position: relative;

	display: none;

}

.top_search_ico::after{

	content: '';

	position: absolute;

	top: 50%;

	right: -0.15rem;

	transform: translate(0,-50%);

	width: 0.01rem;

	height: 0.22rem;

	background-color: #D8D8D8;

}

.top_search_ico i {

	font-size: var(--size);

	color: #333;

	cursor: pointer;

}

.top_search_ico.on i {

	color: var(--i_color);

}

.ser_lan{

	display: -webkit-flex;

	display: flex;

	align-items: center;

}



.top_language {

	display: -webkit-flex;

	display: flex;

	align-items: center;

}

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

	-webkit-transition: all .3s ease;

	transition: all .3s ease

}

.top_language_list.on {

	visibility: visible;

	opacity: 1;

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

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

}



.top_language_list ul {

	overflow: hidden;

}



.top_language_list li {

	background: #FFF;

}

.top_language_list a>span {

	display: block;

	padding: 0 14px;

	min-width: 100px;

	overflow: hidden

}

.top_language_list img,

.top_language_list .trp-ls-language-name {

	display: inline-block;

	vertical-align: middle;

	margin-left: 8px;

	font-size: .12rem;

	color: #666;

	line-height: .3rem

}



.top_language_list li:hover {

	background: var(--i_color)

}

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

	color: #FFF;

}

.top_language,

.top_language>i {

	-webkit-transition: all .3s ease;

	-moz-transition: all .3s ease;

	-ms-transition: all .3s ease;

	-o-transition: all .3s ease;

	transition: all .3s ease

}

.top_language_ss{

    border-radius: 0 0.04rem 0.04rem 0;

	background-color: #F6F6F6;

	height: 0.36rem;

	display: flex;

	display: -webkit-flex;

	align-items: center;

	box-sizing: border-box;

	padding: 0 0.2rem 0 0.1rem;

	position: relative;

}

.top_language_ss::after{

    content: '';

	position: absolute;

	top: 50%;

	left: 0;

	width: 0.01rem;

	background-color: #D8D8D8;

	height: 0.16rem;

	transform: translate(0,-50%);



}

.top_language_ss::before{

	content: '';

	position: absolute;

	top: 50%;

	transform: translate(0,-50%);

	right: 0.07rem;

	width: 0.07rem;

	height: 0.04rem;

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

	background-size: contain;

}

.top_language_ss img{

	width: 0.18rem;

	height: 0.12rem;

	object-fit: contain;

	cursor: pointer;

}













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

	

	.top_search_ico {

		display: flex;

	}

	.logo_search{display: none;}

	.top_language_ss{

		margin: 0 0.2rem;

		background-color: white;

	}
	.top_r {
		width: unset;
	
	}

}

@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_height) + var(--header_heights));

	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;

}









.header_top{

	

	background-color: var(--i_color);

	

}

.header_top_ul{

    display: flex;

	display: -webkit-flex;

    gap: 0 0.5rem ;

    justify-content: flex-end;

	align-items: center;

	height: var(--top_height);

} 

.header_top_ul li{

	display: flex;

	display: -webkit-flex;

	align-items: center;

}

.header_top_ul li ion-icon{

    font-size: 0.14rem;

	color: #fff;

}

.header_top_ul li a{

	font-size: 12px;

	color: #fff;

	margin-left: 0.05rem;

}





















.logo_all{

	display: flex;

	display: -webkit-flex;

	align-items: center;

}

.logo_search{

	position: relative;

    top: 0;

	left: 0;

	padding: 0;

	box-sizing: border-box;

	padding-left: 0.2rem;

}

.logo_search form{

	width: 100%;

    border-radius: 0.04rem 0 0 0.04rem;

	border: 0px;

}

.logo_search .top_search_btn{

    background: #F6F6F6 url(static/imgs/search_hui.svg) no-repeat center;

	background-size: .2rem;

}

.logo_search .top_search_ipt{

	background-color: #F6F6F6;

	padding: 0;

	padding-left: 0.1rem;

}











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

	.top_r {

		margin-left: 0.2rem;

	}

	.top_search_ico {

		margin-right: 0.3rem;

	}

	.logo_search{

		padding-left: 0rem;

	}

}

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

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

	.top_r {

		margin-left: auto;

	}

	.top_search_ico {

		margin-right: 0;

	}

}

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

	.top_search {

		--search_height: .34rem

	}

	.top_search {

		padding: .12rem 0;

	}

	

}

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

	.top_search form {

		width: 94%;

	}

	.top_search_btn {}

	.header_top_ul{

		gap: 0 0.2rem ;

	} 

}



/* 导航下拉 */

/* products */



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

    .drop{

		display: none;

		width: 100%;

		position: fixed;

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

		left: 0;

		background-color: #fff;

		box-sizing: border-box;

		z-index: 99999999;

	    

	}

	.drop_flex{

		display: flex;

		display: -webkit-flex;

	}

	.drop_text{

		width: 59.8%;

		box-sizing: border-box;

		padding: 0.6rem 2% 0.7rem 18.5%;

	}

	.drop_img{

		width: 40.2%;

		background-color: #F7F7F7;

		box-sizing: border-box;

		padding: 0.7rem 18.5% 0.7rem 1.5%;

	}

    .drop_img_mag{

		display: block;

		position: relative;

		overflow: hidden;

		width: 100%;

	}

	.drop_img_mag::after{

		content: '';

		display: block;

		padding-bottom: 69%;

	}

	.drop_img_mag img{

		position: absolute;

		top: 50%;

		left: 50%;

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

		width: 100%;

		height: 100%;

		object-fit: cover;

	}

	.drop_ul{

        display: flex;

		display: -webkit-flex;

		flex-wrap: wrap;

		gap: 0 2%;

	}

	.drop_ul li{

        width: 49%;

        box-sizing: border-box;

		padding: 0.1rem 0;

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

		overflow: hidden;

	}

	.drop_ul li a{

		font-size: 0.16rem;

		color: #333;

		transition: all 0.3s ease;

		position: relative;

	}

	.drop_ul li a::after{

		content: '';

		position: absolute;

		top: 50%;

		left: -0.14rem;

		transform: translate(0,-50%);

		width: 0.14rem;

		height: 0.02rem;

		background-color: var(--i_color);

		transition: all 0.3s ease;

	}

    .drop_ul li a:hover{

		box-sizing: border-box;

		padding-left: 0.2rem;

		color: var(--i_color);

	}

	.drop_ul li a:hover::after{

		left: 0;

	}































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

		.drop_text {padding: 0.6rem 2% 0.7rem 16%;}

		.drop_img {padding: 0.7rem 16% 0.7rem 1.5%;}

	}

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

		.drop_text {padding: 0.5rem 2% 0.6rem 14%;}

		.drop_img {padding: 0.6rem 14% 0.6rem 1.5%;}

	}

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

		.drop_text {padding: 0.5rem 2% 0.6rem 10%;}

		.drop_img {padding: 0.6rem 10% 0.6rem 1.5%;}

	}

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

		.drop_text {padding: 0.3rem 2% 0.4rem 6%;}

		.drop_img {padding: 0.4rem 6% 0.4rem 1.5%;}

	}



}



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

	.drop{display: none;}

}











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

/* banner */

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

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

    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 var(--i_color);

	

}



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

} */













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

	

}

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

	

}

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

	

}

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

	

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

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

}

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

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

}

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

	

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

	

}

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

	

}





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

.bannner_text1{

	position: absolute;

	top: 50%;

	left: 50%;

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



}

.bannner_text1 h2{

    font-size: 0.5rem;

	font-weight: 900;

	color: #333;

	line-height: 0.6rem;

	text-transform: uppercase;

}

.bannner_text1 h3{

    font-size: 0.2rem;

	color: #333;

}

.bannner_text1 h4{

	font-size: 0.24rem;

	color: #fff;

	box-sizing: border-box;

	padding: 0.04rem 0.4rem;

	background-color: var(--i_color2);

	display: inline-block;

	text-transform: uppercase;

	font-weight: bold;

	margin: 0.15rem 0;

}

.bannner_text1 a{

    font-size: 0.2rem;

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

	text-transform: uppercase;

}

.bannner_text2{

	position: absolute;

	top: 17%;

	left: 50%;

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

	display: flex;

	display: -webkit-flex;

	flex-direction: column;

	align-items: center;

}

.bannner_text2 h2{

    font-size: 0.5rem;

	font-weight: 900;

	color: #333;

	text-align: center;

	text-transform: uppercase;

	text-shadow: 0.04rem 0.04rem #eddfc4;

}

.bannner_text2 h3{

    font-size: 0.2rem;

	color: #fff;

	box-sizing: border-box;

	padding: 0.05rem 0.4rem;

	display: inline-block;

	background-color: var(--i_color2);

}

.bannner_text2_ul{

    display: flex;

	display: -webkit-flex;

	gap: 0.2rem 0.35rem;

	margin-top: 0.3rem;

	flex-wrap: wrap;

	justify-content: center;

}

.bannner_text2_ul li{

   display: flex;

   display: -webkit-flex;

   justify-content: center;

   align-items: center;

   box-sizing: border-box;

   padding: 0.05rem 0.4rem;

   border-radius: 0.8rem;

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

}

.bannner_text2_ul li i{

   width: 0.23rem;

   height: 0.23rem;

   display: block;

}

.bannner_text2_ul li:nth-child(1) i{

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

	background-size: contain;

}

.bannner_text2_ul li:nth-child(2) i{

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

	background-size: contain;

}

.bannner_text2_ul li:nth-child(3) i{

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

	background-size: contain;

}

.bannner_text2_ul li p{

    font-size: 0.2rem;

	color: var(--i_color2);

	margin-left: 0.2rem;

}



.bannner_text3{

	position: absolute;

	top: 42%;

	left: 50%;

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

	display: flex;

	display: -webkit-flex;

	flex-direction: column;

	align-items: center;

}

.bannner_text3 h2{

    font-size: 0.7rem;

	color: #fff;

	font-weight: 900;

	text-transform: uppercase;

	text-align: center;

	text-shadow: 0.04rem 0.04rem var(--i_color2);



}

.bannner_text3 h3{

	font-size: 0.4rem;

	font-weight: bold;

	color: #fff;

	display: inline-block;

	padding: 0.1rem 1rem;

	text-transform: uppercase;

	background-color: var(--i_color2);

	line-height: 0.4rem;

}

.bannner_text3_ul{

    display: flex;

	display: -webkit-flex;

	justify-content: center;

	gap: 0 1rem;

	margin: 0.2rem 0 0.4rem 0;

}

.bannner_text3_ul li{

    

}

.bannner_text3_div{

   display: flex;

   display: -webkit-flex;

   align-items: center;

}

.bannner_text3_div h4{

   font-size: 0.5rem;

   font-family: Arial, Helvetica, sans-serif;

   font-weight: 900;

   color: var(--i_color2);

   -webkit-text-stroke: 2px #fff;

}

.bannner_text3_div h5{

	font-size: 0.5rem;

	font-family: Arial, Helvetica, sans-serif;

	font-weight: 900;

	color: var(--i_color2);

	-webkit-text-stroke: 2px #fff;

}

.bannner_text3_ul p{

    font-size: 0.18rem;

	color: #fff;

	text-shadow: 0.02rem 0.02rem 0.1rem rgba(0, 0, 0, 0.8);

}

.bannner_text3 i{

    display: block;

	width: 100%;

	height: 2.3rem;

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

	background-size: contain;

}









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

	.bannner_text2_ul li p {font-size: 0.18rem;margin-left: 0.1rem;}

	.bannner_text2_ul {gap: 0.2rem;}

	.bannner_text3 h2 {font-size: 0.6rem;}

	.bannner_text3 h3 {

		font-size: 0.35rem;

		padding: 0.1rem 0.8rem;

		line-height: 0.35rem;

	}

	.bannner_text3_div h4 {

		font-size: 0.4rem;

		-webkit-text-stroke: 1px #fff;

	}

	.bannner_text3_div h5 {

		font-size: 0.4rem;

		-webkit-text-stroke: 1px #fff;

	}

	.bannner_text3 i {height: 2rem;}

}

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

	

}

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

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

	.bannner_text3 i {height: 1.8rem;}

}

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

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

}

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

	.bannner_text1 h2 {font-size: 0.4rem;line-height: 0.5rem;}

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

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

	.bannner_text3 h3 {

		font-size: 0.3rem;

		padding: 0.1rem 0.6rem;

		line-height: 0.3rem;

	}

	.bannner_text3_div h4 {

		font-size: 0.3rem;

		-webkit-text-stroke: 1px #fff;

	}

	.bannner_text3_div h5 {

		font-size: 0.3rem;

		-webkit-text-stroke: 1px #fff;

	}

	.bannner_text3 i {height: 1.6rem;}

}

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

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

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

	.bannner_text2 h3 {font-size: 0.14rem;}

	.bannner_text3 h3 {

		font-size: 0.25rem;

		padding: 0.1rem 0.4rem;

		line-height: 0.25rem;

	}
	.bannner_text1 h3{display: none;}

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

	.bannner_text3_ul {

		gap: 0 0.6rem;

		margin: 0.2rem 0 ;

	}

	.bannner_text3 i {height: 1.4rem;}
	.bannner_text2_ul{display: none;}
	.bannner_text3_ul{display: none;}
	.bannner_text3 h3{display: none;}
}

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

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

	.bannner_text2_ul li {

		padding: 0.05rem 0.1rem;

		border-radius: 0.4rem;

	}

	.bannner_text2_ul li p {

		font-size: 0.16rem;

		margin-left: 0.05rem;

	}

	.bannner_text2_ul {gap: 0.1rem;}



	.bannner_text2 h3 {padding: 0.05rem 0.1rem;}

	.bannner_text1 h4 {

		font-size: 0.2rem;

		padding: 0.04rem 0.2rem;

		margin: 0.1rem 0;

	}

	.bannner_text3 h2 {font-size: 0.25rem;}

	.bannner_text3 h3 {

		font-size: 0.2rem;

		line-height: 0.2rem;

	}

	.bannner_text3_div h4 {

		font-size: 0.2rem;

		-webkit-text-stroke: 1px #fff;

	}

	.bannner_text3_div h5 {

		font-size: 0.2rem;

		-webkit-text-stroke: 1px #fff;	}

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

	.bannner_text3 i {height: 1rem;}

	.bannner_text3_ul {gap: 0 0.4rem;}
	.bannner_text1 h2 {font-size: 0.22rem;line-height: 0.28rem;}
	
	
	.bannner_text1 h2{
	color: #493c3c !important; margin-top: 40px;}
	
}

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

	.bannner_text1 h2 br{display: none;}

	.bannner_text1 h2 {font-size: 0.25rem;line-height: 100%;}

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

	.bannner_text2 h3 {display: none;}

	.bannner_text1 h4 {

		font-size: 0.16rem;

	}

	.bannner_text3_ul {gap: 0 0.2rem;}
	.bannner_text3 h2{font-size: 0.2rem;}
	
	.bannner_text1 h2{
	color: #493c3c !important; margin-top: 40px;}
	
	
	
}









/* title */

.title{

   margin-bottom: 0.6rem;

}

.title p{

   font-size: 0.36rem;

   color: #111;

   font-weight: bold;

   font-family:'Poppins_bold' ;

   text-transform: uppercase;

   text-align: center;

   position: relative;

   z-index: 2;

}

.title p::after{

   content: '';

   position: absolute;

   top: 46%;

   left: 50%;

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

   width: 0.57rem;

   height: 0.5rem;

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

   background-size: contain;

   z-index: -1;

}



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

	

}

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

	

}

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

	.title{margin-bottom: 0.4rem;}

}

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

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

	.title p::after{width: 0.47rem;height: 0.4rem;}

}

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

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

}

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

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

	.title p::after{width: 0.37rem;height: 0.3rem;}

}

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

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

}

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

	

}





/* HOME - more */

.i_more {

	height: .4rem;

	display: table;

	padding: 0 .5rem 0 .4rem;

	background: var(--i_color);

	position: relative;

	overflow: hidden;

}

.i_more::before {

	content: '';

	position: absolute;

	top: 0;

	right: 0;

	width: 0;

	height: 100%;

	background: var(--i_color2);

}

.i_more::after {

	content: '';

	position: absolute;

	top: 50%;

	transform: translate(0, -50%);

	right: .14rem;

	width: .2rem;

	height: .2rem;

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

	background-size: contain;

}

.i_more i {

	display: block;

	position: relative;

	color: #FFF;

	font-size: .12rem;

	line-height: .45rem;

	font-weight: bold;

	text-transform: uppercase;

}

.i_more:hover::before {

	left: 0;

	right: initial;

	width: 100%;

}

.i_more::before,

.i_more::after,

.i_more i {

	-webkit-transition: all .5s ease;

	-moz-transition: all .5s ease;

	-ms-transition: all .5s ease;

	-o-transition: all .5s ease;

	transition: all .5s ease

}



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

	.i_more i {

		line-height: .44rem;

	}

}

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

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











/* HOME - products */

.i_products {

	box-sizing: border-box;

	padding: 1rem 0;

}



.i_products_nav {

	display: -webkit-flex;

	display: flex;

	flex-wrap: wrap;

	margin-bottom: .4rem;

	position: relative;

	overflow: hidden;

	border: 1px solid #D8D8D8;

	border-bottom: 0;

}

.i_products_nav::after {

	content: '';

	position: absolute;

	left: 0;

	bottom: 0;

	width: 100%;

	height: 1px;

	background: var(--border_color);

}

.i_products_nav ul {

	width: 80%;

	display: -webkit-flex;

	display: flex;

	flex-wrap: nowrap;

	position: relative;

	justify-content: space-between;

}

.i_products_nav li {

	flex-shrink: 0;

	text-align: center;

	position: relative;

	cursor: pointer;
	

}

.i_products_nav li::before {

	content: '';

	position: absolute;

	left: 0;

	bottom: 0;

	width: 0;

	height: 2px;

	background: var(--i_color);

	transition: all .3s;

}

.i_products_nav li::after{

	content: '';

	position: absolute;

	left: 0;

	bottom: 0;

	width: 100%;

	height: 0;

	background-color: var(--i_color);

	transition: all .3s ease 0.3s;

	z-index: -1;

}

.i_products_nav .swiper-slide-thumb-active::before {

	width: 100%;

}

.i_products_nav .swiper-slide-thumb-active::after{

	height: 100%;

}

.i_products_nav li p {

	font-size: .18rem;

	box-sizing: border-box;

	padding: 0 0.1rem;

	font-weight: bold;
	line-height: 100%;

	height: .8rem;

	text-transform: uppercase;

	transition: all 0.5s ease 0.3s;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	align-items: center;
}

.i_products_nav .swiper-slide-thumb-active p{

	color: #fff;

}

.i_products_show {

	position: relative;

	overflow: hidden;

}

.i_products_show .swiper-wrapper {

	display: flex;

	position: relative;

	width: 100%

}

.i_products_show .swiper-slide {

	flex-shrink: 0;

	position: relative;

}

.i_products_list {

	width: 100%;

	box-sizing: border-box;

	

	display: -webkit-flex;

	display: flex;

	flex-wrap: nowrap;

	position: relative;

}



.i_products_list li {

	position: relative;

	cursor: pointer;

	border-radius: .04rem;

	width: 19%;

	margin: 0 1% 0 0;

	box-sizing: border-box;

	padding: .2rem;

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

	background: #FFF;

	overflow: hidden;

}

.i_products_list li:nth-child(5n) {

	margin-right: 0

}

.i_products_list .p_cont {

	display: block;

	text-align: center;

	width: 100%;

}

.i_products_list .img {

	width: 100%;

	position: relative;

	overflow: hidden

}

.i_products_list .img:before {

	content: "";

	display: block;

	padding-bottom: 100%

}

.i_products_list .img img {

	position: absolute;

	top: 50%;

	left: 50%;

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

	width: 100%;

	height: 100%;

	object-fit: contain

}

.i_products_list .txt {

	margin-top: .4rem;

}

.i_products_list .txt h2 {

	font-size: .18rem;

	color: #333;

	font-weight: 900;

}

.i_products_list .txt h6 {

	margin: .06rem auto .26rem;

	font-size: .14rem;

	color: #333;

	overflow: hidden;

/*	white-space: nowrap;  */

	text-overflow: ellipsis;

}

.i_products_list .txt span {

	display: block;

	background: #f2f3f6;

	-webkit-border-radius: .1rem;

	-moz-border-radius: .1rem;

	border-radius: .1rem;

	position: relative;

	overflow: hidden;

}

.i_products_list .txt span::before {

	content: '';

	position: absolute;

	left: 50%;

	transform: translate(-50%, 0);

	top: 0;

	width: 0;

	height: 100%;

	background: var(--i_color);

}

.i_products_list .txt i {

	font-size: .12rem;

	font-weight: bold;

	color: #444;

	line-height: .44rem;

	position: relative;

	z-index: 2;

}



.i_products_list .add_car {

	position: absolute;

	top: 0;

	left: 0;

	width: .7rem;

	height: .7rem;

	z-index: 2;

}

.i_products_list .add_car span {

	position: absolute;

	top: 0;

	left: 0;

	width: 0;

	height: 0;

	border-color: transparent rgba(1, 167, 255, .2);

	border-width: 0;

	border-style: solid;

}

.i_products_list .add_car i {

	display: block;

	opacity: .4;

	position: absolute;

	top: 0;

	left: 0;

	width: .46rem;

	height: .46rem;

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

	background-size: .22rem;

	-webkit-filter: brightness(0);

	-moz-filter: brightness(0);

	-o-filter: brightness(0);

	-ms-filter: brightness(0);

	filter: brightness(0)

}



.i_products_list li:hover {

	box-shadow: 0 0 .1rem rgb(0 0 0 / 15%);

}

.i_products_list li:hover .txt span::before {

	width: 100%;

}

.i_products_list li:hover .txt i {

	color: #FFF;

}

.i_products_list li:hover .add_car span {

	border-width: 0 0 .7rem .7rem;

}

.i_products_list li:hover .add_car i {

	opacity: 1;

	-webkit-filter: brightness(1);

	-moz-filter: brightness(1);

	-o-filter: brightness(1);

	-ms-filter: brightness(1);

	filter: brightness(1)

}

.i_products_list .txt span::before,

.i_products_list .txt i,

.i_products_list .add_car span,

.i_products_list .add_car i {

	-webkit-transition: all .5s ease;

	-moz-transition: all .5s ease;

	-ms-transition: all .5s ease;

	-o-transition: all .5s ease;

	transition: all .5s ease

}



.i_products .i_more {

	position: absolute;

	top: 0.18rem;

	right: 0.2rem;

	margin-left: auto;

}




.ip-button-prev,
.ip-button-next {
	display: none;
	position: absolute;
	bottom: 0;
	width: 24px;
	height: 100%;
	z-index: 999;
	outline: none;
	cursor: pointer;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	-khtml-user-select: none;
	user-select: none;
	-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;
}
.ip-button-prev {
	left: 0;
	background: url(static/imgs/arrow_left_hollow_hei.svg) no-repeat left center;
	background-size: 20px
}
.ip-button-next {
	right: 0;
	background: url(static/imgs/arrow_right_hollow_hei.svg) no-repeat right center;
	background-size: 20px
}
.i_products_nav .swiper-button-disabled {
	opacity: .3;
	cursor: not-allowed
}






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

	.i_products {padding: 0.8rem 0;}

	

}

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

	

}

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

	.i_products {padding: 0.6rem 0;}

}

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

	

}



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

	.i_products_nav ul {

		width: 100%;

	}

	.i_products_nav li p {

		font-size: .22rem;

	}

	.i_products_list {

		flex-wrap: wrap;

	}

	.i_products_list li {

		width: 49%;

		padding: .3rem;

		margin: 0 2% .26rem 0;

	}

	.i_products_list li:nth-child(2n) {

		margin-right: 0

	}

	.i_products .i_more {

		position: relative;

		top: initial;

		right: initial;

		margin: .16rem auto 0;

	}
	.ip-button-prev,
	.ip-button-next {
		display: block;
	}
	.i_products_nav{border: 0;}
}

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

	.i_products_nav {

		margin-bottom: .3rem;

	}

	.i_products_nav li::before {

		height: 1px;

	}

	.i_products_nav li p {

		height: .5rem;

	}



}

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

	.i_products_nav {

		margin-bottom: .16rem;

	}

	.i_products_nav li p {

		font-size: .14rem;

	}

	.i_products_list li {

		margin: 0 2% .18rem 0;

	}

	.i_products_list .txt h6 {

		margin: .06rem auto .14rem

	}

	.i_products_list .txt i {

		line-height: .4rem;

	}

	.i_products .i_more {

		margin: 0 auto 0;

	}
	.ip-button-prev,
	.ip-button-next {
		background-size: 16px
	}
	.i_products_nav li p {padding: 0 0.3rem;}
}

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





/* home_about */



.home_about{

	box-sizing: border-box;

	padding-bottom: 1rem;

	display: flex;

	display: -webkit-flex;

	flex-wrap: wrap;

}

.home_about_left{

	width: 50%;

	box-sizing: border-box;

	padding-right: 2%;

	display: flex;

	display: -webkit-flex;

	flex-direction: column;

	justify-content: center;

	align-items: flex-start;

}

.wrap_left{

	padding-left: 8.335%;

	box-sizing: border-box;

}

.about_title{

	margin-bottom: 0.3rem;

}

.about_title p{

    text-align: left;

	display: inline-block;

	line-height: 120%;

}

.about_title p::after {

    top: 19%;

    left: 50%;

}

.home_about_left article{

    display: flex;

	display: -webkit-flex;

	flex-direction: column;

	gap: 0.2rem 0;

	margin-bottom: 0.6rem;

}

.home_about_left article p{

    font-size: 14px;

	color: #333;

	line-height: 20px;

}

.home_about_right{

	width: 50%;

	position: relative;

	overflow: hidden;

}

.home_about_right::after{

	content: '';

	display: block;

	padding-bottom: 60%;

}

.home_about_right img{

    position: absolute;

	top: 50%;

	left: 50%;

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

	width: 100%;

	height: 100%;

	object-fit: cover;

}

.home_about_right i{

	position: absolute;

	top: 50%;

	left: 50%;

	display: block;

	width: 0.8rem;

	height: 0.8rem;

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

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

	background-size: contain;

	z-index: 2;

	cursor: pointer;

}



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

	.wrap_left{padding-left: 6%;}

}

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

	.wrap_left{padding-left: 5%;}

	.home_about {padding-bottom: 0.8rem;}

}

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

	

}

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

	.wrap_left{padding-left: 4%;}

	.home_about {padding-bottom: 0.6rem;}

}

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

	.about_title br{display: none;}

	.home_about_left article {margin-bottom: 0.4rem;}

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

	.about_title {margin-bottom: 0.1rem;}

}

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

	

}

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

	.home_about_left {width: 100%;padding: 0 3%;}

	.home_about_right {

		width: 100%;

		margin-bottom: 0.4rem;

	}

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

	.home_about_left {align-items: center;}

}

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

	

}

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

	

}





/* home_four */

.home_four_bac{

	box-sizing: border-box;

	padding: 1rem 0 0.4rem 0;

	background-color: #F6FCFF;

}

.home_four{

   display: flex;

   display: -webkit-flex;

   flex-wrap: wrap;

}

.home_four_ul{

   display: flex;

   display: -webkit-flex;

   flex-direction: column;

   gap: 0.4rem 0;

   width: 19%;

}



.home_four_ul li{

	display: flex;

	display: -webkit-flex;

}

.home_four_ul li img{

    width: 0.48rem;

	height: 0.44rem;

	object-fit: contain;

}

.home_four_text{

	margin-left: 0.3rem;

}

.home_four_div{

   display: flex;

   display: -webkit-flex;



} 

.home_four_div h2{

   font-size: 0.5rem;

   line-height: 100%;

   font-weight: bold;

   color: #222;

}

.home_four_div h3{

	font-size: 0.5rem;

	line-height: 100%;

	font-weight: bold;

	color: #222;

}

.home_four_text h4{

    font-size: 0.18rem;

	

}

.home_four_img{

	width: 81%;

	position: relative;

	overflow: hidden;

}

.home_four_img img{

	width: 100%;

}





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

	.home_four_bac {padding: 0.8rem 0 0.4rem 0;}

}

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

	

}

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

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

}

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

	

}

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

	.home_four_ul {

		flex-direction: row;

		gap: 0.4rem 0;

		width: 100%;

		flex-wrap: wrap;

	}

	.home_four_ul li{width: 50%;}

	.home_four_img {width: 100%;}

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

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

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

}

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

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

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

	.home_four_text {margin-left: 0.2rem;}

}

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

	.home_four_text {margin-left: 0.1rem;}

}

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

	

}







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

	

}

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

	

}

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

	

}

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

	

}

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

	

}

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



}

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

	

}

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

	

} */







/* home_case */

.home_case{

	box-sizing: border-box;

	padding: 1rem 0;



}

.home_case_area{

	

}

.i_more_center{

	margin: 0 auto;

}



/* case */

.case_partner_box{margin-bottom: 0.4rem;}



.case_partner{

	position:relative;

}

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

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

.case_partner_list li{

	display:-webkit-box;

	display:-ms-flexbox;

	display:-webkit-flex;

	display:flex;

	flex-shrink:0;

	position:relative;

	cursor:pointer;

	box-sizing: border-box;

	padding: 0.2rem;

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

}

.case_partner_list li a{

	display: block;

	width: 100%;

}

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

.case_partner_list .img:before{content:""; display:block; padding-bottom:78%}

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





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

.home_case_text{

	margin-top: 0.2rem;

}

.home_case_text h2{

   font-size: 0.18rem;

   color: #333;

   overflow:hidden;

   white-space: nowrap;

   text-overflow: ellipsis;

   box-sizing: border-box;

   font-weight: bold;

   transition: all 0.3s ease;

}

.home_case_text h3{

	font-size: 14px;

	line-height: 14px;

	color: #666;

	margin: 0.1rem 0 0.2rem 0;

	overflow: hidden;

    text-overflow: ellipsis;

    display: -webkit-box;

    -webkit-box-orient: vertical;

    -webkit-line-clamp: 2;

    height: 28px;

}

.home_case_text h4{

	font-size: 12px;

	background-color: #F2F2F2;

	box-sizing: border-box;

	padding: 0.13rem 0;

	text-align: center;

	text-transform: uppercase;

	position: relative;

	transition: all 0.3s ease;

	z-index: 2;

}

.home_case_text h4::after{

	content: '';

	position: absolute;

	top: 0;

	left: 0;

	width: 0;

	height: 100%;

	background-color: var(--i_color);

	transition: all 0.3s ease;

	z-index: -1;

}

.home_case_text h4::before{

	content: '';

	position: absolute;

	top: 0;

	right: 0;

	width: 0;

	height: 100%;

	background-color: var(--i_color);

	transition: all 0.3s ease;

	z-index: -1;

}

.case_partner_list li:hover h4::after{

    width: 51%;

}

.case_partner_list li:hover h4::before{

    width: 51%;

}

.case_partner_list li:hover h4{

	color: #fff;

}

.case_partner_list li:hover h2{

	color: var(--i_color);

}







/* 指示器 */

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

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

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



/* 左右箭头 */

.case_partner .pt-button-prev, .case_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}

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

}

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

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

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

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



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

	.home_case {padding: 0.8rem 0;}

}

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

	

}

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

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

	.case_partner .pt-pagination{display:block}

	.home_case {padding: 0.6rem 0;}

}

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

	

}

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

	

}

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

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

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

}









/* eject videos */
.vd_box{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background: rgba(0, 0, 0, .5);
	z-index: 999999;
}

.vd_box_area {

	

	position: absolute;

	top: 52%;

	left: 50%;

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

	z-index: 2014;

	width: 60%;

	max-height: 90%;

}




.vd_box_area::before {

	content: '';

	display: block;

	padding-bottom: 56.25%;

}



.close_v {

	position: absolute;

	top: -.2rem;

	right: -.2rem;

	width: 0.4rem;

	height: 0.4rem;

	background: var(--i_color);

	z-index: 2;

	-webkit-border-radius: 50%;

	border-radius: 50%;

	cursor: pointer;

}



.close_v::before {

	content: '+';

	position: absolute;

	top: 50%;

	left: 50%;

	font-size: 0.44rem;

	color: #FFF;

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

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

}



.vd_box iframe {

	position: absolute;

	top: 0;

	right: 0;

	width: 100%;

	height: 100%;

	background: #000;

	object-fit: contain;

}



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



	.vd_box_area {

		width: 80%;

	}

	.close_v::before {

		font-size: 0.4rem;

	}

}



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



	.vd_box_area {

		width: 88%;

	}

	.close_v {

		top: -.15rem;

		right: -.15rem;

		width: 0.3rem;

		height: 0.3rem;

	}

	.close_v::before {

		font-size: 0.3rem;

	}

}







/* home_video */

.home_video_bac{

    background-color: #F6F6F6;

	box-sizing: border-box;

	padding: 1rem 0;

}

.home_video{



}



.home_video_ul{

	display: grid;

	grid-template-columns: repeat(3, 1fr);  

	grid-gap: 0.2rem; 

	grid-template-rows: repeat(2, 3rem);  /*2列 列高300px*/

	width: 100%;

	grid-template-areas:

	"a b c" 

	"a d e" ;

}

.home_video_ul li{

	width: 100%;

}

.home_video_ul li:nth-child(1){

	grid-area: a;

}

.home_video_ul li:nth-child(2){

	grid-area: b;

}

.home_video_ul li:nth-child(3){

	grid-area: c;

}

.home_video_ul li:nth-child(4){

	grid-area: d;

}

.home_video_ul li:nth-child(5){

	grid-area: e;

}



.home_video_ul li{

    position: relative;

	overflow: hidden;

}

.home_video_ul li::after{

	content: '';

	position: absolute;

	bottom: 0;

	left: 0;

	width: 100%;

	height: 40%;

	background: linear-gradient(to top, rgba(0,0,0,0.5), rgba(0,0,0,0));

	z-index: 1;

}

.home_video_ul li img{

	width: 100%;

	height: 100%;

	object-fit: cover;

}

.home_video_ul li i{

	display: block;

	width: 0.4rem;

	height: 0.4rem;

	position: absolute;

	top: 50%;

	left: 50%;

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

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

	background-size: contain;

	z-index: 2;

	cursor: pointer;
	z-index: 2;

}

.home_video_ul li:nth-child(1) i{

	width: 0.6rem;

	height: 0.6rem;

}

.home_video_text{

    position: absolute;

	bottom: 0;

	left: 0;

	width: 100%;

	box-sizing: border-box;

	padding: 0.2rem;

	display: flex;

	display: -webkit-flex;

	justify-content: space-between;

	align-items: center;

	transition: all 0.3s ease;

	z-index: 2;

}

.home_video_text h2{

    font-size: 0.28rem;

	color: #fff;

	font-weight: bold;

    text-transform: uppercase;
	line-height: 110%;

}

.home_video_text h3{

	width: 0.3rem;
    min-width: 0.3rem;
	height: 0.3rem;

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

	background-size: contain;

}

.home_video_a{

	display: flex;

	display: -webkit-flex;

	position: absolute;

	bottom: -0.55rem;

	left: 0;

	width: 100%;

	display: flex;

	display: -webkit-flex;

	justify-content: center;

	align-items: center;

	box-sizing: border-box;

	padding: 0.14rem;

	z-index: 3;

	background-color: var(--i_color);

	transition: all 0.5s ease;

}

.home_video_a h4{

    font-size: 0.14rem;

	color: #fff;

	text-transform: uppercase;

	

}

.home_video_a h5{

    width: 0.2rem;

	height: 0.2rem;

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

	background-size: contain;

	margin-left: 0.2rem;

}

.home_video_ul li:hover .home_video_a{

	bottom:0;

}

.home_video_ul li:hover .home_video_text{

	opacity: 0;

}







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

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

	.home_video_bac {padding: 0.8rem 0;}

}

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

	

}

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

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

	.home_video_bac {padding: 0.6rem 0;}

}

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

	

}

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

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

}

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

	.home_video_ul{

		display: grid;

		grid-template-columns: repeat(2, 1fr);  

		grid-gap: 0.1rem; 

		grid-template-rows: repeat(3, 3rem);  /*2行 高300px*/

		width: 100%;

		grid-template-areas:

		"a a" 

		"b c"

		"d e" ;

	}

	.home_video_text h2 {font-size: 0.22rem;}

}

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

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

	.home_video_ul{grid-template-rows: repeat(3, 2.5rem);}

}

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

	.home_video_ul{grid-template-rows: repeat(3, 2.2rem);}

}











/* home_zs */

.home_zs_bac{

    box-sizing: border-box;

	padding: 1rem 0;

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

	background-size: cover;

}

.home_zs{



}

.home_zs_area{

   display: flex;

   display: -webkit-flex;

   flex-wrap: wrap;

   align-items: center;

}

.home_zs_left{

	width: 42%;

}

.home_zs_left li{

    position: relative;

	overflow: hidden;

	z-index: 2;

	box-sizing: border-box;

	padding: 0.3rem 0.8rem 0.3rem 0.3rem;

	cursor: pointer;

}

.home_zs_left li::after{

	content: '';

	position: absolute;

	top: 0;

	left: -100%;

	width: 100%;

	height: 100%;

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

	background-color: var(--i_color);

	z-index: -1;

	transition: all 0.7s ease;

}

.home_zs_left li h2{

    font-size: 0.26rem;

	color: var(--i_color);

	font-weight: bold;

	text-transform: uppercase;

	transition: all 0.3s ease;

}

.home_zs_left li h3{

	font-size: 0.18rem;

	line-height: 0.22rem;

	color: #474747;

	transition: all 0.3s ease;

}



.home_zs_left .current::after{

	left: 0;

}

.home_zs_left .current h2{

	color: #fff;

}

.home_zs_left .current h3{

	color: #fff;

}



.home_zs_right{

	width: 58%;

	box-sizing: border-box;

	padding-left: 8%;

}



/*  */

.zs_partner_box{}



.zs_partner{position:relative}

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

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

.zs_partner_list li{

	display:-webkit-box;

	display:-ms-flexbox;

	display:-webkit-flex;

	display:flex;

	flex-shrink:0;

	position:relative;

	cursor:pointer;

	box-sizing: border-box;

	flex-direction: column;

}



.zs_partner_list .img{width:100%; box-sizing:border-box; border:1px solid #DCDCDC; position:relative; overflow:hidden;background-color: #fff;}

.zs_partner_list .img:before{content:""; display:block; padding-bottom:145%}

.zs_partner_list .img img{ position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); width:100%; height:100%; object-fit:contain;box-sizing: border-box;padding: 0.1rem;}





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



.zs_partner_list p{

	font-size: 0.16rem;

	color: #333;

	text-align: center;

	box-sizing: border-box;

	padding: 0.2rem 2% 0 2%;

}









/* 指示器 */

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

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

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



/* 左右箭头 */

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

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

	position:absolute;

	top:50%;

	left:50%;

	font-size:0.3rem;

	color:#999;

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

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

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

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

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

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

	transition: all 0.3s ease;

}

.zs_partner .pt-button-prev{left:-10%}

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

.zs_partner .pt-button-next{right:-10%}

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



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

	background: var(--i_color2);

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

}

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

	color: #fff;

}









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

	.home_zs_left li {padding: 0.2rem 0.6rem 0.2rem 0.2rem;}

	.home_zs_bac {padding: 0.8rem 0;}

}

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

	

}

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

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

	.zs_partner .pt-pagination{display:block}

	.home_zs_right {padding-left: 4%;}

	.home_zs_bac {padding: 0.6rem 0;}

}

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

	.home_zs_left{width: 100%;margin-bottom: 0.4rem;}

	.home_zs_left li::after {clip-path: polygon(0% 0%, 94% 0%, 100% 50%, 94% 100%, 0% 100%);}

	.home_zs_left li h2 {font-size: 0.24rem;}

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

}

@media screen and (max-width:767px){
	.home_zs_left  h3{display: none;}
	.home_zs_left li {padding:0.1rem 0.2rem;width: 50%;box-sizing: border-box;}
	.home_zs_left li::after {clip-path:unset;}
	.home_zs_left{flex-wrap: wrap;display: flex;}
	.home_zs_left li h2 {
		font-size: 0.18rem;
		line-height: 120%;
	}
}

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

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

	.zs_partner .pt-pagination .swiper-pagination-bullet{width:10px; height:10px}
	.home_zs_left li {
		padding: 0.1rem;
	}
	.home_zs_left li h2 {
		font-size: 0.16rem;
		line-height: 120%;
	}

}





/* home_news */

.home_news{

	box-sizing: border-box;

	padding: 1rem 0;

}

/* news events */

.i_news {}



.i_news_cont {

	padding: 0.1rem;

	display: -webkit-flex;

	display: flex;

	flex-wrap: wrap;

	overflow: hidden;

}

.i_top_news {

	width: 28.5%;

	border-radius: 0.04rem;

	position: relative;

	overflow: hidden;

}

.i_top_news .img {

	width: 100%;

	height: 100%;

	position: relative;

	overflow: hidden

}

.i_top_news .img img {

	width: 100%;

	height: 100%;

	object-fit: cover;

}

.i_top_news .txt {

	position: absolute;

	left: 0;

	bottom: 0;

	width: 100%;

	height: 100%;

	background: var(--i_color);

	background: -webkit-linear-gradient(top, transparent, rgb(1 167 255 / 90%));

	background: linear-gradient(to bottom, transparent, rgb(1 167 255 / 90%));

	z-index: 2;

}

.i_top_news .txt span {

	position: absolute;

	left: 0;

	bottom: 0;

	width: 100%;

	box-sizing: border-box;

	padding: 0 .3rem .3rem;

}

.i_top_news .txt h2 {

	font-size: .16rem;

	color: #FFF;

	font-weight: bold;

	overflow: hidden;

	text-overflow: ellipsis;

	display: -webkit-box;

	-webkit-box-orient: vertical;

	-webkit-line-clamp: 2;

}

.i_top_news .txt h6 {

	margin: .14rem 0 .18rem;

	font-size: .14rem;

	color: #FFF;

	overflow: hidden;

	text-overflow: ellipsis;

	display: -webkit-box;

	-webkit-box-orient: vertical;

	-webkit-line-clamp: 2;

}



.i_top_news:hover img {

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

	-moz-transform: scale(1.15, 1.15);

	transform: scale(1.15, 1.15)

}

.i_top_news .img img {

	-webkit-transition: all .8s ease;

	-moz-transition: all .8s ease;

	-ms-transition: all .8s ease;

	-o-transition: all .8s ease;

	transition: all .8s ease

}





.i_news_time {

	margin-bottom: .2rem;

	position: relative;

}

.i_news_time h4 {

	font-size: .44rem;

	color: #FFF;

}

.i_news_time p {

	font-size: .14rem;

	color: #FFF;

}

.i_news_time h4,

.i_news_time p {

	overflow: hidden;

	white-space: nowrap;

	text-overflow: ellipsis

}



/* news more */

.i_news_cont .more {

	display: block;

	width: .3rem;

	height: .3rem;

	background: #D8D8D8;

	-webkit-border-radius: 50%;

	-moz-border-radius: 50%;

	border-radius: 50%;

	overflow: hidden;

	position: relative;

}

.i_news_cont .more::before {

	content: '';

	position: absolute;

	bottom: 0;

	left: 0;

	width: 100%;

	height: 0;

	background: var(--i_color);

}

.i_news_cont .more i {

	display: block;

	position: absolute;

	top: 0;

	left: 0;

	width: 100%;

	height: 100%;

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

	background-size: .14rem;

}

.i_top_news .more {

	background: #FFF

}

.i_top_news .more i {

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

	background-size: .14rem;

}

.i_news_list li:hover {

	box-shadow: 0 0 .1rem rgb(0 0 0 / 15%);

}

.i_news_list li:hover .more {

	background: #FFF;

}

.i_news_list li:hover .more::before {

	top: 0;

	bottom: initial;

	height: 100%;

}

.i_top_news:hover .more i{

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

	background-size: .14rem;

}

.i_top_news:hover .more::before {

	top: 0;

	bottom: initial;

	height: 100%;

	background: var(--i_color2);

}

.i_news_cont .more {

	-webkit-transition: all 1s ease;

	-moz-transition: all 1s ease;

	-ms-transition: all 1s ease;

	-o-transition: all 1s ease;

	transition: all 1s ease

}

.i_news_cont .more::before {

	-webkit-transition: all .5s ease;

	-moz-transition: all .5s ease;

	-ms-transition: all .5s ease;

	-o-transition: all .5s ease;

	transition: all .5s ease

}





.i_news_list {

	margin-left: auto;

	width: 70%;

}

.i_news_list li {

	box-sizing: border-box;

	padding: .3rem .3rem .24rem;

	width: 57%;

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

	border-radius: 0.04rem;

	overflow: hidden;

}

.i_news_list li:nth-child(2),

.i_news_list li:nth-child(3) {

	margin-bottom: .2rem;

}

.i_news_list .i_news_time h4,

.i_news_list .i_news_time p {

	color: #666;

}

.i_news_list li:first-child {

	float: left;

	width: 41%;

	margin-right: 2%;

	height: 100%;

}



.i_news_list li .img {

	display: none

}

.i_news_list li .img img {

	width: 100%;

/*	height: 2.6rem; */

	object-fit: cover;

}

.i_news_list li:first-child .img {

	display: block;

	margin-top: .3rem;

}

.i_news_list li:not(:first-child) .txt {

	display: -webkit-flex;

	display: flex;

	flex-wrap: wrap

}

.i_news_list .i_news_time {

	width: 20%;

}



.i_news_list span {

	width: 80%;

	margin-left: auto;

	box-sizing: border-box;

	padding-left: 0.2rem;

}

.i_news_list h2 {

	font-size: .16rem;

	color: #3e3a39;

	font-weight: bold;

	overflow: hidden;

	white-space: nowrap;

	text-overflow: ellipsis;

}

.i_news_list h6 {

	margin: .14rem 0 .18rem;

	font-size: .14rem;

	color: #5b5c5d;

	overflow: hidden;

	text-overflow: ellipsis;

	display: -webkit-box;

	-webkit-box-orient: vertical;

	-webkit-line-clamp: 2;

}



.i_news_list li:hover h4,

.i_news_list li:hover p,

.i_news_list li:hover h2 {

	color: var(--i_color);

}

.i_news_list li:first-child:hover img {

	-webkit-animation: twinkle 1s 1 linear;

	animation: twinkle 1s 1 linear

}

@keyframes twinkle {

	0% {

		opacity: 1

	}

	50% {

		opacity: .6

	}

	100% {

		opacity: 1

	}

}



.i_news_list li 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

}



.i_news .i_more {

	margin: .6rem auto 0;



}



.date_div{

	display: flex;

	display: -webkit-flex;

	justify-content: space-between;

}

.date{

	font-size: 0.14rem;

	color: #ACACAC;

}

.i_news_list li:nth-child(1) .date{

	display: none;

}

.news_img{

	width: 100%;

	position: relative;

	overflow: hidden;

}

.news_img::after{

	content: '';

	display: block;

	padding-bottom: 100%;

}

.news_img img{

	position: absolute;

	top: 50%;

	left: 50%;

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

	width: 100%;

	height: 100%;

	object-fit: cover;

}

.i_news_time h4{

	display: none;

}

.i_news_time p{

	display: none;

}

.i_news_time{

	margin-bottom: 0;

}

.i_news_list li:nth-child(1) .i_news_time h4{

	display: block;

}

.i_news_list li:nth-child(1) .i_news_time p{

	display: block;

}

.i_news_list li:nth-child(1) .i_news_time{

	margin-bottom: .2rem;

}

.i_news_list li:nth-child(1) .news_img{

	display: none;

}

.i_news_list li:nth-child(1) span{

	padding-left: 0;

}

.i_news_list li:not(:first-child) .i_news_time{

	display: flex;

	display: -webkit-flex;

	align-items: center;

}



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

	.i_news_time h4 {

		font-size: .36rem;

	}

	.i_news_time p {

		font-size: .13rem;

	}

	.home_news {padding: 0.8rem 0;}

}

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

	.i_news_list li {

		padding: .22rem .26rem .22rem

	}

}

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

	.home_news {padding: 0.6rem 0;}

}

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

	.i_news .i_more {

		margin: .4rem auto 0;

	}

}

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

	.i_top_news {

		margin-bottom: .3rem;

		width: 100%;

	}

	.i_top_news .img {

		height: initial;

	}

	.i_top_news .img::before {

		content: '';

		display: block;

		padding-bottom: 75%;

	}

	.i_top_news .img img {

		position: absolute;

		left: 0;

		top: 0;

	}



	.i_news_list {

		margin-left: initial;

		width: 100%;

	}

}

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

	.i_news_list li:first-child {

		float: none;

		width: 100%;

	}

	.i_news_list li {

		width: 100%;

		margin: 0 0 .2rem 0;

		display: -webkit-flex;

		display: flex;

		flex-wrap: wrap;

	}

	.i_news_list li .img {

		display: block;

		width: 2rem;

		margin-top: 0 !important;

		order: 0;

	}

	.i_news_list li .img img {

		height: initial;

	}

	.i_news_list .txt {

		width: calc(100% - 2.3rem);

		margin-left: auto;

		order: 1;

		display: block !important;

	}

	.i_news_list li:not(:first-child) .i_news_time::after {

		display: none;

	}

	.i_news_list .img {

		width: 40%;

	}

	.i_news_list li:first-child{height: unset;}

	.news_img{display: none;}

	.i_news_list li:nth-child(1) .i_news_time h4{

		display: none;

	}

	.i_news_list li:nth-child(1) .i_news_time p{

		display: none;

	}

	.i_news_list li .i_news_time{

		display: flex;

		display: -webkit-flex;

		align-items: center;

	}

	.i_news_list li:nth-child(1) .date {

		display: block;

	}

	.i_news_list span {

		padding-left: 0rem;

	}

	.i_news_time{

		display: none;

	}

	.i_news_list li:nth-child(1) .i_news_time {

		margin-bottom: 0rem;

	}

}

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

	

	

	.i_news .i_more {

		margin: .1rem auto 0;

	}

	.i_news_list li .img {

		width: 1.5rem;

	}

	.i_news_list .txt {

		width: calc(100% - 1.8rem);

	}

	.i_news_list h6 {margin: .1rem 0 .1rem;}

}





/* home_hz */

.home_hz_bac{

	box-sizing: border-box;

	padding: 1rem 0;

	background-color: #F6F6F6;

}

.home_hz{



}

.home_hz_area{



}



/*  */

.hz_partner_box{}



.hz_partner{position:relative}

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

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

.hz_partner_list li{

	display:-webkit-box;

	display:-ms-flexbox;

	display:-webkit-flex;

	display:flex;

	flex-shrink:0;

	position:relative;

	cursor:pointer;

	flex-direction:column;

	gap: 0.1rem 0;

}



.hz_partner_list .img{width:100%; box-sizing:border-box; position:relative; overflow:hidden;background-color: #fff;}

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

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





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



/* 指示器 */

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

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

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



/* 左右箭头 */

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

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

	position:absolute;

	top:50%;

	left:50%;

	font-size:0.3rem;

	color:#FFF;

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

	letter-spacing:-2px;

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

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

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

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

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

}

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

	background-color: var(--i_color2);

}













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

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

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

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



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

	.home_hz_bac {padding: 0.8rem 0;}

}

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

	

}

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

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

	.hz_partner .pt-pagination{display:block}

	.home_hz_bac {padding: 0.6rem 0;}

}

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

	

}

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

	

}

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

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

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

}





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

.footer{

	background-color: rgba(229,246,255,0.8);

	box-sizing: border-box;

	padding-top: 0.8rem;

}

.footer_area{

	display: flex;

	display: -webkit-flex;

	justify-content: space-between;

	position: relative;

	z-index: 2;

}

.footer_1{

    width: 27%;

}

.title_left{

	margin-bottom: 0.1rem;

}

.title_left p{

	text-align: left;

	display: inline-block;

}

.footer_1_ul{

    background-color: #fff;

	box-sizing: border-box;

	padding: 0.3rem;

	display: flex;

	display: -webkit-flex;

	flex-direction: column;

	gap: 0.1rem;

	border-radius: 0.04rem;

}

.footer_1_ul li{



}

.footer_1_ul li h3{

   font-size: 0.18rem;

   line-height: 0.32rem;

   color: #333;

}

.footer_1_ul li a{

	font-size: 0.18rem;

	line-height: 0.32rem;

	color: #333;

	font-weight: bold;

	transition: all 0.3s ease;

}

.footer_1_ul li a:hover{

	color: var(--i_color);

}

.footer_2{

}

.footer_2_ul{

   display: flex;

   display: -webkit-flex;

   gap: 0.25rem;

   flex-direction: column;

}

.footer_2_ul li{

    

}

.footer_2_ul li a{

	font-size: 0.18rem;

	color: #333;

	font-weight: bold;

	text-transform: uppercase;

	transition: all 0.3s ease;

}

.footer_2_ul li a:hover{

	color: var(--i_color);

}

.footer_3{



}

.footer_3 h4{

	font-size: 0.18rem;

	color: #333;

	text-transform: uppercase;

	font-weight: bold;

	margin-bottom: 0.25rem;

	display: block;

	transition: all 0.3s ease;

}

.footer_3 h4 a{

	font-size: 0.18rem;

	color: #333;

	text-transform: uppercase;

	font-weight: bold;

	margin-bottom: 0.25rem;

	display: block;

	transition: all 0.3s ease;

}

.footer_3 h4 a:hover {

	color: var(--i_color);

}

.footer_3_ul{

	display: flex;

	display: -webkit-flex;

	gap: 0.25rem;

	flex-direction: column;

}

.footer_3_ul li{



}

.footer_3_ul li a{

	font-size: 0.18rem;

	color: #333;

	text-transform: uppercase;

	transition: all 0.3s ease;

}

.footer_3_ul li a:hover{

	color: var(--i_color);

}

.footer_4{

	width: 27%;

}



.f_form {

	width: 100%;

	background: #fff;

	box-sizing: border-box;

	padding: .3rem;

	border-radius: .04rem;

	overflow: hidden;



}

.f_form>.tit {

	margin-bottom: .26rem;

	font-size: .2rem;

	color: var(--i_color);

	font-weight: bold;

	text-transform: capitalize;

}



/* footer form */

#wpforms-54 {

	--input_font_size: 13px;

	--input_height: .5rem

}

#wpforms-54 {

	width: 100%;

	margin: 0 auto;

	padding: 0

}

#wpforms-form-54 {

	width: 100%;

	position: relative;

	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-field-label {

	font-size: 0

}

#wpforms-54 .wpforms-required-label {

	position: absolute;

	top: 0.14rem;

	left: 0.05rem;

	font-size: 0.16rem;

	color: #F00

}

#wpforms-54 .wpforms-field {

	width: 100%;

	background: transparent;

	margin-bottom: 4px;

	padding-bottom: 16px;

	position: relative;

	overflow: hidden

}

#wpforms-54 .wpforms-field-textarea {

	width: 100% !important

}



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

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

	border: none;

	background: #F6F6F6;

	padding: 0 .16rem;

	border-radius: .04rem;

	overflow: hidden;

}

#wpforms-54 input {

	line-height: var(--input_height)

}

#wpforms-54 textarea {

	line-height: 22px;

	min-height: 120px;

	padding: .1rem .16rem

}

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

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

	color: #999;

	font-size: var(--input_font_size)

}

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

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

	color: #999;

	font-size: var(--input_font_size)

}

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

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

	color: #999;

	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,

#wpforms-54 #wpforms-54-field_5-error,

#wpforms-54 #wpforms-54-field_6-error {

	position: absolute;

	font-size: 13px

}



#wpforms-54 .wpforms-field-container {

	width: 100%;

	overflow: hidden

}

#wpforms-54 .wpforms-submit-container {

	float: right;

	padding: 0 !important;

	box-sizing: border-box;

	width: 48%;

	height: var(--input_height);

	background: var(--i_color);

	border-radius: .04rem;

	overflow: hidden;

	position: relative

}

#wpforms-54 .wpforms-submit-container::before {

	content: '';

	position: absolute;

	right: 0;

	top: 0;

	width: 0;

	height: 100%;

	background: var(--i_color2);

}

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

	width: 100%;

	height: var(--input_height);

	font-size: .13rem;

	font-weight: bold;

	color: #FFF;

	line-height: var(--input_height);

	cursor: pointer;

	position: relative;

	z-index: 2

}



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

	position: absolute;

	top: 50%;

	transform: translate(0, -50%);

	right: 4px

}

#wpforms-54 .wpforms-submit-container:hover::before {

	left: 0;

	right: initial;

	width: 100%;

}

#wpforms-54 .wpforms-submit-container::before {

	-webkit-transition: all .5s ease;

	-moz-transition: all .5s ease;

	-ms-transition: all .5s ease;

	-o-transition: all .5s ease;

	transition: all .5s ease

}

#wpforms-54 .form_reset {

	position: absolute;

	left: 0;

	bottom: 0;

	width: 48% !important;

	height: var(--input_height);

	padding: 0;

	box-sizing: border-box;

	background: #fff;

	border-radius: .04rem;

	overflow: hidden;

	cursor: pointer;

	border: 1px solid #999999;

}

#wpforms-54 .form_reset::before {

	content: '';

	position: absolute;

	top: 0;

	right: 0;

	width: 0;

	height: 100%;

	background: var(--i_color);

}

#wpforms-54 .form_reset input {

	display: block;

	width: 100%;

	height: 100%;

	font-size: .13rem;

	color: #999999;

	font-weight: bold;

	position: relative;

	cursor: pointer;

	transition: all 0.3s ease;

}

#wpforms-54 .form_reset:hover input{

	color: #fff;

}

#wpforms-54 .form_reset:hover::before {

	left: 0;

	right: initial;

	width: 100%;

}

#wpforms-54 .form_reset::before {

	-webkit-transition: all .5s ease;

	-moz-transition: all .5s ease;

	-ms-transition: all .5s ease;

	-o-transition: all .5s ease;

	transition: all .5s ease

}





/* footer_max */

.footer_max{

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

	background-size: cover;

	margin-top: -0.35rem;

	position: relative;

}

.footer_max_all{

    

}

.footer_max_all>img{

   height: 0.66rem;

   object-fit: contain;

   margin-top: 0.15rem;

}

.footer_max_text{

   display: flex;

   display: -webkit-flex;

   justify-content: space-between;

   align-items: center;

   box-sizing: border-box;

   padding: 0.15rem 0 0.25rem 0;

}

.footer_max_text p{

	font-size: 0.14rem;

	color: #333;

}

.footer_max_icon{

	display: flex;

	display: -webkit-flex;

	align-items: center;

}

.footer_max_ul{

	display: flex;

	display: -webkit-flex;

	gap: 0 0.3rem;

	align-items: center;

}

.footer_max_ul li{

  

}

.footer_max_ul li a{

    display: block;

}

.footer_max_ul li a img{

    width: 0.38rem;

	height: 0.38rem;

	object-fit: contain;

	opacity: 0.5;

	transition: all 0.3s ease;

}

.footer_max_ul li a img:hover{

	transform: translateY(-0.05rem);

	opacity: 1;

}

.footer_max_ul li:nth-child(4) a img{

	width: 0.3rem;

	height: 0.3rem;

}

.footer_max_icon>a{

    font-size: 0.14rem;

	color: #333;

	margin-left: 0.3rem;

	transition: all 0.3s ease;

}

.footer_max_icon>a:hover{

	color: var(--i_color);

}





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

   .footer_max_all>img {height: 0.56rem;}



}

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

	

}

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

	.footer_max_text {padding: 0.1rem 0 0.2rem 0;}

}

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

	.footer_3{display: none;}

	.footer_4 {

		width: 45%;

	}
    
}

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

	.footer_1 {

		width: 32%;

	}

	.footer_max_ul{display: none;}

	.footer_max_all>img{display: none;}

	.footer_max {

		margin-top: 0rem;

		background: rgba(229,246,255,0.8);

		padding-top: 0.2rem;

	}

	.footer {padding-top: 0.6rem;}

}

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

	.footer_1 {width: 100%;}

	.footer_4 {width: 100%;margin-top: 0.2rem;display: none;}

	.footer_2{display: none;}

	.footer_area{flex-wrap: wrap;}

	.footer_max_text {

		justify-content: center;

		flex-wrap: wrap;

	}
    .footer_contact .footer{display: none;}
}

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

	.footer_max_text p{text-align: center;}

	.footer_max_icon>a{margin-left: 0;}

}

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

	

}















/* Inside Banner */

.in_banner {

	margin-bottom: -.05rem;

	width: 100%;

	position: relative;

	overflow: hidden;

	margin-top:calc(var(--header_height) + var(--header_heights));
	box-sizing: border-box;
	

}



.in_banner img {

	width: 100%;

	width: 100vw;

	object-fit: cover

}

.in_banner_text{

	position: absolute;

	top: 50%;

	left: 50%;

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



}

.in_banner_text h2{

    font-size: 0.64rem;

	font-weight: 900;

	color: #fff;

	text-shadow: 4px 0.04rem #cfcbc0;

	text-transform: uppercase;

	font-family: Arial, Helvetica, sans-serif;

}

.in_banner_text h3{

    display: inline-block;

	box-sizing: border-box;

	padding: 0.04rem 0.1rem;

	font-size: 0.18rem;

	color: #fff;

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

}













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

	.in_banner_text h2{font-size: 0.6rem;}

}

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

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

}

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

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

}

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

	

}

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

	.in_banner:before {

		content: "";

		display: block;

		padding-bottom: 40%

	}

	.in_banner img {

		position: absolute;

		top: 50%;

		left: 50%;

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

		height: 100%;

	}

	

}

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

	.in_banner:before {padding-bottom: 44%;}

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

	.in_banner_text h3{font-size: 0.16rem;}

}

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

	

	/* .in_banner:before {padding-bottom: 54%;} */

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

}









/* 当前位置 */

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

}









.in_nav {

	width: 100%;

	margin: .3rem auto .0rem;

	position: relative;

	background: #FFF;

}

.in_nav.navFix {

	position: fixed;

	left: 0;

	margin: 0 auto 0;

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

	z-index: 2013;

}

.in_nav::before {

	content: '';

	position: absolute;

	left: 0;

	bottom: 0;

	width: 100%;

	height: 1px;

	background: var(--border_color);

}



.in_nav_tit {

	display: none;

	background: var(--i_color);

	text-align: center;

}

.in_nav_tit h6 {

	display: inline-block;

	font-size: 0.22rem;

	font-weight: bold;

	color: #fff;

	line-height: 0.6rem;

	text-transform: uppercase;

	padding-right: 0.4rem;

	background: url(static/imgs/arrow_down_hollow_bai.svg) no-repeat right center;

	background-size: .26rem;

}

.in_nav_tit.on h6 {

	background: url(static/imgs/arrow_up_hollow_bai.svg) no-repeat right center;

	background-size: .26rem;

}



.in_nav ul {

	margin: 0 auto;

	display: -webkit-flex;

	display: flex;

	flex-wrap: nowrap;

	justify-content: space-between;

	position: relative;

	z-index: 2;

}

.in_nav li {

	/* width: 50%; */

	box-sizing: border-box;

	padding: 0 0.1rem;

	display: -webkit-flex;

	display: flex;

	align-items: center;

	flex-wrap: wrap;

	position: relative;

	cursor: pointer;

}



.in_nav li::before,

.in_nav li::after {

	content: '';

	position: absolute;

	left: 50%;

	transform: translate(-50%, 0);

	z-index: 2;

}

.in_nav li::before {

	bottom: -10px;

	width: 0;

	height: 0;

	border-left: 0 solid transparent;

	border-right: 0 solid transparent;

	border-top: 12px solid var(--i_color)

}

.in_nav li::after {

	bottom: -7px;

	width: 0;

	height: 0;

	border-left: 0 solid transparent;

	border-right: 0 solid transparent;

	border-top: 9px solid #FFF

}



.in_nav a {

	width: 100%;

	box-sizing: border-box;

	padding: 0.24rem 0;

	display: -webkit-flex;

	display: flex;

	justify-content: center;

	align-items: center;

	flex-wrap: wrap;

	overflow: hidden;

	position: relative;

}

.in_nav .line {

	position: absolute;

	left: 50%;

	transform: translate(-50%, 0);

	bottom: 0;

	width: 0;

	height: 2px;

	background: var(--i_color);

	z-index: -1;

}



.in_nav p {

	font-size: 0.15rem;

	color: #3e3a39;

	/* font-weight: bold; */

	text-transform: capitalize;

}



.in_nav li:hover::before,

.in_nav .curr::before {

	border-left: 12px solid transparent;

	border-right: 12px solid transparent;

}

.in_nav li:hover::after,

.in_nav .curr::after {

	border-left: 9px solid transparent;

	border-right: 9px solid transparent;

}

.in_nav li:hover .line,

.in_nav .curr .line {

	width: 100%;

}

.in_nav .curr i img,

.in_nav li:hover i img {

	top: -30px !important;

}

.in_nav .curr p,

.in_nav li:hover p {

	color: var(--i_color);

}



.in_nav,

.in_nav li::before,

.in_nav li::after,

.in_nav .line,

.in_nav i img {

	-webkit-transition: all .5s ease;

	-moz-transition: all .5s ease;

	-ms-transition: all .5s ease;

	-o-transition: all .5s ease;

	transition: all .5s ease

}



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

	.in_nav {

		margin: .3rem auto 0;

	}

	.in_nav_tit {

		display: block;

	}

	.in_nav ul,

	.in_nav::before {

		display: none;

	}

	.in_nav ul {

		box-sizing: border-box;

		padding: 0.2rem;

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

	}

	.in_nav li {

		width: 100%;

		margin-bottom: 0.1rem;

		background: #FFF;

	}

	.in_nav li::before,

	.in_nav li::after {

		display: none;

	}

	.in_nav .line {

		height: 1px;

		z-index: 0;

	}

	.in_nav a {

		padding: 0.2rem 0;

	}

	.in_nav p {

		font-size: 0.17rem;

	}

	

	.in_nav {

		margin: .3rem auto .4rem;

		

	}

}

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

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

	.in_nav_tit h6 {

		font-size: 0.18rem;

	}

	.in_nav a {

		padding: 0.16rem 0;

	}

}









/* about_us */

.about_us{

	box-sizing: border-box;

	padding: 0.4rem 0 0.6rem 0;

	display: flex;

	display: -webkit-flex;

	flex-wrap: wrap;

	align-items: flex-end;

	position: relative;

}

.about_us_left{

    width: 50%;

}

.about_us_left h2{

	font-size: 0.5rem;

	box-sizing: border-box;

	position: relative;

	font-weight: bold;

	margin-bottom: 0.15rem;

}

.about_us_left h2::after{

	content: '';

    position: absolute;

    display: block;

    width: 0.6rem;

    height: 0.6rem;

    top: 0%;

    left: 0%;

    transform: translate(0%,0%);

    background: linear-gradient(104deg, rgba(129,255,255,1) 0%, rgba(129,255,255,0) 85%);

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

    z-index: -1;

}

.about_us_text{

    display: flex;

	display: -webkit-flex;

	flex-direction: column;

	gap: 0.3rem 0;

	height: 3.72rem;

	box-sizing: border-box;

	padding-right: 2%;

	overflow: auto;

}

/*滚动条*/

.about_us_text::-webkit-scrollbar {

	width: 2px;

	height: 8px

}

.about_us_text::-webkit-scrollbar-thumb {

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

	background: var(--i_color)

}

.about_us_text::-webkit-scrollbar-track {

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

	border-radius: 0;

	background: #F1F1F1

}





.about_us_text p{

	font-size: 0.18rem;

	line-height: 0.32rem;

	color: #333;

}

.about_us_right{

	width: 50%;

	box-sizing: border-box;

	padding-left: 0.2rem;

	

}

.about_us_right img{

	position: absolute;

	top: 0.4rem;

	right: 0;

    z-index: -1;

	width: 62.4%;

}





.about_us_ul{

    display: flex;

	display: -webkit-flex;

	flex-wrap: wrap;

	justify-content: space-between;

	box-sizing: border-box;

	padding-bottom: 0.6rem;

}

.about_us_ul li{



}

.about_us_ulH3{

	display: flex;

	display: -webkit-flex;

	align-items: center;

}

.about_us_ul li h3{

    font-size: 0.6rem;

	color: var(--i_color);

	font-weight: bold;

	line-height: 100%;

}

.about_us_ul li p{

    font-size: 0.6rem;

	color: var(--i_color);

	font-weight: bold;

	line-height: 100%;

}

.about_us_ul li h4{

    font-size: 0.16rem;

	color: #1A1919;

}





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



}

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

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

	.about_us_text p {font-size: 0.16rem;line-height: 0.25rem;}

	.about_us_text {gap: 0.2rem 0;}

	.about_us {padding: 0.8rem 0;}

	.about_us_ul {padding-bottom: 0.8rem;}

}

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

	

}

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

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

	.about_us {padding: 0.6rem 0;}

	.about_us_ul {padding-bottom: 0.6rem;}

}

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

	

}

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

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

	.about_us_left {width: 100%;margin-bottom: 0.4rem;}

	.about_us_text p {font-size: 14px;line-height: 24px;}

	.about_us_right {width: 70%;padding-left: 0;margin: 0 auto;}

	.about_us_left h2 br{display: none;}

	.about_us_ul li h3 {font-size: 0.5rem;}

	.about_us_right img {

		width: 100%;

		opacity: 0.2;

	}

}

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

	

	.about_us_right {width: 90%;}

	.about_us_ul li h4 {font-size: 14px;}

	.about_us_ul li{width: 50%;}

	.about_us_ul{gap: 0.2rem 0;}

	.about_us {padding: 0.4rem 0;}

}

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

	.about_us_right {width: 100%;}

}

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

	

}











.about_us_video{

	border-radius: 0.04rem;

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

	background-size: cover;

	background-attachment: fixed;

	box-sizing: border-box;

	position: relative;

	margin-bottom: 0.6rem;

}

.about_us_video::after{

	content: '';

	display: block;

	padding-bottom: 39%;

}

.about_us_i{

	display: block;

	width: 0.75rem;

	height: 0.75rem;

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

	background-size: contain;

	position: absolute;

	top: 50%;

	left: 50%;

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

	cursor: pointer;

	z-index: 2;

}







.about_us_i::after {

    content: '';

    position: absolute;

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

    border-radius: 50%;

    top: 50%;

    left: 50%;

    width: 110%;

    height: 110%;

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

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

	z-index: -1;

}

.about_us_i::before {

    content: '';

    position: absolute;

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

    border-radius: 50%;

    top: 50%;

    left: 50%;

    width: 130%;

    height: 130%;

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

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

	z-index: -1;

}



@keyframes yuan{

	0%{

		width: 110%;

		height: 110%;

	}

	50%{

		width: 120%;

		height: 120%;

	}

	100%{

		width: 110%;

		height: 110%;

	}

}

@keyframes yuans{

	0%{

		width: 130%;

		height: 130%;

	}

	50%{

		width: 150%;

		height: 150%;

	}

	100%{

		width: 130%;

		height: 130%;

	}

}



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



}

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

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

}

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

	

}

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

	.about_us_video::after {padding-bottom: 35%;}

	.about_us_i {width: 0.7rem;height: 0.7rem;}

}

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

	

}

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

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

	.about_us_i {width: 0.6rem;height: 0.6rem;}

}

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

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

}

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

	.about_us_i {width: 0.5rem;height: 0.5rem;}

}

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

	

}





/* advantage */

.advantage{

	box-sizing: border-box;

	padding: 1rem 0;

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

	background-size: cover;

}

.advantage_area{



}

.advantage_ul{

	display: flex;

	display: -webkit-flex;

	flex-wrap: wrap;

	gap: 0.15rem;

}

.advantage_ul li{

    display: flex;

	display: -webkit-flex;

	flex-direction: column;

	align-items: center;

	background-color: #fff;

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

	box-sizing: border-box;

	padding: 0.6rem 0.3rem;

	border-radius: 0.04rem;

	overflow: hidden;

	position: relative;

}

.advantage_ul li::after{

	content: '';

	position: absolute;

	bottom: 0;

	right: 0;

	height: 0.06rem;

	width: 0%;

	background-color: var(--i_color);

	transition: all 0.5s ease-in-out;

}

.advantage_ul li:hover::after{

	right: auto;

	left: 0;

	width: 100%;

}

.advantage_ul li img{

    width: 1rem;

	height: 1rem;

	object-fit: contain;

	transition: all 0.3s ease;

}

.advantage_ul li:hover img{

	transform: rotateY(180deg);

}

.advantage_ul li h2{

    font-size: 0.32rem;

	color: #333;

	font-weight: bold;

	text-transform: capitalize;

	margin: 0.4rem 0 0.2rem 0;

	text-align: left;

	width: 100%;

	line-height: 100%;

	transition: all 0.3s ease;

}

.advantage_ul li:hover h2{

	color: var(--i_color);

}

.advantage_ul li h3{

    font-size: 0.18rem;

	line-height: 0.26rem;

	color: #666;

	text-align: left;

	width: 100%;

}





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

	.advantage_ul li h2{font-size: 0.3rem;}

	.advantage {padding: 0.8rem 0;}

}

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

	

}

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

	.advantage_ul li h2{font-size: 0.26rem;}

	.advantage {padding: 0.6rem 0;}

}

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

	.advantage_ul li h2{font-size: 0.24rem;}

}

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

	.advantage_ul li {padding: 0.4rem 0.2rem;}

}

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

	.advantage_ul li{width: 100%;}

	.advantage_ul li h2{text-align: center;}

}

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

	

}

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

	

}















/* path */

.path{

	box-sizing: border-box;

	padding: 1rem 0;

	overflow: hidden;

	width: 100%;

}

.path_area{



}









.in_history {

	overflow: hidden;

}

.in_history_list {

	margin: 0 auto;

	position: relative;

	overflow: hidden

}

.in_history_list:before {

	content: "";

	position: absolute;

	top: 76px;

	left: 50%;

	transform: translate(-50%, 0);

	width: 100%;

	height: 1px;

	background: var(--border_color)

}



.in_history_nav {

	width: calc(100% - 100px);

	padding-bottom: .5rem;

	padding-top: 0.1rem;

	margin: 0 auto;

	cursor: pointer;

	position: relative;

	overflow: hidden

}

.in_history_nav .swiper-wrapper {

	position: relative;

	width: 100%;

	height: 100%;

	z-index: 1;

	display: flex;

}

.in_history_nav .swiper-slide {

	text-align: center;

	box-sizing: border-box;

	flex-shrink: 0;

	position: relative

}



/* Year */

.in_history_nav .num_box {

	height: 50px;

	margin-bottom: 20px;

	position: relative;

	display: -webkit-flex;

	display: flex;

	align-items: flex-end;

	justify-content: center;

}

.in_history_nav .num_box h6 {

	text-align: center;

	font-size: .24rem;

	color: #BBB;

}



.in_history_nav .yuan {

	opacity: 1;

	display: block;

	margin: 0 auto;

	width: 14px;

	height: 14px;

	position: relative;

	z-index: 2

}

.in_history_nav .yuan:after {

	content: "";

	position: absolute;

	top: -0.1rem;

	left: 0;

	width: 100%;

	height: 100%;

	background: #FFF;

	box-sizing: border-box;

	border: 1px solid #000;

	-webkit-border-radius: 100px;

	-moz-border-radius: 100px;

	border-radius: 100px;

	z-index: -1

}

.in_history_nav .text {

	display: block;

	text-align: left;

	top: .4rem;

	box-sizing: border-box;

	padding: 0.3rem;

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

	position: relative;

	

}

.in_history_nav .text::after{

    position: absolute;

	content: '';

	bottom: 100%;

	left: 50%;

	transform: translate(-50%,0);

	width: 1px;

	height: 0px;

	background-color: var(--i_color);

	transition: all 0.3s ease;

}

.in_history_nav .text::before{

    content: '';

    position: absolute;

    bottom: 0;

    left: 0;

    width: 33%;

    height: 0.07rem;

    background-color: var(--i_color);

    transition: all 0.6s ease;

    z-index: -1;

    transition-delay: 0.2s;



}

.in_history_nav .text p::after{

	content: '';

    position: absolute;

    bottom: 0;

    left: 32%;

    width: 36%;

    height: 0.07rem;

    background-color: var(--i_color);

    transition: all 0.6s ease;

    z-index: -1;

    transition-delay: 0.1s;

}

.in_history_nav .text p::before{

    content: '';

    position: absolute;

    bottom: 0;

    right: 0;

    width: 33%;

    height: 0.07rem;

    background-color: var(--i_color);

    transition: all 0.6s ease;

    z-index: -1;

    transition-delay: 0.3s;

}

.in_history_nav .text h2{



	position: relative;

}

.in_history_nav .text h2::before{

	content: '';

	position: absolute;

	top: 50%;

	left: 0;

	transform: translate(0,-50%);

	width: 0.33rem;

	height: 0.13rem;

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

	background-size: contain;

	z-index: -1;

}

.in_history_nav .swiper-slide:hover .text::before{

	height: 100%;

}

.in_history_nav .swiper-slide:hover p::after{

	height: 100%;

}

.in_history_nav .swiper-slide:hover p::before{

	height: 100%;

}

.in_history_nav .swiper-slide:hover .text::after{

	height: 0.52rem;

}







.in_history_nav .text h2 {

	font-size: .17rem;

	color: #111;

	font-weight: bold

}

.in_history_nav .text p {

	box-sizing: border-box;

	padding-right: .1rem;

	margin-top: .06rem;

	font-size: .13rem;

	color: #666;

	line-height: .2rem;

	overflow-y: auto;

}

.in_history_nav .text p::-webkit-scrollbar {

	width: 2px;

	height: 8px

}

.in_history_nav .text p::-webkit-scrollbar-thumb {

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

	background: #333

}

.in_history_nav .text p::-webkit-scrollbar-track {

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

	border-radius: 0;

	background: #F1F1F1

}



/* .in_history_nav .text h2,

.in_history_nav .text p {

	position: relative;

} */



.in_history_nav .swiper-slide:hover .num_box h6 {

	font-size: .4rem;

	color: var(--i_color);

	font-weight: bold;

}





.in_history_nav .swiper-slide:hover .text h2,

.in_history_nav .swiper-slide:hover .text p {

	color: #FFF;

}

.in_history_nav .num_box h6,

.in_history_nav .yuan,

.in_history_nav .text,

.in_history_nav .text h2,

.in_history_nav .text p {

	-webkit-transition: all .36s ease;

	-moz-transition: all .36s ease;

	-ms-transition: all .36s ease;

	-o-transition: all .36s ease;

	transition: all .36s ease

}





.in_history_list .history-button-prev,

.in_history_list .history-button-next {

	position: absolute;

	top: 60px;

	width: 30px;

	height: 30px;

	z-index: 999;

	outline: none;

	cursor: pointer;

	-moz-user-select: none;

	-webkit-user-select: none;

	-ms-user-select: none;

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

}

.in_history_list .history-button-prev {

	left: 0;

	background: #fff url(static/imgs/arrow_left_hollow_bai2_s.svg) no-repeat center;

	background-size: 14px;

	border: 1px solid #999;

	transition: all 0.3s ease;

}

.in_history_list .history-button-next {

	right: 0;

	background:#fff url(static/imgs/arrow_right_hollow_bai2_s.svg) no-repeat center;

	background-size: 14px;

	border: 1px solid #999;

	transition: all 0.3s ease;

}

.in_history_list .swiper-button-disabled {

	cursor: not-allowed

}



.in_history_list .history-button-prev:hover{

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

	background-size: 14px;

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

}

.in_history_list .history-button-next:hover {

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

	background-size: 14px;

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

}



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

	.in_history_nav .text p {

		max-height: 2rem;

	}

	.path {padding: 0.8rem 0;}

}

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

	.in_history_nav .swiper-slide:hover .num_box h6 {

		font-size: .34rem;

	}

}

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

	.path {padding: 0.6rem 0;}

}

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

	.in_history_nav .text h2 {

		font-size: 0.19rem;

	}

	.in_history_nav .text p {

		padding-right: 0;

		overflow-y: hidden;

		font-size: 0.17rem;

		max-height: initial !important;

	}

}

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





/* comp */

.comp{

	background-color: #F9F9F9;

	box-sizing: border-box;

	padding: 1rem 0;

}

.comp_area{



}

.comp_all{

	display: flex;

	display: -webkit-flex;

	flex-wrap: wrap;

}

.comp_left{

	width: 52%;

	box-sizing: border-box;

	padding-right: 5%;

}

.comp_left img{

	width: 87%;

	object-fit: contain;

}

.comp_left h2{

    font-size: 0.36rem;

	font-weight: bold;

	color: #222;

	text-transform: uppercase;

	line-height: 120%;

	margin-top: -0.4rem;

}

.comp_left h3{

    font-size: 0.18rem;

	color: #9E9E9E;

	line-height: 0.3rem;

	margin-top: 0.5rem;

}



.comp_right{

	width: 48%;

}

.comp_right_ul{

    display: flex;

	display: -webkit-flex;

	flex-direction: column;

	gap: 0.3rem;

}

.comp_right_ul li{

    background-color: #fff;

	box-sizing: border-box;

	padding:0.3rem 0.4rem;

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

	display: flex;

	display: -webkit-flex;

	align-items: center;

	transition: all 0.3s ease;

}

.comp_right_ul li img{

    width: 0.7rem;

	height: 0.7rem;

	object-fit: contain;

}

.comp_right_div{

    width: calc(100% - 0.8rem);

	box-sizing: border-box;

	padding-left: 20px;

}

.comp_right_div h4{

    font-size: 0.28rem;

	color: #333;

	font-weight: bold;

	text-transform: capitalize;

	transition: all 0.3s ease;

}

.comp_right_div h5{

    font-size: 0.18rem;

	line-height: 0.22rem;

	color: #666;

	transition: all 0.3s ease;

}

.comp_right_active img{

    filter: brightness(100000);

}  

.comp_right_active{

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

}

.comp_right_active h4{

	color: #fff;

}

.comp_right_active h5{

	color: #fff;

}



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

	.comp_left {padding-right: 4%;}

	.comp_right_ul li {padding: 0.2rem 0.3rem;}

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

	.comp_left h2 br{display: none;}

	.comp_left h3 {margin-top: 0.4rem;}

	.comp {padding: 0.8rem 0;}

}

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

	

}

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

	.comp_left {padding-right: 3%;}

	.comp_right_ul li {padding: 0.2rem;}

	.comp_right_div h5 {

		font-size: 0.16rem;

		line-height: 0.2rem;

	}

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

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

	.comp {padding: 0.6rem 0;}

}

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

	

}

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

	

}

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

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

	.comp_right {width: 100%;margin-top: 0.4rem;}

	.comp_right_ul li {padding: 0.4rem;}

}

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

	.comp_right_ul li {padding: 0.3rem;}

}

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

	.comp_right_ul li {padding: 0.2rem;}

}





/* company */

.company{

	box-sizing: border-box;

	padding: 1rem 0;

	width: 100%;

	overflow: hidden;

}

.company_area{



}











/*  */

.company_partner_box{}



.company_partner{position:relative}

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

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

.company_partner_list li{

	display:-webkit-box;

	display:-ms-flexbox;

	display:-webkit-flex;

	display:flex;

	flex-shrink:0;

	position:relative;

	cursor:pointer;

	flex-direction: column;

}



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

.company_partner_list .img:before{content:""; display:block; padding-bottom:66%}

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





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



.company_partner_list p{

    font-size: 0.2rem;

	color: #fff;

	text-align: center;

	width: 100%;

	box-sizing: border-box;

	padding: 0.09rem 0.2rem;

	background-color: var(--i_color);

    opacity: 0;

	transition: all 0.3s ease;

	position: absolute;

	bottom: 0;

	left: 0;

}

.company_partner_list li:hover p{

	opacity: 1;

}





/* 指示器 */

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

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

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



/* 左右箭头 */

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

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

	position:absolute;

	top:50%;

	left:50%;

	font-size:0.3rem;

	color:#999;

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

	letter-spacing:-2px;

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

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

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

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

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

	transition: all 0.3s ease;

}

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

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

	background-color: var(--i_color2);

}

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

	color: #fff;

}





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

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

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

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



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

	.company {padding: 0.8rem 0;}

}

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

	

}

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

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

	.company_partner .pt-pagination{display:block}

	.company {padding: 0.6rem 0;}

}

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

	

}

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

	

}

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

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

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

}





/* research */

.research{

    box-sizing: border-box;

	padding: 1rem 0;

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

	background-size: cover;

}

.research_area{

    display: flex;

	display: -webkit-flex;

	flex-wrap: wrap;

}

.research_left{

	width: 50%;

}

.research_text{

	font-size: 14px;

	line-height: 20px;

	color: #333;

	

}

.research_right{

	width: 50%;

}

.research_right img{

	display: block;

	max-width: 100%;

	margin-left: auto;

}





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

	.research {padding: 0.8rem 0;}

}

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

	

}

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

	.research {padding: 0.6rem 0;}

}

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

	.research_left {width: 100%;}

	.research_right {

		width: 100%;

	}

	.research_right img{

		margin:0 auto;

	}

}

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

	

}

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



}

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

	

}

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

	

}





/* base */

.base{

   box-sizing: border-box;

   padding: 1rem 0;

}

.base h2{

   font-size: 0.18rem;

   color: #9E9E9E;

   line-height: 0.3rem;

}

.base_title {

	margin-bottom: 0.4rem;

}





/* home_project */

.home_project_bac{

	box-sizing: border-box;

	padding: 1rem 0;

	position: relative;

}

.home_project{

	box-sizing: border-box;

    padding-top: 0.5rem;

}

.home_project_ul{

    display: flex;

	display: -webkit-flex;

	gap: 0 0.05rem;

}

.home_project_ul li{

    width: 17.6%;

	flex-grow: 1;

	transition: all 0.5s ease;

	position: relative;

	z-index: 2;

	overflow: hidden;

	

}

.home_project_ul li::before{

	content: '';

	position: absolute;

	top: 0%;

	left: 0;

	width: 100%;

	height: 100%;

	background: linear-gradient(to top,rgba(0,0,0,0.4),rgba(0,0,0,0));

	transition: all 0.3s ease-in-out;

	z-index: 1;

}

.home_project_ul li::after{

	content: '';

	position: absolute;

	bottom: -50%;

	left: 0;

	width: 100%;

	height: 50%;

	background: linear-gradient(to top,rgba(1,167,255,0.7),rgba(1,167,255,0));

	transition: all 0.5s ease-in-out 0.5s;

}

.home_project_ul li a{

	display: block;

	width: 100%;

	position: relative;

	height: 6.2rem;

	

}

.home_project_ul li a>img{

	width: 100%;

    height: 100%;

	object-fit: cover;

}

.home_project_text{

    box-sizing: border-box;

	padding: 0.2rem 0.2rem 0.4rem 0.2rem;

	position: absolute;

	bottom: 0;

	left: 0;

	width: 100%;

	display: flex;

	display: -webkit-flex;

	justify-content: center;

	align-items: center;

	flex-direction: column;

	transition: all 0.3s ease;

	z-index: 3;

}

.home_project_text img{

    width: 0.5rem;

	height: 0.48rem;

	object-fit: cover;

    margin-bottom: 0.1rem;

	filter: brightness(10000);

	-webkit-filter: brightness(10000);

}

.home_project_text h2{

    font-size: 0.18rem;

	line-height: 0.20rem;

	color: white;

	text-align: center;

	text-transform: capitalize;

}



.home_project_active{

	flex-grow: 1000 !important;

}

.home_project_active .home_project_text{

    align-items: flex-start;

}



.home_project_active .home_project_text img{

	filter:unset;

	-webkit-filter: unset;

}

.home_project_active::after{

	bottom: 0 !important;

}

.home_project_active::before{

	opacity: 0 !important;

}

.home_project_linear{

	position: absolute;

	top: 0;

	right: 0;

	width: 30%;

	height: 100%;

	background: linear-gradient(96deg, rgba(129,255,255,0.4) 0%, rgba(129,255,255,0) 85%);

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

    z-index: -1;

}





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



}

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

	.home_project_ul li a{height: 6rem;}

	.base {padding: 0.8rem 0px;}

}

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

	

}

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

	.home_project_ul li a{height: 5.5rem;}

	.home_project_linear{width: 40%;}

	.base {padding: 0.6rem 0px;}

}

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

	

}

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

	.home_project_ul li a{height: 5rem;}

	

	.home_project_ul li {flex-grow: 1 !important;}

    .home_project_text img{

		filter:unset;

		-webkit-filter: unset;

	}

	.home_project_linear{width: 50%;}

}

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

	

}

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

	.home_project_text h2 {font-size: 0.12rem;line-height: 0.16rem;}

	.home_project_text img {width: 0.4rem;height: 0.38rem;}

	.home_project_text {padding: 0.2rem 0.1rem;}

}

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

	

}





/* --------------------------------------service------------------------------ */



/* service_process */

.service_process_bac{

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

	background-size: cover;

	box-sizing: border-box;

	padding: 0.8rem 0;

}

.service_process{



}

.service_process_ul{

    display: flex;

	display: -webkit-flex;

	flex-wrap: wrap;

	justify-content: space-between;

}

.service_process_ul li{

    width: 48%;

	background-color: #fff;

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

	box-sizing: border-box;

	padding: 0.4rem;

}

.service_process_ul li h2{

    font-size: 0.24rem;

	color: var(--i_color);

	font-weight: bold;

	display: inline-block;

	padding: 0.03rem 0.35rem;

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

	margin-bottom: 0.1rem;

}  

.service_process_ul dl{

    display: flex;

	display: -webkit-flex;

	flex-direction: column;

	justify-content: center;

}

.service_process_ul li:nth-child(1) dl{

	margin-top: 0.7rem;

}

.service_process_ul dt{

    font-size: 0.16rem;

	line-height: 0.32rem;

	color: #616161;

	box-sizing: border-box;

	padding-left: 0.2rem;

	position: relative;

}

.service_process_ul dt::after{

	content: '';

	position: absolute;

	top: 0.11rem;

	left: 0;

	width: 0.08rem;

	height: 0.08rem;

	border-radius: 50%;

	background-color: var(--i_color);

}



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

	

}

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

	

}

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

	.service_process_bac {padding: 0.6rem 0;}

}

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

	

}

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

	.service_process_ul {gap: 0.4rem;}

	.service_process_ul li {width: 100%;}

    .service_process_ul li:nth-child(1) dl {margin-top: 0rem;}

}

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

	.service_process_ul li {padding: 0.3rem;}

}

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

	.service_process_ul li {padding: 0.2rem;}

}

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

	

}



/* Customization */

.Customization_bac{

   background-color: #F2FAFF;

   box-sizing: border-box;

   padding: 0.8rem 0;

}

.Customization{



}





.custom_process_ul{

	box-sizing: border-box;

	padding: 0rem 0 0.9rem 0;

	display: flex;

	display: -webkit-flex;

	flex-wrap: wrap;

	position: relative;

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

}

.custom_process_i{

	display: block;

    position: absolute;

    bottom: -1px;

    left: 0%;

    width: 20%;

    height: 0.02rem;

    max-width: 100%;

    background-color: var(--i_color);

    z-index: 1;

    transition: all 0.5s ease-out;

}

.custom_process_i::after{

    content: '';

    position: absolute;

    bottom: 6px;

    right: -2px;

    width: 0.2rem;

    height: 2px;

    background-color: var(--i_color);

    transform: rotate(-138deg);

}

.custom_process_i::before{

	content: '';

    position: absolute;

    bottom: -6px;

    right: -2px;

    width: 0.2rem;

    height: 2px;

    background-color: var(--i_color);

    transform: rotate(-42deg);

}













.custom_process_ul li{

	width: 20%;

}



.custom_process_img{

    width: 0.8rem;

	height: 0.8rem;

	border-radius: 50%;

	background-color: rgba(1, 167, 255, .15);

	display: flex;

	display: -webkit-flex;

	justify-content: center;

	align-items: center;

	transition: all 0.5s ease;

}

.Customization_bac  .custom_process_img{

	background-color: var(--i_color);

}

.custom_process_img img{

    width: 0.38rem;

	height: 0.38rem;

	object-fit: contain;

}

.custom_process_ul h3{

    font-size: 0.2rem;

	font-weight: bold;

	color: #333;

	text-transform: uppercase;

	margin: 0.4rem 0 0.1rem 0;

}

.custom_process_ul h4{

    font-size: 0.18rem;

	color: #333333;

	line-height: 0.3rem;

	box-sizing: border-box;

	padding-right: 23%;

}





.custom_process_ul li:hover .btn-bubbles{

	transform: scale(0.95);

}

.custom_process_ul li:hover .btn-bubbles::before{

	animation: none;

	background-size: 0;

}

.custom_process_ul li:hover .custom_process_img{

	transform: rotateY(180deg);

}



.Customization .custom_process_ul li{

	width: 25%;

}





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

	.custom_process_img {width: 1.1rem;height: 1.1rem;}

}

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

	.custom_process_img {width: 1rem;height: 1rem;}

}

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

	

}

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

	.custom_process_img img {width: 0.45rem;height: 0.45rem;}

	.custom_process_ul h4 {padding-right: 15%;}

	.Customization_bac {padding: 0.6rem 0;}

}

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

	

}

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

	.custom_process_ul li {

		width: 50%;

		margin-bottom: 0.2rem;

		

	}

	.custom_process_ul li:nth-child(5){

		width: 100%;

		margin-bottom: 0rem;

	}

}

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

	.Customization .custom_process_ul li {

		width: 50%;

	}
    .custom_process_i{display: none;}
	

}

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

	.custom_process_ul li {

		width: 100%;

		display: flex;

		display: -webkit-flex;

		flex-direction: column;

		justify-content: center;

		align-items: center;

	}

	.custom_process_ul h4 {

		padding-right: 0%;

		text-align: center;

	}

	.Customization .custom_process_ul li {

		width: 100%;

	}

}

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

	

}







/* 粒子按钮 */



.ll_btn {

	--hue: 0;

	--btn-bg-color: #01A7FF;

	--btn-bg-color-darker: #fff;

	position: relative;

	outline: transparent;

	overflow: hidden;

	cursor: pointer;

	user-select: none;

	white-space: nowrap;

	transition: 0.25s;

	height: 0.38rem;

}

.btn-pink {

	--hue: 330;

}

.btn-bubbles {

	overflow: visible;

	transition: transform ease-in 0.1s, background-color ease-in 0.1s, box-shadow ease-in 0.25s;

}

.btn-bubbles::before {

	position: absolute;

	content: "";

	left: -0.4rem;

	right: -0.4rem;

	top: -0.4rem;

	bottom: -0.4rem;

	transition: ease-in-out 0.5s;

	background-repeat: no-repeat;

	background-image: radial-gradient(circle, transparent 20%, var(--btn-bg-color) 20%, transparent 30%), radial-gradient(circle, transparent 20%, var(--btn-bg-color) 20%, transparent 30%), radial-gradient(circle, var(--btn-bg-color) 20%, transparent 20%), radial-gradient(circle, var(--btn-bg-color) 20%, transparent 20%), radial-gradient(circle, var(--btn-bg-color) 20%, transparent 20%), radial-gradient(circle, transparent 20%, var(--btn-bg-color) 20%, transparent 30%), radial-gradient(circle, transparent 20%, var(--btn-bg-color) 20%, transparent 30%), radial-gradient(circle, var(--btn-bg-color) 20%, transparent 20%), radial-gradient(circle, var(--btn-bg-color) 20%, transparent 20%), radial-gradient(circle, var(--btn-bg-color) 20%, transparent 20%), radial-gradient(circle, transparent 20%, var(--btn-bg-color) 20%, transparent 30%), radial-gradient(circle, var(--btn-bg-color) 20%, transparent 20%), radial-gradient(circle, var(--btn-bg-color) 20%, transparent 20%), radial-gradient(circle, transparent 20%, var(--btn-bg-color) 20%, transparent 30%), radial-gradient(circle, transparent 20%, var(--btn-bg-color) 20%, transparent 30%), radial-gradient(circle, transparent 20%, var(--btn-bg-color) 20%, transparent 30%);

	background-size: 17% 19%, 12% 18%, 14% 11%, 11% 20%, 20% 17%, 20% 16%, 17% 13%, 13% 14%, 11% 15%, 19% 15%, 16% 19%, 19% 14%, 18% 13%, 12% 10%, 19% 10%, 20% 11%;

	background-position: 18% 40%, 20% 31%, 30% 30%, 40% 30%, 50% 30%, 57% 30%, 65% 30%, 80% 32%, 15% 60%, 83% 60%, 18% 70%, 25% 70%, 41% 70%, 50% 70%, 64% 70%, 80% 71%;

	

	animation: bubbles ease-in-out 0.75s forwards;

}

/* .btn-bubbles:hover {

	transform: scale(0.95);

}

.btn-bubbles:hover::before {

	animation: none;

	background-size: 0;

} */

  

@keyframes bubbles {

	0% {

	  background-position: 18% 40%, 20% 31%, 30% 30%, 40% 30%, 50% 30%, 57% 30%, 65% 30%, 80% 32%, 15% 60%, 83% 60%, 18% 70%, 25% 70%, 41% 70%, 50% 70%, 64% 70%, 80% 71%;

	}

	50% {

	  background-position: 10% 44%, 0% 20%, 15% 5%, 30% 0%, 42% 0%, 62% -2%, 75% 0%, 95% -2%, 0% 80%, 95% 55%, 7% 100%, 24% 100%, 41% 100%, 55% 95%, 68% 96%, 95% 100%;

	}

	100% {

	  background-position: 5% 44%, -5% 20%, 7% 5%, 23% 0%, 37% 0, 58% -2%, 80% 0%, 100% -2%, -5% 80%, 100% 55%, 2% 100%, 23% 100%, 42% 100%, 60% 95%, 70% 96%, 100% 100%;

	  background-size: 0% 0%;

	}

}



/* oem */

.oem_bac{

    box-sizing: border-box;

	padding: 0.8rem 0;

	position: relative;

}

.oem_bac::after{

	content: '';

	position: absolute;

	top: 0.8rem;

	left: 0;

	width: 7.48rem;

	height: 5.17rem;

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

	background-size: contain;

    max-width: 100%;

	z-index: -1;

}

.oem{



}

.oem_ul{

   display: flex;

   display: -webkit-flex;

   flex-wrap: wrap;

   gap: 0.4rem;

}

.oem_ul li{

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

   display: flex;

   display: -webkit-flex;

   box-sizing: border-box;

   padding:0.3rem;

   position: relative;

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

   align-items: center;

   background-color: #fff;

}

.oem_ul li::after{

   content: '';

   width: 0.04rem;

   height: 100%;

   background-color: var(--i_color);

   position: absolute;

   top:0;

   left: 0;



}

.oem_ul_img{

   width: 1.06rem;

   min-width: 1.06rem;

   height: 1.06rem;

   border-radius: 50%;

   display: flex;

   display: -webkit-flex;

   justify-content: center;

   align-items: center;

   position: relative;

   transition: all 0.3s ease;

}

.oem_ul_img::after{

	content: "";

    width: 100%;

    height: 100%;

    position: absolute;

    border-radius: 50%;

    opacity: 0;

    background-color: var(--i_color);

	

}

.oem_ul_img img{

	width: 0.86rem;

	height: 0.86rem;

	object-fit: contain;

	position: relative;

	z-index: 2;

}

.oem_ul_text{ 

    box-sizing: border-box;

	padding-left: 0.4rem;

}

.oem_ul_text h2{

    font-size: 0.26rem;

	color: #222;

	font-weight: bold;

	line-height: 100%;

	margin-bottom: 0.1rem;

	text-transform: uppercase;

	transition: all 0.3s ease;

}

.oem_ul li:hover h2{

	color: var(--i_color);

}

.oem_ul_text h3{

    font-size: 0.16rem;

	line-height: 0.24rem;

	color: #585858;

} 



.oem_active img{

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

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

}

.oem_active .oem_ul_img{

	background-color: var(--i_color);

}

.oem_active .oem_ul_img::after{

	animation: animateLoader38 2s ease-out infinite 0.6s;

}

@keyframes animateLoader38{

	0% {

		transform: scale(1);

		opacity: 1;

	}

	

	50%, 75% {

		transform: scale(1.2);

	}

	80%, 100% {

		opacity: 0;

	}

}







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

	.oem_ul li {padding: 0.2rem;}

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

	.oem_ul_text h3 {

		font-size: 0.14rem;

		line-height: 0.2rem;

	}

	.oem_ul_img img {width: 0.7rem;height: 0.7rem;}

	.oem_ul_img {

		width: 0.8rem;

		min-width: 0.8rem;

		height: 0.8rem;

	}

	.oem_ul_text {

		padding-left: 0.3rem;

	}

}

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

	

}

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

	.oem_ul_text h2 {font-size: 0.22rem;}

	.oem_bac {padding: 0.6rem 0;}

}

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

	

}

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

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

}

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

	.oem_ul li {width: 100%;}

	.oem_ul {gap: 0.2rem;}

}

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

	

}

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

	

}





/* oem_process */

.oem_process{

	box-sizing: border-box;

	padding: 0 0 0.8rem 0;

}



.custom_we_area{

	box-sizing: border-box;

	position: relative;

}

.custom_we_area::after{

	content: '';

	position: absolute;

	width: 1px;

	height: 100%;

	background-color: rgba(0, 0, 0, .1);

	top: 0;

	left: 50%;

	transform: translate(-50%,0);

}

.custom_we_all{

	display: flex;

	display: -webkit-flex;

	flex-wrap: wrap;

	justify-content: space-between;

}

.custom_we_ul{

	width: 47%;

	display:flex;

	display: -webkit-flex;

	flex-direction: column;

	justify-content: center;

	box-sizing: border-box;

	padding: 0.4rem 0;

	gap: 0.4rem;

}



.custom_we_ul li{

   

}

.custom_we_ul h4{

    font-size: 0.24rem;

	line-height: 0.3rem;

	font-weight: bold;

	color: #fff;

	cursor: pointer;

	display: inline-block;

	box-sizing: border-box;

	padding: 0.1rem 0.4rem 0.1rem 0.2rem;

	background-color: var(--i_color);

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

	margin-bottom: 0.2rem;

	transition: all 0.3s ease;

}

.custom_we_ul li:hover h4{

	background-color: var(--i_color2);

}

.custom_we_alls h4{

	padding: 0.1rem 0.2rem 0.1rem 0.4rem;

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

}

.custom_we_ul h5{

    font-size: 0.18rem;

	line-height: 0.3rem;

	color: #333;

}

.custom_we_img{

	width: 47%;

	position: relative;

	overflow: hidden;

	border-radius: 0.04rem;

}

.custom_we_img::after{

	content: '';

	display: block;

	padding-bottom: 57.5%;

}

.custom_we_img img{

	width: 100%;

    height: 100%;

	position: absolute;

	top: 50%;

	left: 50%;

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

	object-fit: cover;

}

.custom_we_alls{

	flex-direction: row-reverse;

}

.adavantage_i{

	position: absolute;

	top: 0;

	left: 50%;

	transform: translate(-50%,0);

	width: 2px;

	height: 0%;

	max-height: 100%;

	background-color: var(--i_color2);

	z-index: 1;

	transition: all 0.5s ease-out;

}

.adavantage_i::after {

    content: '';

    position: absolute;

    bottom: 6px;

    left: -2px;

    width: 0.2rem;

    height: 2px;

    background-color: var(--i_color2);

    transform: rotate(-42deg);

}



.adavantage_i::before {

    content: '';

    position: absolute;

    bottom: 6px;

    right: -2px;

    width: 0.2rem;

    height: 2px;

    background-color: var(--i_color2);

    transform: rotate(-138deg);

}





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



}

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

	

}

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

	

}

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

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

}

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

	

}

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

	.custom_we_img::after {

		padding-bottom: 77.5%;

	}

	.custom_we h3 br{display: none;}

	

}

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

    .custom_we_ul{width: 100%;}

	.custom_we_img {width:100%;}

	.custom_we_img::after{padding-bottom: 57.5%;}

	.custom_we_area .adavantage_i,.custom_we_area::after{

		display:none;

	}

	.custom_we_ul h4 {font-size: 0.2rem;line-height: 0.26rem;}

}

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

	

}

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

	

}



/* customer */

.customer{

	box-sizing: border-box;

	padding: 0.8rem 0;

	background-color: #F2FAFF;

}

.customer_title{

	margin-bottom: 0.2rem;

}

.customer>.wrap>h2{

    font-size: 0.18rem;

	line-height: 0.28rem;

	color: #9E9E9E;

	text-align: center;

}







.home_products_ul{

    margin-top: 0.6rem;

	display: flex;

	display: -webkit-flex;

	flex-wrap: wrap;

	gap: 0.6rem;

}

.home_products_ul li{

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

}

.home_products_ul li a{

	display: block;

	width: 100%;

	background-color: #fff;

	border-radius: 0.1rem;

	box-sizing: border-box;

	padding: 0.2rem;

	display: flex;

	display: -webkit-flex;

	flex-wrap: wrap;

}

.home_products_text{

	width: 50%;

    box-sizing: border-box;

	padding-right: 2%;

	display: flex;

	display: -webkit-flex;

	flex-direction: column;

	align-items: flex-start;

	justify-content: space-around;

}

.home_products_text h2{

    font-size: 0.24rem;

	line-height: 0.3rem;

	color: #333;

	font-weight: bold;

	text-transform: uppercase;

	overflow: hidden;

   text-overflow: ellipsis;

   display: -webkit-box;

  -webkit-box-orient: vertical;

   -webkit-line-clamp: 2;

   height: 0.6rem;

   transition: all 0.3s ease;

}

.home_products_text h3{

	font-size: 0.16rem;

	line-height: 0.2rem;

	color: #999;

	overflow: hidden;

   text-overflow: ellipsis;

   display: -webkit-box;

  -webkit-box-orient: vertical;

   -webkit-line-clamp: 4;

   height: 0.8rem;

}

.home_products_text h4{

	font-size: 0.16rem;

	color: #666;

	display: inline-block;

	box-sizing: border-box;

	padding: 0.12rem 0.15rem;

	border-radius: 0 0.1rem 0.1rem 0;

	position: relative;

	background-color: #EFF9FE;

	z-index: 2;

	overflow: hidden;

	transition: all 0.3s ease;

}

.home_products_text h4::after{

	content: '';

	position: absolute;

	top: 0;

	left: 0;

	width: 0.02rem;

	height: 100%;

	background-color: var(--i_color);

	z-index: -1;

	transition: all 0.3s ease;

}

.home_products_img{

    width: 50%;

	position: relative;

	overflow: hidden;

	border-radius: 0.1rem;

}

.home_products_img::after{

    content: '';

	display: block;

	padding-bottom: 76%;

}

.home_products_img img{

	position: absolute;

	top: 50%;

	left: 50%;

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

	width: 100%;

	height: 100%;

	object-fit: cover;

	transition: all 0.3s ease;

}

.home_products_ul li:hover h4{

	color: #fff;

}

.home_products_ul li:hover h4::after{

	width: 100%;

}

.home_products_ul li:hover h2{

	color: var(--i_color);

}

.home_products_ul li:hover img{

	width: 110%;

	height: 110%;

}









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

	.home_products_ul{gap: 0.4rem;}

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

}

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

	

}

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

	.customer {padding: 0.6rem 0;}

}

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

	.home_products_ul{gap: 0.3rem;}

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

}

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

	.home_products_img::after {

		padding-bottom: 84%;

	}

	.home_products_text h2 {

		font-size: 0.2rem;

		line-height: 0.3rem;

		-webkit-line-clamp: 1;

		height: 0.3rem;

	}

	.home_products_text h3 {

		font-size: 0.16rem;

		line-height: 0.2rem;

		-webkit-line-clamp: 2;

		height: 0.4rem;

	}

}

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

	.home_products_ul{gap: 0.2rem;}

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

	.home_products_ul {margin-top: 0.4rem;}

}

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

	.home_products_ul li {

		width: 100%;

	}

}

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

	

}







/* Number of pages */

.in_page_box {

	text-align: center;

	overflow: hidden;

	margin-top: 0.7rem;

}

.in_page {

	display: -webkit-flex;

	display: flex;

	flex-wrap: wrap;

	justify-content: center;

	align-items: center;

}

.in_page li {

	min-width: .32rem;

	margin: 0 .04rem;

}

.in_page a,

.in_page span {

	display: block;

	padding: 0 .12rem;

	line-height: .32rem;

	font-size: .14rem;

	color: #666;

	background: #FFF;

	-webkit-border-radius: .05rem;

	border-radius: .05rem;

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

	overflow: hidden;

	transition: all 0.3s ease;

}

.in_page>i {

	margin-top: 0.14rem;

	width: 100%;

	font-size: 0.13rem;

	color: #888;

	display: none;

}



.in_page a:hover,

.in_page .active_page a,

.in_page .active_page span {

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

	background: var(--i_color);

	color: #FFF !important

}



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

	.in_page_box {margin-top: 0.6rem;}

}

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

	.in_page li {

		min-width: .28rem;

	}

	.in_page a,

	.in_page span {

		line-height: 0.28rem;

		padding: 0 .1rem;

	}

	.in_page_box {margin-top: 0.4rem;}

}

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



}







/* service_faq */

.service_faq{

	box-sizing: border-box;

	padding: 0.8rem 0;

}



.faq_ul{



}

.faq_ul li{

	box-sizing: border-box;

	padding: 0.3rem 0;

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

	display: flex;

	display: -webkit-flex;

	cursor: pointer;

}

.faq_ul li:nth-child(1){

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

}

.faq_text{

	width: 100%;

	box-sizing: border-box;

}



.faq_text_txt{

    display: flex;

	display: -webkit-flex;

	margin-top: 0.1rem;

}

.faq_text_txt span{

	font-size: 0.18rem;

	color: #333;

	line-height: 0.28rem;

	font-weight: bold;

}

.faq_text_txt p{

	font-size: 0.18rem;

	color: #333;

    line-height: 0.28rem;

}

.faq_active .faq_text_Q span,.faq_active .faq_text_Q p{

	color: var(--i_color) !important;

}







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

	.service_faq {padding: 0.6rem 0;}

}

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

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

	.faq {

		padding-bottom: 0.6rem;

	}

}







/* ----------------------------------------recruit----------------------------------------------- */



/* Prospects */



.Prospects{

   display: flex;

   display: -webkit-flex;

   flex-wrap: wrap;

   align-items: center;

   position: relative;

}

.Prospects::after{

	content: '';

	position: absolute;

	top: 0;

	left: 0;

	width: 50%;

	height: 100%;

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

	background-size: cover;

	z-index: -1;

}

.Prospects_left{

	width: 50%;

	

}

.Prospects_left h2{

	font-size: 0.18rem;

	line-height: 0.36rem;

	color: #616161;

	margin-top: 0.2rem;

	box-sizing: border-box;

	padding-right: 4%;

}

.Prospects_right{

	width: 50%;

	position: relative;

}

.Prospects_right::after{

    content: '';

	display: block;

	padding-bottom: 62%;

}

.Prospects_right img{

	position: absolute;

	top: 50%;

	left: 50%;

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

	width: 100%;

	height: 100%;

	object-fit: cover;

}

.Prospects_right_text{

    position: absolute;

	top: 0.8rem;

	left: 0;

	width: 100%;

}

.Prospects_right_text h3{

    font-size: 0.7rem;

	font-weight: bold;

	color: var(--i_color2);

	text-align: center;

	text-transform: uppercase;

	line-height: 100%;

}

.Prospects_right_text h4{

	font-size: 0.5rem;

	font-weight: bold;

	color: var(--i_color2);

	text-align: center;

	text-transform: uppercase;

	line-height: 100%;

	margin-top: 0.1rem;

}







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

	.Prospects_right_text h3 {font-size: 0.5rem;}

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

	

}

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

	

}

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

	.Prospects_right_text {top: 0.6rem;}

	.Prospects_right_text h3 {font-size: 0.4rem;}

	.Prospects_right_text h4{font-size: 0.3rem;}

}

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

	

}

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

	

}

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

	.Prospects_left{width: 100%;}

	.Prospects_right {

		width: 100%;

		margin-top: 0.4rem;

	}

}

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

	.Prospects_right_text {top: 0.4rem;}

}

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

	.Prospects_right_text {top: 0.2rem;}

}













/* Franchise */

.Franchise{

	box-sizing: border-box;

	padding: 0.8rem 0;

	background: linear-gradient(to top,rgba(1,167,255,0.1),rgba(1,167,255,0.05),rgba(1,167,255,0));

}

.Franchise_title{

	margin-bottom: 0rem;

}

.Franchise h2{

	font-size: 0.16rem;

	color: var(--i_color2);

	text-align: center;

	margin-bottom: 0.4rem;

}

.Franchise_ul{

   display: flex;

   display: -webkit-flex;

   justify-content: space-between;

   flex-wrap: wrap;

}



.Franchise_ul li{  

   width: 32%;

   box-sizing: border-box;

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

   padding:0.3rem 0.4rem;

   background-color: #fff;

   transition: all 0.3s ease;

   border: 1px solid transparent;

	border-bottom: 0.06rem solid transparent;

} 

.Franchise_ul li h3{

   font-size: 0.32rem;

   color: #333;

   font-weight: bold;

   line-height: 120%;

   text-transform: uppercase;

   box-sizing: border-box;

   padding-bottom: 0.1rem;

   margin-bottom: 0.1rem;

   border-bottom: 1px solid #D8D8D8;

}

.Franchise_ul li h4{

   font-size: 0.26rem;

   color: #666;

   text-transform: capitalize;

   margin-bottom: 0.1rem;

   line-height: 120%;

}

.Franchise_ul li h5{

	font-size: 0.16rem;

	color: #999999;

	line-height: 120%;

}

.Franchise_ul li:hover{

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

	border-bottom: 0.06rem solid var(--i_color);

}











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

	.Franchise_ul li h3 {font-size: 0.3rem;}

	.Franchise_ul li h4 {font-size: 0.24rem;}

	.Franchise_ul li {padding: 0.3rem;}

}

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

	

}

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

	.Franchise_ul li h3 {font-size: 0.28rem;}

	.Franchise_ul li h4 {font-size: 0.2rem;}

	.Franchise {padding: 0.6rem 0;}

}

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

	

}

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

	.Franchise_ul li h3 {font-size: 0.24rem;}

}

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

	.Franchise_ul li {width: 100%;}

	.Franchise_ul li h3 {font-size: 0.28rem;}

	.Franchise_ul li {padding: 0.4rem;}

	.Franchise_ul{gap: 0.4rem;}

}

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

	.Franchise_ul{gap: 0.3rem;}

}

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

	

}


.Franchise_sfq{

   background: url('/wp-content/uploads/yuesen/ppp.webp') no-repeat center;

   background-size: cover;

   height: 6.2rem;

   display: flex;

   display: -webkit-flex;

   margin-top: 0.5rem;

}

.Franchise_sfq li{

	width: 16.4%;

	box-sizing: border-box;

	padding: 2.2rem 0.2rem 0 0.2rem;

	border-left: 1px solid #fff;

	flex-grow: 1;

	transition: all 0.3s ease;

	position: relative;

	z-index: 2;

	overflow: hidden;

}

.Franchise_sfq li::after{

	content: '';

	position: absolute;

	top: 100%;

	left: 0;

	width: 100%;

	height: 100%;

	background: linear-gradient(to top,rgba(1,167,255,0.8),rgba(1,167,255,0));

    z-index: -1;

	transition: all 0.5s ease 0.3s;

}

.Franchise_sfq_active{

	flex-grow: 10000 !important;

	padding: 0.8rem 0.2rem 0 0.2rem !important;

}

.Franchise_sfq_active::after{

	top: 0 !important;

}

.Franchise_sfq_img{

    width: 0.85rem;

	height: 0.85rem;

	background-color: #fff;

	border-radius: 50%;

	display: flex;

	display: -webkit-flex;

	justify-content: center;

	align-items: center;

	margin: 0 auto;

	position: relative;

	z-index: 2;

}

.Franchise_sfq_img::after{

	content: "";

    width: 100%;

    height: 100%;

    position: absolute;

    border-radius: 50%;

    opacity: 0;

    background-color: #fff;

	animation: animateLoader38 2s ease-out infinite 0.3s;

	z-index: -1;

}

.Franchise_sfq_img img{

    width: 0.37rem;

	height: 0.37rem;

	object-fit: contain;

}

.Franchise_sfq p{

    font-size: 0.24rem;

	color: #fff;

	line-height: 0.3rem;

	text-transform: capitalize;

	text-align: center;

	margin-top: 0.2rem;

}

.Franchise_sfq h6{

	font-size: 0.18rem;

	color: #fff;

	opacity: 0;

	display: none;

	line-height: 0.2rem;

	margin-top: 0.2rem;

	height: 3rem;

	overflow: auto;

	box-sizing: border-box;

	padding-right: 1%;

}



/*滚动条*/

.Franchise_sfq h6::-webkit-scrollbar {

	width: 2px;

	height: 8px

}

.Franchise_sfq h6::-webkit-scrollbar-thumb {

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

	background: #15c0ef

}

.Franchise_sfq h6::-webkit-scrollbar-track {

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

	border-radius: 0;

	background: #F1F1F1

}



.Franchise_sfq_active .Franchise_sfq_img{

	margin: unset;

}

.Franchise_sfq_active p{

	text-align: left;

}

.Franchise_sfq_active h6{

	opacity: 1;

	display: block;

}



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

	

}

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

	

}

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

	

}

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

	

}

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

	

}

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

	.Franchise_sfq{flex-wrap: wrap;height: unset;}

	.Franchise_sfq li {

		width: 100%;

		box-sizing: border-box;

		padding:0.4rem 0.2rem;

		border-left: 1px solid transparent;

		flex-grow: unset !important;

		border-bottom: 1px solid #fff;

	}

	.Franchise_sfq h6 {

		height: 1.6rem;

	}

	.Franchise_sfq_active {

		padding: 0.4rem 0.2rem !important;

	}

}

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

	

}

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

	

}







/* supply */

.supply{

   box-sizing: border-box;

   padding: 1rem 0;

}

.supply_area{



}

.supply_area h2{

   font-size: 0.16rem;

   color: #666;

   line-height: 120%;

   margin-bottom: 0.2rem;

   text-align: center;

}

.supply_area img{

   width: 100%;

   height: auto;

   object-fit: contain;

}





/*  */

.supply_partner_box{

	margin-top: -1rem;

}



.supply_partner{position:relative}

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

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

.supply_partner_list li{

	display:-webkit-box;

	display:-ms-flexbox;

	display:-webkit-flex;

	display:flex;

	flex-shrink:0;

	position:relative;

	cursor:pointer;

	box-sizing: border-box;

	padding: 1.1rem 0;



}



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

.supply_partner_list .img:before{content:""; display:block; padding-bottom:59%}

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





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

.supply_partner_list .img::after{

	content: '';

	position: absolute;

	top: 0;

	left: 0;

	width: 100%;

	height: 100%;

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

	transition: all 0.3s ease;

}



.supply_partner_p{

	position: absolute;

	bottom: -110%;

	left: 50%;

	transform: translate(-50%,0);

	display: flex;

	display: -webkit-flex;

	justify-content: center;

	width: 140%;

	transition: all 0.5s ease;

}

.supply_partner_list p{

   font-size: 0.14rem;

   color: #fff;

   font-weight: bold;

   transition: all 0.5s ease;

   text-align: center;

   padding: 0.1rem 0.5rem;

    box-sizing: border-box;

	background-color: var(--i_color);

}

.swiper-slide-active{

	z-index: 8;

}

.supply_partner_list .swiper-slide-active .img{

	transform: scale(1.6);

}

.supply_partner_list .swiper-slide-active .supply_partner_p{

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

	bottom: 0.1rem;

}

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

	opacity: 0;

}





/* 指示器 */

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

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

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



/* 左右箭头 */

.supply_partner .pt-button-prev, .supply_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}

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

}

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

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

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

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











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

	.supply_partner_list li {padding: 1rem 0;}

	.supply_partner_box{margin-top: -0.8rem;}

	.supply {padding: 0.8rem 0;}

}

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

	

}

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

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

	.supply_partner .pt-pagination{display:block}

	.supply_partner_list p{padding: 0.1rem 0.4rem;}

	.supply_partner_box{margin-top: -0.6rem;}

	.supply {padding: 0.6rem 0;}

}

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

	

}

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

	.supply_partner_list p{padding: 0.1rem 0.2rem;}

	.supply_partner_list li {padding: 0.9rem 0;}

}

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

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

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

	.swiper-slide-active .supply_partner_p{bottom: 0.05rem;}

	.supply_partner_list li {padding: 0.8rem 0;}

}

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

	.supply_partner_list li {padding: 0.6rem 0;}

}





/* coppertion */

.coppertion{

	box-sizing: border-box;

	padding: 1rem 0;

	background-color: #F2FAFF;

}







/* become */

.become{

	box-sizing: border-box;

	padding: 0.8rem 0;

	background-color: #F6F6F6;

}

.become_ul{

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

	background-size: cover;

	background-attachment: fixed;

	box-sizing: border-box;

	padding: 0.7rem;

	border-radius: 0.04rem;

	position: relative;

	z-index: 1;

	margin-bottom: 0.8rem;

}

.become_ul::after{

	content: '';

	position: absolute;

	top: 0;

	left: 0;

	width: 100%;

	height: 100%;

	background: linear-gradient(to top,rgba(1,167,255,0.4),rgba(1,167,255,0));

	z-index: -1;

}

.become_ul h2{

    font-size: 0.5rem;

	line-height: 120%;

	color: #fff;

	font-weight: bold;

	text-align: center;

	position: relative;

	z-index: 2;

	text-transform: uppercase;

}

.become_ul h2::after{

	content: '';

	position: absolute;

	width: 1.03rem;

	height: 0.93rem;

	top: 0;

	left: 50%;

	transform: translate(-50%,0);

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

	background-size: contain;

	z-index: -1;

}

.become_ul h3{

    font-size: 0.24rem;

	color: #fff;

	line-height: 0.4rem;

	text-align: center;

	margin-top: 0.1rem;

}



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

	.coppertion {padding: 0.8rem 0;}

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

	.become_ul h2::after {width: 0.93rem;height: 0.83rem;}

	.become_ul h3 {font-size: 0.22rem;line-height: 0.35rem;}

}

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

	

}

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

	.coppertion {padding: 0.6rem 0;}

	.become {padding: 0.6rem 0;}

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

	.become_ul h2::after {width: 0.8rem;height: 0.7rem;}

	.become_ul h3 {font-size: 0.2rem;line-height: 0.3rem;}

	.become_ul {padding: 0.6rem;}

	.become_ul{margin-bottom: 0.6rem;}

}

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

	

}

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

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

	.become_ul h2::after {width: 0.7rem;height: 0.6rem;}

	.become_ul h3 br{display: none;}

}

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

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

	.become_ul h2::after {width: 0.6rem;height: 0.5rem;}

	.become_ul {padding: 0.4rem;}

}

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

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

	.become_ul h2 br{display: none;}

	.become_ul h2::after {width: 0.5rem;height: 0.4rem;}

}

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

	.become_ul h2 {font-size: 0.25rem;}

}





.become_title{

	margin-bottom: 0.2rem;

}

.become_text{



}

.become_text p{

   font-size: 0.18rem;

   line-height: 0.32rem;

   color: #666;

   text-align: center;



}

.become_text a{

   color: var(--i_color);

}



.become_form{

   margin-top: 0.6rem;

}





#wpforms-46{--input_font_size:0.16rem; --input_height:0.44rem}

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

#wpforms-form-46{width:100%; 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-error-container{line-height:16px}

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

#wpforms-46 .wpforms-submit-container{

	padding:0!important; width:2.6rem; height:0.44rem; background:var(--i_color); position:relative;

	margin: 0.4rem auto 0;

}











#wpforms-46 .wpforms-field{

	position: relative;

}

#wpforms-46 .wpforms-field-label{

	font-size: 0;

}

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

	position: absolute;

	top: 12px;

	left: 3px;

	font-size: 0.14rem;

    color: red;

}



#wpforms-46 .wpforms-field{width:100%; padding-bottom:0.2rem;box-sizing: border-box; background:transparent; overflow:hidden}

#wpforms-46 .wpforms-field:nth-child(1),#wpforms-46 .wpforms-field:nth-child(2){margin-right:0.2rem}

#wpforms-46 .wpforms-field:nth-child(1), #wpforms-46 .wpforms-field:nth-child(2),#wpforms-46 .wpforms-field:nth-child(3){width:calc((100% - 0.4rem) / 3)}



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

#wpforms-46 textarea{height:2.8rem}

#wpforms-46 input, #wpforms-46 textarea{

	width:100%;border: 0; max-width:100%!important; font-size:var(--input_font_size);

	background-color: white; color:#222; 

	box-sizing:border-box; line-height:var(--input_height); padding:0 10px;

	border-radius: 0.04rem;

}





#wpforms-46 input::-webkit-input-placeholder{color:#666; font-size:var(--input_font_size)}

#wpforms-46 input::-moz-placeholder{color:#666; font-size:var(--input_font_size)}

#wpforms-46 input::-moz-placeholder{color:#666; font-size:var(--input_font_size)}

#wpforms-46 input::-ms-input-placeholder{color:#666; font-size:var(--input_font_size)}

#wpforms-46 textarea::-webkit-input-placeholder{color:#666; font-size:var(--input_font_size)}

#wpforms-46 textarea::-moz-placeholder{color:#666; font-size:var(--input_font_size)}

#wpforms-46 textarea::-moz-placeholder{color:#666; font-size:var(--input_font_size)}

#wpforms-46 textarea::-ms-input-placeholder{color:#666; font-size:var(--input_font_size)}



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







#wpforms-46 .wpforms-submit-container button{overflow: hidden;width:100%; height:0.44rem; font-size:0.16rem; color:#FFF; line-height:0.44rem; cursor:pointer; text-transform:capitalize; position:relative; z-index:2}

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



#wpforms-46 .wpforms-submit-container button:hover{
	background-color: var(--i_color2);
}

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

	

}

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

	

}

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

	

}

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

	#wpforms-46 .wpforms-submit-container{margin: 0.2rem auto 0;}

}

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

	

}

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

	#wpforms-46 .wpforms-field:nth-child(1),#wpforms-46 .wpforms-field:nth-child(2){margin-right:0rem}

	#wpforms-46 .wpforms-field:nth-child(1), #wpforms-46 .wpforms-field:nth-child(2),#wpforms-46 .wpforms-field:nth-child(3){width:100%}

	#wpforms-46{--input_height:0.5rem}

	.become_form {margin-top: 0.4rem;}

}

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

	

}

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

	

}



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



/* contact_form */

.contact_form{

	box-sizing: border-box;

	padding: 0.8rem 0;

}

.contact_form_area{

	background-color: #F6F6F6;

	box-sizing: border-box;

	padding: 0.4rem;

}

.contact_form_area h2{

	font-size: 0.17rem;

	color: #666;

    text-align: center;

	margin-bottom: 0.4rem;

}





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

	

} */







/* contact_find */

.contact_find{

    box-sizing: border-box;

	padding-bottom: 0.8rem;

}

.contact_find_area{

	display: flex;

	display: -webkit-flex;

	flex-wrap: wrap;

}

.contact_find_left{

	width: 50%;

	box-sizing: border-box;

	padding-right: 10%;

}



.contact_find_left h2{

    font-size: 0.4rem;

	color: #222;

	font-weight: bold;

	box-sizing: border-box;

	padding-bottom: 0.1rem;

	position: relative;

	line-height: 100%;

	margin-top: 0.6rem;

}

.contact_find_left h2::after{

	content: '';

	position: absolute;

	width: 100%;

	height: 1px;

	background-color: #D6D6D6;

	bottom: 0;

	left: 0;

}

.contact_find_ul{



}

.contact_find_ul li{

   margin-top: 0.4rem;

}

.contact_find_div{

   display: flex;

   display: -webkit-flex;

   align-items: center;

   position: relative;

   border-bottom: 1px solid #E2E2E2;

   margin-bottom: 0.1rem;

   box-sizing: border-box;

   padding-bottom: 0.05rem;

}

.contact_find_div::after{

	content: '';

	position: absolute;

	width: 30%;

	height: 1px;

	background-color: var(--i_color);

	bottom: 0;

	left: 0;

	transition: all 0.5s ease;

}

.contact_find_div img{

   width: 0.36rem;

   height: 0.36rem;

   object-fit: contain;

}

.contact_find_div p{

   font-size: 0.24rem;

   color: #222;

   font-weight: bold;

   text-transform: capitalize;

   margin-left: 0.1rem;

}

.contact_find_ul a{

   font-size: 0.18rem;

   color: #666;

   transition: all 0.3s ease;

}

.contact_find_ul a span{

   color: #222 !important;

}



.contact_find_ul li:hover .contact_find_div::after{

	width: 100%;

}

.contact_find_ul li:hover a{

	color: var(--i_color);

}

.contact_find_right{

	width: 50%;

}



.contact_find_right #simpleMap,

.contact_find_right .fluid-width-video-wrapper,

.contact_find_right iframe {

        width: 100%;

        height: 100% !important;

}









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

	.contact_find_left {padding-right: 8%;}

}

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

	

}

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

	.contact_find {padding-bottom: 0.6rem;}

	.contact_find_left h2 {

		font-size: 0.35rem;

		margin-top: 0.4rem;

	}

	.contact_find_left {padding-right: 6%;}

	.contact_form {padding: 0.6rem 0;}

}

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

	

}

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

	.contact_find_left {padding-right: 4%;}

}

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

	.contact_find_left {

		width: 100%;

		padding-right: 0%;

	}

	.contact_find_right{

		width: 100%;

		height: 3rem;

		margin-top: 0.4rem;

	}

}

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

	

}

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

	

}





/* case */

.case{

   box-sizing: border-box;

   padding: 1rem 0;

}

.case_ul{

   display: flex;

   display: -webkit-flex;

   gap: 0.1rem;

   flex-wrap: wrap;

}

.case_ul li{

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

   box-sizing: border-box;

   padding: 0.2rem;

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

   transition: all 0.3s ease;

}

.case_ul li a{

   display: block;

   width: 100%;

}

.case_ul_img{

    position: relative;

	overflow: hidden;

}

.case_ul_img::after{

    content: '';

	display: block;

	padding-bottom: 71%;

}

.case_ul_img img{

    position: absolute;

	top: 50%;

	left: 50%;

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

	width: 100%;

	height: 100%;

	object-fit: cover;

	transition: all 0.3s ease;

}

.case_ul_text{

    margin-top: 0.2rem;

}

.case_ul_text h2{

    font-size: 0.16rem;

	color: #333;

	font-weight: bold;

	overflow:hidden;

    white-space: nowrap;

    text-overflow: ellipsis;

    box-sizing: border-box;

	transition: all 0.3s ease;

}

.case_ul_text h3{

    font-size: 0.14rem;

	line-height: 0.14rem;

	color: #666;

	overflow: hidden;

    text-overflow: ellipsis;

    display: -webkit-box;

    -webkit-box-orient: vertical;

    -webkit-line-clamp: 2;

    height: 0.28rem;

	margin:0.15rem 0 0.2rem 0;

	

}

.case_ul_text h4{

    font-size: 12px;

	color: #999;

	text-transform: uppercase;

	width: 100%;

	box-sizing: border-box;

	padding: 0.14rem 0.2rem;

	background-color: #F2F2F2;

	text-align: center;

	transition: all 0.3s ease;

}

.case_ul li:hover{

	box-shadow:  0 0 0.1rem rgba(1, 167, 255, .2);

}

.case_ul li:hover .case_ul_img img{

	width: 110%;

	height: 110%;

}

.case_ul li:hover h2{

	color: var(--i_color);

}

.case_ul li:hover h4{

	background-color: var(--i_color);

	color: #fff;

}





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

	.case {padding: 0.8rem 0;}

}

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

	

}

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

	.case {padding: 0.6rem 0;}

}

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

	

}

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

	

}

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

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

}

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

	.case_ul_text h4{padding: 0.1rem 0.2rem;}

	.case_ul_text h3 {

		font-size: 12px;

		line-height: 16px;

		height: 32px;

	}

}

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

	

}



/* news */

.news{

	box-sizing: border-box;

	padding: 0.6rem 0;

}

/* Inside Page - News */

.in_news_nav {

	margin-bottom: .8rem;

}

.in_news_nav ul {

	display: -webkit-flex;

	display: flex;

	flex-wrap: nowrap;

	background: #f8f8f8;

	position: relative;

	overflow: hidden;

}

.in_news_nav ul::before {

	content: '';

	position: absolute;

	left: 0;

	bottom: 0;

	width: 100%;

	height: 1px;

	background: var(--border_color);

}

.in_news_nav li {

	width: 50%;

	text-align: center;

	position: relative;

}

.in_news_nav li::before {

	content: '';

	position: absolute;

	left: 0;

	top: 100%;

	width: 100%;

	height: 2px;

	background: var(--i_color);

	z-index: 2;

}

.in_news_nav li::after {

	content: '';

	position: absolute;

	left: 0;

	bottom: 0;

	width: 100%;

	height: 0;

	background: #FFF;

	z-index: 1;

}

.in_news_nav a {

	display: block;

	padding: 0 0.1rem;

	font-size: 0.14rem;

	color: #3e3a39;

	font-weight: bold;

	line-height: 0.5rem;

	overflow: hidden;

	white-space: nowrap;

	text-overflow: ellipsis;

	text-transform: uppercase;

	position: relative;

	z-index: 3;

}



.in_news_nav .curr::before,

.in_news_nav li:hover::before {

	top: 0;

}

.in_news_nav .curr::after,

.in_news_nav li:hover::after {

	height: 100%;

}

.in_news_nav .curr a,

.in_news_nav li:hover a {

	color: var(--i_color);

}

.in_news_nav li::before,

.in_news_nav li::after,

.in_news_nav a {

	-webkit-transition: all .5s ease;

	-moz-transition: all .5s ease;

	-ms-transition: all .5s ease;

	-o-transition: all .5s ease;

	transition: all .5s ease

}



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

	.in_news_nav {

		margin-bottom: 0.6rem;

	}

}

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

	.in_news_nav ul {

		display: none;

	}

	.in_news_nav ul::before {

		display: none;

	}

	.in_news_nav li {

		width: 100%;

	}

	.in_news_nav li::before {

		display: none;

	}

}

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

	.in_news_nav {

		margin-bottom: 0.5rem;

	}

}

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

	.in_news_nav {

		margin-bottom: 0.4rem;

	}

	.in_news_nav a {

		font-size: 0.16rem;

	}

}





.news_ul{

    display: flex;

	display: -webkit-flex;

	flex-wrap: wrap;

	gap: 0.4rem;

}

.news_ul li{

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

	box-sizing: border-box;

	padding: 0.3rem;

	background-color: #F7F7F7;

	border-radius: 0.04rem;

}

.news_ul li a{

    display: block;

	width: 100%;

}

.news_ul_img{

    position: relative;

	overflow: hidden;

}

.news_ul_img::after{

   content: '';

   display: block;

   padding-bottom: 80%;

}

.news_ul_img img{

   position: absolute;

   top: 50%;

   left: 50%;

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

   width: 100%;

   height: 100%;

   object-fit: cover;

   transition: all 0.3s ease;

}

.news_ul li:hover .news_ul_img img{

	width: 110%;

	height: 110%;

}

.news_ul h2{

   font-size: 0.22rem;

   color: #222;

   line-height: 0.28rem;

   overflow: hidden;

   text-overflow: ellipsis;

   display: -webkit-box;

  -webkit-box-orient: vertical;

   -webkit-line-clamp: 2;

   height: 0.56rem;

   margin: 0.2rem 0;

   transition: all 0.3s ease;

}

.news_ul li:hover h2{

	color: var(--i_color);

}

.news_ul_div{

   display: flex;

   display: -webkit-flex;

   justify-content: space-between;

   align-items: center;

}

.news_ul_div h3{

   font-size: 0.18rem;

   color: #4C4C4C;

   

}

.news_ul_div h4{

   font-size: 0.18rem;

   color: var(--i_color);

}







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

	.news_ul h2 {

		font-size: 0.2rem;

		line-height: 0.26rem;

		height: 0.52rem;

	}

}

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

	

}

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

	.news_ul {gap: 0.3rem;}

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

}

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

	

}

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

	.news_ul {gap: 0.2rem;}

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

}

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

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

}

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

	.news_ul_div h4{display: none;}

	.news_ul li {padding: 0.2rem;}

	.news_ul {gap: 0.1rem;}

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

}

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

	

}



.banner_top{

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

}







/* 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_color2);

	transform: translateY(-5px);

}



.n_article,

.n_article * {

	text-align: left;

	font-size: .16rem;

	color: #555;

	line-height: .24rem

}

.n_article img {

	display: block;

	margin: .2rem auto;

	max-width: 100% !important;

	height: initial !important

}



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

	.in_news_art_tit h1 {

		font-size: 0.28rem;

	}

	.n_tit_time {

		margin: 0.3rem 0 .26rem;

	}

}

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

}



.n_back {

	margin-left: auto;

	padding: .12rem .3rem;

	background: var(--i_color2);

	-webkit-border-radius: .3rem;

	border-radius: .3rem;

}

.n_back i {

	font-size: 0.16rem;

	color: #FFF;

}

.n_back b {

	margin-left: 0.06rem;

	font-size: 0.15rem;

	color: #FFF;

	font-weight: bold;

}



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

	.n_navigation ul {

		width: 76%;

	}

	.n_back b {

		font-size: 0.14rem;

	}

}

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

	.n_navigation {

		margin-top: 0.6rem;

	}

	.n_navigation ul {

		width: 100%;

	}

	.n_navigation li p {

		font-size: 0.15rem;

	}

	.n_back {

		margin: .14rem 0 0 0;

	}

}

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

	.n_navigation {

		margin-top: 0.4rem;

	}

	.n_navigation li p {

		font-size: 0.14rem;

	}

	.n_back {

		padding: .08rem .22rem;

		margin: .1rem 0 0 0;

	}

	.n_back i {

		font-size: 0.15rem;

	}

}





/* products */

.products{

	box-sizing: border-box;

	padding: 0.5rem 0;

	

}

.products_all{

	display: flex;

	display: -webkit-flex;

	flex-wrap: wrap;

}

.products_left{

	width: 3.4rem;

}





.products_h2{

	font-size: 0.24rem;

	color: #fff;

	font-weight: bold;

	text-transform: uppercase;

	padding: 0.1rem 0.2rem;

	display: flex;

	display: -webkit-flex;

	align-items: center;

	background-color: var(--i_color);

}

.products_h2 ion-icon{

	font-size: 0.24rem;

	color: #fff;

	font-weight: bold;

	margin-left: 0.1rem;

	display: none;

}



.products_list_ul{

    border-top: 1px solid #D8D8D8;

	background-color: #F9F9F9;

}

.products_list_ul li{

    position: relative;

	box-sizing: border-box;



    border-bottom: 1px solid #D8D8D8;

}

.products_list_ul li>a{

    font-size: 0.16rem;

	color: #222;

	text-transform: uppercase;

	display: inline-block;

	box-sizing: border-box;

	transition: all 0.3s ease;

	display: block;

	box-sizing: border-box;

	padding: 0.1rem 0.1rem 0.1rem 0.4rem;

	

}

.products_list_ul li>a:hover{

	color: var(--i_color);

}

.products_list_ul li ion-icon{

    display: block;

	width: 0.2rem;

	height: 0.2rem;

    font-size: 0.2rem;

	color: #787978;

	position: absolute;

	top: 0.13rem;

	left: 0.15rem;

	cursor: pointer;

	transition: all 0.3s linear;

}

.products_list_ul dl{

    display: none;

	max-height: 5.15rem;

	overflow: auto;

}

/*滚动条*/

.products_list_ul dl::-webkit-scrollbar {

	width: 2px;

	height: 8px

}

.products_list_ul dl::-webkit-scrollbar-thumb {

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

	background: var(--i_color)

}

.products_list_ul dl::-webkit-scrollbar-track {

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

	border-radius: 0;

	background: #F1F1F1

}













.products_list_ul dl dt{



}

.products_list_ul dl dt a{

	display: block;

    font-size: 0.16rem;

	color: #474747;

	box-sizing: border-box;

	padding: 0.1rem 0 0.1rem 0.5rem;

	position: relative;

	overflow: hidden;

	transition: all 0.3s linear;

	border-bottom: 1px solid #D8D8D8;

	background-color: #F9F9F9;

}

.products_list_ul dl dt:last-child a{

	border-bottom: 0px;

}

.products_list_ul dl dt:first-child a{

	border-top: 1px solid #D8D8D8;

}

.products_list_ul dl dt a::after{

	content: '';

	width: 0.13rem;

	height: 0.12rem;

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

	background-size: contain;

	position: absolute;

	bottom: 3px;

	left: 2%;

	transition: all 0.3s linear;

	opacity: 0;

}

.products_list_ul dl dt a:hover{

	color: var(--i_color);

}

.products_list_ul dl dt a:hover::after{

	left: 2%;

	opacity: 1;

}

.products_dl_active a{

	color: var(--i_color) !important;

	

}

.products_dl_active a::after{

	opacity: 1 !important;

}

.products_ul_active>a{

	color: var(--i_color) !important;

	background-color: #EAEAEA !important;

}



.products_ul_active ion-icon{

	transform: rotate(90deg);

	color: var(--i_color) !important;

}





.products_list_ul li.on ion-icon{

	transform: rotate(90deg);

	color: var(--i_color);

}





.products_right{

	width: calc(100% - 3.4rem);

	box-sizing: border-box;

	padding-left: 0.2rem;

}





.products_right_ul{

	display: flex;

	display: -webkit-flex;

	flex-wrap: wrap;

	gap: 0.2rem;

}

.products_right_ul li{

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

	position: relative;

    cursor: pointer;

    border-radius: .04rem;

    box-sizing: border-box;

    padding: .2rem;

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

    background: #FFF;

    overflow: hidden;

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

}

.products_right_ul li a{

	display: block;

    text-align: center;

    width: 100%;

}

.products_right_img{

	width: 100%;

    position: relative;

    overflow: hidden;

}

.products_right_img:before {

    content: "";

    display: block;

    padding-bottom: 100%;

}

.products_right_img img{

    position: absolute;

    top: 50%;

    left: 50%;

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

    width: 100%;

    height: 100%;

    object-fit: contain;

}

.products_right_txt{

    margin-top: .4rem;

}

.products_right_txt h2{

    font-size: .18rem;

    color: #333;

    font-weight: 900;

}

.products_right_txt h6{

    margin: .06rem auto .26rem;

    font-size: .14rem;

    color: #333;

    overflow: hidden;

/*    white-space: nowrap; */

    text-overflow: ellipsis;

}

.products_right_txt span{

	display: block;

    background: #f2f3f6;

    -webkit-border-radius: .1rem;

    -moz-border-radius: .1rem;

    border-radius: .1rem;

    position: relative;

    overflow: hidden;

}

.products_right_txt span i{

	font-size: .12rem;

    font-weight: bold;

    color: #444;

    line-height: .44rem;

    position: relative;

    z-index: 2;

}



.products_right_txt  span::before {

    content: '';

    position: absolute;

    left: 50%;

    transform: translate(-50%, 0);

    top: 0;

    width: 0;

    height: 100%;

    background: var(--i_color);

	transition: all .5s ease;

}





.products_right_ul .add_car {

    position: absolute;

    top: 0;

    left: 0;

    width: .7rem;

    height: .7rem;

    z-index: 2;

}

.products_right_ul .add_car span{

	position: absolute;

    top: 0;

    left: 0;

    width: 0;

    height: 0;

    border-color: transparent rgba(1, 167, 255, .2);

    border-width: 0;

    border-style: solid;

}

.products_right_ul .add_car i{

	display: block;

    opacity: .4;

    position: absolute;

    top: 0;

    left: 0;

    width: .46rem;

    height: .46rem;

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

    background-size: .22rem;

    -webkit-filter: brightness(0);

    -moz-filter: brightness(0);

    -o-filter: brightness(0);

    -ms-filter: brightness(0);

    filter: brightness(0);

}





.products_right_ul .txt span::before, .products_right_ul .txt i, .products_right_ul .add_car span, .products_right_ul .add_car i {

    -webkit-transition: all .5s ease;

    -moz-transition: all .5s ease;

    -ms-transition: all .5s ease;

    -o-transition: all .5s ease;

    transition: all .5s ease;

}



.products_right_ul li:hover .add_car span {

    border-width: 0 0 .7rem .7rem;

}



.products_right_ul li:hover .add_car i {

    opacity: 1;

    -webkit-filter: brightness(1);

    -moz-filter: brightness(1);

    -o-filter: brightness(1);

    -ms-filter: brightness(1);

    filter: brightness(1);

}

.products_right_ul li:hover .products_right_txt span::before {

    width: 100%;

}

.products_right_ul li:hover .products_right_txt i {

    color: #FFF;

}





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

	.products {padding: 0.8rem 0;}

}

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

	

}

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

	.products {padding: 0.6rem 0;}

}

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

	.products_left {width: 100%;margin-bottom: 0.4rem;}

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

	.products_h2 ion-icon{

		display: block;

	}

	.products_h2{

		display: flex;

		display: -webkit-flex;

		justify-content: center;

		align-items: center;

	}

	

}

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

	

}

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

	.products_right_ul li {

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

	}

	.products_right_txt {margin-top: .2rem;}

	.products_right_txt h6 {

		margin: .05rem auto .15rem;

	}

}

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

	

}

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

	

}









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

	

}

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

	

}

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

	

}

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

	

}

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

	

}

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



}

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

	

}

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

	

} */





/* single_products */

.single_products{

    box-sizing: border-box;

	padding: 0.5rem 0;

}

.single_products_wrap{

	display: flex;

	display: -webkit-flex;

	flex-wrap: wrap;

}

.single_products_left{

	width: 3.4rem;

}

.single_products_all{

	width: calc(100% - 3.4rem);

	display: flex;

	display: -webkit-flex;

	flex-wrap: wrap;

}

.single_products_center{

	width: 50%;

	box-sizing: border-box;

	padding-left: 0.2rem;

}







/* 鍥剧墖鏌ョ湅鍖  */

.in_grid_cont{--sm_pic_width:17%}

.in_grid_cont{ position:relative; overflow:hidden}

.in_grid_cont:before{content:""; display:block; padding-bottom:80.4%}



/* 缂╃暐鍥  */

.in_grid_list_box{position:absolute; top:0; left:0; width:var(--sm_pic_width); height:100%; box-sizing:border-box; padding:40px 0}

.in_grid_list{height:100%; overflow:hidden}

.in_grid_list .swiper-slide{cursor:pointer}



.in_grid_list .img{width:100%; height:100%; box-sizing:border-box; border:1px solid #D8D8D8; position:relative; overflow:hidden;}

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

.in_grid_list .swiper-slide-thumb-active .img{border:2px solid var(--i_color);}

.in_grid_list .swiper-slide-thumb-active img{filter: brightness(100%);-webkit-filter: brightness(100%);}

.ingrid-button-prev, .ingrid-button-next{

	position:absolute;

	left:50%;

	transform:translate(-50%,0);

	width:60px;

	height:30px;

	z-index:999;

	outline:none;

	cursor:pointer;

	-moz-user-select:none;

    -webkit-user-select:none;

    -ms-user-select:none;

    -khtml-user-select:none;

    user-select:none;

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

}

.ingrid-button-prev{top:4px; background:url(static/imgs/arrow_up_hollow_hei.svg) no-repeat center; background-size:contain}

.ingrid-button-next{bottom:4px; background:url(static/imgs/arrow_down_hollow_hei.svg) no-repeat center; background-size:contain}

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



/* 澶у浘 */

.in_grid_show_box{position:absolute; top:0; right:0; width:calc(100% - var(--sm_pic_width) - 20px); height:100%; box-sizing:border-box; padding:0 0; margin:0 auto}

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

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

.in_grid_show .swiper-slide{

	height:100%;

	display:-webkit-box;

	display:-ms-flexbox;

	display:-webkit-flex;

	display:flex;

	flex-shrink:0;

	position:relative;

	cursor:pointer;

}



.in_grid_show .img{width:100%; height:100%; position:relative; overflow:hidden}

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



.ingrid-pagination{

	display:block;

	position: absolute;

	top: 0.2rem;

	right: 0.2rem;

	width: 0.5rem;

	height: 0.5rem;

	background-color: rgba(1, 167, 255, .15);

	border-radius: 50%;

	display: flex;

	display: -webkit-flex;

	justify-content: center;

	align-items: center;

	font-size: 0.18rem;

	color: var(--i_color);

	z-index: 3;

}

.ingrid-pagination .swiper-pagination-bullet{width:8px; height:8px; display:inline-block; margin:0 4px; background:#E5E5E5; -webkit-border-radius:50%; -moz-border-radius:50%; -o-border-radius:50%; border-radius:50%; outline:none}

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



.in_grid_cont:before{display:none}

.in_grid_show_box{position:initial; width:100%;border-radius: 0.04rem;overflow: hidden;border: 1px solid #D8D8D8;}

.in_grid_show .img{width:100%; position:relative; overflow:hidden}

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

.in_grid_show .img img{position:absolute; top:50%; left:50%; transform:translate(-50%,-50%)}

.in_grid_list_box{margin-top:0.3rem; padding:0 0; position:relative; width:100%; height:initial}

.in_grid_list{width:calc(100% - 60px); margin:0 auto}

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

.in_grid_list_box .swiper-slide{height:100%; display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex; flex-shrink:0; position:relative; cursor:pointer}

.in_grid_list .img{height:auto;border-radius: 0.04rem;}

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

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

.ingrid-button-prev, .ingrid-button-next{top:50%; transform:translate(0,-50%); width:30px; height:50px;}

.ingrid-button-prev{left:0; background: url(static/imgs/arrow_left_hollow_heiss.svg) no-repeat center; background-size:18px}

.ingrid-button-next{left:initial; right:0; background: url(static/imgs/arrow_right_hollow_heiss.svg) no-repeat center; background-size:18px}



.ingrid-button-prev:hover{

	background:#b2d0ef url(static/imgs/arrow_left_hollow_heiss.svg) no-repeat center;

	background-size:18px;

	

}

.ingrid-button-next:hover{

	background:#b2d0ef url(static/imgs/arrow_right_hollow_heiss.svg) no-repeat center;

	background-size:18px

}













.single_products_right{

	width: 50%;

	box-sizing: border-box;

	padding-left: 0.2rem;

}

.single_products_right h1{

    font-size: 0.36rem;

	font-weight: bold;

	color: #333;
	line-height: 120%;
	margin-bottom: 0.1rem;

} 

.single_products_div{

	display: flex;

	display: -webkit-flex;

}

.single_products_p{

    display: flex;

    display: -webkit-flex;

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

}

.single_products_p p{

    font-size: 0.2rem;

    color: #333;

}

.single_products_p h2{

	font-size: 0.2rem;

	color: var(--i_color2);

} 

.single_products_p a{

	font-size: 0.2rem;

	color: var(--i_color2);

	display: inline-block;

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

	line-height: 0.2rem;

} 







.p_share {

	margin-left: auto;

	position: relative;

}

.p_share dl {

	display: -webkit-flex;

	display: flex;

	flex-wrap: wrap;

	align-items: center;

}

.p_share dt {

	margin-right: 0.1rem;

}

.p_share dt a{

	display: flex;

	align-items: center;

	width: 100%;

}

.p_share dt img {

	height: 0.25rem;

}

.p_share dd {

	position: relative;

}

.p_share p {

	background: var(--i_color);

	padding: 0 16px;

	border-radius: 0.04rem;

	cursor: pointer;

	overflow: hidden

}

.p_share p i {

	padding-left: .2rem;

	font-size: .16rem;

	line-height: .3rem;

	color: #FFF;

	background: url(static/imgs/p_share_ico.svg) no-repeat left center;

	background-size: 16px

}

.p_share_list {

	display: none;

	position: absolute;

	right: 0;

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

	background: #FFF;

	z-index: 2;

}

.p_share_list.on {

	display: block

}

.p_share_list li {}

.p_share_list a {

	padding: 0 20px;

	display: -webkit-flex;

	display: flex;

	align-items: center;

	flex-wrap: nowrap

}

.p_share_list i {

	margin-right: 8px;

	width: 18px;

	height: 18px;

	overflow: hidden

}

.p_share_list img {

	width: 100%;

	height: 100%;

	object-fit: contain;

	-webkit-filter: brightness(0);

	-moz-filter: brightness(0);

	-o-filter: brightness(0);

	-ms-filter: brightness(0);

	filter: brightness(0)

}

.p_share_list b {

	font-size: 14px;

	color: #555;

	line-height: 36px

}

.p_share_list li:hover {

	background: rgb(0 0 0 / 6%)

}



.single_products_tp{

   display: flex;

   display: -webkit-flex;

   flex-wrap: wrap;

   gap: 0.1rem;

   box-sizing: border-box;

   padding: 0.2rem 0;

   border-bottom: 1px solid #D2D2D2;

   margin-bottom: 0.2rem;

}

.single_products_tp li{

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

   position: relative;

   overflow: hidden;

   border: 1px solid #D2D2D2;

}

.single_products_tp li::after{

	content: '';

	display: block;

	padding-bottom: 60%;

}

.single_products_tp li img{

   width: 100%;

   height: 100%;

   position: absolute;

   top: 50%;

   left: 50%;

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

   object-fit: contain;

}



.single_products_cs{



}

.single_products_cs li{

	font-size: 0.2rem;

	color: #333;

}



.single_products_text{

    box-sizing: border-box;

	padding: 0.2rem 0 0.2rem 0.2rem;

}

.single_products_text li{

	font-size: 0.16rem;

	line-height: 0.3rem;

	color: #999;

}

.single_products_text li i{

	font-family: Arial, Helvetica, sans-serif;

}

.single_products_tag{

	display: flex;

	display: -webkit-flex;

	flex-wrap: wrap;

	gap: 0.1rem 0.15rem;

}

.single_products_tag h3{

    font-size: 0.16rem;

	color: #333;

	font-weight: bold;

}

.single_products_tag a{

	font-size: 0.16rem;

	color: #333;

	transition: all 0.3s ease;

}

.single_products_tag a:hover{

	color: var(--i_color2);

}

.single_products_img{

    max-width: 100%;

	margin: 0.1rem 0 0.2rem 0;

}

.single_products_img img{

	width: 4.46rem;

	max-width: 100%;

}

.single_products_btn{

    display: flex;

	display: -webkit-flex;

	justify-content: space-between;

}

.single_products_btn a{

	box-sizing: border-box;

	padding: 0.1rem;

	width: 48%;

	border-radius: 0.02rem;

	display: flex;

	display: -webkit-flex;

	align-items: center;

	justify-content: center;
	transition: all 0.3s ease;

}

.single_products_btn ion-icon{

	font-size: 0.24rem;

	color: #fff;

	margin-right: 0.05rem;

}

.single_products_btn h4{

	font-size: 0.2rem;

	color: #fff;

	text-transform: uppercase;

}

.single_products_btn a:nth-child(1){

	background-color: var(--i_color);

}

.single_products_btn a:nth-child(2){

	background-color: var(--i_color2);

}
.single_products_btn a:nth-child(1):hover{
	background-color: var(--i_color2);
}
.single_products_btn a:nth-child(2):hover{
	background-color: var(--i_color);
}






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

	.single_products {padding: 0.8rem 0;}

}

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

	

}

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

	.single_products {padding: 0.6rem 0;}

}

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

	.single_products_all{width: 100%;}

	.single_products_left {width: 100%;margin-bottom: 0.4rem;}

	.single_products_center {width: 50%;padding-left: 0rem;}

	.single_products_right {width: 50%;}

}

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

	

}

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

	.single_products_center {width: 60%;}

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

	.single_products_wrap {justify-content: center;}
	.single_products_all {
		justify-content: center;
	}
	
}

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

	.single_products_center {width: 80%;}

}

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

	.single_products_center {width: 100%;}

}





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

.single_bjj{

    box-sizing: border-box;
    padding-top: 15px;
	padding-left: 0.2rem;

	width: 100%;

}

.single_bjj_area{

    margin-top: 0.4rem;

	width: 100%;

}





.p_det_list {

/*	margin-bottom: .4rem; */

	display: -webkit-flex;

	display: flex;

	flex-wrap: nowrap;

	background: #f8f8f8;

	position: relative;

	overflow: hidden;



}

.p_det_list::before {

	content: '';

	position: absolute;

	left: 0;

	bottom: 0;

	width: 100%;

	height: 1px;

	background: var(--border_color);

}

.p_det_list li {

	text-align: center;

	position: relative;

	cursor: pointer;

	width: 20%;

}

.p_det_list li::before {

	content: '';

	position: absolute;

	left: 0;

	top: 100%;

	width: 100%;

	height: 2px;

	background: var(--i_color);

	z-index: 2;

}

.p_det_list li::after {

	content: '';

	position: absolute;

	left: 0;

	bottom: 0;

	width: 100%;

	height: 0;

	background: #FFF;

	z-index: 1;

}

.p_det_list a {

	display: block;

	padding: 0 0.3rem;

	font-size: 0.14rem;

	color: #3e3a39;

	font-weight: bold;

	line-height: 0.5rem;

	overflow: hidden;

	white-space: nowrap;

	text-overflow: ellipsis;

	text-transform: uppercase;

	position: relative;

	z-index: 3;

}



.p_det_list .current::before,

.p_det_list li:hover::before {

	top: 0;

}

.p_det_list .current::after,

.p_det_list li:hover::after {

	height: 100%;

}

.p_det_list .current a,

.p_det_list li:hover a {

	color: var(--i_color);

}

.p_det_list li::before,

.p_det_list li::after,

.p_det_list a {

	-webkit-transition: all .5s ease;

	-moz-transition: all .5s ease;

	-ms-transition: all .5s ease;

	-o-transition: all .5s ease;

	transition: all .5s ease

}



.p_det_show {

	overflow: hidden;

}

.p_det_show dt,

.p_det_show dt * {

	font-size: 0.16rem;

	color: #555;

	line-height: 0.22rem;

	overflow: hidden;

}



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

	.p_det_list {

		box-sizing: border-box;

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

		flex-wrap: wrap;

	}

	.p_det_list::before {

		display: none;

	}

	.p_det_list li {

		width: 50%;

	}

	.p_det_list li::before {

		display: none;

	}

	.p_det_list .current::before {

		display: block;

	}

	.p_det_list a {

		padding: 0.2rem 0.3rem;

		line-height: 0.2rem;

		white-space: normal;

	}
	.single_bjj{padding-left: 0;}
}

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

	.p_det_show dt,

	.p_det_show dt * {

		font-size: 0.17rem;

		line-height: 0.24rem;

	}

}

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







/* hot_products */

.hot_products_bac{

	box-sizing: border-box;

	padding: 0.8rem 0;

	background-color: #F6F6F6;

}







/*  */

.hot_partner_box{}



.hot_partner{position:relative}

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

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

.hot_partner_list li{

	display:-webkit-box;

	display:-ms-flexbox;

	display:-webkit-flex;

	display:flex;

	flex-shrink:0;

	position:relative;

	cursor:pointer;

}



.hot_partner_list .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 .pt-pagination{display:none; text-align:center; margin:20px auto 0}

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

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

/* 左右箭头 */

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

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

	position:absolute;

	top:50%;

	left:50%;

	font-size:0.3rem;

	color:#FFF;

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

	letter-spacing:-2px;

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

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

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

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

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

}

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

	background-color: var(--i_color2);

}













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

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

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

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



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

	

}

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

	

}

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

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

	.hot_partner .pt-pagination{display:block}

	.hot_products_bac {padding: 0.6rem 0;}

}

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

	.hot_products_area .i_products_list{flex-wrap: nowrap;}

}

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

	

}

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

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

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

}





/* 下载列表 */



.download{

    box-sizing: border-box;

}

.download_list{

   box-sizing: border-box;

   padding: 0.4rem 0;

}

.download_list li{

   margin-bottom: 0.2rem;

}

.download_list li a{

   display: flex;

   display: -webkit-flex;

   align-items: center;

   box-sizing: border-box;

   padding-bottom: 0.1rem;

   position: relative;

   border-bottom: 1px solid #D8D8D8;

   transition: all 0.3s ease;

}



.download_list i{

   display: block;

   width: 0.6rem;

   height: 0.6rem;

   border-radius: 50%;

   position: relative;

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

   box-sizing: border-box;

   background-color: var(--i_color);

   transition: all 0.3s ease;

}

.download_list i::after{

    content: '';

    position: absolute;

    top: 50%;

    left: 50%;

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

    width: 0.34rem;

    height: 0.34rem;

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

    background-size: 0.34rem;

    transition: all 0.3s ease;

}

.download_list h2{

    font-size: 0.18rem;

    color: #222222;

    width: calc(100% - 0.86rem);

    box-sizing: border-box;

    padding: 0 2%;

    transition: all 0.3s ease;

    overflow:hidden;

    white-space: nowrap;

    text-overflow: ellipsis;

    box-sizing: border-box;

}

.download_list img{

    width: 0.26rem;

    filter: brightness(0);

}



.download_list li a:hover h2{

    color: var(--i_color);

}

.download_list li a:hover i{

    background-color: transparent;

}

.download_list li a:hover i::after{

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

    background-size: 0.34rem;

}

.download_list li a:hover img{

    filter: brightness(1);

}



/* faq */



.faqs{

	display: flex;

	display: -webkit-flex;

	flex-wrap: wrap;

}

.faqs li{

	width: 100%;

	margin-bottom: 0.35rem;

	transition: all 0.5s ease;

}



.faqs_top{

	background-color: #efefef;

	box-sizing: border-box;

	padding: 0.18rem 0.4rem;

	display: flex;

	display: -webkit-flex;

	align-items: center;

	transition: all 0.5s ease;

}

.faqs_top i{

    display: block;

	width: 0.25rem;
	min-width: 0.25rem;
	height: 0.23rem;

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

    background-size: contain;

}

.faqs_top h2{

	font-size: 0.18rem;

	font-weight: bold;

	color: var(--i_color);

	box-sizing: border-box;

	padding-left: 0.1rem;

	transition: all 0.5s ease;

}

.faqs_bto{

	box-sizing: border-box;

	padding: 0.25rem 4.5%;

	border: 1px solid #d1d1d1;

	border-top: 0px;

}

.faqs_bto p{

	font-size: 0.16rem;

	color: #787878;

	line-height: 0.24rem;

}



.faqs li:hover .faqs_top{

	background-color: var(--i_color);

}

.faqs li:hover h2{

	color: white;

}

.faqs li:hover i{

	filter: brightness(10000);

}

.faqs li:hover{

	box-shadow: 0 0 8px rgba(0,0,0,0.2);

}







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

	

}

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

	

}

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

	.faqs_top {
		padding: 0.1rem 0.2rem;

	}

}

@media screen and (max-width:425px){
	.faqs_top {
		padding: 0.1rem;

	}
	

}









/* mobile bottom menu */

.f_menu {

	display: none;

	position: fixed;

	left: 0;

	bottom: 0;

	width: 100%;

	height: var(--f_menu_height);

	flex-wrap: nowrap;

	background: #FFF;

	box-shadow: 0 0 10px rgb(0 0 0 / 10%);

	overflow: hidden;

	z-index: 9999999

}

.f_menu li {

	width: 100%;

	box-sizing: border-box

}

.f_menu li:not(:last-child) {

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

}

.f_menu a {

	display: flex;

	align-items: center;

	justify-content: center;

	box-sizing: border-box;

	height: 100%;

	text-align: center;

	overflow: hidden

}

.f_menu i {

	display: inline-block;

	padding-left: 24px;

	font-size: 13px;

	color: #555;

	line-height: 16px

}



.f_menu li:nth-child(1) i {

	background: url(static/imgs/home.svg) no-repeat left center;



	background-size: 22px

}

.f_menu li:nth-child(2) i {

	background: url(static/imgs/whatsapp.svg) no-repeat left center;

	background-size: 16px

}

.f_menu li:nth-child(3) i {

	background: url(static/imgs/email.svg) no-repeat left center;

	background-size: 18px

}



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

	.f_menu {

		display: -webkit-flex;

		display: flex

	}

	footer {

		padding-bottom: var(--f_menu_height);

	}

}

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

	.f_menu i {

		padding-left: 0;

		padding-top: 0.3rem;

	}

	.f_menu li:nth-child(1) i {

		background: url(static/imgs/home.svg) no-repeat top center;

		background-size: 22px

	}

	.f_menu li:nth-child(2) i {

		background: url(static/imgs/whatsapp.svg) no-repeat top center;

		background-size: 16px

	}

	.f_menu li:nth-child(3) i {

		background: url(static/imgs/email.svg) no-repeat top center;

		background-size: 18px

	}

}

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

	.f_menu i {

		font-size: 12px;

	}

}









/* aside */

.aside_right {

	position: fixed;

	right: 30px;

	bottom: 16%;

	z-index: 999999

}

.aside_right ul {}

.aside_right li {

	margin: .1rem 0;

	-webkit-border-radius: 50%;

	border-radius: 50%;

	position: relative;

	overflow: hidden;

	cursor: pointer

}

.aside_right li>a {

	display: block;

	width: .5rem;

	height: .5rem;

	background: rgba(0, 0, 0, .7);

	display: flex;

	justify-content: center;

	align-items: center;

	z-index: 3

}



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

}



.side_tel_box,

.side_qr_box {

	position: absolute;

	box-shadow: -1px 2px 6px rgba(0, 0, 0, .2);

	display: flex;

	justify-content: center;

	align-items: center;

	z-index: -1

}

.side_tel_box {

	top: 0;

	right: -300px;

	width: 180px;

	min-height: 100%;

	background: #FFF

}

.side_qr_box {

	top: 50%;

	transform: translate(0, -50%);

	right: -180px;

	width: 120px;

	height: 120px;

	background: #FFF

}



.side_tel_box h6 {

	padding: 8px 0;

	font-size: 14px;

	color: #666

}

.side_tel_box h6 a {

	line-height: 20px

}

.side_tel_box a:hover {

	color: var(--i_color)

}

.side_qr_box img {

	width: 90%;

	height: 90%

}



.aside_right li:hover .side_tel_box,

.aside_right li:hover .side_qr_box {

	right: 48px

}



.side_tel_box,

.side_qr_box {

	-webkit-transition: all .3s ease;

	-moz-transition: all .3s ease;

	-ms-transition: all .3s ease;

	-o-transition: all .3s ease;

	transition: all .3s ease

}



.aside_close {

	position: absolute;

	top: .3rem;

	right: .3rem;

	display: block;

	width: .3rem;

	height: .3rem;

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

	background-size: 30px;

	cursor: pointer

}

.aside_close:hover {

	-webkit-transform: rotate(180deg);

	transform: rotate(180deg)

}

.aside_close {

	-webkit-transition: all 0.5s ease;

	transition: all 0.5s ease

}



#aside_mask_bg {

	display: none;

	position: fixed;

	top: 50%;

	transform: translate(0, -50%);

	left: 0%;

	width: 100%;

	height: 100%;

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

	z-index: 9999999999998;

}

#aside_sc_from {

	display: none;

	position: fixed;

	top: 50%;

	left: 50%;

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

	width: 800px;

	box-sizing: border-box;

	padding: 30px 30px 40px;

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

	z-index: 9999999999999;

	overflow: auto

}

#aside_sc_from .tit {

	margin-bottom: .4rem

}

#aside_sc_from .tit h1 {

	text-align: center;

	font-size: .26rem;

	color: var(--i_color);

	font-weight: bold;

	line-height: .3rem

}



#wpforms-51 {

	--input_font_color: rgb(0 0 0 / 50%);

	--input_font_size: 14px;

	--input_height: 42px

}

#wpforms-51 {

	width: 100%;

	margin: 0 auto;

	padding: 0

}

#wpforms-form-51 {

	width: 100%;

	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-error-container {

	line-height: 16px

}

#wpforms-51 .wpforms-field-container {

	width: 100%;

	display: -webkit-flex;

	display: flex;

	flex-wrap: wrap;

	overflow: hidden

}

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

	font-size: 0

}

#wpforms-51 .wpforms-required-label {

	position: absolute;

	top: 17px;

	left: 5px;

	font-size: 16px;

	color: #F00

}

#wpforms-51 .wpforms-field {

	width: 100%;

	margin-bottom: 0;

	padding-bottom: 18px;

	background: transparent;

	position: relative;

	overflow: hidden

}

#wpforms-51 input {

	height: var(--input_height)

}

#wpforms-51 textarea {

	min-height: 100px

}

#wpforms-51 input,

#wpforms-51 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-51 input::-webkit-input-placeholder {

	color: var(--input_font_color);

	font-size: var(--input_font_size)

}

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

	color: var(--input_font_color);

	font-size: var(--input_font_size)

}

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

	color: var(--input_font_color);

	font-size: var(--input_font_size)

}

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

	color: var(--input_font_color);

	font-size: var(--input_font_size)

}

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

	color: var(--input_font_color);

	font-size: var(--input_font_size)

}

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

	color: var(--input_font_color);

	font-size: var(--input_font_size)

}

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

	color: var(--input_font_color);

	font-size: var(--input_font_size)

}

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

	color: var(--input_font_color);

	font-size: var(--input_font_size)

}

#wpforms-51 #wpforms-51-field_1-error,

#wpforms-51 #wpforms-51-field_2-error,

#wpforms-51 #wpforms-51-field_3-error,

#wpforms-51 #wpforms-51-field_5-error {

	position: absolute;

	font-size: 13px

}

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

	width: 100%;

	height: 34px;

	font-size: 14px;

	color: #FFF;

	line-height: 34px;

	cursor: pointer;

	text-transform: uppercase;

	position: relative;

	z-index: 2

}

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

	position: absolute;

	top: 50%;

	transform: translate(0, -50%);

	right: 4px

}

#wpforms-51 .wpforms-submit-container:after {

	display: none;

	content: "";

	position: absolute;

	top: 0;

	left: 0;

	box-sizing: border-box;

	width: 100%;

	height: 100%

}

#wpforms-51 .wpforms-submit-container:hover:after {

	display: block

}

#wpforms-51 .wpforms-submit-container:hover {

	background: #FFF

}

#wpforms-51 .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 li:not(:last-child) {

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

		height: 34px;

	}

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

		height: 30px;

		line-height: 30px;

		font-size: 14px;

	}

}

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

	#aside_sc_from .tit h1 {

		font-size: 0.24rem;

	}

}







/* 感谢页面 */

.thanks{padding-top: 1rem; margin:0px auto 1rem; text-align:center;box-sizing: border-box; }

.thanks h2{margin-bottom:20px; font-size:0.3rem; color:#222; font-weight:bold}

.thanks a{z-index: 2; display: flex;display: -webkit-flex;justify-content: center; position: relative; transition: all 1s ease;}







.btns {

	height: 4em;

	width: 12em;

	display: flex;

	align-items: center;

	justify-content: center;

	background: transparent;

	border: 0px solid black;

	cursor: pointer;

  }

  .btns:hover p{

	  color: var(--i_color);

  }  

  .wrapperss {

	height: 2em;

	width: 8em;

	position: relative;

	background: transparent;

	display: flex;

	justify-content: center;

	align-items: center;

  }

  

.thanks  .text {

	font-size: 17px;

	z-index: 1;

	color: #000;

	padding: 4px 12px;

	border-radius: 4px;

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

	transition: all 0.5s ease;

  }

  

  .flower {

	display: grid;

	grid-template-columns: 1em 1em;

	position: absolute;

	transition: grid-template-columns 0.8s ease;

  }

  

  .flower1 {

	top: -12px;

	left: -13px;

	transform: rotate(5deg);

  }

  

  .flower2 {

	bottom: -5px;

	left: 8px;

	transform: rotate(35deg);

  }

  

  .flower3 {

	bottom: -15px;

	transform: rotate(0deg);

  }

  

  .flower4 {

	top: -14px;

	transform: rotate(15deg);

  }

  

  .flower5 {

	right: 11px;

	top: -3px;

	transform: rotate(25deg);

  }

  

  .flower6 {

	right: -15px;

	bottom: -15px;

	transform: rotate(30deg);

  }

  

  .petal {

	height: 1em;

	width: 1em;

	border-radius: 40% 70% / 7% 90%;

	background: linear-gradient(var(--i_color), #b3ffed);

	border: 0.5px solid #ffffff;

	

	z-index: 0;

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

  }

  

  .two {

	transform: rotate(90deg);

  }

  

  .three {

	transform: rotate(270deg);

  }

  

  .four {

	transform: rotate(180deg);

  }

  

  .btns:hover .petal {

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

	border: 0.5px solid #FFEFF6;

	

  }

  

  .btns:hover .flower {

	grid-template-columns: 1.5em 1.5em;

  }

  

  .btns:hover .flower .petal {

	width: 1.5em;

	height: 1.5em;

  }

  

  .btns:hover .text {

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

  }

  

  .btns:hover div.flower1 {

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

  }

  

  @keyframes flower1 {

	0% {

	  transform: rotate(5deg);

	}

  

	100% {

	  transform: rotate(365deg);

	}

  }

  

  .btns:hover div.flower2 {

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

  }

  

  @keyframes flower2 {

	0% {

	  transform: rotate(35deg);

	}

  

	100% {

	  transform: rotate(-325deg);

	}

  }

  

  .btns:hover div.flower3 {

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

  }

  

  @keyframes flower3 {

	0% {

	  transform: rotate(0deg);

	}

  

	100% {

	  transform: rotate(360deg);

	}

  }

  

  .btns:hover div.flower4 {

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

  }

  

  @keyframes flower4 {

	0% {

	  transform: rotate(15deg);

	}

  

	100% {

	  transform: rotate(375deg);

	}

  }

  

  .btns:hover div.flower5 {

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

  }

  

  @keyframes flower5 {

	0% {

	  transform: rotate(25deg);

	}

  

	100% {

	  transform: rotate(-335deg);

	}

  }

  

  .btns:hover div.flower6 {

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

  }

  

  @keyframes flower6 {

	0% {

	  transform: rotate(30deg);

	}

  

	100% {

	  transform: rotate(390deg);

	}

  }







































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

	.thanks{padding-top: 60px;}

	

}

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

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

	

}

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

	

}









/* 搜索页 */

.search{background-color: white;}

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

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

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

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

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

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







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

	.in_search_tit{}

	.in_search_tit h2{font-size:32px}

	.in_search_tit p{font-size:22px}

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

}

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

	.in_search_tit h2{font-size:28px}

	.in_search_tit p{font-size:20px}

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

}

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

	.in_search_tit{padding-bottom:60px}

	.in_search_tit h2{font-size:26px}

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

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

}

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

	.in_search_list li{margin-bottom:30px}

	.in_search_tit h2{font-size:24px}

	.in_search_tit p{font-size:17px}

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

}

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

	.in_search_tit{padding-bottom:40px}

	.in_search{width:90%}

	.in_search_tit h2{font-size:22px}

	.in_search_tit p{font-size:16px}

	

	

}

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

	.in_search_tit{padding-bottom:34px}

	.in_search{width:94%}

	.in_search_tit h2{font-size:20px}

	.in_search_tit p{font-size:14px}

	.in_search .search_ipt{line-height:38px}

	.in_search .search_btn{height:38px; line-height:38px}

}







/* search results list */

.in_search_list {

	padding-bottom: .6rem;

	overflow: hidden;

}

.in_search_list li {

	box-sizing: border-box;

	border: 1px solid var(--border_color);

	margin-bottom: 0.26rem;

}

.in_search_list a {

	display: block;

	padding: .2rem;

}

.in_search_list h2 {

	font-size: 0.18rem;

	color: #212121;

	font-weight: bold;

	position: relative;

	overflow: hidden;

	white-space: nowrap;

	text-overflow: ellipsis;

}

.in_search_list h6 {

	margin: .1rem 0;

	font-size: 0.14rem;

	color: #666;

	overflow: hidden;

	white-space: nowrap;

	text-overflow: ellipsis;

}

.in_search_list i {

	display: inline-block;

	padding: .06rem .1rem;

	font-size: 0.13rem;

	color: var(--i_color);

	background: #EDEDED;

	-webkit-border-radius: .04rem;

	border-radius: .04rem;

}



@media screen and (max-width:1024px) {

	.in_search_list h2 {

			font-size: 0.15rem;

			white-space: initial;

	}

	.in_search_list h6 {

			font-size: 0.13rem;

	}

	.in_search_list i {

			font-size: 0.12rem;

	}

}

@media screen and (max-width:959px) {}

@media screen and (max-width:767px) {

	.in_search_list li {

			margin-bottom: 0.2rem;

	}

}

@media screen and (max-width:560px) {

	.in_search_list {

		padding-bottom: .3rem

	}

}













/* 404 */

.in404{position:absolute; top:0; left:0; width:100%; height:100%; background:#FFF}

.in404_text{position:absolute; top:44%; left:50%; transform:translate(-50%,-50%); width:80%; text-align:center}

.in404_text h1{font-size:220px; color:#BBB}

.in404_text h6{margin:10px auto 30px; font-size:18px; color:#999}

.in404_text a{display:inline-block; padding:0 40px; line-height:32px; font-size:15px; color:#999; border:2px solid #DDD; -webkit-border-radius:100px; -moz-border-radius:100px; border-radius:100px}



@media screen and (max-width:959px){

.in404_text h1{font-size:180px}

}

@media screen and (max-width:767px){

	.in404_text h1{font-size:140px}

	.in404_text h6{font-size:16px}

	.in404_text a{font-size:14px}

}

@media screen and (max-width:560px){

	.in404_text h1{font-size:70px}

	.in404_text h6{margin:10px auto 18px; font-size:14px; line-height:20px}

	.in404_text a{font-size:13px}

}



/* 隐私政策 */

.privacy{margin-bottom: 100px;padding-top: 70px;}

#header{background-color: rgb(0 0 0 / 57%) !important;}

.privacy_cont{}

.privacy_cont .tit{margin-bottom:30px}

.privacy_cont .tit h2{font-size:24px; text-align:center; font-weight:bold}

.privacy_cont article, .privacy_cont article *{font-size:14px; color:#666; line-height:24px}

.foot {top: 130px;}

.privacy ol {padding: 0px;}

@media screen and (max-width:1200px){

	.privacy{margin-bottom: 50px;}

}

@media screen and (max-width:959px){

	.privacy{margin-bottom: 30px;}

}







/* tag */



.tag{

	box-sizing: border-box;

	padding: 1rem 0;

	

}

.tag>h2{

	font-size: 0.4rem;

	font-weight: bold;

	text-transform: uppercase;

	color: #333;

	text-align: center;

}



.tag .products_all_right{

	width: 100%;

}

.tag>p{

	font-size: 0.2rem;

	color: #333;

	margin: 0.2rem 0 0.4rem 0;

	text-align: center;

}

.tag_list{

 

} 

.tag_list .products_list li{

	width: calc((100% - 1.2rem) / 4);

}











@media screen and (max-width:1600px) {

	

}

@media screen and (max-width:1440px) {

	

	.tag{padding: 0.8rem 0;}

}

@media screen and (max-width:1366px) {

	

}

@media screen and (max-width:1200px) {

	.tag{padding: 0.6rem 0;}

}

@media screen and (max-width:1024px) {

	

}

@media screen and (max-width:960px) {

	

}

@media screen and (max-width:767px) {

	.tag_list .products_list li{

		width: calc((100% - 0.2rem) / 2);

	}

	

}

@media screen and (max-width:560px) {

	

}

@media screen and (max-width:425px) {

	

}











/* 编辑器 */

/* article,

article p {

        font-size: 0.18rem;

        color: #444;

        line-height: 0.24rem;

} */

/* 重置标签样式 */

article,

article * {

        margin: revert;

        padding: revert;

        list-style: revert;

        color: revert;

}

article p{min-height: 12px;}

article a {

        text-decoration: underline;

}

article figure {

        margin-left: auto;

        margin-right: auto;

}

.wp-block-column figure img {

        width: 100%;

}

article img {

        /* margin-top: 0.3rem;

        margin-bottom: 0.3rem; */

        max-width: 100% !important;

        height: initial !important

}

article strong,

article strong p,

article strong b,

article strong i,

article strong span,

article b,

article h1,

article h2,

article h3,

article h4,

article h5,

article h6 {

        font-weight: bold;

}



/* article ul,article li,article ol{list-style: revert;} */

/* article ul,article ol{padding-left: 0.22rem;margin-top: 0.3rem;margin-bottom: 0.3rem;}

article li{margin-top: .1rem;margin-bottom: 0.1rem;} */





article .aligncenter {

        text-align: center;

        margin-left: auto;

        margin-right: auto;

}

article .has-text-align-center {

        text-align: center;

}

article .wp-caption {

        max-width: 100% !important;

}



/* 默认表格 */

article table {

        margin-top: 0.2rem;

        margin-bottom: 0.2rem;

        width: 100% !important;

        max-width: 100% !important;

        background: #FFF;

        border-collapse: collapse !important;

        border-spacing: 0 !important;

        overflow-x: auto;

}

article tbody {

        width: 100% !important;

        max-width: 100% !important

}

article table tr,

article table td {

        max-width: 100% !important

}

article table tr,

article table td,

article table tr p,

article table td p {

        margin: 0;

        padding: 0

}

/* article table tr:nth-child(odd) {

        background: rgba(0, 0, 0, .04)

} */

article table td {

        padding: 8px;

        border: 1px solid var(--border_color)

}





.form_hide{

	display: none !important;

}




/* Jump map */
.jump_map {
	cursor: pointer;
}
#jump_map_box {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 800px;
	box-sizing: border-box;
	padding: 0;
	background: rgb(255 255 255 / 100%);
	z-index: 9999999999999;
	overflow: auto
}
.jump_map_close {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: .4rem;
	height: .4rem;
	background: var(--i_color) url(static/imgs/close_2_bai.svg) no-repeat center;
	background-size: 30px;
	cursor: pointer
}
.jump_map_close:hover {
	background-color: var(--i_color2);
}
/* .jump_map_close:hover {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg)
}
.jump_map_close {
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease
} */
@media screen and (max-width:1024px) {
	#jump_map_box {
		width: 94%;
	}
}
@media screen and (max-width:767px) { #mN01{display: none;}}
@media screen and (max-width:560px) {}







.abc {}


.bannner_text1 h2{
	color: white !important;
}

.bannner_text1 a{
	color: white !important;
}

#mN01 a{
	color:white; }
	
	
.pdt01{
    height: 30px !important;
    line-height: 30px !important;
    background-color: #f5f5f5 !important;
    width: 100% !important;
    padding: 7px !important;
    font-weight: 600;
    font-size: 14px !important;
    color: #2aa5fb !important;
    border-bottom: #2aa5fb 2px solid;
    font-family: sans-serif;
    font-style: italic;
}

.faqs{
	padding-top: 15px;
}

.kpp01{
padding-top: 15px; font-weight: 500; }

.kpp02{
font-weight:600; color: red; }

.home_about_right .i_v_btn{
display: none !important;}

