/*
Theme Name: ECELL
Version: 1.0
Description: Anhui Lingju Digital, as a core partner of Google China, owns the only Google Overseas Experience Center in Anhui Province, providing one-stop services for localized foreign trade enterprises in Anhui to go overseas - website construction, Google SEO optimization, Google bidding, Google SNS social media marketing, etc.
Author: Copyright: Anhui Lingju
*/
@charset "utf-8";


:root {
	--i_color: #02AC56;
	--header_height: 1rem;
	--boxShadow: 0 2px 10px rgb(0 88 167 / 20%);
	--border_color: #E6E6E6;
}
@media screen and (max-width:1024px) {
	:root {
		--header_height: .6rem;
	}
}


.wrap {
	width: 90%;
	max-width: 1400px;
	margin-left: auto;
	margin-right: auto;
}
.wrap2{width: 88vw; margin-left: auto;margin-right: auto;}
@media screen and (max-width:1440px) {
	.wrap2{width: 94%;}
}
@media screen and (max-width:1024px) {
	.wrap{width: 94%;}
}
@media screen and (min-width:1921px) {
	.wrap{max-width: none;}
}




.wrap_l{padding-left: 13.3vw; box-sizing: border-box;}
.wrap_r{padding-right: 13.3vw; box-sizing: border-box;}
@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%;
	z-index: 2014;
	transition:all .5s ease;
}
header::before{opacity:0; content: '';position: absolute;left: 0; top: 0; width: 100%; height: 100%; background: rgb(0 0 0 / 50%); -webkit-backdrop-filter: blur(16.5px); backdrop-filter: blur(16.5px); transition:all .5s ease;}
.header_on,.header_on_force{background: rgb(0 0 0 / 50%);}
.header_on::before, .header_on_force::before{opacity:1}
@media screen and (max-width:1024px) {
	header{background: rgb(0 0 0 / 60%)}
}


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


/* logo */
.logo {
	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: 2.4rem; max-height: 60%;}
@media screen and (max-width:1440px) {
	.logo img{max-width: 2rem}
}
@media screen and (max-width:1200px) {
	.logo img {max-width: 1.8rem}
}
@media screen and (max-width:1024px) {
	.logo img {max-height: 40%;}
}
@media screen and (max-width:560px) {
	.logo img{max-width: 1.3rem}
}




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

	.i_nav>li {position: relative;}

	.i_nav>li>a {
		display: block;
		font-size: .2rem;
		color: #FFF;
		line-height: var(--header_height);
		font-weight: bold;
		text-transform: uppercase;
		white-space: nowrap;
		position: relative;
	}
	.i_nav>.menu-item-has-children>a{padding-right: 0.3rem;}
	.i_nav>.menu-item-has-children>a::after{content: '';position:absolute; top:50%; transform:translate(0,-50%); right: 0; 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='%23FFF' fill-rule='evenodd' d='m8 10.207l3.854-3.853l-.707-.708L8 8.793L4.854 5.646l-.708.708z' clip-rule='evenodd'/%3E%3C/svg%3E") no-repeat center; background-size: contain;}

	.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
	{}
	.i_nav>.current-menu-item>a,
	.i_nav>.current-category-ancestor>a,
	.i_nav>.current-post-ancestor>a,
	.i_nav>.current-menu-ancestor>a,
	.i_nav>.current-menu-parent>a,
	.i_nav>li:hover>a,
	.i_nav>li.active>a
	{
		color: var(--i_color);
	}

	.i_nav .sub-menu {
		display: none;
		position: absolute;
		left: 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: #000;
		line-height: 0.44rem;
		font-weight: bold;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		position: relative;
	}
	.i_nav .sub-menu .menu-item-has-children>a{padding-right: 0.4rem;}
	.i_nav .sub-menu .menu-item-has-children>a::after{content: '';position:absolute; top:50%; transform:translate(0,-50%); right: .1rem; width: .24rem; height: .24rem; background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23666' fill-rule='evenodd' d='m10.207 8l-3.854 3.854l-.707-.707L8.793 8L5.646 4.854l.707-.708z' clip-rule='evenodd'/%3E%3C/svg%3E") no-repeat center; background-size: contain;}

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

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

	.i_nav .sub-menu .sub-menu {
		display: none;
		top: 0; left: 100%;
		box-shadow:8px 4px 8px rgb(0 0 0 / 10%);
	}
	.i_nav .sub-menu .sub-menu a:hover{color: var(--i_color);}


}
@media screen and (max-width:1440px) {
	.i_nav{gap: 0 .5rem;}
}
@media screen and (max-width:1366px) {
	.i_nav{gap: 0 .44rem;}
	.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;
		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: 50px;
		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%); */
	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:.34rem}
.top_r {
	margin-left: 3vw;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0 .4rem;
}
@media screen and (max-width:1440px) {
	.top_r{--size:.28rem}
}
@media screen and (max-width:1200px) {
	.top_r{--size:.24rem}
}
@media screen and (max-width:1024px) {
	.top_r{margin-left: auto; gap: 0 20px;}
}






.top_search_box{height: var(--header_height); display:flex; flex-wrap:wrap; align-items: center; position: relative;}

.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_search_curr{
	--size:.46rem
}
.top_search_curr{opacity: 0; visibility: hidden; position: absolute; top:50%; transform:translate(0,-50%); right: -.4rem; width: 0; height: 100%; display:flex; flex-wrap:wrap; align-items: center; z-index: 9999999999; overflow: hidden; transition:all .3s ease;}
.top_search_curr.on{opacity: 1; visibility: visible; right: -.1rem; width: 54vw;}

