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

:root {
	--i_color: #9E7C53;
	--top_height1: .88rem;
	--top_height2: .5rem;
	--header_height: calc(var(--top_height1) + var(--top_height2));
	--boxShadow: 0 2px 10px rgb(0 0 0 / 8%);
}
@media screen and (max-width:1440px) {
	:root {--top_height1: .7rem;}
}
@media screen and (max-width:1024px) {
	:root {
		--top_height1: 60px;
		--header_height: 60px;
	}
}



.wrap {
	width: 94%;
	max-width: 1600px;
	margin-left: auto;
	margin-right: auto;
}
@media screen and (max-width:1024px) {
	.wrap{width: 94%;}
}
.wrap2{width: 94%;margin-left: auto;margin-right: auto;}




.wrap_l{box-sizing: border-box; padding-left: 8.2vw;}
.wrap_r{box-sizing: border-box; padding-right: 8.2vw;}
@media screen and (max-width:1680px) {
	.wrap_l{padding-left: 5vw;}
	.wrap_r{padding-right: 5vw;}
}
@media screen and (max-width:1024px) {
	.wrap_l{padding-left: 3vw;}
	.wrap_r{padding-right: 3vw;}
}




/* header */
header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	/* background: #FFF; */
	z-index: 2014;
}
header::before{content: ''; position: absolute;left: 0;top: 0;width: 100%; height: 120%; background: rgb(0 0 0 / 0%);}
@media screen and (max-width:1024px) {
	header::before{height: 100%;}
}


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




/* logo */
.logo {
	order: -4;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	height: var(--top_height1);
}
.logo a {
	display: -webkit-flex;
	display: flex;
	align-items: center;
	height: 100%;
}
.logo img {max-height: 60%;}






.tor_contact{order: -3; margin-left: auto; display:flex; flex-wrap:wrap; align-items: baseline; gap: 0 .26rem;}

.top_email{display:flex; flex-wrap:wrap;align-items: center; gap: 0 .1rem;}
.top_email iconify-icon{font-size: 0.22rem;color: #FFF;}
.top_email i{font-size: 15px; color: #FFF;}
.top_email:hover iconify-icon,.top_email:hover i{color: var(--i_color);}

.top_media{display:flex; flex-wrap:wrap; align-items: center; gap: 0 .16rem;}
.top_media li{transition:all .5s ease;}
.top_media a{font-size: .2rem; color: #FFF;}
.top_media li:hover{transform:translate(0,-4px);}
.top_media li:hover a{color: var(--i_color);}

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







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

	.i_nav>li{position: relative; text-align: center;}
	.i_nav>li::before{opacity: 0; content: ''; position:absolute; left:50%; transform:translate(-50%,0); bottom: 0; width:0; height:1px; background: #FFF;}

	.i_nav>li>a {
		display: block;
		padding: 4px 0;
		font-size: .18rem;
		color: #FFF;
		white-space: nowrap;
		position: relative;
	}

	.i_nav>.current-menu-item::before,
	.i_nav>.current-category-ancestor::before,
	.i_nav>.current-post-ancestor::before,
	.i_nav>.current-menu-ancestor::before,
	.i_nav>.current-menu-parent::before,
	.i_nav>li:hover::before,
	.i_nav>li.active::before
	{opacity: 1; width: 100%; 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); */
	}

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

	.i_nav .sub-menu {
		display: none;
		position: absolute;
		left:0;
		/* top: var(--top_height2); */
		margin-top: 0.1rem;
		min-width: 1.4rem;
		background: #FFF;
		overflow: hidden;
		box-shadow: 0 .06rem .1rem rgb(0 0 0 / 8%);
		border-radius: 4px;
		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 .5rem;}
	.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.15rem;}
}






@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 #DDD;
		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 #DDD
	}

	.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_products{display: none; position: fixed;top: var(--header_height); left: 0;width: 100%;background: #FFF; box-shadow: 0 8px 10px rgb(0 88 167 / 10%); z-index: 2014;-webkit-transition:top .5s ease; transition:top .5s ease;}

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

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

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






/* 移动端导航按钮 */
.nav_menu {
	/* position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%); */
	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.2rem;
	}
}





.top_r{--size:.26rem}
.top_r {
	margin-left: auto;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0 .3rem;
	border-radius:8px;
}
@media screen and (max-width:1024px) {
	.top_r{--size:.2rem}
	.top_r{margin-left: auto; gap: 0 30px; padding: 0 0;background: none;}
}



