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

:root {
	--i_color: #005C9F;
	--i_color2: #40A74C;
	--top1_height: .36rem;
	--top2_height: 1rem;
	--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: 1400px;
	margin-left: auto;
	margin-right: auto;
}
.wrap_top{width: 94%; max-width: 1600px; margin-left: auto;margin-right: auto;}







.wrap_l{box-sizing: border-box; padding-left: 13.4vw;}
.wrap_r{box-sizing: border-box; padding-right: 13.4vw;}

@media screen and (max-width:1680px) {
	.wrap_l{padding-left: 8.3vw;}
	.wrap_r{padding-right: 8.3vw;}
}
@media screen and (max-width:1440px) {
	.wrap_l{padding-left: 3vw;}
	.wrap_r{padding-right: 3vw;}
}





/* header */
header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: #FFF;
	z-index: 2014;
}
header::before{content: '';position: absolute;left: 0;bottom: 0;width: 100%;height: 1px;background: #E8E8E8;}

.top{background: var(--i_color);}
.top .wrap_top{height: var(--top1_height); display:flex; flex-wrap:wrap; align-items: center;}

.topContact{display:flex; flex-wrap:wrap; gap: 0 .3rem;}
.topContact li{}
.topContact a{display:flex; flex-wrap:wrap; align-items: center; gap: 0 .1rem;}
.topContact iconify-icon{font-size: 0.2rem; color: #FFF;}
.topContact p{font-size: 14px; color: #FFF;}
.topContact a:hover p{text-decoration: underline;}

.topMedia{margin-left: auto; display:flex; flex-wrap:wrap; gap: 0 .14rem;}
.topMedia li{}
.topMedia iconify-icon{font-size: 0.2rem; color: #FFF;}
.topMedia a:hover iconify-icon{color: rgb(255 255 255 / 60%);}

@media screen and (max-width:1440px) {}
@media screen and (max-width:1366px) {}
@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 .wrap_top{display:flex; flex-wrap:nowrap; align-items: center;}

/* logo */
.logo {
	flex-shrink: 0;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	height: var(--top2_height);
}
.logo a {
	display: -webkit-flex;
	display: flex;
	align-items: center;
	height: 100%;
}
.logo img {max-width: 3rem; max-height: 75%;}
@media screen and (max-width:1440px) {
	.logo img {max-height: 60%;}
}
@media screen and (max-width:1024px) {
	.logo img {max-height: 70%;}
}
@media screen and (max-width:560px) {
	.logo img {max-height: 55%;}
}







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

	.i_nav>li {position: relative;}

	.i_nav>li>a {
		display: block;
		font-size: .18rem;
		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);
	}

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

	.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 .36rem;}
}
@media screen and (max-width:1200px) {
	.i_nav{gap: 0 .2rem;}
	.i_nav>li>a{font-size: 0.16rem;}
}






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

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

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

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

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

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

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

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





.nav_menu_products{display: none; position: fixed;top: var(--header_height); left: 0;width: 100%;background: #FFF;box-shadow: 0 4px 10px rgb(0 0 0 / 10%); z-index: 2014;-webkit-transition:top .5s ease; transition:top .5s ease;}

.nav_menu_products dl{padding: .3rem 0 .4rem;display:-webkit-flex; display:flex; flex-wrap:nowrap;justify-content: center; gap: 0 4%;}
.nav_menu_products dt{width: 100%;max-width: 2.4rem;}

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

.nav_menu_products figcaption{margin-top: 0.16rem; text-align: center;}
.nav_menu_products figcaption p{display: table; margin-left: auto;margin-right: auto; padding-bottom: 6px; font-size: 0.16rem;color: #333; position: relative;}

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

@media screen and (max-width:1366px) {
	.nav_menu_products figcaption p{font-size: 0.18rem;}
}
@media screen and (max-width:1024px) {
	.nav_menu_products{display: none !important;}
}




/* 移动端导航按钮 */
.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;
	}
}
@media screen and (max-width:560px) {
	.nav_menu{margin-left: 14px;}
}




.top_r{--size:.26rem}
.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_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;}
}



/* search */
.top_search {
	--search_height: .38rem
}
.top_search {
	max-width: 2rem;
	display: -webkit-flex;
	display: flex;
	flex-wrap: nowrap;
	box-sizing: border-box;
	border-radius:2rem;
	border: 1px solid #CCC;
	overflow: hidden;
}
.top_search_ipt {
	width: 100%;
	height: var(--search_height);
	box-sizing: border-box;
	padding: 0 .16rem;
}
.top_search_btn {
	flex-shrink: 0;
	font-size: 0;
	color: #FFF;
	width: calc(var(--search_height) * 1.2);
	height: var(--search_height);
	background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23555' 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:1200px) {
	.top_search{max-width: 1.8rem;}
}
@media screen and (max-width:1024px) {
	.top_search {--search_height: 34px}
	.top_search_btn{background-size: 20px;}
}
@media screen and (max-width:768px) {

}
@media screen and (max-width:560px) {
	.top_search{max-width: 1.3rem;}
	.top_search_ipt{padding: 0 10px;}
}





.top_language{flex-shrink: 0; height: var(--top2_height); display:flex; flex-wrap:wrap; align-items: center; position: relative;}
.top_language_btn{padding-right: 0.2rem; height: 100%;display:-webkit-flex; display:flex; flex-wrap:wrap;align-items: center; cursor: pointer; position: relative;}
.top_language_btn::before{content: '';position:absolute; top:50%; transform:translate(0,-50%);right: 0; width: 0.2rem; height: 0.2rem; background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23666' fill-rule='evenodd' d='m8 10.207l3.854-3.853l-.707-.708L8 8.793L4.854 5.646l-.708.708z' clip-rule='evenodd'/%3E%3C/svg%3E") no-repeat; background-size: contain;}
.top_language_btn iconify-icon{font-size: var(--size);color: #555;-webkit-transition:all .5s ease; transition:all .5s ease;}
.top_language_btn p{margin-left: 8px; font-size: .15rem;}
.top_language_btn.on iconify-icon{color: var(--i_color);}

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

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

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

@media screen and (max-width:768px) {
	.top_language_btn p{display: none;}
}
@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: 36.573%;
	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: 50%;}
	.banner-button-prev,.banner-button-next{display: none;}
}
@media screen and (max-width:560px) {
	.banner-pagination{bottom: 14px;}
}





.banner_text1{position:absolute; top:50%; transform:translate(0,-50%); left: 10%; box-sizing: border-box; padding: .5rem; border-radius:.1rem; overflow: hidden;}
.banner_text1::before{content: '';position:absolute; top:0; left:0; width:100%; height:100%; background: rgb(255 255 255 / 60%); -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px); z-index: -1;}
.banner_text1 h2{font-size: 3.2vw; color: var(--i_color); font-weight: bold; line-height: 1.3;}

.banner_text1 dl{margin: .6rem 0; display:flex; flex-wrap:wrap; gap: 0 .6rem;}
.banner_text1 dt{display:flex; flex-wrap:wrap; align-items: center; gap: 0 .1rem;}
.banner_text1 dt img{height: 0.3rem;}
.banner_text1 dt p{font-size: 0.22rem; color: var(--i_color); text-decoration: underline;}

