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

:root {
	--i_color: #7FBE3A;
	--header_height:.9rem;
}
@media screen and (max-width:1024px) {
	:root {
		--header_height: 60px;
	}
}





.wrap{width: 1400px; margin-left: auto; margin-right: auto;}
.wrap2{width: 90vw; 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%;}
	.wrap2{width: 94%;}
	.wrap_l{padding-left: 3vw;}
	.wrap_r{padding-right: 3vw;}
}






/* header */
header {
	position: fixed;
	top: .3rem;
	left: 0;
	width: 100%;
	z-index: 2014;
	transition:all .5s ease;
}

@media screen and (max-width:1024px) {
	header{background: #FFF !important}
}

header .wrap_top{width: 90vw; margin: 0 auto; display:flex; flex-wrap:nowrap; align-items: center; position: relative; background: #FFF; box-sizing: border-box; padding: 0 3vw; border-radius:4rem; transition:all .5s ease;}

header.header_on{top: 0; box-shadow: 0 4px 8px rgb(0 0 0 / 10%);}
header.header_fixed{top: 0; box-shadow: 0 4px 8px rgb(0 0 0 / 10%);}
header.header_on .wrap_top{width: 100vw; border-radius:0;}
header.header_fixed .wrap_top{width: 100vw; border-radius:0;}

@media screen and (max-width:1440px) {
	header .wrap_top{width: 94vw;}
}
@media screen and (max-width:1366px) {
	header .wrap_top{padding: 0 2vw;}
}
@media screen and (max-width:1024px) {
	header{top: 0; box-shadow: 0 4px 8px rgb(0 0 0 / 10%);}
	header .wrap_top{padding: 0 0;}
	header.header_on .wrap_top{width: 94vw;}
	header.header_fixed .wrap_top{width: 94vw;}
}






/* 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: 1.65rem; max-height: 70%;}
@media screen and (max-width:1440px) {
	.logo img{max-height: 50%;}
}
@media screen and (max-width:1200px) {
	.logo img{max-height: 36%;}
}
@media screen and (max-width:1024px) {
	.logo img{max-height: 50%;}
}
@media screen and (max-width:768px) {}
@media screen and (max-width:560px) {}





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

	.i_nav>li {position: relative;}

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

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

	.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:1440px) {
	.i_nav{margin-left: 2vw;}
	.i_nav>li>a{padding: 0 12px; font-size: .17rem;}
}
@media screen and (max-width:1366px) {
	.i_nav>li>a{font-size: 0.17rem;}
}
@media screen and (max-width:1200px) {
	/* .i_nav{gap: 0 .4rem;} */
	.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: #888;
		line-height: 36px;
		position: relative;
	}

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






/* 移动端导航按钮 */
.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: var(--i_color);
	border-radius: .1rem;
	transition: 0.5s
}
.nav_menu::before,
.nav_menu::after {
	content: "";
	width: 100%;
	height: 3px;
	background: var(--i_color);
	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 {
	flex-shrink: 0;
	display: -webkit-flex;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	gap: 0 .2rem;
}
@media screen and (max-width:1024px) {
	.top_r{--size:.24rem}
	.top_r{margin-left: auto; gap: 0 20px; width: auto; padding: 0;}
}
@media screen and (max-width:560px) {
	.top_r{gap: 0 18px;}
}




.top_search_ico{padding-right: 0.2rem; position: relative; font-size: 0; height: var(--header_height); display:flex; flex-wrap:wrap; align-items: center; cursor: pointer;}
.top_search_ico::before{content: '';position:absolute; top:50%; transform:translate(0,-50%); right: 0; width: 1px; height: 0.14rem; background: #333;}
.top_search_ico iconify-icon{font-size: var(--size);color: #333;-webkit-transition:all .5s ease; transition:all .5s ease;}
.top_search_ico.on iconify-icon{color: var(--i_color);}

/* search */
.top_search {
	--search_height: .38rem
}
.top_search {
	visibility: hidden;
	opacity: 0;
	position: fixed;
	top: calc(var(--header_height) + .4rem);
	right: 10vw;
	width: 5rem;
	padding: .1rem 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: calc(var(--header_height) + .3rem);
	box-shadow: 0 2px 10px rgb(0 0 0/ 5%);
}
.top_search.topSearch_on{
	right: 4vw;
	top: var(--header_height);
}
.top_search form {
	width: 90%;
	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:1024px) {
	.top_search{width: 100%; right: 0 !important;}
	.top_search.on{top: var(--header_height);}
}
@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{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 #333;} */
.top_language_btn iconify-icon{font-size: var(--size);color: #333;-webkit-transition:all .5s ease; transition:all .5s ease;}
.top_language_btn.on iconify-icon{color: var(--i_color);}
.top_language_btn.on::before{border-top-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 !important;}
}




/* 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;
	right: 20px;
	bottom: 20px;
	text-align: center;
	z-index: 999999;
}
.banner-pagination .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	display: inline-block;
	margin: 0 6px;
	background: #DDD;
	outline: none;
	cursor: pointer;
	position: relative;
	-webkit-transition:width .5s ease; transition:width .5s ease;
}
.banner-pagination .swiper-pagination-bullet-active {background: #F60;}

@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: 49.48%;}
	.banner-button-prev,.banner-button-next{display: none;}
}
@media screen and (max-width:560px) {
	.banner-pagination{bottom: 14px;}
}






.banner1_text{position:absolute; top:20%; left: 0; width: 100%; text-align: center;}
.banner1_text h2{font-size: 2.6vw; color: #FFF; font-weight: 600; line-height: 1.3; text-shadow: 0 0 .1rem rgb(0 0 0 / 80%);}
.banner1_text p{display: table; margin: .2rem auto .4rem; padding: .12rem 5vw; background:linear-gradient(to right, transparent, var(--i_color), transparent); font-size: 1.1vw; color: #FFF;}

.banner1_icon{position:absolute; left:50%; transform:translate(-50%,0); bottom: .3rem; display:flex; flex-wrap:nowrap; gap: 0 5vw;}
.banner1_icon dt{max-width: 14vw; text-align: center; position: relative;}
.banner1_icon dt::before{content: ''; position:absolute; top:50%; transform:translate(0,-50%); left: calc(100% + 2.5vw); width: 1px; height: 100%; background:linear-gradient(to bottom, transparent, #FFF, transparent);}
.banner1_icon dt:last-child::before{display: none;}
.banner1_icon img{height: 0.56rem;}
.banner1_icon p{margin-top: 4px; font-size: 0.16rem; color: #FFF; line-height: 1.4;}

@media screen and (max-width:1024px) {
	.banner1_text{top: 10%;}
	.banner1_text h2{font-size: 3.2vw;}
	.banner1_text p{padding: 8px 5vw; font-size: 2vw;}

	.banner1_icon{bottom: 20px;}
	.banner1_icon dt{max-width: 30vw;}
	.banner1_icon img{height: 40px;}
	.banner1_icon p{font-size: 14px;}
}
@media screen and (max-width:768px) {
	.banner1_text p{margin: 10px auto 20px;}
}
@media screen and (max-width:560px) {
	.banner1_text h2{font-size: 3.4vw;}
	.banner1_text p{margin: 10px auto 10px; padding: 6px 20px; font-size: 13px;}

	.banner1_icon{display: none;}
}





.banner01_text{position: absolute; top: 25%; left: 14%; z-index: 2;}
.banner01_text h2{font-size: 3.7vw; color: #000; font-weight: 600; text-shadow: 1px 4px 2px #FFF;}
.banner01_text p{font-size: 2vw; color: #000; font-weight: 600; text-shadow: 1px 3px 2px #FFF;}

@media screen and (max-width:1440px) {
	.banner01_text{left: 9%;}
}
@media screen and (max-width:1200px) {
	.banner01_text{left: 7%;}
}
@media screen and (max-width:1024px) {
	.banner01_text{top: 19%; left: 14%;}
}
@media screen and (max-width:768px) {
	.banner01_text{top: 15%;}
	.banner01_text h2{font-size: 5vw;}
	.banner01_text p{margin-top: 10px; font-size: 2.6vw;}
}
@media screen and (max-width:560px) {
	.banner01_text{top: 10%;}
	.banner01_text h2{font-size: 5.2vw;}
	.banner01_text p{font-size: 3vw;}
}






.banner03_text{position:absolute; top:52%; transform:translate(0,-50%); left: 8%; width: 40%; z-index: 2;}
.banner03_text h3{padding-bottom: 0.24rem; margin-bottom: 0.24rem; font-size: 3.8vw; color: #FFF; font-weight: 600; line-height: 1.2; position: relative;}
.banner03_text h3::before{content: ''; position: absolute; left: 0; bottom: 0; width: 80%; height: 3px; background: #FFF;}
.banner03_text h3 i{font-size: 6vw; color: #FFEA01; font-weight: 600}
.banner03_text h6{font-size: 1.2vw; color: #FFF;font-weight: 600;}

.banner03_text dl{margin-top: 0.44rem;}
.banner03_text dt{display: table; margin-top: 0.14rem; padding: .1rem .2rem; background: #FFF; border-radius:2rem;}
.banner03_text dt p{font-size: 1.2vw; color: #9FDF55;}

@media screen and (max-width:1440px) {
	.banner03_text{left: 5%;}
}
@media screen and (max-width:1200px) {
	.banner03_text h6{font-size: 1.3vw;}
	.banner03_text dt p{font-size: 1.4vw;}
}
@media screen and (max-width:1024px) {
	.banner03_text{top: 48%;}
	.banner03_text h3{padding-bottom: 16px; margin-bottom: 16px; font-size: 26px;}
	.banner03_text h3::before{height: 2px;}
	.banner03_text h3 br{display: none;}
	.banner03_text h6{font-size: 16px;}
	.banner03_text dl{margin-top: 20px;}
	.banner03_text dt{margin-top: 10px;}
	.banner03_text dt p{font-size: 16px;}
}
@media screen and (max-width:768px) {
	.banner03_text dl{display: none;}
	.banner03_text h3{font-size: 20px;}
}
@media screen and (max-width:560px) {
	.banner03_text h3{font-size: 16px;}
	.banner03_text h3::before{height: 1px;}
	.banner03_text h6{font-size: 12px;}
}





/* Main */
main{position: relative;overflow: hidden;}





.i_tit{}
.i_tit h3{padding-bottom: 0.1rem; font-weight: 600; color: #111; position: relative;}
.i_tit h3::before{content: ''; position:absolute; bottom: 0; left:0; width: .8rem; height: 3px; background: var(--i_color);}
.i_tit h6{margin-top: 0.16rem; color: #777; line-height: 1.6;}

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

.i_tit.center{text-align: center;}
.i_tit.center h3::before{left:50%; transform:translate(-50%,0);}

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






.i_more{display: table; border: 1px solid var(--i_color); transition:all .5s ease;}
.i_more .flex{padding: .1rem .16rem; display:flex; flex-wrap:nowrap; align-items: center;}
.i_more b{padding-right: 0.14rem; margin-right: 0.1rem; font-size: 0.18rem; color: var(--i_color); position: relative;}
.i_more b::after{content: ''; position: absolute; right: 0; top: 0; width: 1px; height: 100%; background: var(--i_color);}
.i_more iconify-icon{font-size: 0.22rem; color: var(--i_color);}

.i_more.active, .i_more:hover{background: var(--i_color);}
.i_more.active b,
.i_more.active iconify-icon,
.i_more:hover b,
.i_more:hover iconify-icon{color: #FFF;}
.i_more:hover b::after, .i_more.active b::after{background: #FFF;}

.i_more:hover{transform:translate(0,-6px);}

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

@media screen and (max-width:1440px) {}
@media screen and (max-width:1366px) {}
@media screen and (max-width:1200px) {}
@media screen and (max-width:1024px) {
	.i_more .flex{padding: 8px 12px;}
	.i_more b{font-size: 15px;}
	.i_more iconify-icon{font-size: 18px;}
}
@media screen and (max-width:768px) {
	.i_more .flex{padding: 6px 10px;}
	.i_more b{font-size: 14px;}
	.i_more iconify-icon{font-size: 15px;}
}
@media screen and (max-width:560px) {
	.i_more b{font-size: 13px;}
	.i_more iconify-icon{font-size: 14px;}
}






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

@media screen and (max-width:560px) {
	.secTit{flex-wrap: wrap; gap: 20px 0; flex-direction: column; align-items: flex-start;}
	.secTit .i_more{margin: 0 0;}
}






.public-pagination{display:block; text-align:center}
.public-pagination .swiper-pagination-bullet{width:.1rem; height:.1rem; display:inline-block; margin:0 4px; background:#CCC; outline:none; cursor:pointer; transition:all .5s ease;}
.public-pagination .swiper-pagination-bullet-active{width: 0.6rem; background:var(--i_color)}

@media screen and (max-width:1024px) {
	.public-pagination .swiper-pagination-bullet{width: 8px; height: 8px;}
	.public-pagination .swiper-pagination-bullet-active{width: 30px;}
}
@media screen and (max-width:560px) {
	.public-pagination .swiper-pagination-bullet{width: 6px; height: 6px;}
	.public-pagination .swiper-pagination-bullet-active{width: 20px;}
}





.homeCate{}

.homeCate_list{display:flex; flex-wrap:wrap; gap: .4rem 3%;}
.homeCate_list li{width: 31.33%;}

.homeCate_list h5{padding-bottom: 0.12rem; margin-bottom: 0.2rem; border-bottom: 1px solid #DDD; font-size: 0.2rem; font-weight: 600; overflow:hidden; white-space:nowrap; text-overflow:ellipsis;}

.homeCate_list .box{display:flex; flex-wrap:nowrap; gap: 0 .16rem;}
.homeCate_list .pic{flex-shrink: 0; width: 50%; aspect-ratio: 27 / 20; overflow: hidden;}
.homeCate_list .pic img{width: 100%; height: 100%; object-fit: cover; transition:all .5s ease;}
.homeCate_list dt{margin-bottom: .1rem; font-size: 0.16rem; line-height: 1.5;}
.homeCate_list dt:last-child{margin-bottom: 0;}

.clickMore{display: none;}
.clickMore i{display: table; margin-left: auto;margin-right: auto; width: 0.4rem; height: 0.4rem; box-sizing: border-box; border: 1px solid var(--i_color); border-radius:50%; position: relative; cursor: pointer;}
.clickMore iconify-icon{position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); font-size: 0.22rem; color: var(--i_color);}
.clickMore.less i{transform:rotate(-180deg);}

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

@media screen and (max-width:1024px) {
	.homeCate_list{gap: 18px 0;}
	.homeCate_list li{width: 100%; padding-bottom: 22px; border-bottom: 1px solid #EEE;}
	.homeCate_list li:first-child{width: 100%;}
	.homeCate_list .pic{max-width: 160px;}

	.homeCate_list h5{font-size: 18px; padding-bottom: 0; margin-bottom: 18px; border:none;}
	.homeCate_list dt{font-size: 15px;}

	.clickMore i{width: 34px; height: 34px;}
	.clickMore iconify-icon{font-size: 18px;}
}
@media screen and (max-width:768px) {
	.homeCate_list dt{font-size: 14px;}
}
@media screen and (max-width:560px) {
	.homeCate_list .pic{max-width: 140px;}
	.homeCate_list h5{font-size: 16px;}

	.clickMore i{width: 30px; height: 30px;}
	.clickMore iconify-icon{font-size: 16px;}
}






.hotProduct{background: #F4F4F4; position: relative; overflow: hidden;}
.hotProduct::before{opacity: 0; content: ''; position: absolute; left: 1vw; bottom:-1rem; width: 40%; height: 100%; background:url(static/images/hot-product-bg.webp) no-repeat bottom left; background-size: contain;}
.hotProduct.arrive::before{opacity: 1; bottom: .4rem; transition:all .5s .5s;}

.hotProduct_cont{display:flex; flex-wrap:nowrap; gap: 0 5%;}
.hotProduct_cont .txt{width: 100%;}
.hotProduct_cont .txt .tit{font-weight: 600; overflow:hidden; display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:2;}
.hotProduct_cont .txt article{color: #666;}

.hotProduct_cont .pic{flex-shrink: 0; margin-left: auto; width: 50%; aspect-ratio: 86 / 56; position: relative; overflow: hidden;}
.hotProduct_cont .pic img{width: 100%; height: 100%; object-fit: cover; transition:all .5s ease;}

.hotProduct_adv{position: absolute; bottom: .4rem; right: 20%; width: 55vw; background: #FFF; box-sizing: border-box; padding: .2rem; border-radius:.3rem 0 .3rem 0; border-top: 5px solid var(--i_color); border-left: 5px solid var(--i_color);}
.hotProduct_adv dl{display:flex; flex-wrap:nowrap; justify-content: center; gap: 0 2vw;}
.hotProduct_adv dt{position: relative;}
.hotProduct_adv dt::before{content: ''; position:absolute; top:50%; transform:translate(0,-50%); left: calc(100% + 1vw); width: 1
	px; height: 100%; background: #CCC;}
.hotProduct_adv dt:last-child::before{display: none;}
.hotProduct_adv dt p{text-align: center; font-size: 0.15rem;}

.hotProduct_cont .txt .tit:hover{color:var(--i_color)}
.hotProduct_cont .pic:hover img{transform: scale(1.05, 1.05);}

@media screen and (max-width:1200px) {
	.hotProduct_cont .txt article{font-size: .16rem;}
}
@media screen and (max-width:1024px) {
	.hotProduct_cont .txt article{font-size: 14px;}
	.hotProduct_adv{position: initial; width: 94vw; margin: 30px auto 0;}
	.hotProduct_adv dt p{font-size: 14px;}
}
@media screen and (max-width:768px) {
	.hotProduct_cont{flex-wrap: wrap; gap: 40px 0;}
	.hotProduct_cont .pic{width: 100%;}

	.hotProduct_adv dl{flex-wrap: wrap; gap: 20px 4%;}
	.hotProduct_adv dt{width: 48%;}
	.hotProduct_adv dt::before{display: none;}
}
@media screen and (max-width:560px) {
	.hotProduct_adv dt p{font-size: 13px;}
}






.wpc{background:url(static/images/wpc-bg.webp) no-repeat center; background-size: 100%;}

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

.wpc .pic{flex-shrink: 0; width: 46%; overflow: hidden;}
.wpc .pic img{width: 100%; transition:all .5s ease;}
.wpc .pic img:hover{transform: scale(1.05, 1.05);}

.wpc .txt{width: 100%;}
.wpc dl{display:flex; flex-wrap:wrap; gap: .2rem 4%;}
.wpc dt{width: 48%; display:flex; flex-wrap:nowrap; align-items: center; gap: 0 .1rem;}
.wpc dt img{flex-shrink: 0; width: 0.48rem;}
.wpc dt p{font-size: 0.16rem; color: #111;}

.wpc dt:hover img{transform:rotateY(360deg); transition:all .5s ease;}

@media screen and (max-width:1024px) {
	.wpc .wrap{flex-wrap: wrap; gap: 34px 0;}
	.wpc .pic{width: 100%;}
}
@media screen and (max-width:768px) {
	.wpc dt img{width: 40px;}
	.wpc dt p{font-size: 15px;}
}
@media screen and (max-width:560px) {
	.wpc dl{gap: 20px 0;}
	.wpc dt{width: 100%;}
}







.homeAbout{background:url(static/images/home-about-bg.webp) no-repeat center left;}

.homeAbout_cont{display:flex; flex-wrap:nowrap; align-items: flex-start; gap:0 6vw}

.homeAbout_cont .txt{width: 100%;}
.homeAbout_cont .txt>i{padding-left: 0.5rem; font-size: 0.18rem; color: var(--i_color); position: relative;}
.homeAbout_cont .txt>i::before{content: ''; position: absolute; left: 0; top: 50%; width: 0.36rem; height: 2px; background: var(--i_color);}
.homeAbout_cont .txt>h3{margin-top: 0.1rem; font-weight: bold;}

.homeAbout_cont .txt article{color: #666; overflow:hidden; display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:7;}

.homeAbout_cont .pic{flex-shrink: 0; width: 40%; position: relative;}
.homeAbout_cont .pic img{width: 100%; height: 100%; object-fit: cover;}

.homeAbout_cont .p1,.homeAbout_cont .p2{width: 80%;}
.homeAbout_cont .p1{position: absolute; right: 0; top: 0; aspect-ratio: 520 / 608; border-radius:.3rem 0 0 0; overflow: hidden;}
.homeAbout_cont .p2{aspect-ratio: 545 / 626; position: relative; margin-top: 0.8rem; z-index: 2;}

@media screen and (max-width:1200px) {
	.homeAbout_cont .txt article{-webkit-line-clamp:5}
}
@media screen and (max-width:768px) {
	.homeAbout_cont{flex-wrap: wrap; gap: 40px 0;}
	.homeAbout_cont .pic{width: 100%;}
	.homeAbout_cont .p1,.homeAbout_cont .p2{width: 85%;}
	.homeAbout_cont .p2{margin-top: 50px;}
}




.v_btn{position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); cursor: pointer; z-index: 3;}
.v_btn i{display: block; width: .7rem; height: .7rem; background: var(--i_color); border-radius:50%; position: relative;}
.v_btn iconify-icon{position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); font-size: 0.36rem; color: #FFF;}

.v_btn::before{content: '';position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); box-sizing: border-box; width: 100%; height: 100%; animation:scale 1.6s infinite linear; background: rgb(199 243 155 / 50%); border-radius:50%;}
@keyframes scale{
	0% {
		opacity: 0
	}
	5% {
		opacity: 1
	}
	80% {
		opacity: 0
	}
	100% {
		opacity: 0;
		transform: translate(-50%, -50%) scale(1.8);
		-ms-transform: translate(-50%, -50%) scale(1.8);
		-o-transform: translate(-50%, -50%) scale(1.8);
		-webkit-transform: translate(-50%, -50%) scale(1.8);
		-moz-transform: translate(-50%, -50%) scale(1.8)
	}
}

@media screen and (max-width:1024px) {
	.v_btn i{width: 50px; height: 50px;}
	.v_btn iconify-icon{font-size: 26px;}
}





.homeAbout_num{margin-top: -.5rem; position: relative; z-index: 3;}
.homeAbout_num dl{width: 84%; background: #F4F4F4; box-sizing: border-box; padding: .3rem .4rem; border-radius:0 .5rem 0 .5rem; display:flex; flex-wrap:nowrap; gap: 0 4vw;}
.homeAbout_num dt{width: 100%; text-align: center;}

.homeAbout_num .icon{display: table; margin: 0 auto; position: relative;}
.homeAbout_num .icon::before{content: ''; position: absolute; right: -.1rem; bottom: 0; width: 0.3rem; height: 0.3rem; background:linear-gradient(120deg, transparent, #D7D7D7); border-radius:50%;}
.homeAbout_num img{height: 0.5rem; opacity: .8; -webkit-filter:brightness(0); filter:brightness(0); position: relative;}

.homeAbout_num span{margin: .2rem auto .1rem; display:flex; flex-wrap:wrap; justify-content: center; align-items: baseline; gap: 0 4px; font-size: 0.2rem;}
.homeAbout_num span i{line-height: 1; font-weight: bold;}
.homeAbout_num p{font-size: 0.16rem;}

.homeAbout_num dt:hover .icon::before{background:linear-gradient(120deg, transparent, #DCEBCB);}
.homeAbout_num dt:hover img{opacity: 1; -webkit-filter:none; filter:none}
.homeAbout_num dt:hover span, .homeAbout_num dt:hover i{color: var(--i_color);}

@media screen and (max-width:1024px) {
	.homeAbout_num dl{padding: 20px 30px;}
	.homeAbout_num .icon::before{width: 24px; height: 24px;}
	.homeAbout_num img{height: 40px;}
	.homeAbout_num p{font-size: 14px;}
}
@media screen and (max-width:768px) {
	.homeAbout_num{margin-top: 40px;}
	.homeAbout_num dl{width: 100%;}
	.homeAbout_num img{height: 34px;}
}
@media screen and (max-width:560px) {
	.homeAbout_num dl{flex-wrap: wrap; gap: 24px 4%; border-radius:0 24px 0 24px; padding: 30px 20px;}
	.homeAbout_num dt{width: 48%;}
	.homeAbout_num span{margin: 10px auto 6px;}
}





.homeAcc{background: #FCFCFC;}

.homeAcc_list{width: 100%; aspect-ratio: 1440 / 620; display:flex; flex-wrap:nowrap; gap: 0 1%;}

.homeAcc_list dt {
	flex-grow: 1;
	width: 15%;
	height: 100%;
	position: relative;
	transition: all 0.7s ease;
	overflow: hidden;
	z-index: 2;
}
.homeAcc_list dt::after{content: ''; position: absolute; left: 0; bottom: 0; width: 100%; height: 25%; background:linear-gradient(to bottom, transparent, #000);; transition:all .7s ease;}

.homeAcc_list .bg{position:absolute; top:0; left:0; width:100%; height:100%; object-fit: cover;}

.homeAcc_list .box{position: absolute; left: 0; bottom: 0; width: 100%; box-sizing: border-box; padding: 0 .2rem .3rem; z-index: 3;}
.homeAcc_list .box img{display: table; height: 0.56rem;}
.homeAcc_list .box h5{margin-top: 0.16rem;}

.homeAcc_list .t1{transition:all .5s .5s;}
.homeAcc_list .t1 img{margin: 0 auto;}
.homeAcc_list .t1 h5{height: 1rem; text-align: center; font-size: 0.18rem; color: #FFF; line-height: 1.4;}

.homeAcc_list .t2{opacity: 0; visibility: hidden;}
.homeAcc_list .t2 h5{width: 32vw; font-size: 0.2rem; color: #FFF; font-weight: 600; line-height: 1.4;}
.homeAcc_list .t2 span{display: block; width: 32vw; margin-top: 0.14rem; font-size: 0.16rem; color: #FFF;}

.homeAcc_list dt.active{flex-grow: 1000 !important;}
.homeAcc_list dt.active .t1{opacity: 0; visibility: hidden; transition:none}
.homeAcc_list dt.active .t2{opacity: 1; visibility: visible;}

@media screen and (max-width:1200px) {
	.homeAcc_list .box img{height: 0.5rem;}
}
@media screen and (max-width:1024px) {
	.homeAcc_list{flex-wrap: wrap; aspect-ratio:initial; gap: 34px 4%;}
	.homeAcc_list dt{width: 48%; height: auto;}
	.homeAcc_list dt::after{display: none;}

	.homeAcc_list .bg{position: initial; height: auto; aspect-ratio: 88 / 62;}

	.homeAcc_list .box{position: initial; padding: 0 0;}

	.homeAcc_list .t1{display: none !important;}
	.homeAcc_list .t2{opacity: 1; visibility: visible; margin-top: 20px;}
	.homeAcc_list .box img{height: 36px; opacity: .8; -webkit-filter:brightness(0); filter:brightness(0);}
	.homeAcc_list .box h5{font-size: 17px; width: 100%; color: #333;}
	.homeAcc_list .t2 span{font-size: 15px; width: 100%; color: #666;}
}
@media screen and (max-width:768px) {}
@media screen and (max-width:560px) {
	.homeAcc_list{gap: 30px 0;}
	.homeAcc_list dt{width: 100%;}
	.homeAcc_list .t2 span{font-size: 14px;}
}






.homeCase{
	background:linear-gradient(120deg, #EEF7E6, #FFF, #FCFDF6);
}

.homeCase_cont{padding: .1rem; overflow: hidden;}

.homeCase_list{position:relative;}
.homeCase_list .swiper-wrapper{display:flex; position:relative; width:100%}
.homeCase_list li{flex-shrink:0; position:relative; background: #FFF; box-shadow: 0 0 .1rem rgb(0 0 0 / 10%);}

.caseItem{display: block;}
.caseItem .pic{aspect-ratio: 512 / 420; position: relative; overflow: hidden;}
.caseItem .pic img{width: 100%; height: 100%; object-fit: cover; transition:all .5s ease;}

.caseItem .txt{padding:.2rem .24rem .3rem;}
.caseItem .txt h5{font-size: 0.18rem; font-weight: 600; overflow:hidden; white-space:nowrap; text-overflow:ellipsis;}
.caseItem .txt p{margin: .08rem 0 .2rem; font-size: 0.16rem; color: #666; overflow:hidden; white-space:nowrap; text-overflow:ellipsis;}
.caseItem .txt i{display: block; width: 0.36rem; height: 0.36rem; box-sizing: border-box; border: 1px solid #333; border-radius:50%; position: relative;}
.caseItem .txt i iconify-icon{position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); font-size: 0.2rem; color: #000;}

.caseItem:hover img{transform: scale(1.05, 1.05);}
.caseItem:hover h5{color: var(--i_color);}
.caseItem:hover i{background: var(--i_color); border-color: var(--i_color);}
.caseItem:hover i iconify-icon{color: #FFF;}

@media screen and (max-width:1024px) {
	.caseItem .txt h5{font-size: 16px; white-space: initial; display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:2;}
	.caseItem .txt p{font-size: 14px;}
}
@media screen and (max-width:560px) {
	.caseItem .txt{padding: 14px 20px 20px;}
	.caseItem .txt i{width: 32px; height: 32px;}
	.caseItem .txt i iconify-icon{font-size: 16px;}
}






.mission{
	background:url(static/images/mission-bg.webp) no-repeat center;
	background-attachment: fixed;
	background-size: cover;
	position: relative;
}
.mission::after{content: ''; position:absolute; top:0; left:0; width:100%; height:100%; background: rgb(0 0 0 / 30%);}

.mission .wrap{position: relative; z-index: 2;}

.mission_list{display:flex; flex-wrap:nowrap; gap: 0 2vw;}
.mission_list dt{width: 100%; background:linear-gradient(150deg, #1F362F, #374E3D); box-sizing: border-box; padding: .5rem .16rem; text-align: center;}

.mission_list h5{color: #FFF;}
.mission_list span{display: block; margin-top: 0.14rem; color: #FFF;}

@media screen and (max-width:1024px) {
	.mission_list span{font-size: 15px;}
}
@media screen and (max-width:768px) {
	.mission_list{flex-wrap: wrap; gap: 16px 0;}
	.mission_list dt{padding: 20px 16px 30px;}
}
@media screen and (max-width:560px) {
	.mission_list span{margin-top: 10px; font-size: 14px;}
}






.homeNews{}

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

.topNews{width: 49%;}
.topNews .pic{position: relative; overflow: hidden;}
.topNews .pic img{width: 100%; aspect-ratio: 797 / 468; 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; color: #FFF; line-height: 1;}
.topNews .date i{font-size: 0.16rem; color: #FFF;}
.topNews .txt{padding: .2rem 0;}
.topNews .txt h5{font-size: 0.18rem; font-weight: 600; overflow:hidden; white-space:nowrap; text-overflow:ellipsis;}
.topNews .txt p{margin-top: 0.1rem; font-size: 0.16rem; color: #666; line-height: 1.4; overflow:hidden; display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:3;}

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

.homeNews_list{width: 47%; margin-left: auto; display:flex; flex-wrap:wrap; flex-direction: column; gap: .3rem 0;}
.homeNews_list li{width: 100%;}
.homeNews_list a{display:flex; flex-wrap:wrap; align-items: center;}
.homeNews_list .txt{width: 68%;}
.homeNews_list .txt h5{font-size: 0.18rem; color: #000; overflow:hidden; display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:2;}
.homeNews_list .txt p{margin: 0.1rem 0; font-size: 0.16rem; color: #666; 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: #888;}
.homeNews_list .pic{flex-shrink: 0; width: 26%; margin-left: auto; overflow: hidden;}
.homeNews_list .pic img{width: 100%; aspect-ratio: 232 / 194; 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_cont{gap: 30px 0;}
	.topNews{width: 100%;}
	.homeNews_list{width: 100%;}
}
@media screen and (max-width:768px) {
	.topNews .txt h5,.homeNews_list .txt h5{font-size: 17px;}
	.topNews .txt p,.homeNews_list .txt p{font-size: 14px;}
}
@media screen and (max-width:560px) {
	.homeNews_cont{gap: 20px 0;}
	.topNews .date p{font-size: 22px;}
	.topNews .date i{font-size: 14px;}

	.homeNews_list{gap: 20px 0;}

	.homeNews_list .txt{width: 60%;}
	.homeNews_list .pic{width: 34%;}

	.homeNews_list .txt h5{margin-bottom: 8px; white-space:initial; display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:2;}
	.topNews .txt h5,.homeNews_list .txt h5{font-size: 15px;}
	.homeNews_list .txt p{display: none;}
	.homeNews_list .txt i{font-size: 14px;}
}







/* Footer */
footer{}

.fMeida{background:url(static/images/footer-media-bg.webp) no-repeat center; background-size: cover;}
.fMeida .wrap{display:flex; flex-wrap:nowrap; align-items: center; gap: 0 4vw;}
.fMeida h3{color: #FFF;}

.fMeida ul{margin-left: auto; display:flex; flex-wrap:wrap; gap: 0 .34rem;}
.fMeida li{transition:all .5s ease;}
.fMeida li iconify-icon{font-size: 0.32rem; color: #FFF;}
.fMeida li:hover{transform:translate(0,-8px);}

.fMain{position: relative; overflow: hidden;}

.fMain .wrap{display:flex; flex-wrap:nowrap; justify-content: space-between; gap: 0 2vw; position: relative;}
.fMain .wrap::before{opacity: 0; content: ''; content: ''; position: absolute; left: 0; bottom: -1rem; width: 50%; height: 100%; background:url(static/images/footer-bg.webp) no-repeat left bottom; background-size: contain;}
.fMain.arrive .wrap::before{opacity: 1; bottom: 0; transition:all .5s .5s;}

.hotProduct::before{ position: absolute; left: 1vw; bottom:-1rem; width: 40%; height: 100%; background:url(static/images/hot-product-bg.webp) no-repeat bottom left; background-size: contain;}

.fTit{font-weight: 600;}

.fContact{width: 40%; position: relative;}
.fContact li{margin-bottom: 0.2rem; display:flex; flex-wrap:nowrap; gap: 0 6px;}
.fContact li iconify-icon{font-size: 0.28rem; color: var(--i_color);}

.fContact .rowBox{display:flex; flex-wrap:nowrap; gap: 0 6px;}
.rowBox_t{flex-shrink: 0;}

.fContact li h6,.fContact li p,.fContact li a{font-size: 0.16rem; color: #222;}
.fContact li a{display: block;}
.fContact li a:hover{text-decoration: underline; color: var(--i_color);}


.fNav{position: relative;}
.fNav li{margin-bottom: 4px;}
.fNav a{display: block; padding: 4px 0; font-size: 0.16rem;}
.fNav a:hover{text-decoration: underline; color: var(--i_color);}


.fCR{border-top: 1px solid #DDD;}
.fCR .wrap{display:flex; flex-wrap:nowrap; align-items: center; gap: 0 .14rem;}
.fLogo img{flex-shrink: 0; height: 0.26rem;}
.fCR p,.fCR a{font-size: 0.16rem; line-height: 1.5;}
.fCR a:hover{text-decoration: underline; 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) {
	.fMeida li iconify-icon{font-size: 26px;}

	.fContact{width: 100%;}

	.fNav{display: none;}
}
@media screen and (max-width:768px) {
	.fContact li iconify-icon{font-size: 22px;}
	.fContact li h6, .fContact li p, .fContact li a{font-size: 15px;}

	.fCR p,.fCR a{font-size: 14px;}
}
@media screen and (max-width:560px) {
	.fMeida .wrap{flex-wrap: wrap; gap: 20px 0;}
	.fMeida li iconify-icon{font-size: 24px;}

	.fLogo img{height: 20px;}
}







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

.banner__{font-size: 0; position: relative; 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}
}








.categoryBox{display:-webkit-flex; display:flex; flex-wrap:nowrap; align-items: flex-start; gap: 0 5%;}
.catSide{flex-shrink: 0; width: 22%; position: relative;}
.catList_show{width: 100%; margin-left: auto;}

@media screen and (max-width:1440px) {
	.catSide{width: 24%;}
}
@media screen and (max-width:1024px) {
	.categoryBox{flex-wrap: wrap; gap: 40px 0;}
	.catSide{width: 100%; padding: 0 0; background: none; border: none;}
	.catList_show{width: 100%; padding: 0 0; margin: 0 0;}
}





.cat_nav{background: #FFF; box-sizing: border-box;}
.cat_nav_tit{margin-bottom: 0.2rem; padding: .12rem .1rem; text-align: center; position: relative; background: var(--i_color);}
.cat_nav_tit h4{font-size: 0.2rem; color: #FFF; font-weight: bold; overflow:hidden; white-space:nowrap; text-overflow:ellipsis;}
.cat_nav_tit iconify-icon{display: none;}

.cat_nav_list{position: relative;}
.cat_nav_list li{margin-bottom: 0.14rem; position: relative;}

.cat_fold_tit{display:-webkit-flex; display:flex; flex-wrap:nowrap; align-items: center; padding: 0 .12rem 0 .2rem; gap: 0 .2rem; background: #F4F4F4; border-radius:6px;}
.cat_fold_tit a{padding: .1rem 0; width: 100%; font-size: 0.18rem; color: #111; font-weight: bold; line-height: 1.5;}
.cat_fold_tit i{margin-left: auto;flex-shrink: 0; cursor: pointer; position: relative;}
.cat_fold_tit iconify-icon{font-size: 0.24rem; color: #111; -webkit-transition:all .5s ease; transition:all .5s ease;}
.active .cat_fold_tit i{border-color: #FFF;}
.active .cat_fold_tit a,.active .cat_fold_tit iconify-icon{color: var(--i_color);}
.active .cat_fold_tit iconify-icon{-webkit-transform:rotate(-180deg); transform:rotate(-180deg);}

.cat_fold_sub{display: none; margin-top: 0.16rem; padding: .1rem; background: #F4F4F4; border-radius:4px;}
.cat_fold_sub dt{box-sizing: border-box; position: relative; border-radius:6px; overflow: hidden;}
.cat_fold_sub dt::before{opacity: 0; content: ''; position:absolute; top:50%; margin-top: -2px; left: -.1rem; width: 0.12rem; height: 2px; background: var(--i_color); transition:all .5s ease;}
.cat_fold_sub a{display: block;padding: 8px .4rem 8px .2rem;font-size: 0.16rem; color: #666; position: relative; transition:all .5s ease;}
.cat_fold_sub a.hot::after{content: ''; position:absolute; transform:translate(0,2px); margin-left: .1rem; width: .4rem; height: 20px; background:url(static/images/hot.webp) no-repeat center; background-size: contain;}
.cat_fold_sub dt:hover::before, .cat_fold_sub dt.active::before{opacity: 1; left: 0;}
.cat_fold_sub a:hover, .cat_fold_sub dt.active a{color: var(--i_color);}

@media screen and (max-width:1200px) {
	.cat_fold_tit a{font-size: 0.18rem;}
	.cat_fold_sub a{font-size: 0.16rem;}
}
@media screen and (max-width:1024px) {
	.cat_nav{padding: 0; background: none;}
	.cat_nav_tit{padding: 14px 20px; margin: 0 0; display:-webkit-flex; display:flex; flex-wrap:nowrap;align-items: center;position: relative;z-index: 2; box-sizing: border-box; background: var(--i_color);}
	.cat_nav_tit h4{font-size: 18px;}
	.cat_nav_tit iconify-icon{display: block; margin-left: auto;font-size: 26px;color: #FFF;}

	.cat_nav_list{display: none;box-sizing: border-box; margin-top: 20px; background: #FFF;}
	.cat_fold_tit a{padding: 12px 0;}
}
@media screen and (max-width:768px) {
	.cat_nav_tit iconify-icon{font-size: 22px;}
}
@media screen and (max-width:560px) {
	.cat_nav_tit{padding: 10px 18px;}

	.cat_nav_list{margin-top: 14px;}
	.cat_fold_tit a{padding: 10px 0; font-size: 16px;}
	.cat_fold_tit iconify-icon{font-size: 26px;}
	.cat_fold_sub{margin-top: 8px;}
	.cat_fold_sub a{font-size: 15px;}
}





.asideContact{background:#E7F1E6; padding: .3rem 0 .4rem; border-radius:4px; position: relative;}
.asideContact::before{content: ''; position: absolute; right: 0; bottom: 0; width: 85%; height: 100%; background:url(static/images/logo-r.webp) no-repeat right bottom; background-size: contain;}
.asideContact>h3{padding-left: 0.2rem; position: relative;}
.asideContact>h3::before{content: ''; position:absolute; top:50%; transform:translate(0,-50%); left: 0; width: 4px; height: 80%; background: var(--i_color);}

.asideContact .cont{padding: 0 .2rem; position: relative;}
.asideContact .cont dt{margin-bottom: 0.4rem;}
.asideContact .cont dt:last-child{margin-bottom: 0;}
.asideContact h5{margin-bottom: .12rem;}

.asideContact .rowBox_t{display:flex; flex-wrap:wrap; gap: 0 .12rem;}

.asideContact dt p,.asideContact dt a{font-size: 0.16rem; color: #222;}
.asideContact dt a{display: block;}
.asideContact dt a:hover{color: var(--i_color);}

.asideContact .media{margin-left: auto; display:flex; flex-wrap:wrap; gap: 0 .26rem;}
.asideContact .media li{transition:all .5s ease;}
.asideContact .media iconify-icon{font-size: 0.26rem; color: var(--i_color);}
.asideContact .media li:hover{transform:translate(0,-4px);}

@media screen and (max-width:1366px) {
	.asideContact .rowBox_t{margin-bottom: 0.1rem; flex-direction: column;}
}
@media screen and (max-width:1024px) {
	.asideContact{display: none;}
}





.category_des{margin-top: 0.12rem;}
.category_des h1{font-weight: bold; color: #111;}
.category_des article{margin-top: 0.2rem; font-size: 0.18rem; color: #555; line-height: 1.6;}
@media screen and (max-width:1200px) {
	.category_des article{font-size: 0.16rem;}
}
@media screen and (max-width:1024px) {
	.category_des{margin-top: 0;}
}
@media screen and (max-width:768px) {
	.category_des article{font-size: 15px;}
}
@media screen and (max-width:560px) {
	.category_des article{margin-top: 14px; font-size: 14px;}
}





.pList{display:flex; flex-wrap:wrap; gap: .5rem 2.5%;}
.pList li{width: 31.66%; transition:all .5s ease;}

@media screen and (max-width:768px) {
	.pList{gap: 40px 4%;}
	.pList li{width: 48%;}
}
@media screen and (max-width:560px) {
	.pList{gap: 28px 4%;}
}






.pItem{display: block;}
.pItem .pic{width: 100%; aspect-ratio: 4 / 3; position: relative; overflow: hidden;}
.pItem .pic img{width: 100%; height: 100%; object-fit: cover; transition:all .5s ease;}

.pItem .txt{margin-top: 0.16rem; text-align: center;}
.pItem .txt h5{height: 0.54rem; font-size: 0.18rem; font-weight: 600; overflow:hidden; display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:2;}
.pItem .txt i{display: block; margin: .14rem auto .2rem; width: 100%; height: 1px; background: #CCC; position: relative;}
.pItem .txt i::after{content: ''; position:absolute; left:50%; transform:translate(-50%,0); bottom: 0; width: 0; height: 1px; background: var(--i_color); transition:all .5s ease;}

.pbtn{display: table; margin: 0 auto;}
.pbtn .flex{height: 0.44rem; padding: 0 .12rem; display:flex; flex-wrap:nowrap; align-items: center; background: var(--i_color);}
.pbtn span{max-width: 0; overflow: hidden; transition:all .5s ease;}
.pbtn b{padding-right: 0.1rem; margin-right: 0.1rem; font-size: 0.16rem; color: #FFF; position: relative; white-space: nowrap;}
.pbtn b::after{content: ''; position: absolute; right: 0; top: 0; width: 1px; height: 100%; background: #FFF;}
.pbtn iconify-icon{background: var(--i_color); font-size: 0.22rem; color: #FFF;}

.pItem:hover img{transform: scale(1.05, 1.05);}
.pItem:hover h5{color: var(--i_color);}
.pItem:hover .pbtn span{max-width: 2rem;}
.pItem:hover i::after{width: 100%;}

@media screen and (max-width:1024px) {
	.pItem .txt h5{height: auto; font-size: 16px;}

	.pItem .txt i{display: none;}

	.pbtn{display: none;}
	.pbtn .flex{height: 34px; padding: 0 8px;}
	.pbtn b{font-size: 14px;}
	.pbtn iconify-icon{font-size: 18px;}
}
@media screen and (max-width:560px) {
	.pItem .txt{margin-top: 10px;}
	.pItem .txt h5{font-size: 15px;}
}







/* Paging */
.in_paging{--size:.34rem;}
.in_paging ul{display:flex; flex-wrap:wrap;justify-content:center;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:var(--size);font-size:16px;color:#666;background:#F4F4F4;box-sizing: border-box; overflow:hidden;}
.in_paging.white a,.in_paging.white span{background: #FFF;}
.in_paging i {margin-top:14px;width:100%;font-size:13px;color:#888;}
.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:1200px) {
	.in_paging a,.in_paging span {font-size: 14px;}
}
@media screen and (max-width:1024px) {
	.in_paging{--size:28px;}
}
@media screen and (max-width:560px) {
	.in_paging{--size:24px;}
	.in_paging a,.in_paging span {font-size: 13px;}
}






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

/* atlas */
.p_atlas {flex-shrink: 0; width:42%; box-sizing: border-box; position: relative;}
.p_atlas_list {width: 100%; box-sizing: border-box; background: #FFF; 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; font-size: 0; position:relative;overflow:hidden;}
.p_atlas_list .swiper-slide img {width: 100%; aspect-ratio: 4 / 3; object-fit: cover;}

/* thumbnail */
.p_thumbnail_list {width:calc(100% - .6rem);box-sizing: border-box; padding: 0 2px; 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:75%;}
.p_thumbnail_list figure::after{content: ''; position:absolute; top:0; left:0; width:100%; height:100%; background: rgb(0 0 0 / 60%);}
.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{display: none;}

.thumbnail-prev,.thumbnail-next {position:absolute;top:50%;transform:translate(0,-50%);width:.2rem;height:.36rem; 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.3rem;color:#444}
.thumbnail-prev:hover iconify-icon, .thumbnail-next:hover iconify-icon{color: var(--i_color);}
.p_atlas .swiper-button-disabled{cursor:not-allowed;}

.thumbnail-pagination {position:absolute;top:.1rem;right:.1rem;text-align:center;padding: 2px .1rem; background: #FFF; border-radius:1rem; z-index:2;}
.thumbnail-pagination,.thumbnail-pagination span{font-size: 13px; color: #777;}
.thumbnail-pagination .swiper-pagination-current{font-size: 18px;color: var(--i_color);}

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

	.p_atlas{width: 100%; max-width: 6rem; margin: 0 auto 46px;}
	.p_thumbnail_list{width: 100%;}
	.thumbnail-prev, .thumbnail-next{display: none;}
}
@media screen and (max-width:560px) {
	.p_atlas{margin-bottom: 40px;}
	.p_atlas_list{width: 100%;}
	.thumbnail-prev iconify-icon, .thumbnail-next iconify-icon{font-size: 30px;}
}






.p_title{margin-left: auto;width: 100%;}

.pCate{color: #009944;}
.p_title h1{margin-top: 0.1rem; font-size: 0.2rem; line-height: 1.6; position: relative; font-weight: 600;}

.p_des{padding: .4rem 0 0; border-top: 1px solid #DDD;}
.p_des>h5{margin-bottom: 0.2rem; font-size: 0.18rem;}
.p_des article{color: #666;}
.p_des article table{margin: 0 0; border: none !important; background: #F4F9F3}
.p_des article tbody{display: inline-table;}
.p_des article table tr:nth-child(odd) {
	background: #FFF;
}
.p_des article table td{border: none !important;}


.p_menu{display:flex; flex-wrap:nowrap;}

.p_btn{display:-webkit-flex; display:flex; flex-wrap:wrap;gap: 0 .3rem;}

.p_share{margin-left: auto; display:-webkit-flex; display:flex; flex-wrap:wrap; align-items: center; gap: 0 .1rem;}
.p_share>p{font-size: 0.18rem;}
.p_share dl{display:-webkit-flex; display:flex; flex-wrap:wrap;align-items: center;gap: 0 .2rem;}
.p_share dt{transition:all .5s ease;}
.p_share a{}
.p_share a iconify-icon {font-size:0.26rem;color:#666;}
.p_share dt:hover{transform:translate(0,-4px);}
.p_share dt:hover iconify-icon{color: var(--i_color);}

@media screen and (max-width:1024px) {
	.p_title h1{font-size: 20px;}
	.p_share a iconify-icon{font-size: 22px;}
}
@media screen and (max-width:768px) {
	.p_menu{margin-top: 10px; padding-top: 10px;}
}
@media screen and (max-width:560px) {
	.p_cat{font-size: 14px;}
	.p_title h1{font-size: 17px;}
	.p_des{padding-top: 20px;}
	.p_des>h5{margin-bottom: 12px; font-size: 16px;}
	.p_des article{font-size: 14px;}

	.p_menu{flex-wrap: wrap;}
	.p_btn{gap: 0 20px;}

	.pMenu{margin-top: 24px; padding-top: 24px;}
	.p_share{margin: 20px 0 0; width: 100%;}
	.p_share>p{font-size: 15px;}
	.p_share dt iconify-icon{font-size: 20px;}
}








.pContent_box{display:-webkit-flex; display:flex; flex-wrap:nowrap; align-items: flex-start; gap: 0 5%;}

.pContent{width: 100%; margin-left: auto;}
.pContent_tit{position: relative;}
.pContent_tit::before{content: ''; position: absolute; left: 0; bottom: 0; width: 100%; height: 1px; background: #CCC;}
.pContent_tit h4{display: table; background: var(--i_color); padding: .12rem .3rem; font-size: 0.2rem; color: #FFF; font-weight: bold; overflow:hidden; white-space:nowrap; text-overflow:ellipsis;}

@media screen and (max-width:1024px) {
	.pContent_box{flex-wrap: wrap; gap: 40px 0;}
}
@media screen and (max-width:1024px) {
	.pContent_box .catSide{display: none;}

	.pContent_tit h4{padding: 10px 20px; font-size: 16px;}
}
@media screen and (max-width:768px) {}
@media screen and (max-width:560px) {
	.pContent_tit h4{padding: 10px 20px; font-size: 15px;}
}




.pColor{}
.pColor>h3{margin-bottom: 0.1rem; font-weight: 600;}

.pColor_cont{display:flex; flex-wrap:nowrap; align-items: center; gap: 0 3vw; overflow: hidden;}
.pColor_show{opacity: 0; flex-shrink: 0; width: 46%; aspect-ratio: 1 / 1; position: relative; right: -10px; overflow: hidden;}
.pColor_show.active{opacity: 1; right: 0; transition:all .5s ease;}

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

.pColor_list{width: 100%; display:flex; flex-wrap:wrap; gap: .3rem 6%;}
.pColor_list dt{width: 47%; display:flex; flex-wrap:nowrap; align-items: center; gap: 0 .1rem; cursor: pointer;}
.pColor_list .pic{flex-shrink: 0; font-size: 0; width: 0.54rem; box-sizing: border-box; border: 3px solid transparent; aspect-ratio: 1 / 1;}
.pColor_list .pic img{width: 100%; height: 100%; object-fit: cover;}
.pColor_list p{font-size: 0.17rem;}

.pColor_list dt.active .pic{border-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) {
	.pColor_list p{font-size: 15px;}
}
@media screen and (max-width:768px) {
	.pColor_cont{flex-wrap: wrap; gap: 26px 0;}
	.pColor_show{width: 100%;}
	.pColor_list{gap: 20px 4%;}
	.pColor_list dt{width: 48%;}
}
@media screen and (max-width:560px) {
	.pColor_list{gap: 10px 4%;}
	.pColor_list p{font-size: 14px;}
}






.pFAQ{}
.pFAQ>h3{margin-bottom: 0.1rem; font-weight: 600;}

.FAQ_list{}
.FAQ_list li{ border-bottom: 1px solid #DDD;}

.FAQ_list .tit{padding: .26rem 0; display:flex; flex-wrap:nowrap; align-items: center; gap: 0 .4rem; cursor: pointer;}
.FAQ_list .tit p{font-size: 0.18rem; font-weight: bold; line-height: 1.4;}
.FAQ_list .tit i{flex-shrink: 0; margin-left: auto; width: 0.24rem; height: 0.24rem; background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M11 13H5v-2h6V5h2v6h6v2h-6v6h-2z'/%3E%3C/svg%3E") no-repeat center; background-size: contain;}

.FAQ_list .active .tit i{background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M19 12.998H5v-2h14z'/%3E%3C/svg%3E") no-repeat center;}

.FAQ_list li.active .tit p{color: var(--i_color);}
.FAQ_list li.active .tit iconify-icon{transform:rotate(180deg); color: var(--i_color);}

.FAQ_list .txt{display: none; margin-bottom: 0.24rem; color: #666;}

@media screen and (max-width:1024px) {
	.FAQ_list .tit p{font-size: 17px;}
}
@media screen and (max-width:768px) {
	.FAQ_list .tit{padding: 20px 0;}
	.FAQ_list .tit p{font-size: 16px;}
}
@media screen and (max-width:560px) {
	.FAQ_list .tit p{font-size: 15px;}
}







.pBottom{background: #F7F7F7;}

.p_tags{padding-bottom: 0.2rem; border-bottom: 1px solid rgb(0 0 0 / 10%);display:-webkit-flex; display:flex; flex-wrap:wrap; align-items: baseline; gap: .16rem 0;}
.p_tags>p{margin-right: .14rem; font-size: 0.18rem;}
.p_tags a{display: block; padding: 8px .2rem; margin-right: 0.2rem; font-size: .16rem; color: var(--i_color); background: #FFF;}
.p_tags a:hover{background: var(--i_color); color: #FFF;}
@media screen and (max-width:1024px) {
	.p_tags>p{font-size: 16px;}
	.p_tags a{font-size: 14px;}
}
@media screen and (max-width:768px) {
	.p_tags{gap: 12px 0;}
}





.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{display:-webkit-flex; display:flex; flex-wrap:nowrap; align-items: center; gap: 0 .2rem;}
.p_view_other span{flex-shrink: 0; top: -2px; position: relative;}
.p_view_other span iconify-icon{font-size: .22rem; color: #333;}
.p_view_other p{font-size: 0.16rem; color: #333; line-height: 1.5;}
.p_view_other p b{font-size: 0.18rem; color: #333; font-weight: 600;}

.p_view_other li:hover iconify-icon,
.p_view_other li:hover p,.p_view_other li:hover p b{color: var(--i_color)}

@media screen and (max-width:1024px) {
	.p_view_other span iconify-icon{font-size: 20px;}
	.p_view_other p,.p_view_other p b{font-size: 15px;}
}
@media screen and (max-width:768px) {
	.p_view_other{flex-wrap: wrap;gap: 12px 0;}
	.p_view_other li{max-width: 100%}
	.p_view_other span{order: -1;}
}
@media screen and (max-width:560px) {
	.p_view_other span{top: -1px;}
	.p_view_other span iconify-icon{font-size: 18px;}
}







.pRelated{}

.pRelated_list{position:relative; overflow:hidden}
.pRelated_list .swiper-wrapper{display:flex; position:relative; width:100%}
.pRelated_list li{flex-shrink:0; position:relative}







.about__{background:linear-gradient(to bottom, #F3FCEE, transparent); position: relative;}
.about__::before{content: ''; position:absolute; right: 8%; bottom: 0; width: 46%; height: 100%; background:url(static/images/about__bg.webp) no-repeat right bottom; background-size: contain;}

.homeAbout_cont article{line-height: 1.8;}
.about__ .homeAbout_cont article{display:block !important; -webkit-line-clamp:initial !important;}

.about__ .homeAbout_num{margin-top: 0;}
.about__ .homeAbout_num dl{width: 90%; background: none; padding-left: 0; padding-right: 0;}
.about__ .homeAbout_num .icon::before{background:linear-gradient(120deg, transparent, #DCEBCB);}
.about__ .homeAbout_num img{opacity: 1; -webkit-filter:none; filter:none}
.about__ .homeAbout_num span,.about__ .homeAbout_num i{color: var(--i_color);}


.about__pic{position: relative;}
.about__pic .wrap{aspect-ratio: 1600 / 685; overflow: hidden;}
.about__pic .wrap::after{content: ''; position: absolute; left: 0; bottom: 0; width: 100%; height: 70%; background:linear-gradient(to bottom, transparent, var(--i_color));}
.about__pic img{width: 100%; height: 100%; object-fit: cover; transform: scale(1.4, 1.4); transition:all 6s ease;}
.about__pic.arrive img{transform: scale(1, 1);}

.about__v{position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); cursor: pointer; z-index: 4;}
.about__pic iconify-icon{font-size: 0.5rem; color: #FFF;}

@media screen and (max-width:1440px) {}
@media screen and (max-width:1366px) {}
@media screen and (max-width:1200px) {
	.about__ .homeAbout_num dl{width: 100%;}
}
@media screen and (max-width:1024px) {
	.about__pic iconify-icon{font-size: 0.42rem;}
}
@media screen and (max-width:768px) {
	.about__ .homeAbout_num{padding: 20px 0;}
}
@media screen and (max-width:560px) {
	.about__ .homeAbout_num{padding: 0 0;}
	.about__pic iconify-icon{font-size: 0.3rem;}
}






.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:48%;left:52%;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;}
}






.homeAdv{}

.homeAdv_tit{padding-bottom: 1.2rem; background: var(--i_color);}

.homeAdv_tit .tit{display:-webkit-flex; display:flex; flex-wrap:nowrap;justify-content: center; align-items: center; gap: 0 .2rem;}
.homeAdv_tit .tit img{flex-shrink: 0; height: 0.5rem;}
.homeAdv_tit h3,.homeAdv_tit p{text-align: center; color: #FFF;}
.homeAdv_tit h3{width: 100%; font-weight: 600;}
.homeAdv_tit p{width: 100%; max-width: 1000px; margin-left: auto;margin-right: auto; color: rgb(255 255 255 / 60%);}
@media screen and (max-width:1024px) {
	.homeAdv_tit{padding-bottom: 60px;}
	.homeAdv_tit .tit img{height: 30px;}
}
@media screen and (max-width:768px) {
	.homeAdv_tit{padding-bottom: 40px;}
	.homeAdv_tit .tit{width: 80%;margin-left: auto;margin-right: auto;}
	.homeAdv_tit .tit img:first-child{}
	.homeAdv_tit .tit img{display: none;}
}
@media screen and (max-width:560px) {
	.homeAdv_tit .tit{width: 100%;}
	.homeAdv_tit h3{font-size: 16px;}
}




.homeAdv_cont{background:url(static/images/homeAdv_bg.webp) no-repeat center;background-size: cover;}
.homeAdv_cont .wrap{display:-webkit-flex; display:flex; flex-wrap:nowrap; gap: 0 .6rem;}

.homeAdv_contTit{flex-shrink: 0; width: 25%; margin-top: 0.4rem;}
.homeAdv_contTit li{margin: .24rem 0; padding: .14rem .3rem; display:-webkit-flex; display:flex; flex-wrap:nowrap;align-items: center; gap: 0 .2rem; background: #FFF; box-shadow: 0 2px 10px rgb(0 0 0/ 5%); cursor: pointer; position: relative; overflow: hidden;}
.homeAdv_contTit li::before{content: '';position: absolute; left: 0;top: 0;width: 0;height: 100%;background: var(--i_color);}
.homeAdv_contTit img{height: 0.36rem;}
.homeAdv_contTit p{font-size: 0.18rem;color: #333; font-weight: bold; position: relative;}

.homeAdv_contTit li.active::before{width: 100%;}
.homeAdv_contTit li.active p{color: #FFF;}
.homeAdv_contTit li.active img{-webkit-filter:brightness(100); filter:brightness(100);}

.homeAdv_contTit li::before,.homeAdv_contTit iconify-icon,.homeAdv_contTit p{-webkit-transition:all .7s ease; transition:all .7s ease;}

.homeAdv_contShow{width: 100%; margin-top: -.6rem;}
.homeAdv_contShow dt{position: relative; left: .5rem; height: 0; background: #FFF; box-shadow: 0 2px 10px rgb(0 0 0/ 5%); overflow: hidden; -webkit-transition:all .7s ease; transition:all .7s ease;}
.homeAdv_contShow dt.active{height: auto; left: 0;}

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

.homeAdv_contShow span{display: block;padding: .3rem; color: #666;}

@media screen and (max-width:1440px) {
	.homeAdv_contTit{margin-top: .2rem; width: 27%;}
	.homeAdv_contTit li{padding: .22rem .3rem;}
	.homeAdv_contTit p{font-size: 0.18rem;}
}
@media screen and (max-width:1200px) {
	.homeAdv_contTit{margin-top: .1rem; width: 30%;}
	.homeAdv_contTit li{padding: .16rem .2rem;}
}
@media screen and (max-width:1024px) {
	.homeAdv_cont{padding-top: 40px;}
	.homeAdv_cont .wrap{flex-wrap: wrap;gap: 30px 0;}
	.homeAdv_contShow{margin-top: 0;}

	.homeAdv_contTit{margin: 0 0; display:-webkit-flex; display:flex; flex-wrap:wrap; width: 100%;gap: 18px 4%;}
	.homeAdv_contTit li{margin: 0 0; width: 48%; box-sizing: border-box; padding: 16px 16px;}
	.homeAdv_contTit img{height: 30px;}
	.homeAdv_contTit p{font-size: 16px;}
}
@media screen and (max-width:768px) {
	.homeAdv_contTit li{padding: 12px 16px;}

	.homeAdv_contShow span{padding: 24px 20px;}
}
@media screen and (max-width:560px) {
	.homeAdv_contTit li{padding: 10px 14px; gap: 0 10px;}
	.homeAdv_contTit img{height: 26px;}
	.homeAdv_contTit p{font-size: 13px;}
}








.workshop{background:linear-gradient(to bottom, transparent, #F4FFF9);}

.workshop_list{padding: .8rem 0; position:relative; overflow:hidden}
.workshop_list .swiper-wrapper{display:flex; position:relative; width:100%}
.workshop_list li{flex-shrink:0; position:relative; transition:all .5s ease;}

.workshop_list .pic{width: 100%; aspect-ratio: 68 / 45; position: relative; overflow: hidden;}
.workshop_list .pic img{width: 100%; height: 100%; object-fit: cover;}
.workshop_list p{opacity: 0; visibility: hidden; margin-top: 10px; font-size: 13px; text-align: center;}

.workshop_list .swiper-slide-active{transform: scale(1.3, 1.3);}
.workshop_list .swiper-slide-active p{opacity: 1; visibility: visible;}


.workshop-pagination{display:none}

@media screen and (max-width:1440px) {
	.workshop_list p{font-size: 12px;}
}
@media screen and (max-width:1024px) {
	.workshop-pagination{display:block;}
}
@media screen and (max-width:768px) {
	.workshop_list{padding: 0 0;}
	.workshop_list .swiper-slide-active{transform: scale(1, 1);}
	.workshop_list p{font-size: 14px;}

	.workshop-pagination{margin-top: 30px;}
}
@media screen and (max-width:560px) {
	.workshop_list p{font-size: 13px;}
}






.aboutShow{background:linear-gradient(to bottom, transparent, #F4F4F4);}

.aboutShow_list{position:relative;}
.aboutShow_list .swiper-wrapper{display:flex; position:relative; width:100%}
.aboutShow_list li{flex-shrink:0; position:relative; overflow: hidden; transition:all .5s ease;}

.aboutShow_list .pic{width: 100%; height: 42vh; overflow: hidden;}
.aboutShow_list .pic img{width: 100%; height: 100%; object-fit: cover;}

.aboutShow_list .txt{opacity: 0; position: absolute; left: 0; bottom: -.8rem; width: 100%; box-sizing: border-box; padding: .12rem .2rem; background: rgb(255 255 255 / 80%);}
.aboutShow_list .txt p{text-align: center; font-size: 0.18rem; overflow:hidden; display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:2;}

@media screen and (min-width:1025px) {
	.aboutShow_list .swiper-slide-next{width: 35vw !important;}
	.aboutShow_list .swiper-slide-next .txt{opacity: 1; bottom: 0; transition:all .5s .3s;}
}

@media screen and (max-width:1200px) {
	.aboutShow_list .txt p{font-size: 14px;}
}
@media screen and (max-width:1024px) {
	.aboutShow_list{width: 94vw; margin-left: auto;margin-right: auto; overflow: hidden;}
	.aboutShow_list li{background: #FFF;}
	.aboutShow_list .pic{height: auto; aspect-ratio: 626 / 396;}
	.aboutShow_list .txt{opacity: 1; position: initial;}
}







.honor__{background:url(static/images/honor-bg.webp) no-repeat top center; background-size: cover;}

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

.honor__ .t{width: 100%;}


.aboutHonor_nav{display:flex; flex-wrap:wrap; gap: 0 .2rem;}
.aboutHonor_nav li{cursor: pointer; overflow: hidden;}
.aboutHonor_nav li p{padding: .08rem .1rem; font-size: 0.16rem; color: #333; position: relative;}
.aboutHonor_nav li p::before{content: '';position: absolute; left: 0; bottom: 0; width: 100%; height: 1px; background: #888;}
.aboutHonor_nav li.active{background: var(--i_color);}
.aboutHonor_nav li.active p{color: #FFF;}
.aboutHonor_nav li.active p::before{display: none;}


.aboutHonor_p{flex-shrink: 0; width: 60%; position: relative;}
.aboutHonor_p .item{display: none;}
.aboutHonor_p .item.active{display: block;}

.aboutHonor_list{width: 80%; margin-left: auto;margin-right: auto; position:relative; overflow:hidden}
.aboutHonor_list .swiper-wrapper{display:flex; position:relative; width:100%}
.aboutHonor_list li{flex-shrink:0; position:relative; box-sizing: border-box; border: 5px solid #080400; overflow: hidden;}
.aboutHonor_list li::before{content: '';display: block; padding-bottom: 141%;}
.aboutHonor_list li img{position:absolute; top:0; left:0; width:100%; height:100%; object-fit: cover;}

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

.aboutHonor-pagination{display:block; text-align:center}
.aboutHonor-pagination .swiper-pagination-bullet{width:20px; height:3px; display:inline-block; margin:0 6px; background:#AAA; outline:none; cursor:pointer; transition:all .5s ease;}
.aboutHonor-pagination .swiper-pagination-bullet-active{width:.5rem; background:var(--i_color)}

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

	.aboutHonor_p{width: 100%;}
	.aboutHonor_list{width: 100%;}
	.aboutHonor-prev,.aboutHonor-next{display: none;}
}
@media screen and (max-width:768px) {
	.aboutHonor_nav li p{font-size: 15px;}
}
@media screen and (max-width:560px) {
	.honor__ .wrap{gap: 40px 0;}
	.aboutHonor_nav li p{font-size: 14px;}
}






.oem__{}
.oem__ .wrap{display:flex; flex-wrap:nowrap; gap: 0 4vw;}

.oem__ .t{width: 100%;}

.oem__ .p{flex-shrink: 0; width: 48%;}
.oem__ .p img{width: 100%;}

@media screen and (max-width:1024px) {
	.oem__ .wrap{flex-wrap: wrap; gap: 36px 0;}
	.oem__ .p{width: 100%;}
}





.oemTab{}

.oemTab_cont{position: relative;}

.oemTab_pic{width: 100%; position: relative;}
.oemTab_pic::after{content: ''; position: absolute; left: 0; bottom: 0; width: 100%; height: 40%; background:linear-gradient(to bottom, transparent, rgb(127 190 58 / 80%));}

.oemTab_pic dt{display: none; width: 100%; aspect-ratio: 160 / 62; position: relative; overflow: hidden;}
.oemTab_pic img{width: 100%; height: 100%; object-fit: cover;}
.oemTab_pic dt.active{display: block;}

.oemTab_nav{position: absolute; left: 0; bottom: .3rem; width: 100%; box-sizing: border-box; padding: 0 3vw; z-index: 2;}
.oemTab_nav ul{display:flex; flex-wrap:nowrap; gap: 0 2%;}
.oemTab_nav li{width: 100%; display:flex; flex-wrap:wrap; align-items: center; justify-content: center; box-sizing: border-box; border: 1px solid #FFF; cursor: pointer;}
.oemTab_nav p{text-align: center; padding: .12rem .1rem; font-size: 0.17rem; color: #FFF; font-weight: 600;}
.oemTab_nav li.active{background: #FFF;}
.oemTab_nav li.active p{color: #444;}

.oemTab_text{position: absolute; top: 8%; left: 0; width: 100%; box-sizing: border-box; padding: 0 4vw; z-index: 2;}
.oemTab_text span{display: block; text-align: center; color: #FFF;}

@media screen and (max-width:1024px) {
	.oemTab_nav{padding: 0 0; margin: 50px 0 34px; position: initial;}
	.oemTab_nav li{border-color: var(--i_color);}
	.oemTab_nav p{font-size: 14px; color: #666;}
	.oemTab_nav li.active{background: var(--i_color);}
	.oemTab_nav li.active p{color: #FFF;}

	.oemTab_text{position: initial; margin-bottom: 20px;}
	.oemTab_text span{font-size: 14px; color: #555;}

	.oemTab_pic::after{display: none;}
}
@media screen and (max-width:768px) {
	.oemTab_nav ul{flex-wrap: wrap; gap: 16px 0;}
	.oemTab_nav li{width: 100%;}
}
@media screen and (max-width:560px) {
	.oemTab_nav{margin-bottom: 20px;}
	.oemTab_nav ul{gap: 12px 0;}
	.oemTab_nav p{font-size: 13px;}

	.oemTab_text span{font-size: 13px;}
}







.serTR{}

.serTR_list{}
.serTR_list dt{position: relative;}
.serTR_list dt:first-child::before{content: ''; position: absolute; right: 0; bottom: .4rem; width: 45vw; height: 100%; background:url(static/images/logo-r.webp) no-repeat right bottom; background-size: contain;}
.serTR_list .wrap{display:flex; flex-wrap:nowrap; align-items: center; gap: 0 3vw; position: relative;}

.serTR_list .pic{flex-shrink: 0; width: 48%; overflow: hidden;}
.serTR_list .pic img{width: 100%; transition:all .5s ease;}

.serTR_list .txt{width: 100%;}
.serTR_list .txt h5{font-weight: 600;}
.serTR_list .txt span{display: block;}

.serTR_list dt:nth-child(even){background: #F4F4F4;}
.serTR_list dt:nth-child(even) .txt{order: -1;}

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

@media screen and (max-width:1024px) {
	.serTR_list .txt span{font-size: 14px;}
}
@media screen and (max-width:768px) {
	.serTR_list .wrap{flex-wrap: wrap; gap: 30px 0;}
	.serTR_list .pic{order: -2; width: 100%;}
}
@media screen and (max-width:560px) {}






.service__{}

.service__cont{position: relative;}

.service__pic{position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); width: 40%; aspect-ratio: 1 / 1;}

.service__pic dl{position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); width: 85%; height: 85%; border-radius:50%; overflow: hidden;}
.service__pic dt{display: none; width: 100%; height: 100%;}
.service__pic dt img{width: 100%; height: 100%; object-fit: cover;}
.service__pic dt.active{display: block;}

.service__pic .round{width: 100%; height: 100%; transition:all .5s ease;}


.service__list{display:flex; flex-wrap:wrap; gap: .6rem 40%; justify-content: space-between;}
.service__list li{width: 30%; cursor: pointer;}
.service__list li:nth-child(even){text-align: right;}
.service__list img{height: 0.5rem;}
.service__list h5{margin: .1rem 0; font-weight: 600;}
.service__list span{color: #666;}

.service__list li.active h5{color: var(--i_color);}
.service__list li.active img{transform:rotateY(360deg); transition:all .5s ease;}

@media screen and (max-width:1024px) {
	.service__pic{margin: 0 auto; width: 70%; max-width: 4rem; position: relative; top: initial; left: initial; transform: none;}

	.service__list{gap: 30px 0; margin-top: 40px;}
	.service__list li{width: 100%; text-align: left !important;}

	.service__list img{height: 40px;}
}
@media screen and (max-width:560px) {
	.service__list{margin-top: 20px;}
	.service__list img{height: 34px;}
}







.serCustom{background:linear-gradient(to bottom, transparent, #F4F4F4);}
.serCustom .wrap{display:flex; flex-wrap:nowrap; gap: 0 4vw;}

.serCustom .t{width: 100%;}

.serCustom .p{flex-shrink: 0; width: 48%;}
.serCustom .p img{width: 100%;}

@media screen and (max-width:1024px) {
	.serCustom .wrap{flex-wrap: wrap; gap: 36px 0;}
	.serCustom .p{width: 100%;}
}





.serProcess{}

.serProcess_list{display:flex; flex-wrap:wrap; gap: .3rem 2%;}
.serProcess_list li{width: 23.5%; background: #000; box-sizing: border-box; padding:.3rem .26rem .5rem; position: relative; cursor: pointer;}
.serProcess_list li::after{content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: #F4F4F4;}

.serProcess_list img{opacity: .5; position:absolute; top:0; left:0; width:100%; height:100%; object-fit: cover;}

.serProcess_list .t{position: relative; z-index: 3;}
.serProcess_list i{color: #666; font-weight: 600;}
.serProcess_list h5{margin: .2rem 0 .1rem; font-weight: 600;}
.serProcess_list span{color: #666;}

.serProcess_list li:hover::after{height: 0;}
.serProcess_list li:hover i,
.serProcess_list li:hover h5,
.serProcess_list li:hover span{color: #FFF;}

.serProcess_list li::after,
.serProcess_list i,
.serProcess_list h5,
.serProcess_list span{transition:all .5s ease;}

@media screen and (max-width:1024px) {
	.serProcess_list{gap: 16px 0;}
	.serProcess_list li{width: 100%;}
	.serProcess_list li::after{opacity: .95; background: #FFF;}
}
@media screen and (max-width:768px) {
	.serProcess_list li{padding: 20px 24px 30px;}
}






.listPage{display:flex; flex-wrap:nowrap; gap: 0 3vw;}

.asideNav{flex-shrink: 0; width: 20%;}
.asideNav li{border-bottom: 1px solid #EEE; position: relative;}
.asideNav li::before{content: ''; position: absolute; top: 0; left: 0; width: 0; height: 100%; background: #F2F8EB; transition:all .5s ease;}
.asideNav li::after{content: ''; position: absolute; right: 0; top: 0; width: 6px; height: 0; background: var(--i_color); transition:all .5s .3s;}
.asideNav li a{display: block; padding: .14rem .2rem; font-size: 0.2rem; font-weight: 600; position: relative;}

.asideNav li:hover::before,
.asideNav li.active::before{width: 100%;}

.asideNav li:hover::after,
.asideNav li.active::after{height: 100%;}

.asideNav li.active a{color: var(--i_color);}

.listShow{margin-left: auto; width: 100%; box-sizing: border-box; padding-left: 3vw; position: relative;}
.listShow::before{content: ''; position: absolute; left: 0; bottom: 0; width: 300vw; height: 100%; background:linear-gradient(to bottom, transparent, #F4F4F4);}

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

	.asideNav{width: 100%; padding: 0 0; margin: 30px 0 40px;}
	.asideNav ul{display:flex; flex-wrap:wrap; gap: 20px 4%;}
	.asideNav li{width: 48%;}
	.asideNav li::after{width: 4px;}
	.asideNav li a{font-size: 18px;}

	.listShow{padding: 0 0; margin-bottom: 60px;}
	.listShow::before{display: none;}
}
@media screen and (max-width:768px) {
	.asideNav ul{gap: 14px 4%;}
	.asideNav li a{padding: 10px 16px; font-size: 16px;}
}
@media screen and (max-width:560px) {
	.asideNav{margin-bottom: 30px;}
	.asideNav li::after{width: 3px;}
	.asideNav li a{font-size: 14px;}

	.listShow{margin-bottom: 40px;}
}





.dNav{display:flex; flex-wrap:nowrap; justify-content: center; position: relative;}
.dNav::before{content: ''; position: absolute; left: 0; bottom: 0; width: 100%; height: 1px; background: #DDD;}
.dNav li{width: 100%; box-sizing: border-box; text-align: center; display:flex; flex-wrap:wrap; align-items: center; justify-content: center;}
.dNav li a{display: block; width: 100%; box-sizing: border-box; padding: .16rem .16rem; font-size: 0.22rem; font-weight: 600; position: relative;}
.dNav li a::before{content: ''; position: absolute; left: 0; bottom: 0; width: 0; height: 1px; background: var(--i_color); transition:all .5s ease;}

.dNav li:hover a, .dNav li.active a{color: var(--i_color);}
.dNav li:hover a::before, .dNav li.active a::before{width: 100%;}

@media screen and (max-width:1200px) {
	.dNav li a{font-size: 0.2rem;}
}
@media screen and (max-width:1024px) {
	.dNav li a{font-size: 18px;}
}
@media screen and (max-width:768px) {
	.dNav li a{font-size: 16px;}
}
@media screen and (max-width:560px) {
	.dNav{flex-wrap: wrap; gap: 0 4%;}
	.dNav::before{display: none;}
	.dNav li{width: 48%;}
	.dNav li a{padding: 12px 16px; font-size: 14px;}
}





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





.dList{}
.dList li{margin-bottom: 0.2rem; border: 1px solid #DDD;}
.dList a{display:flex; flex-wrap:nowrap; align-items: center;}
.dList p{width: 100%; box-sizing: border-box; padding: 0 .2rem; font-size: 0.16rem; overflow:hidden; display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:2;}
.dList .btn{flex-shrink: 0; margin-left: auto; background: #F4F4F4; text-align: center; padding: .1rem .26rem;}
.dList .btn iconify-icon{font-size: 0.3rem; color: #666;}
.dList .btn h6{margin-top: 4px; font-size: 0.15rem;}

.dList li:hover{border-color: transparent;}
.dList li:hover p{color: var(--i_color);}
.dList li:hover .btn{background: var(--i_color);}
.dList li:hover .btn iconify-icon,.dList li:hover .btn h6{color: #FFF;}

.dList .btn,.dList .btn iconify-icon,.dList .btn h6{transition:all .5s ease;}

@media screen and (max-width:1024px) {
	.dList p{font-size: 15px;}
	.dList .btn iconify-icon{font-size: 24px;}
	.dList .btn h6{font-size: 13px;}
}
@media screen and (max-width:560px) {
	.dList li{margin-bottom: 16px;}
	.dList p{font-size: 14px;}
	.dList .btn{padding: 16px 14px;}
	.dList .btn h6{display: none;}
}





.vList{display:flex; flex-wrap:wrap; gap: .4rem 3%; position: relative;}
.vList li{width: 31.33%;}

.vList .pic{width: 100%; aspect-ratio: 355 / 270; position: relative; overflow: hidden;}
.vList .pic img{width: 100%; height: 100%; object-fit: cover; transition:all .5s ease;}

.vList p{margin-top: 0.1rem; text-align: center; font-size: 0.16rem; color: #333; line-height: 1.4; overflow:hidden; display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:2;}

.vList .v_btn::before{width: 140%; height: 140%; animation:none; background: rgb(255 255 255 / 30%);}
.vList .v_btn i{width: 0.54rem; height: 0.54rem; background: #222;}
.vList .v_btn iconify-icon{font-size: 0.24rem;}

.vList li:hover img{transform: scale(1.05, 1.05);}
.vList li:hover .v_btn::before{width: 100%; height: 100%; animation:scale 1.6s infinite linear}
.vList li:hover .v_btn i{background: var(--i_color);}
.vList li:hover p{color: var(--i_color);}

@media screen and (max-width:1024px) {
	.vList p{font-size: 15px;}

	.vList .v_btn i{width: 44px; height: 44px;}
	.vList .v_btn iconify-icon{font-size: 20px;}
}
@media screen and (max-width:768px) {
	.vList{gap: 40px 4%;}
	.vList li{width: 48%;}
}
@media screen and (max-width:560px) {
	.vList p{font-size: 13px;}

	.vList .v_btn i{width: 40px; height: 40px;}
	.vList .v_btn iconify-icon{font-size: 18px;}
}







.mainBg{background:linear-gradient(to bottom, transparent, #F4F4F4);}






.caseList{display:flex; flex-wrap:wrap; gap: .4rem 3%;}
.caseList li{width: 31.33%; background: #FFF; position: relative; transition:all .5s ease;}

.caseList li:hover{box-shadow: 0 0 0.1rem rgb(0 0 0 / 10%);}

@media screen and (max-width:1024px) {
	.caseList{gap: 40px 4%;}
	.caseList li{width: 48%;}
}
@media screen and (max-width:560px) {
	.caseList{gap: 30px 0;}
	.caseList li{width: 100%;}
}





.artNav{}
.artNav ul{display:flex; flex-wrap:nowrap; border-bottom: 1px solid #DDD;}
.artNav li{width: 100%; display:flex; flex-wrap:wrap; align-items: center; justify-content: center; position: relative;}
.artNav li::before{content: ''; position:absolute; top:50%; transform:translate(0,-50%); left: 0; width: 1px; height: .24rem; background: #CCC;}
.artNav li:first-child::before{display: none;}
.artNav li a{display: block; text-align: center; padding: .16rem .16rem; font-size: 0.18rem; font-weight: 600;}
.artNav li:hover a, .artNav li.active a{color: var(--i_color);}






.nList{}
.nList li{margin-bottom: 0.5rem;}
.nList a{display:flex; flex-wrap:nowrap; gap: 0 2.5vw;}

.nList .pic{flex-shrink: 0; width: 30%; aspect-ratio: 514 / 306; overflow: hidden;}
.nList .pic img{width: 100%; height: 100%; object-fit: cover; transition:all .5s ease;}

.nList .txt{width: 100%; position: relative;}
.nList .txt::before, .nList .txt::after{content: ''; position: absolute;  bottom: 0; height: 1px;}
.nList .txt::before{left: 0; width: 100%; background: #DDD;}
.nList .txt::after{left:50%; transform:translate(-50%,0); width: 0; background: var(--i_color); transition:all .5s ease;}

.nList .txt i{font-size: .15rem; color: #666;}
.nList h5{margin: .1rem 0 .2rem; font-size: 0.2rem; font-weight: 600; overflow:hidden; display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:2;}
.nList p{font-size: 0.16rem; color: #555; line-height: 1.8; overflow:hidden; display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:3}

.nList li:hover img{transform: scale(1.05, 1.05);}
.nList li:hover h5{color: var(--i_color);}
.nList li:hover .txt::after{width: 100%;}

@media screen and (max-width:1200px) {
	.nList p{-webkit-line-clamp:2}
}
@media screen and (max-width:1024px) {
	.nList li{margin-bottom: 40px;}
	.nList h5{margin: 6px 0 12px; font-size: 16px;}
	.nList p{font-size: 14px; line-height: 1.5;}
}
@media screen and (max-width:768px) {
	.nList .pic{width: 40%;}
}
@media screen and (max-width:560px) {
	.nList li{margin-bottom: 30px;}
	.nList a{flex-wrap: wrap; gap: 16px 0;}
	.nList .pic{width: 100%;}
	.nList .txt{padding-bottom: 20px;}
	.nList .txt i{font-size: 14px;}
}







.contact__{}
.contact__tit h3{color: var(--i_color); font-weight: bold;}
.contact__tit i{display: block; margin-top: 0.1rem; margin-left: auto; width: 95%; height: 1px; border-bottom: 1px dashed #DDD;}

.contact__cont{border-bottom: 1px solid #DDD; display:flex; flex-wrap:nowrap; align-items: flex-start;}

.contact__t{width: 100%;}
.contact__list{}
.contact__list li{margin-bottom: 0.3rem;}
.contact__list h5{margin-bottom: 0.1rem; font-size: 0.2rem; font-weight: 600;}

.contact__list .rowBox{display:flex; flex-wrap:nowrap; gap: 0 6px;}

.contact__list li p,.contact__list li a{font-size: 0.16rem; color: #222;}
.contact__list li a{display: block;}
.contact__list li a:hover{text-decoration: underline; color: var(--i_color);}

.contact__media{display:flex; flex-wrap:wrap; align-items: center; gap: 0 .1rem;}
.contact__media p{font-size: 0.16rem; color: #333;}
.contact__media ul{display:flex; flex-wrap:wrap; gap: 0 .2rem;}
.contact__media li{font-size: 0; transition:all .5s ease;}
.contact__media iconify-icon{font-size: 0.26rem; color: #666;}
.contact__media li:hover{transform:translate(0,-6px);}
.contact__media li:hover iconify-icon{color: var(--i_color);}

.contact__p{flex-shrink: 0; width: 50%; aspect-ratio: 794 / 442; position: relative;}
.contact__p::after{opacity: .8; content: ''; position: absolute; left: 0; bottom: 0; width: 100%; height: 50%; background:linear-gradient(to bottom, transparent, var(--i_color));}
.contact__p img{width: 100%; height: 100%; object-fit: cover;}

@media screen and (max-width:1024px) {
	.contact__cont{flex-wrap: wrap; gap: 46px 0;}
	.contact__list h5{font-size: 18px;}
	.contact__p{width: 100%;}
}
@media screen and (max-width:560px) {
	.contact__list h5{font-size: 16px;}
	.contact__list li p, .contact__list li a{font-size: 15px;}
	.contact__media iconify-icon{font-size: 24px;}
}






.contactForm{}

.contactForm_box{background: #F9F9F9; padding: .5rem;}

#wpforms-113{
	--wpforms_input_height:48px;
	--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-113{margin:0; padding:0;}
#wpforms-form-113{width:100%; position:relative;}

/* 字段样式 */
#wpforms-113 .wpforms-field-container>.wpforms-field{width: 100%; padding: 0 1px 20px; margin: 0 0 6px;overflow-x:initial !important; position: relative;}
#wpforms-113 label.wpforms-field-label{display: block; margin-bottom: 8px; font-size: 16px; font-weight: normal;}
#wpforms-113 .wpforms-field-container .wpforms-required-label{color: #D63637;}
#wpforms-113 .wpforms-field-container .wpforms-field>input,
#wpforms-113 .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-113 .wpforms-field-container .wpforms-field>input{height: var(--wpforms_input_height);}
#wpforms-113 .wpforms-field-container textarea{height: var(--wpforms_textarea_height);}
#wpforms-113 input::placeholder, #wpforms-113 textarea::placeholder{color:#AAA; font-size:var(--wpforms_input_font_size); line-height: 1.4;}

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

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

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

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

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

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

@media screen and (max-width:1024px) {
	.contactForm_box{padding: 50px 30px;}
}
@media screen and (max-width:768px) {
	#wpforms-113 .wpforms-field-container>.wpforms-field{width: 100% !important}
}
@media screen and (max-width:560px) {
	.contactForm_box{padding: 30px 20px;}
}





.map{}
.map iframe{width: 100%; height: 65vh;}

@media screen and (max-width:560px) {
	.map iframe{height: 50vh;}
}




