/*
Theme Name: YiJieTe
Version: 1.0
Description:
Author:
*/
@charset "utf-8";

:root {
	--i_color: #017ECB;
	--top1_height: .48rem;
	--top2_height:.9rem;
	--header_height: calc(var(--top1_height) + var(--top2_height));
	--top_margin_left: 16.5vw;
}
@media screen and (max-width:1440px) {
	:root {
		--top_margin_left: 18vw;
	}
}
@media screen and (max-width:1024px) {
	:root {
		--top1_height:.6rem;
		--top2_height:.6rem;
		--header_height: .6rem;
	}
}





.wrap {
	width: 94%;
	max-width: 1400px;
	margin-left: auto;
	margin-right: auto;
}
@media screen and (min-width:1921px) {
	.wrap{max-width:none;}
}






.wrap_l{margin-left: 13.4vw;}
.wrap_r{margin-right: 13.4vw;}

@media screen and (max-width:1680px) {
	.wrap_l{margin-left: 8.3vw;}
	.wrap_r{margin-right: 8.3vw;}
}
@media screen and (max-width:1440px) {
	.wrap_l{margin-left: 3vw;}
	.wrap_r{margin-right: 3vw;}
}





/* header */
header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: #FFF;
	z-index: 2014;
}
@media screen and (max-width:1024px) {
	header{display:flex; flex-wrap:nowrap; align-items: center;}
}