.top_search_ico{position: relative;font-size: 0; cursor: pointer;}
.top_search_ico iconify-icon{font-size: var(--size);color: #FFF;-webkit-transition:all .5s ease; transition:all .5s ease;}
.top_search_ico.on iconify-icon{color: var(--i_color);}




.top_language{position: relative;}
.top_language::before{content: '';position:absolute; top:50%; transform:translate(0,-50%); left: -.15rem; width: 1px;height: 40%; background: #666;}
.top_language_btn{padding-right: 0.14rem; height: var(--top_height2);display:-webkit-flex; display:flex; flex-wrap:wrap;align-items: center; cursor: pointer; position: relative;}
.top_language_btn::before{content: '';position:absolute; top:50%; transform:translate(0,-50%);right: 0; width:0; height:0; border-left:4px solid transparent; border-right:4px solid transparent; border-top:6px solid #FFF;}
.top_language_btn iconify-icon{font-size: var(--size);color: #FFF;-webkit-transition:all .5s ease; transition:all .5s ease;}
.top_language_btn.on iconify-icon{color: var(--i_color);}

.top_language_list {
	visibility: hidden;
	opacity: 0;
	position: absolute;
	top: calc(100% + .16rem);
	right: 0;
	min-width: 1.6rem;
	background: #FFF;
	box-sizing: border-box;
	box-shadow: var(--boxShadow);
	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:1366px) {
	.top_r{gap: 0 .24rem;}
}
@media screen and (max-width:1024px) {
	.top_language_btn{height: var(--header_height);}
}






/* search */
.top_search {
	--search_height: .38rem
}
.top_search {
	visibility: hidden;
	opacity: 0;
	position: fixed;
	top: calc(var(--header_height) + .3rem);
	left: 0;
	width: 100%;
	padding: .16rem 0;
	background: #FFF;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	z-index: 2015;
}
.top_search.on {
	visibility: visible;
	opacity: 1;
	top: var(--header_height);
	box-shadow: var(--boxShadow);
}
.top_search form {
	width: 80%;
	margin: 0 auto;
	max-width: 5rem;
	display: -webkit-flex;
	display: flex;
	flex-wrap: nowrap;
	box-sizing: border-box;
	border: 1px solid var(--i_color);
	overflow: hidden;
}
.top_search_ipt {
	width: 100%;
	height: var(--search_height);
	box-sizing: border-box;
	padding: 0 .12rem;
}
.top_search_btn {
	flex-shrink: 0;
	font-size: 0;
	color: #FFF;
	width: calc(var(--search_height) * 1.5);
	height: var(--search_height);
	background:var(--i_color) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48'%3E%3Cg fill='none' stroke='%23FFF' stroke-linejoin='round' stroke-width='4'%3E%3Cpath d='M21 38c9.389 0 17-7.611 17-17S30.389 4 21 4S4 11.611 4 21s7.611 17 17 17Z'/%3E%3Cpath stroke-linecap='round' d='M26.657 14.343A7.98 7.98 0 0 0 21 12a7.98 7.98 0 0 0-5.657 2.343m17.879 18.879l8.485 8.485'/%3E%3C/g%3E%3C/svg%3E") no-repeat center;
	background-size: .2rem;
	cursor: pointer;
}

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



.full_header_height{display: none; height: var(--header_height);}
@media screen and (min-width:1025px) {
	header::before,.i_nav{transition:all .8s ease;}
	.header_singleLine{height: var(--top_height1);}
	.header_singleLine::before{height: 100%; background: #333;}
	.noBanner::before{height: 100%; background: #333;}

	.header_singleLine .top{flex-wrap: nowrap;}

	.header_singleLine .i_nav{width: auto; margin-left: 0.6rem;}
	.header_singleLine .i_nav .sub-menu{margin-top: 8px;}
	.header_singleLine .i_nav>li::before{height: 2px;}
	.header_singleLine .i_nav>li>a{padding: 0 0; line-height: var(--top_height1);}

	.header_singleLine .tor_contact{order: initial;}
	.header_singleLine .top_media{display: none;}
	.header_singleLine .top_r{margin-left: 0.4rem;}
	.header_singleLine .top_language_btn{height: var(--top_height1);}

	.header_singleLine_search.top_search.on{top: var(--top_height1);}
}
@media screen and (max-width:1440px) {
	.header_singleLine .top_email{display: none;}
}
@media screen and (max-width:1024px) {
	header::before{background: #333;}

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







/* 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;
	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_layer{position: absolute; left: 0; bottom: 6%; width: 100%; z-index: 3;}
.banner_layer .wrap{display:flex; flex-wrap:nowrap;}

.banner-pagination{display:flex; flex-wrap:nowrap; align-items:flex-end; gap:0 .1rem}
.banner-pagination span{padding-bottom: 6px; width: 0.6rem; font-size: 16px; color: rgb(255 255 255 / 75%); cursor: pointer; position: relative;}
.banner-pagination span::before{content: '';position: absolute;left: 0; bottom: 0; width: 100%; height: 1px; background: rgb(255 255 255 / 75%);}
.banner-pagination .swiper-pagination-bullet-active{color: #FFF;}
.banner-pagination .swiper-pagination-bullet-active::before{height: 2px; background: #FFF;}

.banner-ytb{margin-left: auto; width: 1.85rem; position: relative; overflow: hidden; cursor: pointer;}
.banner-ytb::before{content: '';display: block; padding-top: 56.25%;}
.banner-ytb img{position:absolute; top:0; left:0; width:100%; height:100%; object-fit: cover;}
.banner-ytb iconify-icon{position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); font-size: 0.4rem;color: #FFF;}

@media screen and (max-width:1024px) {
	.banner .swiper-slide{padding-bottom: 50%;}

	.banner-ytb{display: none;}
}
@media screen and (max-width:768px) {
	.banner .swiper-slide{padding-bottom: 55%;}
}
@media screen and (max-width:560px) {
	.banner_layer .wrap{justify-content: center;}
	.banner-pagination span{padding-bottom: 4px; width: 30px; text-align: center; font-size: 13px;}
}





.banner_text1{position:absolute; top:50%; transform:translate(0,-50%); left: 0; width: 100%;}
.banner_text1 .d{display: table; padding: .1rem .1rem; border-left: 2px solid #FFF; font-size: 0.2rem;font-weight: bold;color: #FFF; position: relative;}
.banner_text1 .d::before, .banner_text1 .d::after{content: '';position: absolute; left: 0; height: 2px; background: #FFF;}
.banner_text1 .d::before{top: 0; width: 50%;}
.banner_text1 .d::after{bottom: 0; width: 100%;}

.banner_text1 h2{margin: .2rem 0; font-size: 2.2vw; color: #FFF; font-weight: bold; letter-spacing: 2px; line-height: 1.3;}
.banner_text1 p{font-size: 0.2rem;color: #FFF;}

@media screen and (max-width:1024px) {
	.banner_text1{top: 45%;}
	.banner_text1 .d{font-size: 15px;}
	.banner_text1 p{font-size: 16px;}
}
@media screen and (max-width:768px) {
	.banner_text1 .d{padding: 6px 10px;}
	.banner_text1 h2{margin: 10px 0; letter-spacing: 0;}
	.banner_text1 p{font-size: 14px;}
	.banner_text1 .i_more{margin-top: 20px;}
}
@media screen and (max-width:560px) {
	.banner_text1 .d{display: none;}
	.banner_text1 h2{margin: 0 0 6px; font-size: 16px;}
	.banner_text1 h2 br{display: none;}
	.banner_text1 p{font-size: 13px;}
}







/* Main */
main{position: relative;overflow: hidden;}
.main_bg{background: #F4F4F4;}



.i_tit{}
.i_tit h3{font-weight: bold;}
.i_tit h6{margin-top: 6px; color: #666;}
.i_tit.white h3,.i_tit.white h6{color: #FFF;}
.i_tit.center{text-align: center;}




.i_more{display: table; padding: .1rem .34rem; border: 1px solid var(--i_color); position: relative;}
.i_more::before{content: ''; position: absolute; left: 6px; bottom: -6px; width: 0;height: 1px;background: var(--i_color);}
.i_more::after{content: '';position: absolute; top: 6px; right: -6px; width: 1px;height: 0; background: var(--i_color);}

.i_more span{font-size: 0.18rem; color: var(--i_color);}

.i_more.white{background: #FFF; border-color: #FFF;}

.i_more.active, .i_more:hover{background: var(--i_color); border-color: var(--i_color);}
.i_more.active span,.i_more:hover span{color: #FFF;}

.i_more.active::before, .i_more:hover::before{width: calc(100% + 10px);}
.i_more.active::after, .i_more:hover::after{height: calc(100% + 6px);}

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

.i_more,.i_more::before,.i_more::after,.i_more span{transition:all .5s ease;}

@media screen and (max-width:1024px) {
	.i_more{padding: 6px 20px;}
	.i_more span{font-size: 15px;}
}
@media screen and (max-width:768px) {
.i_more{padding: 6px 16px;}
	.i_more span{font-size: 14px;}
}






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





.public-pagination{display:block; text-align:center}
.public-pagination .swiper-pagination-bullet{width:.3rem; height:.3rem; display:inline-block; margin:0; box-sizing: border-box; border-radius:50%; border: 1px solid transparent; outline:none; cursor:pointer; position: relative;}
.public-pagination .swiper-pagination-bullet::before{content: ''; position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); width: 6px; height: 6px;background: #333;border-radius:50%;}
.public-pagination .swiper-pagination-bullet-active{border-color: var(--i_color);}
.public-pagination .swiper-pagination-bullet-active::before{background: var(--i_color);}

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






.homeProduct{
	background:url(static/images/homeProduct-bg.webp) no-repeat center;
	background-attachment: fixed;
	position: relative;
}

.homeProduct_list{display:flex; flex-wrap:wrap;gap: .5rem 3%;}
.homeProduct_list li{width: 22.75%;}
.homeProduct_list a{display: block;}

.homeProduct_list .picBox{width: 100%; position: relative;}

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

.homeProduct_list .picBox i{position: absolute; right: 0.16rem; bottom: -.3rem; width: 0.6rem;height: 0.6rem; box-sizing: border-box; border: 2px solid #FFF; box-shadow: 0 6px 10px rgb(0 0 0 / 20%); overflow: hidden; z-index: 3;}
.homeProduct_list .picBox i img{width: 100%; height: 100%; object-fit: cover;}

.homeProduct_list figcaption{margin-top: 0.1rem; width: calc(100% - 1rem);}
.homeProduct_list figcaption p{font-size: .16rem; line-height: 1.5; overflow:hidden; display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:2;}

.homeProduct_list a:hover .picBox span img{transform:scale(1.1);}
/* .homeProduct_list a:hover .picBox i{width: 0.7rem;height: 0.7rem;}
.homeProduct_list a:hover .picBox i img{transform:scale(2);} */
.homeProduct_list a:hover p{color: var(--i_color);}

@media screen and (max-width:1024px) {
	.homeProduct_list{gap: 46px 4%;}
	.homeProduct_list li{width: 48%;}

	.homeProduct_list figcaption p{font-size: 14px;}
}
@media screen and (max-width:560px) {
	.homeProduct_list{gap: 36px 4%;}

	.homeProduct_list .picBox i{right: 0; bottom: 0; width: 44px;height: 44px;}

	.homeProduct_list figcaption{width: 100%;}
}






.homeCat_list{position:relative; overflow:hidden}
.homeCat_list .swiper-wrapper{display:flex; position:relative; width:100%}
.homeCat_list .swiper-slide{flex-shrink:0; position:relative}
.homeCat_list .swiper-slide a{display: block; position: relative;}
.homeCat_list .swiper-slide a::before{content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgb(0 0 0 / 40%); z-index: 3;}
.homeCat_list .swiper-slide a::after{opacity: 0; content: '';position: absolute; bottom: 0; left: 0; width: 100%; height: 80%; background:linear-gradient(to bottom, transparent, rgb(255 255 255 / 40%)); z-index: 3;}

.homeCat_list figure{display: block; position: relative;}
.homeCat_list figure::before{content: ''; position:absolute; left: 4%; bottom: 6%; width: 94%; height: 1px;background: rgb(255 255 255 / 40%); z-index: 5;}
.homeCat_list figure::after{content: '';position: absolute; right: 4%; bottom: 3%; width: 1px; height: 80%; background: rgb(255 255 255 / 40%); z-index: 5;}

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

.homeCat_list .title{position: absolute; left: 0; bottom: 12%; z-index: 4; box-sizing: border-box; padding: 0 .4rem; width: 100%;}
.homeCat_list figcaption{display: table; max-width: 85%; position: relative;}
.homeCat_list figcaption p{font-size: 0.24rem; color: #FFF; position: relative; z-index: 2;}
.homeCat_list figcaption i{opacity: .2; position: absolute; right: -.56rem; bottom: 0; font-size: 0.7rem; line-height: 1; font-weight: bold; color: transparent; -webkit-text-stroke: 2px #FFF; text-stroke: 2px #FFF;}

.homeCat_list .swiper-slide a::before,.homeCat_list .swiper-slide a::after{transition:all .5s ease;}
.homeCat_list .swiper-slide:hover a::before{opacity: 0; height: 0;}
.homeCat_list .swiper-slide:hover a::after{opacity: 1;}
.homeCat_list .swiper-slide:hover figure::before,.homeCat_list .swiper-slide:hover figure::after{background: var(--i_color);}
.homeCat_list .swiper-slide:hover .title p{color: var(--i_color);}
.homeCat_list .swiper-slide:hover .title i{-webkit-text-stroke: 2px #000; text-stroke: 2px #000;}

@media screen and (max-width:1440px) {}
@media screen and (max-width:1366px) {}
@media screen and (max-width:1200px) {}
@media screen and (max-width:1024px) {
	.homeCat_list figcaption p{font-size: 20px;}
	.homeCat_list figcaption i{font-size: 60px;}
}
@media screen and (max-width:768px) {
	.homeCat_list .title{padding: 0 20px;}
	.homeCat_list figcaption{max-width: 80%;}
	.homeCat_list figcaption p{font-size: 18px;}
	.homeCat_list figcaption i{font-size: 50px;}
}
@media screen and (max-width:560px) {
	.homeCat_list figcaption{max-width: 68%;}
	.homeCat_list figcaption p{font-size: 14px;}
	.homeCat_list figcaption i{display: none;}
}







.homeAbout{position: relative;}

.homeAbout_cont{position: relative;}
.homeAbout_cont::before{content: '';position:absolute; top:50%; transform:translate(0,-50%); left: 0; width: 30%; height: 4.7rem; background:url(static/images/homeAbout-bg.webp) no-repeat left bottom; background-size: contain;}

.homeAbout_cont .wrap{display:flex; flex-wrap:nowrap; align-items: flex-start; gap: 0 8%; position: relative;}

.homeAbout_t{width: 100%;}
.homeAbout_t .tit{}
.homeAbout_t .tit p{display: table; font-size: 0.18rem;font-weight: bold; position: relative;}
.homeAbout_t .tit p::before{content: ''; position:absolute; left: calc(100% + .14rem); top:50%; width: 0.4rem;height: 2px;background: var(--i_color);}
.homeAbout_t .tit h3{margin-top: 0.16rem; font-weight: bold; color: var(--i_color); line-height: 1.2;}

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


.homeAbout_p{flex-shrink: 0; width:42%; position:relative;}
.homeAbout_p::before{content:""; display:block; padding-bottom:95%}
.homeAbout_p>img{position:absolute; top:0; left:0; width:100%; height:100%; object-fit: cover; transition:all .5s ease;}

.vBtn{position:absolute; top:50%; transform:translate(0,-50%); left: -.68rem; cursor: pointer;}
.vBtn i{display: block; animation:rotate 120s infinite linear}
.vBtn img{width: 1.36rem;}
@keyframes rotate{
	0% {}
	100% {transform:rotate(360deg);}
}

@media screen and (max-width:1440px) {
	.homeAbout_t article{font-size: 0.17rem;}
}
@media screen and (max-width:1024px) {
	.homeAbout_cont::before{display: none;}

	.homeAbout_cont .wrap{flex-wrap: wrap; gap: 40px 0;}

	.homeAbout_t .tit h3 br{display: none;}
	.homeAbout_t article{font-size: 15px}

	.homeAbout_p{width: 100%; max-width: 500px;}
	.vBtn{left: 50%; transform:translate(-50%,-50%);}
	.vBtn img{width: 100px;}
}
@media screen and (max-width:768px) {
	.vBtn img{width: 80px;}
}
@media screen and (max-width:560px) {
	.homeAbout_t .tit p{font-size: 16px;}
	.homeAbout_t article{font-size: 14px;}

	.vBtn img{width: 66px;}
}






.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:50%;left:50%;font-size:0.44rem;color:#FFF;-webkit-transform:translate(-50%,-50%) rotate(45deg);transform:translate(-50%,-50%) rotate(45deg)}
.vd_box iframe {position:absolute;top:0;right:0;width:100%;height:100%;background:#000;object-fit:contain;}
@media screen and (max-width:1024px) {
	.vd_box {width:80%;}
	.close_v::before {font-size:0.4rem;}
}
@media screen and (max-width:768px) {
	.vd_box {width:88%;}
	.close_v {top:-.15rem;right:-.15rem;width:0.3rem;height:0.3rem;}
	.close_v::before {font-size:0.3rem;}
}







.aboutNum{background: var(--i_color);}
.aboutNum dl{display:flex; flex-wrap:nowrap;}
.aboutNum dt{text-align: center; width: 100%; box-sizing: border-box; padding: .5rem .3rem; border-right: 1px solid rgb(255 255 255 / 30%); position: relative;}
.aboutNum dt:first-child{border-left: 1px solid rgb(255 255 255 / 30%);}
.aboutNum dt::after{opacity: 0; content: '';position: absolute;left: 0;bottom: 0; width: 100%; height: 0; background: rgb(0 0 0 / 50%); transition:all .5s ease;}

.aboutNum dt img{opacity: 0; position:absolute; top:0; left:0; width:100%; height:100%; object-fit: cover; transition:all .8s .15s;}

.aboutNum span{display:flex; flex-wrap:nowrap; justify-content: center; align-items: baseline; gap: 0 4px; font-size: 0.24rem; color: #FFF; font-weight: bold; position: relative; z-index: 3;}
.aboutNum span i{flex-shrink: 0; font-size: 0.6rem;color: #FFF; font-weight: bold; line-height: 1;}
.aboutNum p{margin-top: 0.1rem; font-size: 0.16rem; color: #FFF; position: relative; z-index: 3;}

.aboutNum dt:hover::after{opacity: 1; height: 100%;}
.aboutNum dt:hover img{opacity: 1;}

@media screen and (max-width:1200px) {
	.aboutNum span i{font-size: 0.5rem;}
}
@media screen and (max-width:1024px) {
	.aboutNum dt{padding: 40px 20px;}
	.aboutNum span{font-size: 20px;}
	.aboutNum span i{font-size: 36px;}
	.aboutNum p{font-size: 14px;}
}
@media screen and (max-width:768px) {
	.aboutNum dl{flex-wrap: wrap; width: 100%;}
	.aboutNum dt{width: 50%; padding: 30px 16px; border-right: none;}
	.aboutNum dt:nth-child(odd){border-left: none; border-right: 1px solid rgb(255 255 255 / 15%);}
	.aboutNum dt:nth-child(1),.aboutNum dt:nth-child(2){border-bottom: 1px solid rgb(255 255 255 / 15%);}
}
@media screen and (max-width:560px) {
	.aboutNum dt{padding: 16px 16px;}
	.aboutNum span{font-size: 18px;}
	.aboutNum span i{font-size: 30px;}
	.aboutNum p{font-size: 13px;}
}






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


.homeAdvList{width: 100%; position: relative; overflow: hidden;}
.homeAdvList::before{content: '';display: block;padding-bottom: 35%;}

.homeAdvList dl{position:absolute; top:0; left:0; width:100%; height:100%; display:flex; flex-wrap:wrap; gap: 0 1.5%;}
.homeAdvList dt{width: 15vw; height: 100%; position: relative; transition:all .5s ease; overflow: hidden;}
.homeAdvList dt::before{opacity: 1; content: '';position: absolute;right: 0;bottom: 0;width: 1.44rem; height: 1.44rem; background:url(static/images/homeAdv-iconbg.webp) no-repeat right bottom; background-size: contain;}
.homeAdvList dt::after{opacity: 0; content: '';position: absolute;left: 0;bottom: 0;width: 100%; height: 50%; background:linear-gradient(to bottom, transparent, rgb(0 0 0 / 70%));}

.homeAdvList .pic{width: 100%; height: 100%; background: #666; position: relative;}
.homeAdvList .pic::before{content: ''; position: absolute; bottom: 5%; left: 4%; width: 0; height: 1px;background: rgb(255 255 255 / 25%); z-index: 3;}
.homeAdvList .pic::after{content: '';position: absolute; right: 5%; top: 16%; width: 1px; height: 0; background: rgb(255 255 255 / 25%); z-index: 3;}
.homeAdvList .pic img{opacity: 0; width: 100%; height: 100%; object-fit: cover;}

.homeAdvList .order{position: absolute;right: 0.16rem;top: 0.16rem; font-size: 16px;color: #FFF;}

.homeAdvList .t1{position: absolute; top: 12%; left: .3rem; width: 12vw;}
.homeAdvList .t1 i{display: block; width: 0.7rem;height: 0.7rem; background: #FFF; border-radius:50%; position: relative;}
.homeAdvList .t1 i img{position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); height: 0.44rem}

.homeAdvList .t1 h5{margin: 0.2rem 0;}
.homeAdvList .t1 h5,.homeAdvList .t2 h5{font-size: 0.24rem;color: #FFF;font-weight: bold; line-height: 1.4;}
.homeAdvList .t1 p,.homeAdvList .t2 p{font-size: 0.16rem;color: #FFF; line-height: 1.5;}

.homeAdvList .t2{opacity: 0; visibility: hidden; position: absolute; bottom: 8%; left: .4rem; width: 28vw; z-index: 4;}
.homeAdvList .t2 p{margin-top: 0.2rem;}

.homeAdvList dt.curr::before{opacity: 0;}
.homeAdvList dt.curr::after{opacity: 1;}
.homeAdvList dt.curr .order{opacity: 0;}
.homeAdvList dt.curr .pic::before{width: 94%; transition:all .5s .4s;}
.homeAdvList dt.curr .pic::after{height: 82%; transition:all .5s .4s;}
.homeAdvList dt.curr .pic img{opacity: 1;}
.homeAdvList dt.curr .t1{opacity: 0; visibility: hidden;}
.homeAdvList dt.curr .t2{opacity: 1; visibility: visible;}

.homeAdvList dt::before,
.homeAdvList dt::after,
.homeAdvList .pic img,
.homeAdvList .t1,
.homeAdvList .t2{transition:all .5s ease;}

@media screen and (max-width:1440px) {
	.homeAdvList dt{width: 17vw}
	.homeAdvList .t1 i{width: 0.6rem;height: 0.6rem;}
	.homeAdvList .t1 i img{height: 0.38rem}
	.homeAdvList .t1 h5, .homeAdvList .t2 h5{font-size: 0.2rem;}
}
@media screen and (max-width:1200px) {
	.homeAdvList .t1 h5, .homeAdvList .t2 h5{font-size: 0.18rem;}
	.homeAdvList .t1 p,.homeAdvList .t2 p{font-size: 0.14rem;}
}
@media screen and (max-width:1024px) {
	.homeAdvList::before{display: none;}
	.homeAdvList dl{position:relative; flex-wrap: wrap; gap: 40px 0;}
	.homeAdvList dt{width: 100%; display:flex; flex-wrap:nowrap; align-items: center; gap: 0 4%;}
	.homeAdvList dt::before, .homeAdvList dt::after{display: none;}

	.homeAdvList .order{right: 0;top: 0;}

	.homeAdvList .pic{flex-shrink: 0; width: 30%;}
	.homeAdvList .pic::before,.homeAdvList .pic::after{display: none;}
	.homeAdvList .pic img{opacity: 1;}

	.homeAdvList .t1{position: relative; margin: 0 0; width: 100%; top: 0; left: 0;}
	.homeAdvList .t1 i{width: 50px;height: 50px;}
	.homeAdvList .t1 i img{height: 28px}
	.homeAdvList .t1 h5{margin: 14px 0 14px; font-size: 17px;}
	.homeAdvList .t1 p{font-size: 13px;}

	.homeAdvList .t2{display: none;}
}
@media screen and (max-width:560px) {
	.homeAdvList dt{flex-wrap: wrap; gap: 20px 0;}
	.homeAdvList .pic{width: 100%;}

	.homeAdvList .order{right: 10px; top: 10px;}

	.homeAdvList .t1 i{width: 40px;height: 40px;}
}







.homeApp{}

.homeApp_list{display:flex; flex-wrap:wrap; gap: .2rem 1%;}
.homeApp_list li{width: 32.66%; position: relative; overflow: hidden;}
.homeApp_list a{display: block; position: relative;}
.homeApp_list a::after{content: '';position: absolute;left: 0; bottom: 0; width: 100%; height: 30%; background:linear-gradient(to bottom, transparent, rgb(0 0 0 / 70%));}

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

.homeApp_list li:nth-child(1),.homeApp_list li:nth-child(2){width: 49.5%;}

.homeApp_list .t1{position: absolute; bottom: .2rem; left: 0; width: 100%; box-sizing: border-box; padding: 0 .2rem; z-index: 3;}
.homeApp_list .t1 h5{font-size: 0.18rem;color: #FFF; font-weight: bold; overflow:hidden; display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:2;}

.homeApp_list .t2{opacity: 0; visibility: hidden; position:absolute; top:50%; transform:translate(0,-50%); left: 0; width: 100%; box-sizing: border-box; padding: 0 .5rem; text-align: center; z-index: 3;}
.homeApp_list .t2 h5{font-size: 0.24rem;color: #FFF;font-weight: bold;}
.homeApp_list .t2 p{margin-top: 0.2rem; font-size: 0.16rem; color: #FFF; line-height: 1.6;}

.homeApp_list .btn{opacity: 0; position: absolute;right: -.44rem;bottom: 0; width: 0.4rem;height: 0.4rem;background: var(--i_color); z-index: 3;}
.homeApp_list .btn iconify-icon{position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); font-size: 0.2rem;color: #FFF;}

@media screen and (min-width:1025px) {
	.homeApp_list a:hover::after{height: 160%; background:linear-gradient(to bottom, transparent, rgb(0 0 0 / 80%));}
	.homeApp_list li:hover .t1{opacity: 0; visibility: hidden;}
	.homeApp_list li:hover .t2{opacity: 1; visibility: visible;}
	.homeApp_list li:hover .btn{opacity: 1; right: 0;}
}

.homeApp_list a::after,
.homeApp_list .t1,
.homeApp_list .t2,
.homeApp_list .btn{transition:all .8s ease;}

@media screen and (max-width:1024px) {
	.homeApp_list .t1 h5{font-size: 16px; font-weight: normal;}
}
@media screen and (max-width:768px) {
	.homeApp_list{gap: 30px 4%;}
	.homeApp_list li:first-child{width: 100% !important;}
	.homeApp_list li{width: 48% !important;}
}
@media screen and (max-width:560px) {
	.homeApp_list{gap: 20px 4%;}
	.homeApp_list .t1{padding: 0 14px;}
	.homeApp_list .t1 h5{font-size: 14px;}
}







.homeNews{background: #F4F4F4;}

.homeNews_nav{flex-shrink: 0; margin-left: auto; display:flex; flex-wrap:wrap; align-items: center; gap: 0 .4rem;}
.homeNews_nav li{cursor: pointer;}
.homeNews_nav p{font-size: 0.18rem; font-weight: bold; color: #777;}
.homeNews_nav .active p{color: var(--i_color);}

.homeNews_show{}
.homeNews_show .item{opacity: 0; visibility: hidden; position: relative; padding-bottom: 0.1rem; top: .3rem; height: 0; overflow: hidden;}
.homeNews_show .item.active{opacity: 1; visibility: visible; top: 0; height: auto; transition:all .8s ease;}

.homeNews_list{display:flex; flex-wrap:wrap; gap: .3rem 3%;}
.homeNews_list li{width: 31.33%; position: relative; transition:all .5s ease;}
.homeNews_list a{display: block; box-sizing: border-box; height: 100%; padding-bottom: 0.7rem;}

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

.homeNews_list .txt{padding: .2rem;}
.homeNews_list .txt i{font-size: 15px; color: #999;}
.homeNews_list .txt h5{margin: 6px 0 .14rem; font-size: 0.2rem;font-weight: bold; overflow:hidden; display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:2;}
.homeNews_list .txt p{font-size: 0.16rem; line-height: 1.5; overflow:hidden; display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:2;}

.homeNews_list .btn{position: absolute; bottom: .24rem; left:50%; transform:translate(-50%,0); width: calc(100% - .4rem); padding-top: 0.1rem; display:flex; flex-wrap:wrap;align-items: center;}
.homeNews_list .btn::before,.homeNews_list .btn::after{content: '';position: absolute; top: 0; height: 1px;}
.homeNews_list .btn::before{left: 0; width: 100%; background: #EEE;}
.homeNews_list .btn::after{right: 0; width: 0; background: var(--i_color); transition:all .5s ease;}
.homeNews_list .btn h6{font-size: 0.16rem;}
.homeNews_list .btn iconify-icon{margin-left: auto;font-size: 0.24rem; color: #444;}

.homeNews_list li:hover{background: #FFF; box-shadow: 0 4px 10px rgb(0 0 0 / 10%);}
.homeNews_list li:hover .pic img{transform:scale(1.1);}
.homeNews_list li:hover .txt h5{color: var(--i_color);}
.homeNews_list li:hover .btn::after{right: initial; left: 0; width: 100%;}
.homeNews_list li:hover .btn h6{color: var(--i_color);}
.homeNews_list li:hover .btn iconify-icon{color: var(--i_color);}

@media screen and (max-width:1024px) {
	.homeNews .secTit{flex-wrap: wrap; gap: 30px 0;}
	.homeNews_nav{width: 100%;}
	.homeNews_nav p{font-size: 16px;}

	.homeNews_list li{background: #FFF;}
	.homeNews_list .txt i{font-size: 13px;}
	.homeNews_list .txt h5{font-size: 16px;}
	.homeNews_list .txt p{font-size: 13px;}
	.homeNews_list .btn h6{font-size: 14px;}
	.homeNews_list .btn iconify-icon{font-size: 20px;}
}
@media screen and (max-width:768px) {
	.homeNews_nav{gap: 0 20px;}
	.homeNews_nav p{font-size: 15px;}

	.homeNews_list{gap: 20px 0;}
	.homeNews_list li{width: 100%;}
	.homeNews_list a{display:flex; flex-wrap:nowrap; align-items: center; gap: 0 20px; height: auto; padding: 14px;}

	.homeNews_list .pic{flex-shrink: 0; width: 30%;}

	.homeNews_list .txt{padding: 0 0;}

	.homeNews_list .btn{display: none;}
}
@media screen and (max-width:560px) {
	.homeNews_list{gap: 12px 0;}
	.homeNews_list .pic{width: 40%;}
}







.partnerBox{}

.partner_list{position:relative; overflow:hidden}
.partner_list .swiper-wrapper{display:flex; position:relative; width:100%}
.partner_list .swiper-slide{flex-shrink:0; position:relative; overflow: hidden;}
.partner_list .swiper-slide::before{content: '';display: block;padding-bottom: 50%;}
.partner_list .swiper-slide img{opacity: .7; position:absolute; top:0; left:0; width:100%; height:100%; object-fit: contain; -webkit-filter:grayscale(1); filter:grayscale(1);}

.partner_list .swiper-slide:hover img{opacity: 1; -webkit-filter:none; filter:none}






footer{}

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

.fContactUs h3{text-align: center; font-size: 0.26rem; color: #FFF; font-weight: bold;}

.fMain{background: #202020;}
.fMain .wrap{display:flex; flex-wrap:nowrap; justify-content: space-between; gap: 0 4%;}

.fLogo{flex-shrink: 0; width: 25%;}
.fLogo img{height: 0.7rem;}
.fLogo h3{margin-top: 0.3rem; font-size: 0.2rem;color: #FFF;font-weight: bold;}
.fLogo p{margin-top: 0.16rem; font-size: 0.16rem;color: #FFF; line-height: 1.8;}

.fContact{flex-shrink: 0; width: 20%;}
.fTel{}
.fTel p{margin-bottom: 4px; font-size: 0.18rem;color: #FFF;font-weight: bold;}
.fTel a{font-size: 0.26rem;color: #FFF;font-weight: bold;}
.fTel a:hover{color: var(--i_color);}

.fContact dl{margin: .2rem 0;}
.fContact dt{margin-bottom: 0.2rem;}
.fContact dt p,.fContact dt a{font-size: 0.16rem; color: rgb(255 255 255 / 60%); line-height: 1.5;}
.fContact dt a:hover{color: var(--i_color); text-decoration: underline;}

.fMedia{display:flex; flex-wrap:wrap; gap: 0 .2rem;}
.fMedia li{transition:all .5s ease;}
.fMedia iconify-icon{font-size: 0.24rem; color: rgb(255 255 255 / 60%)}
.fMedia li:hover{transform:translate(0,-4px);}
.fMedia li:hover iconify-icon{color: var(--i_color);}

.fNav{}
.fTit{margin-bottom: 0.2rem; font-size: 0.2rem;color: #FFF;}
.fNav ul{}
.fNav li{}
.fNav li a{display: block; padding: 6px 0; font-size: 0.16rem; color: rgb(255 255 255 / 60%);}
.fNav li a:hover{color: var(--i_color); text-decoration: underline;}

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

@media screen and (max-width:1200px) {
	.fContact{width: 24%;}
}
@media screen and (max-width:1024px) {
	.fContactUs h3{font-size: 24px;}

	.fMain .wrap{flex-wrap: wrap;}

	.fLogo{width: 100%;}
	.fLogo img{height: 0.5rem;}
	.fLogo p{font-size: 14px;}

	.fContact{width: 100%; margin-top: 30px;}
	.fTel a{font-size: 22px;}
	.fContact dt{margin-bottom: 8px;}

	.fNav{display: none;}

	.fCR p, .fCR a{font-size: 14px;}
}
@media screen and (max-width:768px) {
	.fContactUs h3{font-size: 20px;}
}
@media screen and (max-width:560px) {
	.fContactUs h3{font-size: 18px;}
	.fContactUs .i_more{margin-top: 16px;}

	.fLogo img{height: 0.4rem;}

	.fTel p{font-size: 15px;}
	.fTel a{font-size: 20px;}

	.fContact dt p, .fContact dt a{font-size: 15px;}

	.fCR p, .fCR a{font-size: 13px;}
}








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

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

.banner__text{position:absolute; top:52%; transform:translate(0,-50%); left: 0; width: 100%; text-align: center;}
.banner__text h2{color: #FFF; font-weight: bold;}







/* Breadcrumb */
.in_position{padding:.2rem 0;border-bottom: 1px solid #DDD; 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.3rem;}
.in_position a:first-child::before{
	content: '';
	position:absolute; top:50%; transform:translate(0,-50%);left: 0;
	width: 26px;height: 26px;
	background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23888' d='m16 8.41l-4.5-4.5L4.41 11H6v8h3v-6h5v6h3v-8h1.59L17 9.41V6h-1zM2 12l9.5-9.5L15 6V5h3v4l3 3h-3v8h-5v-6h-3v6H5v-8z'/%3E%3C/svg%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}
}






.catPage_l{flex-shrink: 0; width: 22%;}
.catPage_r{margin-left: auto; width: 74%;}

@media screen and (max-width:1440px) {
	.catPage_l{width: 25%;}
	.catPage_r{width: 72%;}
}
@media screen and (max-width:1024px) {
	.catPage_l,.catPage_r{width: 100%;}
}
@media screen and (max-width:768px) {}
@media screen and (max-width:560px) {}





.catInfo{display:flex; flex-wrap:nowrap;}
.catInfo h1{font-weight: bold; line-height: 1.4;}
.catInfo span{font-size: 0.16rem; line-height: 1.6;}

@media screen and (max-width:1024px) {
	.catInfo{flex-wrap: wrap;}
	.catInfo span{margin-top: 0.1rem; font-size: 15px;}
}
@media screen and (max-width:560px) {
	.catInfo span{font-size: 13px;}
}







.categoryBox{display:-webkit-flex; display:flex; flex-wrap:nowrap; align-items: flex-start;}
@media screen and (max-width:1024px) {
	.categoryBox{flex-wrap: wrap; gap: 40px 0;}
}
@media screen and (max-width:560px) {
	.categoryBox{gap: 30px 0;}
}

.cat_nav_tit{display: none;}

.cat_nav_list{position: relative;}
.cat_nav_list li{margin-bottom: 0.14rem; position: relative; box-sizing: border-box; border: 1px solid #DDD;}

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

.cat_nav_list .active{border-color: var(--i_color);}
.active .cat_fold_tit{background: var(--i_color);}
.active .cat_fold_tit a{color: #FFF;}
.active .cat_fold_tit iconify-icon{color: #FFF; -webkit-transform:rotate(90deg); transform:rotate(90deg);}

.cat_fold_sub{display: none; padding: .1rem 0 .24rem;}
.cat_fold_sub dt{box-sizing: border-box; padding: 0 .2rem;}
.cat_fold_sub a{display: block; padding: .16rem 0; font-size: 15px; position: relative;}
.cat_fold_sub a::before,.cat_fold_sub a::after{content: ''; position: absolute; bottom: 0; height: 1px;}
.cat_fold_sub a::before{left: 0; width: 100%; background: #DDD;}
.cat_fold_sub a::after{right:0; width: 0; background: var(--i_color); transition:all .5s ease;}
.cat_fold_sub dt.active a{color: var(--i_color) !important;}
.cat_fold_sub a:hover::after, .cat_fold_sub dt.active a::after{right: initial; left: 0; width: 100%;}
.cat_fold_sub dt:hover a{color: var(--i_color);}

@media screen and (max-width:1200px) {
	.cat_nav_tit h4{font-size: 0.22rem;}
}
@media screen and (max-width:1024px) {
	.cat_nav_tit{border: none; padding: 14px 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: 18px; 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: 22px 24px 20px; background: #FFF;}
	.cat_nav_list li{}
	.cat_nav_list li.active{}
	.cat_fold_tit a{padding: 14px 0;font-size: 17px;}
	.cat_fold_sub a{font-size: 15px;}
}
@media screen and (max-width:768px) {
	.cat_nav_tit{padding: 12px 20px;}
	.cat_nav_tit iconify-icon{font-size: 22px;}

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

	.cat_nav_list{padding: 20px 20px;}

	.cat_fold_tit a{padding: 12px 0; font-size: 15px;}
	.cat_fold_tit iconify-icon{font-size: 22px;}
	.cat_fold_sub{padding: 8px 0 18px;}
	.cat_fold_sub a{padding: 10px 0; font-size: 14px;}
}






.pList{display:flex; flex-wrap:wrap; gap: .4rem 3%;}
.pList li{width: 31.33%; background: #FFF;}

.pList .coverPic{width:100%; position:relative; overflow:hidden}
.pList .coverPic::before{content:""; display:block; padding-bottom:55%}
.pList .coverPic img{position:absolute; top:0; left:0; width:100%; height:100%; object-fit: cover; transition:all .5s ease;}
.pList .p2{opacity: 0; visibility: hidden;}

.pModel{position: absolute; top: 0.1rem;left: 0.1rem; z-index: 3; padding: 6px .14rem; font-size: 0.16rem; color: #333; background: rgb(255 255 255 / 70%);}

.pList .tit{padding: .2rem .2rem;}
.pList .tit p{font-size: 0.18rem; line-height: 1.6; overflow:hidden; display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:2;}

.pList li:hover .twoPic .p1{opacity: 0; visibility: hidden;}
.pList li:hover .twoPic .p2{opacity: 1; visibility: visible;}
.pList li:hover p{color: var(--i_color);}

@media screen and (max-width:1200px) {
	.pList .tit p{font-size: 0.16rem;}
}
@media screen and (max-width:1024px) {
	.pModel{font-size: 15px;}

	.pList .tit{padding: 14px 16px;}
	.pList .tit p{font-size: 15px; line-height: 1.4;}
}
@media screen and (max-width:768px) {
	.pList{gap: 30px 4%;}
	.pList li{width: 48%;}
}
@media screen and (max-width:560px) {
	.pList{gap: 20px 4%;}

	.pModel{padding: 4px 8px; font-size: 13px;}

	.pList .tit p{font-size: 14px;}
}







/* Paging */
.in_paging{
	--size:34px;
}
.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:calc(var(--size) - 2px);font-size:14px;color:#666;background:#FFF;box-sizing: border-box;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}

@media screen and (max-width:560px) {
	.in_paging{--size:28px}
}











.p_dataBox{background: #F4F4F4; position: relative;}
.p_dataBox::before{content: '';position:absolute; bottom:5%; left: 0; width: 30%; height: 4.4rem; background:url(static/images/homeAbout-bg.webp) no-repeat; background-size: contain;}

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

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

	.p_data{flex-wrap: wrap; gap: 40px 0;}
}
@media screen and (max-width:768px) {}
@media screen and (max-width:560px) {}






/* atlas */
.p_atlas {width:46%;height:100%;position:relative;flex-shrink:0;}
.p_atlas::before {
    content:'';
    display:block;
    /*padding-bottom:80%;*/
    padding-bottom:50%;
}

/* thumbnail */
.p_thumbnail {
    position:absolute;top:50%;transform:translate(0,-50%);left:0;
    /*width:16%;*/
    width:13%;
    height:100%;
    box-sizing:border-box;overflow:hidden;
    
}
.p_thumbnail_list {width:100%;height:calc(100% - 1rem);box-sizing:border-box;position:relative; top:50%; transform:translate(0,-50%); overflow: hidden;}
.p_thumbnail_list .swiper-wrapper {flex-direction:column;position:relative;width:100%;}
.p_thumbnail_list .swiper-slide {flex-shrink:0;position:relative;box-sizing:border-box;border:2px solid transparent;background:#F3F1E5;overflow:hidden;cursor:pointer;}
.p_thumbnail_list .swiper-slide img {position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;height:100%;object-fit:cover;}
.p_thumbnail_list .swiper-slide-thumb-active {border-color:var(--i_color);}
.thumbnail-pagination{display: none;}

.thumbnail-prev,.thumbnail-next{position:absolute; left:50%; transform:translate(-50%,0); width: 0.34rem;height: 0.34rem; cursor: pointer;}
.thumbnail-prev{top: 0;}
.thumbnail-next{bottom: 0;}
.thumbnail-prev iconify-icon,.thumbnail-next iconify-icon{position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); font-size: 0.24rem;}
.thumbnail-prev:hover iconify-icon, .thumbnail-next:hover iconify-icon{color: var(--i_color);}

.p_atlas_list {
    position:absolute;top:0;right:0;
    /*width:calc(100% - 19%);*/
    width:calc(100% - 17%);
    height:100%;
    box-sizing:border-box;overflow:hidden
}
.p_atlas_list .swiper-wrapper {display:-webkit-flex;display:flex;position:relative;height:100%;}
.p_atlas_list .swiper-slide {height:100%;flex-shrink:0;background:#F3F1E5;position:relative;overflow:hidden;cursor:pointer;}
.p_atlas_list .swiper-slide img {position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;height:100%;object-fit:cover;}
.p_atlas_list .swiper-slide iframe,.p_atlas_list .swiper-slide video {width:100%;height:100%;background:#000;object-fit:contain;}

@media screen and (max-width:1024px) {
	.p_atlas {width:100%;margin:0 auto;max-width:5rem;display:-webkit-flex;display:flex;flex-wrap:wrap;}
	.p_atlas::before {display:none;}
	.p_thumbnail {margin-top:0.2rem;position:relative;transform:none;width:100%;}
	.p_thumbnail_list {position:initial;top:initial;transform:none;height:auto;}
	.p_thumbnail_list .swiper-wrapper {display:-webkit-flex;display:flex;flex-direction:initial}
	.p_thumbnail_list .swiper-slide::before {content:'';display:block;padding-bottom:100%;}
	.p_atlas_list {order:-1;position:relative;width:100%;}
	.p_atlas_list .swiper-slide {height:0;padding-bottom:100%;}

	.thumbnail-prev, .thumbnail-next{display: none;}
}
@media screen and (max-width:768px) {
	.thumbnail-pagination {margin-top:0;}
}










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

.p_title h1{font-weight: bold; line-height: 1.4;}
.pCat_name{margin-top: 0.18rem; padding-bottom: 0.22rem; border-bottom: 1px solid #DDD; font-size: 0.18rem;}
.pCat_name a{color: var(--i_color); text-decoration: underline;}

.p_des{}
.p_des>h5{margin-bottom: 0.12rem; font-size: 0.18rem; color: #333; font-weight: bold;}
.p_des article{}

.p_share{display:-webkit-flex; display:flex; flex-wrap:wrap; align-items: center;gap: 0 .14rem;}
.p_share>p{font-size: 0.18rem;font-weight: bold;}
.p_share dl{display:-webkit-flex; display:flex; flex-wrap:wrap; align-items: center;}
.p_share dt a{display:block; width: 0.4rem;height: 0.4rem; box-sizing: border-box; border: 1px solid var(--i_color); border-left: none; position: relative;}
.p_share dt:first-child a{border-left: 1px solid var(--i_color);}
.p_share dt iconify-icon {position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); font-size:0.22rem;color:#666;}

.p_share dt:hover a{background:var(--i_color);}
.p_share dt:hover iconify-icon{color: #FFF;}

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

@media screen and (max-width:1024px) {
	.pCat_name{font-size: 15px;}
	.p_des>h5{font-size: 18px;}

	.p_share>p{font-size: 18px;}
	.p_share dt iconify-icon{font-size: 20px;}
}
@media screen and (max-width:560px) {
	.p_des>h5{font-size: 16px;}

	.p_share>p{font-size: 16px;}
	.p_share dt a{width: 34px;height: 34px;}
}







.pSlogan{background:url(static/images/p-Slogan.webp) no-repeat center; background-size: cover; background-attachment: fixed;}

.pSlogan h4{text-align: center; color: #FFF; font-weight: bold;}

@media screen and (max-width:560px) {
	.pSlogan{padding: 30px 0;}
	.pSlogan h4{font-size: 16px;}
}





.pContentBox{}

.pContentTit{padding-bottom: 0.24rem; border-bottom: 1px solid #DDD;}
.pContentTit h5{font-weight: bold;}

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

.pContent_nav{padding-bottom: 0.6rem; width: 20%; border-right: 1px solid #DDD;}
.pContent_nav li{border-bottom: 1px solid #DDD; cursor: pointer; position: relative;}
.pContent_nav li::before{content: '';position:absolute; top: 0; right: 0; width: 2px;height: 0;background: var(--i_color);}
.pContent_nav p{padding: .24rem .2rem; font-size: 0.18rem;font-weight: bold; color: #666;}

.pContent_nav .active{background: #F4F4F4;}
.pContent_nav .active::before{height: 100%; transition:all .5s ease;}
.pContent_nav .active p{color: #000;}

.pContent_show{width: 76%; margin-left: auto; padding-top: 0.36rem;}
.pContent_item{display: none;}
.pContent_item.active{display: block;}

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

iframe{max-width: 100% !important;}

@media screen and (max-width:1024px) {
	.pContentTit{margin-bottom: 0.3rem; padding-bottom: 18px;}

	.pContent_nav{margin-bottom: 40px; padding: 0 0; width: 100%; display:flex; flex-wrap:wrap; gap: 0 .1rem;}
	.pContent_nav li{border: 1px solid #DDD;}
	.pContent_nav li::before{width: 100%;}
	.pContent_nav p{padding: 8px 16px; font-size: 16px; position: relative;}
	.pContent_nav .active p{color: #FFF;}

	.pContent_show{width: 100%; padding: 0 0;}
	.pContent_itemTit{margin-bottom: 20px; font-size: 20px;}
}
@media screen and (max-width:560px) {
	.pContent_nav{margin-bottom: 30px;}
	.pContent_nav p{font-size: 15px;}

	.pContent_itemTit{font-size: 18px;}
}







.FAQ_list{}
.FAQ_list li{border-bottom: 1px solid #DDD;}
.FAQ_list li.active{background: #F4F4F4; border-bottom-color: #F4F4F4;}

.FAQ_list .tit{padding: .24rem .2rem; display:flex; flex-wrap:nowrap; gap: 0 .4rem; cursor: pointer;}
.FAQ_list .tit p{font-size: 0.18rem;}
.FAQ_list .tit iconify-icon{flex-shrink: 0; margin-left: auto; font-size: 0.24rem; transition:all .5s ease;}
.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; padding: 0 .2rem .26rem;}

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






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

.p_tags{padding-bottom: 0.2rem; border-bottom: 1px solid #DDD;display:-webkit-flex; display:flex; flex-wrap:wrap; align-items: baseline; gap: .16rem 0;}
.p_tags>p{margin-right: .14rem; font-size: 0.2rem;font-weight: bold;}
.p_tags a{margin-right: 0.24rem; padding: .08rem .1rem; font-size: 15px; background: #FFF; -webkit-border-radius:4px; border-radius:4px;}
.p_tags a:hover{background: var(--i_color); color: #FFF;}
@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: 13px;}
}






.p_view_other{display:-webkit-flex; display:flex; flex-wrap:nowrap; justify-content: space-between; align-items: center; gap: 0 4%;}
.p_view_other li{max-width: 46%; display:-webkit-flex; display:flex; flex-wrap:nowrap;gap: 0 .14rem; align-items:center}
.p_view_other a{display:-webkit-flex; display:flex; flex-wrap:nowrap; align-items: center; gap: 0 .2rem;}
.p_view_other span{flex-shrink: 0; width: 0.4rem;height: 0.4rem;box-sizing: border-box; border: 1px solid #555; position: relative;}
.p_view_other span iconify-icon{position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); font-size: .24rem; color: #555;}
.p_view_other p{font-size: 0.16rem; line-height: 1.5;}
.p_view_other p b{font-size: 0.18rem; font-weight: bold;}

.p_view_other li:hover span{border-color: var(--i_color); background: var(--i_color);}
.p_view_other li:hover span iconify-icon{color: #FFF;}
.p_view_other a:hover p{color: var(--i_color); text-decoration: underline;}

@media screen and (max-width:1024px) {
	.p_view_other span{width: 30px;height: 30px;}
	.p_view_other span iconify-icon{font-size: 20px;}
	.p_view_other p{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;}
	.p_view_other p{font-size: 14px;}
	.p_view_other p b{font-size: 17px;}
}









.pHonor{}

.pHonor_list{position:relative; overflow:hidden}
.pHonor_list .swiper-wrapper{display:flex; position:relative; width:100%}

.pHonor_list .swiper-slide{flex-shrink:0; position:relative; box-sizing: border-box; padding: .3rem .5rem; border: 1px solid #DDD; border-bottom:none;}
.pHonor_list .swiper-slide::before,.pHonor_list .swiper-slide::after{content: '';position: absolute; bottom: 0;}
.pHonor_list .swiper-slide::before{left: 0; width: 100%; height: 1px; background: #DDD;}
.pHonor_list .swiper-slide::after{left:50%; transform:translate(-50%,0); width: 0; height: 2px; background: var(--i_color);}

.pHonor_list .pic{width:80%; margin-left: auto;margin-right: auto; position:relative; overflow:hidden}
.pHonor_list .pic::before{content:""; display:block; padding-bottom:130%}
.pHonor_list .pic img{position:absolute; top:0; left:0; width:100%; height:100%; object-fit: contain; transition:all .5s ease;}

.pHonor_list p{margin-top: 0.14rem; text-align: center; font-size: 0.16rem; overflow:hidden; display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:2;}

.pHonor_list .swiper-slide:hover::after{width: 100%; transition:all .5s ease;}

@media screen and (max-width:1024px) {
	.pHonor_list .swiper-slide{padding: 24px 30px;}
	.pHonor_list .pic{width: 100%;}
	.pHonor_list p{font-size: 15px;}
}
@media screen and (max-width:560px) {
	.pHonor_list .swiper-slide{padding: 18px 20px;}
	.pHonor_list .pic{width: 75%;}
	.pHonor_list p{font-size: 14px;}
}






.pRelated{background: #F4F4F4;}
.pRelated .i_tit a{color: var(--i_color); text-decoration: underline;}

.pRelated_list{position:relative;}
.pRelated_list .swiper-wrapper{display:flex; position:relative; width:100%}
.pRelated_list .swiper-slide{flex-shrink:0; position:relative; background: #FFF;}

.pRelated_list .coverPic{width:100%; position:relative; overflow:hidden}
.pRelated_list .coverPic::before{content:""; display:block; padding-bottom:55%}
.pRelated_list .coverPic img{position:absolute; top:0; left:0; width:100%; height:100%; object-fit: cover; transition:all .5s ease;}
.pRelated_list .p2{opacity: 0; visibility: hidden;}

.pRelated_list .tit{padding: .2rem .2rem;}
.pRelated_list .tit p{font-size: 0.18rem; line-height: 1.6; overflow:hidden; display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:2;}

.pRelated_list li:hover .twoPic .p1{opacity: 0; visibility: hidden;}
.pRelated_list li:hover .twoPic .p2{opacity: 1; visibility: visible;}
.pRelated_list li:hover p{color: var(--i_color);}

@media screen and (max-width:1200px) {
	.pRelated_list .tit p{font-size: 0.16rem;}
}
@media screen and (max-width:1024px) {
	.pRelated_list{overflow: hidden;}
	.pRelated_list .tit{padding: 14px 16px;}
	.pRelated_list .tit p{font-size: 15px; line-height: 1.4;}
}
@media screen and (max-width:560px) {
	.pRelated_list .tit p{font-size: 14px;}
}







.about__{}
.about__cont{position: relative;}
.about__cont::before{content: '';position:absolute; bottom: 0; left: 0; width: 30%; height: 4rem; background:url(static/images/homeAbout-bg.webp) no-repeat left bottom; background-size: contain;}

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

.about__ .homeAbout_t{flex-shrink: 0; width: auto;}

.about__ article{width: 72%; margin-left: auto; font-size: 0.18rem;line-height: 1.7;}

.about__video{font-size: 0; position: relative; overflow: hidden;}
.about__video>img{width: 100%;}

.about__video .vBtn{left:50%; transform:translate(-50%,-50%);}

@media screen and (max-width:1440px) {
	.about__ article{font-size: 0.17rem;}
}
@media screen and (max-width:1024px) {
	.about__ .wrap{flex-wrap: wrap; gap: 36px 0;}
	.about__ .homeAbout_t{width: 100%;}
	.about__ article{width: 100%; font-size: 15px;}
}
@media screen and (max-width:560px) {
	.about__ article{font-size: 14px;}
}







.aboutCulture{display:-webkit-flex; display:flex; flex-wrap:wrap; background: #F1F1F1;}

.aboutCulture_t{width: 50%; padding-top: .8rem;padding-bottom: .8rem; padding-right: 0.8rem;}

.culture-pagination{display:-webkit-flex; display:flex; flex-wrap:wrap;gap: .3rem .6rem;}

.culture-pagination .swiper-pagination-bullet{width: 0.56rem;height: 0.56rem; cursor:pointer; position: relative;}
.culture-pagination .swiper-pagination-bullet::before,.culture-pagination i{position:absolute;width: 14px;height: 14px;background: var(--i_color); -webkit-border-radius:50%; border-radius:50%;}
.culture-pagination .swiper-pagination-bullet::before{opacity: 0; content: ''; top:50%; left:50%; transform:translate(-50%,-50%);-webkit-transition:all .5s .3s; transition:all .3s .3s;}

.culture-pagination i{position:absolute; top: 0; left:50%; transform:translate(-50%,0);}
.culture-pagination p{position: absolute;left: 0;bottom: 0;width: 100%;font-size: 0.22rem; text-align: center; -webkit-transition:all .5s .1s; transition:all .5s .1s;}

.culture-pagination .swiper-pagination-bullet-active::before{opacity: 1; width: 100% !important; height: 100% !important;}
.culture-pagination .swiper-pagination-bullet-active i{top:50%; transform:translate(-50%,-50%);transition:all .5s ease;}
.culture-pagination .swiper-pagination-bullet-active p{bottom: 50%; transform:translate(0,50%);color: #FFF;}

.culture_list{position:relative; overflow:hidden}
.culture_list .swiper-wrapper{display:-webkit-flex; display:flex; position:relative; width:100%}
.culture_list .swiper-slide{flex-shrink:0; position:relative}
.culture_list .swiper-slide h5{margin-bottom: 0.2rem; font-size: 0.26rem;font-weight: bold;}
.culture_list .swiper-slide span{font-size: 0.16rem;line-height: 1.8;}

.culture_navigation{display:-webkit-flex; display:flex; flex-wrap:wrap; gap: 0 .24rem;}
.culture_navigation>div{width:.5rem; height:.5rem; box-sizing: border-box; border: 1px solid #BBB; z-index:3; cursor:pointer; outline:none; -webkit-user-select:none; user-select:none; position: relative;}
.culture-prev{left:0;}
.culture-next{right:0;}
.culture_navigation iconify-icon{position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); font-size:0.3rem; color:#666;}
.culture_list .swiper-button-disabled{cursor:not-allowed}
.culture_navigation>div:hover{background: var(--i_color); border-color: var(--i_color);}
.culture_navigation>div:hover iconify-icon{color: #FFF;}


.aboutCulture_p{margin-left: auto; width: 50%;}
.aboutCulture_p img{width: 100%; height: 100%;object-fit: cover;}

@media screen and (max-width:1024px) {
	.aboutCulture{margin: 30px 0 0; position: relative;}
	.aboutCulture_t{padding-top: 40px;padding-bottom: 40px; padding-right: 3vw; width: 100%; position: relative;z-index: 2;}
	.culture-pagination{gap: 30px 40px;}
	.culture-pagination .swiper-pagination-bullet{width: 50px;height: 50px;}
	.culture-pagination .swiper-pagination-bullet::before, .culture-pagination i{width: 10px;height: 10px;}
	.culture-pagination p{font-size: 20px;}
	.culture_list .swiper-slide h5{font-size: 20px;}
	.culture_list .swiper-slide span{font-size: 15px;}
	.culture_navigation>div{width: 40px;height: 40px;}
	.culture_navigation iconify-icon{font-size: 24px;}

	.aboutCulture_p{opacity: .1; position: absolute;top: 0;left: 0;width: 100%;height: 100%;}
}
@media screen and (max-width:768px) {
	.culture_list .swiper-slide h5{font-size: 18px;}
}
@media screen and (max-width:560px) {
	.culture-pagination{gap: 20px 20px;}
	.culture-pagination .swiper-pagination-bullet{width: 38px;height: 38px;}
	.culture-pagination .swiper-pagination-bullet::before, .culture-pagination i{width: 8px;height: 8px;}
	.culture-pagination p{font-size: 17px;}

	.culture_list .swiper-slide h5{font-size: 16px;}
	.culture_list .swiper-slide span{font-size: 14px;}

	.culture_navigation{gap: 0 14px;}
	.culture_navigation>div{width: 36px;height: 36px;}
	.culture_navigation iconify-icon{font-size: 20px;}
}






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

.history_list{width: 80%; margin-left: auto;margin-right: auto; position:relative; height: 7.4rem; overflow:hidden}
.history_list::before{content: '';position:absolute; left: 50%; top: 0; width: 1px;height: 100%; background: #FFF;}
.history_list .swiper-wrapper{position:relative; width:100%}
.history_list li{flex-shrink:0; width: 100%; height: 100%; position:relative; box-sizing: border-box; padding-bottom: .3rem;}

.history_t{width: 50%; box-sizing: border-box; padding-right: 0.6rem; text-align: right; position: relative;}
.history_t::before{content: ''; position: absolute; right: 0; top: 20px; width: 0.4rem; height: 1px;background: #FFF;}
.history_t::after{content: ''; position: absolute; top: 16px; right: -5px; width: 9px;height: 9px;background: #FFF; border-radius:50%;}

.history_t .circle{position: absolute; right: -20px;top: 0; width: 40px;height: 40px;}
.history_t .circle::before{content: ''; position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); width: 0; height: 0; background: rgb(158 124 83 / 100%); border-radius:50%; transition:all .5s ease;}

.history_t i{display: block; margin-bottom: 0.1rem; font-size: 0.28rem;color: #FFF;font-weight: bold;}
.history_t span{font-size: 0.15rem; line-height: 1.5; color: #FFF;}

.history_list li:nth-child(odd) .history_t{margin-left: auto; text-align: left; padding-left: 0.6rem; padding-right: 0;}
.history_list li:nth-child(odd) .history_t::before{right: initial; left: 0;}
.history_list li:nth-child(odd) .history_t::after{right: initial; left: -4px;}
.history_list li:nth-child(odd) .history_t .circle{right: initial; left: -20px;}

.history_list li:hover .circle::before{opacity: 1; width: 100%; height: 100%; animation:zoom 1.2s infinite linear}

@keyframes zoom{
	0% {opacity: 1; width:0; height: 0;}
	100% {opacity: 0; width:100%; height: 100%;}
}

.history-navigation{position: absolute; bottom: .4rem;right: 0; display:flex; flex-wrap:wrap; gap: 0 .16rem;}
.history-navigation>div{width:.4rem; height:.4rem; box-sizing: border-box; border: 1px solid var(--i_color); cursor:pointer; outline:none; user-select:none; position: relative;}
.history-navigation iconify-icon{position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); font-size: 0.2rem; color: var(--i_color);}
.history_list .swiper-button-disabled{cursor:not-allowed}
.history-navigation>div:hover{background: var(--i_color);}
.history-navigation>div:hover iconify-icon{color: #FFF;}

@media screen and (max-width:1024px) {
	.history_list{width: 100%;}
	.history_t i{font-size: 20px;}
	.history_t span{font-size: 14px;}

	.history-navigation>div{width: 30px;height: 30px;}
	.history-navigation iconify-icon{font-size: 16px;}
}
@media screen and (max-width:768px) {
	.history_list{padding: 0 6px;}
	.history_list::before{left: 6px;}

	.history_t{width: 100%; text-align: left !important; padding: 0 0 0 40px !important;}
	.history_t::before{left: 0; top: 14px; width: 30px;}
	.history_t::after{top: 10px; left: -4px !important;}
}
@media screen and (max-width:560px) {
	.history_t span{font-size: 13px;}
}







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

.factory_list{position:relative; overflow:hidden}
.factory_list .swiper-wrapper{display:flex; position:relative; width:100%}
.factory_list li{flex-shrink:0; position:relative; position: relative;}
.factory_list li::after{content: '';position: absolute; left: 0; bottom: 0; width: 100%; height: 0; background: rgb(0 0 0 / 50%);}

.factory_list figure{position: relative;}
.factory_list figure::before{content: ''; position:absolute; left: 4%; bottom: 6%; width: 0; height: 1px;background: rgb(255 255 255 / 40%); z-index: 5;}
.factory_list figure::after{content: '';position: absolute; right: 4%; bottom: 3%; width: 1px; height: 0; background: rgb(255 255 255 / 40%); z-index: 5;}

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

.factory_list .title{opacity: 0; position: absolute; left: 0; bottom: 0.6rem; width: 100%; box-sizing: border-box; padding: 0 .2rem; z-index: 3;}
.factory_list figcaption{width: 90%;}
.factory_list .title p{font-size: 0.18rem; color: #FFF;}

.factory_list li:hover::after{height: 100%;}
.factory_list li:hover figure::before{width: 94%;}
.factory_list li:hover figure::after{height: 80%;}
.factory_list li:hover .title{opacity: 1; bottom: 0.4rem;}

.factory_list li::after,.factory_list .title{transition:all .5s ease;}
.factory_list figure::before,.factory_list figure::after{transition:all .5s .3s;}

.factory-pagination{display: none;}

@media screen and (max-width:1366px) {
	.factory_list .title p{font-size: 0.16rem;}
}
@media screen and (max-width:1024px) {
	.factory_list .title p{font-size: 15px;}
}
@media screen and (max-width:560px) {
	.factory_list .title p{font-size: 14px;}
}







.about__Factory{}

.about__Factory__list{display:flex; flex-wrap:wrap; gap: .3rem 2%;}
.about__Factory__list li{width: 23.5%; position: relative;}
.about__Factory__list li::after{content: '';position: absolute; left: 0; bottom: 0; width: 100%; height: 0; background: rgb(0 0 0 / 50%);}

.about__Factory__list figure{position: relative;}
.about__Factory__list figure::before{content: ''; position:absolute; left: 4%; bottom: 6%; width: 0; height: 1px;background: rgb(255 255 255 / 40%); z-index: 5;}
.about__Factory__list figure::after{content: '';position: absolute; right: 4%; bottom: 3%; width: 1px; height: 0; background: rgb(255 255 255 / 40%); z-index: 5;}

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

.about__Factory__list .title{opacity: 0; position: absolute; left: 0; bottom: 0.6rem; width: 100%; box-sizing: border-box; padding: 0 .2rem; z-index: 3;}
.about__Factory__list figcaption{width: 90%;}
.about__Factory__list .title p{font-size: 0.18rem; color: #FFF;}

.about__Factory__list li:hover::after{height: 100%;}
.about__Factory__list li:hover figure::before{width: 94%;}
.about__Factory__list li:hover figure::after{height: 80%;}
.about__Factory__list li:hover .title{opacity: 1; bottom: 0.4rem;}

.about__Factory__list li::after,.about__Factory__list .title{transition:all .5s ease;}
.about__Factory__list figure::before,.about__Factory__list figure::after{transition:all .5s .3s;}

@media screen and (max-width:1366px) {
	.about__Factory__list .title p{font-size: 0.16rem;}
}
@media screen and (max-width:1024px) {
	.about__Factory__list{gap: 20px 2%;}
	.about__Factory__list li{width: 49%;}

	.about__Factory__list .title p{font-size: 15px;}
}
@media screen and (max-width:560px) {
	.about__Factory__list .title{bottom: 40px;}
	.about__Factory__list li:hover .title{bottom: 30px;}
	.about__Factory__list .title p{font-size: 14px;}
}







.oem__{background: #F4F4F4;}

.oem__ .wrap{display:flex; flex-wrap:nowrap; align-items: center; gap: 0 4%;}

.oem__pic{flex-shrink: 0; width: 45%; position: relative;}
.oem__pic::before{content: '';position: absolute; right: -8px; bottom: -8px; width: 60%; height: 60%; background: var(--i_color);}
.oem__pic img{width: 100%; position: relative;}

.oem__txt{margin-left: auto; width: 100%;}
.oem__txt h3{font-weight: bold;}

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

	.oem__pic{width: 100%;}
}
@media screen and (max-width:560px) {}






.oemAdv{}

.oemAdv_pic{width: 100%;}

.oemAdv_list{display:flex; flex-wrap:nowrap; gap: 0 2%;}
.oemAdv_list dt{width: 100%; box-sizing: border-box; padding: .5rem .3rem; background: #F4F4F4;}
.oemAdv_list h5{font-size: 0.22rem;font-weight: bold;}
.oemAdv_list span{display: block; margin-top: 0.14rem;}

.oemAdv_list dt.active{background: var(--i_color);}
.oemAdv_list dt.active h5,.oemAdv_list dt.active span{color: #FFF;}

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






.oemCustom{padding-bottom: 1.2rem; background:url(static/images/oemCustom-bg.webp) no-repeat bottom center; background-size: cover;}

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

.oemCustom_list{width: 40%;}
.oemCustom_list dt{border-bottom: 1px solid rgb(255 255 255 / 15%);}
.oemCustom_list .tit{padding: .24rem 0; display:flex; flex-wrap:wrap; gap: 0 .24rem; cursor: pointer;}
.oemCustom_list .tit i,.oemCustom_list .tit h6{font-size: 0.22rem;color: #FFF;font-weight: bold;}

.oemCustom_list .txt{display: none; padding-bottom: 0.2rem; color: #FFF;}

.oemCustom_list dt.active{border-bottom-color: rgb(255 255 255 / 70%);}

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

@media screen and (max-width:1024px) {
	.oemCustom_cont{gap: 40px 0;}

	.oemCustom_list{width: 100%;}
	.oemCustom_list .tit i,.oemCustom_list .tit h6{font-size: 20px;}

	.oemCustom_pic{width: 100%;}
}
@media screen and (max-width:768px) {
	.oemCustom{padding-bottom: 60px;}
}
@media screen and (max-width:560px) {
	.oemCustom{padding-bottom: 40px;}

	.oemCustom_list .tit i,.oemCustom_list .tit h6{font-size: 16px;}
}








.process{position: relative;}
.process::before{content: '';position:absolute; left: 0; top: 0; width: 100%; height: 30%; background: var(--i_color);}

.processList{display:flex; flex-wrap:wrap; gap: .5rem 3%;}
.processList li{width: 48.5%; background: #F4F4F4; position: relative;}
.processList li::before{content: '';position: absolute; right: 0; bottom: 0; width: 2rem; height: 1.3rem; background:url(static/images/homeAbout-bg.webp) no-repeat right bottom; background-size: contain;}

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


.processList .txt{padding: .5rem .3rem .4rem; position: relative; text-align: center;}
.processList .txt h5{font-size: 0.22rem; font-weight: bold;}
.processList .txt span{display: block; margin-top: 0.14rem; font-size: 0.16rem; color: #666; line-height: 1.6;}

.processList .order{position: absolute; left:50%; transform:translate(-50%,0); top: -.3rem; width: 0.6rem;height: 0.6rem;box-sizing: border-box; border: 2px solid #FFF; border-radius:50%; background: var(--i_color); z-index: 3;}
.processList .order i{position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); font-size: 0.26rem;color: #FFF; font-weight: bold;}

.processList li:hover img{transform: scale(1.05, 1.05);}
.processList li:hover .order{transform:translate(-50%,0) rotateY(360deg); transition:all .8s ease;}
.processList li:hover h5{color: var(--i_color);}

@media screen and (max-width:1024px) {
	.processList .txt{padding: 40px 20px 26px;}
	.processList .txt h5{font-size: 20px;}
	.processList .txt span{font-size: 14px;}

	.processList .order{width: 50px;height: 50px; top: -25px;}
	.processList .order i{font-size: 20px;}
}
@media screen and (max-width:768px) {
	.process::before{height: 3rem;}

	.processList{gap: 30px 0;}
	.processList li{width: 100%;}
	.processList .txt h5{font-size: 18px;}
}
@media screen and (max-width:560px) {
	.processList .txt{padding: 30px 16px 20px;}
	.processList .txt h5{font-size: 16px;}
	.processList .txt span{margin-top: 8px; font-size: 13px;}

	.processList .order{width: 40px;height: 40px; top: -20px;}
	.processList .order i{font-size: 18px;}
}







.service__{background: #F4F4F4;}

.service__ .wrap_l{display:flex; flex-wrap:nowrap;}

.service__t{width: 50%; position: relative;}
.service__t::before{content: '';position: absolute; left: 0; bottom: 0;width: 100%; height: 40%; background: #FFF;}

.service__t .i_tit{width: 90%;}

.service__t .t{padding: .5rem; background: #FFF; position: relative;}
.service__t .t h5{margin: 0.3rem 0; font-size: 0.18rem;color: var(--i_color);}
.service__t .t span{font-size: 0.16rem; line-height: 1.6;}

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

@media screen and (max-width:1440px) {
	.service__t .t{padding: .34rem;}
}
@media screen and (max-width:1024px) {
	.service__ .wrap_l{flex-wrap: wrap; padding-right: 3%;}

	.service__t{width: 100%;}
	.service__t .t span{font-size: 14px;}
	.service__t .t h5{font-size: 16px;}

	.service__p{width: 100%;}
}
@media screen and (max-width:560px) {
	.service__t .t{padding: 30px 20px 40px;}
	.service__t .t h5{font-size: 15px;}
}






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

.serProcess__cont{background: #FFF; box-sizing: border-box; padding: .5rem 6% 1.5rem; position: relative;}

.serProcess__nav{padding-top: 0.2rem; display:flex; flex-wrap:nowrap; gap: 0 6%; position: relative;}
.serProcess__nav::before{content: '';position: absolute;left: 0;bottom: 0;width: 100%;height: 1px;background: #CCC;}

.serProcess__nav dt{padding-bottom: 0.3rem; width: 100%;text-align: center; position: relative; cursor: pointer;}
.serProcess__nav dt::before{content: '';position:absolute; left:50%; transform:translate(-50%,0); bottom: 0;width: 0; height: 2px;background: var(--i_color);}
.serProcess__nav .icon{display: table; margin: 0 auto; width: 1.2rem;height: 1.2rem;background: #202020; position: relative;}
.serProcess__nav .icon i{position:absolute; left:50%; transform:translate(-50%,0); top: -.2rem; width: 0.4rem;height: 0.4rem; text-align: center; line-height: .4rem; font-size: 0.18rem;color: #FFF; font-weight: bold; background: #202020; border-radius:50%; border: 2px solid #FFF;}
.serProcess__nav .icon img{position:absolute; top:55%; left:50%; transform:translate(-50%,-50%); height: 0.5rem;}
.serProcess__nav dt p{margin-top: 0.1rem; font-size: 0.16rem;}

.serProcess__nav dt.active::before{width: 100%; transition:all .5s ease;}
.serProcess__nav dt.active .icon{background: var(--i_color);}
.serProcess__nav dt.active .icon i{background: var(--i_color);}
.serProcess__nav dt.active p{color: var(--i_color);}

.serProcess__nav .icon,.serProcess__nav .icon i,.serProcess__nav p{transition:all .5s ease;}

@media screen and (max-width:1024px) {
	.serProcess__cont{padding: 50px 40px 100px;}

	.serProcess__nav{flex-wrap: nowrap; gap: 0 4%; padding-top: 0;}
	.serProcess__nav .icon{width: 60px; height: 60px;}
	.serProcess__nav .icon i{display: none;}
	.serProcess__nav .icon img{top: 50%; height: 30px;}
	.serProcess__nav dt p{font-size: 14px;}
}
@media screen and (max-width:768px) {
	.serProcess__cont{padding: 30px 20px 60px;}

	.serProcess__nav{border-left: 1px solid #DDD; border-top: 1px solid #DDD;}
	.serProcess__nav{flex-wrap: wrap; gap: 0 0;}
	.serProcess__nav::before{display: none;}
	.serProcess__nav dt{width: 50%; box-sizing: border-box; padding: 20px 20px; border-right: 1px solid #DDD; border-bottom: 1px solid #DDD;}

	.serProcess__nav .icon{width: 40px; height: 40px;}
	.serProcess__nav .icon img{height: 20px;}
}
@media screen and (max-width:560px) {
	.serProcess__nav dt{padding: 16px 10px;}
	.serProcess__nav .icon{width: 30px; height: 30px;}
	.serProcess__nav .icon img{height: 18px;}
	.serProcess__nav dt p{font-size: 13px;}
}






.serProcess__show{}
.serProcess__show .item{opacity: 0; visibility: hidden; position: relative; top: .3rem; height: 0; overflow: hidden;}
.serProcess__show .item.active{opacity: 1; visibility: visible; top: 0; height: auto; transition:all .8s ease;}

.serProcess__show .t{width: 60%; margin-left: auto;margin-right: auto; text-align: center;}
.serProcess__show .t h4{margin-bottom: 0.1rem; color: var(--i_color); font-weight: bold;}

@media screen and (max-width:1024px) {
	.serProcess__show .t{width: 100%;}
}





.serProcess__cont .text{
	position:absolute; left:50%; transform:translate(-50%,0);
	bottom: -.34rem;
	font-size: 7vw; color: #000; line-height: 1; font-weight: bold;
	white-space: nowrap;
	-webkit-text-fill-color: transparent;
	background: linear-gradient(to bottom, rgb(0 0 0 / 7%), transparent);
	-webkit-background-clip: text;
	display: inline-block;
}

@media screen and (max-width:1024px) {
	.serProcess__cont .text{bottom: -26px; font-size: 9vw;}
}
@media screen and (max-width:560px) {
	.serProcess__cont .text{bottom: -10px;}
}






.research{
	--pic_width: 50%;
	--gap: 4%;
}
.research{position: relative;}
.research::before{content: '';position: absolute; left: 0; top: 0; width: 30%; height: 100%; background: #F4F4F4;}

.research .i_tit{position: absolute; left: calc(var(--pic_width) + var(--gap)); top: 10%; z-index: 4;}

.research_list{position:relative; overflow:hidden}
.research_list .swiper-wrapper{display:flex; position:relative; width:100%}
.research_list .swiper-slide{opacity: 0 !important; flex-shrink:0; display:flex; flex-wrap:nowrap; gap: 0 var(--gap); background: #FFF; position:relative}

.research_list .swiper-slide-active{opacity: 1 !important; z-index: 3;}

.research_list .coverpic{flex-shrink: 0; width:var(--pic_width); position:relative; overflow:hidden}
.research_list .coverpic::before{content:""; display:block; padding-bottom:80%}
.research_list .coverpic img{position:absolute; top:0; left:0; width:100%; height:100%; object-fit: cover; transition:all .5s ease;}

.research_list .t{width: 100%; height: 100%; box-sizing: border-box; margin-left: auto; padding-top: 14%;}
.research_list .t h6{margin-bottom: 0.2rem; font-size: 0.22rem;font-weight: bold; color: var(--i_color);}
.research_list .t span{display: block; font-size: 0.17rem; line-height: 1.6; padding-right: 10px; max-height: 52%; overflow-y: auto;}
.research_list .t span::-webkit-scrollbar{width:3px}

.research-pagination{position: absolute; left: calc(var(--pic_width) + var(--gap)); bottom: 8%; display:flex; flex-wrap:nowrap; align-items: baseline; gap: 0 .14rem; z-index: 5;}
.research-pagination .swiper-pagination-bullet{display: block; width: 0.5rem; font-size: 0.3rem; font-weight: bold; color: #AAA; cursor: pointer; transition:all .5s ease;}
.research-pagination .swiper-pagination-bullet-active{font-size: 0.36rem; color: var(--i_color);}

@media screen and (max-width:1440px) {
	.research .i_tit{top: .2rem;}

	.research-pagination{bottom: 6%;}
}
@media screen and (max-width:1024px) {
	.research{--pic_width:100%}
	.research::before{display: none;}

	.research .i_tit{position: initial; text-align: center; margin-bottom: 40px;}

	.research_list .swiper-slide{flex-wrap: wrap; flex-direction: column; gap: 30px 0;}

	.research_list .t{padding: 0 0; height: auto;}
	.research_list .t h6{font-size: 18px;}
	.research_list .t span{max-height: 180px; font-size: 15px;}

	.research-pagination{margin-top: 30px; position: initial; justify-content: center;}
	.research-pagination .swiper-pagination-bullet{width: 30px; font-size: 18px;}
	.research-pagination .swiper-pagination-bullet-active{font-size: 24px;}
}
@media screen and (max-width:560px) {
	.research_list .t h6{font-size: 16px;}
	.research_list .t span{font-size: 14px;}
}







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

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

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

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

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

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

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

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

@media screen and (max-width:768px) {
	#wpforms-196 .wpforms-field-container>.wpforms-field{width: 100% !important;}
}







.navLine{}
.navLine ul{display:flex; flex-wrap:wrap; gap: 20px;}
.navLine li{border: 1px solid var(--i_color); cursor: pointer;}
.navLine p,.navLine a{display: table; text-align: center; min-width: 1.2rem; padding: .1rem .2rem; font-size: 0.16rem;color: var(--i_color);}

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

@media screen and (max-width:1024px) {
	.navLine ul{gap: 14px;}
	.navLine p,.navLine a{padding: 8px 14px; font-size: 14px;}
}
@media screen and (max-width:560px) {
	.navLine ul{gap: 10px;}
	.navLine p,.navLine a{padding: 6px 10px; font-size: 13px;}
}







.appBox{}

.appDes{}
.appDes h2{margin-bottom: 0.1rem; font-weight: bold;}

.appList{display:flex; flex-wrap:wrap; gap: .2rem 1%;}
.appList li{position: relative;}

.appList li:nth-child(5n+1),
.appList li:nth-child(5n+2) {width: 49.5%}
.appList li:nth-child(5n+3),
.appList li:nth-child(5n+4),
.appList li:nth-child(5n+5) {width: 32.66%;}

.appList .coverpic{width:100%; position:relative; overflow:hidden}
.appList .coverpic::before{content:''; display:block; padding-bottom:66%}
.appList .coverpic::after{opacity: 0; content: ''; position: absolute; left: 0; bottom: 0; width: 100%; height: 35%; background:linear-gradient(to bottom, transparent, rgb(0 0 0 / 75%)); transition:all .5s ease;}
.appList .coverpic img{position:absolute; top:0; left:0; width:100%; height:100%; object-fit: cover; transition:all .5s ease;}

.appList .coverpic.noTit::after{display: none !important;}

.appList p{opacity: 0; position: absolute; bottom: 0; font-size: 0.18rem; color: #FFF; padding: 0 .24rem; z-index: 3; transition:all .5s ease;}

@media screen and (min-width:1025px) {
	.appList li:hover .coverpic::after{opacity: 1;}
	.appList li:hover p{opacity: 1; bottom: 0.2rem;}
}

@media screen and (max-width:1024px) {
	.appList li{width: 49.5% !important;}
	.appList .coverpic::after{opacity: 1;}
	.appList p{font-size: 15px; opacity: 1; bottom: 20px;}
}
@media screen and (max-width:560px) {
	.appList{gap: 20px 4%;}
	.appList li{width: 48% !important;}
	.appList .coverpic::after{height: 50%;}
	.appList p{bottom: 14px; padding: 0 10px; font-size: 13px; line-height: 1.2;}
}






.loading{display: none; position: fixed;top: 0;left: 0;width: 100%;height: 100%;background: rgb(0 0 0 / 90%); z-index: 999999;}
.loading iconify-icon{position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); font-size: 0.6rem;color: #FFF;}
@media screen and (max-width:768px) {
	.loading iconify-icon{font-size: 54px;}
}






.postListBox{}

.postList{}
.postList li{margin-bottom: 0.4rem; width: 100%; box-sizing: border-box; border: 1px solid #DDD; transition:all .5s ease;}
.postList li a{padding: .2rem; display: flex; flex-wrap: nowrap; align-items: center; gap: 0 .4rem;}

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

.postList .txt{width: 100%; margin-left: auto;}
.postList .txt i{font-size: 0.16rem;color: #666;}
.postList .txt h5{margin: .12rem 0; font-size: 0.2rem;font-weight: bold; overflow:hidden; display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:2;}
.postList .txt p{margin: .12rem 0 .24rem; font-size: 0.15rem; color: #888; line-height: 1.6; overflow:hidden; display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:2;}
.postList .txt span{display:flex; flex-wrap:wrap; align-items: center; gap: 0 .1rem;}
.postList .txt span b{font-size: 0.16rem;}
.postList .txt span iconify-icon{font-size: 0.22rem;color: #000;}

.postList li:hover{background: #FFF; border-color: #FFF; box-shadow: 0 2px 14px rgb(0 0 0 / 10%);}
.postList li a:hover img{transform: scale(1.05, 1.05);}
.postList li a:hover h5,
.postList li a:hover b,
.postList li a:hover iconify-icon{color: var(--i_color);}

@media screen and (max-width:1024px) {
	.postList li{margin-bottom: 24px;}
	.postList .txt i{font-size: 14px;}
	.postList .txt h5{font-size: 16px;}
	.postList .txt p{font-size: 13px;}
	.postList .txt span b{font-size: 14px;}
	.postList .txt span iconify-icon{font-size: 18px;}
}
@media screen and (max-width:768px) {
	.postList li a{padding: 20px 16px;}
}
@media screen and (max-width:560px) {
	.postList li a{flex-wrap: wrap; gap: 18px 0;}
	.postList .coverpic{width: 100%;}
	.postList .txt h5{font-size: 15px;}
}







.contact__{}
.contact__ .wrap{display:flex; flex-wrap:nowrap; align-items: flex-start; gap: 0 6%; background:url(static/images/contact__bg.webp) no-repeat center; background-size: 75%;}

.contact__text{padding-top: 0.4rem; width: 100%; position: relative;}
.contact__text::before{content: ''; position: absolute;right: 10%; bottom: 0;width: 4rem;height: 1rem; background:url(static/images/since2005.webp) no-repeat right bottom; background-size: contain;}

.contact__text .tit{}
.contact__text .tit i{font-size: 0.16rem;color: #666;}
.contact__text .tit h2{margin-top: 6px; width: 60%; font-weight: bold; line-height: 1.2;}

.contact__list{display:flex; flex-wrap:wrap; gap: .3rem 8%;}
.contact__list li{width: 46%;}
.contact__list h6{margin-bottom: 0.12rem; font-size: 0.18rem;font-weight: bold;}
.contact__list p,.contact__list a{font-size: 0.16rem; line-height: 1.6;}
.contact__list a:hover{color: var(--i_color); text-decoration: underline;}

.contact__media{}
.contact__media h6{margin-bottom: 0.12rem; font-size: 0.18rem;font-weight: bold;}
.contact__media ul{display:flex; flex-wrap:wrap;}
.contact__media li{position: relative;}
.contact__media a{display: block; width: 0.36rem;height: 0.36rem; box-sizing: border-box; border: 1px solid var(--i_color); border-left: none;}
.contact__media li:first-child a{border-left: 1px solid var(--i_color);}
.contact__media iconify-icon{position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); font-size: 0.2rem; color: #666;}
.contact__media li:hover a{background: var(--i_color);}
.contact__media li:hover iconify-icon{color: #FFF;}

.contact__form{flex-shrink: 0; width: 40%; box-sizing: border-box; padding: .4rem; background: #202020;}
.contact__form__tit{}
.contact__form__tit h4{color: #FFF; font-weight: bold;}
.contact__form__tit p{margin-top: 0.1rem; font-size: 0.15rem;color: rgb(255 255 255 / 50%); line-height: 1.6;}

@media screen and (max-width:1024px) {
	.contact__text::before{width: 260px;}
	.contact__ .wrap{flex-wrap: wrap; gap: 40px 0; background-position: top;}

	.contact__text{padding-top: 0;}
	.contact__list p, .contact__list a{font-size: 15px;}

	.contact__form{width: 100%; padding: 30px;}
}
@media screen and (max-width:768px) {
	.contact__form__tit p{font-size: 14px;}
}
@media screen and (max-width:560px) {
	.contact__text::before{right: 0; width: 180px;}

	.contact__text .tit i{font-size: 14px;}
	.contact__text .tit h2{width: 100%;}

	.contact__list{gap: 20px 0;}
	.contact__list li{width: 100%;}
	.contact__list h6{margin-bottom: 4px; font-size: 16px;}

	.contact__media a{width: 34px; height: 34px;}
	.contact__media iconify-icon{font-size: 18px;}

	.contact__form{padding: 30px 20px;}
	.contact__form__tit p{font-size: 13px;}
}






#wpforms-193{
	--wpforms_input_height:44px;
	--wpforms_textarea_height:90px;
	--wpforms_input_font_size: 16px;
}
#wpforms-193{margin:0; padding:0;}
#wpforms-form-193{width:100%; position:relative;}

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

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

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

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

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

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







.map{width: 100%; position: relative; overflow: hidden;}
.map::before{content: ''; display: block; padding-bottom: 35%;}
.map iframe{position:absolute; top:0; left:0; width:100%; height:100%; object-fit: cover;}

@media screen and (max-width:1024px) {
	.map::before{padding-bottom: 50%;}
}
@media screen and (max-width:560px) {
	.map::before{padding-bottom: 100%;}
}




