@media screen and (max-width:1440px) {
	.banner_text1{left: 4%; padding: .4rem;}
	.banner_text1 h2{font-size: 3vw;}
	.banner_text1 dl{margin: .5rem 0; gap: 0 .4rem;}
	.banner_text1 dt img{height: .26rem;}
	.banner_text1 dt p{font-size: 0.18rem;}
}
@media screen and (max-width:1200px) {
	.banner_text1 dl{margin: .4rem 0; gap: 0 .3rem;}
}
@media screen and (max-width:1024px) {
	.banner_text1 dt p{font-size: 16px;}
}
@media screen and (max-width:768px) {
	.banner_text1{padding: 30px;}
	.banner_text1 dl{margin:20px 0 26px; gap: 20px;}
}
@media screen and (max-width:560px) {
	.banner_text1{top: 46%;}
	.banner_text1{padding: 16px;}
	.banner_text1 h2{font-size: 3.8vw;}
	.banner_text1 dl{margin:10px 0 16px; gap: 10px;}
	.banner_text1 dt{gap: 0 6px;}
	.banner_text1 dt img{height: 16px;}
	.banner_text1 dt p{font-size: 12px;}
}






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



.i_tit{}
.i_tit h3{font-weight: bold;}
.i_tit h3 i{color: var(--i_color); font-weight: bold;}
.i_tit h6{margin-top: 0.1rem; color: #888;}
.i_tit.center{text-align: center;}

@media screen and (max-width:768px) {
	.i_tit h6{margin-top: 6px;}
}
@media screen and (max-width:560px) {
	.i_tit h6{font-size: 15px;}
}






.i_more{display: table; background: var(--i_color2); padding: .06rem; border-radius:2rem; transition:all .5s ease;}
.i_more span{padding-left: 0.2rem; display:flex; flex-wrap:nowrap; align-items: center; gap: 0 .28rem;}
.i_more b{font-size: 0.18rem; color: #FFF;}
.i_more em{flex-shrink: 0; width: 0.4rem; height: 0.4rem; background: #FFF; border-radius:50%; position: relative;}
.i_more iconify-icon{position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); font-size: 0.2rem; color: var(--i_color2);}

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

.i_more.white{background: #FFF; border: 1px solid var(--i_color2);}
.i_more.white b{color: var(--i_color2);}
.i_more.white em{background: var(--i_color2);}
.i_more.white iconify-icon{color: #FFF;}

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

@media screen and (max-width:1440px) {
	.i_more b{font-size: 0.17rem;}
	.i_more em{width: 0.36rem; height: 0.36rem;}
}
@media screen and (max-width:1024px) {
	.i_more{padding: 4px;}
	.i_more span{padding-left: 16px; gap: 0 18px;}
	.i_more b{font-size: 14px;}
	.i_more em{width: 32px; height: 32px;}
}
@media screen and (max-width:768px) {
	.i_more span{gap: 0 12px;}
	.i_more em{width: 28px; height: 28px;}
}
@media screen and (max-width:560px) {
	.i_more b{font-size: 13px;}
}







.i_btn{display: table; width: 0.54rem;height: 0.54rem; background: #FFF; border-radius:50%; box-shadow: 0 0 .12rem rgb(0 0 0 / 15%); position: relative;}
.i_btn iconify-icon{position:absolute; top:50%; left:50%; transform:translate(-50%,-50%);font-size: 0.22rem;color: var(--i_color2);}
.i_btn.active, .i_btn:hover{background: var(--i_color2);}
.i_btn.active iconify-icon, .i_btn:hover iconify-icon{color: #FFF;}

@media screen and (max-width:1024px) {
	.i_btn{width: 48px;height: 48px;}
	.i_btn iconify-icon{font-size: 24px;}
}
@media screen and (max-width:768px) {
	.i_btn{width: 42px;height: 42px;}
}
@media screen and (max-width:560px) {
	.i_btn{width: 38px;height: 38px;}
	.i_btn iconify-icon{font-size: 20px;}
}





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

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






.public-pagination{display:block; padding-bottom: 6px; text-align:center}
.public-pagination .swiper-pagination-bullet{width:10px; height:10px; display:inline-block; margin:0 8px; background:#666; -webkit-border-radius:50%; border-radius:50%; outline:none; cursor:pointer; position: relative;}
.public-pagination .swiper-pagination-bullet::before{opacity: 0; content: '';position:absolute; top:50%; left:50%; transform:translate(-50%,-50%);width: 18px;height: 18px;box-sizing: border-box;border: 1px solid var(--i_color2); border-radius:50%;}
.public-pagination .swiper-pagination-bullet-active{background:var(--i_color2)}
.public-pagination .swiper-pagination-bullet-active::before{opacity: 1;}

@media screen and (max-width:1024px) {
	.public-pagination .swiper-pagination-bullet{width: 8px;height: 8px;}
	.public-pagination .swiper-pagination-bullet::before{width: 16px;height: 16px;}
}
@media screen and (max-width:560px) {
	.public-pagination .swiper-pagination-bullet{margin: 0 6px; width: 6px;height: 6px;}
	.public-pagination .swiper-pagination-bullet::before{width: 14px;height: 14px;}
}






.homeCate{}
.homeCate>.wrap{position: relative; z-index: 2;}

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

.homeCate_list{width: 45%; position:relative; overflow:hidden}
.homeCate_list::before{content: ''; position:absolute; left:50%; transform:translate(-50%,0); top: 50%; width: calc(100% - .6rem); height: 1px; background: #CCC;}
.homeCate_list .swiper-wrapper{display:flex; position:relative; width:100%}
.homeCate_list li{flex-shrink:0; position:relative; overflow: hidden;}

.homeCate_item{width: 100%; aspect-ratio: 1/1; box-sizing: border-box; border: 1px solid transparent; border-radius:50%; cursor: pointer;}
.homeCate_item i{position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); width: 85%; height: 85%; background: #E8F5FF; border-radius:50%;}
.homeCate_item img{position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); max-width: 60%; max-height: 60%; object-fit: contain;}
.homeCate_item .icon{z-index: 2;}
.homeCate_item .icon2{opacity: 0; visibility: hidden;}

.active .homeCate_item{border-color: var(--i_color);}
.active .homeCate_item i{background: var(--i_color);}
.active .homeCate_item .icon{opacity: 0; visibility: hidden;}
.active .homeCate_item .icon2{opacity: 1; visibility: visible; z-index: 3;}

.homeCate_top .i_tit{margin-left: auto;}

@media screen and (max-width:1440px) {}
@media screen and (max-width:1366px) {}
@media screen and (max-width:1200px) {}
@media screen and (max-width:1024px) {
	.homeCate_top{flex-wrap: wrap; gap: 36px 0;}
	.homeCate_top .i_tit{order: -1; margin: 0 0;}

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







.homeCate_cont{display:flex; flex-wrap:wrap;}
.homeCate_cont .txt{width: 45%;}
.homeCate_cont .txt a{display: block; margin-bottom: 0.3rem; font-size: 0.2rem; font-weight: bold;}
.homeCate_cont .txt a:hover{color: var(--i_color);}
.homeCate_cont .txt span{font-size: 0.18rem; color: #666; line-height: 1.6; overflow:hidden; display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:5;}

.homeCate_cont .pic{width: 48%; box-sizing: border-box; padding: .3rem .5rem; margin-left: auto; background: #FDFEFF; border-radius:.1rem; box-shadow: 0 2px .1rem rgb(0 0 0 / 15%); text-align: center; position: relative;}
.homeCate_cont .pic::before{content: 'Breath Medical'; position:absolute; left:50%; transform:translate(-50%,0); top: 15%; font-size: 3vw; color: #E5EEF5; font-weight: bold; white-space: nowrap;}
.homeCate_cont .pic i{display: block; margin: 0 auto; position: relative; width:100%; aspect-ratio: 61 / 40;}
.homeCate_cont .pic img{width: 100%; height: 100%; object-fit: contain; transition:all .5s ease;}

.homeCate_cont .pic:hover img{transform: scale(1.05, 1.05);}

@media screen and (max-width:1440px) {}
@media screen and (max-width:1366px) {}
@media screen and (max-width:1200px) {}
@media screen and (max-width:1024px) {
	.homeCate_cont .txt span{font-size: 16px;}

	.homeCate_cont .pic{padding: 20px 30px;}
}
@media screen and (max-width:768px) {
	.homeCate_cont{gap: 30px 0;}
	.homeCate_cont .txt{width: 100%;}
	.homeCate_cont .pic{width: 100%;}
	.homeCate_cont .pic::before{font-size: 6vw;}
}
@media screen and (max-width:560px) {
	.homeCate_cont .txt a{margin-bottom: 16px; font-size: 16px;}
	.homeCate_cont .txt span{font-size: 14px;}

	.homeCate_cont .pic{padding: 20px 20px;}
}




.homeCate_link{margin-top: -1.4rem; background:url(static/images/homeCate_link_bg.webp) no-repeat center;}
.homeCate_link .wrap{position: relative;}
.homeCate_link a{position:absolute; top:50%; transform:translate(0,-50%) !important; left: 0; z-index: 3;}

@media screen and (max-width:1024px) {
	.homeCate_link{margin: 20px 0 0;}
}
@media screen and (max-width:560px) {
	.homeCate_link{margin: 10px 0 0;}
}





.homeProduct_list{padding-bottom: 0.3rem; position:relative; overflow:hidden}
.homeProduct_list .swiper-wrapper{display:-webkit-flex; display:flex; position:relative; width:100%}
.homeProduct_list .swiper-slide{flex-shrink:0; position:relative; background: #F4F4F4; border-radius:.1rem; box-sizing: border-box; border: 1px solid transparent;}
.homeProduct_list .swiper-slide a{display: block; padding: .14rem;}

.homeProduct_list .coverPic{width:100%; position:relative; border-radius:8px; overflow:hidden}
.homeProduct_list .coverPic::before{content:""; display:block; padding-bottom:100%}
.homeProduct_list .coverPic img{position:absolute; top:0; left:0; width:100%; height:100%; object-fit: contain;}

.homeProduct_list .i_btn{position:absolute; left:50%; transform:translate(-50%,0); bottom: -.27rem;}

.homeProduct_list .swiper-slide span{display: block; padding: .2rem .1rem .3rem; text-align: center;}
.homeProduct_list .swiper-slide span p{font-size: 0.2rem; font-weight: bold; line-height: 1.4; overflow:hidden; display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:2;}

.homeProduct_list .swiper-slide:hover{border-color: var(--i_color2);}
.homeProduct_list .swiper-slide:hover img{transform: scale(1.05, 1.05);}
.homeProduct_list .swiper-slide:hover p{color: var(--i_color);}
.homeProduct_list .swiper-slide:hover .i_btn{background: var(--i_color2);}
.homeProduct_list .swiper-slide:hover .i_btn iconify-icon{color: #FFF;}
.homeProduct_list .swiper-slide,.homeProduct_list .coverPic img,.homeProduct_list .btn{transition:all .5s ease;}

.swiper-notification{display: none;}

@media screen and (max-width:1024px) {
	.homeProduct_list .swiper-slide span p{font-size: 17px;}
	.homeProduct_list .i_btn{bottom: -24px;}
}
@media screen and (max-width:768px) {
	.homeProduct_list .swiper-slide span{padding: 14px 10px 12px;}
	.homeProduct_list .swiper-slide span p{font-size: 16px;}
}
@media screen and (max-width:560px) {
	.homeProduct_list .swiper-slide span p{font-size: 15px;}
	.homeProduct_list .i_btn{bottom: -19px;}
}







.homeAbout{position: relative;}
.homeAbout::before{content: '';position: absolute; left: 0; top: 0; width: 100%; height: 70%; background: #F7F7F7;}

.homeAbout_cont{display:flex; flex-wrap:nowrap; align-items: flex-start; gap: 0 5%; background: #FFF;  position: relative;}
.homeAbout_cont::after{content: '';position: absolute; left: 100%; top: 0; width: 100%; height: 100%; background: #FFF;}

.homeAbout_cont .txt{width: 100%; box-sizing: border-box; padding: .7rem .5rem 0; position: relative; overflow: hidden;}
.homeAbout_cont .txt::before{content: '';position: absolute;top: -1.5rem; left: -1.5rem; width: 3rem; height: 3rem; background:linear-gradient(to right, #D6E5F0, #EFF5F9); border-radius:50%;}

.homeAbout_cont .txt h3{font-size: 1.7vw; font-weight: bold; position: relative;}
.homeAbout_cont .txt h5{margin: .44rem 0 .3rem; font-size: 3vw; color: var(--i_color); font-weight: bold; position: relative;}
.homeAbout_cont .txt article{font-size: 0.18rem; line-height: 1.6;}

.homeAbout_cont .pic{flex-shrink: 0; width: 45%; position: relative; border-radius:1rem 0 0 0; overflow: hidden;}
.homeAbout_cont .pic::before{content: '';position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgb(0 0 0 / 50%);}
.homeAbout_cont .pic>img{width: 100%;}

.vBtn{position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); cursor: pointer;}
.vBtn img{height: 1.2rem; transition:all .5s ease;}
.vBtn:hover img{transform:rotate(360deg);}

@media screen and (max-width:1024px) {
	.homeAbout_cont{flex-wrap: wrap; gap: 40px 0;}
	.homeAbout_cont .txt{padding: 50px 40px 0;}
	.homeAbout_cont .txt::before{top: -100px; left: -100px; width: 200px; height: 200px;}

	.homeAbout_cont .txt h5{margin: 26px 0;}
	.homeAbout_cont .txt article{font-size: 16px;}

	.homeAbout_cont .pic{width: 100%;}

	.vBtn img{height: 90px;}
}
@media screen and (max-width:768px) {
	.homeAbout_cont .txt h3{font-size: 16px;}
	.homeAbout_cont .txt h5{font-size: 24px;}
	.homeAbout_cont .txt article{font-size: 15px;}
}
@media screen and (max-width:560px) {
	.homeAbout_cont .txt{padding: 30px 26px 0;}
	.homeAbout_cont .txt h5{margin: 16px 0; font-size: 20px;}

	.homeAbout_cont .pic{border-radius:40px 0 0 0;}

	.vBtn img{height: 70px;}
}






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






.aboutNum{display:flex; flex-wrap:nowrap; gap: 0 5%;}
.aboutNum dt{width: 100%; text-align: center; position: relative;}
.aboutNum dt::before{content: '';position:absolute; left:50%; transform:translate(-50%,0); width: 1rem; height: 1rem; background:linear-gradient(to bottom, #EBF2F7, transparent); border-radius:50%;}

.aboutNum span{padding: .2rem 0; display:flex; flex-wrap:wrap; align-items: flex-start; justify-content: center; gap: 0 .1rem; font-size: 0.24rem; position: relative;}
.aboutNum span i{font-size: 0.5rem; font-weight: bold;}
.aboutNum p{margin-top: 0.1rem; font-size: 0.18rem; color: #555;}

.aboutNum dt:hover::before{background:linear-gradient(to bottom, #8DC1E8, transparent);}

@media screen and (max-width:1024px) {
	.aboutNum span i{font-size: 36px;}
	.aboutNum p{font-size: 15px;}
}
@media screen and (max-width:768px) {
	.aboutNum{flex-wrap: wrap; gap: 40px 4%;}
	.aboutNum dt{width: 48%;}
}
@media screen and (max-width:560px) {
	.aboutNum dt::before{width: 80px; height: 80px;}
	.aboutNum span{padding: 14px 0; font-size: 18px;}
	.aboutNum span i{font-size: 34px;}
	.aboutNum p{font-size: 13px;}
}







.homeHonor{position: relative;}
.homeHonor>.wrap{position:absolute; left:50%; transform:translate(-50%,0); top: 0.6rem; z-index: 3;}

.homeHonor .pic{width: 100%; overflow: hidden;}
.homeHonor .pic img{width: 100vw;}

@media screen and (max-width:1024px) {
	.homeHonor>.wrap{position: initial; transform: none;}
}






.whyChoose{background:url(static/images/why-choose-bg.webp) no-repeat center top; background-size: 100%;}

.whyChoose_cont{width: 100%; border-top: 6px solid var(--i_color); box-sizing: border-box; padding: .4rem .3rem; background: #FFF;}
.whyChoose_cont dl{display:flex; flex-wrap:nowrap;}
.whyChoose_cont dt{width: 100%; box-sizing: border-box; padding: .5rem .2rem; text-align: center;}
/* .whyChoose_cont dt:nth-child(even){background: #F4F4F4;} */

.whyChoose_cont dt img{height: 0.9rem;}
.whyChoose_cont dt h5{min-height: 0.48rem; margin: .28rem 0 .18rem; font-size: 0.18rem; font-weight: bold;}
.whyChoose_cont dt p{opacity: 0; visibility: hidden; font-size: .15rem; line-height: 1.6; color: #666; position: relative; top: 20px; transition:all .5s ease;}

.whyChoose_cont dt:hover img{transform:rotateY(360deg); transition:all 1s ease;}
.whyChoose_cont dt:hover h5{color: var(--i_color);}
.whyChoose_cont dt:hover p{top: 0; opacity: 1; visibility: visible;}

@media screen and (max-width:1440px) {
	.whyChoose_cont dt img{height: .8rem;}
}
@media screen and (max-width:1024px) {
	.whyChoose_cont{padding: 30px 20px; border-width: 4px;}

	.whyChoose_cont dl{flex-wrap: wrap;}
	.whyChoose_cont dt{padding: 20px;}
	.whyChoose_cont dt img{height: 50px;}
	.whyChoose_cont dt h5{min-height: auto; margin: 14px auto;}
	.whyChoose_cont dt p{top: 0; opacity: 1; visibility: visible;}
}
@media screen and (max-width:768px) {
	.whyChoose{margin-bottom: 50px; background-position-y:bottom}
}
@media screen and (max-width:560px) {
	.whyChoose_cont{border-width: 3px; padding: 0 0;}
	.whyChoose_cont dt img{height: 40px;}
	.whyChoose_cont dt h5{font-size: 16px;}
	.whyChoose_cont dt p{font-size: 14px;}
}








.homeNews{}

.homeNews_list{display:flex; flex-wrap:wrap; gap:.54rem 4%}
.homeNews_list li{width: 30.66%;}

.homeNews_list i{font-size: 0.16rem; color: #666;}
.homeNews_list h5{margin: .18rem 0 .16rem; height: 0.6rem; font-size: 0.22rem; font-weight: bold; overflow:hidden; display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:2;}
.homeNews_list p{font-size: 0.16rem; line-height: 1.6; overflow:hidden; display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:2;}

.homeNews_list .pic{margin: 0.18rem 0; width: 100%; overflow: hidden;}
.homeNews_list .pic img{width: 100%; aspect-ratio: 424 / 330; transition:all .5s ease;}

.homeNews_list span{display:flex; flex-wrap:wrap; align-items: center; gap: 0 .1rem; font-size: 0.16rem; color: #666;}
.homeNews_list span iconify-icon{font-size: 0.2rem;}

.homeNews_list li:hover h5{color: var(--i_color);}
.homeNews_list li:hover img{transform: scale(1.05, 1.05);}
.homeNews_list li:hover span,.homeNews_list li:hover span iconify-icon{color: var(--i_color);}

@media screen and (max-width:1024px) {
	.homeNews_list{gap: 30px 0;}
	.homeNews_list li{width: 100%;}
	.homeNews_list a{display:flex; flex-wrap:nowrap; align-items: center; gap: 0 4%;}

	.homeNews_list .t{width: 100%;}
	.homeNews_list i{font-size: 14px;}
	.homeNews_list h5{height: auto; font-size: 16px;}
	.homeNews_list p{font-size: 15px; color: #888;}

	.homeNews_list .pic{flex-shrink: 0; margin: 0 0; width: 2rem; margin-left: auto;}

	.homeNews_list a span{display: none;}
}
@media screen and (max-width:560px) {
	.homeNews_list h5{margin: 8px 0; font-size: 15px;}
	.homeNews_list p{font-size: 14px;}
	.homeNews_list .pic{width: 1.5rem;}
}






footer{--fLeft:32%; --fRight:68%}

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

.fLogo{width: var(--fLeft); background: var(--i_color); display:flex; flex-wrap:wrap; align-items: center;}
.fLogo img{width: 92%; max-height: .7rem;}

.fAbout{width: var(--fRight); padding-top: 0.3rem; padding-bottom: 0.3rem; padding-left: 0.6rem; background:url(static/images/footer-about-bg.webp) no-repeat center; background-size: cover; display:flex; flex-wrap:nowrap; align-items: center; gap: 0 10%;}
.fAbout h2{font-size: 1.6vw; color: var(--i_color); font-weight: bold; position: relative;}
.fAbout h2::before{content: ''; position: absolute; left: -14px; top: -6px; width: 0.24rem; height: 0.24rem; background:url(static/images/footer-title-icon.webp) no-repeat center; background-size: contain;}
.fAbout p{margin-top: 0.1rem; font-size: 0.18rem; color: #666; line-height: 1.6;}
.fAbout .i_more{flex-shrink: 0;}

.fCont{display:flex; flex-wrap:wrap;}
.fContact, .fMain{padding-top: 0.5rem;}
.fContact{width: var(--fLeft); background: #1A1A1A; padding-bottom: 0.5rem; padding-right: 0.2rem;}

.fContact ul{}
.fContact li{margin-bottom: 0.3rem;}
.fContact li i{display: block; margin-bottom: 6px; font-size: 0.16rem; color: rgb(255 255 255 / 50%);}
.fContact li a,.fContact li p{font-size: 0.18rem; color: #FFF;}
.fContact li .wa{font-size: 0.3rem; font-weight: bold;}
.fContact li a:hover{color: var(--i_color2); text-decoration: underline;}

.fMain{width: var(--fRight); background: #232323; padding-left: 0.7rem; padding-bottom: 0.18rem;}
.fNav{display:flex; flex-wrap:nowrap; justify-content: space-between; gap: 0 3%;}
.fNav .item{max-width: 30%;}
.fNav h5{margin-bottom: 0.3rem; font-size: 0.18rem; font-weight: bold; color: #FFF; position: relative;}
.fNav h5::before{content: ''; position:absolute; top:50%; transform:translate(0,-50%); left: -.18rem; width: 4px; height: 0.2rem; background: var(--i_color);}
.fNav li{margin: .1rem 0;}
.fNav li a{display: block; padding: 6px 0; font-size: 0.16rem; color: rgb(255 255 255 / 50%); line-height: 1.6;}
.fNav li a:hover{color: var(--i_color2); text-decoration: underline;}

.fMedia{display:flex; flex-wrap:wrap; align-items: center; gap: 0 .2rem;}
.fMedia p{font-size: 0.18rem; color: #FFF; font-weight: bold;}
.fMedia ul{display:flex; flex-wrap:wrap; align-items: center; gap: 0 .2rem;}
.fMedia li{font-size: 0;}
.fMedia li iconify-icon{font-size: 0.24rem; color: rgb(255 255 255 / 50%);}

.fCR,.fCR a{font-size: 0.16rem; color: rgb(255 255 255 / 50%); line-height: 1.6;}
.fCR a:hover{color: var(--i_color2); text-decoration: underline;}

@media screen and (max-width:1440px) {
	.fMain{padding-bottom: 50px;}
}
@media screen and (max-width:1200px) {
	.fAbout p{font-size: 0.16rem;}
}
@media screen and (max-width:1024px) {
	.fLogo{display: none;}
	.fAbout{width: 100%; padding: 30px 3%;}
	.fAbout span{padding-left: 16px;}
	.fAbout h2{font-size: 22px;}
	.fAbout p{font-size: 15px;}

	.fContact,.fMain{width: 100%;}
	.fContact{padding: 30px 3%;}
	.fContact li{margin-bottom: 20px;}
	.fContact li:last-child{margin-bottom: 0;}
	.fContact li .wa{font-size: 26px;}

	.fNav{display: none;}
	.fMain{padding: 30px 3%;}
	.fMedia{margin-top: 0;}
	.fCR{margin-top: 20px;}
}
@media screen and (max-width:768px) {
	.fAbout h2{font-size: 18px;}
	.fAbout p{font-size: 13px;}

	.fContact li i{font-size: 15px;}
	.fContact li a, .fContact li p{font-size: 16px;}

	.fMedia p{font-size: 16px;}
	.fCR, .fCR a{font-size: 15px;}
}
@media screen and (max-width:560px) {
	.fAbout{padding: 40px 3%; flex-wrap: wrap; gap: 18px 0;}
	.fAbout h2{font-size: 17px;}
	.fAbout h2::before{width: 16px; height: 16px;}

	.fContact li a, .fContact li p{font-size: 15px;}
	.fContact li .wa{font-size: 22px;}

	.fMedia li iconify-icon{font-size: 20px;}
	.fCR, .fCR a{font-size: 14px;}
}







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





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






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

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








.cat_nav{}
.cat_nav_tit{padding: .16rem .18rem; margin-bottom: 0.2rem; position: relative; background: var(--i_color); text-align: center; border-radius:6px;}
.cat_nav_tit h4{font-size: 0.2rem; color: #FFF; font-weight: bold;}
.cat_nav_tit iconify-icon{display: none;}

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

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

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

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

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

	.cat_nav_list{display: none;box-sizing: border-box;padding: 18px 0 0; background: #FFF;}
	.cat_nav_list li{margin-bottom: 14px;}
	.cat_nav_list li.active{}
	.cat_fold_tit a{padding: 14px 0;font-size: 17px;}
	.cat_fold_sub a{font-size: 15px;}
}
@media screen and (max-width:768px) {
	.cat_nav_tit{padding: 12px 20px;}
	.cat_nav_tit h4{font-size: 18px;}
	.cat_nav_tit iconify-icon{font-size: 22px;}

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

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







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

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

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

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






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







.pList{padding-bottom: .4rem; display:flex; flex-wrap:wrap; gap: .8rem 2.5%;}
.pList li{width: 31.66%; position:relative; border-radius:.1rem; box-sizing: border-box; border: 1px solid #EEE;}

.pList li a{display: block; padding: .14rem;}

.pList .coverPic{width:100%; position:relative; border-radius:8px; overflow:hidden}
.pList .coverPic::before{content:""; display:block; padding-bottom:100%}
.pList .coverPic img{position:absolute; top:0; left:0; width:100%; height:100%; object-fit: contain;}

.pList .i_btn{position:absolute; left:50%; transform:translate(-50%,0); bottom: -.27rem;}

.pList li span{display: block; padding: .2rem 0 .3rem; text-align: center;}
.pList li span p{font-size: 0.2rem; font-weight: bold; line-height: 1.4; overflow:hidden; display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:2;}

.pList li:hover{border-color: var(--i_color2);}
.pList li:hover img{transform: scale(1.05, 1.05);}
.pList li:hover p{color: var(--i_color);}
.pList li:hover .i_btn{background: var(--i_color2);}
.pList li:hover .i_btn iconify-icon{color: #FFF;}
.pList li,.pList .coverPic img,.pList .btn{transition:all .5s ease;}

@media screen and (max-width:1366px) {
	.pList li span p{font-size: 0.18rem;}
}
@media screen and (max-width:1024px) {
	.pList li span p{font-size: 16px;}
}
@media screen and (max-width:768px) {
	.pList{gap: 60px 4%;}
	.pList li{width: 48%;}
}
@media screen and (max-width:560px) {
	.pList li span{padding: 12px 14px;}
	.pList li span p{font-size: 14px;}
}






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

/* atlas */
.p_atlas {flex-shrink: 0; width:40%; box-sizing: border-box; position: relative;}
.p_atlas_list {width: 100%; box-sizing: border-box; background: #FFF; margin-left: auto; margin-right: auto; border-radius:8px; 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:100%;}
.p_atlas_list .swiper-slide img {position:absolute;top:0;left:0;width:100%;height:100%;object-fit:contain;}

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

.thumbnail-prev,.thumbnail-next {position:absolute;top:50%;transform:translate(0,-50%);width:.5rem;height:.5rem; box-sizing: border-box; border: 1px solid var(--i_color2); background: #FFF; border-radius:50%; 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.24rem;color:var(--i_color2)}
.thumbnail-prev:hover,.thumbnail-next:hover {background: var(--i_color2);}
.thumbnail-prev:hover iconify-icon, .thumbnail-next:hover iconify-icon{color: #FFF;}
.p_atlas .swiper-button-disabled{cursor:not-allowed;}

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

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

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






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

.p_title h1{padding-bottom: 0.16rem; font-size: 0.2rem; color: #111; line-height: 1.4; position: relative; font-weight: bold;}
.p_title h1::before{content: ''; position: absolute; left: 0; bottom: 0; width: 100%; height: 1px; background: #CCC;}

.p_des{}
.p_des article{font-size: 0.18rem; line-height: 1.7;}
.p_des article strong{color: var(--i_color);}

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

.p_share{display:-webkit-flex; display:flex; flex-wrap:wrap; align-items: center; gap: 0 .1rem;}
.p_share>p{font-size: 0.18rem; color: #555;}
.p_share dl{display:-webkit-flex; display:flex; flex-wrap:wrap;align-items: center;gap: 0 .2rem;}
.p_share dt a{display:block; width: 0.3rem; text-align: center;}
.p_share dt iconify-icon {font-size:0.26rem;color:#666;}
.p_share a:hover iconify-icon{color: var(--i_color);}

@media screen and (max-width:1200px) {
	.p_des article{font-size: 0.17rem;}
}
@media screen and (max-width:1024px) {
	.p_title h1{font-size: 18px;}
	.p_des article{font-size: 15px;}
	.p_share dt iconify-icon{font-size: 22px;}
}
@media screen and (max-width:560px) {
	.p_cat{font-size: 14px;}
	.p_title h1{font-size: 17px;}
	.p_des article{font-size: 14px;}

	.p_btn{gap: 0 20px;}

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







.pContent{}

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

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

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

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

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

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







.pBottom{background: #F6F6F6;}

.p_tags{padding-bottom: 0.2rem; border-bottom: 1px solid rgb(0 0 0 / 10%);display:-webkit-flex; display:flex; flex-wrap:wrap; align-items: baseline; gap: .16rem 0;}
.p_tags>p{margin-right: .14rem; font-size: 0.18rem; color: #666; font-weight: bold;}
.p_tags a{display: block; padding: .1rem .2rem; margin-right: 0.16rem; font-size: .16rem; color: var(--i_color); background: #FFF; border-radius:2rem;}
.p_tags a:hover{background: var(--i_color); color: #FFF;}
@media screen and (max-width:768px) {
	.p_tags{gap: 12px 0;}
	.p_tags>p{font-size: 17px;}
	.p_tags a{margin-right: 16px; font-size: 14px;}
}





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

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

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






.pRelated{}

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


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






.about__{}

.about__tit{display:flex; flex-wrap:wrap; align-items: center;gap: 0 .2rem;}
.about__tit i{width: 3rem;height: 3px; background:linear-gradient(to right, transparent, var(--i_color));}
.about__tit h3{font-weight: bold;}

.about__cont{display:flex; flex-wrap:nowrap; gap: 0 4%;}
.about__cont .pic{flex-shrink: 0; width: 40%; border-radius:.2rem; position: relative; overflow: hidden;}
.about__cont .pic::before{content: '';position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgb(0 0 0 / 50%);}
.about__cont .pic img{width: 100%; aspect-ratio: 1 / 1;}

.about__cont .txt{width: 100%; position: relative;}
.about__cont .txt article{position:absolute; top:0; left:0; width:100%; height:100%; overflow-y: auto; box-sizing: border-box; padding-right: 0.2rem; font-size: 0.16rem; line-height: 1.6;}
.about__cont .txt article::-webkit-scrollbar{width:2px;}

@media screen and (max-width:1024px) {
	.about__tit i{width: 2rem;}

	.about__cont .txt article{font-size: 14px;}
}
@media screen and (max-width:768px) {
	.about__tit i{width: 1.4rem;}

	.about__cont{flex-wrap: wrap; gap: 26px 0;}
	.about__cont .pic{width: 100%;}

	.about__cont .txt article{position: initial; height: 60vh;}
}
@media screen and (max-width:560px) {
	.about__tit{gap: 10px 0;}
}








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

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








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

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

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

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

.aboutCE-pagination{margin-top: .4rem;}

@media screen and (max-width:1440px) {
	.aboutCE_list li img{height: 55vh;}
}
@media screen and (max-width:1024px) {
	.aboutCE_list li img{height: 42vh;}

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

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








.history__{padding-bottom: 2rem; background:url(static/images/history-bg.webp) no-repeat bottom center; background-size: 100%;}

.in_history_cont {}
.in_history_pr{
	position: relative;
	z-index: 10;
}
.gallery-top {
	width:100%;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 0.5rem 0;
	overflow: hidden;
	position: relative;
	z-index: 10;
}
.gallery-top::after{
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
	height: 1px;
	border-bottom: 1px dashed #ABACAD;
	z-index: -1;
}

.gallery-top .swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: flex;

}

.gallery-top .swiper-slide {
	flex-shrink: 0;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	position: relative;
	border-radius: 0.2rem;
}
.user_img{
    position: relative;
	overflow: hidden;
	width: 100%;
	border-radius: 50%;
	transform: scale(0.7);
	transition: all 0.3s ease;
	border: 1px dashed rgba(51, 51, 51, 0.4);
	background-color: #F1F9FF;
}
.user_img::after{
    content: '';
	display: block;
	padding-bottom: 100%;
}
.user_img p{
    position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 0.48rem;
	font-family: 'bold';
	color: #333;
	transition: all 0.3s ease;
}

.gallery-top .swiper-slide-active .user_img{
	border: 1px dashed #ABACAD;
	transform: scale(1);
}
.gallery-top .swiper-slide-active .user_img p{
	color: var(--i_color);
}




.history-button-prev,.history-button-next{position:absolute; top:50%; transform:translate(0,-50%); width:0.4rem; height:0.5rem; z-index:999; cursor:pointer; outline:none}
.history-button-prev:before, .history-button-next:before{
	position:absolute;
	top:50%;
	left:50%;
	font-weight: bold;
	font-size:0.4rem;
	color:#333;
	transition: all 0.3s ease;
	font-family:-apple-system, simsun, system-ui, sans-serif;
	letter-spacing:-2px;
    -ms-transform:translate(-50%,-50%);
    -webkit-transform:translate(-50%,-50%);
    -moz-transform:translate(-50%,-50%);
    -o-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
}
.history-button-prev:hover:before, .history-button-next:hover:before{
	color: var(--i_color2);
}
.history-button-prev{left:-6%}
.history-button-prev:before{content:"<"}
.history-button-next{right:-6%}
.history-button-next:before{content:">"}




.in_honor_year {
	position: relative;

}

.gallery-thumbs {
	width: 100%;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	box-sizing: border-box;
	padding-top: 0.1rem;
}

.gallery-thumbs .swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	cursor: pointer;
	display: flex
}
.gallery-thumbs .swiper-slide {
	text-align: center;
	flex-shrink: 0;
	position: relative;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
}

.user_text{
    box-sizing: border-box;
	display: flex;
	align-items: center;
	width: 50%;

}
.user_text h3{
	font-size: 0.64rem;
	color: var(--i_color);
	font-family: 'bold';
	box-sizing: border-box;
	flex-shrink: 0;
}
.user_text h4{
	font-size: 0.18rem;
	color: #666;
	line-height: 155%;
	box-sizing: border-box;
	padding-left: 0.3rem;
	margin-left: 0.3rem;
	text-align: left;
	border-left: 1px solid var(--i_color);
}



@media screen and (max-width:1440px){
	.history-button-next {right: 0%;}
	.history-button-prev {left: 0%;}
	.gallery-top{
		width: calc(100% - 1rem);
	}
	.user_text {
		width: 60%;
	}
	.user_img p {
		font-size: 0.4rem;
	}
	.user_text h3 {
		font-size: 0.6rem;
	}
	.history_bac {
		padding: 0.8rem 0 2.2rem 0;
	}
}
@media screen and (max-width:1366px){
	.user_text {
		width: 65%;
	}
}
@media screen and (max-width:1200px){
	.user_text {
		width: 70%;
	}
	.user_img p {
		font-size: 0.35rem;
	}
	.user_text h3 {
		font-size: 0.5rem;
	}
	.history_bac {
		padding: 0.8rem 0 2rem 0;
	}
}
@media screen and (max-width:768px){
	.history__{padding-bottom: 100px;}

	.user_text {
		width: 100%;
	}
	.user_img p {
		font-size: 0.3rem;
	}
	.user_text h3 {
		font-size: 0.4rem;
	}
	.user_text h4 {
		font-size: 0.16rem;
		padding-left: 0.2rem;
		margin-left: 0.2rem;
	}
	.history_bac {
		padding: 0.8rem 0 1rem 0;
	}
}
@media screen and (max-width:560px) {
	.history__{padding-bottom: 80px;}
	.user_text h3{font-size: 30px;}
	.user_text h4{font-size: 14px;}
}







.homeAdv{margin-top: -4px;}

.homeAdv_tit{padding-bottom: 1.2rem; background: var(--i_color);}

.homeAdv_tit .tit{display:-webkit-flex; display:flex; flex-wrap:nowrap;justify-content: center; align-items: center; gap: 0 .2rem;}
.homeAdv_tit .tit img{height: 0.5rem;}
.homeAdv_tit h3,.homeAdv_tit p{text-align: center; color: #FFF;}
.homeAdv_tit h3{font-weight: bold; width: 100%;}
.homeAdv_tit p{width: 100%; max-width: 1000px; margin-left: auto;margin-right: auto; color: rgb(255 255 255 / 60%);}
@media screen and (max-width:1024px) {
	.homeAdv_tit{padding-bottom: 60px;}
	.homeAdv_tit .tit img{height: 30px;}
}
@media screen and (max-width:768px) {
	.homeAdv_tit{padding-bottom: 40px;}
	.homeAdv_tit .tit{width: 80%;margin-left: auto;margin-right: auto;}
	.homeAdv_tit .tit img:first-child{}
	.homeAdv_tit .tit img{display: none;}
}
@media screen and (max-width:560px) {
	.homeAdv_tit .tit{width: 100%;}
	.homeAdv_tit h3{font-size: 16px;}
}





.homeAdv_cont{background:#F6FCFE;}
.homeAdv_cont .wrap{display:-webkit-flex; display:flex; flex-wrap:nowrap; gap: 0 .6rem;}

.homeAdv_contTit{flex-shrink: 0; width: 25%; margin-top: 0.4rem;}
.homeAdv_contTit li{margin: .3rem 0; padding: .26rem .3rem; display:-webkit-flex; display:flex; flex-wrap:nowrap;align-items: center; gap: 0 .2rem; background: #FFF; box-shadow: var(--boxShadow); -webkit-border-radius:.1rem; border-radius:.1rem;cursor: pointer; position: relative; overflow: hidden;}
.homeAdv_contTit li::before{content: '';position: absolute; left: 0;top: 0;width: 0;height: 100%;background: var(--i_color2);}
.homeAdv_contTit iconify-icon{font-size: 0.34rem;color: var(--i_color);position: relative;}
.homeAdv_contTit p{font-size: 0.2rem;font-weight: bold; position: relative;}

.homeAdv_contTit li.active::before{width: 100%;}
.homeAdv_contTit li.active iconify-icon,.homeAdv_contTit li.active p{color: #FFF;}

.homeAdv_contTit li::before,.homeAdv_contTit iconify-icon,.homeAdv_contTit p{-webkit-transition:all .7s ease; transition:all .7s ease;}

.homeAdv_contShow{width: 100%; margin-top: -.6rem;}
.homeAdv_contShow dt{position: relative; left: .5rem; height: 0; background: #FFF; -webkit-border-radius:.2rem; border-radius:.2rem; box-shadow: var(--boxShadow); overflow: hidden; -webkit-transition:all .7s ease; transition:all .7s ease;}
.homeAdv_contShow dt.active{height: auto; left: 0;}

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

.homeAdv_contShow span{display: block;padding: .3rem; color: #666;}

@media screen and (max-width:1440px) {
	.homeAdv_contTit{margin-top: .2rem; width: 27%;}
	.homeAdv_contTit li{padding: .22rem .3rem;}
	.homeAdv_contTit p{font-size: 0.18rem;}
}
@media screen and (max-width:1200px) {
	.homeAdv_contTit{margin-top: .1rem; width: 30%;}
	.homeAdv_contTit li{padding: .16rem .2rem;}
}
@media screen and (max-width:1024px) {
	.homeAdv_cont{padding-top: 40px;}
	.homeAdv_cont .wrap{flex-wrap: wrap;gap: 30px 0;}
	.homeAdv_contShow{margin-top: 0;}

	.homeAdv_contTit{margin: 0 0; display:-webkit-flex; display:flex; flex-wrap:wrap; width: 100%;gap: 18px 3%;}
	.homeAdv_contTit li{margin: 0 0; width: 47.5%; box-sizing: border-box; padding: 16px 16px;}
	.homeAdv_contTit iconify-icon{font-size: 30px;}
	.homeAdv_contTit p{font-size: 16px;}

	.homeAdv_contShow dt{-webkit-border-radius:10px; border-radius:10px;}
}
@media screen and (max-width:768px) {
	.homeAdv_contTit li{padding: 12px 16px; -webkit-border-radius:6px; border-radius:6px;}

	.homeAdv_contShow span{padding: 24px 20px;}
}
@media screen and (max-width:560px) {
	.homeAdv_contTit li{padding: 10px 14px; gap: 0 10px;}
	.homeAdv_contTit iconify-icon{font-size: 24px;}
	.homeAdv_contTit p{font-size: 13px;}
}







.honor__{background:linear-gradient(to bottom, #F7F7F7, transparent);}

.honor__cont{background: #FFF; display:flex; flex-wrap:wrap; align-items: center;}

.honor__pic{width: 30%;}
.honor__pic img{width: 100%;}

.honor__gallery{width: 70%; box-sizing: border-box; padding: 0 4%;}

.honor_list{width: 100%; position:relative; overflow:hidden}
.honor_list .swiper-wrapper{display:flex; position:relative; width:100%}
.honor_list li{flex-shrink:0; position:relative}
.honor_list .pic{background: #F3F3F3; padding: .26rem;}
.honor_list .pic img{width: 100%; aspect-ratio: 4 / 3; object-fit: contain;}
.honor_list li p{text-align: center; margin-top: 0.16rem; font-size: 0.16rem;}

.honor-pagination{display:flex; flex-wrap:nowrap; align-items: center; justify-content: space-between; gap: 0 .3rem;}
.honor-pagination span{flex-shrink: 0; font-size: 0.16rem;}
.honor-pagination .over_2{width: 100%; height: 1px; background: #CCC;}

@media screen and (max-width:1024px) {
	.honor__cont{padding: 30px;}
	.honor__pic{display: none;}

	.honor__gallery{width: 100%; padding: 0 0;}
	.honor_list li p{font-size: 15px;}
}
@media screen and (max-width:768px) {
	.honor_list .pic{padding: 10px;}
}
@media screen and (max-width:560px) {
	.honor__cont{padding: 16px;}
	.honor_list li p{font-size: 13px;}
	.honor-pagination span{font-size: 14px;}
}






.event{}

.eventList{
	width: 100%;
	aspect-ratio: 140 / 60;
	display: grid;
	grid-template-columns: repeat(5, 1fr);
    grid-template-rows: auto auto;
    gap: .14rem;
}
.eventList li{background: #CCC; position: relative;}
.eventList li::after{content: '';position: absolute; left: 0; bottom: 0; width: 100%; height: 30%; background:linear-gradient(to bottom, transparent, rgb(0 0 0 / 70%));}
.eventList li:nth-child(1),.eventList li:nth-child(5){grid-column: span 2;}
.eventList li:nth-child(2){grid-row: span 2;}
.eventList li:nth-child(6){grid-column: span 2;}

.eventList img{position:absolute; top:0; left:0; width:100%; height:100%; object-fit: cover;}
.eventList .t{position: absolute; left: 0; bottom: .18rem; width: 100%; box-sizing: border-box; padding: 0 .2rem; z-index: 3;}
.eventList .t p{padding-left: 0.1rem; font-size: 0.16rem; color: #FFF; position: relative;}
.eventList .t p::before{content: ''; position:absolute; left: 0; top:4px; width: 3px; height: 0.16rem; background: var(--i_color);}

.eventCont{}
.eventCont_t{display:flex; flex-wrap:nowrap; gap: 0 5%;}
.eventCont_t h4{flex-shrink: 0;}
.eventCont_t article{font-size: 0.18rem; line-height: 1.6;}

.eventCont img{width: 100%;}

@media screen and (max-width:1024px) {
	.eventList .t p{font-size: 15px;}

	.eventCont_t{flex-wrap: wrap; gap: 16px 0;}
	.eventCont_t article{font-size: 15px;}
}
@media screen and (max-width:768px) {
	.eventList{aspect-ratio:initial; display:flex; flex-wrap:wrap; gap: 20px 2%;}

	.eventList li{width: 32%; aspect-ratio: 2 / 2;}
}
@media screen and (max-width:560px) {
	.eventList{gap: 20px 4%;}
	.eventList li{width: 48%;}

	.eventList .t p{font-size: 14px;}

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








.deveList{}
.deveList li{padding: .46rem 0;}
.deveList li:nth-child(odd){background: #F7F7F7;}

.deveList .wrap{display:flex; flex-wrap:wrap; align-items: center; justify-content: space-between; gap: 0 5%;}
.deveList .pic{width: 47.5%;}
.deveList .pic img{width: 100%; aspect-ratio: 665 / 380; border-radius:6px;}

.deveList .txt{width: 47.5%;}
.deveList .txt h5{margin-bottom: 0.12rem; padding-bottom: 0.12rem; border-bottom: 1px solid #DDD; font-size: .32rem; font-weight: 600;}
.deveList .txt span{font-size: 0.16rem; line-height: 1.6;}

.deveList li:nth-child(even) .txt{order:-1}

@media screen and (max-width:1024px) {
	.deveList li{padding: 38px 0;}
	.deveList .txt h5{font-size: 20px;}
	.deveList .txt span{font-size: 14px;}
}
@media screen and (max-width:768px) {
	.deveList .wrap{gap: 24px 0;}
	.deveList .pic{width: 100%; order: -2;}
	.deveList .txt{width: 100%;}

	.deveList .txt h5{font-size: 18px;}
}
@media screen and (max-width:560px) {
	.deveList li{padding: 30px 0;}
	.deveList .txt h5{font-size: 16px;}
	.deveList .txt span{font-size: 14px;}
}








.userSer{position: relative;}
.userSer::before{content: '';position: absolute; left: 0; bottom: 0; width: 100%; height: 50%; background: var(--i_color);}

.userSerList{display:flex; flex-wrap:nowrap; gap: 0 5%; background: #FFF; position: relative; box-sizing: border-box; padding:.2rem .5rem .5rem;}
.userSerList li{width: 100%;}
.userSerList img{height: 0.84rem;}
.userSerList h5{margin: .14rem 0 .28rem; font-size: 0.22rem; font-weight: bold;}
.userSerList p{font-size: 0.15rem; color: #666; line-height: 1.6;}

@media screen and (max-width:1024px) {
	.userSerList{flex-wrap: wrap; gap: 30px 0;}
	.userSerList li span{margin-bottom: 16px; display:flex; flex-wrap:wrap; align-items: center; gap: 0 .1rem;}
	.userSerList img{height: 46px;}
	.userSerList h5{margin: 0 0; font-size: 18px;}
	.userSerList p{font-size: 14px;}
}
@media screen and (max-width:560px) {
	.userSerList{padding: 0 20px 20px;}
	.userSerList li span{margin-bottom: 10px;}
	.userSerList img{height: 42px;}
	.userSerList h5{font-size: 16px;}
	.userSerList p{font-size: 13px;}
}







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

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

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

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

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

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

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

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

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







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

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

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

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

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

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






/* Paging */
.in_paging{
	--size:36px;
	--border_radius:3px;
}
.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:15px;color:#444;background:#F2F2F2;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_color2) !important;background:var(--i_color2);color:#FFF !important}

@media screen and (max-width:1024px) {
	.in_paging{--size:32px;}
	.in_paging a,.in_paging span{font-size: 14px;}
}






.leadingP{}

.leadingP_list{position:relative; overflow:hidden}
.leadingP_list .swiper-wrapper{display:flex; position:relative; width:100%}
.leadingP_list li{padding-bottom: 1.8rem; flex-shrink:0; position:relative}

.leadingP_list .pic{width: 100%; aspect-ratio: 49 / 30; border-radius:.08rem; overflow: hidden;}
.leadingP_list .pic img{width: 100%; height: 100%; object-fit: cover;}

.leadingP_list .txt{opacity: 0; visibility: hidden; position:absolute; left:50%; transform:translate(-50%,0); margin-top: 0.3rem; width: 70vw; text-align: center;}
.leadingP_list .txt h5{margin-bottom: 0.2rem; font-size: 0.24rem; color: var(--i_color); font-weight: bold;}
.leadingP_list .txt span{font-size: 0.16rem; line-height: 1.6;}

.leadingP_list .swiper-slide-active .txt{opacity: 1; visibility: visible;}

.leadingP-prev,.leadingP-next{position:absolute; bottom: 0.6rem;; width:.5rem; height:.5rem; background: #FFF; box-sizing: border-box; border-radius:50%; z-index:3; cursor:pointer; outline:none; user-select:none; box-shadow: 0 0 .1rem rgb(0 0 0 / 10%);}
.leadingP-prev{left:5%;}
.leadingP-next{right:5%;}
.leadingP-prev iconify-icon,.leadingP-next iconify-icon{position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); font-size:0.24rem; color:var(--i_color2);}
.leadingP_list .swiper-button-disabled{cursor:not-allowed}
.leadingP-prev:hover,.leadingP-next:hover{background: var(--i_color2);}
.leadingP-prev:hover iconify-icon,.leadingP-next:hover iconify-icon{color: #FFF;}

.leadingP-pagination{display: none;}

@media screen and (max-width:1366px) {
	.leadingP-prev{left:3%;}
	.leadingP-next{right:3%;}
}
@media screen and (max-width:1024px) {
	.leadingP_list{width: 94%; margin-left: auto;margin-right: auto;}
	.leadingP_list li{padding-bottom: 0;}

	.leadingP_list .txt{opacity: 1; visibility: visible; position: initial; transform: none; width: 100%;}
	.leadingP_list .txt h5{font-size: 18px;}
	.leadingP_list .txt span{font-size: 14px;}

	.leadingP-prev,.leadingP-next{display: none;}
	.leadingP-pagination{display: block;}
}
@media screen and (max-width:560px) {
	.leadingP_list .txt h5{margin-bottom: 6px; font-size: 16px;}
	.leadingP_list .txt span{font-size: 13px;}
}





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

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

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

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

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

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

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

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

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

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





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

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

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

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

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

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

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








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

