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

:root {
	--i_color: #FFA71B;
	--i_color2: #1C1F26;
	--header_height: 1rem;
}
@media screen and (max-width:1024px) {
	:root {
		--header_height:.6rem;
	}
}






.wrap {
	width: 94%;
	max-width: 1500px;
	margin-left: auto;
	margin-right: auto;
}
.wrap_top{width: 94%; margin-left: auto;margin-right: auto;}

@media screen and (min-width:1921px) {
	.wrap{max-width: none;}
}
@media screen and (max-width:1366px) {}
@media screen and (max-width:1200px) {}
@media screen and (max-width:1024px) {}
@media screen and (max-width:768px) {}
@media screen and (max-width:560px) {}





.wrap_l{box-sizing: border-box; margin-left: 10.8vw;}
.wrap_r{box-sizing: border-box; margin-right: 10.8vw;}

@media screen and (max-width:1680px) {
	.wrap_l{margin-left: 5.4vw;}
	.wrap_r{margin-right: 5.4vw;}
}
@media screen and (max-width:1440px) {
	.wrap_l{margin-left: 3vw;}
	.wrap_r{margin-right: 3vw;}
}





/* header */
header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: #FFF;
	z-index: 2014;
}
header::before{content: '';position: absolute;left: 0;bottom: 0;width: 100%;height: 1px;background: #E8E8E8;}





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

/* 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: 3rem; max-height: 80%;}







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

	.i_nav>li {position: relative;}

	.i_nav>li>a {
		display: block;
		font-size: 18px;
		color: #333;
		font-weight: bold;
		line-height: var(--header_height);
		white-space: nowrap;
		position: relative;
	}
	.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 .sub-menu {
		display: none;
		position: absolute;
		left:-20px;
		min-width: 1.4rem;
		background: #FFF;
		overflow: hidden;
		box-shadow: 0 .06rem .1rem rgb(0 0 0 / 8%);
		font-size: 0;
		text-align: left;
	}

	.i_nav .sub-menu li {
		position: relative;
	}
	.i_nav .sub-menu li:not(:last-child):before {content: '';position:absolute; bottom: 0; left:50%; transform:translate(-50%,0);width: 90%;height: 1px;background: #EEE;}
	.i_nav .sub-menu a {
		display: block;
		padding: 0 .2rem;
		font-size: 0.15rem;
		color: #666;
		line-height: 0.4rem;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		position: relative;
	}

	.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 .sub-menu li:hover a {
		color: var(--i_color);
	}
}
@media screen and (max-width:1440px) {
	.i_nav{gap: 0 3.5vw;}
}
@media screen and (max-width:1366px) {
	.i_nav{gap: 0 3vw;}
	.i_nav>li>a{font-size: 17px;}
}
@media screen and (max-width:1200px) {
	.i_nav>li>a{font-size: 15px;}
}






@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;
	}
}
@media screen and (max-width:560px) {
	.nav_menu{margin-left: 14px;}
}




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



/* search */
.top_search {
	--search_height: .38rem
}
.top_search {
	max-width: 2rem;
	display: -webkit-flex;
	display: flex;
	flex-wrap: nowrap;
	box-sizing: border-box;
	border-radius:2rem;
	border: 1px solid #CCC;
	overflow: hidden;
}
.top_search_ipt {
	width: 100%;
	height: var(--search_height);
	box-sizing: border-box;
	padding: 0 .16rem;
}
.top_search_btn {
	flex-shrink: 0;
	font-size: 0;
	color: #FFF;
	width: calc(var(--search_height) * 1.2);
	height: var(--search_height);
	background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23555' 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:1200px) {
	.top_search{max-width: 1.8rem;}
}
@media screen and (max-width:1024px) {
	.top_search {--search_height: 34px}
	.top_search_btn{background-size: 20px;}
}
@media screen and (max-width:768px) {

}
@media screen and (max-width:560px) {
	.top_search{max-width: 1.3rem;}
	.top_search_ipt{padding: 0 10px;}
}





.top_language{flex-shrink: 0; height: var(--header_height); display:flex; flex-wrap:wrap; align-items: center; position: relative;}
.top_language_btn{padding-right: 0.2rem; 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.2rem; height: 0.2rem; 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='m8 10.207l3.854-3.853l-.707-.708L8 8.793L4.854 5.646l-.708.708z' clip-rule='evenodd'/%3E%3C/svg%3E") no-repeat; background-size: contain;}
.top_language_btn iconify-icon{font-size: var(--size);color: #555;-webkit-transition:all .5s ease; transition:all .5s ease;}
.top_language_btn p{margin-left: 8px; font-size: .15rem;}
.top_language_btn.on iconify-icon{color: var(--i_color);}

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

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

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

@media screen and (max-width:768px) {
	.top_language_btn p{display: none;}
}
@media screen and (max-width:560px) {}





.full_header_height{height: var(--header_height);}





/* 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: 42.843%;
	position: relative;
	overflow: hidden
}
.banner .swiper-slide>img,
.banner .swiper-slide>a>img {
	position:absolute; top:0; left:0; width:100vw; height:100%; object-fit: cover;
}

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

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

@media screen and (max-width:1024px) {
	.banner .swiper-slide{padding-bottom: 50%;}
	.banner-button-prev,.banner-button-next{display: none;}
}
@media screen and (max-width:560px) {
	.banner-pagination{bottom: 14px;}
}





.banner_text1{position: absolute; left: 0; top: 5%; width: 100%; z-index: 2; text-align: center;}
.banner_text1 h2{font-size: 2.6vw;color: #FFF; font-weight: bold;}
.banner_text1 p{display: table; margin: 0.1rem auto 0; padding: .14rem 15%; font-size: 1.3vw; color: #FFF; background:linear-gradient(to right, transparent, #F7B54B, transparent);}

@media screen and (max-width:1024px) {
	.banner_text1{top: 8%;}
	.banner_text1 h2{font-size: 3.3vw;}
	.banner_text1 p{padding: 10px 15%; font-size: 16px;}
}
@media screen and (max-width:560px) {
	.banner_text1 h2{font-size: 4vw;}
	.banner_text1 p{padding: 6px 20px; font-size: 14px;}
}





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



.i_tit{}
.i_tit h3{font-weight: bold;}
.i_tit h6{margin-top: 0.1rem; color: #888;}
.i_tit.center{text-align: center;}

.i_tit.white h3,.i_tit.white h6{color:#FFF}
.i_tit h3 i{color: var(--i_color); font-weight: bold;}

@media screen and (max-width:768px) {
	.i_tit h6{margin-top: 6px;}
}
@media screen and (max-width:560px) {
	.i_tit h6{font-size: 15px;}
}






.i_more{display: table; min-width: 1.3rem; background: var(--i_color); padding: .12rem .2rem; transition:all .5s ease;}
.i_more span{display:flex; flex-wrap:nowrap; justify-content: center; align-items: center; gap: 0 .1rem;}
.i_more b{font-size: 0.18rem; color: #FFF;}
.i_more iconify-icon{font-size: 0.2rem; color: #FFF;}

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

.i_more.white{background: none; border: 1px solid #FFF;}

.i_more:hover{transform:translate(0,-8px); background: var(--i_color); border-color: var(--i_color);}

@media screen and (max-width:1440px) {
	.i_more{min-width: 1rem; padding: 8px 16px;}
	.i_more span{gap: 0 6px;}
}
@media screen and (max-width:1024px) {
	.i_more{min-width: .8rem; padding: 8px 16px;}
	.i_more b{font-size: 15px;}
	.i_more iconify-icon{font-size: 18px;}
}






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






.pItem{display: block; transition:all .5s ease;}
.pItem .pic{width: 100%; overflow: hidden;}
.pItem .pic img{width: 100%; aspect-ratio: 1 / 1; transition:all .5s ease;}
.pItem .txt{background: #FFF; padding: .2rem;}
.pItem h6{font-size: 0.16rem; color: #666;}
.pItem h5{margin-top: 6px; font-size: 0.2rem; font-weight: bold; line-height: 1.4; overflow:hidden; display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:2;}
.pItem dl{padding-top: 0.1rem; margin-top: 0.1rem; border-top: 1px solid #DDD;}
.pItem dt{font-size: 0.17rem; line-height: 1.6;}
.pItem dt i{color: #F00;}

.pItem:hover{box-shadow: 0 2px .1rem rgb(255 167 27 / 30%);}
.pItem:hover img{transform: scale(1.05, 1.05);}
.pItem:hover h5{color: var(--i_color);}

@media screen and (max-width:1024px) {
	.pItem .txt{padding: 16px;}
	.pItem h6{font-size: 14px;}
	.pItem h5{font-size: 15px;}
	.pItem dt{font-size: 14px;}
}







.public-pagination{width: 100%; height: 4px; margin-left: auto;margin-right: auto; position: relative;}
.public-pagination::before{content: ''; position: absolute; top: 1px; left: 0; width: 100%; height: 2px; background: #CCC;}
.public-pagination span{position: absolute; left: 0; top: 0; width: 100%; height: 100%; transform-origin: left top; background: var(--i_color);}







main{}





.homeCate{background:linear-gradient(to bottom, #FEF9F2, #FFF); position: relative;}
.homeCate::before{content: ''; position: absolute; left: 0; bottom: 0; width: 20%; height: 100%; background:url(static/images/home-cate-bg.webp) no-repeat left bottom;}

.homeCate_list{display:flex; flex-wrap:wrap; gap: .24rem 2%;}
.homeCate_list li{width: 32%; position: relative; overflow: hidden;}
.homeCate_list li a{display: block; position: relative;}
.homeCate_list li a::after{content: '';position:absolute; bottom:0; left:0; width:100%; height:0; background: rgb(0 0 0 / 50%); transition:all .5s ease;}

.homeCate_list img{display: block; width: 100%; aspect-ratio: 485 / 380; object-fit: cover; transition:all .5s ease;}
.homeCate_list h3{position: absolute; top: 12%; left: 0.36rem; font-size: 0.24rem; font-weight: bold; color: #FFF; z-index: 3;}

.homeCate_list .i_more{position: absolute; left: .36rem; bottom: 12%; z-index: 3;}

.homeCate_list li:hover a::after{height: 100%;}
.homeCate_list li:hover img{transform: scale(1.05, 1.05);}
.homeCate_list li:hover .i_more{background: var(--i_color); 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) {
	.homeCate_list h3{left: 20px; font-size: 20px;}
	.homeCate_list .i_more{left: 20px;}
}
@media screen and (max-width:768px) {
	.homeCate_list{gap: 30px 4%;}
	.homeCate_list li{width: 48%;}
}
@media screen and (max-width:560px) {
	.homeCate_list{gap: 18px 4%;}
	.homeCate_list h3{font-size: 17px;}

	.homeCate_list .i_more{min-width: auto; padding: 4px 10px;}
	.homeCate_list .i_more b{font-size: 13px;}
	.homeCate_list .i_more iconify-icon{font-size: 14px;}
}







.homeHot{position: relative;}
.homeHot::before{content: '';position: absolute; left: 0; top: 0; width: 100%; height: 40%; background:url(static/images/home-hot-bg.webp) no-repeat center; background-size: cover;}

.homeHot_list{position:relative; overflow:hidden; padding-bottom: 0.1rem;}
.homeHot_list .swiper-wrapper{display:flex; position:relative; width:100%}
.homeHot_list li{flex-shrink:0; position:relative;}

.homeHot-pagination{width: 50%;}

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

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







.homeAbout{position: relative;}
.homeAbout::before{content: '';position: absolute; left: 0; bottom: 0; width: 100%; height: 70%; background: #F5F5F5;}
.homeAbout::after{content: '';position: absolute; right: 0; bottom: 0; width: 20%; height: 100%; background:url(static/images/home-about-bg.webp) no-repeat bottom right; background-size: contain;}

.homeAbout .wrap{display:flex; flex-wrap:nowrap; align-items: flex-end; gap: 0 4%;}
.homeAbout .wrap>b{position: absolute; right: 0;bottom: 62%; left: 43%; font-size: 10vw; font-weight: bold; line-height: 1; -webkit-text-fill-color: transparent; background: linear-gradient(to top, transparent, #E9E9E9); -webkit-background-clip: text; display: inline-block;}

.homeAbout_pic{flex-shrink: 0; width: 42%;}
.homeAbout_pic .pic{width: 100%; position: relative;}
.homeAbout_pic .pic::before{content: '';position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: #333;}
.homeAbout_pic .pic img{width: 100%; position: relative; left: 8px; top: 8px;}

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

.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(255 255 255 / 70%); 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)
	}
}

.homeAbout_num{margin-top: 0.4rem; display:flex; flex-wrap:nowrap; gap: 0 4%;}
.homeAbout_num dt{width: 100%; display:flex; flex-wrap:nowrap; align-items: center; gap: 0 .16rem;}
.homeAbout_num img{flex-shrink: 0; width: 0.56rem;}
.homeAbout_num h5{font-size: 0.54rem; font-weight: bold;}
.homeAbout_num h5 i{font-weight: bold;}
.homeAbout_num p{margin-top: 0.1rem; font-size: 0.2rem; color: #666;}

.homeAbout_txt{}
.homeAbout_txt i{font-size: 0.2rem; color: var(--i_color);}
.homeAbout_txt h2{margin: .2rem 0 .26rem; font-size: 0.4rem; font-weight: bold;}
.homeAbout_txt article{overflow:hidden; display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:7;}

@media screen and (max-width:1440px) {
	.homeAbout_num img{width: 0.5rem;}
	.homeAbout_num h5{font-size: 0.46rem;}
	.homeAbout_num p{font-size: 17px;}

	.homeAbout_txt h2{font-size: 0.36rem;}
	.homeAbout_txt article{-webkit-line-clamp:6}
}
@media screen and (max-width:1200px) {
	.homeAbout_txt article{-webkit-line-clamp:4}
}
@media screen and (max-width:1024px) {
	.homeAbout::before{height: 80%;}
	.homeAbout .wrap>b{bottom: 74%;}

	.homeAbout_num img{width: 0.36rem;}
	.homeAbout_num h5{font-size: 32px;}
	.homeAbout_num p{margin-top: 6px; font-size: 15px;}

	.homeAbout_txt h2{font-size: 24px;}

	.v_btn i{width: 0.6rem; height: 0.6rem;}
	.v_btn iconify-icon{font-size: 0.26rem;}
}
@media screen and (max-width:768px) {
	.homeAbout .wrap{flex-wrap: wrap; gap: 34px 0;}
	.homeAbout_pic{width: 100%;}

	.homeAbout_txt h2{font-size: 22px;}
	.homeAbout_txt article{-webkit-line-clamp:initial}
}
@media screen and (max-width:560px) {
	.homeAbout_num h5{font-size: 28px;}

	.homeAbout_txt i{font-size: 16px;}
	.homeAbout_txt h2{font-size: 20px;}
}





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






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

.homeBrands_list{width: 50%; position:relative; overflow:hidden}
.homeBrands_list .swiper-wrapper{height: 3rem; display:-webkit-flex; display:flex;flex-direction: column; flex-wrap: wrap; position:relative;}
.homeBrands_list .swiper-slide{flex-shrink:0; position:relative; background: #FFF;}
.homeBrands_list .swiper-slide img{position:absolute; top:50%; left:50%; transform:translate(-50%,-50%);width: 70%;height: 50%;object-fit: contain;}

@media screen and (max-width:1440px) {}
@media screen and (max-width:1366px) {}
@media screen and (max-width:1200px) {}
@media screen and (max-width:1024px) {
	.homeBrands_list .swiper-wrapper{height: 2.4rem;}
}
@media screen and (max-width:768px) {
	.homeBrands_list{width: 100%;}
}
@media screen and (max-width:560px) {
	.homeBrands_list .swiper-wrapper{height: 2rem;}
}







.homeNews{background:url(static/images/home-news-bg.webp) no-repeat center; background-size: cover; background-attachment: fixed;}

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

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

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

.homeNews_list{width: 53%; margin-left: auto; display:flex; flex-wrap:wrap; flex-direction: column; gap: .4rem 0;}
.homeNews_list li{width: 100%; background: #FFF;}
.homeNews_list a{display:flex; flex-wrap:wrap; align-items: center;}
.homeNews_list .txt{width: 70%; box-sizing: border-box; padding: 0 .3rem;}
.homeNews_list .txt h5{font-size: 0.2rem; font-weight: bold; overflow:hidden; white-space:nowrap; text-overflow:ellipsis;}
.homeNews_list .txt p{margin: 0.1rem 0; font-size: 0.16rem; line-height: 1.4; overflow:hidden; display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:2;}
.homeNews_list .txt i{font-size: 0.16rem; color: #888;}
.homeNews_list .pic{flex-shrink: 0; width: 30%; margin-left: auto; overflow: hidden; font-size: 0;}
.homeNews_list .pic img{width: 100%; aspect-ratio: 256 / 180; 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: 18px;}
	.topNews .txt p,.homeNews_list .txt p{font-size: 15px;}
}
@media screen and (max-width:560px) {
	.homeNews_cont{gap: 20px 0;}
	.homeNews_list{gap: 20px 0;}

	.homeNews_list .txt{width: 60%; padding: 0 20px;}
	.homeNews_list .pic{width: 40%;}

	.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: 16px;}
	.homeNews_list .txt p{display: none;}
}







.homeFrom{background:url(static/images/home-from-bg.webp) no-repeat center; background-size: cover;}

.homeFrom .wrap_r{background: #FFF; display:flex; flex-wrap:nowrap;}

.homeFrom_pic{flex-shrink: 0; width: 35.743%;}
.homeFrom_pic img{width: 100%; height: 100%;}

.homeFrom_cont{width: 100%; margin-left: auto; box-sizing: border-box; padding-left: 4%; padding-right: 4%;}

@media screen and (max-width:1024px) {
	.homeFrom .wrap_r{margin-left: 3vw;}

	.homeFrom_pic{display: none;}
}
@media screen and (max-width:768px) {}
@media screen and (max-width:560px) {}







#wpforms-80{
	--wpforms_input_height:48px;
	--wpforms_textarea_height:120px;
	--wpforms_input_font_size: 16px;
}
#wpforms-80{margin:0; padding:0;}
#wpforms-form-80{width:100%; position:relative;}

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

#wpforms-80 .wpforms-field-container .wpforms-field>input:hover,
#wpforms-80 .wpforms-field-container textarea:hover,
#wpforms-80 .wpforms-field-container .wpforms-field>input:focus,
#wpforms-80 .wpforms-field-container textarea:focus{border-color: #F60;}

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

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

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

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








footer{background: #1B1B1B;}

.fSlogan{background:url(static/images/footer-slogan-bg.webp) no-repeat center; background-size: cover;}
.fSlogan h2{text-align: center; font-size: 2.2vw; color: #FFF; font-weight: bold;}

.fLogo{width: 30%; display:flex; flex-wrap:nowrap; align-items: center; gap: 0 3%;}
.fLogo img{max-height: 1rem;}
.fLogo h3{font-size: 0.2rem; font-weight: bold; color: #FFF; line-height: 1.6;}

.fCont_box{display:flex; flex-wrap:nowrap; justify-content: space-between;}

.fContact{width: 30%;}

.fContact_list{}
.fContact_list li{margin-bottom: 0.1rem;}
.fContact_list a,.fContact_list p{font-size: 0.18rem; color: #FFF; line-height: 1.6;}
.fContact_list a:hover{color: var(--i_color);}

.fMedia{display:flex; flex-wrap:wrap; gap: 0 .3rem;}
.fMedia li{position: relative; transition:all .5s ease;}
.fMedia a{display: block; position: relative;}
.fMedia a iconify-icon{font-size: 0.3rem; color: #FFF;}
.fMedia a:hover iconify-icon{color: var(--i_color);}

.f_nav{}
.fTit{margin-bottom: 0.2rem; font-size: 0.24rem; color:#FFF; font-weight: bold;}
.f_nav ul{}
.f_nav li{}
.f_nav li a{display: block; padding: .1rem 0; font-size: 0.18rem; color: #FFF;}
.f_nav li a:hover{color: var(--i_color); text-decoration: underline;}

.f_nav_products{width: 33%;}
.f_nav_products ul{display:flex; flex-wrap:wrap; gap: 0 4%;}
.f_nav_products li{width: 48%;}

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

@media screen and (max-width:1366px) {
	.f_nav_products{width: 36%;}
}
@media screen and (max-width:1024px) {
	.fSlogan h2{font-size: 2.6vw;}
	.fLogo{width: 45%;}
	.fLogo h3{font-size: 0.18rem;}

	.fContact{width: 100%;}

	.f_nav{display: none;}
}
@media screen and (max-width:768px) {
	.fSlogan h2{font-size: 20px;}

	.fLogo{width: 60%;}
	.fLogo img{max-height: 70px;}
	.fLogo h3{font-size: 16px;}

	.fContact_list a, .fContact_list p{font-size: 16px;}

	.fMedia a iconify-icon{font-size: 24px;}

	.fCR p, .fCR a{font-size: 15px;}
}
@media screen and (max-width:560px) {
	.fSlogan h2{font-size: 18px; line-height: 1.5;}

	.fLogo{width: 100%;}

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









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

.banner__{font-size: 0; width: 100%; 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: 23%; 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{box-sizing: border-box; padding: .2rem; background: #FFFAF2;}
.cat_nav_tit{margin-bottom: 0.24rem; padding: .16rem .2rem; position: relative; background: var(--i_color);}
.cat_nav_tit h4{text-align: center; font-size: 0.2rem; color:#FFF; font-weight: bold;}
.cat_nav_tit iconify-icon{display: none;}

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

.cat_fold_tit{display:-webkit-flex; display:flex; flex-wrap:nowrap;align-items: center;padding: 0 .14rem 0 .2rem; gap: 0 .2rem; background: #FFF;}
.cat_fold_tit a{padding: .14rem 0; width: 100%; font-size: 0.18rem; color: #111; font-weight: bold; line-height: 1.5;}
.cat_fold_tit i{margin-left: auto; margin-right: 0.1rem; flex-shrink: 0; cursor: pointer; position: relative;}
.cat_fold_tit iconify-icon{position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); font-size: 0.32rem; color: #777; -webkit-transition:all .5s ease; transition:all .5s ease;}
.active .cat_fold_tit{}
.active .cat_fold_tit a,.active .cat_fold_tit iconify-icon{color: var(--i_color)}
.active .cat_fold_tit iconify-icon{-webkit-transform:translate(-50%,-50%) rotate(-180deg); transform:translate(-50%,-50%) rotate(-180deg);}

.cat_fold_sub{display: none; margin-top: 0.16rem; padding: 0 .2rem;}
.cat_fold_sub dt{box-sizing: border-box; position: relative;}
.cat_fold_sub dt::before{content: '';position:absolute; top:49%; transform:translate(0,-50%); left: 0; width: 6px; height: 6px; background: var(--i_color); border-radius:50%;}
.cat_fold_sub a{display: block;padding: .1rem .2rem;font-size: 0.16rem; color: #666; position: relative; transition:all .5s ease;}
.cat_fold_sub a:hover, .cat_fold_sub dt.active a{color: var(--i_color);}


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

	.cat_nav_list{display: none;box-sizing: border-box;padding:18px 30px; background: #FFF;}
	.cat_nav_list li{margin-bottom: 14px;}
	.cat_nav_list li.active{}

	.cat_fold_tit{padding: 0 0;}
	.cat_fold_tit a{padding: 14px 0;font-size: 18px; font-weight: bold;}
	.active .cat_fold_tit{background:#FFF;}
	.active .cat_fold_tit i{border-color: var(--i_color);}
	.active .cat_fold_tit a,.active .cat_fold_tit iconify-icon{color: var(--i_color);}
	.active .cat_fold_tit iconify-icon{-webkit-transform:translate(-50%,-50%) rotate(90deg); transform:translate(-50%,-50%) rotate(90deg);}

	.cat_fold_sub{margin-top: 6px; background: #F7F7F7;}
	.cat_fold_sub a{font-size: 15px;}
}
@media screen and (max-width:768px) {
	.cat_nav_tit{padding: 12px 20px;}
	.cat_nav_tit h4{font-size: 18px;}
	.cat_nav_tit iconify-icon{font-size: 22px;}
}
@media screen and (max-width:560px) {
	.cat_nav_tit h4{font-size: 18px;}

	.cat_fold_tit a{padding: 8px 0; font-size: 18px;}
	.cat_fold_tit i{width: 30px; height: 30px;}
	.cat_fold_tit iconify-icon{font-size: 22px;}
	.cat_fold_sub{padding: 12px 6px;}
	.cat_fold_sub a{padding: 10px 20px; font-size: 15px;}
}







.pList{display:flex; flex-wrap:wrap; gap: .34rem 2.5%;}
.pList li{width: 31.66%;}

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






/* Paging */
.in_paging{
	--size:30px;
	--border_radius:2rem;
}
.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:14px;color:#666;background:#FFF;box-sizing: border-box; border:1px solid #CCC; border-radius:var(--border_radius);overflow:hidden;}
.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}







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

/* atlas */
.p_atlas {flex-shrink: 0; width:38%; 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: 1 / 1; object-fit: cover;}

/* thumbnail */
.p_thumbnail_list {width:calc(100% - 1rem);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 {opacity: .6; box-sizing: border-box; border: 1px solid transparent; flex-shrink:0;background: #FFF; position:relative;overflow:hidden;cursor:pointer;}
.p_thumbnail_list figure {width:100%;position:relative;overflow:hidden;}
.p_thumbnail_list figure::before {content:'';display:block;padding-bottom:100%;}
.p_thumbnail_list figure img {position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;}
.p_thumbnail_list .swiper-slide-thumb-active {opacity: 1; border-color: var(--i_color);}

.thumbnail-prev,.thumbnail-next {position:absolute;top:50%;transform:translate(0,-50%);width:.36rem;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.36rem;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 6px; z-index:2;}
.thumbnail-pagination,.thumbnail-pagination span{font-size: 14px; color: #FFF;}
.thumbnail-pagination .swiper-pagination-current{font-size: 0.22rem;color: #FFF;}

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

.p_title_top{display:flex; flex-wrap:nowrap; align-items: center; border-bottom: 1px solid var(--i_color);}
.p_title_top>p{font-size: 0.2rem;}
.p_title_top>p i{color: var(--i_color);}

.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; color: #333;}
.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{display:block; position: relative;}
.p_share a iconify-icon {font-size:0.24rem;color:#999;}
.p_share dt:hover{transform:translate(0,-2px);}
.p_share dt:hover iconify-icon{color: var(--i_color);}

.p_title h1{font-size: 0.3rem; color: #111; line-height: 1.4; position: relative; font-weight: bold;}

.p_des{}
.p_des article{font-size: 0.18rem; line-height: 1.7;}

.p_btn{padding-top: 0.2rem; display:-webkit-flex; display:flex; flex-wrap:wrap;gap: 0 .3rem; border-top: 1px solid #DDD;}

.p_iconList{display:flex; flex-wrap:nowrap; gap: 0 2%;}
.p_iconList dt{width: 100%; padding: .2rem; background: #FFF7EA; text-align: center; position: relative;}
.p_iconList dt::before{content: ''; position: absolute; top: .16rem; left: .16rem; width: 0.1rem; height: 0.1rem; background: var(--i_color); border-radius:50%;}
.p_iconList dt img{height: 0.5rem;}
.p_iconList p{margin-top: 0.14rem; font-size: 0.17rem; line-height: 1.4;}

@media screen and (max-width:1024px) {
	.p_title_top>p{font-size: 16px;}
	.p_title h1{font-size: 22px;}
	.p_des article{font-size: 15px;}
}
@media screen and (max-width:560px) {
	.p_cat{font-size: 14px;}
	.p_title_top>p{font-size: 14px;}
	.p_title h1{font-size: 17px;}
	.p_des article{font-size: 14px;}

	.p_btn{gap: 0 20px;}

	.p_share>p{font-size: 15px;}
	.p_share dl{gap: 0 10px;}
	.p_share dt iconify-icon{font-size: 20px;}

	.p_iconList dt{padding: .2rem .1rem;}
	.p_iconList dt::before{left: 10px; top: 10px; width: 8px; height: 8px;}
	.p_iconList dt img{height: 0.4rem;}
	.p_iconList p{font-size: 10px;}
}






.pContentBox{border-top: .48rem solid #EDEDED;}
.pContentBox .wrap{display:flex; flex-wrap:wrap; align-items: flex-start;}

.pContent{width: 68%;}

.pContent_nav{display:flex; flex-wrap:wrap; position: relative;}
.pContent_nav::before{content: ''; position: absolute; left: 0; bottom: 0; width: 100%; height: 1px; background: #CCC;}
.pContent_nav li{min-width: 2rem; cursor: pointer;}
.pContent_nav li p{text-align: center; padding: .12rem .2rem; font-size: 0.24rem; font-weight: bold; color: #666;}

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

.pContent_show{}
.pContent_item{display: none;}
.pContent_item.active{display: block;}


.pRelated{margin-left: auto; width: 23%;}
.pRelated>h4{font-size: 0.3rem; font-weight: bold; color: var(--i_color);}

.pRelated_list{}
.pRelated_list li{margin-bottom: 0.3rem;}
.pRelated_list .pic{width: 100%; font-size: 0; box-sizing: border-box; border: 1px solid #DDD;}
.pRelated_list .pic img{width: 100%; aspect-ratio: 1 / 1; object-fit: cover;}

.pRelated_list .txt{box-sizing: border-box; padding: .2rem;}
.pRelated_list .txt h5{font-size: 0.2rem; font-weight: bold; overflow:hidden; display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:2;}

.pRelated_list dl{margin-top: 0.14rem;}
.pRelated_list dt{font-size: 0.17rem; line-height: 1.6;}
.pRelated_list dt i{color: #F00;}

@media screen and (max-width:1024px) {
	.pContentBox{border-top-width: 30px;}

	.pContent{width: 100%;}
	.pContent_nav li{min-width: 1.6rem;}
	.pContent_nav li p{padding: 10px 16px; font-size: 20px;}

	.pRelated{width: 100%;}
	.pRelated>h4{font-size: 26px;}
	.pRelated_list{display:flex; flex-wrap:wrap; gap: 30px 4%;}
	.pRelated_list li{width: 48%;}
	.pRelated_list .txt{padding: 0 0; margin-top: 16px;}
	.pRelated_list .txt h5{font-size: 18px;}
	.pRelated_list dt{font-size: 16px;}
}
@media screen and (max-width:768px) {
	.pContent_nav li{min-width: 1.4rem;}
	.pContent_nav li p{font-size: 18px;}
}
@media screen and (max-width:560px) {
	.pContent_nav li{min-width: 1rem;}
	.pContent_nav li p{font-size: 16px;}

	.pRelated>h4{font-size: 20px;}
	.pRelated_list .txt h5{font-size: 16px;}
	.pRelated_list dt{font-size: 14px;}
}







.pFAQ{}
.pFAQ_tit{font-size: 0.24rem; font-weight: bold;}

.pFAQList{}
.pFAQList li{padding: .26rem; border-bottom: 1px solid #DDD; }

.pFAQList .que{display:flex; flex-wrap:nowrap; align-items: center; gap: 0 .18rem; cursor: pointer;}
.pFAQList .que p{font-size: 0.2rem; font-weight: bold;}

.pFAQList .ans{display: none; margin-top: 0.3rem;}
.pFAQList .ans_flex{display:flex; flex-wrap:nowrap; align-items: baseline; gap: 0 .18rem;}

.pFAQList .icon{flex-shrink: 0; display: block; width: 0.4rem; height: 0.4rem; line-height: 0.4rem; text-align: center; font-size: 0.2rem; color: #FFF;}
.pFAQList .que .icon{background: #666;}
.pFAQList .ans .icon{background: var(--i_color);}

.pFAQList li.active{background: #FFFAF0; border-radius:.1rem; border-color: transparent;}

@media screen and (max-width:1024px) {
	.pFAQList .icon{width: 36px; height: 36px; line-height: 36px;}
	.pFAQList .que p{font-size: 18px;}
}
@media screen and (max-width:560px) {
	.pFAQList li{padding: 20px;}
	.pFAQList .icon{width: 30px; height: 30px; line-height: 30px; font-size: 18px;}
	.pFAQList .que p{font-size: 16px;}
}







.pBottom{background: #F6F6F6;}

.p_tags{display:flex; flex-wrap:nowrap; align-items: baseline; gap: 0 .1rem;}
.p_tags>p{display: block; margin-bottom: .2rem; font-size: 0.18rem; font-weight: bold;}
.p_tags ul{display:flex; flex-wrap:wrap; gap: .14rem .3rem;}
.p_tags li{}
.p_tags a{display: block; font-size: .16rem;}
.p_tags a:hover{color: var(--i_color);}
@media screen and (max-width:768px) {
	.p_tags{gap: 12px 0;}
	.p_tags>p{font-size: 17px;}
	.p_tags a{margin-right: 16px; font-size: 14px;}
}





.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 .1rem;}
.p_view_other span{flex-shrink: 0; position: relative;}
.p_view_other span iconify-icon{font-size: .34rem; color: #333;}
.p_view_other p{font-size: 0.18rem; color: #333; line-height: 1.5; font-weight: bold;}

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

@media screen and (max-width:1024px) {
	.p_view_other p,.p_view_other p b{font-size: 15px; font-weight: 300;}
}
@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;}
	.p_view_other p,.p_view_other p b{font-size: 15px;}
}
@media screen and (max-width:560px) {
	.p_view_other span{width: 24px; height: 24px;}
	.p_view_other span iconify-icon{font-size: 24px;}
	.p_view_other p,.p_view_other p b{font-size: 14px;}
}







.about__{position: relative;}
.about__::before{content: '';position: absolute; left: 0; bottom: 0; width: 100%; height: 10%; background: var(--i_color);}

.about__ article{text-align: center;}

.about__num{display:flex; flex-wrap:nowrap; gap:0 15%; justify-content: center;}
.about__num dt{width: 2rem; position: relative;}
.about__num dt::before{content: ''; position:absolute; top:50%; transform:translate(0,-50%); right: -6.6vw; width: 0.3rem; height: 0.3rem; background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='%23FFA71B'%3E%3Cpath d='m12.593 23.258l-.011.002l-.071.035l-.02.004l-.014-.004l-.071-.035q-.016-.005-.024.005l-.004.01l-.017.428l.005.02l.01.013l.104.074l.015.004l.012-.004l.104-.074l.012-.016l.004-.017l-.017-.427q-.004-.016-.017-.018m.265-.113l-.013.002l-.185.093l-.01.01l-.003.011l.018.43l.005.012l.008.007l.201.093q.019.005.029-.008l.004-.014l-.034-.614q-.005-.018-.02-.022m-.715.002a.02.02 0 0 0-.027.006l-.006.014l-.034.614q.001.018.017.024l.015-.002l.201-.093l.01-.008l.004-.011l.017-.43l-.003-.012l-.01-.01z'/%3E%3Cpath fill='%23FFA71B' d='M10.5 20a1.5 1.5 0 0 0 3 0v-6.5H20a1.5 1.5 0 0 0 0-3h-6.5V4a1.5 1.5 0 0 0-3 0v6.5H4a1.5 1.5 0 0 0 0 3h6.5z'/%3E%3C/g%3E%3C/svg%3E") no-repeat; background-size: contain;}
.about__num dt:last-child::before{display: none;}

.about__num .round{width: 100%; aspect-ratio: 1 / 1; border: 1px solid #DDD; border-radius:50%; display:flex; flex-wrap:wrap; align-items: center; justify-content: center; position: relative; overflow: hidden;}
.about__num .round::before{opacity: .1; content: ''; position: absolute; left:50%; transform:translate(-50%,0); top: 82%; width: 3rem; height: 3rem; background: var(--i_color); border-radius:50%; transition:all .5s ease;}
.about__num .round span{text-align: center; position: relative;}
.about__num .round h3{font-size: 0.5rem; font-weight: bold; color: var(--i_color);}
.about__num .round p{margin-top: 6px; font-size: 0.18rem;}

.about__num .add{position: absolute; right: -.1rem; top: 15%; width: 0.4rem; height: 0.4rem; background: #FFFAF0; border-radius:50%; display:flex; flex-wrap:wrap; align-items: center; justify-content: center; box-sizing: border-box; border: 1px solid #FFF;}
.about__num .add i{font-size: 0.26rem; font-weight: bold; color: var(--i_color);}

.about__num dt:hover .round::before{top: -.3rem; opacity: 1;}
.about__num dt:hover .round h3{color: #FFF;}
.about__num dt:hover .round p{color: #FFF;}
.about__num dt:hover .add{background: var(--i_color);}
.about__num dt:hover .add i{color: #FFF;}

.about__pic{display:flex; flex-wrap:wrap; aspect-ratio: 150 / 52; position: relative;}
.about__pic dt{width: 68%; height: 100%; position: relative;}
.about__pic dd{margin-left: auto; width:30%; height: 100%;}

.about__pic .v_btn i{background: rgb(255 255 255 / 60%);}

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

@media screen and (max-width:1440px) {
	.about__num dt::before{right: -8.6vw;}
}
@media screen and (max-width:1024px) {
	.about__num dt{width: 1.7rem;}
	.about__num dt::before{display: none;}

	.about__num .round h3{font-size: 40px;}
	.about__num .round p{font-size: 17px;}
}
@media screen and (max-width:768px) {
	.about__num{gap: 0 6%;}
	.about__num dt{width: 140px;}
	.about__num .round h3{font-size: 34px;}
	.about__num .round p{font-size: 15px;}
}
@media screen and (max-width:560px) {
	.about__num{gap: 0 3%;}
	.about__num dt{width: 120px;}
	.about__num .round h3{font-size: 26px;}
	.about__num .round p{font-size: .13rem;}
}







.about__adv{background:url(static/images/about-adv-bg.webp) no-repeat center bottom;}

.about__adv__list{display:flex; flex-wrap:wrap; gap: .3rem 2%;}
.about__adv__list li{width: 49%; min-height: 2.6rem; background: #FFF; box-sizing: border-box; padding: .26rem; display:flex; flex-wrap:nowrap; gap: 0 .3rem; align-items: center;}
@media screen and (min-width:769px) {
	.about__adv__list li:nth-child(1),.about__adv__list li:nth-child(2),.about__adv__list li:nth-child(3){width: 32%; text-align: center; flex-wrap:wrap;}
	.about__adv__list li:nth-child(1) .icon,.about__adv__list li:nth-child(2) .icon,.about__adv__list li:nth-child(3) .icon{display: table; margin: 0 auto .2rem;}
}

.about__adv__list .icon{flex-shrink: 0; position: relative;}
.about__adv__list .icon::before{opacity: 0; content: '';position:absolute; top: -.3rem; left:50%; transform:translate(-50%,0); width: 110%; aspect-ratio: 1 / 1; background:linear-gradient(to bottom, rgb(255 167 27 / 20%), transparent); border-radius:50%; transition:all .5s ease;}
.about__adv__list .icon img{height: .86rem;}

.about__adv__list span{width: 100%;}
.about__adv__list h5{font-size: 0.22rem; font-weight: bold; color: #111;}
.about__adv__list p{margin-top: 0.2rem; font-size: 0.16rem; color: #666; line-height: 1.6;}

.about__adv__list li:hover .icon::before{opacity: 1; top: 0;}
.about__adv__list li:hover h5{color: var(--i_color);}

@media screen and (max-width:1200px) {
	.about__adv__list .icon img{height: 0.6rem;}
}
@media screen and (max-width:1024px) {
	.about__adv__list li{min-height: 2.2rem;}
	.about__adv__list .icon img{height: 0.5rem;}
	.about__adv__list h5{font-size: 18px;}
	.about__adv__list p{font-size: 14px;}
}
@media screen and (max-width:768px) {
	.about__adv__list{gap: 16px 0;}
	.about__adv__list li{width: 100%; min-height: auto;}
}
@media screen and (max-width:560px) {
	.about__adv__list .icon img{height: 40px;}
	.about__adv__list h5{font-size: 16px;}
	.about__adv__list p{margin-top: 10px; font-size: 12px;}
}







.about__env{background:url(static/images/about-env-bg.webp) no-repeat center; background-size: cover;}

.env_list{position:relative; overflow:hidden}
.env_list .swiper-wrapper{display:flex; position:relative; width:100%}
.env_list li{flex-shrink:0; position:relative; aspect-ratio: 3 / 2; display:flex; flex-wrap:wrap; align-items: end;}
.env_list li span{width: 100%; height: 85%; transition:all .5s ease;}
.env_list li img{width: 100%; height: 100%; object-fit: cover;}

.env-pagination{width: 40%;}

.env_list .swiper-slide-active span{height: 100%;}
.env_list .swiper-slide-active::after{content: '';position: absolute; left: 0; bottom: 0; width: 100%; height: 4px; background: #163891;}





.honor__{width: 100%; position: relative; overflow: hidden;}
.honor__text{position: absolute; left: 0; top: 12%; width: 100%;}
.honor__pic{display: block; width: 100vw; margin-bottom: -6px;}

@media screen and (max-width:1200px) {
	.honor__text{top: 5%;}
}
@media screen and (max-width:1024px) {
	.honor__text{position: initial;}
}







.about__custom{background:url(static/images/about-custom-bg.webp) no-repeat center; background-size: cover;}

.custom_list{position:relative; overflow:hidden}
.custom_list .swiper-wrapper{display:flex; position:relative; width:100%}
.custom_list li{flex-shrink:0; position:relative}
.custom_list li img{width: 100%; aspect-ratio: 542 / 395; object-fit: cover;}

.custom-pagination{display: none;}

.custom-navigation{display:flex; flex-wrap:wrap; align-items: center; justify-content: center; gap: 0 .2rem;}
.custom-navigation>div{width: 0.4rem; height: 0.4rem; box-sizing: border-box; border: 1px solid var(--i_color); border-radius:50%; position: relative; cursor: pointer;}
.custom-navigation>div iconify-icon{position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); font-size: 0.2rem; color: var(--i_color);}
.custom-navigation>div:hover{background: var(--i_color);}
.custom-navigation>div:hover iconify-icon{color: #FFF;}

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

	.custom-navigation{display: none;}
}







.service__{background:url(static/images/service-bg.webp) no-repeat bottom center; background-size: cover;}

.service__cont{display:flex; flex-wrap:wrap; align-items: center;}

.service__pic{width: 45%;}
.service__pic dt{opacity: 0; height: 0; visibility: hidden; position: relative; left: -.3rem;}
.service__pic dt.active{opacity: 1; height: auto; visibility: visible; left: 0; transition:all .5s ease;}
.service__pic img{width: 100%; aspect-ratio: 710 / 472; object-fit: cover;}

.service__txt{width: 50%; margin-left: auto;}
.service__txt li{position: relative; padding: 0.3rem 0; cursor: pointer;}
.service__txt li::before{content: '';position: absolute; left: 0; bottom: 0; width: 100%; height: 1px; background: #CCC;}
.service__txt li::after{content: ''; position: absolute; left: 0; bottom: 0; width: 0; height: 1px; background: var(--i_color); transition:all .5s ease;}

.service__txt span{display:flex; flex-wrap:nowrap; align-items: center; gap: 0 4%;}
.service__txt h5{font-size: 0.24rem; font-weight: bold;}
.service__txt img{flex-shrink: 0; margin-left: auto; height: 0.4rem; -webkit-filter:grayscale(1); filter:grayscale(1);}
.service__txt .t{display: none; margin-top: 0.2rem;}

.service__txt li.active::after{width: 100%;}
.service__txt li.active h5{color:var(--i_color)}
.service__txt li.active img{-webkit-filter:none; filter:none;}

@media screen and (max-width:1024px) {
	.service__cont{gap: 20px 0;}
	.service__pic{width: 100%;}

	.service__txt{width: 100%;}
	.service__txt h5{font-size: 20px;}
	.service__txt img{height: 30px;}
	.service__txt .t{font-size: 16px;}
}
@media screen and (max-width:560px) {
	.service__cont{gap: 10px 0;}
	.service__txt h5{font-size: 17px;}
	.service__txt img{height: 24px;}
	.service__txt .t{font-size: 14px;}
}







.serviceAdv{}

.serviceAdv_list{display:flex; flex-wrap:nowrap; gap: 0 2%;}
.serviceAdv_list li{width: 100%; max-width: 35%;}

.serviceAdv_list .pic{}
.serviceAdv_list .pic img{width: 100%; aspect-ratio: 484 / 345; object-fit: cover;}
.serviceAdv_list span{display: block; text-align: center; margin-top: 0.2rem;}
.serviceAdv_list h5{margin-bottom: 0.14rem; font-size: 0.24rem; font-weight: bold;}
.serviceAdv_list p{font-size: 0.16rem; line-height: 1.6;}

@media screen and (max-width:1440px) {
	.serviceAdv_list h5{font-size: 0.22rem;}
}
@media screen and (max-width:1024px) {
	.serviceAdv_list{flex-wrap: wrap; gap: 36px 0;}
	.serviceAdv_list li{max-width: none;}
	.serviceAdv_list h5{font-size: 20px;}
}
@media screen and (max-width:560px) {
	.serviceAdv_list h5{font-size: 18px;}
	.serviceAdv_list p{font-size: 14px;}
}







.howtoBuy{}

.howtoBuy_list{display:flex; flex-wrap:wrap; gap: .8rem 4%;}
.howtoBuy_list li{width: 22%; text-align: center; position: relative;}

.howtoBuy_list .order{position: absolute; top: 0; right: 0; width: 0.44rem; height: 0.44rem; line-height: 0.44rem; font-size: 0.2rem; color: #FFF; background: var(--i_color); border-radius:50%; z-index: 3;}

.howtoBuy_list .icon{width: 55%; margin-left: auto;margin-right: auto; aspect-ratio: 1 / 1; border-radius:50%; box-shadow: 0 0 .18rem rgb(0 0 0 / 10%); position: relative;}
.howtoBuy_list .icon img{position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); height: 0.9rem;}

.howtoBuy_list p{margin-top: 0.22rem; font-size: 0.17rem; line-height: 1.6;}

.howtoBuy_list li:hover p{color: #000; font-weight: bold;}

@media screen and (max-width:1440px) {
	.howtoBuy_list .icon img{height: 0.8rem;}
}
@media screen and (max-width:1024px) {
	.howtoBuy_list .order{width: 36px; height: 36px; line-height: 36px; font-size: 16px;}

	.howtoBuy_list .icon{width: 70%;}
	.howtoBuy_list .icon img{height: 60px;}

	.howtoBuy_list p{font-size: 15px;}
}
@media screen and (max-width:768px) {
	.howtoBuy_list{gap: 60px 4%;}
	.howtoBuy_list li{width: 48%;}
	.howtoBuy_list .icon{width: 1.6rem;}
	.howtoBuy_list .icon img{height: 50px;}
}
@media screen and (max-width:560px) {
	.howtoBuy_list{gap: 36px 4%;}
	.howtoBuy_list .order{width: 30px; height: 30px; line-height: 30px; font-size: 16px;}
	.howtoBuy_list .icon{width: 1rem;}
	.howtoBuy_list .icon img{height: 40px;}

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







.nList{display:flex; flex-wrap:wrap; gap: .4rem 3%;}

.nList li{width: 31.33%;}
.nList .pic{width: 100%; overflow: hidden;}
.nList .pic img{width: 100%; aspect-ratio: 48 / 37; object-fit: cover; transition:all .5s ease;}

.nList .txt{margin-top: 0.2rem;}
.nList .txt h5{font-size: 0.18rem; font-weight: bold; line-height: 1.5; overflow:hidden; display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:2;}
.nList .txt p{margin: .18rem 0; font-size: 0.16rem; line-height: 1.5; color: #666; overflow:hidden; display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:2;}

.nList .txt span{padding-top: 0.2rem; display:flex; flex-wrap:wrap; justify-content: space-between; align-items: center; border-top: 1px solid #DDD;}
.nList .txt span i{font-size: 0.18rem; color: #888;}
.nList .btn{opacity: 0; position: relative; right: -.2rem; display:flex; flex-wrap:wrap; align-items: center; gap: 0 10px; font-size: 0.18rem; color: var(--i_color); transition:all .5s ease;}
.nList .btn iconify-icon{font-size: 0.18rem; color: var(--i_color);}

.nList li:hover img{transform: scale(1.05, 1.05);}
.nList li:hover h5{color: var(--i_color);}
.nList li:hover .btn{opacity: 1; right: 0;}

@media screen and (max-width:1366px) {
	.nList .txt span i{font-size: 0.16rem;}
}
@media screen and (max-width:1024px) {
	.nList .txt h5{font-size: 16px;}
	.nList .txt p{margin: 10px 0 16px; font-size: 14px;}
	.nList .txt span{padding-top: 14px;}
	.nList .txt span i{font-size: 13px;}
	.nList .btn{display: none;}
}
@media screen and (max-width:768px) {
	.nList{gap: 40px 4%;}
	.nList li{width: 48%;}
}
@media screen and (max-width:560px) {
	.nList .txt h5{font-size: 15px;}
}







.contact__{}

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

.contact__list{width: 45%;}
.contact__list li{margin-bottom: 0.3rem;}
.contact__list span{display: block; margin-bottom: 0.2rem; padding-bottom: 0.16rem; display:flex; flex-wrap:wrap; align-items: center; gap: 0 .2rem; position: relative;}
.contact__list span::before{content: '';position: absolute; left: 0; bottom: 0; width: 100%; height: 1px; background: #CCC;}
.contact__list span::after{content: '';position: absolute; left: 0; bottom: 0; width: 30%; height: 1px; background: #000; transition:all .5s ease;}

.contact__list span i{width: 0.44rem; height: 0.44rem; box-sizing: border-box; border: 1px solid var(--i_color); border-radius:50%; position: relative;}
.contact__list span iconify-icon{position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); font-size: 0.26rem; color: var(--i_color);}
.contact__list span h5{font-size: 0.22rem; font-weight: bold;}

.contact__list li>a,.contact__list li>p{font-size: 0.18rem;}

.contact__pic{width: 45%; margin-left: auto;}
.contact__pic img{width: 100%;}

.contact__list li:hover span::after{width: 100%; background: var(--i_color);}
.contact__list li>a:hover{color: var(--i_color);}

@media screen and (max-width:1024px) {
	.contact__cont{gap: .2rem 0;}
	.contact__list{width: 100%;}
	.contact__pic{width: 100%;}

	.contact__list span i{width: 36px; height: 36px;}
	.contact__list span iconify-icon{font-size: 22px;}
	.contact__list span h5{font-size: 18px;}
}
@media screen and (max-width:768px) {
	.contact__list li>a, .contact__list li>p{font-size: 17px;}
}
@media screen and (max-width:560px) {
	.contact__list span{gap: 0 10px;}
	.contact__list span i{width: 32px; height: 32px;}
	.contact__list span iconify-icon{font-size: 20px;}
	.contact__list span h5{font-size: 16px;}
	.contact__list li>a,.contact__list li>p{font-size: 16px;}
}






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

.map{width: 50%;}
.map iframe{height: 100%;}

.contactForm{width: 50%; box-sizing: border-box; padding: .6rem 10.8vw 0 .6rem; background:url(static/images/contact-form-bg.webp) no-repeat top center; background-size: 100%;}
.contactForm>h3{margin-bottom: 0.22rem; font-size: 0.24rem; font-weight: bold;}

#wpforms-83{
	--wpforms_input_height:48px;
	--wpforms_textarea_height:120px;
	--wpforms_input_font_size: 16px;
}
#wpforms-83{margin:0; padding:0;}
#wpforms-form-83{width:100%; position:relative;}

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

#wpforms-83 .wpforms-field-container .wpforms-field>input:hover,
#wpforms-83 .wpforms-field-container textarea:hover,
#wpforms-83 .wpforms-field-container .wpforms-field>input:focus,
#wpforms-83 .wpforms-field-container textarea:focus{border-color: #F60;}

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

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

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

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

@media screen and (max-width:1024px) {
	.map{width: 100%; height: 60vh;}
	.map iframe{width: 100%;}

	.contactForm{width: 100%; padding: 60px 3vw 0;}
}
@media screen and (max-width:768px) {
	.contactForm>h3{font-size: 20px;}
}





.contactBrand{}

.contactBrand_list{position:relative; overflow:hidden}
.contactBrand_list .swiper-wrapper{
	display:flex; position:relative; width:100%;
	-webkit-transition-timing-function: linear !important;
	-moz-transition-timing-function: linear !important;
	-ms-transition-timing-function: linear !important;
	-o-transition-timing-function: linear !important;
	transition-timing-function: linear !important;
}
.contactBrand_list li{flex-shrink:0; position:relative; background: #FFF; aspect-ratio: 4 / 1.8; box-sizing: border-box; border: 1px solid transparent;}
.contactBrand_list li img{position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); max-width: 75%; max-height: 75%; object-fit: contain;}

.contactBrand_list li:hover{border-color: var(--i_color);}