/* logo */
.logo {
	position: absolute;
	top: 0; left: 0;
	background: #FFF;
	padding-right: .5rem;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	height: var(--header_height);
	-webkit-clip-path: polygon(0 0, 100% 0, 91% 100%, 0% 100%);
	clip-path: polygon(0 0, 100% 0, 91% 100%, 0% 100%);
	z-index: 2015;
}
.logo::before{content: '';position: absolute;left: 0;bottom: 0;width: 100%;height: 1px;background: #EEE;}
.logo a {
	display: -webkit-flex;
	display: flex;
	align-items: center;
	height: 100%;
}
.logo img {width: 13.542vw; max-height: 60%; object-fit: contain;}
@media screen and (max-width:1024px) {
	.logo{padding: 0 0; clip-path:none}
	.logo::before{display: none;}
	.logo img {width: auto; max-height: 55%;}
}






.top{background: #FFF;}
header .wrap{display:flex; flex-wrap:wrap; align-items: center;}

.top_company{margin-left: var(--top_margin_left); height: var(--top1_height); display:flex; flex-wrap:wrap; align-items: center; gap: 0 6px; font-size: .15rem; color: #333;}

.top_r{--size:.2rem}
.top_r {
	margin-left: auto;
	flex-shrink: 0;
	display: -webkit-flex;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	gap: 0 .34rem;
}
@media screen and (max-width:1024px) {
	.top{margin-left: auto;}
	header .wrap{width: auto; max-width: none;}

	.top_company{display: none;}

	.top_r{--size:.2rem}
	.top_r{margin-left: auto; gap: 0 30px; width: auto; padding: 0;}
}
@media screen and (max-width:560px) {
	.top_r{gap: 0 18px;}
}




.top_search_ico{position: relative; font-size: 0; height: var(--top1_height); display:flex; flex-wrap:wrap; align-items: center; cursor: pointer;}
.top_search_ico::before{content: '';position:absolute; top:50%; transform:translate(0,-50%);right: -.18rem;width: 1px;height: 0.2rem;background: #DDD;}

@media screen and (max-width:1024px) {
	.top_search_ico::before{display: none;}
}

/* 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-bottom: 1px solid rgb(0 0 0 / 10%);
	background: #FFF;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	z-index: 99;
}
.top_search.on {
	visibility: visible;
	opacity: 1;
	top: var(--header_height);
	box-shadow: var(--boxShadow);
}
.top_search form {
	width: 80%;
	margin: 0 auto;
	max-width: 5rem;
	display: -webkit-flex;
	display: flex;
	flex-wrap: nowrap;
	box-sizing: border-box;
	border: 1px solid var(--i_color);
	overflow: hidden;
}
.top_search_ipt {
	width: 100%;
	height: var(--search_height);
	box-sizing: border-box;
	padding: 0 .12rem;
}
.top_search_btn {
	flex-shrink: 0;
	font-size: 0;
	color: #FFF;
	width: calc(var(--search_height) * 1.5);
	height: var(--search_height);
	background:var(--i_color) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23FFF' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m17 17l4 4M3 11a8 8 0 1 0 16 0a8 8 0 0 0-16 0'/%3E%3C/svg%3E") no-repeat center;
	background-size: .24rem;
	cursor: pointer;
}

@media screen and (max-width:768px) {
	.top_search {
		--search_height: 34px
	}
	.top_search {
		padding: 12px 0;
	}
}
@media screen and (max-width:560px) {
	.top_search form {
		width: 94%;
	}
}



.top_r_box{width: 0.34rem; height: 0.34rem; background: #E6F2FA; border-radius:50%; position: relative;}
.top_r_box iconify-icon{position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); font-size: var(--size);color: var(--i_color);-webkit-transition:all .5s ease; transition:all .5s ease;}

.top_language{flex-shrink: 0; height: var(--top1_height); display:flex; flex-wrap:wrap; align-items: center; position: relative;}
.top_language_btn{height: 100%;display:-webkit-flex; display:flex; flex-wrap:wrap;align-items: center; cursor: pointer; position: relative;}

.top_language_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: 2px 6px 10px rgb(0 0 0 / 10%);
	padding: .1rem .18rem .1rem;
	z-index: 2;
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}
.top_language_list.on {
	visibility: visible;
	opacity: 1;
	top: 100%;
}

.top_language_list ul {overflow: hidden;}
.top_language_list li{position: relative;left: 0;-webkit-transition:all .5s ease; transition:all .5s ease;}
.top_language_list a>span {
	display:-webkit-flex; display:flex; flex-wrap:nowrap;align-items: center;gap: 0 8px;
	box-sizing: border-box;
	overflow: hidden
}
.top_language_list .trp-ls-language-name{font-size: 15px; color: #666;line-height: .3rem;}

.top_language_list li:hover{left: 4px;}
.top_language_list li:hover .trp-ls-language-name{color: var(--i_color);}





.top2{position: relative; background: var(--i_color);}

@media screen and (max-width:1024px) {
	.top2{background: #FFF;}
}
@media screen and (max-width:768px) {}
@media screen and (max-width:560px) {}






/* 导航 */
@media screen and (min-width:1025px) {
	.i_nav {
		width: 100%;
		box-sizing: border-box;
		margin-left: var(--top_margin_left);
		display: -webkit-flex;
		display: flex;
		flex-wrap: nowrap;
		align-items: center;
		justify-content: space-between;
		gap: 0 .2rem;
		position: relative;
		z-index: 2014;
	}

	.i_nav>li {height: var(--top2_height); position: relative; display:flex; flex-wrap:wrap; align-items: center;}

	.i_nav>li>a {
		display: block;
		font-size: .2rem;
		color: #FFF;
		white-space: nowrap;
		position: relative;
	}
	.i_nav>li>a::before{content: '';position: absolute; left: 0; bottom: -2px; width: 0; height: 1px; background: #FFF; transition:all .5s ease;}
	.i_nav>.current-menu-item>a::before,
	.i_nav>.current-category-ancestor>a::before,
	.i_nav>.current-post-ancestor>a::before,
	.i_nav>.current-menu-ancestor>a::before,
	.i_nav>.current-menu-parent>a::before,
	.i_nav>li:hover>a::before,
	.i_nav>li.active>a::before
	{
		width: 100%;
	}

	.i_nav .sub-menu {
		display: none;
		position: absolute;
		top: 100%;
		left:-20px;
		min-width: 1.4rem;
		background: #FFF;
		overflow: hidden;
		box-shadow: 0 .06rem .1rem rgb(0 0 0 / 8%);
		font-size: 0;
		text-align: left;
	}

	.i_nav .sub-menu li {
		position: relative;
	}
	.i_nav .sub-menu li:not(:last-child):before {content: '';position:absolute; bottom: 0; left:50%; transform:translate(-50%,0);width: 90%;height: 1px;background: #EEE;}
	.i_nav .sub-menu a {
		display: block;
		padding: 0 .2rem;
		font-size: 0.15rem;
		color: #666;
		line-height: 0.4rem;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		position: relative;
	}

	/* .i_nav .sub-menu .current-menu-item::before,
	.i_nav .sub-menu .current-category-ancestor::before,
	.i_nav .sub-menu .current-post-ancestor::before,
	.i_nav .sub-menu .current-menu-ancestor::before,
	.i_nav .sub-menu .current-menu-parent::before,
	.i_nav .sub-menu li:hover::before{
		background: var(--i_color);
	} */

	.i_nav .sub-menu li:hover a {
		color: var(--i_color);
	}
}
@media screen and (max-width:1200px) {
	.i_nav>li>a{font-size: 0.17rem;}
}






@media screen and (max-width:1024px) {
	.i_nav {
		opacity: 0;
		position: fixed;
		top: var(--header_height);
		left: 101%;
		margin: 0 0;
		width: 100%;
		width: 100vw;
		height: calc(100vh - var(--header_height));
		background: #FFF;
		overflow-y: auto;
		-webkit-transition:all .5s ease; transition:all .5s ease;
		z-index: 9999
	}
	.i_nav.active{opacity: 1; left: 0;}
	/*滚动条*/
	.i_nav::-webkit-scrollbar {
		width: 3px;
		height: 8px
	}
	.i_nav::-webkit-scrollbar-thumb {
		-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
		background: #555
	}
	.i_nav::-webkit-scrollbar-track {
		-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
		border-radius: 0;
		background: #F1F1F1
	}

	.i_nav>li {
		margin: 0 0 !important;
		border-bottom: 1px solid var(--border_color);
		position: relative
	}
	.i_nav>.menu-item-has-children span {
		display: block;
		position: absolute;
		top: 8px;
		right: 20px;
		width: 30px;
		height: 30px;
		box-sizing: border-box;
		border: 1px solid #CCC;
		-webkit-border-radius:50%; border-radius:50%;
		background:url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="24" height="24" viewBox="0 0 24 24"%3E%3Cpath fill="%23555" d="M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z"%2F%3E%3C%2Fsvg%3E') no-repeat center;
		background-size: 20px;
	}
	.i_nav>.menu-item-has-children span.on {
		background:url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="24" height="24" viewBox="0 0 24 24"%3E%3Cpath fill="%23555" d="M19 12.998H5v-2h14z"%2F%3E%3C%2Fsvg%3E') no-repeat center;
		background-size: 20px;
	}

	.i_nav>li>a {
		padding: 0 20px;
		font-size: 16px;
		color: #222;
		line-height: 44px;
		text-transform: uppercase;
	}
	.i_nav>.current-menu-item>a,
	.i_nav>.current-category-ancestor>a,
	.i_nav>.current-post-ancestor>a,
	.i_nav>.current-menu-ancestor>a,
	.i_nav>.current-menu-parent>a{
		color: var(--i_color) !important;
	}

	.i_nav>li>.sub-menu {
		display: none
	}
	.i_nav>li>.sub-menu li {
		position: relative;
	}
	.i_nav .sub-menu a {
		padding: 0 40px;
		font-size: 15px;
		color: #555;
		line-height: 40px;
		position: relative;
	}
	.i_nav .sub-menu li:not(:last-child) {
		border-bottom: 1px solid var(--border_color)
	}

	.i_nav>li>.sub-menu b {
		position: absolute;
		top: 0;
		right: 0;
		width: 40px;
		height: 40px;
		background: url(static/images/public/arrow_down_hollow_hei.svg) no-repeat center;
		background-size: 16px;
	}
	.i_nav>li>.sub-menu b.on {
		background: url(static/images/public/arrow_up_hollow_hei.svg) no-repeat center;
		background-size: 16px;
	}

	.i_nav .sub-menu .sub-menu {
		display: none;
	}

	.i_nav .sub-menu .sub-menu a {
		padding: 0 60px;
		font-size: 13px;
		color: #888;
		line-height: 36px;
		position: relative;
	}

	.i_nav a {
		display: block;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis
	}
}






/* 移动端导航按钮 */
.nav_menu {
	/* position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%); */
	flex-shrink: 0;
	position: relative;
	width: 22px;
	height: 16px;
	display: none;
	cursor: pointer
}
.nav_menu i {
	display: block;
	width: 100%;
	height: 3px;
	position: absolute;
	top: 50%;
	margin-top: -2px;
	background: var(--i_color);
	border-radius: .1rem;
	transition: 0.5s
}
.nav_menu::before,
.nav_menu::after {
	content: "";
	width: 100%;
	height: 3px;
	background: var(--i_color);
	position: absolute;
	left: 0;
	border-radius: .1rem;
	transition: 0.5s
}
.nav_menu::before {
	top: 0;
}
.nav_menu::after {
	bottom: 0;
}


.nav_menu.on i {
	opacity: 0
}

.nav_menu.on::before {
	transform: rotate(45deg);
	top: 50%;
	margin-top: -2px
}

.nav_menu.on::after {
	transform: rotate(-45deg);
	top: 50%;
	margin-top: -2px
}

@media screen and (max-width:1024px) {
	.nav_menu {
		display: block !important;
		margin-left: 0.3rem;
		margin-right: 3vw;
	}
}







.full_header_height{height: var(--header_height);}





/* banner */
.banner {
	width: 100%;
	font-size: 0;
	overflow: hidden;
	position: relative;
}

.banner .swiper-container {
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1;
}
.banner .swiper-wrapper {
	display: flex;
	position: relative;
	width: 100%;
	z-index: 1
}
.banner .swiper-slide {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-shrink: 0;
	padding-bottom: calc(100vh - var(--header_height));
	position: relative;
	overflow: hidden
}
/* .banner .swiper-slide>img,
.banner .swiper-slide>a>img {
	width:100vw;
} */

.banner-button{position:absolute; top:48%; transform:translate(0,-50%); width: 0.6rem;height: 0.6rem;box-sizing: border-box;cursor: pointer; z-index: 3;-webkit-transition:all .5s ease; transition:all .5s ease;}
.banner-button-prev{left: -1rem}
.banner-button-next{right: -1rem;}
.banner-button iconify-icon{position:absolute; top:50%; left:50%; transform:translate(-50%,-50%);font-size: 0.5rem;color:var(--i_color);}
.banner:hover .banner-button-prev{left: .1rem;}
.banner:hover .banner-button-next{right: .1rem;}

.banner-pagination {
	display: none;
	position: absolute;
	left: 50%;
	transform: translate(-50%, 0);
	bottom: .26rem;
	text-align: center;
	z-index: 99999999;
}
.banner-pagination .swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	display: inline-block;
	margin: 0 6px;
	-webkit-border-radius:2rem; border-radius:2rem;
	background: #CCC;
	outline: none;
	cursor: pointer;
	position: relative;
	-webkit-transition:width .5s ease; transition:width .5s ease;
}
.banner-pagination .swiper-pagination-bullet-active {background: var(--i_color);}

@media screen and (max-width:1440px) {
	.banner-button iconify-icon{font-size: 0.4rem;}
}
@media screen and (max-width:1200px) {
	.banner-button{display: none;}
}
@media screen and (max-width:1024px) {
	.banner .swiper-slide{padding-bottom: 55%;}
}







.banner1_text{position:absolute; top:45%; transform:translate(0,-50%); left: 0; width: 100%;}
.banner1_text h3{margin-bottom: 0.3rem; font-size: 2.2vw; color: #FFF; font-weight: bold;}
.banner1_text p{margin: .1rem 0; display: table; padding: .14rem .5rem .14rem .2rem; font-size: 0.26rem; color: #FFF; background: var(--i_color); font-weight: bold;}

@media screen and (max-width:1024px) {
	.banner1_text h3{margin-bottom: 20px; font-size: 20px;}
	.banner1_text p{padding: 10px 30px 10px 16px; font-size: 16px;}
	.banner1_text .i_more{margin-top: 20px;}
}
@media screen and (max-width:768px) {
	.banner1_text h3{font-size: 18px;}
	.banner1_text p{font-size: 15px;}
}
@media screen and (max-width:560px) {
	.banner1_text h3{width: 70%; font-size: 4vw;}
	.banner1_text p{display: none;}
}






/* Main */
main{position: relative;overflow: hidden;}





.i_tit{}
.i_tit h3{font-weight: bold; display:flex; flex-wrap:wrap; align-items: center;}

.i_tit .dot1,.i_tit .dot2{width: 10px; height: 10px; background: var(--i_color); border-radius:50%; position: relative;}
.i_tit .dot1{margin-right: 0.4rem;}
.i_tit .dot2{margin-left: 0.4rem;}

.i_tit .dot1::before,.i_tit .dot2::before{content: '';position:absolute; top:50%; transform:translate(0,-50%); width: 8px; height: 8px; background: #67B2E0; border-radius:50%;}
.i_tit .dot1::before{left: calc(100% + 5px);}
.i_tit .dot2::before{right: calc(100% + 5px);}

.i_tit .dot1::after,.i_tit .dot2::after{content: '';position:absolute; top:50%; transform:translate(0,-50%); width: 6px; height: 6px; background: #67B2E0; border-radius:50%;}
.i_tit .dot1::after{left: calc(100% + 19px);}
.i_tit .dot2::after{right: calc(100% + 19px);}

.i_tit h6{font-size: 0.18rem; margin-top: 0.1rem; color: #777; line-height: 1.5;}

.i_tit.center{text-align: center;}
.i_tit.center h3{justify-content: center;}

@media screen and (max-width:1024px) {
	.i_tit h6{font-size: 15px;}

	.i_tit .dot1,.i_tit .dot2{width: 8px; height: 8px;}
	.i_tit .dot1::before,.i_tit .dot2::before{width: 6px; height: 6px;}
	.i_tit .dot1::before{left: calc(100% + 6px);}
	.i_tit .dot2::before{right: calc(100% + 6px);}
	.i_tit .dot1::after,.i_tit .dot2::after{width: 4px; height: 4px;}
}
@media screen and (max-width:560px) {
	.i_tit h6{font-size: 14px;}

	.i_tit .dot1{margin-right: 0.32rem;}
	.i_tit .dot2{margin-left: 0.32rem;}
	.i_tit .dot1,.i_tit .dot2{width: 6px; height: 6px;}
	.i_tit .dot1::before,.i_tit .dot2::before{width: 5px; height: 5px;}
	.i_tit .dot1::after,.i_tit .dot2::after{width: 3px; height: 3px;}
	.i_tit .dot1::after{left: calc(100% + 17px);}
	.i_tit .dot2::after{right: calc(100% + 17px);}
}





.i_more{display: table; min-width: 1.5rem; padding: 6px 6px 6px .24rem; background: rgb(1 126 203 / 10%); -webkit-backdrop-filter: blur(2px); backdrop-filter: blur(2px); border-radius:2rem; position: relative; overflow: hidden;}
.i_more::before{content: '';position: absolute; top: 0; left: 0; width: 0; height: 100%; background: var(--i_color);}
.i_more span{display:flex; flex-wrap:wrap; align-items: center; gap: 0 .2rem; position: relative;}
.i_more b{font-size: 0.16rem; color: var(--i_color);}
.i_more i{display: block; margin-left: auto; width: 0.38rem; height: 0.38rem; background: var(--i_color); border-radius:50%; position: relative;}
.i_more i iconify-icon{position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); font-size: 0.18rem; color: #FFF;}

.i_more.white{background: rgb(255 255 255 / 70%);}

.i_more.center{margin-left: auto;margin-right: auto;}

.i_more:hover{transform:translate(0,-6px);}
.i_more:hover::before{width: 100%;}
.i_more:hover b{color: #FFF;}
.i_more:hover i{transform:rotate(45deg);}

.i_more,.i_more::before,.i_more b,.i_more i{transition:all .5s ease;}

@media screen and (max-width:1024px) {
	.i_more{min-width: 1.3rem;}
	.i_more b{font-size: 15px;}
	.i_more i{width: 30px;height: 30px;}
}
@media screen and (max-width:768px) {
	.i_more{padding: 6px 6px 6px 16px; min-width: 1.1rem;}
	.i_more i{width: 26px;height: 26px;}
	.i_more i iconify-icon{font-size: 16px;}
}
@media screen and (max-width:560px) {
	.i_more b{font-size: 14px;}
}







.secTit{display:flex; flex-wrap:nowrap; align-items: center; gap: 0 6%;}
.secTit .i_more{margin-left: auto; flex-shrink: 0;}

@media screen and (max-width:1024px) {
	.secTit{flex-wrap: wrap; gap: 20px 0;}
	.secTit .i_more{margin-left: 0;}
}





.homeCat{}

.homeCat_cont{display:flex; flex-wrap:wrap;}

.homeCat_nav{width: 60%;}
.homeCat_list{height: 4.8rem; position:relative; overflow:hidden}
.homeCat_list::before{content: ''; position: absolute; top: 0; left: .1rem; width: 1px; height: 100%; border-left: 1px dashed #DDD;}
.homeCat_list .swiper-wrapper{height: 100%; position:relative; width:100%}
.homeCat_list li{width: 100%; height: 0.9rem; display:flex; flex-wrap:wrap; align-items: center; position:relative}
.homeCat_list a{font-size: 0.2rem; font-weight: bold; color: #666; display:flex; flex-wrap:nowrap; gap: 0 .2rem;}
.homeCat_list a i{flex-shrink: 0; width: 0.2rem; height: 0.2rem; box-sizing: border-box; border: 1px solid transparent; border-radius:50%; position: relative;}
.homeCat_list a i::before{content: ''; position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); width: 0.12rem; height: 0.12rem; background: #CCC; border-radius:50%;}

.homeCat_list li.active a{color: var(--i_color);}
.homeCat_list li.active a i{border-color: var(--i_color);}
.homeCat_list li.active a i::before{background: var(--i_color);}

.homeCat_pag{margin-top: 0.1rem;}
.homeCat_pag b{font-size: 0.2rem; color: var(--i_color); font-weight: bold;}
.homeCat_pag,.homeCat_pag i{font-size: 0.18rem; color: #666;}


.homeCat_pic{margin-left: auto; margin-top: 0.3rem; width: 35%;}
.homeCat_pic dt{opacity: 0; visibility: hidden; height: 0; position: relative; top: 0.2rem;}
.homeCat_pic dt.active{opacity: 1; visibility: visible; height: auto; top: 0; transition:all .5s ease;}
.homeCat_pic .pic{display: block; width: 100%; overflow: hidden; position: relative;}
.homeCat_pic .pic::before{content: '';display: block; padding-bottom: 100%;}
.homeCat_pic .pic img{position:absolute; top:0; left:0; width:100%; height:100%; object-fit: cover;}
.homeCat_pic p{display: none;}

@media screen and (max-width:1024px) {
	.homeCat_nav{display: none;}

	.homeCat_pic{width: 100%; margin: 0 0; display:flex; flex-wrap:wrap; gap: 40px 4%;}
	.homeCat_pic dt{opacity: 1; visibility: visible; height: auto; top: 0; width: 22%;}
	.homeCat_pic p{display: block; margin-top: 20px; text-align: center; font-size: 15px; line-height: 1.4; overflow:hidden; display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:2;}
}
@media screen and (max-width:560px) {
	.homeCat_pic dt{width: 48%;}
	.homeCat_pic p{margin-top: 14px; font-size: 14px;}
}







.homeAbout{}

.homeAbout article{font-size: 0.16rem; color: #666; line-height: 1.6;}

.about_pic{margin-top: -0.4rem; width: 100%; position: relative;}
.about_pic>img{width: 100%;}

.homeAbout .i_more{position: relative; z-index: 2;}

.about_num{padding: .3rem 0; position:absolute; left:50%; transform:translate(-50%,0); bottom: 20%;width: 90%; display:flex; flex-wrap:nowrap;}
.about_num::before{content: ''; position:absolute; top:0; left:0; width:100%; height:100%; background: rgb(255 255 255 / 50%); -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px);}

.about_num dt{width: 100%; position: relative; display:flex; flex-wrap:nowrap; justify-content: center; align-items: center; gap: 0 .2rem;}
.about_num dt img{flex-shrink: 0; height: 0.78rem; transition:all .5s ease;}
.about_num dt p{font-size: 0.38rem;}
.about_num dt h6{margin-top: 0.14rem; font-size: 0.18rem;}
.about_num dt:hover img{transform:rotateY(180deg);}

@media screen and (max-width:1440px) {}
@media screen and (max-width:1366px) {}
@media screen and (max-width:1200px) {}
@media screen and (max-width:1024px) {
	.about_num dt img{height: 50px;}

	.about_num dt p{font-size: 24px;}
	.about_num dt h6{font-size: 16px;}
}
@media screen and (max-width:768px) {
	.about_num{position: initial; transform: none; padding: 0 0; margin-top: 30px; width: 100%;}
	.about_num::before{display: none;}
	.about_num dt{flex-wrap: wrap; align-items: flex-start;}

	.about_num span{width: 100%; height: 100%; margin-top: 10px; text-align: center;}
	.about_num dt p{font-size: 20px;}
}
@media screen and (max-width:560px) {
	.about_pic{margin-top: 20px;}

	.about_num dt img{height: 40px;}
	.about_num dt h6{font-size: 15px;}
}






.whyChoose{background:linear-gradient(to bottom, transparent, #E7F6FF);}

.whyChoose_nav{display:flex; flex-wrap:nowrap; justify-content: space-between; position: relative;}
.whyChoose_nav::before{content: ''; position: absolute; left: 0; bottom: 0; width: 100%; height: 1px; border-top: 1px dashed #DDD;}

.whyChoose_nav li{width: 100%; text-align: center; cursor: pointer;}
.whyChoose_nav p{display: table; margin-left: auto;margin-right: auto; padding: .18rem .1rem; font-size: 0.2rem; font-weight: bold; position: relative;}
.whyChoose_nav p::before{content: ''; position:absolute; left:50%; transform:translate(-50%,0); bottom: 0; width: 0; height: 2px; background: var(--i_color); transition:all .5s ease;}
.whyChoose_nav li.active p{color: var(--i_color);}
.whyChoose_nav li.active p::before{width: 100%;}

@media screen and (max-width:1024px) {
	.whyChoose_nav p{font-size: 16px;}
}
@media screen and (max-width:768px) {
	.whyChoose_nav{flex-wrap: wrap;}
	.whyChoose_nav::before{display: none;}
	.whyChoose_nav li{box-sizing: border-box; border: 1px solid #DDD; border-top: none;}
	.whyChoose_nav li:first-child{border-top: 1px solid #DDD;}
	.whyChoose_nav p{padding: 14px 20px;}
}
@media screen and (max-width:560px) {
	.whyChoose_nav p{padding: 12px 20px; font-size: 15px;}
}






.whyChoose_show{}
.whyChoose_show dt{opacity: 0; visibility: hidden; height: 0; overflow: hidden; position: relative; top: 0.3rem;}
.whyChoose_show dt.active{opacity: 1; visibility: visible; top: 0; height: auto; transition:all .5s ease;}

.whyChoose_show .pr{padding-top: 0.2rem;}
.whyChoose_show .pic{position: absolute; top: -.2rem; width: 57%; height: 100%;-webkit-clip-path: polygon(0 0, 100% 0, 80% 100%, 0% 100%); clip-path: polygon(0 0, 100% 0, 80% 100%, 0% 100%); z-index: 2;}
.whyChoose_show .pic img{position:absolute; top:0; left:0; width:100%; height:100%; object-fit: cover;}

.whyChoose_show .txt{margin-left: auto; width: 57%; box-sizing: border-box; padding: .4rem .3rem 0; background:#FFF url(static/images/why-choose-txt-bg.webp) no-repeat right bottom; background-size: 2rem; -webkit-clip-path: polygon(20% 0%, 100% 0, 100% 100%, 0% 100%); clip-path: polygon(20% 0%, 100% 0, 100% 100%, 0% 100%);}
.whyChoose_show .txt span{display: block; padding-bottom: 1rem; margin-left: auto; width: 76%;}
.whyChoose_show .txt h5{font-size: 0.22rem; color: var(--i_color); font-weight: bold;}
.whyChoose_show .txt h6{margin: .18rem 0 .3rem; font-size: 0.18rem;}
.whyChoose_show .txt p{font-size: 0.18rem; color: #666; line-height: 1.6;}

@media screen and (max-width:1024px) {
	.whyChoose_show .pr{padding-top: 0;}
	.whyChoose_show .pic{position: initial; top: 0; width: 100%; clip-path:none}
	.whyChoose_show .pic img{position: initial;}

	.whyChoose_show .txt{margin: 0 0; width: 100%; clip-path:none; padding:30px;}
	.whyChoose_show .txt span{padding: 0 0; width: 100%;}
	.whyChoose_show .txt h5{font-size: 20px;}
}
@media screen and (max-width:768px) {}
@media screen and (max-width:560px) {
	.whyChoose_show .txt h5{font-size: 18px;}
	.whyChoose_show .txt h6{margin: 10px 0 16px; font-size: 15px;}
	.whyChoose_show .txt p{font-size: 15px;}
}








.homeApp{position: relative; overflow: hidden;}
.homeApp::before{content: 'YIJIETE'; position: absolute; top: -3.6rem; left: 0; width: 100%; font-size: 28vw; color: #FFF; font-weight: bold; text-shadow: 0 0 1px #999;}

.homeApp_cont{position: relative;}
.homeApp_cont::before{content: '';display: block; padding-bottom: 44%;}

.homeApp_cont ul {position: absolute; top: 0; left: 0; width: 100%; height: 100%; display:flex; flex-wrap:nowrap; gap: 0 1%;}

.homeApp_cont li {
	flex-grow: 1;
	width: 10%;
	height: 100%;
	position: relative;
	transition: all 0.7s ease;
	cursor: pointer;
	z-index: 2;
}

.homeApp_cont a{position:absolute; top:0; left:0; width:100%; height:100%;}
.homeApp_cont a::after{content: '';position: absolute;left: 0; bottom: 0; width: 100%; height: 50%; background:linear-gradient(to bottom, transparent, #000);}

.homeApp_cont .bg{position:absolute; top:0; left:0; width:100%; height:100%; object-fit: cover;}

.homeApp_cont .t1{position: absolute; left: 0; bottom: .22rem; width: 100%; box-sizing: border-box; padding: 0 6px; text-align: center; z-index: 2; transition:all .5s ease;}
.homeApp_cont .t1 img{height: 0.46rem;}
.homeApp_cont .t1 h5{height: .36rem; margin-top: 0.1rem; font-size: 0.16rem; color: #FFF; overflow:hidden; display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:2;}

.homeApp_cont .t2{opacity: 0; visibility: hidden; position: absolute; left: 0; bottom: 0.22rem; width: 28vw; box-sizing: border-box; padding-left: 0.3rem; z-index: 2; transition:all .5s ease;}
.homeApp_cont .t2 img{height: 0.46rem;}
.homeApp_cont .t2 h5{margin: .1rem 0 .2rem; font-size: 0.24rem; font-weight: bold; color: #FFF;}
.homeApp_cont .t2 p{font-size: 0.16rem; color: #FFF; line-height: 1.5;}

.homeApp_cont li.active{flex-grow: 1000 !important;}
.homeApp_cont li.active .t1{opacity: 0; visibility: hidden;}
.homeApp_cont li.active .t2{opacity: 1; visibility: visible;}

@media screen and (max-width:1440px) {
	.homeApp::before{top: -3.2rem;}
}
@media screen and (max-width:1200px) {
	.homeApp::before{top: -2.8rem;}
}
@media screen and (max-width:1024px) {
	.homeApp::before{display: none;}

	.homeApp_cont::before{display: none;}
	.homeApp_cont ul{position: initial; flex-wrap: wrap; gap: 22px 2%;}
	.homeApp_cont li{width: 49%; height: auto;}

	.homeApp_cont a{position: initial;}
	.homeApp_cont a::after{height: 100%; background: rgb(0 0 0 / 70%);}

	.homeApp_cont .t1{display: none;}
	.homeApp_cont .t2{opacity: 1; visibility: visible; position: relative; bottom: initial; width: 100%; box-sizing: border-box; padding: .3rem .3rem;}

	.homeApp_cont .t2 img{height: 36px;}
	.homeApp_cont .t2 h5{font-size: 20px;}
	.homeApp_cont .t2 p{font-size: 15px;}
}
@media screen and (max-width:768px) {
	.homeApp_cont ul{gap: 16px 0;}
	.homeApp_cont li{width: 100%;}
	.homeApp_cont .t2 h5{font-size: 18px;}
}
@media screen and (max-width:560px) {
	.homeApp_cont .t2{padding: 20px;}
	.homeApp_cont .t2 img{height: 30px;}
	.homeApp_cont .t2 h5{margin-bottom: 10px; font-size: 17px;}
	.homeApp_cont .t2 p{font-size: 14px;}
}







.homeCases{background:linear-gradient(to bottom, #F1F9FF, transparent);}

.homeCases_list{position:relative; overflow:hidden}
.homeCases_list .swiper-wrapper{display:flex; position:relative; width:100%}
.homeCases_list li{flex-shrink:0; position:relative; overflow: hidden;}
.homeCases_list li::before{content: ''; display: block; padding-bottom: 105%;}

.homeCases_list li img{position:absolute; top:0; left:0; width:100%; height:100%; object-fit: cover;}
.homeCases_list .txt{position: absolute; left: 0; bottom: -1.2rem; width: 100%; box-sizing: border-box; padding:.14rem .2rem; transition:all .5s ease;}
.homeCases_list .txt::before{content: '';position:absolute; top:0; left:0; width:100%; height:100%; background: rgb(1 126 203 / 40%); -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px);}
.homeCases_list .txt p{margin-bottom: 0.1rem; font-size: 0.18rem; font-weight: bold; color: #FFF; position: relative; overflow:hidden; display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:2;}
.homeCases_list .txt i{position: relative; font-size: 0.16rem; color: #FFF;}

.homeCases-pagination{display:block; text-align:center}
.homeCases-pagination .swiper-pagination-bullet{width:8px; height:8px; display:inline-block; margin:0 6px; background:#CCC; border-radius:1rem; outline:none; cursor:pointer; transition:all .5s ease;}
.homeCases-pagination .swiper-pagination-bullet-active{width:.34rem; background:var(--i_color)}

.homeCases_list li:hover .txt{bottom: 0;}

@media screen and (max-width:1024px) {
	.homeCases_list .txt{bottom: 0;}
	.homeCases_list .txt p{font-size: 17px;}
	.homeCases_list .txt i{font-size: 14px;}
}
@media screen and (max-width:768px) {
	.homeCases_list .txt p{font-size: 16px;}

	.homeCases-pagination .swiper-pagination-bullet{width: 6px; height: 6px; margin: 0 4px;}
	.homeCases-pagination .swiper-pagination-bullet-active{width: 20px;}
}







.partners{background:url(static/images/partners-bg.webp) no-repeat center; background-size: contain;}

.partner_list{padding: .2rem 0; position:relative; overflow:hidden; background: #FFF;}
.partner_list .swiper-wrapper{
	display:flex; position:relative; width:100%;
	-webkit-transition-timing-function: linear !important;
	-moz-transition-timing-function: linear !important;
	-ms-transition-timing-function: linear !important;
	-o-transition-timing-function: linear !important;
	transition-timing-function: linear !important;
}
.partner_list li{flex-shrink:0; position:relative; box-shadow: 0 1px 6px rgb(0 0 0 / 10%); overflow: hidden;}
.partner_list li::before{content: ''; display: block; padding-bottom: 40%;}
.partner_list li img{position:absolute; top:0; left:0; width:100%; height:100%; object-fit: contain;}

@media screen and (max-width:560px) {
	.partner{padding: 8px 0;}
	.partner_list{padding: 10px 0;}
}







.homeNews{background:url(static/images/news-bg.webp) no-repeat center; background-size: cover;}

.homeNews_list{display:flex; flex-wrap:wrap; gap: .38rem 2%;}
.homeNews_list li{width: 32%; background: #FFF;}

@media screen and (max-width:1024px) {
	.homeNews_list{}
	.homeNews_list li{width: 49%;}
}
@media screen and (max-width:560px) {
	.homeNews_list{gap: 24px 0;}
	.homeNews_list li{width: 100%;}
}





.nItem{display: block; box-sizing: border-box; height: 100%; padding: .14rem .14rem .6rem; background: #FFF; position: relative;}

.nItem .pic{width:100%; position:relative; overflow:hidden}
.nItem .pic::before{content:""; display:block; padding-bottom:58%}
.nItem .pic img{position:absolute; top:0; left:0; width:100%; height:100%; object-fit: cover; transition:all .5s ease;}

.nDate{position: absolute; left: 0.1rem; bottom: 0.1rem; background: var(--i_color); padding:6px .1rem; text-align: center;}
.nDate p{margin-bottom: 2px; font-size: 0.2rem; color: #FFF;font-weight: bold;}
.nDate i{font-size: 0.15rem; color: #FFF;}

.nItem .txt{margin-top: 0.14rem;}
.nItem .txt h5{font-size: 0.18rem; line-height: 1.4; overflow:hidden; display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:2;}
.nItem .txt p{margin: .14rem 0 .24rem; font-size: 14px; color: #666; line-height: 1.5; overflow:hidden; display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:3;}

.nItem .txt span{position: absolute; left: 0; bottom: .22rem; width: 100%; box-sizing: border-box; padding: 0 .14rem; display:flex; flex-wrap:wrap; justify-content: space-between; align-items: center;}
.nItem .txt span b{font-size: 0.16rem; color: var(--i_color);}
.nItem .txt span i{display: block; margin-left: auto; width: 0.38rem; height: 0.38rem; box-sizing: border-box; border: 1px solid var(--i_color); border-radius:50%; position: relative;}
.nItem .txt span i iconify-icon{position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); font-size: 0.18rem; color: var(--i_color)}

.nItem:hover img{transform: scale(1.05, 1.05);}
.nItem:hover h5{color: var(--i_color);}
.nItem:hover span i{background: var(--i_color);}
.nItem:hover span i iconify-icon{color: #FFF;}

@media screen and (max-width:1024px) {
	.nDate p{font-size: 16px;}
	.nItem .txt h5{font-size: 17px;}
	.nItem .txt span b{font-size: 15px;}
	.nItem .txt span i{width: 30px; height: 30px;}
}
@media screen and (max-width:768px) {
	.nItem .txt h5{font-size: 16px;}
}
@media screen and (max-width:560px) {
	.nItem .txt h5{font-size: 15px;}
}







footer{background:url(static/images/footer-bg.webp) no-repeat center; background-size: cover;}

.fBox{display:flex; flex-wrap:nowrap; justify-content: space-between;}

.fCont{flex-shrink: 0; width: 38%;}

.fM{height: 1.2rem; margin-bottom: 0.4rem; display:flex; flex-wrap:wrap; align-items: center; border-bottom: 1px solid rgb(255 255 255 / 15%);}
.fLogo{}
.fLogo img{height: 0.72rem;}

.fMedia{margin-left: auto; display:flex; flex-wrap:wrap; gap: 0 .2rem;}
.fMedia li{transition:all .5s ease;}
.fMedia a{display: block; width: 0.44rem; height: 0.44rem; background: #4C4C4B; border-radius:50%; position: relative;}
.fMedia iconify-icon{position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); font-size: 0.2rem; color: rgb(255 255 255 / 60%);}
.fMedia li:hover{transform:translate(0,-6px);}
.fMedia li:hover a{background: var(--i_color);}
.fMedia li:hover iconify-icon{color: #FFF;}

.fContact{}
.fContact li{margin-bottom: 0.3rem; display:flex; flex-wrap:wrap; gap: 0 4px;}
.fContact h5,.fContact a,.fContact p{font-size: 0.18rem; color: #FFF;}
.fContact a:hover{color: var(--i_color); text-decoration: underline;}

.fTit{margin-bottom: 0.4rem; height: 1.2rem; border-bottom: 1px solid rgb(255 255 255 / 15%);}
.fTit h4{top: 0.4rem; font-size: 0.3rem; color: #FFF;font-weight: bold; position: relative;}

.fNav{min-width: 20%; max-width: 26%;}
.fNav ul{}
.fNav li{margin-bottom: 0.1rem;}
.fNav li a{display: block; padding: 2px 0; font-size: 0.18rem; color: #FFF; line-height: 1.4;}

.fNav li a:hover{color: var(--i_color);}


.fCR{background: #232323;}
.fCR p,.fCR a{font-size: 0.16rem; color: #FFF; line-height: 1.5;}
.fCR a:hover{color: var(--i_color); text-decoration: underline;}

@media screen and (max-width:1200px) {
	.fLogo img{height: 0.64rem;}
}
@media screen and (max-width:1024px) {
	.fCont{width: 100%;}

	.fM{padding-bottom: 0.2rem; height: auto;}

	.fMedia a{width: 40px; height: 40px;}
	.fMedia iconify-icon{font-size: 18px;}

	.fContact li{margin-bottom: 14px;}

	.fNav{display: none;}

	.fCR p, .fCR a{font-size: 15px;}
}
@media screen and (max-width:560px) {
	.fLogo img{height: 52px;}

	.fM{margin-bottom: 20px;}

	.fMedia a{width: 36px; height: 36px;}
	.fMedia iconify-icon{font-size: 16px;}

	.fContact li:last-child{margin-bottom: 0;}
	.fContact h5, .fContact a, .fContact p{font-size: 17px;}
}








/* ====================================================== */

.banner__{position: relative; overflow: hidden;}
.banner__>img{width: 100vw;}

.banner__text{position:absolute; top:40%; transform:translate(0,-50%); left: 0; width: 100%; text-align: center;}
.banner__text h2{color: #FFF;font-weight: bold;}

.bannerMask{position: absolute; left: 0; bottom: -2px; width: 100%;}
.bannerMask img{width: 100vw;}

@media screen and (max-width:1024px) {
	.banner__text{top: 50%;}
}
@media screen and (max-width:768px) {
	.banner__::before{content: '';display: block; padding-bottom: 45%;}
	.banner__>img{position:absolute; top:0; left:0; height:100%; object-fit: cover;}
}







/* Breadcrumb */
.in_position{margin-top: 0.1rem; position:relative;}
.in_position>div{display:flex;flex-wrap:wrap;align-items:center; justify-content: center;}
.in_position a{display:block;font-size:15px;color:#FFF;position:relative;line-height:20px;}
.in_position a:first-child{padding-left: 0.3rem;}
.in_position a:first-child::before{
	content: '';
	position:absolute; top:50%; transform:translate(0,-50%);left: 0;
	width: 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='%23FFF' d='M21 20a1 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.79zm-2-1V9.978l-7-5.444l-7 5.444V19z'/%3E%3C/svg%3E") no-repeat center;
	background-size: contain;
}
.in_position a:not(:last-child):after {content:">";margin:0 4px;color:#FFF}
.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 a {font-size:14px}
}
@media screen and (max-width:560px) {
	.in_position a {font-size:13px}
}





/* Breadcrumb */
.in_position2{padding:.2rem 0;background:#F1F1F1;position:relative;}
.in_position2 .wrap{display:flex;flex-wrap:wrap;align-items:center;}
.in_position2 a{display:block;font-size:15px;color:#333;position:relative;line-height:20px;}
.in_position2 a:first-child{padding-left: 0.26rem;}
.in_position2 a:first-child::before{
	content: '';
	position:absolute; top:50%; transform:translate(0,-50%);left: 0;
	width: 18px;height: 18px;
	background:url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="80" height="80" viewBox="0 0 2048 2048"%3E%3Cpath fill="currentColor" d="m1024 165l941 942l-90 90l-83-82v805h-640v-640H896v640H256v-805l-83 82l-90-90l941-942zm640 1627V987l-640-640l-640 640v805h384v-640h512v640h384z"%2F%3E%3C%2Fsvg%3E') no-repeat center;
	background-size: contain;
}
.in_position2 a:not(:last-child):after {content:">";margin:0 4px;color:#555}
.in_position2 a:last-child {color:var(--i_color) !important}
.in_position2 a:hover {color:var(--i_color)}
@media screen and (max-width:1024px) {
	.in_position2 {padding:.16rem 0;}
	.in_position2 a {font-size:14px}
}
@media screen and (max-width:560px) {
	.in_position2 {padding:.12rem 0;}
	.in_position2 a {font-size:13px}
}







.categoryBox{display:-webkit-flex; display:flex; flex-wrap:nowrap; align-items: flex-start; gap: 0 3.5%;}
.catSide{flex-shrink: 0; width: 28%; position: relative; }
.catList_show{width: 100%; margin-left: auto;}

@media screen and (max-width:1440px) {
	.catSide{width: 24%;}
}
@media screen and (max-width:1024px) {
	.categoryBox{flex-wrap: wrap; gap: 40px 0;}
	.catSide{width: 100%; padding: 0 0; background: none; border: none;}
	.catList_show{width: 100%; padding: 0 0; margin: 0 0;}
}







.cat_nav{background: #F3F7FA; padding: .2rem;}
.cat_nav_tit{padding: .16rem .18rem; margin-bottom: 0.2rem; position: relative; background: var(--i_color);}
.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: #FFF;}
.cat_fold_tit a{padding: .12rem 0; width: 100%; font-size: 0.18rem; 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{background: #FFF;}
.cat_fold_tit a:hover, .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; padding: .12rem .2rem;}
.cat_fold_sub dt{box-sizing: border-box;}
.cat_fold_sub a{display: block;padding: .14rem .2rem;font-size: 0.18rem; position: relative; transition:all .5s ease;}
.cat_fold_sub a::before{content: ''; position:absolute; top:50%; transform:translate(0,-50%); left: 0; width: 8px; height: 8px; background: #CCC; border-radius:50%; 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{background: var(--i_color);}

@media screen and (max-width:1024px) {
	.cat_nav{padding: 0;}
	.cat_nav_tit{border: none; padding: 12px 28px; margin: 0 0; display:-webkit-flex; display:flex; flex-wrap:nowrap;align-items: center;position: relative;z-index: 2; background: var(--i_color);}
	.cat_nav_tit h4{font-size: 20px; color: #FFF;}
	.cat_nav_tit iconify-icon{display: block; margin-left: auto;font-size: 26px;color: #FFF;}

	.cat_nav_list{display: none;box-sizing: border-box;padding: 18px 30px 20px;}
	.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;}
}
@media screen and (max-width:560px) {
	.cat_nav_tit h4{font-size: 16px;}

	.cat_nav_list{padding: 20px 20px;}

	.cat_fold_tit a{font-size: 15px;}
	.cat_fold_tit iconify-icon{font-size: 22px;}
	.cat_fold_sub a{padding: 8px 20px; font-size: 14px;}
	.cat_fold_sub a::before{width: 6px; height: 6px;}
}






.category_des{}
.category_name{margin-bottom: 0.2rem; position: relative;}
.category_name h1{font-weight: bold; position: relative; line-height: 1.4;}
.category_des span{color: #555;}

@media screen and (max-width:1024px) {
	.category_des{margin-top: 0;}
	.category_name{margin-bottom: 14px;}
}






.pList{display:flex; flex-wrap:wrap; gap: .3rem 3%;}
.pList li{width: 31.33%;}

@media screen and (max-width:768px) {
	.pList{gap: 30px 4%;}
	.pList li{width: 48%;}
}






.pItem{display: block; position: relative;}

.pItem .coverpic{width:100%; position:relative; overflow:hidden}
.pItem .coverpic::before{content:""; display:block; padding-bottom:100%}
.pItem .coverpic img{position:absolute; top:0; left:0; width:100%; height:100%; object-fit: cover; transition:all .5s ease;}

.pItem .text{position: absolute; left: 0; bottom: 0; width: 100%; background: #FFF; border-radius:0 .2rem 0 0; box-sizing: border-box; padding: .14rem .2rem; overflow: hidden;}
.pItem .text::before{content: ''; position: absolute; left: 0; bottom: 0; width: 100%; height: 0; background: var(--i_color); transition:all .5s ease;}
.pItem .text p{font-size: 0.18rem; font-weight: bold; line-height: 1.4; overflow:hidden; display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:2; position: relative; transition:all .5s ease;}

.pItem:hover img{transform: scale(1.05, 1.05);}
.pItem:hover .text::before{height: 100%;}
.pItem:hover .text p{color: #FFF;}

@media screen and (max-width:1024px) {
	.pItem .text p{font-size: 16px;}
}
@media screen and (max-width:560px) {
	.pItem .text{padding: 10px 16px;}
	.pItem .text p{font-size: 15px;}
}







/* Paging */
.in_paging{--size:34px;}
.in_paging ul{display:flex; flex-wrap:wrap;justify-content:center;align-items:center;text-align: center;}
.in_paging li{min-width: var(--size);margin: 0 4px;}
.in_paging a,.in_paging span {display:block;padding: 0 10px; height: var(--size); line-height:calc(var(--size) - 2px);font-size:14px;color:#666;background:#FFF;box-sizing: border-box; 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:560px) {
	.in_paging{--size:30px;}
}







.p_data{}
.p_data .wrap{display:-webkit-flex; display:flex; flex-wrap:nowrap; align-items: flex-start; gap: 0 4%;}

@media screen and (max-width:1024px) {
	.p_data .wrap{flex-wrap: wrap;}
}





/* gallery */
.pGallery {flex-shrink: 0; width:42%; box-sizing: border-box; border: 1px solid #DDD; padding: .14rem; position: relative;}

.pGallery_list{position:relative; overflow:hidden}
.pGallery_list .swiper-wrapper{display:flex; position:relative; width:100%}
.pGallery_list li{flex-shrink:0; position:relative; overflow: hidden;}
.pGallery_list li::before{content: '';display: block; padding-bottom: 100%;}
.pGallery_list li img{position:absolute; top:0; left:0; width:100%; height:100%; object-fit: cover;}

.pGallery-prev,.pGallery-next{position:absolute; top:50%; transform:translate(0,-50%); width:.4rem; height:.4rem; background: rgb(0 0 0 / 65%); z-index:3; cursor:pointer; outline:none; user-select:none; transition:all .5s ease;}
.pGallery-prev{left:-.5rem;}
.pGallery-next{right:-.5rem;}
.pGallery-prev iconify-icon,.pGallery-next iconify-icon{position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); font-size:0.2rem; color:#FFF;}
.pGallery_list .swiper-button-disabled{cursor:not-allowed}
.pGallery-prev:hover,.pGallery-next:hover{background: var(--i_color);}

.pGallery:hover .pGallery-prev{left:0;}
.pGallery:hover .pGallery-next{right:0;}

.pGallery-pagination{display:none}

@media screen and (max-width:1024px) {
	.pGallery{width: 100%; max-width: 600px; margin: 0 auto 46px;}

	.pGallery-prev,.pGallery-next{display: none;}

	.pGallery-pagination{display:block; margin-top:0.2rem; text-align:center}
	.pGallery-pagination .swiper-pagination-bullet{width:8px; height:8px; display:inline-block; margin:0 6px; background:#CCC; border-radius:50%; outline:none; cursor:pointer;}
	.pGallery-pagination .swiper-pagination-bullet-active{background:var(--i_color)}
}
@media screen and (max-width:560px) {
	.pGallery{margin: 0 auto 30px;}
	.pGallery-pagination .swiper-pagination-bullet{width: 6px; height: 6px;}
}





.p_title{margin-left: auto;width: 100%;}

.p_tit{display:flex; flex-wrap:nowrap; gap: 0 .4rem; align-items: center;}
.p_tit h1{font-size: 0.2rem; color: #333; font-weight: bold;}

.p_share{margin-left: auto; display:-webkit-flex; display:flex; flex-wrap:nowrap; align-items: center; gap: 0 .1rem;}
.p_share>p{flex-shrink: 0; font-size: 0.18rem; font-weight: bold;}
.p_share dl{display:-webkit-flex; display:flex; flex-wrap:nowrap;align-items: center;gap: 0 .2rem;}
.p_share dt a{display:block; width: 0.32rem; height: 0.32rem; background: #999; border-radius:50%; position: relative;}
.p_share dt iconify-icon {position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); font-size:0.14rem;color:#FFF;}
.p_share dt:hover a{background: var(--i_color);}

.p_des{}
.p_des>h5{margin-bottom: .08rem; font-size: 0.18rem; color: #333; font-weight: bold;}
.p_des article{padding: .24rem; background: #F7FCFF;}

.p_des article table{background: transparent !important; border: none !important;}
.p_des article tr{background: none !important;}
.p_des article td{border: none !important;}

.p_btn{padding-top: 0.2rem; margin-top: 0.2rem; border-top: 1px solid var(--i_color); display:-webkit-flex; display:flex; flex-wrap:wrap;gap: 0 .3rem;}
.p_btn li{}
.p_btn a{padding: .1rem .2rem; border: 1px solid var(--i_color); display:flex; flex-wrap:wrap; align-items: center; gap: 0 .3rem; position: relative;}
.p_btn a::before{content: '';position: absolute; left: 0; top: 0; width: 0; height: 100%; background: var(--i_color);}
.p_btn p{font-size: 0.18rem; color: var(--i_color); position: relative;}
.p_btn iconify-icon{font-size: 0.24rem; color: var(--i_color); position: relative;}

.p_btn a:hover::before, .p_btn .active a::before{width: 100%;}
.p_btn a:hover p,.p_btn a:hover iconify-icon,.p_btn .active p,.p_btn .active iconify-icon{color: #FFF;}

.p_btn a::before,.p_btn p,.p_btn iconify-icon{transition:all.5s ease;}

@media screen and (max-width:1024px) {
	.p_btn a{padding: 8px 10px;}
	.p_btn p{font-size: 16px;}
	.p_btn iconify-icon{font-size: 20px;}
}
@media screen and (max-width:768px) {
	.p_tit{flex-wrap: wrap; gap: 20px 0;}
	.p_tit h1{width: 100%; font-size: 18px;}
	.p_share{margin-left: 0;}
}
@media screen and (max-width:560px) {
	.p_des article{padding: 18px;}

	.p_btn{gap: 0 20px;}
	.p_btn a{gap: 0 12px;}
	.p_btn p{font-size: 15px;}
}







.pContentBox{}

.pContentNav{position: relative; overflow: hidden; display:flex; flex-wrap:nowrap;}
.pContentNav::before{content: ''; position: absolute; left: 0; bottom: 0; width: 100%; height: 1px; background: #DDD;}
.pContentNav li{min-width: 1.6rem; display:flex; flex-wrap:wrap; align-items: center; justify-content: center; text-align: center; cursor: pointer;}
.pContentNav p{padding: .14rem .3rem; font-size: 0.18rem;font-weight: bold;}

.pContentNav li.active{background: var(--i_color);}
.pContentNav li.active p{color: #FFF;}

.pContentShow{}
.pContentItem{opacity: 0; visibility: hidden; height: 0; top: 0.3rem; position: relative; overflow: hidden;}
.pContentItem.active{opacity: 1; visibility: visible; height: auto; top: 0; transition:all .5s ease;}

@media screen and (max-width:1024px) {
	.pContentNav p{padding: .14rem .2rem; font-size: 16px;}
}
@media screen and (max-width:768px) {
	.pContentNav li{min-width: auto; width: 100%;}
	.pContentNav p{padding: .12rem .18rem; font-size: 15px;}
}
@media screen and (max-width:560px) {
	.pContentNav p{padding: .1rem .18rem; 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.2rem; color: #333;}
.p_tags a{margin-right: 0.24rem; font-size: 15px;}
.p_tags a:hover{color: var(--i_color); text-decoration: underline;}
@media screen and (max-width:768px) {
	.p_tags{gap: 12px 0;}
	.p_tags>p{font-size: 17px;}
	.p_tags a{margin-right: 16px; font-size: 13px;}
}





.p_view_other{display:-webkit-flex; display:flex; flex-wrap:nowrap; justify-content: space-between; align-items: center; gap: 0 4%;}
.p_view_other li{max-width: 46%; display:-webkit-flex; display:flex; flex-wrap:nowrap;gap: 0 .14rem; align-items:center}
.p_view_other a{display:-webkit-flex; display:flex; flex-wrap:nowrap; align-items: center; gap: 0 .2rem;}
.p_view_other span{flex-shrink: 0; width: 0.38rem;height: 0.38rem; position: relative; box-sizing: border-box; border:1px solid var(--i_color); border-radius:50%;}
.p_view_other span iconify-icon{position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); font-size: .24rem; color: var(--i_color);}
.p_view_other p{font-size: 0.16rem; color: #333; line-height: 1.5;}
.p_view_other p b{font-size: 0.18rem; color: #333; font-weight: bold;}

.p_view_other li:hover span{background: var(--i_color);}
.p_view_other li:hover span iconify-icon{color: #FFF;}
.p_view_other li:hover p{color: var(--i_color);}

@media screen and (max-width:1024px) {
	.p_view_other span{width: 30px;height: 30px;}
	.p_view_other span iconify-icon{font-size: 20px;}
	.p_view_other p{font-size: 15px;}
}
@media screen and (max-width:768px) {
	.p_view_other{flex-wrap: wrap;gap: 12px 0;}
	.p_view_other li{max-width: 100%}
	.p_view_other span{order: -1;}
	.p_view_other p{font-size: 14px;}
	.p_view_other p b{font-size: 17px;}
}








.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-navigation{display:flex; flex-wrap:wrap; justify-content: center; gap: 0 .2rem;}
.pRelated-navigation>div{width:.4rem; height:.4rem; box-sizing: border-box; border: 1px solid var(--i_color); z-index:3; border-radius:50%; cursor:pointer; outline:none; user-select:none; position: relative;}
.pRelated-navigation iconify-icon{position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); font-size: 0.24rem; color: var(--i_color);}

.pRelated-navigation>div:hover{background: var(--i_color);}
.pRelated-navigation>div:hover iconify-icon{color: #FFF;}

.pRelated-pagination{display:none}

@media screen and (max-width:1024px) {
	.pRelated-navigation{display: none;}

	.pRelated-pagination{display:block; margin-top:0.3rem; text-align:center}
	.pRelated-pagination .swiper-pagination-bullet{width:.08rem; height:.08rem; display:inline-block; margin:0 6px; background:#CCC; border-radius:50%; outline:none; cursor:pointer;}
	.pRelated-pagination .swiper-pagination-bullet-active{background:var(--i_color)}
}







.about__{position: relative;}
.about__ .wrap{position: relative; z-index: 2;}
.about__cont{display:flex; flex-wrap:wrap; align-items: flex-start;}

.about__txt{width: 48%; padding-bottom: 1.5rem; }

.about__pic{padding-bottom: 0.4rem; margin-left: auto; width: 44%;}
.about__pic img{width: 100%;}

.about__ .bg{position: absolute; left: 0; bottom: 0; width: 100%;}
.about__ .bg>div{display:flex; flex-wrap:wrap; align-items: center; width: 100%; height: 1rem; background: var(--i_color);}

.about__ .i_more{margin-left: 12vw; background: #FFF;}
.about__ .i_more::before{background: #FFF !important;}
.about__ .i_more b{color: var(--i_color) !important;}

@media screen and (max-width:1024px) {
	.about__{margin-bottom: 80px;}

	.about__cont{gap: 30px 0;}
	.about__txt{width: 100%; padding: 0 0;}
	.about__pic{width: 100%; padding: 0 0;}

	.about__ .bg{bottom: -30px;}
}
@media screen and (max-width:560px) {
	.about__ .i_tit h3 i{display: none;}
}







.aboutAdv{}

.aboutAdv_list{}
.aboutAdv_list ul{display:flex; flex-wrap:nowrap; gap: 0 2%;}
.aboutAdv_list li{width: 22%; box-sizing: border-box; padding: .3rem .2rem 3.8rem; border-top: 5px solid var(--i_color); position: relative; background: #F7FCFF; transition:all .7s ease; overflow: hidden;}

.aboutAdv_list .t1{position: absolute; top: 0; left: 0; width: 100%; text-align: center;}

.aboutAdv_list .number{font-size: 5vw; font-weight: bold; color: #E2E9ED;}
.aboutAdv_list h5{font-size: 0.2rem; font-weight: bold;}

.aboutAdv_list .t2{opacity: 0; visibility: hidden; display:flex; flex-wrap:nowrap; width: 30vw;}
.aboutAdv_list .t2 span{}
.aboutAdv_list .t2 .number{opacity: 0; position: absolute;top: 0; right: 0.2rem;}
.aboutAdv_list .t2 h5{color: var(--i_color);}
.aboutAdv_list .t2 h6{margin-top: 0.18rem; font-size: 0.15rem; line-height: 1.5;}

.aboutAdv_list .pic{position: absolute; left: 0; bottom: 0; width: 100%; height: 3.4rem; transition:all .5s ease;}
.aboutAdv_list .pic img{position:absolute; top:0; left:0; width:100%; height:100%; object-fit: cover;}

.aboutAdv_list li.active{flex-grow: 1000 !important;}
.aboutAdv_list li.active .t1{opacity: 0; visibility: hidden;}
.aboutAdv_list li.active .t2{opacity: 1; visibility: visible;}
.aboutAdv_list li.active .t2 .number{opacity: 1; transition:all .5s .3s;}

@media screen and (max-width:1024px) {
	.aboutAdv_list ul{flex-wrap: wrap; gap: 30px 0;}

	.aboutAdv_list li{width: 100%; padding: 20px 0 0;}
	.aboutAdv_list .t1{display: none;}
	.aboutAdv_list .t2{opacity: 1; visibility: visible; width: 80%; box-sizing: border-box; padding: 0 .2rem;}
	.aboutAdv_list .t2 .number{opacity: 1; font-size: 8vw;}

	.aboutAdv_list .pic{margin-top: 0.3rem; position: initial; height: auto;}
	.aboutAdv_list .pic img{position: initial;}
}
@media screen and (max-width:768px) {
	.aboutAdv_list li{border-top-width: 3px;}
}
@media screen and (max-width:560px) {
	.aboutAdv_list .t2{width: 100%;}
	.aboutAdv_list h5{font-size: 18px;}
	.aboutAdv_list .t2 h6{font-size: 14px;}
}






.aboutHonor{background:url(static/images/honor-bg.webp) no-repeat bottom center; background-size: cover;}

.aboutHonor .wrap{display:flex; flex-wrap:nowrap; gap: 0 6%;}

.aboutHonor_t{width: 100%;}
.aboutHonor_t article{}

.aboutHonor_nav{display:flex; flex-wrap:wrap; gap: 0 .2rem;}
.aboutHonor_nav li{border-radius:4px; cursor: pointer; overflow: hidden;}
.aboutHonor_nav li p{padding: .1rem .2rem; font-size: 0.2rem; color: var(--i_color); position: relative;}
.aboutHonor_nav li p::before{content: '';position: absolute; left: 0; bottom: 0; width: 100%; height: 1px; background: #CCC;}
.aboutHonor_nav li.active{background: var(--i_color);}
.aboutHonor_nav li.active p{color: #FFF;}
.aboutHonor_nav li.active p::before{display: none;}

.aboutHonor_p{flex-shrink: 0; width: 50%; position: relative;}
.aboutHonor_p .item{display: none;}
.aboutHonor_p .item.active{display: block;}

.aboutHonor_list{width: 80%; margin-left: auto;margin-right: auto; position:relative; overflow:hidden}
.aboutHonor_list .swiper-wrapper{display:flex; position:relative; width:100%}
.aboutHonor_list li{flex-shrink:0; position:relative; overflow: hidden;}
.aboutHonor_list li::before{content: '';display: block; padding-bottom: 125%;}
.aboutHonor_list li img{position:absolute; top:0; left:0; width:100%; height:100%; object-fit: cover;}

.aboutHonor-prev,.aboutHonor-next{position:absolute; top:50%; transform:translate(0,-50%); width:.5rem; height:.5rem; background: none; z-index:3; cursor:pointer; outline:none; user-select:none}
.aboutHonor-prev{left:0;}
.aboutHonor-next{right:0;}
.aboutHonor-prev iconify-icon,.aboutHonor-next iconify-icon{position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); font-size:0.5rem; color:#333;}
.aboutHonor_list .swiper-button-disabled{cursor:not-allowed}
.aboutHonor-prev:hover iconify-icon,.aboutHonor-next:hover iconify-icon{color: var(--i_color);}

.aboutHonor-pagination{display:block; text-align:center}
.aboutHonor-pagination .swiper-pagination-bullet{width:20px; height:3px; display:inline-block; margin:0 6px; background:#AAA; outline:none; cursor:pointer; transition:all .5s ease;}
.aboutHonor-pagination .swiper-pagination-bullet-active{width:.5rem; background:var(--i_color)}

@media screen and (max-width:1024px) {
	.aboutHonor .wrap{flex-wrap: wrap; gap: 50px 0;}
	.aboutHonor_t{width: 100%;}
	.aboutHonor_p{width: 100%;}
	.aboutHonor_list{width: 100%;}

	.aboutHonor-prev, .aboutHonor-next{display: none;}
}
@media screen and (max-width:768px) {
	.aboutHonor_nav li p{font-size: 18px;}
}
@media screen and (max-width:560px) {
	.aboutHonor_nav{gap: 0 10px;}
	.aboutHonor_nav li p{padding: 8px 10px; font-size: 15px;}
	.aboutHonor-pagination .swiper-pagination-bullet{width: 10px;}
	.aboutHonor-pagination .swiper-pagination-bullet-active{width: 20px;}
}






.aboutCE_list{}

.aboutCE_list{position:relative; overflow:hidden}
.aboutCE_list .swiper-wrapper{display:flex; position:relative; width:100%}
.aboutCE_list li{flex-shrink:0; position:relative; overflow: hidden;}

.aboutCE_list .pic{width:100%; position:relative; overflow:hidden}
.aboutCE_list .pic::before{content:""; display:block; padding-bottom:66%}
.aboutCE_list .pic img{position:absolute; top:0; left:0; width:100%; height:100%; object-fit: cover; transition:all .5s ease;}

.aboutCE_list .txt{position: absolute; left: 0; bottom: -.5rem; width: 100%; background: rgb(1 126 203 / 70%); text-align: center; box-sizing: border-box; padding: .1rem .2rem; transition:all .5s ease;}
.aboutCE_list .txt p{font-size: 0.16rem; color: #FFF; overflow:hidden; white-space:nowrap; text-overflow:ellipsis;}

.aboutCE_list li:hover img{transform: scale(1.05, 1.05);}
.aboutCE_list li:hover .txt{bottom: 0;}

.aboutCE-pagination{display:block; margin-top:0.4rem; text-align:center}
.aboutCE-pagination .swiper-pagination-bullet{width:20px; height:3px; display:inline-block; margin:0 6px; background:#CCC; outline:none; cursor:pointer; transition:all .5s ease;}
.aboutCE-pagination .swiper-pagination-bullet-active{width: 30px; background:var(--i_color)}

@media screen and (max-width:1024px) {
	.aboutCE_list .txt{position: relative; bottom: 1px; padding: 12px 10px; background: var(--i_color);}
	.aboutCE_list .txt p{font-size: 14px;}
}
@media screen and (max-width:560px) {
	.aboutCE-pagination{margin-top: 26px;}
	.aboutCE-pagination .swiper-pagination-bullet{width: 10px;}
	.aboutCE-pagination .swiper-pagination-bullet-active{width: 20px;}
}







.appList{}
.appList li{margin-bottom: 0.5rem;}

.appList a{width: 100%; display:flex; flex-wrap:nowrap; align-items: center; background: #F7FCFF; position: relative; overflow: hidden;}

.appList .pic{flex-shrink: 0; width: 40%; position: relative; overflow: hidden;}
.appList .pic::before{content: ''; display: block; padding-bottom: 74%;}
.appList .pic img{position:absolute; top:0; left:0; width:100%; height:100%; object-fit: cover; transition:all .5s ease;}

.appList .txt{padding: 0 .5rem;}
.appList .icon{opacity: .8; height: 0.5rem; -webkit-filter:brightness(0); filter:brightness(0);}

.appList h5{margin: 0.2rem 0; font-size: 0.26rem;}
.appList p{font-size: 0.16rem; line-height: 1.5; overflow:hidden; display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:2;}

.icon_bg{opacity: .1; position: absolute; right:0; bottom: -.4rem; height: 1.6rem;}

.appList li:hover .pic img{transform: scale(1.05, 1.05);}
.appList li:hover .icon{opacity:1; -webkit-filter:none; filter:none;}
.appList li:hover h5{color: var(--i_color); font-weight: bold;}
.appList li:hover .i_more::before{width: 100%;}
.appList li:hover .i_more b{color: #FFF;}
.appList li:hover .i_more i{transform:rotate(45deg);}

@media screen and (max-width:1024px) {
	.appList li{margin-bottom: 30px;}

	.appList .icon{height: 0.3rem;  -webkit-filter:none; filter:none;}
	.appList h5{font-size: 18px;}
	.appList p{font-size: 14px;}

	.icon_bg{opacity:.1; right:0; bottom: -.2rem; height: 1rem;}
}
@media screen and (max-width:768px) {
	.appList .txt{padding:0 30px;}
	.appList .icon{display: none;}
	.appList h5{margin: 0 0 10px;}
	.appList .i_more{display: none;}
}
@media screen and (max-width:560px) {
	.appList li{margin-bottom: 20px;}

	.appList .txt{padding:0 20px;}
	.appList h5{font-size: 16px;}
	.appList p{font-size: 13px;}

	.icon_bg{opacity:.1; right:0; bottom: -.1rem; height: .5rem;}
}






.caseList{display:flex; flex-wrap:wrap; gap: .4rem 2.5%;}
.caseList li{width: 31.66%; position: relative;}

.caseList .pic{width:100%; position:relative; overflow:hidden}
.caseList .pic::before{content:""; display:block; padding-bottom:105%}
.caseList .pic img{position:absolute; top:0; left:0; width:100%; height:100%; object-fit: cover; transition:all .5s ease;}

.caseList .txt{position: absolute; left: 0; bottom: 0; width: 100%; box-sizing: border-box; padding: .2rem;}
.caseList .txt::before{content: ''; position:absolute; top:0; left:0; width:100%; height:100%; background: rgb(255 255 255 / 75%); -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px);}

.caseList .txt p,.caseList .txt i{position: relative;}
.caseList .txt p{height: 0.46rem; font-size: 0.18rem; line-height: 1.3; overflow:hidden; display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:2;}
.caseList .txt i{display: block; margin-top: 0.1rem; font-size: 15px;}

.caseList li:hover img{transform: scale(1.05, 1.05);}
.caseList li:hover .txt::before{background: rgb(1 126 203 / 60%);}
.caseList li:hover .txt p{color: #FFF;}
.caseList li:hover .txt i{color: #FFF;}

@media screen and (max-width:1024px) {
	.caseList .txt{padding: 12px 16px;}
	.caseList .txt p{height: 40px; font-size: 16px;}
}
@media screen and (max-width:768px) {
	.caseList{gap: 30px 4%;}
	.caseList li{width: 48%;}
}
@media screen and (max-width:560px) {
	.caseList .txt p{height: 34px; font-size: 13px;}
	.caseList .txt i{font-size: 13px;}
}







.service__{background:linear-gradient(to bottom, transparent, #F5F5F5);}

.service__list{display:flex; flex-wrap:wrap; gap:.4rem 3%}
.service__list li{width: 31.33%; background: #FFF; display:flex; flex-wrap:wrap; flex-direction: column;}

.service__list .pic{width:100%; position:relative; overflow:hidden}
.service__list .pic::before{content:""; display:block; padding-bottom:56%}
.service__list .pic img{position:absolute; top:0; left:0; width:100%; height:100%; object-fit: cover; transition:all .5s ease;}

.service__list .txt{padding: .2rem .2rem .5rem;}
.service__list .txt h5{margin-bottom: .12rem; padding-bottom: .12rem; font-size: 0.2rem; color: var(--i_color); font-weight: bold; position: relative;}
.service__list .txt h5::before{content: ''; position: absolute; left: 0; bottom: 0; width: 100%; height: 1px; background: var(--i_color);}

.service__list li:nth-child(even) .txt{order: -1;}

.service__list li:hover img{transform: scale(1.05, 1.05);}

@media screen and (max-width:1024px) {
	.service__list{gap: 30px 0;}
	.service__list li{width: 100%; flex-wrap: nowrap; flex-direction: initial; align-items: center;}
	.service__list .pic{flex-shrink: 0; width: 30%;}
	.service__list .txt{width: 100%; box-sizing: border-box; padding: 30px 30px;}
}
@media screen and (max-width:768px) {
	.service__list .txt h5{font-size: 18px;}
}
@media screen and (max-width:560px) {
	.service__list li{flex-wrap: wrap;}
	.service__list .pic{order: -2; width: 100%;}
	.service__list .txt{padding: 20px;}
}







.serProcess{}

.serProcess-navigation{margin-left: auto; display:flex; flex-wrap:wrap; gap: 0 .2rem;}
.serProcess-navigation>div{width:.4rem; height:.4rem; box-sizing: border-box; border: 1px solid var(--i_color); z-index:3; border-radius:50%; cursor:pointer; outline:none; user-select:none; position: relative;}
.serProcess-navigation iconify-icon{position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); font-size: 0.24rem; color: var(--i_color);}

.serProcess-navigation>div:hover{background: var(--i_color);}
.serProcess-navigation>div:hover iconify-icon{color: #FFF;}

.serProcess_list{height: 5rem; position:relative; overflow:hidden}
.serProcess_list .swiper-wrapper{display:flex; position:relative; width:100%}
.serProcess_list li{flex-shrink:0; position:relative; display:flex; flex-wrap:wrap; flex-direction: column; justify-content: flex-end;}

.serProcess_list .num{display: table; padding: 6px; font-size: 0.24rem; background: #F0F0F0; font-weight: bold;}
.serProcess_list h5{margin: .14rem 0; font-size: 0.2rem; font-weight: bold;}
.serProcess_list p{opacity: 0; visibility: hidden; height: 0; font-size: 15px; color: #666; line-height: 1.5;}

.serProcess_list .pic{margin-top: 0.24rem; width:100%; position:relative; overflow:hidden}
.serProcess_list .pic::before{content:""; display:block; padding-bottom:53%}
.serProcess_list .pic img{position:absolute; top:0; left:0; width:100%; height:100%; object-fit: cover; transition:all .5s ease;}

.serProcess_list .swiper-slide-active .num{background: var(--i_color); color: #FFF;}
.serProcess_list .swiper-slide-active h5{color: var(--i_color);}
.serProcess_list .swiper-slide-active p{opacity: 1; visibility: visible; height: auto;}


.serProcess-pagination{display: none;}

@media screen and (max-width:1200px) {
	.serProcess_list{height: 4.3rem}
}
@media screen and (max-width:1024px) {
	.serProcess{margin-bottom: 50px;}
	.serProcess-navigation{display: none;}

	.serProcess_list{height: auto;}
	.serProcess_list .num{font-size: 20px;}
	.serProcess_list h5{font-size: 18px;}
	.serProcess_list p{opacity: 1; visibility: visible; height: auto;}

	.serProcess-pagination{display:block; margin-top:0.3rem; text-align:center}
	.serProcess-pagination .swiper-pagination-bullet{width:20px; height:2px; display:inline-block; margin:0 6px; background:#CCC; outline:none; cursor:pointer;}
	.serProcess-pagination .swiper-pagination-bullet-active{width: 30px; background:var(--i_color)}
}
@media screen and (max-width:768px) {
	.serProcess_list{margin-right: 3vw;}
}
@media screen and (max-width:560px) {
	.serProcess_list h5{font-size: 16px;}
	.serProcess_list p{font-size: 14px;}
}






.serFAQ{}

.serFAQ_list{}
.serFAQ_list li{margin-bottom: 0.2rem; padding: 0 .2rem; background: #F6F6F6;}
.serFAQ_list li.active{background: var(--i_color);}

.serFAQ_list .tit{padding: .2rem 0; display:flex; flex-wrap:nowrap; align-items: center; gap: 0 .2rem; cursor: pointer;}
.serFAQ_list .QA{flex-shrink: 0; display: table; width: 0.34rem; height: 0.34rem; background: var(--i_color); position: relative;}
.serFAQ_list .QA i{position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); font-size: 0.18rem; color: #FFF;}
.serFAQ_list .QA.active{background: #FFF;}
.serFAQ_list .QA.active i{color: var(--i_color);}

.serFAQ_list .tit p{font-size: 0.18rem;}
.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='%23FFF' d='M19 12.998H5v-2h14z'/%3E%3C/svg%3E") no-repeat center; background-size: .26rem;}

.serFAQ_list .txt{display: none; padding-bottom: 0.3rem;}
.serFAQ_list .txt article{font-size: 0.16rem; line-height: 1.6;}

.serFAQ_list li.active .tit p{color: #FFF;}
.serFAQ_list li.active article{color: #FFF;}

@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 0;}

	.serFAQ_list .tit p{font-size: 15px;}

	.serFAQ_list .tit em,.serFAQ_list .active .tit em{background-size: 20px;}
}







.newsList{display:flex; flex-wrap:wrap; gap: .38rem 2%;}
.newsList li{width: 32%; background: #FFF;}

@media screen and (max-width:1024px) {
	.newsList{}
	.newsList li{width: 49%;}
}
@media screen and (max-width:560px) {
	.newsList{gap: 24px 0;}
	.newsList li{width: 100%;}
}







.contact__{background:linear-gradient(to bottom, transparent, #F6F8F9);}

.contact__cont{display:flex; flex-wrap:nowrap; background:url(static/images/contact-bg.webp) no-repeat center; background-size: contain;}

.contact__list{width: 40%;}
.contact__list li{margin-bottom: 0.2rem;}
.contact__list .t{margin-bottom: 0.2rem; padding: .14rem 0; width: 100%; position: relative; display:flex; flex-wrap:wrap; align-items: center; gap: 0 .2rem; overflow: hidden;}
.contact__list .t::before,.contact__list .t::after{content: '';position: absolute; left: 0; bottom: 0; height: 1px;}
.contact__list .t::before{width: 100%; background: #DDD;}
.contact__list .t::after{width: 50%; background: var(--i_color);}

.contact__list .t iconify-icon{position:absolute; top:50%; transform:translate(0,-50%);left: 0; font-size: 0.36rem; color: var(--i_color);}
.contact__list .t h5{margin-left: 0.6rem; font-size: .22rem; font-weight: bold;}

.contact__pic{margin-left: auto; flex-shrink: 0; width: 50%;}
.contact__pic img{width: 100%;}

.contact__list a,.contact__list p{font-size: 0.18rem; margin-left: 0.6rem; line-height: 1.5;}
.contact__list a:hover{color: var(--i_color);}

@media screen and (max-width:1024px) {
	.contact__cont{flex-wrap: wrap;}

	.contact__list{width: 100%;}
	.contact__list .t iconify-icon{font-size: 26px;}
	.contact__list .t h5{margin-left: 40px; font-size: 18px;}
	.contact__list a,.contact__list p{margin-left: 40px; font-size: 16px;}

	.contact__pic{display: none;}
}
@media screen and (max-width:560px) {
	.contact__cont{padding-bottom: 20px;}
	.contact__list .t h5{font-size: 16px;}
}






.contactForm{}

#wpforms-107{
	--wpforms_input_height:48px;
	--wpforms_textarea_height:120px;
	--wpforms_input_font_size: 16px;
}
#wpforms-107{margin:0; padding:0;}
#wpforms-form-107{width:100%; position:relative;}

/* 字段样式 */
#wpforms-107 .wpforms-field-container>.wpforms-field{width: 100%; padding: 0 1px 20px; margin: 0 0 6px;overflow-x:initial !important; position: relative;}
#wpforms-107 label.wpforms-field-label{display: block; margin-bottom: 8px; font-size: 16px; font-weight: bold;}
#wpforms-107 .wpforms-field-container .wpforms-required-label{color: #D63637;}
#wpforms-107 .wpforms-field-container .wpforms-field>input,
#wpforms-107 .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: #F1F1F1; font-size:var(--wpforms_input_font_size); line-height: 1.4;}
#wpforms-107 .wpforms-field-container .wpforms-field>input{height: var(--wpforms_input_height);}
#wpforms-107 .wpforms-field-container textarea{height: var(--wpforms_textarea_height);}
#wpforms-107 input::placeholder, #wpforms-107 textarea::placeholder{color:#AAA; font-size:var(--wpforms_input_font_size); line-height: 1.4;}

#wpforms-107 .wpforms-field-container .wpforms-field>input:hover,
#wpforms-107 .wpforms-field-container textarea:hover,
#wpforms-107 .wpforms-field-container .wpforms-field>input:focus,
#wpforms-107 .wpforms-field-container textarea:focus{border-color: var(--i_color);}

/* 验证错误提示 */
#wpforms-107 label.wpforms-error, #wpforms-107 em.wpforms-error{position: absolute; left: 0; bottom: 0; font-size: 13px; color: #D63637;}

/* 隐藏 Label 标签 */
#wpforms-107 .wpforms-field-container .wpforms-field-label{height: 0; font-size: 0;margin: 0 0;}
#wpforms-107 .wpforms-field-container .wpforms-required-label{position: absolute;top: 4px; left: 6px; font-size: 16px; font-weight: bold;}

/* 输入框水平排列，一行两个 */
#wpforms-107 .wpforms-field-container{display:flex; flex-wrap:wrap;justify-content: space-between;}
#wpforms-107-field_1-container,
#wpforms-107-field_2-container,
#wpforms-107-field_3-container,
#wpforms-107-field_4-container{width: 49% !important;}

/* 提交按钮样式 */
#wpforms-107 .wpforms-submit-container{width: 220px; padding:0 0; position: relative; border-radius:2rem; overflow: hidden;}
#wpforms-107 .wpforms-submit-container button{width: 100%; height:44px; font-size: 15px; color: #FFF; background: var(--i_color);}
#wpforms-107 .wpforms-submit-container img{position:absolute;top:50%;transform:translate(0,-50%);right:4px;z-index:2}
#wpforms-107 .wpforms-submit-container button:hover{background: #075e93;}

@media screen and (max-width:768px) {
	#wpforms-107 .wpforms-field-container>.wpforms-field{width: 100% !important;}
}





.map{}
.map iframe{width: 100%; height: 60vh;}
@media screen and (max-width:560px) {
	.map iframe{height: 45vh;}
}
















