.top_search_curr .box{width: 100%; height: var(--size); background: #FFF;  display:flex; flex-wrap:nowrap; border-radius:2rem; box-sizing: border-box; padding: 0 .1rem; overflow: hidden;}

.top_search_curr form{width: 100%; height: 100%; display:flex; flex-wrap:nowrap; align-items: center;}
.top_search_curr .ipt{width: 100%; height: var(--size); line-height: var(--size); box-sizing: border-box; padding: 0 .18rem; font-size: 16px; color: #333;}
.top_search_curr .btn{
	flex-shrink: 0;
	font-size: 0;
	width: var(--size); height: var(--size);
	background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cg fill='none' stroke='%2302AC56' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'%3E%3Cpath d='m11.25 11.25 3 3'/%3E%3Ccircle cx='7.5' cy='7.5' r='4.75'/%3E%3C/g%3E%3C/svg%3E") no-repeat center;
	background-size: .24rem;
	cursor: pointer;
}

.top_search_close{flex-shrink: 0; width: var(--size); height: var(--size); position: relative; cursor: pointer; z-index: 2;}
.top_search_close iconify-icon{position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); font-size: 0.3rem; color: #F00;}

@media screen and (max-width:1024px) {
	.top_search_curr{--size:40px}
	.top_search_curr{position: fixed; top: 0; transform: none; height: var(--header_height); box-sizing: border-box; padding: 0 2vw;}
	.top_search_curr.on{width: 100vw; right: 0;}
}
@media screen and (max-width:560px) {
	.top_search_curr .btn{background-size: 22px;}
	.top_search_close iconify-icon{font-size: 26px;}
}





.top_form{position: relative;font-size: 0; cursor: pointer;}
.top_form iconify-icon{font-size: var(--size);color: #FFF;}


.top_language{margin-left: 4vw; position: relative;}
.top_language_btn{padding-right: 0.22rem; height: var(--header_height);display:-webkit-flex; display:flex; flex-wrap:wrap;align-items: center; cursor: pointer; position: relative;}
.top_language_btn::before{content: '';position:absolute; top:48%; right: 0; width:0; height:0; border-left:6px solid transparent; border-right:6px solid transparent; border-top:6px solid #FFF;}

.top_language_btn>span{display:flex; flex-wrap:wrap; align-items: center; gap: 0 8px;}
.top_language_btn img{width: 0.3rem; height: 0.3rem; border-radius:50%;}
.top_language_btn .trp-ls-language-name{font-size: 0.2rem; color: #FFF; text-transform: uppercase; font-weight: bold;}

.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: .14rem .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 h6{font-family: Arial; margin-bottom: .14rem;font-size: 0.16rem;font-weight: bold;color: #333; white-space: nowrap;}

.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:1440px) {
	.top_language{margin-left: 2vw;}
	.top_language_btn .trp-ls-language-name{font-size: 0.18rem;}
}
@media screen and (max-width:1024px) {
	.top_language{margin-left: 4px;}
	.top_language_btn img{width: 22px; height: 22px;}
	.top_language_btn::before{top: 45%;}
	.top_language_btn .trp-ls-language-name{font-size: 14px;}
}
@media screen and (max-width:560px) {
	.top_language_btn{padding-right: 14px;}
	.top_language_btn::before{border-width: 4px;}
}






/* 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%;
	}
}



.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: 49.8%;
	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:50%; transform:translate(0,-50%); width: 0.6rem;height: 0.6rem;box-sizing: border-box;cursor: pointer; z-index: 3;}
.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-button:hover iconify-icon{color: var(--i_color);}

.banner-pagination{position:absolute; left:50%; transform:translate(-50%,0); bottom: .34rem;  text-align:center;z-index: 3;}
.banner-pagination .swiper-pagination-bullet{width:.5rem; height:3px; display:inline-block; margin:0 6px; background:#CCC; outline:none; cursor:pointer;}
.banner-pagination .swiper-pagination-bullet-active{background:var(--i_color)}

@media screen and (max-width:1024px) {
	.banner .swiper-slide{padding-bottom: 46%;}
	.banner-pagination{bottom: 30px;}
	.banner-button{display: none;}
	.banner-pagination .swiper-pagination-bullet{width: 30px;height: 2px;}
}
@media screen and (max-width:560px) {
	.banner .swiper-slide{padding-bottom: 52%;}
	.banner-pagination{bottom: 20px;}
	.banner-pagination .swiper-pagination-bullet{margin: 0 4px;}
}





.banner_text1{position: absolute; top: 20%; left: 0; width: 100%; text-align: center;}
.banner_text1 h2{font-size: 2.6vw; color: #FFF;font-weight: bold; line-height: 1.6;}
.banner_text1 p{font-size: 1.3vw; color: #FFF;}

@media screen and (max-width:1024px) {
	.banner_text1{top: 10%;}
	.banner_text1 p{font-size: 16px;}
}
@media screen and (max-width:768px) {
	.banner_text1 h2{font-size: 3.4vw;}
	.banner_text1 p{margin-top: 0; font-size: 15px;}
}
@media screen and (max-width:560px) {
	.banner_text1 h2{font-size: 4.6vw;}
	.banner_text1 p{font-size: 13px;}
	.banner_text1 .i_more{margin-top: 10px;}
}





.banner_text2{position: absolute; top: 20%; left: 0; width: 100%; text-align: center;}
.banner_text2 h2{font-size: 2.6vw; color: #FFF;font-weight: bold; line-height: 1.6;}
.banner_text2 p{font-size: 1.3vw; color: #FFF;}

@media screen and (max-width:1024px) {
	.banner_text2{top: 10%;}
	.banner_text2 p{font-size: 16px;}
}
@media screen and (max-width:768px) {
	.banner_text2 h2{font-size: .2rem;}
	.banner_text2 p{margin-top: 6px; font-size: 15px;}
	.banner_text2 .i_more{margin-top: 20px;}
}
@media screen and (max-width:560px) {
	.banner_text2 h2{font-size: 3.6vw;}
	.banner_text2 p{font-size: 12px;}
	.banner_text2 .i_more{margin-top: 10px;}
}





.banner_text3{position:absolute; top:50%; transform:translate(0,-50%); left: 12%; width: 100%;}
.banner_text3 h2{font-size: 2.6vw; color: #FFF;font-weight: bold; line-height: 1.6;}
.banner_text3 p{font-size: 1.3vw; color: #FFF;}

@media screen and (max-width:1440px) {
	.banner_text3{left: 6%;}
}
@media screen and (max-width:1024px) {
	.banner_text3{left: 12%;}
	.banner_text3 p{font-size: 16px;}
}
@media screen and (max-width:768px) {
	.banner_text3 h2{font-size: 3.4vw;}
	.banner_text3 p{margin-top: 0; font-size: 15px;}
}
@media screen and (max-width:560px) {
	.banner_text3{left: 8%;}
	.banner_text3 h2{font-size: 4.6vw;}
	.banner_text3 p{font-size: 13px;}
	.banner_text3 .i_more{margin-top: 10px;}
}





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

.main_bg{background: #F6F6F6;}





.i_more{display: table; min-width: 1.7rem; border: 1px solid var(--i_color); border-radius:2rem; overflow: hidden; transition:all .5s ease;}
.i_more>div{padding: .1rem .12rem; display:flex; flex-wrap:nowrap; align-items: center; justify-content: center; gap: 0 .14rem;}
.i_more b{padding-left: 0.1rem; font-size: 0.18rem; font-weight: bold; color: var(--i_color);}
.i_more i{flex-shrink:0; width: 0.24rem; height: 0.24rem; background: var(--i_color); border-radius:50%; position: relative;}
.i_more iconify-icon{position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); font-size: 0.22rem; color: #FFF;}

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

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

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

@media screen and (max-width:1024px) {
	.i_more{min-width:auto;}
	.i_more>div{padding: 6px 8px;}
	.i_more b{padding-left: 8px; font-size: 16px; font-weight: 300;}
	.i_more i{width: 20px; height: 20px;}
	.i_more iconify-icon{font-size: 18px;}
}
@media screen and (max-width:560px) {
	.i_more>div{padding: 6px 6px; gap: 0 8px;}
	.i_more b{font-size: 14px;}
	.i_more i{width: 18px; height: 18px;}
	.i_more iconify-icon{font-size: 16px;}
}







.i_tit{}

.i_tit .t{display: table; padding-left: 0.3rem; position: relative;}
.i_tit .t::before{content: ''; position:absolute; top:50%; transform:translate(0,-50%); left: 0; width: 0.8rem; height: 0.8rem; background:linear-gradient(to right, var(--i_color), transparent); border-radius:50%;}

.i_tit h3{font-weight: bold; position: relative;}
.i_tit h3 i{color: var(--i_color); font-weight: bold; position: relative;}
.i_tit h3 i::before{content: '';position: absolute;right: 0; bottom: -.12rem; width: 0.8rem; height: 4px; background:linear-gradient(to right, transparent, var(--i_color));}
.i_tit h6{font-size: 0.18rem; margin-top: 0.3rem; line-height: 1.6;}

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

@media screen and (max-width:1366px) {
	.i_tit .t::before{width: 0.7rem; height: 0.7rem;}
}
@media screen and (max-width:1200px) {
	.i_tit .t::before{width: 0.6rem; height: 0.6rem;}
}
@media screen and (max-width:1024px) {
	.i_tit .t{padding-left: 20px;}
	.i_tit .t::before{width: 44px; height: 44px;}

	.i_tit h6{font-size: 15px;}
}
@media screen and (max-width:768px) {
	.i_tit h6{font-size: 14px;}
}
@media screen and (max-width:560px) {
	.i_tit .t::before{width: 38px; height: 38px;}
	.i_tit h6{font-size: 13px;}
}






.secTit{display:flex; flex-wrap:nowrap; align-items: center; justify-content: space-between; gap: 0 5%;}
.secTit .i_more{flex-shrink: 0; margin-left: auto;}
@media screen and (max-width:768px) {
	/* .secTit{flex-wrap: wrap; gap: 20px 0;}
	.secTit .i_tit{width: 100%;}
	.secTit .i_more{margin-left: 0;} */
}








.public-pagination{display: block; text-align:center}
.public-pagination .swiper-pagination-bullet{width: 0.5rem; height:3px; display:inline-block; margin:0 6px; background:#CCC; outline:none; cursor:pointer;}
.public-pagination .swiper-pagination-bullet-active{background:var(--i_color)}

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








.homeCategory{--shadow:30px}
.homeCategory{background: #F5F5F5;}

.homeCategory_box{width: calc(90% + var(--shadow) * 2); max-width: calc(1400px + var(--shadow) * 2); margin-left: auto; margin-right: auto; position: relative;}

.homeCategory_list{width: 100%; box-sizing: border-box; padding: var(--shadow); position:relative; overflow:hidden}
.homeCategory_list .swiper-wrapper{display:flex; position:relative; width:100%}
.homeCategory_list li{flex-shrink:0; background: #FFF; position:relative; border-radius:6px; overflow: hidden;}

.homeCategory_list a{display:block; box-sizing: border-box; padding: .24rem; background: #FFF; overflow:hidden}

.homeCategory_list .txt{text-align: center;}
.homeCategory_list .txt h5{height: 0.68rem; margin: .14rem 0; font-size: 0.24rem; color: #000; line-height: 1.4; font-weight: bold; overflow:hidden; display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:2;}
.homeCategory_list .txt p{margin-top: 0.2rem; font-size: 0.16rem; color: #666; overflow:hidden; white-space:nowrap; text-overflow:ellipsis;}

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

.homeCategory_list .icon{padding-top: 0.2rem; position: relative; display:flex; flex-wrap:wrap; gap: .16rem 4%;}
.homeCategory_list .icon::before{content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 1px; background: #EEE;}
.homeCategory_list dt{width: 30.66%; text-align: center;}
.homeCategory_list dt img{height: 0.72rem;}

.homeCategory_list li:hover{box-shadow: 4px 4px var(--shadow) rgb(2 172 86 / 70%);}
.homeCategory_list li:hover .pic img{transform: scale(1.05, 1.05);}
.homeCategory_list li:hover h5{color: var(--i_color);}

.homeCategory-prev,.homeCategory-next{position:absolute; top:50%; transform:translate(0,-50%); width:.54rem; height:.54rem; border-radius:50%; background: #DCDCDC; z-index:3; cursor:pointer; outline:none; user-select:none}
.homeCategory-prev{left:-.6rem;}
.homeCategory-next{right:-.6rem;}
.homeCategory-prev iconify-icon,.homeCategory-next iconify-icon{position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); font-size:0.26rem; color:var(--i_color);}
.homeCategory_list .swiper-button-disabled{cursor:not-allowed}
.homeCategory-prev:hover,.homeCategory-next:hover{background: var(--i_color);}
.homeCategory-prev:hover iconify-icon,.homeCategory-next:hover iconify-icon{color:#FFF;}

.homeCategory-pagination{display:block; margin-top:10px;}

@media screen and (max-width:1440px) {
	.homeCategory_box{width: calc(85% + var(--shadow) * 2);}

	.homeCategory-prev{left:-.5rem;}
	.homeCategory-next{right:-.5rem;}

	.homeCategory_list .txt h5{height: 0.52rem; font-size: 0.2rem;}

	.homeCategory_list dt img{height: 0.64rem;}
}
@media screen and (max-width:1200px) {
	.homeCategory_box{width: calc(90% + var(--shadow) * 2);}
	.homeCategory_list dt img{height: 0.58rem;}

	.homeCategory-prev,.homeCategory-next{display: none;}
}
@media screen and (max-width:1024px) {
	.homeCategory_list .txt h5{font-size: 18px;}

	.homeCategory_list dt img{height: 50px;}

	.homeCategory-pagination .swiper-pagination-bullet{width: 10px;}
}
@media screen and (max-width:768px) {
	.homeCategory_list a{padding: 16px;}
}
@media screen and (max-width:560px) {
	.homeCategory{--shadow:16px}

	.homeCategory_list .txt h5{height: 45px; font-size: 16px;}
	.homeCategory_list .txt p{margin-top: 10px; font-size: 15px;}

	.homeCategory_list .pic{margin: 10px auto;}

	.homeCategory_list dt img{height: 44px;}

	.homeCategory-pagination{margin-top: 0;}
	.homeCategory-pagination .swiper-pagination-bullet{margin: 0 3px; width: 4px;}
}






.homeApp{}

.homeApp_list{display:flex; flex-wrap:wrap; gap: .34rem 2%;}
.homeApp_list li{display: none; width: 23.5%; border-radius:.1rem; overflow: hidden;}

.homeApp_list a{display: block; position: relative; overflow: hidden;}
.homeApp_list a::before{content: '';position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: rgb(0 0 0 / 70%); z-index: 3;}
.homeApp_list a::after{content: '';position: absolute; left: 0; bottom: 0; width: 100%; height: 0; background:linear-gradient(to bottom, transparent, var(--i_color));}

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

.homeApp_list .txt{position: absolute; left: 0; bottom: -.7rem; width: 100%; box-sizing: border-box; padding: .2rem; z-index: 4;}
.homeApp_list .txt img{height: 0.9rem;}
.homeApp_list .txt p{text-align: left; padding-top: 0.1rem; height: .58rem; font-size: 0.18rem; color: #FFF; line-height: 1.6; overflow:hidden; display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:2; position: relative;}
.homeApp_list .txt p::before{content: '';position: absolute; left: 0; top: 0; width: 0.7rem; height: 2px; background: #FFF;}

.homeApp_list .txt .i_more{margin-top: 0.2rem; opacity: 0; visibility: hidden;}

.homeApp_list li:hover a::before{opacity: 0; height: 0;}
.homeApp_list li:hover a::after{height: 80%;}
.homeApp_list li:hover .txt img{opacity: 0; visibility: hidden;}
.homeApp_list li:hover .txt{bottom: 0;}
.homeApp_list li:hover p{text-align: center;}
.homeApp_list li:hover p::before{opacity: 0;}
.homeApp_list li:hover .i_more{opacity: 1; visibility: visible;}

.homeApp_list a::before,.homeApp_list a::after,.homeApp_list .txt,.homeApp_list .txt .i_more,.homeApp_list .txt p{transition:all .3s ease;}


.viewApp{cursor: pointer;}

@media screen and (max-width:1024px) {
	.homeApp_list .txt img{height: 66px;}
	.homeApp_list .txt p{height: 48px; font-size: 15px;}
}
@media screen and (max-width:768px) {
	.homeApp_list{gap: 30px 4%;}
	.homeApp_list li{width: 48%;}
}
@media screen and (max-width:560px) {
	.homeApp_list{gap: 18px 4%;}
	.homeApp_list .txt{padding: 16px; bottom: -60px;}
	.homeApp_list .txt img{height: 50px;}
	.homeApp_list .txt p{height: 42px; font-size: 14px;}
}






.homeAbout{}

.homeAbout .tit{display: table; background: var(--i_color); border-radius:0 .2rem 0 0; position: relative; z-index: 2;}
.homeAbout .tit span{display: block; padding: .3rem 1rem .3rem 0;}
.homeAbout .tit h3{font-size: 0.4rem; font-weight: bold; color:#FFF; line-height: 1.8; position: relative;}
.homeAbout .tit h3::before{content: ''; position: absolute;right: 0; top: .32rem; width: 45%; height: 5px; background: #FFF;}

.homeAbout_main{margin-top: -1rem; padding-top: 1rem; background:url(static/images/home-about-bg.webp) no-repeat center; background-size: cover;}
.homeAbout_main>h2{text-align: right; font-size: 3.4vw; color: #65686A; font-weight: bold;}

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

.homeAbout_t{flex-shrink: 0; width: 40%; box-sizing: border-box; padding: .4rem .5rem; position: relative;}
.homeAbout_t::before{content: ''; position:absolute; top:0; left:0; width:100%; height:100%; background: rgb(255 255 255 / 10%); -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px);}
.homeAbout_t .pr{box-sizing: border-box; padding-bottom: 0.3rem; height: 100%; display:flex; flex-wrap:wrap; flex-direction: column; align-items: flex-start; justify-content: space-between;}

.homeAbout_t h4{margin-bottom: 0.2rem; padding-bottom: 0.14rem; border-bottom: 2px solid #FFF; color: #FFF;font-weight: bold;}
.homeAbout_t article{font-size: 0.18rem; line-height: 1.6; color: #FFF; overflow:hidden; display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:10;}

.homeAbout_list{width: 100%; display:flex; flex-wrap:nowrap;}
.homeAbout_list li{width: 50%; position: relative;}

.homeAbout_list a{display: block; width:100%; position:relative; overflow:hidden}
.homeAbout_list a::before{content:""; display:block; padding-bottom:143%}
.homeAbout_list a::after{content: '';position: absolute; left: 0; bottom: 0; width: 100%; height: 0; background:linear-gradient(to bottom, transparent, rgb(2 172 86 / 50%)); transition:all .5s ease;}
.homeAbout_list a img{position:absolute; top:0; left:0; width:100%; height:100%; object-fit: cover; transition:all .5s ease;}

.homeAbout_list .txt{position: absolute; left: 0; bottom: 0; width: 100%; box-sizing: border-box; padding: .2rem; display:flex; flex-wrap:nowrap; align-items: center; gap: 0 .1rem; z-index: 3;}
.homeAbout_list .txt p{font-size: 0.2rem; color: #FFF; font-weight: bold;}
.homeAbout_list .txt i{flex-shrink: 0; width: 0.24rem; height: 0.24rem; background: #FFF; border-radius:50%; position: relative;}
.homeAbout_list .txt iconify-icon{position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); font-size: 0.22rem; color: var(--i_color);}

.homeAbout_list li:hover a::after{height: 30%;}
.homeAbout_list li:hover img{transform: scale(1.03, 1.03);}
.homeAbout_list li:hover .txt i{background: var(--i_color);}
.homeAbout_list li:hover .txt iconify-icon{color: #FFF;}

@media screen and (max-width:1440px) {
	.homeAbout_t .pr{padding-bottom: 0;}
}
@media screen and (max-width:1366px) {
	.homeAbout .tit h3{font-size: 0.36rem; line-height: 1.6;}
	.homeAbout .tit h3::before{top: 22px;}
}
@media screen and (max-width:1200px) {
	.homeAbout_t{padding: 30px 30px;}
	.homeAbout_t article{font-size: 15px;}
}
@media screen and (max-width:1024px) {
	.homeAbout .tit span{padding:20px 6vw 20px 0;}
	.homeAbout .tit h3{font-size: 24px;}
	.homeAbout .tit h3::before{width: 30%; height: 3px; top: 17px;}

	.homeAbout_main{margin-top: -60px; padding-top: 50px;}

	.homeAbout_t article{-webkit-line-clamp:7;}
	.homeAbout_list .txt p{font-size: 16px; font-weight: 300;}
}
@media screen and (max-width:768px) {
	.homeAbout_cont{flex-wrap: wrap;}

	.homeAbout_t{width: 100%;}
	.homeAbout_t .i_more{margin-top: 20px;}
}
@media screen and (max-width:560px) {
	.homeAbout .tit span{padding:16px 6vw 16px 0;}
	.homeAbout .tit h3{font-size: 18px;}
	.homeAbout .tit h3::before{top: 12px; height: 2px;}

	.homeAbout_main{margin-top: -40px; padding-top: 60px;}
	.homeAbout_main>h2{margin-bottom: 20px; font-size: 5vw;}

	.homeAbout_t{padding: 24px;}
	.homeAbout_t h4{font-size: 16px;}
	.homeAbout_t article{font-size: 14px;}

	.homeAbout_list .txt p{font-size: 14px;}
}






.homeHonor{background: var(--i_color);}

.homeHonor_list{position:relative; border-left: 1px solid rgb(255 255 255 / 30%); overflow:hidden}
.homeHonor_list .swiper-wrapper{display:flex; position:relative; width:100%}
.homeHonor_list li{flex-shrink:0; position:relative; overflow: hidden; box-sizing: border-box; border-right: 1px solid rgb(255 255 255 / 30%); text-align: center; cursor: pointer;}
.homeHonor_list li::before{content: '';display: block; padding-bottom: 28%;}

.homeHonor_list li img{position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); width:100%; height:100%; object-fit: contain;}

.homeHonor_list li .p1{opacity: .5; max-width: 54%; max-height: 85%; transition:all .5s ease;}
.homeHonor_list li .p2{opacity: 0; z-index: 2;}

.homeHonor_list li:hover .p1{opacity: 1; max-width:60%; max-height:90%}





.say{width: 100%; position: relative; overflow: hidden;}
.say::before{content: '';position: absolute; left: 0; top: 0; width: 24%; height: 100%; background:url(static/images/say-bg1.webp) no-repeat bottom right; background-size: cover;}
.say::after{content: '';position: absolute; right: 0; top: 0; width: 24%; height: 100%; background:url(static/images/say-bg2.webp) no-repeat top left; background-size: cover;}

.say .wrap{position: relative; z-index: 3;}

.sayT{width: 75%; box-sizing: border-box; padding: 0 16px; height: 1.44rem; margin-left: auto; margin-right: auto; margin-bottom: 0.4rem; display:flex; flex-wrap:wrap; align-items:center; justify-content:center; overflow-y:auto}
.sayT::-webkit-scrollbar{width:3px;}
.sayT article{text-align: center; font-size: 0.18rem; line-height: 1.6;}

.say .pr{display: table; margin-left: auto;margin-right: auto;}

.say_list{width: 8rem; margin-left: auto;margin-right: auto; position:relative;  overflow:hidden; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-tap-highlight-color: transparent;}

.say_list .swiper-wrapper{display:flex; position:relative; width:100%}
.say_list li{flex-shrink:0; position:relative; cursor: pointer;}

.sayPic{opacity: .5; text-align: center; position: relative; overflow: hidden; transition:all .5s ease;}
.sayPic::before{content: '';display: block; padding-bottom: 100%;}

.sayPic em{position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); width: 0; height: 0; background:url(static/images/say-pic-bg.webp) no-repeat center; background-size: contain; transition:all .5s ease;}

.sayPic i{position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); width: 50%; height: 50%; border-radius:50%; overflow: hidden; transition:all .5s ease;}
.sayPic img{width: 100%; height: 100%;}

.swiper-slide-active .sayPic{opacity: 1;}
.swiper-slide-active .sayPic em{width: 100%; height: 100%; transition:all .5s .3s;}
.swiper-slide-active .sayPic i{width: 80%; height: 80%;}

.sayInfo{text-align: center;}
.sayInfo span{display:flex; flex-wrap:wrap; align-items: center; justify-content: center; gap: 0 .2rem;}
.sayInfo h5{font-size: 0.22rem; font-weight: bold; color: #222;}
.sayInfo p,.sayInfo i{font-size: 0.2rem; color: #555;}
.sayInfo h6{margin-top: 0.28rem; font-size: 0.18rem; color: #777;}

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

.say-pagination{display:none}

@media screen and (max-width:1440px) {
	.say::before,.say::after{width: 20%;}
}
@media screen and (max-width:1024px) {
	.say::before,.say::after{width: 24%; opacity: .08;}

	.sayT{width: 100%; height: 74px;}
	.sayT article{font-size: 15px;}

	.say .pr{display: block; width: 100%;}
	.say_list{width: calc(100% - 1rem);}

	.say-prev{left: 0;}
	.say-next{right: 0;}

	.sayInfo span{gap: 0 10px;}
	.sayInfo h5{font-size: 18px;}
	.sayInfo p, .sayInfo i{font-size: 16px;}
	.sayInfo h6{margin-top: 16px; font-size: 16px;}
}
@media screen and (max-width:560px) {
	.sayT{height: 92px;}
	.sayT article{font-size: 14px; -webkit-line-clamp:4}

	.say_list{width: calc(100% - 66px);}

	.say-prev, .say-next{width: 30px;}
	.say-prev iconify-icon,.say-next iconify-icon{font-size: 26px;}

	.sayInfo h5{font-size: 15px;}
	.sayInfo p, .sayInfo i{font-size: 14px;}
	.sayInfo h6{font-size: 14px;}
}








.homeNews{}

.homeNews_list{display:flex; flex-wrap:wrap; gap: .5rem 3%; border-top: 1px solid #666;}

.homeNews_list li{width: 31.33%;}
.homeNews_list a{display: block;}

.homeNews_list .txt{}
.homeNews_list .txt i{font-size: 0.18rem; color: #666;}
.homeNews_list .txt h5{margin: .2rem 0; font-size: 0.22rem; color: #000; font-weight: bold; line-height: 1.5; overflow:hidden; white-space:nowrap; text-overflow:ellipsis;}
.homeNews_list .txt p{height: 0.5rem; font-size: 0.18rem; color: #666; line-height: 1.4; overflow:hidden; display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:2;}

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

.homeNews_list .btn{display:flex; flex-wrap:wrap; align-items: center; gap: 0 .14rem;}
.homeNews_list .btn b{font-size: 0.2rem; font-weight: bold; color: #555;}
.homeNews_list .btn i{width: 0.24rem; height: 0.24rem; background: #222; border-radius:50%; position: relative;}
.homeNews_list .btn iconify-icon{position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); font-size: 0.18rem; color: #FFF;}

.homeNews_list li:hover h5{color: var(--i_color);}
.homeNews_list li:hover .pic img{transform: scale(1.05, 1.05);}
.homeNews_list li:hover .btn b{color: var(--i_color);}
.homeNews_list li:hover .btn i{background: var(--i_color);}
.homeNews_list li:hover .btn iconify-icon{color: #FFF;}

@media screen and (max-width:1200px) {
	.homeNews_list .txt h5{font-size: 0.2rem;}
	.homeNews_list .txt h5,.homeNews_list .btn b{font-weight: 300;}
}
@media screen and (max-width:1024px) {
	.homeNews_list{gap: 30px 0;}
	.homeNews_list li{width: 100%;}

	.homeNews_list a{display:flex; flex-wrap:wrap; align-items: center;}
	.homeNews_list .txt{width: 64%;}
	.homeNews_list .txt i{font-size: 14px;}
	.homeNews_list .txt h5{margin: 10px 0 14px; font-size: 18px; height: auto; white-space: initial; display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:2;}
	.homeNews_list .txt p{height: auto; font-size: 15px;}

	.homeNews_list .pic{margin: 0 0 0 auto; width: 30%;}

	.homeNews_list .btn{display: none;}
}
@media screen and (max-width:768px) {
	.homeNews_list .txt h5{font-size: 16px;}
}
@media screen and (max-width:560px) {
	.homeNews_list{margin-top: 20px; padding-top: 20px; border-color: #DDD;}

	.homeNews_list .txt h5{font-size: 15px;}
	.homeNews_list .txt p{font-size: 13px;}
}






footer{background: var(--i_color);}

.fTop{display:flex; flex-wrap:wrap; align-items: center; border-bottom: 1px solid rgb(255 255 255 / 30%);}

.fLogo{}
.fLogo img{max-width: 2.8rem; max-height: 0.42rem;}

.fMainNav{margin-left: auto; display:flex; flex-wrap:wrap; align-items: center; gap: 0 .6rem;}
.fMainNav li{}
.fMainNav a{font-size: 0.22rem; color: #FFF; font-weight: 300;}

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

.fMedia{width: 27%;}
.fMedia p{font-size: 0.22rem; color: #FFF; line-height: 1.5; font-weight:300}

.fForm{display: table; background: #E60012; border-radius:2rem; transition:all .5s ease;}
.fForm span{padding: .14rem .26rem; display:flex; flex-wrap:wrap; align-items: center; gap: 0 .1rem; font-size: 0.2rem; font-weight: bold; color: #FFF;}
.fForm iconify-icon{font-size: 0.26rem; color: #FFF; transition:all .5s ease;}
.fForm:hover{transform:translate(0,-6px);}
.fForm:hover iconify-icon{transform:rotateY(-360deg);}

.fMedia_list{display:flex; flex-wrap:wrap; gap: 0 .26rem;}
.fMedia_list dt{border-radius:50%; overflow: hidden; transition:all .5s ease; background:#FFF}
.fMedia_list a{display: block; width: 0.42rem; height: 0.42rem; position: relative; }
.fMedia_list dt:hover{transform:translate(0,-6px); box-shadow: 0 4px 6px rgb(0 0 0 / 40%);}

/*.fMedia_icon_lk{background: #0B66C1;}*/
/*.fMedia_icon_fb{background: #0865FF;}*/
/*.fMedia_icon_yt{background: #ED2524;}*/
/*.fMedia_icon_x{background: #010101;}*/
/*.fMedia_icon_ins{background:linear-gradient(45deg, #F2D448, #E63A4B, #D82EC4);}*/

.fMedia_list iconify-icon{position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); font-size: 0.22rem; color: var(--i_color);}

.fTit{margin-bottom: 0.36rem;}
.fTit a{font-size: 0.22rem; font-weight: bold; color: #FFF;}

.fNav{}
.fNav li{margin-bottom: 0.16rem;}
.fNav li a{display: block; padding: 4px 0; font-size: 0.18rem; color:#FFF; line-height: 1.6; font-weight:300}

.fContact{width: 30%;}
.fContact ul{}
.fContact li{margin-bottom: 0.22rem; display:flex; flex-wrap:nowrap; gap: 0 .18rem;}
.fContact iconify-icon{flex-shrink: 0; font-size: 0.36rem; color: #FFF;}

.fContact li a,.fContact li p{margin-top: 5px; font-size: 0.18rem; color: #FFF; line-height: 1.6; font-weight:300}

.fCR{background: rgb(255 255 255 / 10%);}
.fCR .wrap{display:flex; flex-wrap:wrap; align-items: center;}
.fCR p,.fCR a{font-size: 0.18rem; color: #FFF; font-weight: 300;}
.fCR a{margin-left: auto; text-decoration: underline;}

footer a{transition:all .5s ease;}
footer a:hover{color: rgb(255 255 255 / 60%)}

@media screen and (max-width:1440px) {
	.fLogo img{max-width: 2.4rem;}

	.fMedia p{font-size: 0.2rem;}
	.fForm span{font-size: 0.18rem;}

	.fContact iconify-icon{font-size: 0.32rem;}
}
@media screen and (max-width:1366px) {
	.fMainNav a{font-size: 0.2rem;}
}
@media screen and (max-width:1200px) {
	.fLogo img{max-width: 2rem;}

	.fMedia p{font-size: 0.18rem;}

	.fMedia_list a{width: 0.44rem; height: 0.44rem;}
}
@media screen and (max-width:1024px) {
	.fTop{margin-bottom: 34px; padding-bottom: 22px;}
	.fLogo img{max-width: 180px;}
	.fMainNav{display: none;}

	.fCont{flex-wrap: wrap;}
	.fContact{order: -1; width: 100%;}
	.fTit a{font-size: 20px;}
	.fContact li{margin-bottom: 14px;}
	.fContact iconify-icon{font-size: 26px;}
	.fContact li a, .fContact li p{margin-top: 2px; font-size: 16px;}

	.fMedia{width: 100%;}
	.fMedia p{display: none;}
	.fForm{margin: 10px 0 30px;}
	.fForm span{padding: 10px 24px; font-size: 16px;}
	.fForm iconify-icon{font-size: 22px;}

	.fMedia_list a{width: 38px; height: 38px;}
	.fMedia_list iconify-icon{font-size: 20px;}

	.fNav{display: none;}

	.fCR{padding: 20px 0;}
	.fCR p, .fCR a{font-size: 15px; font-weight: normal;}
}
@media screen and (max-width:768px) {
	.fCR .wrap{gap: 10px 0;}
	.fCR p{width: 100%;}
	.fCR a{margin-left: 0;}
}
@media screen and (max-width:560px) {
	.fLogo img{width: 150px;}

	.fTop{margin-bottom: 30px; padding-bottom: 14px;}

	.fTit{margin-bottom: 20px;}
	.fTit a{font-size: 18px;}
	.fContact iconify-icon{font-size: 22px;}
	.fContact li a, .fContact li p{font-size: 15px;}

	.fForm span{padding: 10px 20px; font-size: 14px;}
	.fForm iconify-icon{font-size: 18px;}

	.fMedia_list{gap: 0 16px;}
	.fMedia_list a{width: 34px; height: 34px;}
	.fMedia_list iconify-icon{font-size: 18px;}
}







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

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

.banner__text{position:absolute; top:50%; transform:translate(0,-50%); left: 0; background:linear-gradient(to right, transparent, var(--i_color));}
.banner__text h2{padding: .58rem .4rem .58rem 0; font-size: 3.6vw; font-weight: bold; color: #FFF;}
@media screen and (max-width:1440px) {
	.banner__text h2{padding: .44rem .4rem .44rem 0}
}
@media screen and (max-width:1024px) {
	.banner__text{top: 45%;}
	.banner__text h2{padding:.3rem .34rem .3rem 0}
}
@media screen and (max-width:768px) {
	.banner__text h2{padding:.2rem .34rem .2rem 0}
}
@media screen and (max-width:560px) {
	.banner__text h2{padding:.1rem .2rem .1rem 0; font-size: 5vw;}
}


/* ------------- */
.pBanner_text{position: absolute; right: 3vw; bottom: .5rem; display:flex; flex-wrap:nowrap; align-items: center;}
.pBanner_text img{height: 0.7rem;}
.pBanner_text span{padding-left: 0.2rem; margin-left: 0.2rem; border-left: 2px solid #FFF;}
.pBanner_text p{font-size: 0.24rem; color: #FFF; font-weight: bold; line-height: 1.5;}

@media screen and (max-width:1440px) {
	.pBanner_text img{height: 0.56rem;}
	.pBanner_text p{font-size: 0.22rem;}
}
@media screen and (max-width:1366px) {}
@media screen and (max-width:1200px) {
	.pBanner_text img{height: 0.46rem;}
	.pBanner_text p{font-size: 0.2rem;}
}
@media screen and (max-width:1024px) {
	.pBanner_text{bottom: 0.3rem;}
	.pBanner_text img{height: 0.3rem;}
	.pBanner_text p{font-size: 0.15rem;}
}
@media screen and (max-width:560px) {
	.pBanner_text{bottom: 0.16rem;}
	.pBanner_text img{height: 0.16rem;}
	.pBanner_text span{padding-left: 10px; margin-left: 10px; border-left-width: 1px;}
	.pBanner_text p{font-size: 0.11rem; font-weight: normal; line-height: 1.3;}
}






/* Breadcrumb */
.in_position{padding:.2rem 0;background:#F2FBF6;position:relative;}
.in_position .wrap{display:flex;flex-wrap:wrap;align-items:center;}
.in_position a{display:block;font-size:.17rem;color:#333;position:relative;line-height:20px; font-weight:bold}
.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: 22px;height: 22px;
	background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='%23555' d='M13 19h6V9.978l-7-5.444l-7 5.444V19h6v-6h2zm8 1a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V9.49a1 1 0 0 1 .386-.79l8-6.223a1 1 0 0 1 1.228 0l8 6.223a1 1 0 0 1 .386.79z'/%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}
	.in_position a:first-child::before{width: 18px; height: 18px;}
}
@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{padding: .2rem .18rem; margin-bottom: 0.2rem; position: relative; background: var(--i_color); text-align: center; border-radius:6px;}
.cat_nav_tit h4{font-size: 0.2rem; color: #FFF; font-weight: bold;}
.cat_nav_tit iconify-icon{display: none;}

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

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

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

.cat_fold_sub a:hover, .cat_fold_sub dt.active a{color: var(--i_color);}
.cat_fold_sub a:hover::before, .cat_fold_sub dt.active a::before{width: 0.12rem;; background: var(--i_color);}

@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 0 0; background: #FFF;}
	.cat_nav_list li{margin-bottom: 14px;}
	.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 h4{font-size: 18px;}
	.cat_nav_tit iconify-icon{font-size: 22px;}

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

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







.catSide_contact{padding: .4rem 0; background:url(static/images/catSide_contact.webp) no-repeat center; background-size: cover; border-radius:6px;}
.catSide_contact h3{padding: 2px .2rem; font-size: 0.24rem; font-weight: bold; position: relative;}
.catSide_contact h3::before{content: '';position:absolute; top:50%; transform:translate(0,-50%); left: 0; width: 4px; height: 100%; background: var(--i_color);}

.catSide_contact ul{padding: 0 .2rem;}
.catSide_contact li{margin-bottom: 0.3rem;}
.catSide_contact li h6{margin-bottom: 0.16rem; font-size: 0.2rem; font-weight: bold;}
.catSide_contact li a,.catSide_contact li p{font-size: 0.18rem; color: #444; line-height: 1.6;}
.catSide_contact li a:hover{color:var(--i_color)}

.catSide_media{padding: 0 .2rem;}
.catSide_media p{margin-bottom: 0.22rem; font-size: 0.2rem; font-weight: bold;}
.catSide_media dl{display:flex; flex-wrap:wrap; gap: 0 .2rem;}
.catSide_media dt{transition:all .5s ease;}
.catSide_media a{display: block; width: 0.3rem; text-align: center;}
.catSide_media iconify-icon{font-size: 0.24rem; color: var(--i_color);}
.catSide_media dt:hover{transform:translate(0,-4px);}

@media screen and (max-width:1200px) {
	.catSide_contact{display: none !important;}
}






.category_des{margin-top: 0.12rem;}
.category_des article{margin-top: 0.34rem; 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: 22px; font-size: 14px;}
}





.pList{display:flex; flex-wrap:wrap; gap: .3rem 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%;}
}






.pItem{display: block; padding: .14rem .14rem .2rem; width: 100%; box-sizing: border-box; border: 1px solid #D8D8D8;}
.pItem>a{display: block; padding-bottom: 0.2rem; margin-bottom: 0.2rem; border-bottom: 1px solid #D8D8D8;}

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

.pItem .pic i{opacity: 0; position: absolute; bottom: 100%; left: 0; width: 100%; height: 100%; background: rgb(0 0 0 / 40%); z-index: 3; transition:all .5s ease;}
.pItem .pic i::before{content: ''; position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); width: 0.6rem; height: 0.6rem; box-sizing: border-box; border: 1px solid var(--i_color); border-radius:50%; background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%2302AC56' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 12h14m-6 6l6-6m-6-6l6 6'/%3E%3C/svg%3E") no-repeat center; background-size: .24rem;}

.pItem .txt{margin-top: 0.16rem;}
.pItem .txt p{height: 0.51rem; font-size: 0.18rem; text-align: center; font-weight: bold; line-height: 1.4; overflow:hidden; display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:2;}

.pItem .i_more{width: 100%; min-width:auto; cursor: pointer;}
.pItem .i_more b{margin-left: auto;}
.pItem .i_more i{margin-left: auto;}

.pItem>a:hover img{transform:scale(1.05,1.05);}
.pItem>a:hover .pic i{opacity: 1; bottom: 0;}
.pItem>a:hover p{color: var(--i_color);}

@media screen and (max-width:1200px) {
	.pItem .txt p{height: 0.42rem; font-size: 0.17rem; font-weight: 300;}
}
@media screen and (max-width:1024px) {
	.pItem>a{padding-bottom: 12px; margin-bottom: 16px;}
	.pItem .txt p{height: 45px; font-size: 16px;}
}
@media screen and (max-width:768px) {
	.pItem,.pItem>a{border-color: #E5E5E5;}
}
@media screen and (max-width:560px) {
	.pItem{padding: 10px 10px 16px;}
	.pItem>a{margin-bottom: 12px;}
	.pItem .txt p{height: 40px; font-size: 14px;}

	.pItem .pic i::before{width: 40px; height: 40px; background-size: 20px;}
}







/* 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{background: #F6F6F6;}
.p_data .wrap{display:-webkit-flex; display:flex; flex-wrap:nowrap; gap: 0 4%;}

/* atlas */
.p_atlas {flex-shrink: 0; width:44%; box-sizing: border-box; position: relative;}
.p_atlas_list {width: 100%; box-sizing: border-box; border: 1px solid #E1E1E1; 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;position:relative;overflow:hidden;}
.p_atlas_list .swiper-slide::before {content:'';display:block;padding-bottom:75%;}
.p_atlas_list .swiper-slide img {position:absolute;top:0;left:0;width:100%;height:100%;object-fit:contain;}

/* thumbnail */
.p_thumbnail_list {width:calc(100% - 1.2rem);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: .5; box-sizing: border-box; border: 1px solid transparent; flex-shrink:0;background: #FFF; position:relative;overflow:hidden;cursor:pointer;}
.p_thumbnail_list figure {width:100%;position:relative;overflow:hidden;}
.p_thumbnail_list figure::before {content:'';display:block;padding-bottom: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:.36rem;height:.36rem; z-index:3;cursor:pointer;outline:none;-webkit-user-select:none;user-select:none;-webkit-transition:all .5s ease;transition:all .5s ease;z-index:3;}
.thumbnail-prev {left:0;}
.thumbnail-next {right:0;}
.thumbnail-prev iconify-icon,.thumbnail-next iconify-icon {position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:0.36rem;color:#444}
.thumbnail-prev:hover iconify-icon, .thumbnail-next:hover iconify-icon{color: var(--i_color);}
.p_atlas .swiper-button-disabled{cursor:not-allowed;}

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

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

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






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

.p_cat{display: block; font-size: 16px; color: var(--i_color); margin-bottom: .1rem; font-weight: 300;}
.p_title h1{padding-bottom: 0.16rem; font-size: 0.2rem; color: #111; line-height: 1.4; position: relative; font-weight: bold;}
.p_title h1::before{content: ''; position: absolute; left: 0; bottom: 0; width: 100%; height: 1px; background: #CCC;}

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

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


.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 a{display:block; width: 0.3rem; text-align: center;}
.p_share dt iconify-icon {font-size:0.26rem;color:#666;}
.p_share a:hover iconify-icon{color: var(--i_color);}

@media screen and (max-width:1200px) {
	.p_des article{font-size: 0.17rem;}
}
@media screen and (max-width:1024px) {
	.p_title h1{font-size: 18px;}
	.p_des article{font-size: 15px;}
	.p_share dt iconify-icon{font-size: 22px;}
}
@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{}

.pContent_title{position: relative;}
.pContent_title::before{content: '';position: absolute; left: 0; bottom: 0; width: 100%; height: 1px; background: #E1E1E1;}
.pContent_title ul{display:flex; flex-wrap:wrap;}
.pContent_title li{position: relative; overflow: hidden; cursor: pointer;}
.pContent_title li::before{content: ''; position: absolute; bottom: 0; left: 0; width: 0; height: 2px; background: var(--i_color);}
.pContent_title p{min-width: 2.6rem; text-align: center; padding: .14rem .2rem; font-size: 0.18rem; font-weight: bold; color: #333;}

.pContent_title li.active::before{width: 100%;}
.pContent_title li.active p{color: var(--i_color);}

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

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

@media screen and (max-width:1200px) {
	.pContent_show article{font-size: 0.16rem;}
}
@media screen and (max-width:1024px) {
	.pContent_title p{min-width:auto; padding: 10px 20px; font-size: 16px; font-weight: 300;}
	.pContent_show article{font-size: 15px;}
}
@media screen and (max-width:560px) {
	.pContent_title{margin-bottom: 24px;}
	.pContent_title p{padding: 10px 10px; font-size: 15px;}

	.pContent_show article{font-size: 14px;}
}





.pApp{}
.pApp>h3{margin-bottom: 0.26rem; font-size: 0.26rem; font-weight: bold;}

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

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

.pApp_list p{margin-top: 0.16rem; font-size: 0.18rem; color: #555; text-align: center; line-height: 1.6; font-weight: 300; overflow:hidden; display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:2;}

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

@media screen and (max-width:1200px) {
    .pApp>h3{font-size:.24rem}
}
@media screen and (max-width:1024px) {
	.pApp>h3{font-size: 20px;}

	.pApp_list p{font-size: 15px; font-weight: normal;}
}
@media screen and (max-width:560px) {
	.pApp>h3{margin-bottom: 20px; font-size: 18px;}

	.pApp_list p{font-size: 14px}
}





.pBottom{background: #F6F6F6;}

.p_tags{padding-bottom: 0.2rem; border-bottom: 1px solid rgb(0 0 0 / 10%);display:-webkit-flex; display:flex; flex-wrap:wrap; align-items: baseline; gap: .16rem 0;}
.p_tags>p{margin-right: .14rem; font-size: 0.18rem; color: #666; font-weight: bold;}
.p_tags a{display: block; padding: .1rem .2rem; margin-right: 0.16rem; font-size: .16rem; color: var(--i_color); background: #FFF; border-radius:2rem;}
.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: 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; position: relative;}
.p_view_other span iconify-icon{position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); font-size: .3rem; color: #333;}
.p_view_other p{font-size: 0.16rem; color: #333; line-height: 1.5; font-weight: bold;}
.p_view_other p b{font-size: 0.18rem; color: #333; font-weight: bold;}

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

@media screen and (max-width:1024px) {
	.p_view_other 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{}

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


.pRelated-pagination{margin-top:0.34rem;}
@media screen and (max-width:768px) {
	.pRelated-pagination{margin-top: 20px;}
}








.solList{display:-webkit-flex; display:flex; flex-wrap: wrap; gap: .4rem 3%;}
.solList li{width: 48.5%; box-sizing: border-box; border: 1px solid #D8D8D8; position: relative;}
.solList a{display: block; padding: .2rem .2rem .66rem;}

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

.solList .txt{margin-top: 0.3rem;}
.solList .txt h5{font-size: 0.2rem; color: #222; font-weight: bold; overflow:hidden; display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:2;}
.solList .txt p{border-top: 1px solid #D8D8D8; padding-top: 0.16rem; margin-top: 0.16rem; font-size: 0.18rem; color: #777; line-height: 1.5; overflow:hidden; display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:2;}

.solList .btn{position: absolute; left: .2rem; bottom: .2rem; display:flex; flex-wrap:wrap; align-items: center; gap: 0 .14rem;}
.solList .btn b{font-size: 0.2rem; font-weight: bold; color: #555;}
.solList .btn i{width: 0.24rem; height: 0.24rem; background: #222; border-radius:50%; position: relative;}
.solList .btn iconify-icon{position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); font-size: 0.18rem; color: #FFF;}

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

@media screen and (max-width:1024px) {
	.solList a{padding: 20px 20px;}
	.solList .txt{margin-top: 18px;}
	.solList .txt h5{font-size: 17px;}
	.solList .txt p{padding-top: 10px; margin-top: 10px; font-size: 15px;}

	.solList .btn{display: none;}
}
@media screen and (max-width:768px) {
	.solList{gap: 26px 3%;}
}
@media screen and (max-width:560px) {
	.solList{gap: 20px 0;}
	.solList li{width: 100%;}
	.solList a{padding: 14px;}

	.solList .txt h5{font-size: 15px; font-weight: 300;}
	.solList .txt p{font-size: 14px;}
}






.solContent{}
.solContent h1{text-align: center; font-size: 0.28rem; color: #222; font-weight: bold;}

.solContent article{font-size: 0.18rem; line-height: 1.8;}

@media screen and (max-width:1024px) {
	.solContent h1{font-size: 22px;}
	.solContent article{font-size: 15px;}
}
@media screen and (max-width:768px) {
	.solContent h1{font-size: 20px;}
}
@media screen and (max-width:560px) {
	.solContent h1{font-size: 18px;}
	.solContent article{font-size: 14px;}
}




.solRelated_list{display:flex; flex-wrap:wrap; gap: .3rem 2%;}
.solRelated_list li{width: 23.5%;}

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






.solOther{}

.solOther_list{display: block; gap: initial; position:relative; overflow:hidden}
.solOther_list .swiper-wrapper{display:flex; position:relative; width:100%}
.solOther_list li{display: block !important; flex-shrink:0; position:relative}

.solOther-pagination{margin-top:0.34rem;}
@media screen and (max-width:768px) {
	.solOther-pagination{margin-top: 20px;}
}






.about__{}

.about__ article{font-size: 0.18rem; line-height: 1.8; text-align: center;}
@media screen and (max-width:1024px) {
	.about__ article{font-size: 16px;}
}
@media screen and (max-width:768px) {
	.about__ article{font-size: 14px;}
}


.aboutNum{display:flex; flex-wrap:nowrap;gap: 0 5%;}
.aboutNum dt{width: 100%; text-align: center;}
.aboutNum span{font-size: 0.5rem; font-weight: 300; color: var(--i_color);}
.aboutNum span i{font-weight: 300;}
.aboutNum h6{margin: .1rem auto .2rem; font-size: 0.18rem;}
.aboutNum p{font-size: 0.18rem; color: #999; line-height: 1.4;}
@media screen and (max-width:1024px) {
	.aboutNum span{font-size: 36px;}
	.aboutNum h6{font-size: 16px;}
	.aboutNum p{font-size: 15px;}
}
@media screen and (max-width:768px) {
	.aboutNum{flex-wrap: wrap; gap: 24px 4%;}
	.aboutNum dt{width: 48%;}
	.aboutNum span{font-size: 30px;}
}
@media screen and (max-width:560px) {
	.aboutNum h6{margin: 8px auto 10px; font-size: 15px;}
	.aboutNum p{font-size: 14px;}
}



.about__video{width: 100%;}
.about__video .pic{width:100%; position:relative; overflow:hidden}
.about__video .pic::before{content: '';display: block; padding-bottom: 36%;}
.about__video .pic::after{content: '';position:absolute; top:0; left:0; width:100%; height:100%; background: rgb(0 0 0 / 45%);}
.about__video .pic img{position:absolute; top:0; left:0; width:100%; height:100%; object-fit: cover;}

.vBtn_box{position:absolute; left:50%; transform:translate(-50%,0); top: 25%; z-index: 3; cursor: pointer;}
.vBtn_box p{margin-top: 0.3rem; font-size: 0.3rem; color: #FFF; font-weight: 300;}

.vBtn{display: table; margin-left: auto;margin-right: auto;}
.vBtn span{display: block; position: relative;}
.vBtn span::before,.vBtn span::after{content: '';position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); box-sizing: border-box; border: 1px solid #FFF; border-radius:50%;}
.vBtn span::before{width: 100%; height: 100%; animation:scale 1.6s infinite linear}
.vBtn span::after{width: 105%; height: 105%; animation:scale 2s infinite linear}

.vBtn i{display: block; width: 0.8rem;height: 0.8rem;border-radius:50%; background: rgb(255 255 255 / 80%); position: relative;}
.vBtn iconify-icon{position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); font-size: 0.34rem;color: var(--i_color);}

@keyframes scale{
	0% {
		opacity: 0
	}
	5% {
		opacity: 1
	}
	80% {
		opacity: 0
	}
	100% {
		opacity: 0;
		transform: translate(-50%, -50%) scale(1.8);
		-ms-transform: translate(-50%, -50%) scale(1.8);
		-o-transform: translate(-50%, -50%) scale(1.8);
		-webkit-transform: translate(-50%, -50%) scale(1.8);
		-moz-transform: translate(-50%, -50%) scale(1.8)
	}
}

@media screen and (max-width:1024px) {
	.vBtn i{width: 60px;height: 60px;}
}
@media screen and (max-width:768px) {
	.vBtn i{width: 40px;height: 40px;}
	.vBtn iconify-icon{font-size: 24px;}
}

@media screen and (max-width:1440px) {
	.vBtn_box{top: 22%;}
	.vBtn_box p{font-size: 0.24rem;}
}
@media screen and (max-width:1024px) {
	.about__video .pic::before{padding-bottom: 56%;}
	.vBtn_box{top: 30%;}
}
@media screen and (max-width:768px) {
	.vBtn_box{top: 20%;}
	.vBtn_box p{font-size: 20px;}
}
@media screen and (max-width:560px) {
	.vBtn_box p{margin-top: 18px; font-size: 17px;}
}





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





.about__adv{margin-top: -2.4rem; position: relative; z-index: 3;}
.about__adv>img{width: 100%;}

.about__adv dl{padding:.5rem .4rem; background: #FFF; display:flex; flex-wrap:nowrap; box-shadow: 0 6px 5px rgb(2 172 86 / 15%);}
.about__adv dt{width: 100%; box-sizing: border-box; padding: 0 .4rem; border-left: 1px solid #DDD; text-align: center;}
.about__adv dt:first-child{border-left: none;}

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

.about__adv dt h5{margin: .2rem auto .16rem; font-size: 0.2rem; font-weight: bold; font-weight: 300;}
.about__adv dt p{font-size: 0.18rem; color: #444; line-height: 1.6;}

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

@media screen and (max-width:1440px) {
	.about__adv{margin-top: -1.8rem;}
}
@media screen and (max-width:1200px) {
	.about__adv{margin-top: -1.4rem;}
	.about__adv dl{padding: .4rem .3rem;}
	.about__adv dt{padding: 0 .24rem;}
}
@media screen and (max-width:1024px) {
	.about__adv dl{padding:30px 20px; flex-wrap: wrap; gap: 30px 0;}
	.about__adv dt{display:flex; flex-wrap:nowrap; align-items: center; gap: 0 30px; padding: 0 0; border: none; text-align: left;}
	.about__adv .pic{width: 3rem; margin: 0 0;}
	.about__adv dt span{width: 100%;}
	.about__adv dt h5{margin: 0 0; font-size: 18px;}
	.about__adv dt p{margin-top: 10px; font-size: 15px;}
}
@media screen and (max-width:560px) {
	.about__adv{margin-top: -.6rem;}
	.about__adv .pic{width: 2.2rem}
	.about__adv dt h5{font-size: 15px;}
	.about__adv dt p{font-size: 13px;}
}







.aboutCE{}

.navLine{}
.navLine ul{display:flex; flex-wrap:nowrap; justify-content: center;}
.navLine li{padding: 0 5%; cursor: pointer;position: relative;}
.navLine li::before{content: '';position:absolute; top:50%; transform:translate(0,-50%); left: 0; width: 1px; height: 0.2rem; background: #DDD;}
.navLine li:first-child::before{display: none;}
.navLine p,.navLine a{display: block; padding: .14rem 0; font-size: 0.2rem; font-weight: 300; text-align: center; position: relative;}
.navLine li:hover p,
.navLine li:hover a,
.navLine li.active p,
.navLine li.active a{color: var(--i_color);}
.navLine a::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 li:hover a::before,
.navLine li.active a::before{width: 100%;}

.aboutCE_nav{border-bottom: 2px solid #DDD;}

@media screen and (max-width:1200px) {
	.navLine p,.navLine a{font-size: 0.18rem;}
}
@media screen and (max-width:1024px) {
	.navLine li{padding: 0 3%;}
	.navLine p,.navLine a{font-size: 15px;}
}
@media screen and (max-width:560px) {
	.navLine p,.navLine a{font-size: 14px;}
}







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

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

.aboutCE_list li img{width: 100%; height: 60vh; object-fit: cover;}

@media screen and (min-width:561px) {
	.aboutCE_list .swiper-slide-next{width: 50% !important;}
}

.aboutCE-pagination{margin-top: .4rem;}
.aboutCE-pagination .swiper-pagination-bullet{width: 20px;}

.aboutCE-prev,.aboutCE-next{position: absolute; top:45%; transform:translate(0,-50%); width: 0.6rem; height: 0.6rem; box-sizing: border-box; background:#DCDCDC; border-radius:.14rem; cursor: pointer; z-index: 3;}
.aboutCE-prev{left: 6%;}
.aboutCE-next{right: 6%;}
.aboutCE-prev iconify-icon,.aboutCE-next iconify-icon{position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); font-size: 0.3rem; color: var(--i_color);}

.aboutCE-prev:hover,.aboutCE-next:hover{background:var(--i_color)}
.aboutCE-prev:hover iconify-icon,.aboutCE-next:hover iconify-icon{color:#FFF}

@media screen and (max-width:1440px) {
	.aboutCE_list li img{height: 55vh;}
}
@media screen and (max-width:1024px) {
	.aboutCE_list li img{height: 42vh;}
	
	.aboutCE-prev,.aboutCE-next{display: none;}
}
@media screen and (max-width:768px) {
	.aboutCE_list li img{height: 30vh;}

	.aboutCE-pagination{margin-top: 20px;}
}
@media screen and (max-width:560px) {
	.aboutCE_list li img{height: 20vh;}
	.aboutCE-pagination{margin-top: 14px;}
}







.aboutHonor{background:url(static/images/about-honor-bg.webp) no-repeat center; background-size: cover;}
.aboutHonor .wrap{display:flex; flex-wrap:wrap; align-items: center;}

.aboutHonor_t{width: 55%;}

.aboutHonor_nav{width: 90%; display:flex; flex-wrap:wrap; gap: .3rem 6%;}
.aboutHonor_nav li{width: 20.5%; border-bottom: 1px solid var(--i_color); display:flex; flex-wrap:wrap; align-items: center; justify-content: center; cursor: pointer;}
.aboutHonor_nav li p{padding: 8px; text-align: center; font-size: 0.24rem; font-weight: bold; color: var(--i_color);}

.aboutHonor_nav li.swiper-pagination-bullet-active{background: var(--i_color);}
.aboutHonor_nav li.swiper-pagination-bullet-active p{color: #FFF;}

@media screen and (max-width:1366px) {
	.aboutHonor_nav{width: 100%;}
}
@media screen and (max-width:1200px) {
	.aboutHonor_nav li p{font-size: 0.2rem}
}
@media screen and (max-width:1024px) {
	.aboutHonor_t{width: 100%; margin-bottom: 36px;}
	.aboutHonor_nav{gap: 20px 3%;}
	.aboutHonor_nav li{width: 22.75%;}
	.aboutHonor_nav li p{font-size: 17px}
}
@media screen and (max-width:768px) {
	.aboutHonor_nav li p{font-size: 16px}
}
@media screen and (max-width:560px) {
	.aboutHonor_nav{gap: 8px 4%;}
	.aboutHonor_nav li{width: 48%;}
	.aboutHonor_nav li p{padding: 6px 8px; font-size: 15px}
}




.aboutHonor_p{margin-left: auto; width: 40%; position: relative;}

.aboutHonor_list{width: calc(100% - 1.5rem); margin-left: auto; margin-right: auto; position:relative; overflow:hidden}
.aboutHonor_list .swiper-wrapper{display:flex; position:relative; width:100%}
.aboutHonor_list li{flex-shrink:0; position:relative; overflow: hidden;}
.aboutHonor_list li::before{content: '';display: block; padding-bottom: 129.25%;}
.aboutHonor_list li img{position:absolute; top:0; left:0; width:100%; height:100%; object-fit: contain;}

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

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

	.aboutHonor-prev,.aboutHonor-next{width: 44px; height: 44px;}
}
@media screen and (max-width:560px) {
	.aboutHonor_list{width: calc(100% - 90px);}

	.aboutHonor-prev,.aboutHonor-next{width: 30px; height: 30px;}
	.aboutHonor-prev iconify-icon,.aboutHonor-next iconify-icon{font-size: 20px;}
}







.contactForm{}

.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 .wrap::before{opacity: .16; content: ''; position: absolute; right: 0.2rem; bottom: 0.2rem; width: 3.6rem; height: 0.7rem; background:url(static/images/logo3.webp) no-repeat right bottom; background-size: contain;}

.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; position: relative;}
.contactForm_t h5{font-weight: 300;}
.contactForm_t span p{margin-top: 0.2rem; color: #777;}

.contactForm_t .tips{position: absolute; left: -.6rem; width: calc(100% + .5rem)}
.contactForm_t .tips dt{display: table; padding: 8px .14rem; background: #F6FFFA;}
.contactForm_t .tips span{display:-webkit-flex; display:flex; flex-wrap:nowrap;align-items: center; gap: 0 10px;}
.contactForm_t .tips iconify-icon{font-size: 0.18rem; color: var(--i_color);}
.contactForm_t .tips b{font-size: 15px; color: var(--i_color); line-height: 1.6;}

@media screen and (max-width:1200px) {
	.contactForm_t .tips b{font-size: 14px;}

	.contactForm .wrap::before{width: 2.4rem;}
}
@media screen and (max-width:1024px) {
	.contactForm_t .tips{position: initial; max-width: 100%;}
}
@media screen and (max-width:768px) {
	.contactForm .wrap{padding: 70px 30px 40px; flex-wrap: wrap;gap: 30px 0;}
	.contactForm .wrap::before{opacity: .08;}

	.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-119{
	--wpforms_input_height:34px;
	--wpforms_textarea_height:120px;
	--wpforms_input_font_size: 16px;
}
#wpforms-119{margin:0; padding:0;}
#wpforms-form-119{width:100%; position:relative;}

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

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

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

/* Label 标签 */
#wpforms-119 .wpforms-field-container .wpforms-field-label{font-size: .18rem; color: #666; font-weight: normal;}
/* #wpforms-119 .wpforms-field-container .wpforms-field-label{height: 0; font-size: 0;margin: 0 0;}
#wpforms-119 .wpforms-field-container .wpforms-required-label{position: absolute;top: 4px; left: 6px; font-size: 16px; font-weight: bold;} */

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

/* 提交按钮样式 */
#wpforms-119 .wpforms-submit-container{width: 220px; padding:0 0; position: relative; overflow: hidden;}
#wpforms-119 .wpforms-submit-container button{width: 100%; height:44px; font-size: .16rem; color: #FFF; font-weight: bold; text-transform: uppercase; background: var(--i_color); cursor: pointer;}
#wpforms-119 .wpforms-submit-container img{position:absolute;top:50%;transform:translate(0,-50%);right:4px;z-index:2}
#wpforms-119 .wpforms-submit-container button:hover{background: #067E41;}
@media screen and (max-width:560px) {
	#wpforms-119 .wpforms-field-container>.wpforms-field{width: 100% !important;}
	#wpforms-119 .wpforms-submit-container{margin: 0 auto;}
}






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

.dList{}
.dList li{border-bottom: 1px solid #DDD;}
.dList a{padding: .22rem 0; display:flex; flex-wrap:nowrap; align-items: center; gap: 0 5%;}
.dList p{font-size: 0.18rem; line-height: 1.5;}
.dList .i_more{margin-left: auto; flex-shrink: 0;}

.dList a:hover p{color: var(--i_color);}
.dList a:hover .i_more{background: var(--i_color);}
.dList a:hover .i_more b{color: #FFF;}
.dList a:hover .i_more i{background: #FFF;}
.dList a:hover .i_more iconify-icon{color: var(--i_color);}

@media screen and (max-width:1024px) {
	.dList p{font-size: 16px;}
}
@media screen and (max-width:768px) {
	.dList p{font-size: 15px;}
}
@media screen and (max-width:560px) {
	.dList a{padding: 16px 0;}
	.dList p{font-size: 14px;}

	.dList .i_more{border: none;}
	.dList .i_more b{display: none;}
	.dList .i_more .box{padding: 0 0;}
}






.faq .i_tit h6 a{color: var(--i_color); text-decoration: underline;}

.serFAQ_list{}

ul.serFAQ_list {}
.serFAQ_list li{margin-bottom: 0.2rem;}
.serFAQ_list li.active{}

.serFAQ_list .tit{padding: .2rem .2rem; display:flex; flex-wrap:nowrap; align-items: center; gap: 0 .2rem; background: #F6F7F9; cursor: pointer;}
.serFAQ_list .QA{flex-shrink: 0; display: table; width: 0.34rem; height: 0.34rem; background: #FFF; position: relative; border-radius:50%;}
.serFAQ_list .QA i{position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); font-size: 0.18rem; color: #777;}
/* .serFAQ_list .QA.active{background: #FFF;}
.serFAQ_list .QA.active i{color: var(--i_color);} */

.serFAQ_list .tit p{font-size: 0.18rem; font-weight: bold;}
.serFAQ_list .tit em{flex-shrink: 0; margin-left: auto; display: table; width: 0.3rem; height: 0.3rem; background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6z'/%3E%3C/svg%3E") no-repeat center; background-size: .26rem;}
.serFAQ_list .active .tit em{background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M19 12.998H5v-2h14z'/%3E%3C/svg%3E") no-repeat center; background-size: .26rem;}

.serFAQ_list .txt{display: none;}
.serFAQ_list .txt_box{padding: .2rem .2rem .3rem; display:flex; flex-wrap:nowrap; gap: 0 .2rem;}
.serFAQ_list .txt_box .QA{margin-top: 0.14rem; background: var(--i_color);}
.serFAQ_list .txt_box .QA i{color: #FFF;}
.serFAQ_list .txt article{font-size: 0.16rem; line-height: 1.6;}

@media screen and (max-width:1024px) {
	.serFAQ_list .QA{width: 30px; height: 30px;}

	.serFAQ_list .tit p{font-size: 16px; line-height: 1.5;}
	.serFAQ_list .txt article{font-size: 14px;}
}
@media screen and (max-width:560px) {
	.serFAQ_list .tit{padding: 12px 16px;}
	.serFAQ_list .txt_box{padding: 20px 16px 20px;}

	.serFAQ_list .tit p{font-size: 15px;}

	.serFAQ_list .tit em,.serFAQ_list .active .tit em{background-size: 20px;}
}







.nList{}
.nList li{margin-bottom: 0.5rem;}
.nList a{display:flex; flex-wrap:nowrap; align-items: center; gap: 0 .4rem;}

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

.nList .txt{margin-left: auto; width: 100%;}
.nList .txt i{font-size: 15px; color: #666;}
.nList .txt h5{margin: .18rem 0; font-size: 0.2rem; font-weight: bold;}
.nList .txt p{margin-bottom: 0.2rem; font-size: 0.18rem; line-height: 1.5; color: #555;}
.nList .txt h5,.nList .txt p{overflow:hidden; display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:2;}

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

@media screen and (max-width:1024px) {
	.nList li{margin-bottom: 38px;}
	.nList .pic{width: 28%;}
	.nList .txt i{font-size: 14px;}
	.nList .txt h5{margin: 10px 0; font-size: 16px;}
	.nList .txt p{margin-bottom: 0; font-size: 14px;}
	.nList .i_more{display: none;}
}
@media screen and (max-width:768px) {
	.nList .txt h5{font-size: 15px; font-weight: 300;}
}
@media screen and (max-width:560px) {
	.nList li{margin-bottom: 30px;}
	.nList a{gap: 0 24px;}
	.nList .pic{width: 38%;}

	.nList .txt i{font-size: 13px;}
	.nList .txt h5{margin: 8px 0; font-size: 14px}
	.nList .txt p{font-size: 13px;}
}








.contact__{}
.contact__ h4{padding-bottom: 0.2rem; margin-bottom: 0.3rem; border-bottom: 1px dashed #DDD; font-size: 0.24rem; font-weight: bold; color:var(--i_color)}

.contact__box{display:flex; flex-wrap:nowrap; gap: 0 5%;}
.contact__cont{width: 100%;}

/*.contact__cont h1{margin-bottom:14px; font-size:.28rem; font-weight:bold; color:#111; color:var(--i_color)}*/

.contact__list{}
.contact__list li{margin-bottom: 0.24rem;}
.contact__list h5{margin-bottom: 0.12rem; font-size: 0.18rem; font-weight: bold; color:#333}
.contact__list a,.contact__list p{font-size: 0.18rem; color: #666; line-height: 1.6; color:#555}
.contact__list a:hover{text-decoration: underline; color: var(--i_color);}

.contact__qr{border-top: 1px solid #DDD; display:flex; flex-wrap:nowrap; gap: 0 .4rem;}
.contact__qr dt{text-align:center}
.contact__qr p{margin-top: 8px; font-size: 0.16rem; color: #666; color:#333}
.contact__qr img{width: 1.1rem;}

.contact__media{display:flex; flex-wrap:wrap; align-items: center; gap: 0 6px;}
.contact__media p{font-size: 0.18rem; font-weight: 300;}
.contact__media ul{display:flex; flex-wrap:wrap; gap: 0 .12rem;}
.contact__media li{}
.contact__media a{display: block; width: 0.3rem; text-align: center;}
.contact__media iconify-icon{font-size: 0.22rem; color: #333; color:#333}

/*.contact__media .fb iconify-icon{color:#1877F2}*/
/*.contact__media .lk iconify-icon{color:#0076B2}*/
/*.contact__media .x iconify-icon{color:#454545}*/
/*.contact__media .yt iconify-icon{color:#FF0000}*/
/*.contact__media .ins iconify-icon{color:#ee3e84}*/

.contact__media a:hover iconify-icon{color: var(--i_color);}

.contact__form{flex-shrink: 0; margin-left: auto; width: 50%;}

@media screen and (max-width:1024px) {
	.contact__ h4{padding-bottom: 12px; font-size: 20px;}
	.contact__box{flex-wrap: wrap; gap: 30px 0;}

	.contact__form{width: 100%;}
}
@media screen and (max-width:560px) {
	.contact__ h4{padding-bottom: 12px; font-size: 17px;}
	.contact__list h5{font-size: 16px;}
	.contact__list a, .contact__list p{font-size: 16px;}

	.contact__qr p{font-size: 15px;}
	.contact__qr img{width: 100px}

	.contact__media p{font-size: 16px;}
}





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

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

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

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

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

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

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

@media screen and (max-width:1440px) {
    #wpforms-35 .wpforms-field-container textarea{height:1.9rem}
}





.map{font-size: 0; width: 100%; position: relative; overflow: hidden;}
.map iframe{width: 100vw; height: 65vh;}



