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

:root {
	--i_color: #006CDF;
	--top1_height: .36rem;
	--top2_height:.74rem;
	--header_height: calc(var(--top1_height) + var(--top2_height));
}
@media screen and (max-width:1024px) {
	:root {
		--top2_height:.6rem;
		--header_height: .6rem;
	}
}





.wrap {
	width: 94%;
	max-width: 1600px;
	margin-left: auto;
	margin-right: auto;
}
.wrap2{width: 92%;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;
}
header::before{content: '';position: absolute;left: 0;bottom: 0;width: 100%;height: 1px;background: #E8E8E8;}

.top{background: #1E1E1E;}
.top .wrap2{height: var(--top1_height); display:flex; flex-wrap:nowrap; align-items: center;}

.welcome{font-size: 0.15rem; color: #FFF;}

.top1_r{margin-left: auto; display:flex; flex-wrap:wrap; gap: 0 .3rem;}

.top_contact{display:flex; flex-wrap:wrap; gap: 0 .2rem;}
.top_contact dt{display:flex; flex-wrap:wrap; gap: 0 6px;}
.top_contact dt,.top_contact p,.top_contact a{font-size: 0.15rem; color: #FFF; line-height: var(--top1_height);}

.top_contact a:hover{color: #569AE3; text-decoration: underline;}

.topMedia{margin-left: auto; display:flex; flex-wrap:wrap; align-items: center; gap: 0 .14rem;}
.topMedia li{}
.topMedia iconify-icon{font-size: 0.2rem; color: #FFF;}
.topMedia a:hover iconify-icon{color: #569AE3;}

@media screen and (max-width:1440px) {}
@media screen and (max-width:1366px) {
	dt.top_tel{display: none;}
}
@media screen and (max-width:1200px) {}
@media screen and (max-width:1024px) {
	.top{display: none;}
}
@media screen and (max-width:768px) {}
@media screen and (max-width:560px) {}




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

/* logo */
.logo {
	padding-right: 5%;
	flex-shrink: 0;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	height: var(--top2_height);
	border-right: 1px solid #DDD;
}
.logo a {
	display: -webkit-flex;
	display: flex;
	align-items: center;
	height: 100%;
}
.logo img {max-width: 2rem; max-height: 75%;}
@media screen and (max-width:1200px) {
	.logo{padding-right: 3%;}
	.logo img {max-width: 1.6rem; max-height: 65%;}
}
@media screen and (max-width:1024px) {
	.logo{padding: 0 0; border: none;}
}





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

	.i_nav>li {position: relative;}

	.i_nav>li>a {
		display: block;
		font-size: .2rem;
		color: #333;
		line-height: var(--top2_height);
		white-space: nowrap;
		position: relative;
	}
	.i_nav>.current-menu-item>a,
	.i_nav>.current-category-ancestor>a,
	.i_nav>.current-post-ancestor>a,
	.i_nav>.current-menu-ancestor>a,
	.i_nav>.current-menu-parent>a,
	.i_nav>li:hover>a,
	.i_nav>li.active>a
	{
		color: var(--i_color);
	}

	.i_nav .sub-menu {
		display: none;
		position: absolute;
		left:-20px;
		min-width: 1.4rem;
		background: #FFF;
		overflow: hidden;
		box-shadow: 0 .06rem .1rem rgb(0 0 0 / 8%);
		font-size: 0;
		text-align: left;
	}

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

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

	.i_nav .sub-menu li:hover a {
		color: var(--i_color);
	}
}
@media screen and (max-width:1440px) {
	.i_nav{gap: 0 .8rem;}
}
@media screen and (max-width:1200px) {
	.i_nav{gap: 0 .7rem;}
	.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;
	}
}






.top_r{--size:.26rem; --width:1.2rem}
.top_r {
	position: absolute;right: 0; top: 0;
	display: -webkit-flex;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
}
@media screen and (max-width:1200px) {
	.top_r{--width:1rem}
}
@media screen and (max-width:1024px) {
	.top_r{--width:auto}
	.top_r{position: initial; margin-left: auto; padding: 0; gap: 0 30px;}
}
@media screen and (max-width:560px) {
	.top_r{--size:.24rem}
	.top_r{gap: 0 26px;}
}






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

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





.top_language{flex-shrink: 0; height: var(--top2_height); display:flex; flex-wrap:wrap; align-items: center; position: relative;}
.top_language_btn{width: var(--width); height: 100%;display:-webkit-flex; display:flex; flex-wrap:wrap;align-items: center; justify-content: center; cursor: pointer; position: relative; background: var(--i_color);}
.top_language_btn iconify-icon{font-size: var(--size);color: #FFF;-webkit-transition:all .5s ease; transition:all .5s ease;}

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

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

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

@media screen and (max-width:1024px) {
	.top_language_btn{background: none;}
	.top_language_btn iconify-icon{color:#333}
}
@media screen and (max-width:768px) {}
@media screen and (max-width:560px) {}





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





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

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

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

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

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





.banner_text1{position: absolute; left: 0; top: 8%; width: 100%; text-align: center;}
.banner_text1 h3{font-size: 2.6vw; color: #FFF; font-weight: bold;}
.banner_text1 p{margin-top: 0.1rem; font-size: 0.18rem; color: #FFF; line-height: 1.6;}

@media screen and (max-width:1440px) {}
@media screen and (max-width:1366px) {}
@media screen and (max-width:1200px) {}
@media screen and (max-width:1024px) {
	.banner_text1 h3{font-size: 3vw;}
	.banner_text1 p{font-size: 16px;}
}
@media screen and (max-width:768px) {}
@media screen and (max-width:560px) {
	.banner_text1 h3{padding: 0 5vw; font-size: 20px}
	.banner_text1 p{display: none;}
}




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

@media screen and (max-width:1024px) {
	.banner_text2 h2{font-size: 3vw;}
	.banner_text2 p{font-size: 16px;}
}
@media screen and (max-width:560px) {
	.banner_text2 h2{padding: 0 5vw; font-size: 20px}
	.banner_text2 p{display: none;}
}




.banner_text3{--padding:8vw}
.banner_text3{position:absolute; top:45%; transform:translate(0,-50%); left: 0;}
.banner_text3 h3{padding-left: var(--padding); font-size: 3vw; color: #FFF; font-weight: bold;}

.banner_text3 .subT{margin-top: 0.2rem; padding-top: 0.3rem; padding-bottom: 0.3rem; padding-left: var(--padding); position: relative; background:linear-gradient(to right, var(--i_color), transparent);}
.banner_text3 .subT h5{font-size: 0.2rem; color: #FFF; line-height: 1.5; font-weight: bold;}
.banner_text3 .subT h6{margin-top: 0.3rem; font-size: 0.18rem; color: #FFF; line-height: 1.5;}

.banner_text3 .i_more{margin-top: 2.1rem; margin-left: var(--padding)}

@media screen and (max-width:1440px) {
	.banner_text3{--padding:4vw}
}
@media screen and (max-width:1024px) {
	.banner_text3 .subT h5{font-size: 18px;}
	.banner_text3 .subT h6{font-size: 16px;}
	.banner_text3 .i_more{margin-top: 30px;}
}
@media screen and (max-width:768px) {
	.banner_text3 .subT{padding-top: 14px; padding-bottom: 14px;}
	.banner_text3 .subT h5{font-size: 16px;}
	.banner_text3 .subT h6{margin-top: 14px; font-size: 14px;}
}
@media screen and (max-width:560px) {
	.banner_text3 h3{font-size: 18px;}
	.banner_text3 .subT{margin-top: 10px; padding-top: 8px; padding-bottom: 8px;}
	.banner_text3 .subT h5{font-size: 12px;}
	.banner_text3 .subT h6{margin-top: 6px; font-size: 10px;}
	.banner_text3 .i_more{margin-top: 14px;}
}







.banner_text4{position: absolute; left: 0; top:50%; transform:translate(0,-50%); box-sizing: border-box; padding: .4rem 8vw .2rem 8vw;}
.banner_text4::before{content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 85%; background:linear-gradient(to right, rgb(255 255 255 / 70%), transparent);}

.banner_text4 h3{margin-bottom: 0.28rem; font-size: 2.8vw; color: #FFF; font-weight: bold; text-shadow: 0 3px 0 rgb(0 0 0 / 50%);}
.banner_text4 dl{margin: .18rem 0; display:flex; flex-wrap:wrap; gap: 0 .4rem;}
.banner_text4 dt{width: 14vw; box-sizing: border-box; padding-left: 0.24rem; font-size: 0.18rem; color: #FFF; position: relative; white-space: nowrap;}
.banner_text4 dt::before{content: '';position: absolute; left: 0; top: 6px; width: 0.1rem; height: 0.1rem; background: var(--i_color);}

.banner_text4 img{margin-top: 0.5rem; max-width: 43vw;}

@media screen and (max-width:1440px) {
	.banner_text4{padding-left: 4vw;}
}
@media screen and (max-width:1366px) {
	.banner_text4 dt{width: 18vw;}
}
@media screen and (max-width:1024px) {
	.banner_text4{padding: 30px 4vw;}
	.banner_text4::before{height: 100%;}

	.banner_text4 dt{width: 22vw;}
	.banner_text4 dt{padding-left: 14px; font-size: 16px;}
	.banner_text4 dt::before{top: 7px; width: 6px; height: 6px;}

	.banner_text4 .i_more{margin-top: 30px;}
	.banner_text4 img{display: none;}
}
@media screen and (max-width:560px) {
	.banner_text4{padding: 18px 4vw;}
	.banner_text4 h3{margin-bottom: 20px; font-size: 18px;}
	.banner_text4 dl{margin: 8px 0;}
	.banner_text4 dt{width: 40vw;}
	.banner_text4 dt{padding-left: 10px; font-size: 13px;}
	.banner_text4 dt::before{top: 6px; width: 4px; height: 4px;}
	.banner_text4 .i_more{margin-top: 20px;}
}




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

.mainBg{background: #F1F1F1;}





.i_tit{}


.i_tit h3{display: table; padding-left: 0.5rem; font-weight: bold; position: relative;}
.i_tit h3::before{content: '';position:absolute; top:58%; transform:translate(0,-50%); left: 0; width: 1.2rem;height: .86rem; background:url(static/images/title-icon.webp) no-repeat center; background-size: contain;}

.i_tit i{color: var(--i_color); font-weight: bold; position: relative; z-index: 2;}
.i_tit h6{margin-top: 0.3rem; font-size: 0.18rem; color: #666; line-height: 1.6;}

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

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

@media screen and (max-width:1200px) {
	.i_tit h3::before{width: 1rem;height:.72rem;}
}
@media screen and (max-width:1024px) {
	.i_tit h3{padding-left: 30px;}
	.i_tit h3::before{width: 60px; height:50px;}
	.i_tit h6{font-size: 16px; line-height: 1.5;}
}
@media screen and (max-width:768px) {
	.i_tit h3::before{height:40px;}
}
@media screen and (max-width:560px) {
	.i_tit h3{padding-left: 24px;}
	.i_tit h3::before{width: 40px; height:38px;}
	.i_tit h6{margin-top: 16px; font-size: 14px;}
}






.i_more{display: table; transition:all .5s ease;}
.i_more span{display:flex; flex-wrap:nowrap;}
.i_more b{padding: .1rem .28rem .1rem .2rem; font-size: 0.18rem; color: #FFF; background: var(--i_color);}
.i_more i{background: #FFF; padding: 0 .1rem 0 .16rem; display:flex; flex-wrap:wrap; align-items: center; clip-path: polygon(20% 0%, 100% 0, 100% 100%, 0% 100%); position: relative; left: -10px;}
.i_more iconify-icon{font-size: 0.22rem; color: var(--i_color);}

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

.i_more.black b{background: #1E1E1E;}
.i_more.black i{background: var(--i_color);}
.i_more.black i iconify-icon{color: #FFF;}

.i_more:hover{transform:translate(0,-4px);}

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






.secTit{display:flex; flex-wrap:wrap; align-items: center;}
.secTit .i_more{margin-left: auto;}






.homeCat{}

.homeCat_cont{position: relative; overflow: hidden;}
.homeCat_cont::before{content: ''; display: block; padding-bottom: 36.45%;}

.homeCat_bg{position: absolute;top: 0; left: 0; width: 100%; height: 100%;}
.homeCat_bg::after{content: '';position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgb(0 0 0 / 50%);}
.homeCat_bg dt{display: none; width: 100%; height: 100%;}
.homeCat_bg dt.active{display: block;}
.homeCat_bg dt a{display: block; width: 100%; height: 100%;}
.homeCat_bg dt img{width: 100%; height: 100%; object-fit: cover;}
.homeCat_bg dt span{display: none;}

.homeCat_t{position: absolute;top: 0; left: 0; width: 100%; height: 100%;}
.homeCat_t ul{height: 100%; display:flex; flex-wrap:nowrap;}
.homeCat_t li{width: 100%; height: 100%; text-align: center; box-sizing: border-box; border-right: 1px solid rgb(255 255 255 / 10%); position: relative;}
.homeCat_t li::before{content: '';position: absolute; bottom: 0; left: 0; width: 100%; height: 0; background:linear-gradient(to bottom, transparent, rgb(0 108 223 / 40%)); transition:all .8s ease;}
.homeCat_t li:first-child{border-left: 1px solid rgb(255 255 255 / 10%);}
.homeCat_t li a{display: flex; align-items: flex-end; justify-content: center; height: 100%; position: relative;}

.homeCat_t span{width: 100%; padding-bottom: .6rem;}
.homeCat_t img{height: 0.6rem;}
.homeCat_t h5{margin-top: 0.3rem; font-size: 0.24rem; color: #FFF; text-decoration: underline; font-weight: bold;}
.homeCat_t iconify-icon{opacity: 0; margin-top: 0; font-size: 0.3rem; color: #FFF; transition:all .8s ease;}

.homeCat_t .active::before{height: 100%;}
.homeCat_t .active iconify-icon{opacity: 1; margin-top: 0.4rem;}

@media screen and (max-width:1200px) {
	.homeCat_t h5{font-size: 0.2rem;}
}
@media screen and (max-width:1024px) {
	.homeCat_cont::before{display: none;}

	.homeCat_bg{position: initial; display:flex; flex-wrap:wrap; gap: 30px 4%;box-sizing: border-box; padding: 0 3vw;}
	.homeCat_bg::after{display: none;}
	.homeCat_bg dt{display: block !important; width: 48%;}

	.homeCat_bg dt span{margin-top: 12px; display:flex; flex-wrap:nowrap; align-items: center;}
	.homeCat_bg dt span h5{font-size: 18px; font-weight: bold;}
	.homeCat_bg dt span iconify-icon{flex-shrink: 0; margin-left: auto; font-size: 0.2rem; color: var(--i_color);}

	.homeCat_t{display: none;}
}
@media screen and (max-width:560px) {
	.homeCat_bg dt span h5{font-size: 16px;}
}







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

.hotProducts_nav{border-top: 1px solid #DDD; border-bottom: 1px solid #DDD;}
.hotProducts_nav ul{display:flex; flex-wrap:nowrap;}
.hotProducts_nav li{width: 100%; text-align: center;}
.hotProducts_nav a{display: block; box-sizing: border-box; height: 100%; padding: .14rem .16rem; position: relative;}
.hotProducts_nav a::before{content: '';position:absolute; left:50%; transform:translate(-50%,0); bottom: 0; width: 0; height: 1px; background: var(--i_color); transition:all .5s ease;}

.hotProducts_nav p{box-sizing: border-box; height: 100%; padding: .12rem .1rem; background: #CCC; display:flex; flex-wrap:wrap; align-items: center; justify-content: center; font-size: .16rem;}

.hotProducts_nav .active a::before{width: 100%;}
.hotProducts_nav .active p{background: var(--i_color); color: #FFF;}

.hotProducts_show{min-height: 300px;}
.hotProducts_show dt{opacity: 0; visibility: hidden; position: relative; top: 0.3rem; height: 0; overflow: hidden;}
.hotProducts_show dt.active{opacity: 1; visibility: visible; top: 0; height: auto; transition:all .5s ease;}

.hotProducts_show ul{padding-top: 20px; display:flex; flex-wrap:wrap; gap: 0 2%;}
.hotProducts_show li{width: 23.5%;}

@media screen and (max-width:1024px) {
	.hotProducts_nav{border: none;}
	.hotProducts_nav ul{flex-wrap: wrap; gap: 14px 2%;}
	.hotProducts_nav li{width: 23.5%;}
	.hotProducts_nav a::before{display: none;}
	.hotProducts_nav a{padding: 0 0;}
}
@media screen and (max-width:768px) {
	.hotProducts_nav li{width: 49%;}

	.hotProducts_show ul{gap: 30px 2%;}
	.hotProducts_show li{width: 49%;}
}
@media screen and (max-width:560px) {
	.hotProducts_nav ul{gap: 8px 2%;}
	.hotProducts_nav p{font-size: 14px;}
}








.pItem{display: block; position: relative; background: #FFF; overflow: hidden; transition:all .5s ease;}

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

.pItem .txt{padding:.16rem .3rem 0;}
.pItem .txt i{font-size: 0.16rem; color: #888;}
.pItem .txt h5{height: 0.58rem; margin-top: .1rem; font-size: 0.18rem; line-height: 1.5; overflow:hidden; display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:2;}

.pItem .price{margin: .18rem 0; display:flex; flex-wrap:wrap; justify-content: space-between; align-items: center;}
.pItem .price p{padding-left: 0.16rem; font-size: 0.18rem; color: #666; position: relative;}
.pItem .price p::before{content: '';position:absolute; left: 0; top:50%; transform:translate(0,-50%); width: 8px; height: 8px; background: #555;}
.pItem .price span{font-size: 0.18rem; color: #F00;}

.pItem .more{padding: .14rem 0; position: relative; display:flex; flex-wrap:wrap; align-items: center; justify-content: space-between;}
.pItem .more::before,.pItem .more::after{content: '';position: absolute; left: 0; top: 0; height: 2px;}
.pItem .more::before{width: 100%; background: #DDD;}
.pItem .more::after{width: 0; background: var(--i_color); transition:all .5s ease;}
.pItem .more p{font-size: 0.16rem; color: #666;}
.pItem .more iconify-icon{font-size: 0.24rem; color: #666;}

.pItem:hover{transform:translate(0,-20px);}
.pItem:hover img{transform: scale(1.05, 1.05);}
.pItem:hover h5{color: var(--i_color);}
.pItem:hover .more p,.pItem:hover .more iconify-icon{color:var(--i_color)}
.pItem:hover .more::after{width: 100%;}

@media screen and (max-width:1024px) {
	.pItem .txt{padding: 10px 18px 0;}
	.pItem .txt i{font-size: 14px;}
	.pItem .txt h5{height: 42px; font-size: 16px; line-height: 1.3;}

	.pItem .price p::before{width: 6px; height: 6px;}
	.pItem .price p{font-size: 14px;}
	.pItem .price span{font-size: 16px;}

	.pItem .more p{font-size: 14px;}
	.pItem .more iconify-icon{font-size: 20px;}
}
@media screen and (max-width:768px) {}
@media screen and (max-width:560px) {}








.homeAbout{}
.homeAbout .wrap{display:flex; flex-wrap:nowrap; align-items: flex-end;}

.homeAbout_t{width: 46%;}
.homeAbout_t .t{width: 90%;}
.homeAbout_t h4{font-size: 0.4rem;font-weight: bold; color: var(--i_color);}
.homeAbout_t article{margin-top: 0.2rem;}

.homeAbout_v{display: table; margin-left: auto; position: relative; width: 80%;}
.homeAbout_v img{width: 100%;}


.homeAbout_p{margin-left: auto; width: 52%;}
.homeAbout_p img{width: 100%;}

@media screen and (max-width:1200px) {
	.homeAbout_t h4{font-size: 0.34rem;}
}
@media screen and (max-width:1024px) {
	.homeAbout .wrap{flex-wrap: wrap;}
	.homeAbout_t{width: 100%;}
	.homeAbout_t h4{font-size: 24px;}

	.homeAbout_v{width: 70%; margin:30px 0 0;}

	.homeAbout_p{display: none;}
}
@media screen and (max-width:768px) {
	.homeAbout_t h4{font-size: 20px;}
}
@media screen and (max-width:560px) {
	.homeAbout_t h4{font-size: 16px;}
	.homeAbout_v{width: 100%}
}






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

.v_btn::before{content: '';position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); box-sizing: border-box; width: 100%; height: 100%; animation:scale 1.6s infinite linear; background: rgb(0 108 223 / 70%); border-radius:50%;}
@keyframes scale{
	0% {
		opacity: 0
	}
	5% {
		opacity: 1
	}
	80% {
		opacity: 0
	}
	100% {
		opacity: 0;
		transform: translate(-50%, -50%) scale(1.8);
		-ms-transform: translate(-50%, -50%) scale(1.8);
		-o-transform: translate(-50%, -50%) scale(1.8);
		-webkit-transform: translate(-50%, -50%) scale(1.8);
		-moz-transform: translate(-50%, -50%) scale(1.8)
	}
}

@media screen and (max-width:768px) {
	.v_btn i{width: 46px; height: 46px;}
	.v_btn iconify-icon{font-size: 24px;}
}







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





最近上面盯着部门状态，一些细枝末节的事，不要出错
早会，我会盯着你们项目进度，会问一些问题，配合着回答一下就行
日常不允许发牢骚被周围人听见，在群里说说可以理解





.partner{margin-top: -4px; background: var(--i_color);}

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








.customers_list {width:100%;padding:0;margin:0 auto;position:relative;overflow:hidden;z-index:1;}
.customers_list .swiper-wrapper {position:relative;width:100%;height:100%;z-index:1;transition-property:transform,-webkit-transform;display:flex;}
.customers_list li {width:7rem;max-width:80%;flex-shrink:0;position:relative;cursor:pointer;transform-style:preserve-3d;transition-property:transform;border-radius:0.05rem;overflow:hidden;}
.customers_list li::after {content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.7);z-index:3;transition:all 0.5s ease;}
.customers_list li.swiper-slide-active::after {background:rgba(255,255,255,.0);height:0%;}
.customers_list .img {width:100%;box-sizing:border-box;position:relative;overflow:hidden;}
.customers_list .img::after {content:'';display:block;padding-bottom:66%;}
.customers_list .img img {position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;height:100%;object-fit:cover;}

.customers-pagination {
	display: table;
	margin-left: auto;margin-right: auto;
	background: #D8D8D8;
	position: relative;
	width: 196px;
	height: 3px;
	display: block;
}
.customers-pagination span {
	background-color: var(--i_color);
	position: absolute;
	left: 0;
	top: 0px;
	width: 100%;
	border-radius: 3px;
	height: 0.03rem;
	transform: translate(0, -50%);
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top;
	/* padding-bottom: 10px; */
}







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

.homeNews_cont{display:flex; flex-wrap:nowrap; gap: 0 2.5%;}
.homeNews_cont li{width: 30%; background: #FFF; position: relative;}

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

.homeNews_cont .text{background: #FFF; padding: .2rem;}
.homeNews_cont .date{display:flex; flex-wrap:wrap; align-items: center; gap: 0 4px;}
.homeNews_cont .date iconify-icon{font-size: 0.38rem; color: var(--i_color);}
.homeNews_cont .date p{margin-top: 6px; font-size: 0.15rem; color: #666;}
.homeNews_cont .text h5{margin: .2rem 0; font-size: 0.18rem; line-height: 1.5; overflow:hidden; display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:2;}

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

@media screen and (min-width:1025px) {
	.homeNews_cont li:first-child{flex-shrink: 0; width: 45%;}
	.homeNews_cont li:first-child .coverpic{min-height: 5.14rem; height: 100%; position: relative;}
	.homeNews_cont li:first-child .coverpic::before{display: none;}
	.homeNews_cont li:first-child .text{position: absolute; bottom: .2rem; left: 0.2rem; width: 70%;}
}

@media screen and (max-width:1366px) {
	.homeNews_cont li:first-child .coverpic{min-height: 4.7rem;}
}
@media screen and (max-width:1200px) {
	.homeNews_cont li:first-child.coverpic{min-height: 4rem;}
}
@media screen and (max-width:1024px) {
	.homeNews_cont{flex-wrap: wrap;}
	.homeNews_cont li{margin-bottom: 30px; width: 100%;}
	.homeNews_cont a{display:flex; flex-wrap:nowrap; align-items: center;}
	.homeNews_cont li:first-child .coverpic{min-height:auto;}
	.homeNews_cont .coverpic{flex-shrink: 0; width: 30%;}

	.homeNews_cont .date{align-items: center;}
	.homeNews_cont .date iconify-icon{font-size: 26px;}
	.homeNews_cont .date p{margin-top: 2px; font-size: 16px;}

	.homeNews_cont .text{width: 100%; box-sizing: border-box; padding: 0 .2rem;}
	.homeNews_cont .text h5{font-size: 16px;}
}
@media screen and (max-width:768px) {
	.homeNews_cont .date iconify-icon{font-size: 24px;}

	.homeNews_cont .i_more{display: none;}
}
@media screen and (max-width:560px) {
	.homeNews_cont li{margin-bottom: 20px}
	.homeNews_cont .coverpic{width: 36%;}
	.homeNews_cont .date p{font-size: 15px;}
	.homeNews_cont .text h5{margin:6px 0 0; font-size: 15px; line-height: 1.4;}
}







.howToBuy{
	--icon_size:1.8rem;
	--em_size:.16rem;
}

.howToBuy_list{display:flex; flex-wrap:nowrap; gap: 0 2%; position: relative;}
.howToBuy_list::before{content: '';position: absolute; top: calc(var(--icon_size) + 10px + var(--em_size) / 2); left: 0; width: 100%; height: 1px; border-top: 1px dashed var(--i_color);}
.howToBuy_list li{width: 20%;}

.howToBuy_list .icon{}
.howToBuy_list .icon i{display: block; width: var(--icon_size); height: var(--icon_size); margin: 0 auto; position: relative; background:url(static/images/how-to-buy-icon.webp) no-repeat center; background-size: contain;}
.howToBuy_list .icon img{position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); height: 0.46rem; transition:all .8s ease;}

.howToBuy_list .icon em{display: table; margin: 10px auto 0; width: var(--em_size); height: var(--em_size); background: var(--i_color); border-radius:50%;}

.howToBuy_list .text{padding-top: 0.76rem; margin-top: 0.2rem; text-align: center; position: relative;}
.howToBuy_list .text i{position: absolute; top: 0; left: 10%; font-size: 5vw; font-weight: bold; color: #DDD;}
.howToBuy_list .text h6{font-size: 0.2rem; font-weight: bold; position: relative;}
.howToBuy_list .text p{margin-top: 0.18rem; font-size: 0.18rem; line-height: 1.4; position: relative;}

.howToBuy_list li:hover .icon img{transform:translate(-50%,-50%) rotateY(360deg);}

@media screen and (max-width:1440px) {
	.howToBuy_list .text{padding-top: 0.56rem;}
}
@media screen and (max-width:1200px) {
	.howToBuy{--icon_size:1.6rem;}
	.howToBuy_list .icon i{}
	.howToBuy_list .icon img{height: 0.4rem;}
}
@media screen and (max-width:1024px) {
	.howToBuy{--icon_size:1.2rem;}

	.howToBuy_list{flex-wrap: wrap; gap: 20px 0;}
	.howToBuy_list::before{display: none;}
	.howToBuy_list li{width: 100%; display:flex; flex-wrap:nowrap; align-items: center; gap: 0 4%;}
	.howToBuy_list .icon i{margin: 0 0;}
	.howToBuy_list .icon em{display: none;}

	.howToBuy_list .icon img{height: 26px;}

	.howToBuy_list .text{width: 100%; padding: 0 0 0 .56rem; margin: 0 0; text-align: left;}
	.howToBuy_list .text i{left: 0;}
	.howToBuy_list .text p{font-size: 16px;}
}
@media screen and (max-width:768px) {
	.howToBuy_list .text h6{font-size: 18px;}
	.howToBuy_list .text p{margin-top: 10px;}
}
@media screen and (max-width:560px) {
	.howToBuy{--icon_size:80px;}
	.howToBuy_list .icon img{height: 20px;}

	.howToBuy_list .text{padding: 0 0 0 36px;}
	.howToBuy_list .text i{top: -6px; font-size: 8vw;}

	.howToBuy_list .text h6{font-size: 16px;}
}







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

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

.fLogo{}
.fLogo img{height: 1rem;}

.fMenu ul{margin-left: auto; display:flex; flex-wrap:wrap; gap: 0 .6rem;}
.fMenu li{}
.fMenu li a{font-size: 0.18rem; color: #FFF;}
.fMenu li a:hover{color: var(--i_color); text-decoration: underline;}


.fCont{padding: .5rem 0;}
.fCont .wrap{display:flex; flex-wrap:wrap; gap: 0 2%; justify-content: space-between;}

.fContact{width: 40%;}
.fContact>h4{margin-bottom: 0.36rem; font-size: 0.26rem;font-weight: bold; color: #FFF;}

.fContact ul{}
.fContact li{margin-top: 0.26rem; display:flex; flex-wrap:nowrap; align-items: flex-start; gap: 0 .1rem;}
.fContact li iconify-icon{font-size: 0.28rem; color: var(--i_color);}
.fContact li p{font-size: 0.18rem; color: #FFF; line-height: 1.6;}
.fContact li a{color: #FFF;}

.fContact li a:hover{color: var(--i_color); text-decoration: underline;}

.fNav{}

.fTit{margin-bottom: 0.26rem; font-size: 0.24rem; color: var(--i_color);}

.fNav li{margin: .12rem 0;}
.fNav li a{font-size: 0.18rem; color: #FFF; line-height: 1.5;}
.fNav li a:hover{color: var(--i_color); text-decoration: underline;}

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

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

@media screen and (max-width:1440px) {
	.fLogo img{height: 0.8rem;}
}
@media screen and (max-width:1024px) {
	.fMenu{padding:38px 0 0; border: none;}
	.fLogo img{height: 0.6rem;}
	.fMenu ul{display: none;}

	.fCont{padding: 40px 0;}
	.fContact{width: 100%;}
	.fContact>h4{font-size: 20px;}
	.fContact li{margin-top: 14px;}
	.fContact li iconify-icon{font-size: 24px;}
	.fContact li p{font-size: 16px;}

	.fNav{width: 100%;}
	.fTit,.fNav ul{display: none;}

	.fMedia{margin-left: 0;}

	.fCR{padding: 20px 0;}
}
@media screen and (max-width:768px) {
	.fContact>h4{margin-bottom: 24px;}
	.fCR p, .fCR a{font-size: 15px;}
}
@media screen and (max-width:560px) {
	.fLogo img{height: 50px;}

	.fCont{padding: 30px 0;}
	.fContact>h4{font-size: 16px;}
	.fContact li p{font-size: 14px;}

	.fMedia{margin-top: 30px;}
	.fMedia dt iconify-icon{font-size: 22px;}

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








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

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







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







.categoryBox{display:-webkit-flex; display:flex; flex-wrap:nowrap; align-items: flex-start; gap: 0 3.5%;}
.catSide{flex-shrink: 0; width: 20%; 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{display: none; padding: .2rem .18rem; margin-bottom: 0.2rem; position: relative; background: var(--i_color); text-align: center;}
.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;}
.cat_fold_tit a{padding: .12rem 0; width: 100%; font-size: 0.22rem; 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: var(--i_color);}
.active .cat_fold_tit a,.active .cat_fold_tit iconify-icon{color: #FFF;}
.active .cat_fold_tit iconify-icon{color: #FFF; -webkit-transform:rotate(-180deg); transform:rotate(-180deg);}

.cat_fold_sub{display: none; padding: .12rem .2rem; background: #FFF;}
.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: 6px; height: 6px; 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{background: var(--i_color);}

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

	.cat_nav_list{display: none;box-sizing: border-box;padding: 18px 30px 20px; 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;}
}
@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{font-size: 14px;}
}







.catSide_contact{padding: .4rem .2rem; background:url(static/images/catSide_contact.webp) no-repeat center; background-size: cover; border-radius:6px;}
.catSide_contact h3{border-bottom: 1px solid #AAA; padding-bottom: 0.14rem; margin-bottom: 0.14rem; font-size: 1.1vw; color: #FFF; font-weight: bold;}
.catSide_contact p{font-size: 0.16rem; color: #FFF; line-height: 1.3;}

.catSide_contact ul{margin-top: 0.24rem;}
.catSide_contact li{margin-top: 0.2rem; display:flex; flex-wrap:nowrap; align-items: center; gap: 0 .14rem;}
.catSide_contact li i{flex-shrink: 0; display: block; width: 0.4rem;height: 0.4rem;background: var(--i_color); border-radius:50%; position: relative;}
.catSide_contact li iconify-icon{position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); font-size: 0.2rem;color: #FFF;}
.catSide_contact li a{font-size: 0.16rem; color: #FFF;}
.catSide_contact li a:hover{text-decoration: underline;}

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






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








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

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







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

/* atlas */
.p_atlas {flex-shrink: 0; width:35%; box-sizing: border-box; position: relative;}
.p_atlas_list {width: 100%; box-sizing: border-box; border: 1px solid #DDD; 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);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 {box-sizing: border-box; border: 2px solid #DDD; 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 {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 .46rem;}
	.p_thumbnail_list{width: 100%;}
	.thumbnail-prev, .thumbnail-next{display: none;}
}
@media screen and (max-width:560px) {
	.p_atlas_list{width: 100%;}
	.thumbnail-prev iconify-icon, .thumbnail-next iconify-icon{font-size: 30px;}
}






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

.p_title strong{margin-bottom: 4px; font-weight: bold;}
.p_title h1{padding-bottom: 0.18rem; color: var(--i_color); line-height: 1.4; position: relative;}
.p_title h1::before,.p_title h1::after{content: ''; position: absolute; left: 0; bottom: 0;}
.p_title h1::before{width: 100%; height: 1px; background: #CCC;}
.p_title h1::after{width: 60%; height: 3px; background: var(--i_color);}

.p_des{}
.p_des article{}

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


.p_share{border-top: 1px solid #DDD; display:-webkit-flex; display:flex; flex-wrap:wrap; align-items: center; gap: 0 .1rem;}
.p_share>p{font-size: 0.2rem;}
.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.44rem; height: 0.44rem; background: #D6D6D6; border-radius:50%; position: relative;}
.p_share dt iconify-icon {position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); font-size:0.22rem;color:#FFF;}
.p_share dt:hover a{background: var(--i_color);}

@media screen and (max-width:1440px) {
	.p_share dt a{width: .38rem; height: .38rem;}
	.p_share dt iconify-icon{font-size: 20px;}
}
@media screen and (max-width:1024px) {
	.p_des>h5{font-size: 18px;}

	.p_title h1{margin-top: 0;}

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

	.p_share>p{font-size: 16px;}
	.p_share dl{gap: 0 14px;}
	.p_share dt a{width: 30px; height: 30px;}
	.p_share dt iconify-icon{font-size: 16px;}
}







.pContentBox{}
.pContentBox .wrap{display:flex; flex-wrap:nowrap; gap: 0 3.5%;}


.pContent{width: 100%;}
.pContent_tit{display: table; padding: .16rem .5rem; background: var(--i_color); font-size: 0.2rem; font-weight: bold; color: #FFF;}

.pContent_art{padding: .3rem; background: #FFF;}

@media screen and (max-width:1440px) {}
@media screen and (max-width:1366px) {}
@media screen and (max-width:1200px) {}
@media screen and (max-width:1024px) {
	.pContentBox .catSide{display: none;}

	.pContent_tit{padding: 14px 30px; font-size: 18px;}
}
@media screen and (max-width:560px) {
	.pContent_tit{padding: 10px 20px; font-size: 16px;}
	.pContent_art{padding: 20px;}
}








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

.p_tags{padding-bottom: 0.2rem; border-bottom: 1px solid rgb(255 255 255 / 40%);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: #FFF;}
.p_tags a{margin-right: 0.24rem; padding: .08rem .1rem; font-size: 15px; background: #FFF;}
.p_tags a:hover{color: var(--i_color);}
@media screen and (max-width:768px) {
	.p_tags{gap: 12px 0;}
	.p_tags>p{font-size: 17px;}
	.p_tags a{margin-right: 16px; font-size: 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.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: #FFF;}
.p_view_other p{font-size: 0.16rem; color: #FFF; line-height: 1.5;}
.p_view_other p b{font-size: 0.18rem; color: #FFF; font-weight: bold;}


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







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

.about__ article{padding: 0 8%; text-align: center;}

.about__num{display:flex; flex-wrap:nowrap; gap: 0 4%;}
.about__num dt{width: 100%; display:flex; flex-wrap:nowrap; align-items: center; gap: 0 .2rem;}

.about__num .icon{flex-shrink: 0; width: 0.95rem; height: 0.95rem; background: #FFF; border-radius:50%; position: relative;}
.about__num .icon img{position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); height: 0.46rem;}

.about__num .t{width: 100%;}
.about__num .t span{display:flex; flex-wrap:wrap; align-items: center; font-size: 0.4rem; font-weight: bold; color: var(--i_color);}
.about__num .t i{font-size: 0.4rem; color: var(--i_color); font-weight: bold;}
.about__num .t p{margin-top: 4px; font-size: 0.16rem;}

.about__pic{width: 100%;}







.aboutAdv{background: #F6F6F6;}
.aboutAdv .wrap{padding-bottom: 0.5rem;}

.aboutAdv_list{position: relative;}
.aboutAdv_list::before{content: '';display: block; padding-bottom: 40%;}

.aboutAdv_list ul {position: absolute; top: 0; left: 0; width: 100%; height: 100%; display:flex; flex-wrap:nowrap; gap: 0 2%;}

.aboutAdv_list li {
  flex-grow: 1;
  width: 18%;
  height: 100%;
  position: relative;
  transition: all 0.7s ease;
  z-index: 2;
}
.aboutAdv_list li.active {flex-grow: 1000 !important;}
.aboutAdv_list li::before{content: '';position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgb(0 0 0 / 30%);}

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

.aboutAdv_list .t1{position: absolute;top: .36rem; left: 0; width: 100%; text-align: center; transition:all .5s ease;}
.aboutAdv_list .num{display: table; margin: 0 auto; width: 0.4rem; height: 0.4rem; background: var(--i_color); border-radius:50%; position: relative;}
.aboutAdv_list .num i{position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); font-size: 0.2rem; font-weight: bold; color: #FFF;}
.aboutAdv_list .tit{margin-top: 0.2rem; font-size: 0.2rem; font-weight: bold; color: #FFF;}

.aboutAdv_list .t2{opacity: 0; visibility: hidden; position: absolute; bottom: 0; left: .5rem; width: 30vw; background:linear-gradient(to bottom, rgb(255 255 255 / 90%), #FFF); box-sizing: border-box; padding: .3rem;}
.aboutAdv_list .t2>span{display:flex; flex-wrap:nowrap; align-items: center; gap: 0 .16rem;}
.aboutAdv_list .t2 .num{margin: 0 0;}
.aboutAdv_list .t2 .tit{margin: 0 0; color: #333;}
.aboutAdv_list .t2 p{margin-top: 0.2rem;}

.aboutAdv_list li.active .t1{opacity: 0; visibility: hidden;}
.aboutAdv_list li.active .t2{opacity: 1; visibility: visible; bottom: -.5rem; transition:all .8s .5s;}







.aboutCE{position: relative;}
.aboutCE::before{content: ''; position: absolute; left: 0; bottom: 0; width: 100%; height: 50%; background:var(--i_color) url(static/images/about-ce-bg.webp) no-repeat top; background-size: cover;}

.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 li::before{content: '';display: block; padding-bottom: 72%;}
.aboutCE_list li img{position:absolute; top:0; left:0; width:100%; height:100%; object-fit: cover;}

.aboutCE-navigation{display:flex; flex-wrap:wrap; justify-content: center; gap: 0 .4rem;}
.aboutCE-navigation>div{width:.4rem; height:.4rem; background: #FFF; z-index:3; cursor:pointer; outline:none; user-select:none; position: relative;}
.aboutCE-prev iconify-icon,.aboutCE-next iconify-icon{position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); font-size:0.2rem; color:var(--i_color);}
.aboutCE_list .swiper-button-disabled{cursor:not-allowed}
.aboutCE-navigation>div:hover{background: #1E1E1E;}
.aboutCE-navigation>div:hover iconify-icon{color: #FFF;}

.aboutCE-pagination{display: none;}

@media screen and (max-width:1024px) {
	.aboutCE-pagination{display:block; margin-top:0.3rem; text-align:center}
	.aboutCE-pagination .swiper-pagination-bullet{width:.08rem; height:.08rem; display:inline-block; margin:0 6px; background:#CCC; border-radius:50%; outline:none; cursor:pointer;}
	.aboutCE-pagination .swiper-pagination-bullet-active{background:var(--i_color)}
}







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

.aboutFAQ_list{display:flex; flex-wrap:wrap; gap: .3rem 2%;}
.aboutFAQ_list li{width: 48%; background: #F6F6F6; box-sizing: border-box; padding: .3rem .3rem .3rem .5rem; transition:all .5s ease;}

.aboutFAQ_list .q{margin-bottom: 0.2rem; font-size: 0.18rem; font-weight: bold; line-height: 1.6; position: relative;}
.aboutFAQ_list .q::before{content: ''; position: absolute; top: 3px; left: -.2rem; width: 5px; height: 0.2rem; background: var(--i_color);}
.aboutFAQ_list .a{}

.aboutFAQ_list li:hover{background: #FFF; box-shadow: 0 0 12px rgb(0 0 0 / 10%);}
.aboutFAQ_list li:hover .q{color: var(--i_color);}







.navLine{}
.navLine ul{display:flex; flex-wrap:wrap; justify-content: center; gap: 0 .36rem;}
.navLine li{border: 1px solid var(--i_color);}
.navLine a{display: block; min-width: 1.6rem; padding: .1rem .2rem; font-size: 0.18rem; color: var(--i_color); font-weight: bold; text-align: center;}

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

@media screen and (max-width:1024px) {
	.navLine a{min-width: 100px; font-size: 17px;}
}
@media screen and (max-width:768px) {
	.navLine ul{gap: 0 20px;}
}
@media screen and (max-width:560px) {
	.navLine a{min-width: 60px; padding: 8px 20px; font-size: 15px;}
}









.news_ul {display:flex;flex-direction:column;gap:0.3rem;}
.news_ul li {}
.news_ul li a {box-sizing:border-box;padding:0.25rem;background-color:#fff;box-shadow:0 0 .1rem rgb(0 0 0 / 4%);width:100%;display:flex;flex-wrap:wrap;align-items:center;}
.news_img {width:20.5%;position:relative;overflow:hidden;}
.news_img::after {content:'';display:block;padding-bottom:70.15%;}
.news_img img {position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;height:100%;object-fit:cover;}
.news_text {width:79.5%;box-sizing:border-box;padding-left:2%;display:flex;flex-direction:column;justify-content:center;}
.news_text h3 {font-size:0.22rem;color:#333;font-weight: bold; overflow:hidden;white-space:nowrap;text-overflow:ellipsis;box-sizing:border-box;transition:all 0.3s ease;}
.news_text h4 {font-size:0.17rem;color:#666;line-height: 1.6; margin:0.2rem 0;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;}
.news_text h5 {font-size:0.18rem;color:#888;}
.news_text i {display:flex;justify-content:center;align-items:center;width:0.5rem;height:0.5rem;background: var(--i_color); margin-left:auto;transition:all 0.3s ease;}
.news_text i iconify-icon {font-size:0.2rem;color:#FFF;transition:all 0.3s ease;}
.news_ul li a:hover h3 {color:var(--i_color);}
.news_ul li a:hover{box-shadow: 0 0 .1rem rgb(0 0 0 / 20%);}

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

	.news_text{width: 68%;}
	.news_text h3{font-size: 18px;}
	.news_text h4{font-size: 15px;}
	.news_text h5{font-size: 14px;}
	.news_text i{width: 40px; height: 40px;}
}
@media screen and (max-width:560px) {
	.news_ul{gap: 20px 0;}
	.news_ul li a{padding:20px 10px;}
	.news_text{width: 65%; margin-left: auto;}
	.news_text h3{font-size: 16px; overflow:hidden; display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:2; white-space: initial;}
	.news_text h4{display: none;}
	.news_text h5{margin-top: 10px; font-size: 13px;}
	.news_text i{display: none;}
}







.contactForm{background:url(static/images/contact-bg.webp) no-repeat top; background-size: cover}

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

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

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

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

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

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

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

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







.contact__{}

.contact__list{display:flex; flex-wrap:nowrap; background:url(static/images/contact-list-bg.webp) no-repeat center; background-size: cover; position: relative; z-index: 2;}
.contact__list li{width: 100%; box-sizing: border-box; padding: 0 4%;}

.contact__list i{display: block; margin-bottom: 0.3rem; width: 0.8rem; height: 0.8rem; background: #FFF; border-radius:50%; position: relative;}
.contact__list i iconify-icon{position:absolute; top:50%; left:50%; transform:translate(-50%,-50%);	font-size: 0.34rem; color: var(--i_color);}
.contact__list h6{margin-bottom: 0.14rem; font-size: 0.16rem; color: #FFF;}
.contact__list a{display: block; font-size: 0.2rem; color: #FFF;}
.contact__list p{font-size: 0.16rem; color: #FFF; line-height: 1.5;}

.map{font-size: 0; margin-top: -1rem; width: 100%;}
.map iframe{width: 100%; height: 60vh}

@media screen and (max-width:1024px) {
	.contact__list{flex-wrap: wrap; gap: 30px 4%;}
	.contact__list li{width: 48%;}

	.contact__list i{width: 50px; height: 50px;}
	.contact__list i iconify-icon{font-size: 26px;}
	.contact__list a{font-size: 18px;}

	.map{margin-top: 40px;}
}
@media screen and (max-width:560px) {
	.contact__list li{width: 100%;}
	.contact__list i{margin-bottom: 10px; width: 40px; height: 40px;}
	.contact__list i iconify-icon{font-size: 22px;}
	.contact__list a{font-size: 16px;}

	.map iframe{height: 50vh;}
}











