/*
Theme Name: UPS
Version: 1.0
Description:
Author:
*/
@charset "utf-8";

:root {
	--i_color: #109E72;
	--header_height:1rem;
	--border_color:#E6E6E6
}
@media screen and (max-width:1024px) {
	:root {
		--header_height: 60px;
	}
}





.wrap{width: 1400px; margin-left: auto; margin-right: auto;}
.wrap2{width: 94%; margin-left: auto; margin-right: auto;}
.wrap_l{box-sizing: border-box; padding-left: calc((100vw - 1400px) / 2);}
.wrap_r{box-sizing: border-box; padding-right: calc((100vw - 1400px) / 2);}

@media screen and (min-width:1921px) {
	.wrap{width: 88vw;}
	.wrap_l{padding-left: 6vw;}
	.wrap_r{padding-right: 6vw;}
}
@media screen and (max-width:1440px) {
	.wrap{width: 88vw;}
	.wrap_l{padding-left: 6vw;}
	.wrap_r{padding-right: 6vw;}
}
@media screen and (max-width:1024px) {
	.wrap{width: 94%;}
	.wrap_l{padding-left: 3vw;}
	.wrap_r{padding-right: 3vw;}
}






/* header */
header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 2014;
}
header::before{content: '';position: absolute;left: 0; top: 0; width: 100%; height: 100%; background: rgb(0 0 0 / 50%); transition:all 1s ease;}
header.header_onFixed::before, header.header_on::before, header:hover::before{background: #333}

@media screen and (max-width:1024px) {
	header::before{background: var(--i_color) !important;}
}

header .wrap{display:flex; flex-wrap:nowrap; align-items: center; position: relative;}





/* logo */
.logo {
	flex-shrink: 0;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	height: var(--header_height);
}
.logo a {
	display: -webkit-flex;
	display: flex;
	align-items: center;
	height: 100%;
}
.logo img {max-width: 2rem; max-height: 75%;}
@media screen and (max-width:1366px) {
	.logo img {max-height: 65%;}
}
@media screen and (max-width:1024px) {
	.logo img {max-height: 70%;}
}





/* 导航 */
@media screen and (min-width:1025px) {
	.i_nav {
		margin-left: auto;
		display: -webkit-flex;
		display: flex;
		flex-wrap: nowrap;
		align-items: center;
		justify-content: space-between;
		gap: 0 .5rem;
		position: relative;
		z-index: 2014;
	}

	.i_nav>li {position: relative;}

	.i_nav>li>a {
		text-align: center;
		height: var(--header_height); display:flex; flex-wrap:wrap; align-items: center; justify-content: center;
		font-size: .18rem;
		color: #FFF;
		white-space: nowrap;
		position: relative;
		font-weight: 300;
	}
	.i_nav>li>a::before{content: ''; position: absolute; left: 0; bottom: 35%; width: 0; height: 1px; background: #FFF; transition:all .5s ease;}
	.i_nav>.current-menu-item>a::before,
	.i_nav>.current-category-ancestor>a::before,
	.i_nav>.current-post-ancestor>a::before,
	.i_nav>.current-menu-ancestor>a::before,
	.i_nav>.current-menu-parent>a::before,
	.i_nav>li:hover>a::before,
	.i_nav>li.active>a::before
	{width: 100%;}

	.nav_products .sub-menu {display: none !important;}

	.i_nav .sub-menu {
		display: none;
		position: absolute;
		left: 0;
		top: var(--header_height);
		min-width: 1.5rem;
		background: #FFF;
		box-shadow: 4px 4px 16px rgb(0 0 0 / 20%);
		font-size: 0;
	}

	.i_nav .sub-menu li {
		position: relative;
	}
	.i_nav .sub-menu li:not(:last-child):before {content: '';position:absolute; bottom: 0; left: 0; width: 100%;height: 1px; background: #EEE;}
	.i_nav .sub-menu a {
		display: block;
		padding: 0 .2rem;
		font-size: 0.15rem;
		color: #666;
		line-height: 0.44rem;
		font-weight: 300;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		position: relative;
	}
	.i_nav .sub-menu .menu-item-has-children>a{padding-right: 0.46rem;}
	.i_nav .sub-menu .menu-item-has-children>a::after{content: '';position:absolute; top:50%; transform:translate(0,-50%); right: .1rem; width: .24rem; height: .24rem; background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23666' fill-rule='evenodd' d='m10.207 8l-3.854 3.854l-.707-.707L8.793 8L5.646 4.854l.707-.708z' clip-rule='evenodd'/%3E%3C/svg%3E") no-repeat center; background-size: contain;}

	/* .i_nav .sub-menu .current-menu-item::before,
	.i_nav .sub-menu .current-category-ancestor::before,
	.i_nav .sub-menu .current-post-ancestor::before,
	.i_nav .sub-menu .current-menu-ancestor::before,
	.i_nav .sub-menu .current-menu-parent::before,
	.i_nav .sub-menu li:hover::before{
		width: 100%;
	} */

	.i_nav>li>.sub-menu>li:hover>a {
		color: var(--i_color);
	}

	.i_nav .sub-menu .sub-menu {
		display: none;
		top: 0; left: 100%;
		box-shadow:8px 4px 8px rgb(0 0 0 / 10%);
	}
	.i_nav .sub-menu .sub-menu a:hover{color: var(--i_color);}
}
@media screen and (max-width:1366px) {
	.i_nav>li>a{font-size: 0.17rem;}
}
@media screen and (max-width:1200px) {
	.i_nav{gap: 0 .3rem;}
	.i_nav>li>a{font-size: 0.16rem;}
}






@media screen and (max-width:1024px) {
	.i_nav {
		opacity: 0;
		position: fixed;
		top: var(--header_height);
		left: 101%;
		margin: 0 0;
		width: 100%;
		width: 100vw;
		height: calc(100vh - var(--header_height));
		background: #FFF;
		overflow-y: auto;
		-webkit-transition:all .5s ease; transition:all .5s ease;
		z-index: 9999
	}
	.i_nav.active{opacity: 1; left: 0;}
	/*滚动条*/
	.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 span {
		display: block;
		position: absolute;
		top: 8px;
		right: 20px;
		width: 30px;
		height: 30px;
		box-sizing: border-box;
		border: 1px solid #CCC;
		-webkit-border-radius:50%; border-radius:50%;
		background:url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="24" height="24" viewBox="0 0 24 24"%3E%3Cpath fill="%23555" d="M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z"%2F%3E%3C%2Fsvg%3E') no-repeat center;
		background-size: 20px;
	}
	.i_nav>.menu-item-has-children span.on {
		background:url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="24" height="24" viewBox="0 0 24 24"%3E%3Cpath fill="%23555" d="M19 12.998H5v-2h14z"%2F%3E%3C%2Fsvg%3E') no-repeat center;
		background-size: 20px;
	}

	.i_nav>li>a {
		padding: 0 20px;
		font-size: 16px;
		color: #222;
		line-height: 44px;
		text-transform: uppercase;
	}
	.i_nav>.current-menu-item>a,
	.i_nav>.current-category-ancestor>a,
	.i_nav>.current-post-ancestor>a,
	.i_nav>.current-menu-ancestor>a,
	.i_nav>.current-menu-parent>a{
		color: var(--i_color) !important;
	}

	.i_nav>li>.sub-menu {
		display: none
	}
	.i_nav>li>.sub-menu li {
		position: relative;
	}
	.i_nav .sub-menu a {
		padding: 0 40px;
		font-size: 15px;
		color: #555;
		line-height: 40px;
		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: 40px;
		height: 40px;
		background: url(static/images/public/arrow_down_hollow_hei.svg) no-repeat center;
		background-size: 16px;
	}
	.i_nav>li>.sub-menu b.on {
		background: url(static/images/public/arrow_up_hollow_hei.svg) no-repeat center;
		background-size: 16px;
	}

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

	.i_nav .sub-menu .sub-menu a {
		padding: 0 60px;
		font-size: 13px;
		color: #666;
		line-height: 36px;
		position: relative;
	}

	.i_nav a {
		display: block;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis
	}
}






.nav_menu_products{display: none; position: fixed;top: var(--header_height); left: 0;width: 100%;background: #FFF;border-top: 1px solid rgb(0 0 0 / 10%); box-shadow: 0 8px 10px rgb(0 88 167 / 10%); z-index: 2014;-webkit-transition:top .5s ease; transition:top .5s ease;}

.nav_menu_products dl{padding: .5rem 0 .4rem;display:-webkit-flex; display:flex; flex-wrap:nowrap;justify-content: center; gap: 0 3%; position: relative;}
.nav_menu_products dt{width: 100%;}
.nav_menu_products dt>a{display: block; padding-left: 8px; font-size: 18px;font-weight: bold;}
.nav_menu_products ul{margin-top: 0.2rem;}
.nav_menu_products li{padding: 6px 0;}
.nav_menu_products li a{display: block;padding: 0 0 0 20px;font-size: 15px;color: #666;overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:2; -webkit-transition:all .5s ease; transition:all .5s ease; position: relative;}
.nav_menu_products li a::before{content: '';position: absolute;left: 0;top: 17px;width: .1rem;height: 2px; background: #CCC;}

.nav_menu_products dt>a:hover{color: var(--i_color);}
.nav_menu_products li a:hover{color: var(--i_color);}
.nav_menu_products li a:hover::before{background: rgb(0 88 167 / 50%);}

@media screen and (max-width:1440px) {
	.nav_menu_products dt>a{font-size: 17px;}
}
@media screen and (max-width:1200px) {
	.nav_menu_products dt>a{font-size: 15px;}
	.nav_menu_products li a{font-size: 14px;}
	.nav_menu_products li a::before{top: 14px;}
}
@media screen and (max-width:1024px) {
	.nav_menu_products{display: none !important;}
}





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


.nav_menu.on i {
	opacity: 0
}

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

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

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





.top_r{--size:.26rem}
.top_r {
	margin-left: auto;
	flex-shrink: 0;
	display: -webkit-flex;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	gap: 0 .34rem;
}
@media screen and (max-width:1024px) {
	.top_r{--size:.2rem}
	.top_r{margin-left: auto; gap: 0 30px; width: auto; padding: 0;}
}
@media screen and (max-width:560px) {
	.top_r{gap: 0 18px;}
}




.top_search_ico{position: relative; font-size: 0; height: var(--header_height); display:flex; flex-wrap:wrap; align-items: center; cursor: pointer;}
.top_search_ico iconify-icon{font-size: var(--size);color: #FFF;-webkit-transition:all .5s ease; transition:all .5s ease;}
/* .top_search_ico.on iconify-icon{color: var(--i_color);} */
@media screen and (max-width:1024px) {
	.top_search_ico::before{display: none;}
}

/* search */
.top_search {
	--search_height: .38rem
}
.top_search {
	visibility: hidden;
	opacity: 0;
	position: fixed;
	top: calc(var(--header_height) + .3rem);
	left: 0;
	width: 100%;
	padding: .16rem 0;
	border-top: 1px solid rgb(0 0 0 / 10%);
	background: #FFF;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	z-index: 99;
}
.top_search.on {
	visibility: visible;
	opacity: 1;
	top: var(--header_height);
	box-shadow: var(--boxShadow);
}
.top_search form {
	width: 80%;
	margin: 0 auto;
	max-width: 5rem;
	display: -webkit-flex;
	display: flex;
	flex-wrap: nowrap;
	box-sizing: border-box;
	border: 1px solid var(--i_color);
	overflow: hidden;
}
.top_search_ipt {
	width: 100%;
	height: var(--search_height);
	box-sizing: border-box;
	padding: 0 .12rem;
}
.top_search_btn {
	flex-shrink: 0;
	font-size: 0;
	color: #FFF;
	width: calc(var(--search_height) * 1.5);
	height: var(--search_height);
	background:var(--i_color) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23FFF' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m17 17l4 4M3 11a8 8 0 1 0 16 0a8 8 0 0 0-16 0'/%3E%3C/svg%3E") no-repeat center;
	background-size: .24rem;
	cursor: pointer;
}

@media screen and (max-width:768px) {
	.top_search {
		--search_height: 34px
	}
	.top_search {
		padding: 12px 0;
	}
}
@media screen and (max-width:560px) {
	.top_search form {
		width: 94%;
	}
}





.top_language{flex-shrink: 0; height: var(--header_height); display:flex; flex-wrap:wrap; align-items: center; position: relative;}
.top_language_btn{padding-right: 0.18rem; height: 100%;display:-webkit-flex; display:flex; flex-wrap:wrap;align-items: center; cursor: pointer; position: relative;}
.top_language_btn::before{content: '';position:absolute; top:50%; transform:translate(0,-50%);right: 0; width:0; height:0; border-left:4px solid transparent; border-right:4px solid transparent; border-top:6px solid #FFF;}
.top_language_btn iconify-icon{font-size: var(--size);color: #FFF;-webkit-transition:all .5s ease; transition:all .5s ease;}
/* .top_language_btn p{margin-left: 5px;} */
/* .top_language_btn.on iconify-icon{color: var(--i_color);} */

.top_language_list {
	visibility: hidden;
	opacity: 0;
	position: absolute;
	top: calc(100% + .16rem);
	right: -.1rem;
	min-width: 1.6rem;
	background: #FFF;
	box-sizing: border-box;
	box-shadow: 2px 6px 10px rgb(0 0 0 / 10%);
	padding: .1rem .18rem .1rem;
	z-index: 2;
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}
.top_language_list.on {
	visibility: visible;
	opacity: 1;
	top: 100%;
}

.top_language_list ul {overflow: hidden;}
.top_language_list li{position: relative;left: 0;-webkit-transition:all .5s ease; transition:all .5s ease;}
.top_language_list a>span {
	display:-webkit-flex; display:flex; flex-wrap:nowrap;align-items: center;gap: 0 8px;
	box-sizing: border-box;
	overflow: hidden
}
.top_language_list .trp-ls-language-name{font-size: 15px; color: #666;line-height: .3rem;}

.top_language_list li:hover{left: 4px;}
.top_language_list li:hover .trp-ls-language-name{color: var(--i_color);}






.full_header_height{display: none; height: var(--header_height);}
@media screen and (max-width:1024px) {
	.full_header_height{display: block;}
}




/* banner */
.banner {
	width: 100%;
	font-size: 0;
	overflow: hidden;
	position: relative;
}

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

.banner-button{position:absolute; top:48%; transform:translate(0,-50%); width: 0.6rem;height: 0.6rem;box-sizing: border-box;cursor: pointer; z-index: 3;-webkit-transition:all .5s ease; transition:all .5s ease;}
.banner-button-prev{left: -1rem}
.banner-button-next{right: -1rem;}
.banner-button iconify-icon{position:absolute; top:50%; left:50%; transform:translate(-50%,-50%);font-size: 0.5rem;color:#FFF;}
.banner:hover .banner-button-prev{left: .1rem;}
.banner:hover .banner-button-next{right: .1rem;}

.banner-pagination {
	position: absolute;
	left: 50%;
	transform: translate(-50%, 0);
	bottom: .26rem;
	text-align: center;
	z-index: 99999999;
}
.banner-pagination .swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	display: inline-block;
	margin: 0 6px;
	-webkit-border-radius:2rem; border-radius:2rem;
	background: #CCC;
	outline: none;
	cursor: pointer;
	position: relative;
	-webkit-transition:width .5s ease; transition:width .5s ease;
}
.banner-pagination .swiper-pagination-bullet-active {background: var(--i_color);}

@media screen and (max-width:1366px) {
	.banner-button{width: 0.4rem; height: 0.4rem;}
	.banner-button iconify-icon{font-size: 0.3rem;}
}
@media screen and (max-width:1024px) {
	.banner .swiper-slide{padding-bottom: 50%;}
	.banner-button-prev,.banner-button-next{display: none;}
}
@media screen and (max-width:560px) {
	.banner-pagination{bottom: 14px;}
}







/* Main */
main{position: relative;overflow: hidden;}
.mainBG{background: #F6F6F6;}


.i_tit{}
.i_tit h3{font-weight: 600;}
.i_tit h6{font-size: 0.18rem; margin-top: 0.1rem; color: #777; line-height: 1.6;}

.i_tit.white h3{color: #FFF;}
.i_tit.white h6{color: #FFF;}

.i_tit.center{text-align: center;}

@media screen and (max-width:1200px) {
	.i_tit h6{font-size: 0.16rem;}
}
@media screen and (max-width:1024px) {
	.i_tit h6{font-size: 15px;}
}
@media screen and (max-width:560px) {
	.i_tit h6{font-size: 13px;}
}






.i_more{display: table; background:#999; border-radius:2rem; transition:all .5s ease;}
.i_more b{display: block; text-align: center; padding: .1rem .3rem; font-size: 0.18rem; color:#FFF; font-weight: 300; transition:all .5s ease;}

.i_more.white{background: #FFF;}
.i_more.white b{color: var(--i_color);}

.i_more.line{background: none; box-sizing: border-box; border: 1px solid #FFF;}

.i_more.center{margin-left: auto;margin-right: auto;}

.i_more:hover{transform:translate(0,-6px);}
.i_more:hover,.i_more.active{background: var(--i_color); border-color: var(--i_color) !important;}
.i_more:hover b,.i_more.active b{color: #FFF;}

@media screen and (max-width:1024px) {
	.i_more b{padding: 10px 24px; font-size: 15px;}
}
@media screen and (max-width:768px) {
	.i_more b{font-size: 14px;}
}
@media screen and (max-width:560px) {
	.i_more b{padding: 8px 20px; font-size: 13px;}
}





.secTit{display:flex; flex-wrap:wrap; align-items: center; gap: 0 5%;}
.secTit .i_more{margin-left: auto;}






.homeSol{}

.homeSol_nav{}
.homeSol_nav ul{width: 80%; margin-left: auto;margin-right: auto; display:flex; flex-wrap:nowrap; justify-content: space-between; gap: 0 6%; position: relative;}
.homeSol_nav ul::before{content: ''; position: absolute; top: 0.36rem; left:50%; transform:translate(-50%,0); width: calc(100% - 1.8rem); border-bottom: 1px dashed #DDD;}
.homeSol_nav li{width: 1.8rem; text-align: center; position: relative; cursor: pointer;}
.homeSol_nav li i{display: block; margin: 0 auto .2rem; width: 0.74rem; height: 0.74rem; background: #FFF; box-sizing: border-box; border: 1px solid transparent; border-radius:50%; position: relative;}
.homeSol_nav li img{position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); height: 0.4rem; object-fit: contain;}
.homeSol_nav li p{font-size: 0.16rem; line-height: 1.6;}

.homeSol_nav li.active i{border-color: var(--i_color);}
.homeSol_nav li.active p{color: var(--i_color);}

@media screen and (max-width:1024px) {
	.homeSol_nav ul{width: 100%;}
	.homeSol_nav ul::before{top: 28px;}

	.homeSol_nav li i{width: 54px; height: 54px;}
	.homeSol_nav li img{height: 28px;}
	.homeSol_nav li p{font-size: 15px;}
}
@media screen and (max-width:768px) {
	.homeSol_nav ul::before{display: none;}
	.homeSol_nav ul{flex-wrap: wrap; gap:30px 4%;}
	.homeSol_nav li{width: 48%; text-align: left; display:flex; flex-wrap:nowrap; align-items: center; gap: 0 14px;}
	.homeSol_nav li i{flex-shrink: 0; margin: 0 0; width: 40px; height: 40px;}
	.homeSol_nav li img{height: 24px;}
	.homeSol_nav li p{}
}
@media screen and (max-width:560px) {
	.homeSol_nav li p{font-size: 13px;}
}





.homeSol_show{}
.homeSol_show .item{height: 0; opacity: 0; visibility: hidden; position: relative; top: 0.3rem;}
.homeSol_show .item.active{height: auto; opacity: 1; visibility: visible; top: 0; transition:all .5s ease;}

.homeSol_box{display:flex; flex-wrap:nowrap; align-items: flex-start;}
.homeSol_box>img{flex-shrink: 0; width: 51%; aspect-ratio: 746 / 494; object-fit: cover; box-sizing: border-box; border: 1px solid #DCDCDC;}

.homeSol_cont{width: 45%; margin-left: auto;}
.homeSol_cont .tit{margin-bottom: 0.16rem; display:flex; flex-wrap:wrap; align-items: center; gap: 0 .1rem;}
.homeSol_cont .tit p{font-size: 0.24rem; font-weight: bold;}
.homeSol_cont .tit i{width: 0.26rem; height: 0.26rem; background: #EEE; border-radius:50%; position: relative;}
.homeSol_cont .tit iconify-icon{position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); font-size: 0.2rem;}

.homeSol_cont>span{overflow:hidden; display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:3;}

@media screen and (max-width:1024px) {
	.homeSol_box{flex-wrap: wrap; gap: 30px 0;}

	.homeSol_box>img{width: 100%;}

	.homeSol_cont{width: 100%;}
	.homeSol_cont .tit p{font-size: 20px;}
	.homeSol_cont>span{font-size: 15px; line-height: 1.8;}
}
@media screen and (max-width:560px) {
	.homeSol_cont .tit p{font-size: 18px;}
	.homeSol_cont>span{font-size: 14px}
}




.homeSol_list{width: calc(100% - 1rem); box-sizing: border-box; padding: 2px; margin-left: auto;margin-right: auto; position:relative; overflow:hidden}
.homeSol_list .swiper-wrapper{display:flex; position:relative; width:100%}
.homeSol_list li{flex-shrink:0; position:relative}
.homeSol_list li a{display: block; width: 100%;}
.homeSol_list .pic{width: 100%; box-sizing: border-box; padding: 6px; border: 1px solid #DDD;}
.homeSol_list .pic img{width: 100%; aspect-ratio: 476 / 220; object-fit: contain;}
.homeSol_list .txt{padding: .12rem 0; display:flex; flex-wrap:nowrap; align-items: center; gap: 0 4%; border-bottom: 1px solid #DDD;}
.homeSol_list .txt p{font-size: 0.18rem;font-weight: 600;}
.homeSol_list .txt i{flex-shrink: 0; margin-left: auto; width: 0.32rem; height: 0.32rem; background:#EEE; border-radius:50%; position: relative;}
.homeSol_list .txt iconify-icon{position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); font-size: 0.2rem;}

.homeSol-prev,.homeSol-next{position:absolute; top:50%; transform:translate(0,-50%); width:.3rem; height:.3rem; z-index:3; cursor:pointer; outline:none; user-select:none}
.homeSol-prev{left:0;}
.homeSol-next{right:0;}
.homeSol-prev iconify-icon,.homeSol-next iconify-icon{position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); font-size:0.3rem; color:#333;}
.homeSol_list .swiper-button-disabled{cursor:not-allowed}
.homeSol-prev:hover iconify-icon,.homeSol-next:hover iconify-icon{color: var(--i_color);}

.homeSol-pagination{display:none}

@media screen and (max-width:1024px) {
	.homeSol_list .txt p{font-size: 16px;}

	.homeSol-pagination{display:block; margin-top:0.3rem; text-align:center}
	.homeSol-pagination .swiper-pagination-bullet{width:.08rem; height:.08rem; display:inline-block; margin:0 6px; background:#CCC; border-radius:50%; outline:none; cursor:pointer;}
	.homeSol-pagination .swiper-pagination-bullet-active{background:var(--i_color)}
}
@media screen and (max-width:768px) {}
@media screen and (max-width:560px) {
	.homeSol_list{width: 100%;}
	.homeSol-prev, .homeSol-next{display: none;}
	.homeSol_list .txt p{font-size: 15px;}
}






.homeAbout{position: relative; overflow: hidden;}
.homeAbout>img{width: 100vw;}

.homeAbout_t{position: absolute; top: 13%; left: 0; width: 100%;}
.homeAbout_t article{width: 50%; font-size: 0.18rem; line-height: 1.8; overflow:hidden; display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:6;}
.homeAbout_btn{display:flex; flex-wrap:wrap; align-items: center; gap: 0 .36rem;}

.homeAbout_yt{display:flex; flex-wrap:wrap; align-items: center; gap: 0 8px;}
.homeAbout_yt iconify-icon{font-size: 0.26rem;}
.homeAbout_yt p{font-size: 0.16rem; text-decoration: underline;}


.homeAbout_num{position: absolute; left: 0; bottom: 0; width: 80%; background: var(--i_color); border-radius:0 .7rem 0 0;}
.homeAbout_num dl{display:flex; flex-wrap:nowrap; gap: 0 5%;}
.homeAbout_num dt{width: 100%; max-width: 40%; text-align: center;}
.homeAbout_num span{font-size: 0.2rem; color: #FFF; display:flex; flex-wrap:wrap; align-items: baseline; justify-content: center; gap: 0 .1rem;}
.homeAbout_num span i{font-size: 0.38rem; font-weight: bold;}
.homeAbout_num p{margin-top: 0.1rem; font-size: 0.16rem; color: #FFF;}

@media screen and (max-width:1440px) {
	.homeAbout_t article{width: 60%;}
}
@media screen and (max-width:1200px) {
	.homeAbout_t article{-webkit-line-clamp:4}
}
@media screen and (max-width:1024px) {
	.homeAbout_t article{font-size: 16px;}

	.homeAbout_num{position: initial; width: 100%; border-radius:0 0;}
	.homeAbout_num span i{font-size: 30px;}
	.homeAbout_num p{font-size: 14px;}
}
@media screen and (max-width:768px) {
	.homeAbout_t{position: initial; margin: 30px auto;}
	.homeAbout_t article{width: 100%; font-size: 15px; -webkit-line-clamp:6}

	.homeAbout_num dl{flex-wrap: wrap; gap: 40px 4%;}
	.homeAbout_num dt{width: 48%; max-width: none;}
}
@media screen and (max-width:560px) {
	.homeAbout_btn{gap: 0 24px;}
	.homeAbout_yt iconify-icon{font-size: 22px;}
	.homeAbout_yt p{font-size: 14px;}

	.homeAbout_num span{font-size: 16px;}
	.homeAbout_num span i{font-size: 24px;}
	.homeAbout_num p{font-size: 13px;}
}






.homeWhy{background:linear-gradient(to right, #E4F4EF, #FFF);}

.homeWhy_cont{display:flex; flex-wrap:nowrap; gap: 0 3%;}

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

.homeWhy_list{display:flex; flex-wrap:wrap; gap: .5rem 4%;}
.homeWhy_list dt{width: 48%;}
.homeWhy_list span{font-size: 0.2rem; color: #666; display:flex; flex-wrap:wrap; align-items: baseline; gap: 0 .1rem;}
.homeWhy_list span i{font-size: 0.42rem;color: var(--i_color); font-weight: bold;}
.homeWhy_list p{margin-top: 0.1rem; font-size: 0.16rem; color: #666;}

.homeWhy_p{flex-shrink: 0; margin-left: auto; width: 55%;}
.homeWhy_p img{width: 100%;}

@media screen and (max-width:1024px) {
	.homeWhy_list{gap: 30px 4%;}
	.homeWhy_list span{font-size: 18px;}
	.homeWhy_list span i{font-size: 30px;}
	.homeWhy_list p{font-size: 15px;}
}
@media screen and (max-width:768px) {
	.homeWhy_t{margin-top: 0;}
	.homeWhy_cont{flex-wrap: wrap; gap: 20px 0;}

	.homeWhy_p{width: 100%;}
}
@media screen and (max-width:560px) {
	.homeWhy_list span i{font-size: 24px;}
	.homeWhy_list p{font-size: 13px;}
}




.homeWhyArea_box{position: relative; background: #FFF; border-radius:.14rem; overflow: hidden;}

.homeWhyArea{width: calc(100% - 1.2rem); margin-left: auto;margin-right: auto; position:relative; overflow:hidden}
.homeWhyArea .swiper-wrapper{display:flex; position:relative; width:100%}
.homeWhyArea li{flex-shrink:0; position:relative}
.homeWhyArea li h5{margin-bottom: 0.14rem; font-size: 0.2rem; font-weight: 600;}
.homeWhyArea li span{font-size: 0.15rem; line-height: 1.6;}

.homeWhyArea-prev,.homeWhyArea-next{position:absolute; top:50%; transform:translate(0,-50%); width:.3rem; height:.3rem; z-index:3; cursor:pointer; outline:none; user-select:none}
.homeWhyArea-prev{left:0;}
.homeWhyArea-next{right:0;}
.homeWhyArea-prev iconify-icon,.homeWhyArea-next iconify-icon{position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); font-size:0.22rem; color:#555;}
.homeWhyArea .swiper-button-disabled{cursor:not-allowed}
.homeWhyArea-prev:hover iconify-icon,.homeWhyArea-next:hover iconify-icon{color: var(--i_color);}

.homeWhyArea-pagination{display:none}

@media screen and (max-width:1024px) {
	.homeWhyArea{width: calc(100% - 40px);}
	.homeWhyArea li h5{font-size: 18px;}

	.homeWhyArea-prev, .homeWhyArea-next{display: none;}

	.homeWhyArea-pagination{display:block; margin-top:0.3rem; text-align:center}
	.homeWhyArea-pagination .swiper-pagination-bullet{width:.08rem; height:.08rem; display:inline-block; margin:0 6px; background:#CCC; border-radius:50%; outline:none; cursor:pointer;}
	.homeWhyArea-pagination .swiper-pagination-bullet-active{background:var(--i_color)}
}
@media screen and (max-width:560px) {
	.homeWhyArea li h5{font-size: 16px;}
	.homeWhyArea li span{font-size: 14px;}
}






.homeCases{position: relative; width: 100%;}

.homeCases_cont{position: absolute; left: 0; top: 0; width: 100%; height: 100vh; overflow: hidden;}
.homeCases_cont img{width: 100vw; height: 100%; object-fit: cover;}
.homeCases_t{position:absolute; top:50%; transform:translate(0,-50%); left: 0; width: 40%;}
.homeCases_t h3,.homeCases_t h6{color: #FFF;}

.homeCases_cont.fixed{position: fixed;}
.homeCases_cont.end{top: initial; bottom: 0;}

.homeCases_list{padding-bottom: 2.8rem; width: 50%; margin-left: auto; position: relative; display:flex; flex-wrap:wrap; gap: .6rem 6%; z-index: 2;}
.homeCases_list dt{width: 47%; box-sizing: border-box; padding: .2rem; background: #FFF; border-radius:.14rem;}

.homeCases_list .head{display:flex; flex-wrap:wrap; align-items: center;}
.homeCases_list .head p, .homeCases_list .head i{font-size: 0.16rem; font-weight: 600; color: var(--i_color);}
.homeCases_list .head i{margin-left: auto;}

.homeCases_list .pic{margin: .16rem auto; width: 100%; aspect-ratio: 4 / 2.5; overflow: hidden;}
.homeCases_list .pic img{width: 100%; height: 100%; object-fit: cover; transition:all .5s ease;}

.homeCases_list .txt{}
.homeCases_list .txt h5{margin-bottom: 0.1rem; font-size: 0.18rem; font-weight: 600; line-height: 1.5; overflow:hidden; display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:2;}
.homeCases_list .txt span{font-size: 0.15rem; line-height: 1.5; overflow:hidden; display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:3;}

.homeCases_list dt:nth-child(even){transform:translateY(2rem);}
.homeCases_list dt:hover img{transform: scale(1.05, 1.05);}
.homeCases_list dt:hover h5{color: var(--i_color);}

@media screen and (max-width:1440px) {}
@media screen and (max-width:1366px) {}
@media screen and (max-width:1200px) {}
@media screen and (max-width:1024px) {
	.homeCases_cont{position: relative; height: auto;}
	.homeCases_cont img{position:absolute; top:0; left:0;}
	.homeCases_t{position: relative; padding: 100px 3vw; transform: none; width: 100%; z-index: 3;}

	.homeCases_list{margin-top: 40px; padding: 0 3vw; width: 100%; gap: 50px 4%;}
	.homeCases_list dt{padding: 0 0; background: none; width: 48%;}
	.homeCases_list dt:nth-child(even){transform: none;}
	.homeCases_list .txt h5{font-size: 16px;}
}
@media screen and (max-width:768px) {}
@media screen and (max-width:560px) {
	.homeCases_t{padding: 60px 3vw;}

	.homeCases_list{gap: 40px 0;}
	.homeCases_list dt{width: 100%;}
	.homeCases_list .txt span{font-size: 14px;}
}





.homeNews{}

.homeNews_nav{margin-left: auto; display:flex; flex-wrap:wrap; gap: 0 .3rem;}
.homeNews_nav li{border-radius:2rem; overflow: hidden;}
.homeNews_nav a{display: block; min-width: 1rem; text-align: center; padding: .14rem .3rem; background: #E4F4EF;}

.homeNews_nav li.active a{background: var(--i_color); color: #FFF;}

.homeShow{}
.homeShow .item{opacity: 0; height: 0; visibility: hidden; position: relative; top: 0.3rem;}
.homeShow .item.active{opacity: 1; height: auto; visibility: visible; top: 0; transition:all .5s ease;}

.homeNews_cont{display:flex; flex-wrap:wrap;}

.topNews{width: 44%; background: #FFF;}
.topNews .pic{position: relative; overflow: hidden;}
.topNews .pic img{width: 100%; aspect-ratio: 686 / 480; object-fit: cover; transition:all .5s ease;}
.topNews .date{position: absolute; padding: .1rem; left: 0.2rem; bottom: 0.2rem; background: var(--i_color); text-align: center;}
.topNews .date p{font-size: 0.3rem; font-weight: bold; color: #FFF;}
.topNews .date i{font-size: 0.16rem; color: #FFF;}
.topNews .txt{margin-top: 0.2rem;}
.topNews .txt h5{font-size: 0.2rem; font-weight: bold; overflow:hidden; white-space:nowrap; text-overflow:ellipsis;}
.topNews .txt p{margin-top: 0.1rem; font-size: 0.16rem; line-height: 1.4; overflow:hidden; display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:2;}

.topNews:hover img{transform: scale(1.05, 1.05);}
.topNews:hover h5{color: var(--i_color);}

.homeNews_list{width: 52%; margin-left: auto; display:flex; flex-wrap:wrap; flex-direction: column;}
.homeNews_list li{padding-bottom: 0.24rem; margin-bottom: 0.24rem; border-bottom: 1px solid #DDD; width: 100%; background: #FFF;}
.homeNews_list li:last-child{padding-bottom: 0; margin-bottom: 0; border: none;}
.homeNews_list a{display:flex; flex-wrap:wrap; align-items: center;}
.homeNews_list .txt{width: 70%; box-sizing: border-box; padding-right: 0.36rem;}
.homeNews_list .txt h5{font-size: 0.2rem; font-weight: bold; overflow:hidden; white-space:nowrap; text-overflow:ellipsis;}
.homeNews_list .txt p{margin: 0.1rem 0; font-size: 0.16rem; line-height: 1.4; overflow:hidden; display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:2;}
.homeNews_list .txt i{font-size: 0.16rem; color: #666;}
.homeNews_list .pic{flex-shrink: 0; width: 30%; margin-left: auto; overflow: hidden;}
.homeNews_list .pic img{width: 100%; aspect-ratio: 256 / 170; object-fit: cover; transition:all .5s ease;}
.homeNews_list li:hover img{transform: scale(1.05, 1.05);}
.homeNews_list li:hover h5{color: var(--i_color);}

@media screen and (max-width:1024px) {
	.homeNews_nav a{padding: 10px 20px; font-size: 15px;}

	.topNews .date p{font-size: 22px;}
	.topNews .date i{font-size: 13px;}
	.topNews .txt h5{font-size: 18px;}
	.topNews .txt p{font-size: 15px;}

	.homeNews_list .txt h5{font-size: 18px;}
	.homeNews_list .txt p{font-size: 15px;}
	.homeNews_list .txt i{font-size: 14px;}
}
@media screen and (max-width:768px) {
	.homeNews_nav{width: 100%; margin-top: 20px;}

	.topNews{width: 100%;}

	.homeNews_list{margin-top: 40px; width: 100%;}
}
@media screen and (max-width:560px) {
	.homeNews_nav{gap: 0 16px;}
	.homeNews_nav a{padding: 8px 16px; font-size: 13px;}

	.topNews .txt h5,.homeNews_list .txt h5{font-size: 16px; line-height: 1.6; white-space: initial; display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:2;}

	.homeNews_list .txt{width: 65%; padding-right: 22px;}
	.homeNews_list .txt p{-webkit-line-clamp:1}
	.homeNews_list .txt i{font-size: 13px;}

	.homeNews_list .pic{width: 35%;}
}






footer{background: #292929;}

.fCont{}

.fHead{padding-bottom: 0.2rem; border-bottom: 1px solid rgb(255 255 255 / 10%); display:flex; flex-wrap:nowrap; gap: 0 5vw;}

.fLogo{flex-shrink: 0;}
.fLogo img{height: 0.8rem;}

.fNav2{margin-left: auto; display:flex; flex-wrap:wrap; align-items: center; display:flex; flex-wrap:wrap; gap: 10px 4vw;}
.fNav2 a{font-size: 0.2rem; color: #FFF; font-weight: 600;}

.fMain{display:flex; flex-wrap:nowrap; justify-content: space-between; gap: 0 3%;}

.fTit{margin-bottom: 0.3rem; font-size: 0.26rem; font-weight: bold; color: #FFF;}

.fContact{width: 30%;}
.fContact_list{}
.fContact_list dt{margin-bottom: 0.2rem; display:flex; flex-wrap:nowrap; gap: 0 10px;}
.fContact_list iconify-icon{font-size: 0.24rem; color: #FFF;}
.fContact_list p,.fContact_list a{font-size: 0.16rem; color: rgb(255 255 255 / 70%); line-height: 1.6;}
.fContact_list a:hover{text-decoration: underline; color: var(--i_color);}

.fMedia{display:flex; flex-wrap:wrap; gap: 0 .2rem;}
.fMedia li{transition:all .5s ease;}
.fMedia a{display: block; width: 0.44rem; height: 0.44rem; box-sizing: border-box; border: 1px solid #FFF; border-radius:50%; position: relative;}
.fMedia iconify-icon{position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); font-size: 0.2rem; color: #FFF;}
.fMedia li:hover{transform:translate(0,-4px);}
.fMedia li:hover a{background: var(--i_color); border-color: var(--i_color);}

.fNav{max-width: 20%;}
.fNav ul{}
.fNav li{}
.fNav li a{display: block; padding: 6px 0; font-size: 0.16rem; color: rgb(255 255 255 / 70%);}
.fNav li a:hover{text-decoration: underline; color: var(--i_color);}

.fCR{border-top: 1px solid rgb(255 255 255 / 10%);}
.fCR p,.fCR a{font-size: 0.15rem; color: rgb(255 255 255 / 70%);}
.fCR a:hover{text-decoration: underline; color: var(--i_color);}

@media screen and (max-width:1024px) {
	.fLogo img{height: 60px;}
	.fNav2 a{font-size: 18px;}

	.fContact{width: 100%;}
	.fTit{font-size: 22px;}
	.fContact_list p, .fContact_list a{font-size: 15px;}

	.fNav{display: none;}

	.fMedia{gap: 0 22px;}
}
@media screen and (max-width:768px) {
	.fHead{flex-wrap: wrap; gap: 30px 0;}
	.fNav2{width: 100%;}
	.fNav2 a{font-size: 17px;}
}
@media screen and (max-width:560px) {
	.fLogo img{height: 56px;}

	.fNav2 a{font-size: 16px;}

	.fTit{font-size: 18px;}

	.fContact_list iconify-icon{font-size: 20px;}
	.fContact_list p, .fContact_list a{font-size: 14px;}

	.fMedia a{width: 36px; height: 36px;}
	.fMedia iconify-icon{font-size: 18px;}

	.fCR p, .fCR a{font-size: 14px; line-height: 1.6;}
}









/* ====================================== */

.banner__{font-size: 0; overflow: hidden;}
.banner__ img{width: 100vw;}






/* Breadcrumb */
.in_position{padding:.2rem 0;background:#F1F1F1;position:relative;}
.in_position .wrap{display:flex;flex-wrap:wrap;align-items:center;}
.in_position a{display:block;font-size:15px;color:#333;position:relative;line-height:20px;}
.in_position a:first-child{padding-left: 0.26rem;}
.in_position a:first-child::before{
	content: '';
	position:absolute; top:50%; transform:translate(0,-50%);left: 0;
	width: 18px;height: 18px;
	background:url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="80" height="80" viewBox="0 0 2048 2048"%3E%3Cpath fill="currentColor" d="m1024 165l941 942l-90 90l-83-82v805h-640v-640H896v640H256v-805l-83 82l-90-90l941-942zm640 1627V987l-640-640l-640 640v805h384v-640h512v640h384z"%2F%3E%3C%2Fsvg%3E') no-repeat center;
	background-size: contain;
}
.in_position a:not(:last-child):after {content:">";margin:0 4px;color:#555}
.in_position a:last-child {color:var(--i_color) !important}
.in_position a:hover {color:var(--i_color)}
@media screen and (max-width:1024px) {
	.in_position {padding:.16rem 0;}
	.in_position a {font-size:14px}
}
@media screen and (max-width:560px) {
	.in_position {padding:.12rem 0;}
	.in_position a {font-size:13px}
}







.navRound{}
.navRound ul{display:flex; flex-wrap:wrap; justify-content: center; gap: 3vw .3rem;}
.navRound li{border: 1px solid var(--i_color); border-radius:2rem; overflow: hidden;}
.navRound li a{display: block; padding: .14rem .3rem; font-size: 0.2rem; color: var(--i_color);}

.navRound li.active{background: var(--i_color);}
.navRound li.active a{color: #FFF;}

@media screen and (max-width:1024px) {
	.navRound ul{gap: 3vw 20px;}
	.navRound li a{padding: 10px 24px; font-size: 16px;}
}
@media screen and (max-width:560px) {
	.navRound ul{gap: 3vw 10px;}
	.navRound li a{padding: 8px 18px; font-size: 14px;}
}







.n_search{width: 100%; max-width: 4.1rem; display: table; margin-left: auto; box-sizing: border-box; border: 1px solid var(--i_color); border-radius:2rem; display:flex; flex-wrap:nowrap; overflow: hidden;}
.n_search_ipt{width: 100%; box-sizing: border-box; padding: 0 .2rem;}
.n_search_btn{flex-shrink: 0; width: 0.6rem; height: 0.4rem; background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23428225' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m17 17l4 4M3 11a8 8 0 1 0 16 0a8 8 0 0 0-16 0'/%3E%3C/svg%3E") no-repeat center; font-size: 0; background-size: 24px;}

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






.nList{}
.nList li{padding: .24rem 0 0; background: #FFF; margin-bottom: 0.6rem; border-radius:.1rem; box-shadow: 0 0 .14rem rgb(0 0 0 / 6%); overflow: hidden;}

.nTit{display: block; padding: .14rem .2rem; font-size: 0.22rem; font-weight: bold; background:linear-gradient(to right, #ECF3E9, transparent);}

.nList .box{padding: .4rem .5rem; display:flex; flex-wrap:wrap; align-items: center;}

.nPic{width: 26%; border-radius:.1rem; overflow: hidden;}
.nPic img{width: 100%; aspect-ratio: 35 / 28; object-fit: cover; transition:all .5s ease;}

.nTxt{margin-left: auto; width: 70%;}
.nTxt>p{font-size: 0.16rem; line-height: 1.6; overflow:hidden; display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:3;}

.nTags{margin: .26rem 0 .36rem; display:flex; flex-wrap:nowrap; gap: 0 .06rem;}
.nTags>b{font-size: 0.18rem;}
.nTags dl{display:flex; flex-wrap:wrap; gap: .1rem 0;}
.nTags dt{position: relative;}
.nTags dt::after{content: '|'; margin: 0 .2rem; color: rgb(66 130 37 / 50%);}
.nTags dt:last-child::after{display: none;}
.nTags dt a{font-size: 0.18rem; color: var(--i_color);}

.nBtn{display:flex; flex-wrap:wrap; align-items: center;}
.nDate{margin-left: auto; font-size: 0.16rem; color: #999;}

.nList li:hover .nTit{color: var(--i_color);}
.nList li:hover .nPic img{transform: scale(1.05, 1.05);}
.nList li:hover .i_more{background: var(--i_color);}
.nList li:hover .i_more b{color: #FFF;}
.nTags dt a:hover{text-decoration: underline;}

@media screen and (max-width:1024px) {
	.nTit{font-size: 18px;}

	.nList .box{padding: 30px 30px;}
	.nTxt>p{font-size: 15px;}

	.nTags dt a{font-size: 16px;}
	.nDate{font-size: 14px;}
}
@media screen and (max-width:768px) {
	.nList li{padding: 14px 0; margin-bottom: 40px;}
	.nPic{width: 35%;}
	.nTxt{width: 60%;}

	.nTags{margin: 14px 0 20px;}
	.nTags>b{font-size: 16px;}
	.nTags dt a{font-size: 15px;}
}
@media screen and (max-width:560px) {
	.nTit{padding: 8px 20px; font-size: 16px;}

	.nList .box{padding: 20px 20px; gap: 20px 0;}
	.nPic,.nTxt{width: 100%;}
}






/* Paging */
.in_paging{
	--size:34px;
	--border_radius:3px;
}
.in_paging{padding-bottom: 0.24rem; display: table;margin-left: auto; margin-right: auto; position: relative;}
.in_paging ul{min-width: 1.8rem; display:flex; flex-wrap:wrap;align-items:center;text-align: center;}
.in_paging li{min-width: var(--size);margin: 0 4px;}
.in_paging a,.in_paging span {display:block;padding: 0 10px; height: var(--size); line-height:calc(var(--size) - 2px);font-size:14px;color:#666;background:#FFF;box-sizing: border-box; border-radius:var(--border_radius);overflow:hidden;}
.in_paging i {position: absolute; left:0; bottom: 0; width:100%;font-size:13px;color:#666; text-align: center;}
.in_paging a:hover,.in_paging .curr_page a,.in_paging .curr_page span {border-color:var(--i_color) !important;background:var(--i_color);color:#FFF !important}

@media screen and (max-width:1024px) {
	.in_paging{margin-right: auto;}
}
@media screen and (max-width:560px) {
	.in_paging{--size:28px}
}








/* contact_form */.contact_form_bac {box-sizing:border-box;padding:0.6rem 0;background-color:#F7F7F7;}
.contact_form {}
.contact_form_box {margin-top:0.4rem;}
#wpforms-33 {--input_font_size:0.16rem;--input_height:0.6rem}
#wpforms-33 {width:100%;margin:0 auto;padding:0}
#wpforms-form-33 {width:100%;overflow:hidden}
#wpforms-33 input,#wpforms-33 button {margin:0;padding:0;border:none;background:none}
#wpforms-33 .wpforms-field {padding:0;margin:0}
#wpforms-33 .wpforms-error-container {line-height:16px}
#wpforms-33 .wpforms-field-container {width:100%;display:-webkit-flex;display:flex;flex-wrap:wrap;overflow:hidden}
#wpforms-33 .wpforms-field {position:relative;}
#wpforms-33 .wpforms-field-label {font-size:0;}
#wpforms-33 .wpforms-field-label span {position:absolute;top:12px;left:3px;font-size:0.14rem;color:red;}
#wpforms-33 .wpforms-error {font-size:0;}
#wpforms-33 .wpforms-field {width:100%;padding-bottom:0.2rem;background:transparent;overflow:hidden}
#wpforms-33 .wpforms-field:nth-child(1),#wpforms-33 .wpforms-field:nth-child(2) {margin-right:0.2rem}
#wpforms-33 .wpforms-field:nth-child(1),#wpforms-33 .wpforms-field:nth-child(2),#wpforms-33 .wpforms-field:nth-child(3) {width:calc((100% - 0.4rem) / 3)}
#wpforms-33 .wpforms-field:nth-child(4) {margin-right:0.2rem}
#wpforms-33 .wpforms-field:nth-child(4),#wpforms-33 .wpforms-field:nth-child(5) {width:calc((100% - 0.2rem) / 2)}
#wpforms-33 input,#wpforms-33 select {height:var(--input_height)}
#wpforms-33 textarea {height:1.6rem}
#wpforms-33 input,#wpforms-33 textarea,#wpforms-33 select {width:100%;border:0;max-width:100%!important;font-size:var(--input_font_size);background-color:#ffffff;color:#222;box-sizing:border-box;line-height:var(--input_height);padding:0 10px;border-radius:0.1rem;transition:all 0.3s ease;border:1px solid rgba(0,0,0,0.2);}
#wpforms-33 textarea {line-height:0.24rem;padding:10px;font-family:'Poppins';}
#wpforms-33 input:hover,#wpforms-33 textarea:hover {border:1px solid var(--i_color);}
#wpforms-33 input::-webkit-input-placeholder {color:#999;font-size:var(--input_font_size)}
#wpforms-33 input::-moz-placeholder {color:#999;font-size:var(--input_font_size)}
#wpforms-33 input::-moz-placeholder {color:#999;font-size:var(--input_font_size)}
#wpforms-33 input::-ms-input-placeholder {color:#999;font-size:var(--input_font_size)}
#wpforms-33 textarea::-webkit-input-placeholder {color:#999;font-size:var(--input_font_size)}
#wpforms-33 textarea::-moz-placeholder {color:#999;font-size:var(--input_font_size)}
#wpforms-33 textarea::-moz-placeholder {color:#999;font-size:var(--input_font_size)}
#wpforms-33 textarea::-ms-input-placeholder {color:#999;font-size:var(--input_font_size)}
#wpforms-33 #wpforms-33-field_1-error,#wpforms-33 #wpforms-33-field_2-error,#wpforms-33 #wpforms-33-field_3-error,#wpforms-33 #wpforms-33-field_4-error {position:absolute;font-size:14px}
#wpforms-33 .wpforms-submit-container img {position:absolute;top:50%;transform:translate(0,-50%);right:4px}
#wpforms-33 .wpforms-submit-container {display:flex;display:-webkit-flex;justify-content:center;margin-top:0.2rem;}
#wpforms-33 .wpforms-submit-container button {font-size:0.18rem;font-family:'med';color:#fff;display:inline-block;box-sizing:border-box;padding:10px;border-radius:0.3rem;padding:0.12rem 0.8rem;transition:all 0.2s ease-in;position:relative;overflow:hidden;background-color:var(--i_color);cursor:pointer;border:1px solid var(--i_color);text-transform:uppercase;}
#wpforms-33 .wpforms-submit-container button:hover {background-color:#222;border:1px solid #222;}
@media screen and (max-width:1024px) {
	#wpforms-33 .wpforms-submit-container {margin:0.2rem auto 0;}
}
@media screen and (max-width:959px) {}
@media screen and (max-width:767px) {
	#wpforms-33 .wpforms-field:nth-child(1),#wpforms-33 .wpforms-field:nth-child(2) {margin-right:0rem}
	#wpforms-33 .wpforms-field:nth-child(1),#wpforms-33 .wpforms-field:nth-child(2),#wpforms-33 .wpforms-field:nth-child(3) {width:100%}
	#wpforms-33 {--input_height:0.5rem}
	#wpforms-33 .wpforms-field:nth-child(4) {margin-right:0rem}
	#wpforms-33 .wpforms-field:nth-child(4),#wpforms-33 .wpforms-field:nth-child(5) {width:100%;}
	#wpforms-33 .wpforms-submit-container button {font-size:0.16rem;padding:0.1rem 0.5rem;}
}
@media screen and (max-width:560px) {}
@media screen and (max-width:425px) {}







.contact_us_bac {box-sizing:border-box;padding:1rem 0;}
.contact_us {}
.contact_us_ul {display:flex;display:-webkit-flex;flex-wrap:wrap;gap:0.4rem;margin-top:0.6rem;}
.contact_us_ul li {width:calc((100% - 1.2rem) / 4);}
.contact_us_ul li img {width:0.55rem;height:0.55rem;object-fit:contain;margin-bottom:0.35rem;}
.contact_us_ul li h3 {width:100%;height:2px;background-color:rgba(0,0,0,0.2);position:relative;}
.contact_us_ul li i {position:absolute;top:0;left:0;display:block;width:60%;height:2px;background-color:var(--i_color);transition:all 0.3s ease;}
.contact_us_ul li a {font-size:0.22rem;color:#222;font-family:'med';margin:0.2rem 0 0.1rem 0;display:inline-block;transition:all 0.3s ease;}
.contact_us_ul li p {font-size:0.2rem;color:#666;}
.contact_us_ul li:hover i {width:100%;}
.contact_us_ul li a:hover {color:var(--i_color);}

@media screen and (max-width:1440px) {
	.contact_us_ul li img {width:0.5rem;height:0.5rem;margin-bottom:0.3rem;}
	.contact_us_ul li a {font-size:0.2rem;}
	.contact_us_ul li p {font-size:0.18rem;}
	.contact_us_bac {padding:0.8rem 0;}
}
@media screen and (max-width:1366px) {}
@media screen and (max-width:1200px) {
	.contact_us_ul li img {width:0.45rem;height:0.45rem;}
	.contact_us_ul li a {font-size:0.18rem;}
	.contact_us_ul li p {font-size:0.16rem;}
	.contact_us_bac {padding:0.6rem 0;}
}
@media screen and (max-width:1024px) {
	.contact_us_ul li a {font-size:0.16rem;}
	.contact_us_ul li {width:calc((100% - 0.4rem) / 2);}
	.contact_us_ul li p {font-size:0.14rem;}
	.contact_us_ul li img {width:0.4rem;height:0.4rem;margin-bottom:0.2rem;}
}
@media screen and (max-width:767px) {
	.contact_us_ul li img {width:0.35rem;height:0.35rem;}
	.contact_us_ul {gap:0.2rem;margin-top:0.4rem;}
	.contact_us_ul li {width:calc((100% - 0.2rem) / 2);}
}



.contact_map{aspect-ratio: 4 / 1.3;}
.contact_map iframe{width: 100%; height: 100%;}

@media screen and (max-width:1024px) {
	.contact_map{height: 60vh;}
}
@media screen and (max-width:560px) {
	.contact_map{height: 50vh;}
}



.partners_bac {box-sizing:border-box;padding:0.8rem 0;background:url('static/imgs/partners_bac.png') center no-repeat;background-size:cover;position:relative;}
.partners_bac::after,.partners_bac::before {content:'';width:20%;height:100%;position:absolute;z-index:1;top:0;}
.partners_bac::before {background:linear-gradient(to right,rgba(237,244,254,1),transparent);left:0;}
.partners_bac::after {background:linear-gradient(to left,rgba(237,244,254,1),transparent);right:0;}
.par_partner {}

.partners_bac .i_tit{position: relative; z-index: 3;}

/*  */.par_partner_box {margin-top:0.6rem;}
.par_partner {position:relative}
.par_partner_list {width:100%;padding:0;margin:0 auto;position:relative;overflow:hidden;z-index:1}
.par_partner_list .swiper-wrapper {display:flex;position:relative;width:100%;z-index:1}
.par_partner_list li {display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;flex-shrink:0;position:relative;cursor:pointer;flex-direction:column;overflow:hidden;border-radius:50%;}
.par_partner_list .img {width:100%;box-sizing:border-box;position:relative;overflow:hidden}
.par_partner_list .img:before {content:"";display:block;padding-bottom:100%}
.par_partner_list .img img {position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;height:100%;object-fit:contain}
.par_partner_list .img img {-webkit-transition:all .5s ease;-moz-transition:all .5s ease;-ms-transition:all .5s ease;-o-transition:all .5s ease;transition:all .5s ease}
/* æŒ‡ç¤ºå™¨ */.par-pagination {background:#D8D8D8;position:relative;width:calc(100% - 1.7rem);height:2px;margin-top:0.6rem;}
.par-pagination span {background-color:var(--i_color);position:absolute;left:0;top:0;width:100%;height:100%;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);-webkit-transform-origin:left top;-ms-transform-origin:left top;transform-origin:left top;}
/* å·¦å³ç®­å¤´ */.partners_box .pt-button-prev,.partners_box .pt-button-next {position:absolute;bottom:0%;transform:translate(0,50%);width:0.5rem;height:0.5rem;border:1px solid #999;box-sizing:border-box;z-index:999;cursor:pointer;outline:none;display:flex;display:-webkit-flex;justify-content:center;align-items:center;border-radius:50%;transition:all 0.3s ease;}
.partners_box .pt-button-prev iconify-icon,.partners_box .pt-button-next iconify-icon {font-size:0.2rem;color:#999;transition:all 0.3s ease;}
.partners_box .pt-button-prev {right:0.7rem;}
.partners_box .pt-button-next {right:0%;}
.partners_box .pt-button-prev:hover,.partners_box .pt-button-next:hover {background-color:var(--i_color);border:1px solid var(--i_color);}
.partners_box .pt-button-prev:hover iconify-icon,.partners_box .pt-button-next:hover iconify-icon {color:#fff;}
.partners_box_all {position:relative;}
@media screen and (max-width:1200px) {
	.partners_box .pt-button-prev,.partners_box .pt-button-next {display:none}
	.partners_box .pt-pagination {display:block}
	.partners_box .pt-pagination {width:100%;}
	.partners_bac {padding:0.6rem 0;}
}
@media screen and (max-width:959px) {}
@media screen and (max-width:767px) {
	.partners_box .pt-pagination {margin-top:0.4rem;}
	.par_partner_box {margin-top:0.4rem;}
}
@media screen and (max-width:560px) {}






.ia_list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.1rem 0.05rem;
  justify-content: flex-end;
  margin-top: -8%;
}

.ial_item {
  width: 22.67%;
  box-sizing: border-box;
  border-radius: 10px;
  background: linear-gradient(
    118deg,
    rgba(248, 249, 250, 0.8) 2%,
    rgba(237, 241, 249, 0.8) 45%,
    rgba(216, 226, 247, 0.8) 100%
  );
  backdrop-filter: blur(10px);
  padding: 0.17rem 0.3rem 0.32rem 0.26rem;
  position: relative;
  overflow: hidden;
}

.ial_icon {
  width: 0.55rem;
  transition: all 0.4s ease;
}

.ial_item h4 {
  display: flex;
  justify-content: flex-end;
  align-items: baseline;
}

.ial_item i {
  font-size: 0.55rem;
}

.ial_item p {
  text-align: right;
}

.S_img {
  width: 34%;
  position: absolute;
  left: -5%;
  bottom: -12%;
  opacity: 0;
}

.ial_item:hover {
  background: var(--i_color);
}
.ial_item:hover .ial_icon {
  filter: invert(1) sepia(1) saturate(0) hue-rotate(0deg) brightness(2);
}
.ial_item:hover h4,
.ial_item:hover p {
  color: #fff;
}
.ial_item:hover .S_img {
  opacity: 1;
}

@media screen and (max-width: 1440px) {
}
@media screen and (max-width: 1366px) {
  .ia_list {
    margin-top: -6%;
  }
  .ial_item i {
    font-size: 0.4rem;
  }
}
@media screen and (max-width: 1200px) {
  .iac_info {
    width: 50%;
  }
  .ia_list {
    margin-top: -3.5%;
  }
}
@media screen and (max-width: 1024px) {
  .iac_info {
    width: 90%;
    left: 50%;
    transform: translateX(-50%);
  }

  .ia_list {
    margin-top: 0.3rem;
    gap: 0.2rem 2%;
  }
  .ial_item {
    background: #fff;
    width: 23.5%;
    padding: 0.3rem 0.2rem;
  }
  .ial_icon {
    width: 0.4rem;
  }
  .ial_item h4 {
    margin-top: 0.1rem;
  }
  .ial_item i {
    font-size: 0.3rem;
  }
  .ial_item p {
    font-size: 0.16rem;
  }
}
@media screen and (max-width: 768px) {
  .iac_info h2 {
    font-size: 0.16rem;
  }
  .iac_info h3 {
    font-size: 0.14rem;
    margin-top: 0.1rem;
  }
  .ial_item {
    width: 49%;
  }
}
@media screen and (max-width: 560px) {
  .ia_content::before {
    padding-bottom: 60%;
  }
  .iac_info h3 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .iac_info .btnBox {
    margin-top: 0.1rem;
  }
  .ia_list {
    gap: 0.1rem 2%;
  }
  .ial_item {
    width: 100%;
    padding: 0.2rem;
    display: flex;
    align-items: center;
    gap: 0 0.2rem;
  }
  .ial_item h4 {
    justify-content: flex-start;
  }
  .ial_icon {
    width: 0.3rem;
  }
  .ial_item i {
    font-size: 0.2rem;
  }
  .ial_item p {
    font-size: 0.14rem;
  }
}




.Company_Introduction {
  background-color: #eff9f1;
}

.ci_content {
  display: flex;
  flex-wrap: wrap;
  gap: 0.3rem 0;
  justify-content: space-between;
}

.ci_content .ia_list {
  flex-wrap: wrap;
  width: 47%;
  justify-content: normal;
  margin-top: 0;
  gap: 0.28rem 3%;
}

.ci_content .ial_item {
  width: 48.5%;
  background: #fff;
}
.ci_content .ial_item:hover {
  background: var(--i_color);
}

.ci_video {
  width: 50%;
  position: relative;
}

.ci_video img {
	position:absolute; top:0; left:0; width:100%; height:100%; object-fit: cover;
  border-radius: 0.1rem;
}

.civ_btn {
  width: 0.88rem;
  height: 0.88rem;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(10px);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  transition: all 0.4s ease;
  font-size: 0.35rem;
  color: var(--i_color);
}
.civ_btn iconify-icon{position:absolute; top:50%; left:50%; transform:translate(-50%,-50%);}
.civ_btn:hover {
  background-color: var(--i_color);
  color: #fff;
}

@media screen and (max-width: 1024px) {
  .civ_btn {
    width: 0.7rem;
    height: 0.7rem;
    font-size: 0.25rem;
  }
}
@media screen and (max-width: 768px) {
  .ci_content .ia_list,
  .ci_video {
    width: 100%;
  }
}
@media screen and (max-width: 560px) {
  .ci_content .ia_list {
    gap: 0.2rem 0;
  }
  .ci_content .ial_item {
    width: 100%;
  }
  .civ_btn {
    width: 0.6rem;
    height: 0.6rem;
    font-size: 0.2rem;
  }
}

/* 企业文化 */

.exhibitBox-scroll-wrapper {
  position: relative;
  width: 100%;
}

.exhibitBox {
  position: sticky !important;
  top: var(--header_height);
  width: 100%;
  height: calc(100vh - var(--header_height)) !important;
  overflow: hidden;
}

.exhibitImgs {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  z-index: -1;
}

.exhibitImgs li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 1s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: opacity;
}

.exhibitImgs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.exhibitImgs li.active {
  opacity: 1;
}

.exhibitContent {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 0.2rem 0;
  align-items: center;
  justify-content: space-between;
}

.exhibitTxt {
  width: 54%;
}

.exhibitAct {
  width: 36%;
  box-sizing: border-box;
  padding: 0.22rem 0.22rem 0.38rem 0.25rem;
  background: linear-gradient(
    130deg,
    rgba(248, 249, 250, 0.8) 4%,
    rgba(237, 241, 249, 0.8) 47%,
    rgba(216, 226, 247, 0.8) 100%
  );

  backdrop-filter: blur(10px);
  border-radius: 0.1rem;
}

.exhibitAct_pics {
  width: 100%;
  position: relative;
  border-radius: 0.1rem;
  overflow: hidden;
}
.exhibitAct_pics::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 61%;
}
.exhibitAct_pics img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 4%;
  left: 0;
  transition: all 0.4s ease;
  opacity: 0;
}

.exhibitAct_pics img.active {
  opacity: 1;
  top: 0;
}

.exhibitAct_txt {
  width: 100%;
  position: relative;
  min-height: 0.8rem;
}

.exhibitAct_txt li {
  opacity: 0;
  transform: translateY(20px);
  display: block !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.exhibitAct_txt li.active {
  opacity: 1;
  transform: translateY(0);
  transition: all 1s;
}

.Indicator_num {
  text-align: right;
}

@media screen and (max-width: 768px) {
  .exhibitBox {
    box-sizing: border-box;
    padding: 0.3rem 0;
  }
  .exhibitTxt,
  .exhibitAct {
    width: 100%;
  }

  .exhibitTxt {
    font-size: 0.16rem;
  }
  .exhibitAct {
    padding: 0.2rem;
  }
  .Indicator_num {
    margin-top: 0.1rem;
  }
}
@media screen and (max-width: 560px) {
}

/* 里程碑 */
.milestone {
  background: url(static/images/milestoneBa.webp) no-repeat center;
  background-size: cover;
}

.history_partner {
  position: relative;
}
.history_partner_list {
  width: 100%;
  padding: 0.6rem 0;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.history_partner_list .swiper-wrapper {
  display: flex;
  position: relative;
  width: 100%;
  z-index: 1;
}
.history_partner_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-shrink: 0;
  position: relative;
  cursor: pointer;
  flex-direction: column;
  align-items: flex-start;
}
.history_data {
  position: relative;
}
.history_partner_list h2 {
  font-size: 0.62rem;
  font-weight: bold;
  line-height: 100%;
  margin-bottom: 0.3rem;
  display: inline-block;
  transition: all 0.3s ease;
}

.history_text {
  border-radius: 0.15rem;
  box-sizing: border-box;
  padding: 0.4rem 0.2rem;
  padding-left: 0.6rem;
  margin-top: 0.6rem;
  transition: all 0.3s ease;
  width: 100%;
  background-color: #fff;
  box-sizing: border-box;
}
.history_text h4 {
  font-size: 0.18rem;
  line-height: 0.22rem;
}
.history_partner_list ul {
  position: relative;
}
.history_partner::after {
  content: "";
  width: 100%;
  height: 0.02rem;
  background-color: #b6cfff;
  position: absolute;
  top: 1.59rem;
  left: 0;
  z-index: -1;
}
.history_partner_list .line {
  position: absolute;
  width: 2px;
  height: 1rem;
  background-color: var(--i_color);
  left: 0.3rem;
  top: 1rem;
}
.history_partner_list .dian,
.history_partner_list .dot {
  width: 16px;
  height: 16px;
  background: #fff;
  border-radius: 50%;
  border: 2px solid var(--i_color);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.history_partner_list .dian {
  bottom: 0;
}
.history_partner_list .dot {
  top: -8px;
}
.history_partner_list .dot::after,
.history_partner_list .dot::before {
  content: "";
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: linear-gradient(
    46deg,
    rgba(16, 158, 114, 0.146) 32%,
    rgba(16, 158, 114, 0.144) 65%
  );
  box-shadow: 0px 4px 10px 0px rgba(16, 158, 114, 0.8);
  border-radius: 50%;
  opacity: 0;
}

.history_partner_list li:hover .dot::after {
  animation: circle-keys 2s ease-in-out infinite;
}
.history_partner_list li:hover .dot::before {
  animation: outline-keys 2s ease-in-out infinite;
}
@keyframes circle-keys {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
  50% {
    transform: translate(-50%, -50%) scale(1.5);
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
}

@keyframes outline-keys {
  0% {
    transform: translate(-50%, -50%) scale(0);
    outline: solid 0.3rem var(--i_color);
    outline-offset: 0;
    opacity: 1;
  }

  100% {
    transform: translate(-50%, -50%) scale(1.5);
    outline: solid 0 transparent;
    outline-offset: 0.05rem;
    opacity: 0;
  }
}

.history_partner_list li:hover h2 {
  color: var(--i_color);
}
.history_partner_list li:hover .history_text {
  box-shadow: 1px 4px 25px 5px rgba(16, 158, 114, 0.2);
}
.history_partner_list li:hover i {
  animation: circle-keys 2s ease-in-out infinite;
}

/* 指示器 */
.history_partner .pt-pagination {
  display: none;
  text-align: center;
  margin: 0.4rem auto 0;
}
.history_partner .pt-pagination .swiper-pagination-bullet {
  width: 0.08rem;
  height: 0.08rem;
  cursor: pointer;
  display: inline-block;
  margin: 0 5px;
  background: #bbb;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  outline: none;
}
.history_partner .pt-pagination .swiper-pagination-bullet-active {
  position: relative;
  background: var(--i_color);
}
/* 左右箭头 */
.history_partner_LR {
  display: flex;
  display: -webkit-flex;
  gap: 0 0.45rem;
  justify-content: center;
  margin-top: 0.2rem;
}
.history_partner .pt-button-prev,
.history_partner .pt-button-next {
  width: 0.5rem;
  height: 0.5rem;
  box-sizing: border-box;
  border-radius: 0.08rem;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  border: 1px solid var(--i_color);
  background-color: var(--i_color);
  cursor: pointer;
  transition: all 0.3s ease;
}
.history_partner .pt-button-prev iconify-icon,
.history_partner .pt-button-next iconify-icon {
  font-size: 0.24rem;
  color: #fff;
  transition: all 0.3s ease;
}
.history_partner .pt-button-prev:hover,
.history_partner .pt-button-next:hover {
  background-color: transparent;
}
.history_partner .pt-button-prev:hover iconify-icon,
.history_partner .pt-button-next:hover iconify-icon {
  color: var(--i_color);
}
@media screen and (max-width: 1440px) {
  .history_partner_list h2 {
    font-size: 0.4rem;
  }
  .history_text {
    margin-top: 0.5rem;
  }
  .history_partner_list .dian,
  .history_partner_list .dot {
    width: 12px;
    height: 12px;
  }
  .history_partner::after {
    top: 1.49rem;
  }
  .history_partner_list .line {
    top: 0.9rem;
  }
}

@media screen and (max-width: 1024px) {
  .history_partner .pt-pagination {
    display: block;
    margin-top: 0;
  }
  .history_partner_LR {
    display: none;
  }
  .history_text {
    padding: 0.2rem;
    padding-left: 0.3rem;
    margin-top: 0.3rem;
  }
  .history_partner_list h2 {
    font-size: 0.32rem;
  }
  .history_text h4 {
    font-size: 0.14rem;
  }
  .history_partner::after {
    top: 1.19rem;
  }
  .history_partner_list .line {
    left: 0.15rem;
    height: 0.7rem;
    top: 0.6rem;
  }
  .history_partner_list .dian,
  .history_partner_list .dot {
    width: 10px;
    height: 10px;
  }
}
@media screen and (max-width: 959px) {
}
@media screen and (max-width: 560px) {
  .milestone .titleBox {
    margin-bottom: 0;
  }
  .history_text {
    margin-top: 0.15rem;
  }
  .history_partner_list h2 {
    font-size: 0.3rem;
  }
  .history_partner_list .line {
    top: 0.45rem;
    height: 0.5rem;
  }
  .history_partner::after {
    top: 0.99rem;
    height: 1px;
  }
}

/* 荣誉证书 */
.Certificate_Honor {
  background: url(static/images/Honor_Ba.webp) no-repeat center;
  background-size: cover;
  position: relative;
}

.Certificate_title {
  position: absolute;
  left: 50%;
  top: 27%;
  transform: translateX(-50%);
  display: block;
  width: 56%;
}

.ceshi_list {
  position: relative;
  overflow: hidden;
}
.ceshi_list .swiper-wrapper {
  display: -webkit-flex;
  display: flex;
  position: relative;
  width: 100%;
  align-items: flex-end;
}
.ceshi_list .swiper-slide {
  flex-shrink: 0;
  position: relative;
  display: flex;
  margin-bottom: 0.2rem;
}

.ceshi_img {
  width: 100%;
  /* height: 4.3rem; */
  padding-bottom: 140%;
  position: relative;
  transition: all 0.4s ease;
  display: flex;
  align-items: flex-end;
}

.ceshi_img p {
  width: calc(100% - 8px);
  position: absolute;
  left: 50%;
  bottom: 4px;
  transform: translateX(-50%);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, var(--i_color) 100%);
  padding: 0.1rem 0;
  opacity: 0;
  transition: all 0.4s ease;
}

.ceshi_img img {
  display: block;
  width: 100%;
  height: 80%;
  object-fit: contain;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #fff;
  transition: all 0.4s ease;
  box-sizing: border-box;
  border: 4px solid #666666;
}

/* prev,next */
.ceshi_list .swiper-slide-prev {
  /* margin-left: -4px; */
}
.ceshi_list .swiper-slide-next {
  /* margin-right: -4px; */
}

.ceshi_list .swiper-slide-prev,
.ceshi_list .swiper-slide-next {
  margin-bottom: 0.1rem;
}
.ceshi_list .swiper-slide-prev .ceshi_img img,
.ceshi_list .swiper-slide-next .ceshi_img img {
  height: 90%;
}

@media screen and (min-width: 1025px) {
  .ceshi_list .swiper-slide-prev .ceshi_img img {
    border-right: none;
  }
  .ceshi_list .swiper-slide-next .ceshi_img img {
    border-left: none;
  }
}

/* active */
.ceshi_list .swiper-slide-active .ceshi_img p {
  opacity: 1;
}
.ceshi_list .swiper-slide-active {
  margin: 0 0px;
}
.ceshi_list .swiper-slide-active .ceshi_img img {
  height: 100%;
}

/* 全屏蒙层，默认隐藏 */
.img-viewer {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.85);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: zoom-out;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  z-index: 9999999999;
}
.img-viewer.show {
  opacity: 1;
  visibility: visible;
}
.img-viewer img {
  width: 20%;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

@media screen and (max-width: 1024px) {
  .ceshi {
    padding: 0.7rem 0;
  }
  .Certificate_title {
    width: 60%;
  }
  .ceshi_list .swiper-slide {
    margin-bottom: 0;
  }
  .ceshi_list .swiper-slide-prev,
  .ceshi_list .swiper-slide-next {
    margin: 0;
  }
  .ceshi_list .swiper-slide-active {
    margin: 0 0;
  }
  .ceshi_img img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain;
  }
  .ceshi_img p {
    opacity: 1;
  }
}

@media screen and (max-width: 560px) {
  .Certificate_title {
    top: 24%;
  }
  .ceshi {
    padding: 0.3rem 0;
  }
  .img-viewer img {
    width: 80%;
  }
}

/* 环境展示 */
.Environmental_Display {
}

.Environmental_list {
  position: relative;
  overflow: hidden;
}
.Environmental_list .swiper-wrapper {
  display: -webkit-flex;
  display: flex;
  position: relative;
  width: 100%;
}
.Environmental_list .swiper-slide {
  flex-shrink: 0;
  position: relative;
}
.Environmental_list .swiper-slide::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 84%;
}
.Environmental_list .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.4s ease;
}

/* -------------------------- */
.Environmental-pagination {
  display: none;
  margin-top: 0.3rem;
  text-align: center;
}
.Environmental-pagination .swiper-pagination-bullet {
  width: 0.08rem;
  height: 0.08rem;
  display: inline-block;
  margin: 0 6px;
  background: #ccc;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  outline: none;
  cursor: pointer;
}
.Environmental-pagination .swiper-pagination-bullet-active {
  background: var(--i_color);
}

@media screen and (max-width: 1024px) {
  .Environmental-pagination {
    display: block;
  }
}








.category_page{}

.category_des{}
.category_des h1{margin-bottom: 0.1rem; font-weight: bold;}
.category_des span{color: #666;}





.categoryBox{display:-webkit-flex; display:flex; flex-wrap:wrap;}

.cat_nav{width: 22.5%; position: relative;}
.cat_nav_tit{display: none;}

.cat_nav_list{}
.cat_nav_list li{margin-bottom: 14px; position: relative; background: #F7F7F7;}
.cat_nav_list li.active{border-color: transparent;}

.cat_fold_tit{padding: 0 .2rem; display:-webkit-flex; display:flex; flex-wrap:nowrap;align-items: center;gap: 0 .2rem;}
.cat_fold_tit a{padding: .14rem 0; width: 100%; font-size: 0.18rem;font-weight: bold;}
.cat_fold_tit iconify-icon{margin-left: auto;flex-shrink: 0;font-size: 0.24rem;cursor: pointer;-webkit-transition:all .5s ease; transition:all .5s ease;}
.cat_fold_tit a:hover,.active .cat_fold_tit a,.active .cat_fold_tit iconify-icon{color: var(--i_color);}
.active .cat_fold_tit{background: var(--i_color);}
.active .cat_fold_tit a{color: #FFF;}
.active .cat_fold_tit iconify-icon{color: #FFF; -webkit-transform:rotate(-180deg); transform:rotate(-180deg);}

.cat_fold_sub{display: none; padding:.1rem .2rem .1rem;}
.cat_fold_sub a{display: block;padding: .1rem 0;font-size: 0.16rem;font-weight: bold; position: relative;-webkit-transition:all .5s ease; transition:all .5s ease;}
.cat_fold_sub a::before{opacity: 0; content: '';position:absolute; top:50%; transform:translate(0,-50%);left: -.2rem;width: .2rem;height: .2rem;background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23109E72' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M4.5 12h15m0 0l-5.625-6m5.625 6l-5.625 6'/%3E%3C/svg%3E") no-repeat center;background-size: contain; -webkit-transition:all .5s ease; transition:all .5s ease;}
.cat_fold_sub a:hover::before,.cat_fold_sub .active a::before{opacity: 1; left: 0;}
.cat_fold_sub a:hover,.cat_fold_sub .active a{padding-left: 0.24rem; color: var(--i_color);}

@media screen and (max-width:1024px) {
	.cat_nav{width: 100%; padding: 0 0; background: none;}
	.cat_nav_tit{padding: 14px 28px; display:-webkit-flex; display:flex; flex-wrap:nowrap;align-items: center;position: relative;z-index: 2; background: var(--i_color);}
	.cat_nav_tit h4{font-size: 20px; color: #FFF;}
	.cat_nav_tit iconify-icon{display: block; margin-left: auto;font-size: 26px;color: #FFF;}

	/* .active .cat_fold_tit{background: none;} */
	/* .active .cat_fold_tit a{color: var(--i_color);}
	.active .cat_fold_tit iconify-icon{color: var(--i_color); -webkit-transform:rotate(-180deg); transform:rotate(-180deg);} */

	.cat_nav_list{display: none;box-sizing: border-box;padding: 36px 30px 20px; background: rgb(16 158 114 / 5%);-webkit-border-radius:0 0 6px 6px; border-radius:0 0 6px 6px;}
	.cat_nav_list li{border-top: none; border-bottom: 1px solid rgb(16 158 114 / 10%); background: #FFF;}
	.cat_nav_list li.active{border-color: rgb(16 158 114 / 10%);}
	.cat_fold_tit a{padding: 12px 0;font-size: 17px;}
	.cat_fold_sub p{font-size: 15px;}
	.cat_fold_sub a{font-size: 15px;}
}
@media screen and (max-width:768px) {
	.cat_nav_tit{padding: 12px 20px;}
	.cat_nav_tit h4{font-size: 18px;}
	.cat_nav_tit iconify-icon{font-size: 22px;}

	.cat_fold_tit a{font-size: 16px;}
}
@media screen and (max-width:560px) {
	.cat_nav_tit h4{font-size: 16px;}

	.cat_nav_list{padding: 20px 20px 10px;}

	.cat_fold_tit a{font-size: 15px;}
	.cat_fold_tit iconify-icon{font-size: 22px;}
	.cat_fold_sub a{font-size: 14px;}
}






.catList_show{width: 72%; margin-left: auto;}
.p_list {
	--ico_size: .3rem
}
.p_list {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	gap: .5rem 3%;
}
.p_list li {
	width: 31.33%;
	overflow: hidden;
}
.p_list li:nth-child(3n) {
	margin-right: 0;
}

.p_list .img {
	width: 100%;
	box-sizing: border-box;
	border: 1px solid #E5E5E5;
	position: relative;
	overflow: hidden
}
.p_list .img::before {
	content: "";
	display: block;
	padding-bottom: 100%
}
.p_list .img img {
	position: absolute;top: 0;left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.p_list .txt {
	margin-top: 0.14rem;
	display: -webkit-flex;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	gap: 0 .16rem;
}
.p_list span {
	width: 100%;
}
.p_list span h2 {
	margin-bottom: 0.08rem;
	font-size: 0.16rem;
	color: #000;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.p_list span p {
	font-size: 14px;
	color: #797979;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.p_list iconify-icon {
	flex-shrink: 0;
	margin-left: auto;
	font-size: 0.24rem;
	color: #666;
}

.p_list li:hover .img{border-color: var(--i_color);}
.p_list li:hover img {-webkit-transform: scale(1.05, 1.05); transform: scale(1.05, 1.05);}
.p_list li:hover span h2 {
	color: var(--i_color);
}
.p_list li:hover iconify-icon {
	color: var(--i_color);
}

.p_list .img,.p_list .img img,.p_list span h2,.p_list iconify-icon{-webkit-transition:all .5s ease; transition:all .5s ease;}

@media screen and (max-width:1024px) {
	.catList_show{width: 100%; margin-top: 40px;}
}
@media screen and (max-width:768px) {
	.p_list iconify-icon{display: none;}
	.p_list .txt{text-align: center;}
	.p_list span h2{font-size: 15px;}
}
@media screen and (max-width:560px) {
	.catList_show{margin-top: 30px;}
	.p_list{gap: 34px 4%;}
	.p_list li{width: 48%;}
}






.contact_aside{background:rgb(50, 145, 182, 6%); box-sizing: border-box; padding: .4rem; position: relative; -webkit-border-radius:6px; border-radius:6px;position: relative;}
.contact_aside h5{padding-bottom: 4px;margin-bottom: 0.2rem; font-size: 1.8vw;font-weight: bold;color: var(--i_color);position: relative;}
.contact_aside h5::before{content: '';position: absolute;left: 0;bottom: 0;width: 0.6rem;height: 3px;background: var(--i_color);}

.contact_aside ul{position: relative;}
.contact_aside li{margin: .1rem 0; display:-webkit-flex; display:flex; flex-wrap:wrap;}
.contact_aside h6,.contact_aside a,.contact_aside p{font-size: 0.17rem;}
.contact_aside li:last-child h6,.contact_aside li:last-child p{display: contents;}
.contact_aside h6{font-weight: bold;}
.contact_aside a:hover{color: var(--i_color);text-decoration: underline;}

@media screen and (max-width:1366px) {
	.contact_aside{padding: .3rem;}
}
@media screen and (max-width:1024px) {
	.contact_aside{display: none;}
}







.p_data{display:-webkit-flex; display:flex; flex-wrap:nowrap; gap: 0 5%;}

/* atlas */
.p_atlas {flex-shrink: 0; width:40%; box-sizing: border-box; position: relative;}
.p_atlas_list {width: calc(100% - 1rem); margin-left: auto; margin-right: auto; position:relative;overflow:hidden}
.p_atlas_list .swiper-wrapper {display:-webkit-flex;display:flex;position:relative;width:100%}
.p_atlas_list .swiper-slide {flex-shrink:0;position:relative;overflow:hidden;}
.p_atlas_list .swiper-slide::before {content:'';display:block;padding-bottom:100%;}
.p_atlas_list .swiper-slide img {position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;}

/* thumbnail */
.p_thumbnail_list {width:calc(100% - 1rem);margin:.2rem auto 0;box-sizing:border-box;position:relative;overflow:hidden}
.p_thumbnail_list .swiper-wrapper {display:-webkit-flex;display:flex;position:relative;width:100%}
.p_thumbnail_list .swiper-slide {flex-shrink:0;position:relative;overflow:hidden;cursor:pointer;}
.p_thumbnail_list figure {width:100%;position:relative;overflow:hidden;}
.p_thumbnail_list figure::before {content:'';display:block;padding-bottom:100%;}
.p_thumbnail_list figure img {position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;}
.p_thumbnail_list .swiper-slide-thumb-active figure::after {content:'';position:absolute;left:0;top:0;width:100%;height:100%;box-sizing:border-box;border:2px solid var(--i_color);}

.thumbnail-prev,.thumbnail-next {position:absolute;top:50%;transform:translate(0,-50%);width:.4rem;height:.4rem;z-index:3;cursor:pointer;outline:none;-webkit-user-select:none;user-select:none;-webkit-transition:all .5s ease;transition:all .5s ease;z-index:3;}
.thumbnail-prev {left:0;}
.thumbnail-next {right:0;}
.thumbnail-prev iconify-icon,.thumbnail-next iconify-icon {position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:0.36rem;color:var(--i_color)}
.p_atlas .swiper-button-disabled{opacity: .2; cursor: not-allowed;}

.thumbnail-pagination {position:absolute;top:.1rem;right:.1rem;text-align:center;padding: 2px 6px; z-index:2;}
.thumbnail-pagination,.thumbnail-pagination span{font-size: 14px; color: #666;}
.thumbnail-pagination .swiper-pagination-current{font-size: 0.22rem;color: var(--i_color);}

@media screen and (max-width:1024px) {
	.p_data{flex-wrap: wrap;}

	.p_atlas{width: 100%; max-width: 6rem; margin: 0 auto .46rem;}
}
@media screen and (max-width:768px) {

}
@media screen and (max-width:560px) {
	.p_atlas_list{width: 100%;}
	.thumbnail-prev iconify-icon, .thumbnail-next iconify-icon{font-size: 30px;}
}






.p_title{margin-left: auto;width: 100%;}
.p_title h1{padding-bottom: 0.16rem;margin-bottom: 0.16rem; border-bottom: 1px solid #DDD; color: #111; font-weight: bold;}

.p_des{margin-left: auto;}
.p_des span{line-height: 2; color: #666; position: relative;}

.p_features{margin: .3rem 0; background: #f5fcf6; padding: .24rem;display:-webkit-flex; display:flex; flex-wrap:wrap;gap: .2rem 4%;}
.p_features dd{width: 100%; font-size: 0.18rem;font-weight: bold;}
.p_features dt{width: 48%;}
.p_features h6{font-size: 15px; color: #666;}

.p_btn{display:-webkit-flex; display:flex; flex-wrap:nowrap;align-items: center;gap: 0 3%;}
.p_btn a{width: 100%; box-sizing: border-box; padding: .16rem .2rem; display:-webkit-flex; display:flex; flex-wrap:wrap;align-items: center; justify-content: center;gap: 0 10px; box-sizing: border-box;background: #E9E9E9; -webkit-border-radius:6px; border-radius:6px;}
.p_btn iconify-icon{font-size: 0.22rem;color: var(--i_color);}
.p_btn b{font-size: 0.18rem;color: var(--i_color);}

.p_btn a:first-child{
	background:-webkit-linear-gradient(left, var(--i_color), #4cb459);
	background:linear-gradient(to right, var(--i_color), #4cb459);
}
.p_btn a:first-child iconify-icon,.p_btn a:first-child b{color: #FFF;}

.p_share{display:-webkit-flex; display:flex; flex-wrap:wrap;gap: 0 .18rem;}
.p_share a{display: block;width: 0.34rem;height: 0.34rem;box-sizing: border-box;border: 1px solid var(--i_color);-webkit-border-radius:50%; border-radius:50%;position: relative;}
.p_share iconify-icon{position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); font-size: 0.18rem;color: var(--i_color);}
.p_share a:hover{background: var(--i_color);}
.p_share a:hover iconify-icon{color: #FFF;}

@media screen and (max-width:768px) {
	.p_btn a{padding: 12px 20px;}
	.p_btn b{font-size: 16px;}
}
@media screen and (max-width:560px) {
	.p_des{width: 98%;}

	.p_features{padding: 24px 20px; gap: 8px 0;}
	.p_features dd{font-size: 16px;}
	.p_features dt{width: 100%;}
	.p_features h6{font-size: 13px;}

	.p_btn iconify-icon{font-size: 18px;}
	.p_btn b{font-size: 15px;}

	.p_share a{width: 30px;height: 30px;}
	.p_share iconify-icon{font-size: 15px;}
}







.p_content_box{}

.p_cont_nav{display:-webkit-flex; display:flex; flex-wrap:wrap;gap: 10px .3rem;}
.p_cont_nav dt{min-width: 2.2rem; box-sizing: border-box;border: 1px solid var(--i_color);text-align: center;cursor: pointer;}
.p_cont_nav p{padding: .1rem .2rem; font-size: 0.18rem; color: var(--i_color)}
.p_cont_nav dt.active p{color: #FFF; background: var(--i_color);}

.p_content{}
.p_article{display: none;}
.p_article.active{display: block;}

@media screen and (max-width:1024px) {
	.p_cont_nav{gap: 10px .3rem;}
	.p_cont_nav dt{min-width:auto;}
}
@media screen and (max-width:768px) {
	.p_cont_nav{gap: 10px .2rem;}
	.p_cont_nav p{font-size: 16px;}
}
@media screen and (max-width:560px) {
	.p_cont_nav{gap: 10px .14rem;}
	.p_cont_nav dt{min-width: 100px}
	.p_cont_nav p{padding: 8px 12px; font-size: 14px;}
}





.p_down_guide{}
.p_down_guide a{margin-bottom: 0.2rem; display:-webkit-flex; display:flex; flex-wrap:nowrap;align-items: center;gap: 0 .2rem;}
.p_down_guide p{font-size: 0.16rem;color: var(--i_color);text-decoration: underline;}
.p_down_guide .i_more{flex-shrink: 0; padding: .1rem .3rem; margin-left: auto; display:-webkit-flex; display:flex; flex-wrap:wrap; align-items: center; justify-content: center; gap: 0 6px;}
.p_down_guide .i_more iconify-icon{font-size: 0.26rem;color: #FFF;}
.p_down_guide .i_more b{padding: 0 0;}

@media screen and (max-width:768px) {
	.p_down_guide{margin-bottom: 0.2rem;}
	.p_down_guide p{font-size: 15px;}
}
@media screen and (max-width:560px) {
	.p_down_guide .i_more{padding: 4px;}
	.p_down_guide .i_more b{display: none;}
	.p_down_guide .i_more iconify-icon{font-size: 20px;}
}





.p_tags{padding-top: 0.2rem; border-top: 1px solid #DDD;display:-webkit-flex; display:flex; flex-wrap:wrap; align-items: baseline; gap: .06rem 0;}
.p_tags>p{margin-right: 6px; font-size: 0.18rem;font-weight: bold;}
.p_tags a{margin: 2px 0.3rem 0 0; font-size: 0.14rem;}
.p_tags a:hover{text-decoration: underline;color: var(--i_color);}
@media screen and (max-width:768px) {
	.p_tags>p{font-size: 15px;}
	.p_tags a{font-size: 13px;}
}



.p_view_other{display:-webkit-flex; display:flex; flex-wrap:nowrap; justify-content: space-between; align-items: center; gap: 0 4%;}
.p_view_other li{max-width: 46%; display:-webkit-flex; display:flex; flex-wrap:nowrap;gap: 0 .14rem; align-items:center}
.p_view_other a{font-size: 0.14rem;}

.p_view_other span{flex-shrink: 0; padding: .08rem .2rem; display:-webkit-flex; display:flex; flex-wrap:wrap;align-items: center; gap: 0 6px; font-size: 0.18rem;font-weight: bold;background: var(--i_color);-webkit-border-radius:2rem; border-radius:2rem;}
.p_view_other span b{font-size: 15px; color: #FFF;}
.p_view_other span iconify-icon{font-size: 24px; color: #FFF;}

.p_view_other .next{text-align: right;}

.p_view_other a:hover{color: var(--i_color);text-decoration: underline;}

@media screen and (max-width:768px) {
	.p_view_other{flex-wrap: wrap;gap: .1rem 0;}
	.p_view_other li{max-width: none; width: 100%;}
	.p_view_other a{font-size: 13px;}
	.p_view_other span{padding: 6px 16px}
	.p_view_other span b{font-size: 13px;}
	.p_view_other .next{text-align: left;}
	.p_view_other .next span{order: -1;}
}






.hotProducts_list{display:-webkit-flex; display:flex; flex-wrap:wrap;gap: .44rem 3%;}
.hotProducts_list li{width: 31.33%; background: #f5fcf6; -webkit-border-radius:.1rem; border-radius:.1rem;-webkit-transition:all .5s ease; transition:all .5s ease;}
.hotProducts_list a{display:-webkit-flex; display:flex; flex-wrap:nowrap;align-items: center; gap: 0 4%; padding: .14rem;}

.hotProducts_pic{flex-shrink: 0; width:40%; position:relative; overflow:hidden}
.hotProducts_pic::before{content:""; display:block; padding-bottom:100%}
.hotProducts_pic img{position:absolute; top:0; left:0; width:100%; height:100%; object-fit: cover;-webkit-transition:all .5s ease; transition:all .5s ease;}

.hotProducts_tit{width: 100%;}
.hotProducts_tit span{font-size: 0.16rem;overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:2;}
.hotProducts_tit h5{margin: 6px 0 .14rem; font-size: 14px; color: #B1B1B1;}
.hotProducts_tit iconify-icon{margin-left: 0; font-size: 0.24rem;color: #666}

.hotProducts_list li:hover{background: #FFF; box-shadow: 0 2px 10px rgb(16 158 114 / 20%);}
.hotProducts_list li:hover img{-webkit-transform: scale(1.05, 1.05); transform: scale(1.05, 1.05);}
.hotProducts_list li:hover span,.hotProducts_list li:hover iconify-icon{color: var(--i_color);}

@media screen and (max-width:1024px) {
	.hotProducts_list{gap: 30px 4%;}
	.hotProducts_list li{width: 48%;}
}
@media screen and (max-width:768px) {
	.hotProducts_tit span{font-size: 15px;}
	.hotProducts_tit h5{margin-bottom: 0; font-size: 13px;}
	.hotProducts_tit iconify-icon{display: none;}
}
@media screen and (max-width:560px) {
	.hotProducts_list{gap: 20px 0;}
	.hotProducts_list li{width: 100%;}
}








.oem__{}
.oem__ article{}

.oem_list {display:-webkit-flex;display:flex;flex-wrap:wrap;justify-content:space-between;counter-reset:section}
.oem_list li {margin-top:0.5rem;width:48%;box-sizing:border-box;border:1px solid rgb(22 126 230 / 20%);box-sizing:border-box;padding:.6rem .4rem;position:relative;overflow:hidden;display:-webkit-flex;display:flex;flex-wrap:wrap;}
.oem_list li::before {position:absolute;right:0.3rem;bottom:0.2rem;counter-increment:section;content:"0" counter(section);font-size:0.24rem;color:#CCC;font-weight:bold;}
.oem_list li::after {content:'';position:absolute;top:0;left:50%;transform:translate(-50%,0);width:0;height:3px;background:var(--i_color);-webkit-transition:all .5s ease;transition:all .5s ease}
.oem_list span {display:-webkit-flex;display:flex;flex-wrap:nowrap;align-items:center;}
.oem_list .ico {flex-shrink:0;width:1.4rem;height:1.4rem;box-sizing:border-box;border:1px solid var(--i_color);-webkit-border-radius:50%;border-radius:50%;position:relative;}
.oem_list .ico iconify-icon {position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:0.6rem;color:var(--i_color);}
.oem_list .txt {margin-left:0.3rem;}
.oem_list .txt h2 {font-size:0.2rem;color:#141414;font-weight:bold;}
.oem_list .txt h3 {margin:.1rem 0 0;font-size:15px;color:#141414;position:relative; line-height: 1.6;}
.oem_list li:hover {border-color:rgb(22 126 230 / 0);box-shadow:0 .06rem .2rem rgb(22 126 230 / 15%);}
.oem_list li:hover::after {width:100%;}
.oem_list li:hover::before {color:var(--i_color);}
.oem_list li:hover .ico {background:var(--i_color);}
.oem_list li:hover .ico iconify-icon {color:#FFF;}

@media screen and (max-width:1440px) {
	.oem_list .ico{width: 1.2rem;height: 1.2rem;}
}
@media screen and (max-width:1024px) {
	.oem_list li{padding: 20px 20px;}
	.oem_list li::before{display: none;}
	.oem_list .ico{width: 70px;height: 70px;}
	.oem_list .ico iconify-icon{font-size: 38px;}
	.oem_list .txt h2{font-size: 17px;}
}
@media screen and (max-width:768px) {
	.oem_list{margin-top: 40px; gap: 30px 4%;}
	.oem_list li{align-items: flex-start; margin: 0 0;}
	.oem_list span{flex-wrap: wrap; align-items: flex-start;}
	.oem_list .ico{width: 50px;height: 50px;}
	.oem_list .ico iconify-icon{font-size: 28px;}
	.oem_list .txt{margin: 10px 0 0;}
	.oem_list .txt h2{font-size: 16px;}
}
@media screen and (max-width:560px) {
	.oem_list{gap: 20px 0;}
	.oem_list li{width: 100%;}
	.oem_list .ico{width: 40px;height: 40px;}
	.oem_list .ico iconify-icon{font-size: 22px;}
}





.oem__{}
.oem__list{}
.oem__list dt{display:-webkit-flex; display:flex; flex-wrap:nowrap;align-items: center; gap: 0 .5rem;}

.oem__list .pic{flex-shrink: 0; width:50%; position:relative; -webkit-border-radius:.16rem 0 0 .16rem; border-radius:.16rem 0 0 .16rem; overflow:hidden}
.oem__list .pic::before{content:""; display:block; padding-bottom:50%}
.oem__list .pic img{position:absolute; top:0; left:0; width:100%; height:100%; object-fit: cover;-webkit-transition:all .5s ease; transition:all .5s ease;}

.oem__list .txt{width: 100%;}
.oem__list .txt h5{font-size: 0.26rem; color: var(--i_color);font-weight: bold;}
.oem__list .txt span{display: block;margin-top: 0.2rem; font-size: 0.16rem; color: #666; line-height: 1.6;}

.oem__list dt:nth-child(even) .txt{order: -1;}
.oem__list dt:nth-child(even) .pic{-webkit-border-radius:0 .16rem .16rem 0; border-radius:0 .16rem .16rem 0;}

.oem__list dt:hover img{-webkit-transform: scale(1.05, 1.05); transform: scale(1.05, 1.05);}

@media screen and (max-width:1024px) {
	.oem__list dt{gap: 0 34px;}
	.oem__list .txt h5{font-size: 18px;}
	.oem__list .txt span{font-size: 14px;}
}
@media screen and (max-width:768px) {
	.oem__list dt{margin-bottom: 40px; flex-wrap: wrap; gap:14px 0;}
	.oem__list .pic{width: 100%; -webkit-border-radius:.1rem !important; border-radius:.1rem !important;}
	.oem__list .txt{order: 2 !important;}
	.oem__list .txt span{margin-top: 10px;}
}
@media screen and (max-width:560px) {
	.oem__list .txt h5{font-size: 16px;}
	.oem__list .txt span{font-size: 13px;}
}






.fold_list{width: 100%;}
.fold_list li{}
.fold_list .tit{padding: .22rem; display:-webkit-flex; display:flex; flex-wrap:nowrap; align-items: center; gap: 0 .4rem; border-top: 1px solid #DDD; cursor: pointer;}
.fold_list li:first-child .tit{border-top: none;}
.fold_list .tit h5{font-size: 0.24rem;font-weight: bold;}
.fold_list .tit i{flex-shrink: 0; display: block;margin-left: auto; width: 0.34rem;height: 0.34rem;background: #999 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23FFF' d='M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6z'/%3E%3C/svg%3E") no-repeat center; background-size: .22rem; -webkit-border-radius:50%; border-radius:50%;}

.fold_list .tit.active{background: #F1F1F1; border-top-color:transparent}
.fold_list .tit.active i{background: var(--i_color) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23FFF' d='M19 12.998H5v-2h14z'/%3E%3C/svg%3E") no-repeat center;background-size: .22rem;}

.fold_list .txt{display: none; padding: .22rem;}
.fold_list .txt span{font-size: 0.16rem;line-height: 1.8;}

@media screen and (max-width:1200px) {
	.fold_list .tit h5{font-size: 20px;}
}
@media screen and (max-width:1024px) {
	.fold_list .tit h5{font-size: 18px;}
}
@media screen and (max-width:768px) {
	.fold_list .tit{padding: 16px 20px;}
	.fold_list .tit h5{font-size: 17px;}
	.fold_list .txt{padding: 20px;}
	.fold_list .txt span{font-size: 15px;line-height: 1.6;}
}
@media screen and (max-width:560px) {
	.fold_list .tit{gap: 0 20px;}
	.fold_list .tit h5{font-size: 15px;}
	.fold_list .tit i{width: 26px;height: 26px; background-size: 18px !important;}
	.fold_list .txt span{font-size: 14px;}
}





/* oem2 */
.oemWhy{}

.oemWhy_list{display:flex; flex-wrap:nowrap; gap: 0 2%;}
.oemWhy_list dt{width: 100%; box-sizing: border-box; padding: .3rem; border-radius:8px; border: 1px solid #DDD; text-align: center;}
.oemWhy_list iconify-icon{font-size: 0.56rem; color: var(--i_color);}
.oemWhy_list h5{margin: .2rem auto .2rem; font-size: 0.24rem; font-weight: bold;}
.oemWhy_list p{font-size: 15px; color:#666; line-height: 1.5;}

@media screen and (max-width:1200px) {
	.oemWhy_list h5{font-size: 0.2rem;}
}
@media screen and (max-width:1024px) {
	.oemWhy_list{flex-wrap: wrap; gap: 20px 0;}
	.oemWhy_list iconify-icon{font-size: 0.4rem;}
	.oemWhy_list h5{font-size: 16px;}
	.oemWhy_list p{font-size: 14px;}
}






.oemVideo{}

.oemVideo_cont{display:flex; flex-wrap:nowrap; gap: 0 2%;}

.oemVideo_pic{width: 100%;}
.oemVideo_pic dt{margin-bottom: 0.3rem; position: relative;}
.oemVideo_pic dt:last-child{margin-bottom: 0;}
.oemVideo_pic dt::before{content: '';position: absolute; bottom: 0; left: 0; width: 100%; height: 30%; background:linear-gradient(to bottom, transparent, #000);}
.oemVideo_pic img{width: 100%; aspect-ratio: 4 / 2.104; object-fit: cover;}
.oemVideo_pic p{position: absolute; bottom: 0; left: 0; width: 100%; box-sizing: border-box; padding: 0 .3rem .2rem; font-size: 0.16rem; color: #FFF;}

.oemVideo_box{margin-left: auto; flex-shrink: 0; width: 65.6%; position: relative;}
.oemVideo_box img{width: 100%; aspect-ratio: 1920 / 1080; object-fit: cover;}
.oemVideo_box iconify-icon{position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); font-size: 0.6rem; cursor: pointer;}

@media screen and (max-width:1024px) {
	.oemVideo_cont{flex-wrap: wrap;}
	.oemVideo_pic dt{margin-bottom: 20px;}
	.oemVideo_pic dt::before{height: 50%;}
	.oemVideo_pic p{padding: 0 16px 20px; font-size: 15px;}

	.oemVideo_box{width: 100%; margin-top: 20px;}
}
@media screen and (max-width:768px) {
	.oemVideo_box iconify-icon{font-size: 50px;}
}
@media screen and (max-width:560px) {
	.oemVideo_box iconify-icon{font-size: 40px;}
}







.oemApp{}

.oemApp_list{display:flex; flex-wrap:wrap; gap: 0 4%;}
.oemApp_list li{width: 48%;}
.oemApp_list .pic{width: 100%; aspect-ratio: 4 / 2; position: relative;}
.oemApp_list .pic::before{content: '';position: absolute; bottom: 0; left: 0; width: 100%; height: 30%; background:linear-gradient(to bottom, transparent, #000);}
.oemApp_list .pic img{width: 100%; height: 100%; object-fit: cover;}
.oemApp_list .pic h5{position: absolute; bottom: 0; left: 0; width: 100%; box-sizing: border-box; padding: .3rem; font-size: 0.18rem; color: #FFF;}

.oemApp_list table{width: 100%; border-collapse: collapse !important; border-spacing: 0 !important;}
.oemApp_list tbody {
	width: 100% !important;
	max-width: 100% !important
}
.oemApp_list table tr,
.oemApp_list table td {
	max-width: 100% !important
}
.oemApp_list table tr,
.oemApp_list table td,
.oemApp_list table tr p,
.oemApp_list table td p {
	margin: 0;
	padding: 0
}
/* .oemApp_list table tr:nth-child(odd) {
	background: rgba(0, 0, 0, .04)
} */
.oemApp_list table td {
	padding: 8px;
	border: 1px solid var(--border_color)
}

.oemApp_app{}
.oemApp_app dt{margin-top: 0.14rem; display:flex; flex-wrap:nowrap; gap: 0 4%; align-items: center;}
.oemApp_app img{width: 18%; aspect-ratio: 4 / 3.5;}
.oemApp_app h6{font-size: 0.16rem; font-weight: bold;}
.oemApp_app p{margin-top: 8px; font-size: 14px; color: #666; line-height: 1.5;}

@media screen and (max-width:1024px) {
	.oemApp_list{gap: 30px 0;}
	.oemApp_list li{width: 100%;}

	.oemApp_list .pic h5{font-size: 16px;}
	.oemApp_list table{font-size: 14px;}
	.oemApp_app h6{font-size: 15px;}
}
@media screen and (max-width:560px) {
	.oemApp_list .pic h5{padding: 20px 16px; font-size: 14px;}

	.oemApp_app img{width: 24%;}
	.oemApp_app h6{font-size: 14px;}
	.oemApp_app p{font-size: 12px;}
}






.oemHonor{}

.oemHonor_cont{display:flex; flex-wrap:nowrap; align-items: center; background: #F1F1F1;}
.oemHonor_pic{flex-shrink: 0; width: 25%; box-sizing: border-box; border: 10px solid var(--i_color); position: relative;}
/* .oemHonor_pic::before{content: '';position:absolute; top:0; left:0; width:100%; height:100%; background: rgb(0 0 0 / 20%);} */
.oemHonor_pic img{width: 100%; aspect-ratio: 3 / 3.8;}
/* .oemHonor_pic p{position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); width: 90%; text-align: center; font-size: 1.5vw; color: #FFF; font-weight: bold; line-height: 1.4;} */

.oemHonor_box{width: 100%; box-sizing: border-box; padding:0 .5rem; position:relative; overflow:hidden}

.oemHonor_list{position:relative; overflow:hidden}
.oemHonor_list .swiper-wrapper{display:flex; position:relative; width:100%}
.oemHonor_list li{flex-shrink:0; position:relative}
.oemHonor_list li img{width: 100%; aspect-ratio: 3 / 4;}
.oemHonor_list li p{text-align: center; margin-top: 0.1rem; font-size: 0.18rem;}

@media screen and (max-width:1024px) {
	.oemHonor_list li p{font-size: 16px;}
}
@media screen and (max-width:768px) {
	.oemHonor_cont{flex-wrap: wrap;}

	.oemHonor_pic{width: 100%;}
	.oemHonor_box{padding: 30px 20px;}
}
@media screen and (max-width:560px) {

}






.oemProcess{}

.oemProcess_list{display:flex; flex-wrap:nowrap; gap: 0 3%;}
.oemProcess_list dt{width: 100%; text-align: center; position: relative;}
.oemProcess_list dt::before{content: ''; position:absolute; top:50%; transform:translate(0,-50%); left: -2.7vw; width: 0.6rem; height: 0.3rem; background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23CCC' stroke-linecap='square' stroke-width='2' d='M3 14h17l-5-5'/%3E%3C/svg%3E") no-repeat center; background-size: contain;}
.oemProcess_list dt:first-child::before{display: none;}

.oemProcess_list i{display: table; margin: 0 auto .2rem; width: 0.7rem; height: 0.7rem; box-sizing: border-box; border: 1px solid #DDD; border-radius:50%; position: relative;}
.oemProcess_list i iconify-icon{position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); font-size: 0.4rem; color: var(--i_color);}
.oemProcess_list h5{font-size: 0.18rem; font-weight: bold;}
.oemProcess_list p{margin-top: 0.1rem; font-size: 14px; color: #666; line-height: 1.6;}

@media screen and (max-width:1024px) {
	.oemProcess_list{flex-wrap: wrap; gap: 40px 0;}
	.oemProcess_list dt{display:flex; flex-wrap:nowrap; text-align: left; gap: 0 .24rem;}
	.oemProcess_list dt::before{display: none;}

	.oemProcess_list i{flex-shrink: 0; margin: 0 0; width: 60px; height: 60px;}
	.oemProcess_list i iconify-icon{font-size: 30px;}
}
@media screen and (max-width:560px) {
	.oemProcess_list{gap: 30px 0;}
	.oemProcess_list i{width: 50px; height: 50px;}
	.oemProcess_list i iconify-icon{font-size: 24px;}
	.oemProcess_list h5{font-size: 16px;}
	.oemProcess_list p{font-size: 13px;}
}






.oemEq{}

.oemEq_list{position:relative; overflow:hidden}
.oemEq_list .swiper-wrapper{display:flex; position:relative; width:100%}
.oemEq_list li{flex-shrink:0; position:relative}
.oemEq_list li img{width: 100%; aspect-ratio: 4 / 3;}








.oemForm{background: #F1F1F1;}

#wpforms-105{
	--wpforms_input_height:46px;
	--wpforms_textarea_height:120px;
	--wpforms_input_font_size: 16px;
	--wpforms-field-border-radius: 4px;
	--wpforms-button-background-color: var(--i_color);
	--wpforms-button-border-color: var(--i_color);
	--wpforms-page-break-color: var(--i_color)
}
#wpforms-105{margin:0; padding:0;}
#wpforms-form-105{width:100%; position:relative;}

/* 字段样式 */
#wpforms-105 .wpforms-field-container>.wpforms-field{width: 100%; padding: 0 1px 20px; margin: 0 0 6px;overflow-x:initial !important; position: relative;}
#wpforms-105 label.wpforms-field-label{display: block; margin-bottom: 8px; font-size: 16px; font-weight: bold;}
#wpforms-105 .wpforms-field-container .wpforms-required-label{color: #D63637;}
#wpforms-105 .wpforms-field-container .wpforms-field>input,
#wpforms-105 .wpforms-field-container textarea
{width: 100%; max-width: 100%; box-sizing: border-box; padding: 10px 14px!important; margin: 0 0; border: 1px solid #CCC; background: #FFF; border-radius:var(--wpforms-field-border-radius); font-size:var(--wpforms_input_font_size); line-height: 1.4;}
#wpforms-105 .wpforms-field-container .wpforms-field>input{height: var(--wpforms_input_height);}
#wpforms-105 .wpforms-field-container textarea{height: var(--wpforms_textarea_height);}
#wpforms-105 input::placeholder, #wpforms-105 textarea::placeholder{color:#AAA; font-size:var(--wpforms_input_font_size); line-height: 1.4;}

/* 下拉菜单样式 */
/* #wpforms-105 .choices{width: 100%; max-width: 100% !important; height: var(--wpforms_input_height);}
#wpforms-105 .choices__inner{background: #F2F4F5; border: none !important; height: 100%;}
.wpforms-container .wpforms-field .wpforms-field-row:before{display: none !important;} */

#wpforms-105 .wpforms-field-container .wpforms-field>input:hover,
#wpforms-105 .wpforms-field-container textarea:hover,
#wpforms-105 .wpforms-field-container .wpforms-field>input:focus,
#wpforms-105 .wpforms-field-container textarea:focus{border-color: var(--i_color);}

/* 验证错误提示 */
#wpforms-105 label.wpforms-error, #wpforms-105 em.wpforms-error{position: absolute; left: 0; bottom: 0; font-size: 13px; color: #D63637;}

/* 隐藏 Label 标签 */
/* #wpforms-105 .wpforms-field-container .wpforms-field-label{height: 0; font-size: 0;margin: 0 0;}
#wpforms-105 .wpforms-field-container .wpforms-required-label{position: absolute;top: 4px; left: 6px; font-size: 16px; font-weight: bold;} */

/* 输入框水平排列，一行两个 */
#wpforms-105 .wpforms-field-container{display:flex; flex-wrap:wrap;justify-content: space-between;}
#wpforms-105-field_1-container,
#wpforms-105-field_2-container{width: 49% !important;}

/* 提交按钮样式 */
#wpforms-105 .wpforms-submit-container{width: 220px; margin: 0 auto; padding:0 0; position: relative; overflow: hidden;}
#wpforms-105 .wpforms-submit-container button{width: 100%; height:44px; font-size: 15px; color: #FFF; background: var(--i_color);}
#wpforms-105 .wpforms-submit-container img{position:absolute;top:50%;transform:translate(0,-50%);right:4px;z-index:2}
#wpforms-105 .wpforms-submit-container button:hover{background: #127356;}








.caseList{}
.caseList li{margin-bottom: 0.4rem;}
.caseList a{padding: .3rem; background: #F4F4F4; display:flex; flex-wrap:nowrap; align-items: center; gap: 0 .3rem;}

.caseList .pic{flex-shrink: 0; width: 24%; aspect-ratio: 258 / 194; overflow: hidden;}
.caseList .pic img{width: 100%; height: 100%; object-fit: cover; transition:all .5s ease;}

.caseList .txt{width: 100%;}
.caseList h5{font-size: 0.2rem; font-weight: bold; line-height: 1.6; overflow:hidden; display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:2;}
.caseList p{margin-top: 0.2rem; font-size: 0.16rem; color: #666; line-height: 1.6; overflow:hidden; display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:3;}
.caseList i{display: block; margin-top: 0.18rem; padding-top: 0.18rem; border-top: 1px solid #DDD; font-size: 0.16rem; color: #666}

.caseList a:hover img{transform: scale(1.05, 1.05);}
.caseList a:hover h5{color: var(--i_color);}

@media screen and (max-width:1024px) {
	.caseList li{margin-bottom: 30px;}
	.caseList a{padding: 20px;}
	.caseList .pic{width: 30%;}
	.caseList h5{font-size: 17px; line-height: 1.5;}
	.caseList p{font-size: 14px; -webkit-line-clamp:2;}
	.caseList i{font-size: 14px;}
}
@media screen and (max-width:768px) {
	.caseList .pic{width: 1.9rem;}
	.caseList h5{font-size: 16px;}
	.caseList p{margin-top: 10px; -webkit-line-clamp:1}
	.caseList i{margin-top: 10px; padding-top: 10px;}
}
@media screen and (max-width:560px) {
	.caseList li{margin-bottom: 16px;}
	.caseList a{padding: 14px; gap: 0 20px;}
	.caseList .pic{width: 40%;}
	.caseList p{display: none;}
}






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