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

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





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

@media screen and (min-width:1921px) {
	.wrap{max-width: none;}
}
@media screen and (max-width:1440px) {
	.wrap2{width: 94%}
}
@media screen and (max-width:1024px) {
	.wrap{width: 94%;}
}


.wrap_l{padding-left: 10.8vw;}
.wrap_r{padding-right: 10.8vw;}

@media screen and (max-width:1680px) {
	.wrap_l{padding-left: 5.3vw;}
	.wrap_r{padding-right: 5.3vw;}
}
@media screen and (max-width:1440px) {
	.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%;
	z-index: 2014;
}
header::after{content: '';position: absolute; left: 0; bottom: 0; width: 100%; height: 1px; background: #FFF;}
header::before{content: '';position: absolute;left: 0; top: 0; width: 100%; height: 100%; -webkit-backdrop-filter: blur(5px); backdrop-filter: blur(5px); background: rgb(255 255 255 / 10%); transition:all 1s ease;}
header.header_on::before, header:hover::before, .header_on_hold{background: rgb(0 0 0 / 70%)}


@media screen and (max-width:1024px) {
	header.header_on::before, header::before{background: rgb(0 0 0 / 90%) !important}
	header::after{display: none;}
}

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






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





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

	.i_nav>li {position: relative;}

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

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

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

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

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

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

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






@media screen and (max-width:1024px) {
	.i_nav {
		opacity: 0;
		position: fixed;
		top: var(--header_height);
		left: 101%;
		margin: 0 0;
		width: 100%;
		width: 100vw;
		height: calc(100vh - var(--header_height));
		background: #FFF;
		overflow-y: auto;
		-webkit-transition:all .5s ease; transition:all .5s ease;
		z-index: 9999
	}
	.i_nav.active{opacity: 1; left: 0;}
	/*滚动条*/
	.i_nav::-webkit-scrollbar {
		width: 3px;
		height: 8px
	}
	.i_nav::-webkit-scrollbar-thumb {
		-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
		background: #555
	}
	.i_nav::-webkit-scrollbar-track {
		-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
		border-radius: 0;
		background: #F1F1F1
	}

	.i_nav>li {
		margin: 0 0 !important;
		border-bottom: 1px solid var(--border_color);
		position: relative
	}
	.i_nav>.menu-item-has-children span {
		display: block;
		position: absolute;
		top: 8px;
		right: 20px;
		width: 30px;
		height: 30px;
		box-sizing: border-box;
		border: 1px solid #CCC;
		-webkit-border-radius:50%; border-radius:50%;
		background:url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="24" height="24" viewBox="0 0 24 24"%3E%3Cpath fill="%23555" d="M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z"%2F%3E%3C%2Fsvg%3E') no-repeat center;
		background-size: 20px;
	}
	.i_nav>.menu-item-has-children span.on {
		background:url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="24" height="24" viewBox="0 0 24 24"%3E%3Cpath fill="%23555" d="M19 12.998H5v-2h14z"%2F%3E%3C%2Fsvg%3E') no-repeat center;
		background-size: 20px;
	}

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

	.i_nav>li>.sub-menu {
		display: none
	}
	.i_nav>li>.sub-menu li {
		position: relative;
	}
	.i_nav .sub-menu a {
		padding: 0 40px;
		font-size: 15px;
		color: #555;
		line-height: 40px;
		position: relative;
	}
	.i_nav .sub-menu li:not(:last-child) {
		border-bottom: 1px solid var(--border_color)
	}

	.i_nav>li>.sub-menu b {
		position: absolute;
		top: 0;
		right: 0;
		width: 40px;
		height: 40px;
		background: url(static/images/public/arrow_down_hollow_hei.svg) no-repeat center;
		background-size: 16px;
	}
	.i_nav>li>.sub-menu b.on {
		background: url(static/images/public/arrow_up_hollow_hei.svg) no-repeat center;
		background-size: 16px;
	}

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

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

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






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


.nav_menu.on i {
	opacity: 0
}

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

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

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





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




.top_search_ico{padding-right: 0.2rem; position: relative; font-size: 0; height: var(--header_height); display:flex; flex-wrap:wrap; align-items: center; cursor: pointer;}
.top_search_ico::before{content: '';position:absolute; top:50%; transform:translate(0,-50%); right: 0; width: 1px; height: 0.26rem; background: #FFF;}
.top_search_ico iconify-icon{font-size: var(--size);color: #FFF;-webkit-transition:all .5s ease; transition:all .5s ease;}
/* .top_search_ico.on iconify-icon{color: var(--i_color);} */
@media screen and (max-width:1024px) {
	.top_search_ico{padding-right: 30px;}
	.top_search_ico::before{height: 20px;}
}

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

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





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

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

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

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






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




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

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

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

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

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





.banner_text1{position: absolute; top: 20%; right: 10%; text-align: right;}
.banner_text1 h3{font-size: 2.2vw; color: #FFF; font-weight: bold;}
.banner_text1 p{font-size: 0.2rem; color: #FFF; font-weight: bold;}
.banner_text1 a{margin-left: auto;}

@media screen and (max-width:1440px) {
	.banner_text1{right: 3.5%;}
}
@media screen and (max-width:1024px) {
	.banner_text1{top: 13%;}
	.banner_text1 h3{font-size: 3vw;}
	.banner_text1 p{font-size: 18px;}
}
@media screen and (max-width:560px) {
	.banner_text1{top: 10%;}
	.banner_text1 h3{font-size: 4vw;}
	.banner_text1 p{margin: 10px 0; font-size: 14px;}
}




/* Main */
main{position: relative;overflow: hidden;}
.mainBg{background: #F7F7F7;}


.i_tit{}
.i_tit h3{font-weight: bold; position: relative;}
.i_tit .line{display: table; margin-top: 6px; margin-bottom: 0.12rem; width: 0.7rem; height: 4px; background: var(--i_color); border-radius:1rem;}
.i_tit h6{font-size: 0.18rem; color: #777; line-height: 1.6;}

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

.i_tit.center{text-align: center;}
.i_tit.center .line{margin-left: auto;margin-right: auto;}

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





.i_more{display: table; background: var(--i_color); border-radius:6px; transition:all .5s ease;}
.i_more span{display:flex; flex-wrap:wrap; align-items: center;}
.i_more b{padding: .14rem .2rem; margin-right: 0.14rem; font-size: 0.18rem; color: #FFF; position: relative;}
.i_more b::before{content: '';position: absolute; right: 0; top: 0; width: 1px; height: 100%; background: #FFF;}
.i_more iconify-icon{padding-right: 0.14rem; width: 0.28rem; font-size: 0.28rem; color: #FFF;}

@media screen and (max-width:1024px) {
	.i_more b{padding: 10px 16px; margin-right: 10px; font-size: 15px;}
	.i_more iconify-icon{padding-right: 10px; width: 20px; font-size: 20px;}
}
@media screen and (max-width:560px) {
	.i_more b{padding: 10px 12px; margin-right: 8px; font-size: 14px;}
	.i_more iconify-icon{padding-right: 8px; width: 18px; font-size: 18px;}
}






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

.i_more:hover{transform:translate(0,-6px); box-shadow: 0 3px 6px rgb(0 0 0 / 50%);}

@media screen and (max-width:1024px) {
	.secTit{flex-wrap: wrap; gap: 30px 0;}
	.secTit .i_tit{width: 100%;}
	.secTit .i_more{margin-left: 0;}
}
@media screen and (max-width:560px) {
	.secTit{gap: 20px 0;}
}





.pItem{display: table; width: 100%; height: 100%; background: #FFF; border-radius:8px; overflow: hidden; position: relative;}
.pItem::before{content: '';position: absolute; left: 0; bottom: 0; width: 0; height: 4px; background: var(--i_color); transition:all .5s ease;}

.pPic{width: 100%; aspect-ratio: 2 / 1.5; border-radius:8px; overflow: hidden;}
.pPic img{width: 100%; height: 100%; object-fit: cover; transition:all .5s ease;}

.pItem span{display: block; padding: .16rem; position: relative;}
.pItem span::before{content: '';position:absolute; bottom: 0; left:50%; transform:translate(-50%,0); width: calc(100% - .16rem * 2); height: 1px; background: #CCC;}
.pItem span:last-child::before{display: none;}
.pItem .line{width: 100%; height: 1px; background: #CCC;}
.pItem h6{font-size: 0.16rem; color: #666;}
.pItem h5{margin-top: 0.08rem; font-size: 0.2rem; line-height: 1.4; font-weight: bold; overflow:hidden; display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:2;}
.pItem p{font-size: 0.16rem; line-height: 1.6;}
.pItem p i{color: #666;}
.pItem p b{font-size: 0.22rem; color: var(--i_color); font-weight: bold;}

.pItem:hover::before{width: 100%;}
.pItem:hover img{transform: scale(1.05, 1.05);}
.pItem:hover h5{color: var(--i_color);}

@media screen and (max-width:1024px) {
	.pItem h6{font-size: 14px;}
	.pItem h5{font-size: 15px;}
	.pItem p{font-size: 14px;}
	.pItem p b{font-size: 18px;}
}
@media screen and (max-width:560px) {
	.pItem p{font-size: 12px;}
	.pItem p b{font-size: 16px;}
}





.public-pagination{font-size: 0; display: table; margin-left: auto;margin-right: auto; text-align:center; position: relative; border-radius:1rem; overflow: hidden;}
.public-pagination::before{content: '';position:absolute; top:0; left:0; width:100%; height:100%; background: #EEB1AE;}
.public-pagination .swiper-pagination-bullet{width:.6rem; height:4px; display:inline-block; margin:0; background:none; outline:none; cursor:pointer; position: relative; transition:all .5s ease;}
.public-pagination .swiper-pagination-bullet-active{background:var(--i_color)}

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






.homeHot{background: #F7F7F7;}

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







.homeIndustries{}

.catBgSwitch{--line:rgb(255 255 255 / 40%); --navHeight:.7rem}
.catBgSwitch{position:relative; overflow:hidden}
.catBgSwitch::before{content: ''; display: block; padding-bottom: 42%;}

.catBg_pic{position:absolute; top:0; left:0; width:100%; height:100%;}
.catBg_pic::after{content: '';position: absolute; bottom:0; left:0; width:100%; height:100%; background:linear-gradient(to bottom, transparent, rgb(0 0 0 / 60%)); z-index: 3;}
.catBg_pic dt{position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); width:104%; height:104%;}
.catBg_pic dt.active{width: 100%; height: 100%; z-index: 2; transition:all 2s ease;}
.catBg_pic dt img{width: 100%; height: 100%; object-fit: cover;}

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

	.catBg_pic{display: none;}
}


.catBg_nav{position:absolute; top:0; left:0; width: 30%; height: 100%; box-sizing: border-box; border-right: 1px solid var(--line); display:flex; flex-wrap:wrap; align-items: end; z-index: 4;}
.catBg_nav ul{width: 100%;}
.catBg_nav li{border-top: 1px solid var(--line); height: var(--navHeight); display:flex; flex-wrap:wrap; align-items: center; position: relative; cursor: pointer;}
.catBg_nav li::before{content: ''; position: absolute; left: 0; top: 0; width: 0; height: 100%; background:var(--i_color);}
.catBg_nav li::after{opacity: 0; content: ''; position:absolute; top:50%; transform:translate(0,-50%); right: .2rem; width: 0.2rem; height: 0.2rem; background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23FFF' fill-rule='evenodd' d='M13.47 5.47a.75.75 0 0 1 1.06 0l6 6a.75.75 0 0 1 0 1.06l-6 6a.75.75 0 1 1-1.06-1.06l4.72-4.72H4a.75.75 0 0 1 0-1.5h14.19l-4.72-4.72a.75.75 0 0 1 0-1.06' clip-rule='evenodd'/%3E%3C/svg%3E") no-repeat center; background-size: contain;}
.catBg_nav li img{display: none;}
.catBg_nav li a{display: block; width: 80%;}
.catBg_nav li p{font-size: 0.22rem; color: #FFF; font-weight: bold; position: relative;}

.catBg_nav li.active::before{width: 100%; transition:all .8s ease;}
.catBg_nav li.active::after{opacity: 1;}

@media screen and (max-width:1366px) {
	.catBg_nav li p{font-size: 0.17rem;}
}
@media screen and (max-width:1024px) {
	.homeIndustries{margin-bottom: 50px;}

	.catBg_nav{position: relative; width: 100%;}
	.catBg_nav ul{display:flex; flex-wrap:wrap; gap: 36px 2%; width: 94%; margin: 0 auto;}
	.catBg_nav li{width: 49%; height: auto; padding: 0 0; position: relative; align-items: flex-start;}
	.catBg_nav li::before,.catBg_nav li::after{display: none;}
	.catBg_nav li a{display: block; width: 100%;}
	.catBg_nav li img{display: block; width: 100%; height: 200px; object-fit: cover; border-radius:6px;}
	.catBg_nav li p{width: 100%; margin-top: 16px; font-size: 15px; color: #333;}
}
@media screen and (max-width:768px) {
	.catBg_nav li img{height: 160px;}
	.catBg_nav li p{font-size: 15px;}
}
@media screen and (max-width:560px) {
	.catBg_nav ul{gap: 20px 4%;}
	.catBg_nav li{width: 48%;}
	.catBg_nav li img{height: 100px;}
	.catBg_nav li p{font-size: 14px; line-height: 1.5;}
}


.catBg_txt{position: absolute; right: 0; bottom: 0; width: 70%; height: calc(var(--navHeight) * 3 + 3px); box-sizing: border-box; border-top: 1px solid var(--line); z-index: 4;}
.catBg_txt .box{display: block; box-sizing: border-box; padding: 0 .5rem; height: 100%; display:flex; flex-wrap:wrap; align-items: center;}
.catBg_txt span{width: 80%;}
.catBg_txt h5{font-size: 0.24rem; color: #FFF; font-weight: 600;}
.catBg_txt p{margin-top: 0.2rem; font-size: 0.16rem; color: #FFF; line-height: 1.6; overflow:hidden; display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:4;}

.catBg_txt i{margin-left: auto; width: 0.6rem; height: 0.6rem; background: var(--i_color); border-radius:50%; position: relative;}
.catBg_txt i iconify-icon{position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); font-size: 0.3rem; color: #FFF;}

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







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

.homeAbout article{text-align: center;}
.homeAbout article a{color: var(--i_color); text-decoration: underline;}

.homeAbout_cont{display:flex; flex-wrap:wrap; align-items: center; position: relative;}
.homeAbout_cont ul{width: 28%;}
.homeAbout_ul li{padding: .3rem 0; width: 100%; display:flex; flex-wrap:nowrap; align-items: center; position: relative;}
.homeAbout_ul li::before{content: ''; position: absolute; left: 0; bottom: 0; width: 100%; height: 1px; background: #CCC;}
.homeAbout_ul li::after{content: '';position: absolute; left: 0; bottom: 0; width: 30%; height: 1px; background: var(--i_color); transition:all .5s ease;}
.homeAbout_ul li h5{font-size: 0.36rem; font-weight: bold; display:flex; flex-wrap:wrap; gap: 0 .1rem;}
.homeAbout_ul li i{font-size: 0.18rem; font-weight: bold;}
.homeAbout_ul li p{margin-top: 0.1rem; font-size: 0.16rem; color: #666;}
.homeAbout_ul li img{margin-left: auto; height: 0.55rem;}

.homeAbout_ul li:hover::after{width: 100%;}
.homeAbout_ul li:hover h5{color: var(--i_color);}

.homeAbout_pic{padding-top: 0.1rem; padding-left: 0.1rem; margin-left: auto; width: 64%; position: relative;}
.homeAbout_pic::before{content: '';position: absolute; left: 0; top: 0; width: 70%; height: 55%; background: var(--i_color); border-radius:.2rem;}
.homeAbout_pic>img{width: 100%; aspect-ratio: 2 / 1.2; object-fit: cover; border-radius:.2rem; position: relative;}

@media screen and (max-width:1024px) {
	.homeAbout_pic{order: -1; width: 100%;}

	.homeAbout_cont ul{margin-top: 20px; width: 100%; display:flex; flex-wrap:wrap; gap: 0 4%;}
	.homeAbout_ul li{width: 48%; padding: 20px 0;}
	.homeAbout_ul li h5{font-size: 30px;}
	.homeAbout_ul li p{font-size: 14px;}
	.homeAbout_ul li img{height: 40px;}
}
@media screen and (max-width:560px) {
	.homeAbout_ul li h5{gap: 0 6px;}
	.homeAbout_ul li h5{font-size: 24px;}
	.homeAbout_ul li p{margin-top: 6px;}
	.homeAbout_ul li img{height: 30px;}
}






.i_v_btn{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    cursor: pointer;
    z-index: 4;
}
.i_v_btn span{
	display: block;
    width: 0.75rem;
    height: 0.75rem;
    background: url(static/images/video.webp) center no-repeat;
    background-size: contain;
	z-index: 3;
}
.i_v_btn::before {
    content: '';
    position: absolute;
    transform: translate(-50%,-50%);
    border-radius: 50%;
    top: 50%;
    left: 50%;
    width: 130%;
    height: 130%;
    background-color: rgba(255, 255, 255, 0.15);
    animation: yuans 1.5s ease-in-out infinite;
    z-index: -1;
}
.i_v_btn::after {
    content: '';
    position: absolute;
    transform: translate(-50%,-50%);
    border-radius: 50%;
    top: 50%;
    left: 50%;
    width: 110%;
    height: 110%;
    background-color: rgba(255, 255, 255, 0.3);
    animation: yuan 1.9s ease-in-out infinite;
    z-index: -1;
}
@keyframes yuan{
	0% {
		width: 110%;
		height: 110%;
	}

	50% {
		width: 120%;
		height: 120%;
	}
	100% {
		width: 110%;
		height: 110%;
	}
}

@keyframes yuans{
	0% {
		width: 130%;
		height: 130%;
	}

	50% {
		width: 150%;
		height: 150%;
	}
	100% {
		width: 130%;
		height: 130%;
	}
}
@media screen and (max-width:560px) {
	.i_v_btn span{width: 50px; height: 50px;}
}





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






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

@media screen and (max-width:560px) {
	.logoList li{border-radius:6px;}
}






.homeAdv{background:linear-gradient(to bottom, transparent, #F7F7F7);}
.globalMap{width: 100%;}

.homeAdv_ul{margin-top: -.4rem;}
.homeAdv_ul ul{display:flex; flex-wrap:nowrap; gap: 0 5%;}
.homeAdv_ul li{width: 100%; max-width: 33%; position: relative}
.homeAdv_ul li::before{content: '';position: absolute; right: -4px; bottom: -4px; width: 80%; height: 80%; background: var(--i_color); border-radius:.2rem; transition:all .5s ease;}

.homeAdv_ul .cont{height: 100%; box-sizing: border-box; padding: .44rem .44rem 1.4rem; position: relative; background: #FFF; border: 1px solid #DDD; border-radius:.2rem; overflow: hidden;}
.homeAdv_ul .cont::before{content: '';position: absolute; left: 0; bottom: 0; width: 100%; height: 0; background: rgb(0 0 0 / 80%); z-index: 2; transition:all .5s ease;}
.homeAdv_ul .bg{opacity: 0; position:absolute; top:0; left:0; width:100%; height:100%; object-fit: cover; transition:all .5s ease;}

.homeAdv_ul .t{position: relative; z-index: 3;}
.homeAdv_ul h5{padding-left: 0.2rem; font-size: 0.2rem; font-weight: bold; position: relative;}
.homeAdv_ul h5::before{content: '';position:absolute; top:50%; transform:translate(0,-50%); left: 0; width: 6px; height: 6px; background: var(--i_color); border-radius:50%;}
.homeAdv_ul p{margin-top: 0.2rem; font-size: 0.16rem; color: #777; line-height: 1.5;}

.homeAdv_ul .icon{position: absolute; left: 0; bottom: .36rem; display:flex; flex-wrap:wrap; align-items: center; width: 100%; box-sizing: border-box; padding: 0 .44rem; z-index: 3;}
.homeAdv_ul .icon h6{font-size: 0.46rem; font-weight: bold; color: #D6D6D6;}
.homeAdv_ul .icon img{margin-left: auto; height: 0.5rem;}

.homeAdv_ul li:hover::before{bottom: calc(100% - 80% + 4px)}
.homeAdv_ul li:hover .cont{border-color: #999;}
.homeAdv_ul li:hover .cont::before{height: 100%;}
.homeAdv_ul li:hover .bg{opacity: 1;}
.homeAdv_ul li:hover h5,.homeAdv_ul li:hover p,.homeAdv_ul li:hover .icon h6{color: #FFF;}
.homeAdv_ul li:hover h5::before{background: #FFF;}
.homeAdv_ul li:hover .icon img{-webkit-filter:brightness(100); filter:brightness(100);}

@media screen and (max-width:1440px) {}
@media screen and (max-width:1366px) {}
@media screen and (max-width:1200px) {}
@media screen and (max-width:1024px) {
	.homeAdv_ul ul{flex-wrap: wrap; gap: 30px 0;}
	.homeAdv_ul li{max-width: none;}
	.homeAdv_ul .cont{padding: 30px 20px 130px;}
	.homeAdv_ul .icon{bottom: 20px; padding: 0 20px;}
	.homeAdv_ul h5{font-size: 18px;}
	.homeAdv_ul p{font-size: 15px;}
	.homeAdv_ul .icon h6{font-size: 40px;}
	.homeAdv_ul .icon img{height: 40px;}
}
@media screen and (max-width:768px) {
	.homeAdv_ul .cont{padding: 30px 20px 90px;}
}
@media screen and (max-width:560px) {
	.homeAdv_ul h5{font-size: 16px;}
	.homeAdv_ul p{margin-top: 10px; font-size: 14px;}
	.homeAdv_ul .icon h6{font-size: 36px;}
	.homeAdv_ul .icon img{height: 34px;}
}






.homeNews{}

.homeNews_cont{display:flex; flex-wrap:wrap; align-items: flex-start;}

.homeNews_top{width: 48%; position: relative; border-radius:.14rem; overflow: hidden;}
.homeNews_top img{width: 100%; aspect-ratio: 750 / 566; object-fit: cover; transition:all .5s ease;}
.homeNews_top .t{position: absolute; left: 0; bottom: 0; width: 100%; background: rgb(255 255 255 / 80%); box-sizing: border-box; padding: .2rem; border-left: .7rem solid var(--i_color); border-radius:.14rem .14rem 0 0;}

.homeNews_list{width: 48%; margin-left: auto; position: relative;}
.homeNews_list::before{content: '';position: absolute; left: 0; top: 0; width: 100%; height: 4px; background: var(--i_color); border-radius:1rem;}
.homeNews_list li{border-bottom: 1px solid #DDD;}
.homeNews_list li a{display: block; padding: .42rem 0;}

.homeNews_top span, .homeNews_list span{display:flex; flex-wrap:wrap; align-items: center; gap: 0 .2rem;}
.homeNews_top span b, .homeNews_list span b{padding-right: 0.2rem; border-right: 1px solid #DDD; font-size: 0.16rem; font-weight: bold; color: var(--i_color);}
.homeNews_top span i, .homeNews_list span i{font-size: 0.15rem; color: #666;}
.homeNews_top .t p, .homeNews_list p{margin-top: 0.2rem; font-size: 0.18rem; font-weight: bold; line-height: 1.6; overflow:hidden; display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:2;}
.homeNews_list p{height: 0.6rem;}

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

.homeNews_list a:hover p{color: var(--i_color);}

@media screen and (max-width:1440px) {
	.homeNews_list li a{padding: 34px 0;}
}
@media screen and (max-width:1366px) {
	.homeNews_list li a{padding: 30px 0;}
}
@media screen and (max-width:1200px) {
	.homeNews_list li a{padding: 22px 0;}
}
@media screen and (max-width:1024px) {
	.homeNews_cont{gap: 40px 0;}

	.homeNews_top{width: 100%;}
	.homeNews_top .t{border-left: 50px solid var(--i_color);}

	.homeNews_list{width: 100%;}
	.homeNews_list p{height: auto;}
}
@media screen and (max-width:768px) {
	.homeNews_top span b, .homeNews_list span b{font-size: 15px;}
	.homeNews_top .t p, .homeNews_list p{font-size: 16px;}
}
@media screen and (max-width:560px) {
	.homeNews_top .t{padding: 14px; border-left: 40px solid var(--i_color);}
	.homeNews_top span b, .homeNews_list span b{font-size: 14px;}
	.homeNews_top span i, .homeNews_list span i{font-size: 14px;}
	.homeNews_top .t p, .homeNews_list p{margin-top: 10px; font-size: 15px;}

	.homeNews_list::before{height: 2px;}
}






.homeContact{background: #F7F7F7;}

.homeContact_t{border-radius:.14rem; overflow: hidden; position: relative;}
.homeContact_t img{width: 100%;}

.homeContact_t span{position:absolute; top:50%; transform:translate(0,-50%); right: 5%; width: 45%; text-align: right;}
.homeContact_t h5{display: table; margin-left: auto; padding-left: 0.4rem; padding-bottom: 0.16rem; margin-bottom: 0.16rem; font-size: 0.3rem; font-weight: bold; color: #FFF; border-bottom: 2px solid #FFF;}
.homeContact_t p{font-size: 0.18rem; color: #FFF; line-height: 1.6;}
.homeContact_t a{display: table; margin-top: 0.14rem; margin-left: auto; width: 0.46rem; height: 0.46rem; background: var(--i_color); border-radius:4px; position: relative;}
.homeContact_t a iconify-icon{position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); font-size: 0.24rem; color: #FFF;}

@media screen and (max-width:1024px) {
	.homeContact_t img{position:absolute; top:0; left:0; height:100%; object-fit: cover;}
	.homeContact_t span{position: relative; transform: none; top: 0; right: 0; display: table; width: 75%; margin-left: auto; padding: 50px 30px;}
	.homeContact_t h5{font-size: 20px;}
	.homeContact_t p{font-size: 16px;}
}
@media screen and (max-width:560px) {
	.homeContact_t span{width: 90%; padding: 26px 20px;}
	.homeContact_t h5{font-size: 18px; padding-bottom: 6px; margin-bottom: 6px;}
	.homeContact_t p{font-size: 14px;}
	.homeContact_t a{width: 34px; height: 34px;}
	.homeContact_t a iconify-icon{font-size: 18px;}
}






footer{background: #272727;}

.fTop{border-bottom: 1px solid rgb(255 255 255 / 15%);}
.fTop_list{display:flex; flex-wrap:nowrap;}
.fTop_list li{padding: .4rem 0; width: 100%; border-left: 1px solid rgb(255 255 255 / 15%);}
.fTop_list li:first-child{border-left: none;}
.fTop_list .box{padding: 0 10%; display:flex; flex-wrap:wrap; align-items: center; gap: 0 .24rem;}
.fTop_list i{display: table; width: 0.6rem; height: 0.6rem; box-sizing: border-box; border: 1px solid #FFF; border-radius:8px; position: relative;}
.fTop_list i iconify-icon{position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); font-size: 0.3rem; color: #FFF;}
.fTop_list p{font-size: 0.16rem; color: #FFF;}
.fTop_list a{display: block; margin-top: 0.1rem; font-size: 0.2rem; color: #FFF;}
.fTop_list a:hover{color: var(--i_color); text-decoration: underline;}

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

.fContact{width: 40%;}
.fLogo{}
.fLogo img{max-height: 1rem;}

.fAdd{display:flex; flex-wrap:nowrap; align-items: flex-start; gap: 0 .24rem;}
.fAdd i{flex-shrink: 0; display: table; width: 0.6rem; height: 0.6rem; box-sizing: border-box; border: 1px solid #FFF; border-radius:8px; position: relative;}
.fAdd i iconify-icon{position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); font-size: 0.3rem; color: #FFF;}
.fAdd span{}
.fAdd p{font-size: 0.16rem; color: #FFF;}
.fAdd h6{display: block; margin-top: 0.1rem; font-size: 0.2rem; color: #FFF; line-height: 1.6;}

.fBox{display:flex; flex-wrap:wrap; align-items: center; gap: 0 .5rem;}

.fMedia{display:flex; flex-wrap:wrap; gap: 0 .3rem;}
.fMedia li{position: relative; transition:all .5s ease;}
.fMedia a{display: block; width: 0.5rem; height: 0.5rem; background: #3D3D3D; border-radius:6px; position: relative;}
.fMedia a iconify-icon{position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); font-size: 0.24rem; color: #FFF;}
.fMedia li:hover{transform:translate(0,-6px);}
.fMedia a:hover{background: var(--i_color);}

.fQR{}
.fQR img{height: 1rem; border-radius:.1rem;}

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

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

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

@media screen and (max-width:1440px) {
	.fLogo img{max-height: 0.8rem;}
}
@media screen and (max-width:1024px) {
	.fTop_list .box{padding: 0 6%;}
	.fTop_list i{width: 44px; height: 44px;}
	.fTop_list i iconify-icon{font-size: 24px;}
	.fTop_list p{font-size: 14px;}
	.fTop_list a{font-size: 18px;}

	.f_nav{display: none;}

	.fContact{width: 100%;}
	.fLogo img{height: 60px;}
	.fAdd i{width: 44px; height: 44px;}
	.fAdd i iconify-icon{font-size: 24px;}
	.fAdd span{margin-top: 0;}
	.fAdd p{font-size: 14px;}
	.fAdd h6{font-size: 18px;}

	.fMedia a{width: 40px; height: 40px;}
	.fMedia a iconify-icon{font-size: 20px;}

	.fCR p, .fCR a{font-size: 15px;}
}
@media screen and (max-width:768px) {
	.fTop{border: none;}
	.fTop_list{padding: 20px 3%; flex-wrap: wrap;}
	.fTop_list li{padding: 10px 0; border: none;}
	.fTop_list .box{padding: 0 0;}

	.fCont{padding: 0 0 30px;}
	.fLogo{display: none;}
	.fAdd{margin: 0 0;}

	.fBox{margin-top: 40px;}
}
@media screen and (max-width:560px) {
	.fTop_list i,.fAdd i{width: 38px; height: 38px;}
	.fTop_list i iconify-icon,.fAdd i iconify-icon{font-size: 20px;}
	.fAdd h6{font-size: 16px;}

	.fMedia{gap: 0 20px;}
	.fMedia a{width: 34px; height: 34px;}
	.fQR{margin-left: auto;}
	.fQR img{height: 90px; border-radius:4px;}

	.fCR{padding: 16px 0;}
	.fCR p, .fCR a{font-size: 14px; line-height: 1.4;}
}







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

.banner__{width: 100%; position: relative; font-size: 0; overflow: hidden;}
.banner__>img{width: 100vw; max-height: 700px; object-fit: cover;}



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




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

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






.cat_nav{}
.cat_nav_tit{margin-bottom: 0.24rem; position: relative; border-radius:6px;}
.cat_nav_tit h4{font-size: 0.3rem; font-weight: bold;}
.cat_nav_tit iconify-icon{display: none;}

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

.cat_fold_tit{display:-webkit-flex; display:flex; flex-wrap:nowrap;align-items: center;padding: 0 .14rem 0 .2rem; gap: 0 .2rem; background: #FFF; border-radius:6px;}
.cat_fold_tit a{padding: .14rem 0; width: 100%; font-size: 0.2rem; color: #111; font-weight: bold; line-height: 1.5;}
.cat_fold_tit i{margin-left: auto;flex-shrink: 0; width: 0.34rem; height: 0.34rem; box-sizing: border-box; border: 1px solid #999; border-radius:50%; cursor: pointer; position: relative;}
.cat_fold_tit iconify-icon{position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); font-size: 0.24rem; color: #777; -webkit-transition:all .5s ease; transition:all .5s ease;}
.active .cat_fold_tit{background: var(--i_color);}
.active .cat_fold_tit i{border-color: #FFF;}
.active .cat_fold_tit a,.active .cat_fold_tit iconify-icon{color: #FFF;}
.active .cat_fold_tit iconify-icon{-webkit-transform:translate(-50%,-50%) rotate(90deg); transform:translate(-50%,-50%) rotate(90deg);}

.cat_fold_sub{display: none; margin-top: 0.16rem; padding: .12rem .2rem; background: #FFF; border-radius:6px;}
.cat_fold_sub dt{box-sizing: border-box;}
.cat_fold_sub a{display: block;padding: .14rem .2rem;font-size: 0.18rem; color: #666; position: relative; transition:all .5s ease;}
.cat_fold_sub a:hover, .cat_fold_sub dt.active a{color: var(--i_color); text-decoration: underline;}


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

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

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

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

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





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





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

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





/* Paging */
.in_paging{--size:.34rem;}
.in_paging ul{display:flex; flex-wrap:wrap;justify-content:center;align-items:center;text-align: center;}
.in_paging li{min-width: var(--size);margin: 0 4px;}
.in_paging a,.in_paging span {display:block;padding: 0 10px; height: var(--size); line-height:var(--size);font-size:16px;color:#666;background:#FFF;box-sizing: border-box; border:1px solid #CCC;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:1200px) {
	.in_paging a,.in_paging span {font-size: 14px;}
}
@media screen and (max-width:1024px) {
	.in_paging{--size:28px;}
}
@media screen and (max-width:560px) {
	.in_paging{--size:24px;}
	.in_paging a,.in_paging span {font-size: 13px;}
}





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

/* atlas */
.p_atlas {flex-shrink: 0; width:45%; box-sizing: border-box; position: relative;}
.p_atlas_list {width: 100%; box-sizing: border-box; border-radius:6px; background: #FFF; margin-left: auto; margin-right: auto; position:relative;overflow:hidden}
.p_atlas_list .swiper-wrapper {display:-webkit-flex;display:flex;position:relative;width:100%}
.p_atlas_list .swiper-slide {flex-shrink:0; font-size: 0; position:relative;overflow:hidden;}
.p_atlas_list .swiper-slide img {width: 100%; aspect-ratio: 2 / 1.5; object-fit: cover;}

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

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

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

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

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






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

.p_title h1{padding-bottom: 0.16rem; font-size: 0.26rem; color: #111; line-height: 1.4; position: relative; font-weight: bold;}
.p_title h1::before{content: ''; position: absolute; left: 0; bottom: 1px; width: 100%; height: 1px; background: #CCC;}
.p_title h1::after{content: ''; position: absolute; left: 0; bottom: 0; width: 75%; height: 3px; background: var(--i_color); transition:all .5s ease;}
.p_title:hover h1::after{width: 100%;}

.pPrice{margin-top: 0.2rem; font-size: 0.2rem; color: #888;}
.pPrice i{color: var(--i_color);}

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

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

.p_share{display:-webkit-flex; display:flex; flex-wrap:wrap; align-items: center; gap: 0 .1rem;}
.p_share>p{font-size: 0.18rem; color: #555;}
.p_share dl{display:-webkit-flex; display:flex; flex-wrap:wrap;align-items: center;gap: 0 .2rem;}
.p_share dt{opacity: .4; transition:all .5s ease;}
.p_share a{display:block; width: 0.3rem; height: 0.3rem; background: var(--i_color); border-radius:4px; position: relative;}
.p_share a iconify-icon {position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); font-size:0.16rem;color:#FFF;}
.p_share dt:hover{opacity: 1; transform:translate(0,-2px);}

@media screen and (max-width:1200px) {
	.p_des article{font-size: 0.17rem;}
}
@media screen and (max-width:1024px) {
	.p_title h1{font-size: 20px;}
	.pPrice{font-size: 16px;}
	.p_des article{font-size: 15px;}
}
@media screen and (max-width:560px) {
	.p_cat{font-size: 14px;}
	.p_title h1{font-size: 17px;}
	.p_des article{font-size: 14px;}

	.p_btn{gap: 0 20px;}

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





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

.pContent{width: 72%; margin-left: auto;}
.pContent_item{margin-bottom: 0.5rem;}
.pContent_tit{padding-bottom: 0.16rem; position: relative;}
.pContent_tit::before{content: ''; position: absolute; left: 0; bottom: 0; width: 100%; height: 1px; background: #CCC;}
.pContent_tit::after{content: ''; position: absolute; left: 0; bottom: 0; width: 0.65rem; height: 3px; background: var(--i_color);}
.pContent_tit h3{font-size: 0.24rem; font-weight: bold;}


.pPicture{display:flex; flex-wrap:wrap; gap: .2rem 2%;}
.pPicture li{width: 32%; overflow: hidden;}
.pPicture img{width: 100%; aspect-ratio: 2 / 1.5; object-fit: cover;}

@media screen and (max-width:1024px) {
	.pContent_box .catSide{display: none;}
	.pContent{width: 100%;}

	.pContent_tit h3{font-size: 20px;}
}
@media screen and (max-width:768px) {}
@media screen and (max-width:560px) {
	.pContent_item{margin-bottom: 36px;}
	.pContent_tit{margin-bottom: 24px;}
	.pContent_tit h3{font-size: 18px;}
}





.pBottom{}

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





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

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

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





.pRelated{background: #F7F7F7;}






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

.service__box{background: #FFF; display:flex; flex-wrap:wrap;}

.service__cont{width: 50%; box-sizing: border-box; padding: .4rem;}
.service__t{}
.service__t i{font-size: 4.5vw; color: #F8CFCD; font-weight: bold;}
.service__t h5{margin-bottom: 0.2rem; font-size: 0.26rem; font-weight: bold;}
.service__t article{font-size: 0.18rem; line-height: 1.6; padding-right: 10px; height: 1.5rem; color: #666; overflow-y: auto;}
.service__t article::-webkit-scrollbar{width:2px; height:8px}

.service__nav{display:flex; flex-wrap:wrap; gap: 30px 3%;}
.service__nav li{opacity: .6; width: 31.33%; position: relative; border-radius:.1rem; overflow: hidden; cursor: pointer;}
.service__nav li.active{opacity: 1;}
.service__nav img{width: 100%; aspect-ratio: 218 / 178; object-fit: cover;}
.service__nav i{position: absolute; top: -.08rem; right: -.04rem; width: 0.44rem; height: 0.44rem; line-height: 0.5rem; text-align: center; font-size: 0.2rem; color: #FFF; font-weight: bold; background: var(--i_color); border-radius:50%;}
.service__nav li .hide{display: none;}

.service__pic{margin-left: auto; width: 48%;}
.service__pic i{display: block; width: 100%; height: 100%; border-radius:1rem 0 0 0; overflow: hidden;}
.service__pic img{width: 100%; height: 100%; object-fit: cover;}

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

	.service__t i{font-size: 36px;}
	.service__t h5{font-size: 24px;}
	.service__t article{font-size: 16px;}
}
@media screen and (max-width:768px) {
	.service__t article{font-size: 15px;}
}
@media screen and (max-width:560px) {
	.service__cont{padding: 20px;}
	.service__t i{font-size: 30px;}
	.service__t h5{font-size: 18px;}
	.service__t article{font-size: 14px;}

	.service__nav i{width: 36px; height: 36px; line-height: 42px; font-size: 16px;}
}






.howtoBuy{--iSize:.46rem; --gap:.8rem; --dtMargin:.5rem}
.howtoBuy{background: #F7F7F7; display:flex; flex-wrap:wrap; align-items: center; box-sizing: border-box; padding: .3rem .6rem;}

.howtoBuy_t{width: 50%;}
.howtoBuy_t>img{width: 55%;}

.howtoBuy_list{width: 40%; margin-left: auto; position: relative;}
.howtoBuy_list::before{content: '';position: absolute; left: calc(var(--iSize) + var(--gap) / 2); top: calc(var(--dtMargin) + 8px); width: 1px; height: calc(100% - var(--dtMargin)); border-left: 1px dashed #BBB;}
.howtoBuy_list dt{margin: var(--dtMargin) 0; display:flex; flex-wrap:nowrap; gap:0 var(--gap)}
.howtoBuy_list dt i{flex-shrink: 0; width: var(--iSize); font-size: 0.4rem;}
.howtoBuy_list span{position: relative;}
.howtoBuy_list span::before{content: ''; position: absolute; left: calc(var(--gap) / 2 * -1 - 5px); top: 8px; width: 10px; height: 10px; background: var(--i_color); border-radius:50%;}
.howtoBuy_list h5{font-size: 0.22rem; font-weight: bold;}
.howtoBuy_list p{margin-top: 0.2rem; font-size: 0.18rem; color: #666; line-height: 1.5;}

@media screen and (max-width:1200px) {
	.howtoBuy_t{width: 44%;}
	.howtoBuy_list{width: 50%;}
}
@media screen and (max-width:1024px) {
	.howtoBuy{padding: 40px 30px;}
	.howtoBuy_t{width: 100%;}
	.howtoBuy_t>img{width: auto; height: 100px;}

	.howtoBuy{--iSize:30px; --gap:60px;}
	.howtoBuy_list{width: 100%;}
	.howtoBuy_list dt i{font-size: 26px;}
	.howtoBuy_list span::before{top: 5px;}
	.howtoBuy_list h5{font-size: 18px;}
	.howtoBuy_list p{font-size: 16px;}
}
@media screen and (max-width:768px) {
	.howtoBuy_list p{margin-top: 16px;}
}
@media screen and (max-width:560px) {
	.howtoBuy{padding: 30px 20px;}
	.howtoBuy_t .i_tit{margin-bottom: 20px;}
	.howtoBuy_t>img{margin-bottom: 16px; height: 60px;}

	.howtoBuy{--iSize:26px; --gap:50px; --dtMargin:26px}
	.howtoBuy_list dt i{font-size: 22px;}
	.howtoBuy_list h5{font-size: 16px;}
	.howtoBuy_list p{font-size: 15px;}
}






.faq__{background: #F7F7F7;}

.faq__list{}
.faq__list li{}
.faq__list .tit{padding: .2rem 0; border-bottom: 1px solid #DDD; display:flex; flex-wrap:nowrap; align-items: center; gap: 0 8%; cursor: pointer;}
.faq__list .tit h5{width: 100%; font-size: 0.2rem; line-height: 1.6;}
.faq__list .tit i{margin-left: auto; flex-shrink: 0; width: 0.36rem; height: 0.36rem; box-sizing: border-box; border: 2px solid var(--i_color); border-radius:5px; position: relative;}
.faq__list .tit i iconify-icon{position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); font-size: 0.3rem; color: var(--i_color); transition:all .5s ease;}

.faq__list li.active .tit h5{color: var(--i_color); font-weight: bold;}
.faq__list li.active .tit i{background: var(--i_color);}
.faq__list li.active .tit i iconify-icon{transform:translate(-50%,-50%) rotate(90deg); color: #FFF;}

.faq__list .answer{display: none; margin-top: 0.3rem; background: #FFF; box-sizing: border-box; padding: .3rem; position: relative; box-shadow: 0 0 .1rem rgb(0 0 0 / 10%);}
.faq__list .answer::before{content: '';position: absolute; left: .3rem; bottom: 100%; width:0; height:0; border-left:12px solid transparent; border-right:12px solid transparent; border-bottom:16px solid #FFF;}

@media screen and (max-width:1024px) {
	.faq__list .tit h5{font-size: 18px;}
	.faq__list .tit i{width: 30px; height: 30px;}
	.faq__list .tit i iconify-icon{font-size: 26px;}

	.faq__list .answer{padding: 20px;}
}
@media screen and (max-width:768px) {}
@media screen and (max-width:560px) {
	.faq__list .tit h5{font-size: 16px; line-height: 1.4;}
}






.about__{}

.about__cont{display:flex; flex-wrap:wrap; position: relative; z-index: 2;}
.about__cont .tit{width: 45%;}
.about__cont .tit h2{color: var(--i_color); font-weight: bold; line-height: 1.4;}
.about__cont .tit p{margin: .2rem 0 .3rem;}

.about__cont article{margin-left: auto; width: 50%;}

.about__pic{margin-top: 1rem; box-sizing: border-box; position: relative;}
.about__pic h3{position:absolute; top: -1.8rem; left:50%; transform:translate(-50%,0); text-align: center; font-size: 16.5vw; font-weight: bold; line-height: 1; color: transparent; -webkit-text-stroke: 2px rgb(220 17 6 / 10%);}
.about__pic .pic{display: block; box-sizing: border-box; padding: .1rem; width: 100%; aspect-ratio: 148 / 50; position: relative; overflow: hidden; z-index: 3;}
.about__pic .pic::before,.about__pic .pic::after{content: ''; position: absolute; width: 40%; height: 80%; background: var(--i_color); border-radius:.16rem;}
.about__pic .pic::before{left: 0; bottom: 0;}
.about__pic .pic::after{top: 0; right: 0;}
.about__pic .pic img{width: 100%; height: 100%; object-fit: cover; position: relative; border-radius:.16rem; z-index: 3;}

.about__num ul{display:flex; flex-wrap:nowrap; gap: 0 4%;}

@media screen and (max-width:1440px) {
	.about__pic h3{font-size: 18.8vw;}
}
@media screen and (max-width:1024px) {
	.about__cont .tit{width: 100%; margin-bottom: 40px;}
	.about__cont article{width: 100%;}

	.about__pic h3{top: -110px;}
	.about__pic .pic{margin-top: 60px; padding: 6px;}

	.about__num ul{flex-wrap: wrap; gap: 20px 4%;}
}
@media screen and (max-width:768px) {
	.about__pic{margin-top: 40px;}
	.about__pic h3{top: -80px;}
}
@media screen and (max-width:560px) {
	.about__pic{margin-top: 0;}
	.about__pic h3{top: -40px;}
	.about__pic .pic{padding: 4px; aspect-ratio: 4 / 2;}

	.about__num ul{gap: 10px 4%;}
}






.aboutOE{}

.aboutOE_list{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto auto;
    gap: .2rem;
}

.aboutOE_list li{aspect-ratio: 508 / 334; position: relative; border-radius:6px; overflow: hidden;}
.aboutOE_list li:nth-child(2){grid-row: span 2; width: 100%; height: 100%;}
.aboutOE_list img{position:absolute; top:0; left:0; width:100%; height:100%; object-fit: cover;}

@media screen and (max-width:768px) {
	.aboutOE_list li{border-radius:4px;}
}
@media screen and (max-width:560px) {
	.aboutOE_list{gap: 10px;}
}





.aboutCustom{}

.aboutCustom-navigation{margin-left: auto; display:flex; flex-wrap:nowrap; gap: 0 .2rem;}
.aboutCustom-navigation>div{width:.44rem; height:.44rem; box-sizing: border-box; border: 1px solid var(--i_color); border-radius:4px; z-index:3; cursor:pointer; outline:none; user-select:none; position: relative;}
.aboutCustom-navigation>div iconify-icon{position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); font-size:0.24rem; color:var(--i_color);}
.aboutCustom-navigation .swiper-button-disabled{cursor:not-allowed}
.aboutCustom-navigation>div:hover{background: var(--i_color);}
.aboutCustom-navigation>div:hover iconify-icon{color: #FFF;}

.aboutCustom_list{position:relative; overflow:hidden}
.aboutCustom_list .swiper-wrapper{
	display:flex; position:relative; width:100%;
}
.aboutCustom_list li{flex-shrink:0; position:relative; border: .1rem solid #ED8882; border-radius:6px; background: #ED8882; font-size: 0;}
.aboutCustom_list li img{width: 100%; aspect-ratio: 474 / 352; object-fit: cover; border-radius:6px;}

.aboutCustom-pagination{display: none;}

@media screen and (max-width:1024px) {
	.aboutCustom-navigation{display: none;}
	.aboutCustom-pagination{display:table;}
}
@media screen and (max-width:560px) {
	.aboutCustom_list li{border-width: 5px;}
}






.navLine{}
.navLine ul{display:flex; flex-wrap:wrap; justify-content: center; border-bottom: 1px solid #DDD;}
.navLine li{position: relative;}
.navLine li::before{content: '';position:absolute; left:50%; transform:translate(-50%,0); bottom: 0; width: 0; height: 2px; background: var(--i_color); transition:all .5s ease;}
.navLine a{display: block; padding: .24rem .4rem; font-size: 0.2rem; font-weight: bold;}

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

@media screen and (max-width:1024px) {
	.navLine a{padding: 20px 30px; font-size: 18px;}
}
@media screen and (max-width:768px) {}
@media screen and (max-width:560px) {
	.navLine a{padding: 14px 20px; font-size: 16px;}
}






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

.nList .pic{border-radius:.1rem; overflow: hidden;}
.nList .pic img{width: 100%; aspect-ratio: 476 / 346; object-fit: cover; transition:all .5s ease;}

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

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

@media screen and (max-width:1024px) {
	.nList h5{font-size: 16px;}
	.nList p{font-size: 14px;}
	.nList i{font-size: 16px;}
}
@media screen and (max-width:768px) {
	.nList{gap: 40px 4%;}
	.nList li{width: 48%;}
}
@media screen and (max-width:560px) {
	.nList .pic{border-radius:6px;}
	.nList h5{font-size: 15px; line-height: 1.3;}
	.nList p{font-size: 14px; line-height: 1.3;}
	.nList i{font-size: 14px;}
}






/* Paging */
.in_paging{
	--size:34px;
	--border_radius:5px;
}
.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;font-weight: bold; background:#FFF;box-sizing: border-box; border:none; border-radius:var(--border_radius);overflow:hidden;}
.in_paging i {margin-top:14px;width:100%;font-size:13px;color:#888;}
.in_paging a:hover,.in_paging .curr_page a,.in_paging .curr_page span {border-color:var(--i_color) !important;background:var(--i_color);color:#FFF !important}

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







.contact__{}
.contact__ .bigtit{text-align: center; font-size: 16vw; color: #FDF1F0; font-weight: bold; line-height: .8;}

.contact__ .i_tit{margin-top: -.7rem; position: relative; z-index: 2;}

.contact__list{display:-webkit-flex; display:flex; flex-wrap:wrap;gap: .44rem 3%;}
.contact__list li{width: 48.5%;box-sizing: border-box;padding: .3rem; box-shadow: 0 0 .1rem rgb(0 0 0 / 10%);display:-webkit-flex; display:flex; flex-wrap:nowrap; align-items: center; gap: 0 .44rem; position: relative;}
.contact__list li::before{content: '';position: absolute;top: 0;left: 0;width: 3px;height: 100%;background: var(--i_color);}

.contact__list .icon{flex-shrink: 0; position: relative;}
.contact__list .icon::before{opacity: 0; content: ''; position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); width: 126%;height: 126%;background: #000; -webkit-border-radius:50%; border-radius:50%; background:-webkit-linear-gradient(top, #FBE7E6, transparent); background:linear-gradient(to bottom, #FBE7E6, transparent);}
.contact__list .icon i{display: block; width: 0.9rem;height: 0.9rem;-webkit-border-radius:50%; border-radius:50%; position: relative;}
.contact__list .icon i::before{opacity: 0; content: '';position:absolute; top: 0; left: 0;width: 100%;height: 100%;background:var(--i_color); -webkit-border-radius:50%; border-radius:50%;}
.contact__list .icon iconify-icon{position:absolute; top:50%; left:50%; transform:translate(-50%,-50%);font-size: 0.5rem;color: var(--i_color);}

.contact__list span{width: 100%;}
.contact__list a,.contact__list p{font-size: 0.2rem;}

.contact__list h4{padding-top: 0.16rem;margin-top: 0.16rem;border-top: 1px solid #EEE; font-size: 0.18rem;color: #888;}

.contact__list li:hover .icon::before{opacity: 1;}
.contact__list li:hover .icon i::before{opacity: 1;}
.contact__list li:hover .icon iconify-icon{color: #FFF;}

.contact__list a:hover{color: var(--i_color);}

.contact__list .icon::before,.contact__list .icon i::before,.contact__list .icon iconify-icon{-webkit-transition:all .5s ease; transition:all .5s ease;}

@media screen and (max-width:1440px) {
	.contact__ .bigtit{font-size: 18vw;}
}
@media screen and (max-width:1366px) {}
@media screen and (max-width:1200px) {}
@media screen and (max-width:1024px) {
	.contact__list{gap: 30px 0;}
	.contact__list li{width: 100%; padding: 24px 30px; gap: 0 30px;}
	.contact__list .icon::before{opacity: 1;}
	.contact__list .icon i{width: 60px;height: 60px;}
	.contact__list .icon i::before{opacity: 1;}
	.contact__list .icon iconify-icon{font-size: 26px; color: #FFF;}

	.contact__list a, .contact__list p{font-size: 17px;}
	.contact__list h4{font-size: 15px;}
}
@media screen and (max-width:768px) {
	.contact__ .i_tit{margin-top: -50px;}
}
@media screen and (max-width:560px) {
	.contact__ .i_tit{margin-top: -30px;}

	.contact__list{gap: 20px 0;}
	.contact__list li{padding: 20px 30px;}
	.contact__list .icon i{width: 44px;height: 44px;}
	.contact__list .icon iconify-icon{font-size: 22px;}

	.contact__list a, .contact__list p{font-size: 15px;}
	.contact__list h4{padding-top: 10px;margin-top: 10px; font-size: 14px;}
}






.map__{width: 100%; height: 60vh;}
.map__ iframe{width: 100%; height: 100%;}





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

.contactForm .wrap{box-shadow: 0 2px .14rem rgb(0 0 0 / 10%); box-sizing: border-box; padding: .7rem .6rem; display:-webkit-flex; display:flex; flex-wrap:nowrap; gap: 0 8%;position: relative; background: #FFF;}

.contactForm .topIcon{position: absolute;top: 0; width: 0.56rem;height: 0.56rem;background: var(--i_color);z-index: 2;}
.contactForm .topIcon iconify-icon{position:absolute; top:50%; left:50%; transform:translate(-50%,-50%);font-size: 0.3rem;color: #FFF;}

.contactForm_t{flex-shrink: 0; width: 42%; margin-top: 0.3rem;}
.contactForm_t h5{font-weight: bold;}
.contactForm_t span p{margin-top: 0.2rem; color: #777;}

.contactForm_t .tips{}
.contactForm_t .tips dt{display: table; padding: 8px .14rem; background: #F6F6F6;}
.contactForm_t .tips span{display:-webkit-flex; display:flex; flex-wrap:wrap;align-items: center; gap: 0 10px;}
.contactForm_t .tips iconify-icon{font-size: 0.18rem; color: #777;}
.contactForm_t .tips b{font-size: 15px; color: #777;}


#wpforms-115{
	--wpforms-field-size-input-height:50px;
	--wpforms-field-border-size:0;
	--wpforms-button-background-color:var(--i_color);
	--wpforms-button-border-color:var(--i_color);
	--wpforms-page-break-color:var(--i_color);
	--wpforms-label-error-color:#d63637;
}
#wpforms-115{margin:0;padding:0;width: 100%;}
#wpforms-form-115{width:100%;position:relative;}

#wpforms-115 .wpforms-field-container{}
#wpforms-115 .wpforms-field-container>.wpforms-field{width: 100%;padding: 0 1px 20px;margin: 0 0 10px;overflow-x:initial !important; position: relative;}

#wpforms-115 .wpforms-field-container .wpforms-field-label{height: 0; font-size: 0;margin: 0 0;}
#wpforms-115 .wpforms-field-container .wpforms-required-label{position: absolute;top: 4px; left: 4px; font-size: 15px;color: #F00;font-weight: bold;}

#wpforms-115 .wpforms-field-container .wpforms-field>input,
#wpforms-115 .wpforms-field-container textarea
{border:none;border-bottom:  1px solid #CCC;}
#wpforms-115 .wpforms-form label.wpforms-error{position: absolute;left: 0;bottom: 0;font-size: 13px;}

#wpforms-115 .wpforms-field-container .wpforms-field>input,
#wpforms-115 .wpforms-field-container textarea,
#wpforms-115 .wpforms-field-container select,
#wpforms-115 .wpforms-field-container .choices
{width: 100%;max-width: 100%; box-sizing: border-box; margin: 0 0; border-radius:0 !important;}
#wpforms-115 .wpforms-field-container .wpforms-field>input,
#wpforms-115 .wpforms-field-container textarea,
#wpforms-115 .wpforms-field-container select
{padding-left: 14px;padding-right: 14px;}
#wpforms-115 .wpforms-field-container textarea{padding-top: 10px;padding-bottom: 10px;}
#wpforms-115 .wpforms-field-container fieldset ul{padding: 0 2px; display:-webkit-flex; display:flex; flex-wrap:wrap;}
#wpforms-115 .wpforms-field-container select{cursor: pointer;}
#wpforms-115 .wpforms-field-container .wpforms-datepicker-wrap{width: 310px;}
#wpforms-115 .wpforms-field-container .wpforms-datepicker-wrap input{width: 100%;max-width: 100%;}
#wpforms-115 .wpforms-field-container .wpforms-datepicker-clear{right: 10px;}
#wpforms-115 .wpforms-field-container em.wpforms-error,#wpforms-115 .wpforms-field-container .mailcheck-error{position: absolute; margin: 0 0; bottom: -2px;}

/* #wpforms-115 input::placeholder, #wpforms-115 textarea::placeholder{color:#333;font-size:16px} */

#wpforms-115 .wpforms-field-container{display:-webkit-flex; display:flex; flex-wrap:wrap;justify-content: space-between;}
#wpforms-115-field_1-container,
#wpforms-115-field_2-container,
#wpforms-115-field_3-container,
#wpforms-115-field_4-container
{width: 48% !important;}

#wpforms-115 .wpforms-submit-container{width: 260px;padding:0 0}
#wpforms-115 .wpforms-submit-container button{width: 100%;height:.44rem; font-size: 15px; color: #FFF; background: var(--i_color);}
#wpforms-115 .wpforms-submit-container img{position:absolute;top:50%;transform:translate(0,-50%);right:4px;z-index:2}
#wpforms-115 .wpforms-submit-container button:hover{background: #970606 !important;}

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

	.contactForm_t{width: 100%;margin: 0 0;}
	.contactForm_t .tips b{font-size: 14px;}
}
@media screen and (max-width:560px) {
	.contactForm .topIcon{width: 44px;height: 44px;}
	.contactForm .topIcon iconify-icon{font-size: 24px;}

	#wpforms-115 .wpforms-field-container>.wpforms-field{width: 100% !important;}
	#wpforms-115 .wpforms-submit-container{margin: 0 auto;}
}
