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


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


.wrap {
	width: 90%;
	max-width: 1285px;
	margin-left: auto;
	margin-right: auto;
}
@media screen and (max-width:1024px) {
	.wrap{width: 94%;}
}
.wrap2{width: 94%; max-width: 1700px; margin-left: auto;margin-right: auto;}



.wrap_l{margin-left: 16.4vw;}
.wrap_r{margin-right: 16.4vw;}
@media screen and (max-width:1440px) {
	.wrap_l{margin-left: 5vw;}
	.wrap_r{margin-right: 5vw;}
}
@media screen and (max-width:1024px) {
	.wrap_l{margin-left: 3vw;}
	.wrap_r{margin-right: 3vw;}
}






/* header */
header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: #CDDBEA;
	box-shadow: var(--boxShadow);
	z-index: 2014;
}

@media screen and (max-width:1024px) {
	header{background: #FFF;}
}


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


/* logo */
.logo {
	flex-shrink: 0;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	height: var(--header_height);
}
.logo a {
	display: -webkit-flex;
	display: flex;
	align-items: center;
	height: 100%;
}
.logo img {max-height: 80%;}
@media screen and (max-width:1440px) {
	.logo img {max-height: 60%;}
}
@media screen and (max-width:1200px) {
	.logo img {max-height: 50%;}
}
@media screen and (max-width:1024px) {
	.logo img {max-height: 56%;}
}





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

	.i_nav>li{position: relative;}
	.i_nav>.menu-item-has-children::after{content: '';position:absolute; top:50%; transform:translate(0,-50%); right: 0; width: 0.14rem;height: 0.14rem;background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23000' d='m64 144l192 224l192-224z'/%3E%3C/svg%3E") no-repeat center; background-size: contain; transition:all .5s ease;}
	.i_nav>li:hover::after{transform:translate(0,-50%) rotate(-180deg); background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%2308559B' d='m64 144l192 224l192-224z'/%3E%3C/svg%3E") no-repeat center; background-size: contain;}

	.i_nav>li>a {
		display:flex; flex-wrap:wrap;align-items: center; justify-content: center;
		height: var(--header_height);
		font-size: .18rem;
		color: #000;
		/* line-height: var(--header_height); */
		position: relative;
	}
	.en_nav>li>a{white-space: nowrap;}
	.i_nav>.menu-item-has-children>a{padding-right: 0.2rem;}

	/* .i_nav>.current-menu-item::before,
	.i_nav>.current-category-ancestor::before,
	.i_nav>.current-post-ancestor::before,
	.i_nav>.current-menu-ancestor::before,
	.i_nav>.current-menu-parent::before,
	.i_nav>li:hover::before,
	.i_nav>li.active::before
	{} */
	.i_nav>.current-menu-item>a,
	.i_nav>.current-category-ancestor>a,
	.i_nav>.current-post-ancestor>a,
	.i_nav>.current-menu-ancestor>a,
	.i_nav>.current-menu-parent>a,
	.i_nav>li:hover>a,
	.i_nav>li.active>a
	{
		color: var(--i_color);
	}

	.i_nav .sub-menu {
		display: none;
		position: absolute;
		left:-.2rem;
		top: var(--header_height);
		min-width: calc(100% + .2rem);
		background: #CDDBEA;
		overflow: hidden;
		box-shadow: 0 .06rem .1rem rgb(0 0 0 / 8%);
		font-size: 0;
	}

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

	.i_nav .sub-menu .current-menu-item a,
	.i_nav .sub-menu .current-category-ancestor a,
	.i_nav .sub-menu .current-post-ancestor a,
	.i_nav .sub-menu .current-menu-ancestor a,
	.i_nav .sub-menu .current-menu-parent a,
	.i_nav .sub-menu li:hover a{
		color: var(--i_color);
	}
}
@media screen and (max-width:1440px) {
    .i_nav{gap:0 4%}
	.i_nav>.menu-item-has-children::after{width: 0.12rem;height: 0.12rem;}
}
@media screen and (max-width:1200px) {
	.i_nav{margin-left: 3%; width: 64%;}
	.i_nav>li>a{font-size: 0.16rem;}
	.top_language_btn p{display: none;}
}





@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%); */
	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.16rem;
	}
}





.top_r {
	margin-left: auto;
	display: -webkit-flex;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	gap: 0 .26rem;
}
@media screen and (max-width:1024px) {
	.top_r{margin-left: auto; gap: 0 15px;}
}



.top_catalog{display:flex; flex-wrap:nowrap; align-items: center; gap: 0 6px;padding: 8px .1rem; border-radius:2rem; border: 1px solid var(--i_color); transition:all .5s ease;}
.top_catalog iconify-icon{flex-shrink: 0; font-size: 0.18rem;color: var(--i_color);}
.top_catalog p{font-size: 0.16rem; color: var(--i_color);}
.top_catalog:hover{transform:translate(0,-4px); background: var(--i_color);}
.top_catalog:hover p,.top_catalog:hover iconify-icon{color: #FFF;}
@media screen and (max-width:768px) {
	.top_catalog{display: none;}
}



.top_search{--size:.2rem}
.top_search{position: relative; padding: 0 .2rem; border-right: 1px solid #000; border-left: 1px solid #000;}
.top_search form{width: 1.4rem; display:flex; flex-wrap:nowrap;}
.top_search_ipt{width: 100%; padding: 0 0 0 6px; background: none; border: none;}
.top_search_btn{flex-shrink: 0; width: var(--size); height: var(--size); font-size: 0; background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath fill='%23000' d='M5 1a4 4 0 1 0 2.452 7.16l2.694 2.693a.5.5 0 1 0 .707-.707L8.16 7.453A4 4 0 0 0 5 1M2 5a3 3 0 1 1 6 0a3 3 0 0 1-6 0'/%3E%3C/svg%3E") no-repeat center; background-size: .2rem;}

@media screen and (max-width:1200px) {
	.top_search{padding: 0 .1rem;}
}
@media screen and (max-width:1024px) {
	.top_search{padding: 0 0; border: none;}
	.top_search form{width: 114px; border: 1px solid rgb(23 126 230 / 40%); padding: 4px 6px; border-radius:1rem;}
	.top_search_btn{background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath fill='%23177ee6' d='M5 1a4 4 0 1 0 2.452 7.16l2.694 2.693a.5.5 0 1 0 .707-.707L8.16 7.453A4 4 0 0 0 5 1M2 5a3 3 0 1 1 6 0a3 3 0 0 1-6 0'/%3E%3C/svg%3E") no-repeat center; background-size: .2rem;}
}




.top_language{position: relative;}
.top_language_btn{padding-right: 0.2rem; height: var(--header_height);display:-webkit-flex; display:flex; flex-wrap:nowrap;gap: 0 8px; align-items: center; cursor: pointer; position: relative;}
.top_language_btn::before{content: ''; position:absolute; top:50%; transform:translate(0,-50%); right: 0; width: 0.14rem;height: 0.14rem;background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23000' d='m64 144l192 224l192-224z'/%3E%3C/svg%3E") no-repeat center; background-size: contain; transition:all .5s ease;}
.top_language_btn img{flex-shrink: 0; height: 12px;}
.top_language_btn p{font-size: 15px;}
.top_language_btn.on::before{transform:translate(0,-50%) rotate(-180deg); background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%2308559B' d='m64 144l192 224l192-224z'/%3E%3C/svg%3E") no-repeat center; background-size: contain;}

.top_language_btn.on p{color: var(--i_color);}


.top_language_list {
	visibility: hidden;
	opacity: 0;
	position: absolute;
	top: calc(100% + .16rem);
	right: 0;
	min-width: 1.6rem;
	background: #FFF;
	box-sizing: border-box;
	box-shadow: var(--boxShadow);
	padding: .14rem .18rem .1rem;
	z-index: 2;
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}
.top_language_list.on {
	visibility: visible;
	opacity: 1;
	top: 100%;
}
.top_language_list h6{font-family: Arial; margin-bottom: .14rem;font-size: 0.16rem;font-weight: bold;color: #333; white-space: nowrap;}

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

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

@media screen and (max-width:1440px) {
	.top_language_btn::before{width: 0.12rem;height: 0.12rem;}
}
@media screen and (max-width:1024px) {
	.top_language_btn{cursor: none;}
}
@media screen and (max-width:560px) {
	.top_language_btn{padding-right: 16px;}
	.top_language_btn::before{width: 10px;height: 10px;}
}





.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; */
	position: relative;
	overflow: hidden
}
.banner .swiper-slide::before{content: '';display: block;padding-bottom: 36.573%}
.banner .swiper-slide>img,
.banner .swiper-slide>a>img {
	position:absolute; top:0; left:0; width:100vw; height:100%; object-fit: cover;
}
.banner .swiper-slide>video{position:absolute; top:0; left:0; width:100vw; height:100%; object-fit: cover;}

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

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

@media screen and (max-width:1024px) {
	.banner-pagination{bottom: 20px;}
	.banner-button{display: none;}
}
@media screen and (max-width:560px) {
	.banner-pagination{bottom: 14px;}
	.banner-pagination .swiper-pagination-bullet{margin: 0 4px;}
}






.banner1_text{position: absolute;top: 18%;left: 10%;}
.banner1_text span{display: block; margin-left: 0.4rem; font-size: 3vw; color: var(--i_color2); font-weight: bold; font-style: italic;}
.banner1_text span i{margin-right: 0.2rem; font-size: 7vw; font-weight: bold; font-style: italic;}
.banner1_text p{font-size: 3.4vw;color: var(--i_color2); font-weight: bold; font-style: italic;}
.banner1_btn{text-align: center;}
.banner1_btn img{height: 0.86rem; cursor: pointer;}
.banner_btn img{transition:all .5s ease;}
.banner_btn img:hover{transform:translate(0,-10px);}

@media screen and (max-width:1440px) {
	.banner1_btn img{height: 0.6rem;}
}
@media screen and (max-width:1024px) {
	.banner1_text span{font-size: 2.2vw;}
	.banner1_text span i{font-size: 5vw;}
	.banner1_text p{font-size: 2.6vw;}
	.banner1_btn img{height: 50px;}
}
@media screen and (max-width:768px) {
	.banner1_text{top: 20%;}
	.banner1_btn{margin-top: 24px;}
	.banner1_btn img{height: 40px;}
}
@media screen and (max-width:560px) {
	.banner1_text{top: 18%; left: 5%;}
	.banner1_text span{margin-left: 20px; font-size: 16px;}
	.banner1_text span i{margin-right: 6px; font-size: 24px}
	.banner1_text p{font-size: 14px;}
	.banner1_btn{margin-top: 10px;}
	.banner1_btn img{height: 30px;}
}







.banner2_text{position: absolute;top: 7%;right: 25%; text-align: center; z-index: 2;}
.banner2_text p{font-size: 0.2rem;color: #FFF;}
.banner2_text img{margin: .18rem auto; max-width: 4.1rem; max-height: 0.68rem; object-fit: contain;}
.banner2_text h4{padding-top: 0.18rem; font-size: 0.22rem;color: #FFF; position: relative;}
.banner2_text h4::before{content: '';position:absolute; top: 0; left:50%; transform:translate(-50%,0);width: 80%;height: 1px;background: rgb(255 255 255 / 30%);}

.banner2_btn{position: absolute;right: 38%;bottom: 9%; cursor: pointer;}
.banner2_btn img{max-width: 2.4rem;max-height: .6rem; object-fit: contain;}

@media screen and (max-width:1440px) {
	.banner2_text{right: 22%;}
	.banner2_text p{font-size: 0.18rem;}
	.banner2_text img{max-height: 0.46rem;}
	.banner2_text h4{font-size: 0.2rem;}
	.banner2_btn img{max-height: .5rem;}
}
@media screen and (max-width:1200px) {
	.banner2_text p{font-size: 0.16rem;}
	.banner2_text img{margin: 14px auto; max-height: 0.36rem;}
	.banner2_text h4{padding-top: 12px; font-size: 0.18rem;}
}
@media screen and (max-width:1024px) {
	.banner2_text{top: 19%; right: 26%;}
	.banner2_text p{display: none;}
	.banner2_text img{margin: 0 0; max-width: none; max-height: none; width: 18vw;}
	.banner2_text h4{display: none;}

	.banner2_btn{display: none;}
}
@media screen and (max-width:560px) {
	.banner2_text{right: 22%;}
	.banner2_text img{width: 25vw;}
}







.aboutNum{background:url(static/images/aboutNum_bg.webp) no-repeat center; background-size: cover;}
.aboutNum dl{display:flex; flex-wrap:nowrap;}
.aboutNum dt{width: 100%; border-right: 2px solid #FFF; display:flex; flex-wrap:wrap; justify-content: center;}
.aboutNum dt:first-child{border-left: 2px solid #FFF;}
.aboutNum .t{}
.aboutNum span{display:flex; flex-wrap:wrap; align-items: baseline; gap: 0 .1rem;}
.aboutNum i{font-size: 0.5rem;color: #FFF;font-weight: bold;}
.aboutNum p{font-size: 0.22rem;color: #FFF;}
.aboutNum h6{font-size: 0.32rem;font-weight: bold; color: #FFF;}

@media screen and (max-width:1440px) {
	.aboutNum p{font-size: 0.2rem;}
	.aboutNum i{font-size: .46rem;}
	.aboutNum h6{font-size: 0.26rem}
}
@media screen and (max-width:1200px) {
	.aboutNum h6{font-size: 0.2rem}
}
@media screen and (max-width:1024px) {

	.aboutNum{display: none;}

	.aboutNum{background: none}
	.aboutNum dl{flex-wrap: wrap; gap: 30px 4%;}
	.aboutNum dt{border: none !important; width: 48%; justify-content: flex-start;}
	.aboutNum p{font-size: 18px; color: #444;}
	.aboutNum i{font-size: 40px; color: var(--i_color);}
	.aboutNum h6{margin-top: 6px; font-size: 20px; color: #999; font-weight: normal;}
}
@media screen and (max-width:768px) {
	.aboutNum p{font-size: 15px}
	.aboutNum i{font-size: 36px}
	.aboutNum h6{font-size: 18px;}
}
@media screen and (max-width:560px) {
	.aboutNum{padding: 26px 0;}
	.aboutNum dl{gap: 20px 4%;}
	.aboutNum span{gap: 0 8px;}
	.aboutNum p{font-size: 14px}
	.aboutNum i{font-size: 24px}
	.aboutNum h6{font-size: 15px;}
}





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

.main_bg{background: #F6F6F6;}





.i_tit{text-align: center;}
.i_tit h3{color: #000; font-weight: 900;}
.i_tit h3::first-letter{color: var(--i_color2);}
.i_tit h6{display: table; margin-left: auto;margin-right: auto; letter-spacing: 1px; position: relative;}
.i_tit h6::before,.i_tit h6::after{content: ''; position:absolute; top:45%; width: 0.5rem;height: 2px;background: rgb(0 0 0 / 50%);}
.i_tit h6::before{left: calc(100% + .1rem);}
.i_tit h6::after{right: calc(100% + .1rem);}

.i_tit.white h3{color: #FFF;}
.i_tit.white h6{color: #FFF;}
.i_tit.white h6::before,.i_tit.white h6::after{background: rgb(255 255 255 / 50%);}

@media screen and (max-width:1024px) {
	.i_tit h6{font-size: 16px;}
}
@media screen and (max-width:560px) {
	.i_tit h6{font-size: 15px;}
	.i_tit h6::before, .i_tit h6::after{width: 30px;}
}





.i_more{display: table; border: 1px solid var(--i_color2); border-radius:2rem; transition:all .5s ease;}
.i_more b{display: block; padding: .06rem .2rem; font-size: 0.24rem; color: var(--i_color2); transition:all .5s ease;}
.i_more.center{margin-left: auto;margin-right: auto;}

.i_more:hover{-webkit-transform:translate(0,-8px); transform:translate(0,-8px); box-shadow: 0 2px 6px rgb(0 0 0 / 30%);  background: var(--i_color2);}
.i_more:hover b{color: #FFF;}

@media screen and (max-width:1440px) {
	.i_more b{font-size: 0.2rem;}
}
@media screen and (max-width:1200px) {
	.i_more b{font-size: 0.18rem;}
}
@media screen and (max-width:1024px) {
	.i_more b{font-size: 16px;}
}
@media screen and (max-width:560px) {
	.i_more b{font-size: 15px;}
}







.about{}
.aboutCont{display:flex; flex-wrap:nowrap; gap: 0 4%; align-items: flex-start;}

.aboutPic{flex-shrink: 0; width: 51%; box-sizing: border-box; padding-right: 6%; padding-bottom: .4rem; position: relative;}
.aboutPic::before{content: ''; position: absolute; top: 0;left: 0;width: 70%;height: 70%;background: var(--i_color2); transition:all .5s ease;}

.aboutPic .pic1{width: 100%;}
.aboutPic .pic1 img{width: 100%; margin: .14rem 0 0 .14rem; position: relative; top: 0;left: 0; transition:all .5s ease;}
.aboutPic .pic2{position: absolute;bottom: 0;right: 0; width: 2.1rem;height: 2.1rem; border-radius:50%; box-sizing: border-box; border: 1px solid var(--i_color); overflow: hidden; transition:all 1s ease;}
.aboutPic .pic2 img{width: 100%;height: 100%;object-fit: cover;}

@media screen and (min-width:1025px) {
	.aboutPic:hover::before{width: 80%; height: 80%;}
	.aboutPic:hover .pic1 img{top: -6px; left: -6px;}
	.aboutPic:hover .pic2{bottom: 20px; transform:rotateY(360deg); box-shadow: 0 10px 10px rgb(0 0 0 / 20%); transition:all 1.2s ease;}
}

.aboutTxt{width: 100%;}
.aboutTxt h2{font-size: 0.3rem; color: #111; line-height: 1.4;}
.aboutTxt article{}
.aboutTxt article strong{font-size: 0.24rem; font-weight: normal; position: relative;}
.aboutTxt article strong span{font-weight: normal;}
.aboutTxt article strong::before{content: '';position: absolute;right: 0;bottom: 0; width: 0;height: 1px;background: #000C77; transition:all .5s ease;}
.aboutTxt:hover article strong::before{left: 0; right: initial; width: 100%;}

.aboutTxt .i_more{margin-left: auto;}

/* .aboutTxt a{display:flex; flex-wrap:nowrap; justify-content: flex-end; align-items: center; gap: 0 .1rem;}
.aboutTxt p{font-size: 0.16rem;color: #666;}
.aboutTxt svg{width: .24rem; height: .24rem; object-fit: contain;}
.aboutTxt a:hover p{color: #000C77;}
.aboutTxt a:hover svg path{fill: #000C77;} */

@media screen and (max-width:1200px) {
	.aboutTxt h2{font-size: 0.26rem;}
}
@media screen and (max-width:1024px) {
	.aboutPic{width: 40%;}
	.aboutPic::before{width: 60%;height: 50%;}
	.aboutPic .pic1 img{margin: 8px 0 0 8px;}
	.aboutPic .pic2{width: 140px;height: 140px;}

	.aboutTxt h2{font-size: 20px;}
	.aboutTxt article{font-size: 15px;}
	.aboutTxt article strong{font-size: 20px;}
}
@media screen and (max-width:768px) {
	.aboutCont{flex-wrap: wrap; gap: 30px 0;}
	.aboutTxt{order: -1;}
	.aboutPic{width: 100%;}
}
@media screen and (max-width:560px) {
	.aboutTxt h2{font-size: 17px;}
	.aboutTxt article{margin-top: 18px;}
	.aboutTxt article strong{font-size: 18px;}

	.aboutPic{padding-right: 40px;}
}






.ourAdv{--icon_size:1rem}

.ourAdv_list{display:flex; flex-wrap:wrap; gap: .4rem 2%;}
.ourAdv_list dt{width: 23.5%}
.ourAdv_list .pic{width: 100%;}

.ourAdv_list .pic span{display: block; width:100%; box-sizing: border-box; border: 1px solid #B6DBFF; position:relative; overflow:hidden}
.ourAdv_list .pic span::before{content:""; display:block; padding-bottom:100%}
.ourAdv_list .pic span img{position:absolute; top:0; left:0; width:100%; height:100%; object-fit: cover; transition:all .5s ease;}

.ourAdv_list .pic i{display: block; margin-top: calc(-1 * (var(--icon_size) / 2)); margin-left: 0.2rem; width: var(--icon_size);height: var(--icon_size);background: var(--i_color); box-sizing: border-box; border-radius:50%; border: .1rem solid #F5F5F5; position: relative;}
.ourAdv_list .pic i img{position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); height: 0.44rem;transition:all .5s ease;}

.ourAdv_list .t{margin-top: 0.1rem;}
.ourAdv_list h5{min-height: .6rem; font-size: 0.24rem;color: var(--i_color2);}
.ourAdv_list p{padding-right: 0.2rem; margin-top: 0.1rem; font-size: 16px; font-weight: 100; color: #1A1A1A; line-height: 1.5}

.ourAdv_list dt:hover span img{transform: scale(1.1, 1.1);}
.ourAdv_list dt:hover i img{transform:translate(-50%,-50%) rotateY(50deg);}

@media screen and (max-width:1440px) {
	.ourAdv{--icon_size:.84rem}
	.ourAdv_list .pic i img{height: 0.36rem;}
}
@media screen and (max-width:1200px) {
	.ourAdv_list h5{min-height: .44rem; font-size: 0.2rem;}
	.ourAdv_list p{font-size: 15px;}
}
@media screen and (max-width:1024px) {
	.ourAdv{--icon_size:70px}
	.ourAdv_list{gap: 38px 4%;}
	.ourAdv_list dt{width: 48%;}
	.ourAdv_list .pic i{border-width: 6px;}
	.ourAdv_list .pic i img{height: 32px;}
	.ourAdv_list h5{min-height: auto; font-size: 18px;}
	.ourAdv_list p{font-size: 14px; font-weight: normal; color: #555;}
}
@media screen and (max-width:768px) {
	.ourAdv_list p{padding-right: 0;}
}
@media screen and (max-width:560px) {
	.ourAdv{--icon_size:50px}
	.ourAdv_list .pic i{margin-left: 10px; border-width: 4px;}
	.ourAdv_list .pic i img{height: 22px;}
	.ourAdv_list h5{font-size: 16px;}
	.ourAdv_list p{font-size: 13px}
}





.category{}

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

.categoryAll{position: absolute;top: 0;left: 0;width: 50%; z-index: 2;}
.categoryAll a{display: block;width: 100%; position: relative; overflow: hidden;}
.categoryAll a::before{content: '';display: block;padding-bottom: 78.25%;}
.categoryAll img{position:absolute; top:0; left:0; width:100%; height:100%; object-fit: cover;}
.categoryAll h5{position: absolute;top: 12%; left: 0; width: 100%; box-sizing: border-box; padding: 0 20%; font-family: Georgia; font-size: 0.3rem;color: #FFF; line-height: 1.4;}
.categoryAll .btn{position:absolute; left: 0; width: 100%; bottom: 12%;}

.categoryList{display:flex; flex-wrap:wrap;}
.categoryList li{width: 23.5%; margin: 0 2% 0.3rem 0; position: relative; overflow: hidden;}
.categoryList li:nth-child(4n + 2){margin-right: 0;}
.categoryList li::before{content: '';display: block;padding-bottom: 100%;}

.categoryList a{position:absolute; top:0; left:0; width:100%; height:100%;}
.categoryList a::after{content: '';position: absolute;left: 0;bottom: 0;width: 100%;height: 50%; background:linear-gradient(to bottom, transparent, rgb(0 0 0 / 70%)); z-index: 3; transition:all .5s ease;}
.categoryList img{position:absolute; top:0; left:0; width:100%; height:100%; object-fit: cover; transition:all .5s ease;}
.categoryList .p1{z-index: 2;}
.categoryList .p2{opacity: 0;}

.categoryList .t{position: absolute;left: 0;bottom: .1rem;width: 100%; box-sizing: border-box; padding: 0 .2rem; text-align: center; z-index: 4;}
.categoryList .t p{margin-bottom: 0.08rem; font-size: 0.22rem;color: var(--i_color2);}
.categoryList .t svg{width: 20px;height: 20px; object-fit: contain;}

.categoryList li:nth-child(1),.categoryList li:nth-child(2){width: 50%; margin-left: 0; margin-right: 0;}
.categoryList li:nth-child(1)::before,.categoryList li:nth-child(2)::before{padding-bottom: 78.25%}
.categoryList li:nth-child(2) .t{bottom: 0.3rem;}

.categoryList li:hover a::after{opacity: 0;}
.categoryList li:hover .p1{opacity: 0; z-index: 1;}
.categoryList li:hover .p2{opacity: 1; z-index: 2;}

@media screen and (max-width:1440px) {
	.categoryAll h5{padding: 0 15%;}
	.categoryList .t p{font-size: 0.2rem;}
}
@media screen and (max-width:1366px) {
	.categoryList .t p{font-size: 0.18rem;}
}
@media screen and (max-width:1024px) {
	.categoryAll h5{font-size: 20px;}
	.categoryList .t p{font-size: 16px;}
	.categoryList .t svg{width: 16px;height: 16px;}
}
@media screen and (max-width:768px) {
	.categoryAll h5{padding: 0 .3rem; font-size: 17px;}

	.categoryList li{width: 49%;}
	.categoryList li:nth-child(2n){margin-right: 0 !important;}
}
@media screen and (max-width:560px) {
	.categoryAll{position: relative; width: 100%;}
	.categoryList li{width: 48%; margin: 0 4% 16px 0;}
	.categoryList li:nth-child(1){display: none;}
	.categoryList li:nth-child(2){width: 100%;}

	.categoryList .t p{font-size: 15px;}
	.categoryList .t svg{width: 14px;height: 14px;}
}






.projects{}

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

.projects_list{position:relative; overflow:hidden}
.projects_list .swiper-wrapper{display:flex; position:relative; width:100%}
.projects_list .swiper-slide{flex-shrink:0; position:relative}
.projects_list .swiper-slide a{display: block; width: 100%; position: relative; overflow: hidden;}
.projects_list .swiper-slide a::before{content:""; display:block; padding-bottom:158%}
.projects_list .swiper-slide img{position:absolute; top:0; left:0; width:100%; height:100%; object-fit: cover;}

.projects_list .txt{position: absolute;left: 0;bottom: -.7rem;width: 100%; box-sizing: border-box; padding: .14rem .2rem; text-align: center; background: rgb(23 126 230 / 80%);transition:all .3s ease;}
.projects_list .txt p{font-size: .16rem;color: #FFF; overflow:hidden; display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:2;}
.projects_list .swiper-slide:hover .txt{bottom: 0;}

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

@media screen and (max-width:1024px) {
	.projects_list .txt{bottom: 0;}
	.projects-prev,.projects-next{display: none;}
}
@media screen and (max-width:560px) {
	.projects_list .txt{padding: 10px 16px;}
	.projects_list .txt p{font-size: 14px;}
}






.homeNews{background: #F1F1F1;}

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

.homeNews_list{position:relative; overflow:hidden}
.homeNews_list .swiper-wrapper{display:flex; position:relative; width:100%}
.homeNews_list .swiper-slide{flex-shrink:0; position:relative;}
.homeNews_list li.swiper-slide{background: #FFF;}

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

.homeNews_list .t{padding: .2rem;}
.homeNews_list .t h6{font-size: 0.18rem; color: var(--i_color2); font-weight: bold;}
.homeNews_list .t i{display: block; margin: .08rem 0; font-size: 14px; color: #888;}
.homeNews_list .t p{font-size: 0.15rem;}
.homeNews_list .t h6,.homeNews_list .t p{overflow:hidden; display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:2;}
.homeNews_list .t b{display: table; padding-bottom: 4px; margin-top: .1rem; font-weight: bold; position: relative; transition:all .5s ease;}
.homeNews_list .t b::before{content: ''; position: absolute;right: 0;bottom: 0;width: 0;height: 1px; background: var(--i_color2); transition:all .5s ease;}

.homeNews_list .swiper-slide:hover img{transform: scale(1.05, 1.05);}
.homeNews_list .swiper-slide:hover b{color: var(--i_color2);}
.homeNews_list .swiper-slide:hover b::before{right: initial; left: 0; width: calc(100% + .2rem);}

.homeNews_list-pagination{display: none;}

@media screen and (max-width:1024px) {
	.homeNews-prev,.homeNews-next{display: none;}

	.homeNews_list .t h6{font-size: 16px;}
	.homeNews_list .t b{display: none;}
	.homeNews_list .t p{font-size: 14px;}

	.homeNews-pagination{display:block; margin-top:0.3rem; text-align:center}
	.homeNews-pagination .swiper-pagination-bullet{width:.08rem; height:.08rem; display:inline-block; margin:0 6px; background:#CCC; border-radius:50%; outline:none; cursor:pointer;}
	.homeNews-pagination .swiper-pagination-bullet-active{background:var(--i_color2)}
}
@media screen and (max-width:560px) {
	.homeNews_list .t{padding: 10px;}
	.homeNews_list .t h6{font-size: 15px;}
}







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

.swiper-3d{perspective:1400px}
.swiper-3d .swiper-wrapper {transform-style: preserve-3d}
.swiper-3d .swiper-slide{transform-style:preserve-3d}

.CE_list{padding: .8rem 0; position:relative; overflow:hidden; cursor: pointer;}
.CE_list .swiper-wrapper{display:flex; position:relative; width:100%}

.CE_list .swiper-slide{flex-shrink:0; position:relative; transition-property:transform; text-align: center; overflow: hidden; transition:all .5s ease;}
.CE_list .swiper-slide::before{content: '';display: block;padding-bottom: 135.5%;}
.CE_list .swiper-slide img{position:absolute; top:0; left:0; width:100%; height:100%; object-fit: cover;}

.CE-pagination{display: none;}


.CE_pic{text-align: center;}
.CE_pic img{max-width: 62%;}


@media screen and (max-width:768px) {
	.CE_list{padding: 50px 0;}
	.CE_pic{margin-top: 30px;}
}
@media screen and (max-width:560px) {
	.CE_list{padding: 30px 0;}
	.CE_List dt:hover{top: -10px;}

	.CE_pic{margin-top: 10px;}
}







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

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

.needForm .t{width: 100%;}
.needForm .t h3{font-size: 0.44rem; color: #FFF;}
.needForm .t h3::first-letter{font-weight: bold;}
.needForm .t h6{margin: .3rem 0; font-size: 0.2rem;color: #FFF; line-height: 1.5; letter-spacing: 1px}

.contact_icon{display:flex; flex-wrap:nowrap; align-items: center; gap: 0 .2rem;}
.contact_icon i{flex-shrink: 0; width: 0.5rem;height: 0.5rem;box-sizing: border-box; border: 3px solid #F3692B; border-radius:50%; position: relative;}
.contact_icon iconify-icon{position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); font-size: 0.24rem;color: #F3692B;}
.contact_icon p{margin-bottom: 4px; font-size: 0.2rem;color: #FFF; letter-spacing: 1px}
.contact_icon a{font-size: 0.2rem;color: #F3692B; letter-spacing: 1px; position: relative;}
.contact_icon a::before{content: '';position: absolute;right: 0;bottom: 0;width: 0;height: 1px;background: #F3692B;transition:all .5s ease;}
.contact_icon a:hover::before{right: initial; left: 0; width: 100%;}

.consuitBtn{display: table; padding: .14rem .26rem; background: #F3692B; border-radius:2rem;}
.consuitBtn span{display:flex; flex-wrap:wrap; align-items: center; gap: 0 .1rem;}
.consuitBtn svg{width: 26px;height: 26px;object-fit: contain;}
.consuitBtn p{font-size: 0.18rem;color: #FFF;}

.needForm .box{flex-shrink: 0; margin-left: auto; width: 54%; box-sizing: border-box; padding: .4rem; background: rgb(255 255 255 / 20%);}

@media screen and (max-width:1024px) {
	.needForm .wrap{flex-wrap: wrap; gap: 30px 0;}

	.needForm .t h3{font-size: 30px;}
	.needForm .t h3 br{display: none;}
	.needForm .t h6{margin: 14px 0 24px; font-size: 16px; letter-spacing: 0;}

	.contact_icon{gap: 0 14px;}
	.contact_icon i{width: 44px;height: 44px; border-width: 2px;}
	.contact_icon iconify-icon{font-size: 18px;}
	.contact_icon p{font-size: 16px; letter-spacing: 0;}
	.contact_icon a{font-size: 18px; letter-spacing: 0;}

	.consuitBtn{padding: 10px 20px;}
	.consuitBtn p{font-size: 16px;}

	.needForm .box{width: 100%; padding: 30px;}
}
@media screen and (max-width:768px) {
	.needForm .t h3{font-size: 24px;}

	.contact_icon a{font-size: 16px;}

	.consuitBtn{margin-top: 24px; padding: 8px 16px;}
}
@media screen and (max-width:560px) {
	.needForm .t h3{font-size: 19px;}
	.needForm .t h6{font-size: 14px; color: #A5A5A5;}

	.contact_icon i{width: 36px;height: 36px; border-width: 2px;}
	.contact_icon iconify-icon{font-size: 16px;}
	.contact_icon p{font-size: 14px;}

	.needForm .box{padding: 20px;}
}





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

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

#wpforms-100 .wpforms-field-container .wpforms-field>input:hover,
#wpforms-100 .wpforms-field-container textarea:hover,
#wpforms-100 .wpforms-field-container .wpforms-field>input:focus,
#wpforms-100 .wpforms-field-container textarea:focus{border-color: #FFF;}

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

#wpforms-100-field_5-container li{display:flex; flex-wrap:wrap; align-items: center; gap: 0 8px; position: relative;}
#wpforms-100-field_5-container li::before{content: ''; position: absolute; left: 0; top: 50%; transform:translate(0,-50%); width: 20px; height: 20px; box-sizing: border-box; border: 1px solid #FFF;}
#wpforms-100-field_5-container li.wpforms-selected::before{border-color: var(--i_color2); background:var(--i_color2) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='%23FFF' d='m14.83 4.89l1.34.94l-5.81 8.38H9.02L5.78 9.67l1.34-1.25l2.57 2.4z'/%3E%3C/svg%3E") no-repeat center; background-size: 20px;}
#wpforms-100-field_5-container li input[type=checkbox]{opacity: 0; width: 20px;height: 20px; margin: 0 0;}
#wpforms-100-field_5-container li label{color: #FFF;}

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

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

/* 提交按钮样式 */
#wpforms-100 .wpforms-submit-container{width: 220px; padding:0 0; position: relative; overflow: hidden;}
#wpforms-100 .wpforms-submit-container button{width: 100%; height:44px; font-size: .18rem; color: #FFF; background: none; border: 1px solid #FFF; cursor: pointer;}
#wpforms-100 .wpforms-submit-container img{position:absolute;top:50%;transform:translate(0,-50%);right:4px;z-index:2}
#wpforms-100 .wpforms-submit-container button:hover{background: #D15807; border-color: #D15807;}







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

.fCont{display:flex; flex-wrap:nowrap; justify-content: space-between; gap: 0 4%;}

.fLeft{max-width: 30%;}
.fLogo img{height: 0.6rem;}
.fLogo p{margin-top: 0.3rem; font-size: 0.17rem;color: #FFF; line-height: 1.4;}

.fMedia{display:flex; flex-wrap:wrap; gap: 0 .16rem;}
.fMedia li{transition:all .5s ease;}
.fMedia a{display: block; width: 0.44rem;height: 0.44rem;box-sizing: border-box; border: 1px solid rgb(255 255 255 / 50%); position: relative;}
.fMedia iconify-icon{position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); font-size: 0.26rem;color: rgb(255 255 255 / 80%);}
.fMedia li:hover{transform:translate(0,-5px);}
.fMedia a:hover{background: var(--i_color2); border-color: var(--i_color2);}
.fMedia a:hover iconify-icon{color: #FFF;}

.fTit{padding-bottom: 0.2rem;margin-bottom: 0.4rem; font-size: 0.26rem; color: #FFF; font-weight: bold; position: relative;}
.fTit::after{content: '';position: absolute;left: 0;bottom: 0;width: 0.6rem;height: 2px;background: #F3692B;}

.fContact{width: 26%;}
.fContact_list{}
.fContact_list li{margin-bottom: 0.24rem;; display:flex; flex-wrap:nowrap; gap: 0 6px;}
.fContact_list h6,.fContact_list a, .fContact_list p{font-size: 0.16rem;color: #FFF;}
.fContact_list h6{flex-shrink: 0;}
.fContact_list a{display: block;}
.fContact_list a:hover{color: #F3692B;}

.fNav{max-width: 16%;}
.fNav ul{}
.fNav li{margin-bottom: 0.2rem;}
.fNav li a{display: block; padding-left: 0.24rem; font-size: 0.16rem; color: #FFF; line-height: 1.3; position: relative;}
.fNav li a::before{content: '';position: absolute;top: 1px;left: 0;width: 0.18rem;height: 0.18rem;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48'%3E%3Cpath fill='none' stroke='%23FFF' stroke-linecap='round' stroke-linejoin='round' stroke-width='4' d='m19 12l12 12l-12 12'/%3E%3C/svg%3E") no-repeat center; background-size: contain;}
.fNav li a:hover{color: #F3692B;}
.fNav li a:hover::before{background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48'%3E%3Cpath fill='none' stroke='%23F3692B' stroke-linecap='round' stroke-linejoin='round' stroke-width='4' d='m19 12l12 12l-12 12'/%3E%3C/svg%3E") no-repeat center; background-size: contain;}

.fForm{display: none;}
.fForm .t h4{margin-bottom: 0.14rem; font-size: 0.3rem;color: #FFF;}
.fForm .t p{font-size: 0.15rem; color:#FFF}

.fCR{background: #F3692B;}
.fCR p{text-align: center;}
.fCR p,.fCR a{font-size: 0.16rem;color: #FFF;}
.fCR a:hover{text-decoration: underline;}

@media screen and (max-width:1024px) {
	.fCont{flex-wrap: wrap; gap: 30px 0;}
	.fLeft{max-width: 100%; width: 100%;}
	.fLogo img{height: 46px;}
	.fLogo p{margin-top: 14px; font-size: 15px;}
	.fMedia{margin-top: 30px;}
	.fMedia a{width: 36px;height: 36px;}
	.fMedia iconify-icon{font-size: 20px;}

	.fTit{font-size: 22px; padding-bottom: 10px; margin-bottom: 26px;}

	.fContact{width: 100%;}
	.fContact_list li{margin-bottom: 10px;}

	.fNav{display: none;}

	.fForm .t h4{font-size: 24px;}
	.fForm .t p{font-size: 14px;}

	.fCR p, .fCR a{font-size: 15px;}
}
@media screen and (max-width:768px) {}
@media screen and (max-width:560px) {
	.fLogo img{height: 38px;}
	.fLogo p{font-size: 13px;}

	.fMedia a{width:30px;height:30px;}
	.fMedia iconify-icon{font-size: 16px;}

	.fTit{font-size: 20px;}

	.fContact_list h6, .fContact_list a, .fContact_list p{font-size: 15px;}

	.fForm .t h4{font-size: 20px;}

	.fCR{padding: 10px 0;}
	.fCR p, .fCR a{font-size: 14px;}
	.fCR a{display: block;}
}






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

.banner__{font-size: 0; position: relative; overflow: hidden;}
.banner__ img{width: 100vw;}
.banner__text{position:absolute; top:50%; transform:translate(0,-50%);left: 0; width: 100%; text-align: center;}
.banner__text h2{font-family: Georgia; font-size: 4.4vw; color: #FFF; letter-spacing: 6px;}

@media screen and (max-width:1024px) {
	.banner__text h2{letter-spacing: 3px;}
}
@media screen and (max-width:560px) {
	.banner__text h2{font-size: 5vw; letter-spacing: 2px;}
}





.banner__about .banner__text{text-align: left;}
.banner__about p{font-size: 0.2rem; color: #FFF;}
.banner__about h2{margin: .2rem 0; font-family: Georgia; font-size: 2.6vw; color: #FFF; letter-spacing: 6px; line-height: 1.3;}

@media screen and (max-width:1024px) {
	.banner__about::before{content: '';display: block;padding-bottom: 40%;}
	.banner__about>img{position:absolute; top:0; left:0; width:100%; height:100%; object-fit: cover;}
	.banner__about p{font-size: 16px;}
	.banner__about h2{letter-spacing: 3px;}
}
@media screen and (max-width:768px) {
	.banner__about h2{margin: 14px 0;}
}
@media screen and (max-width:560px) {
	.banner__about::before{padding-bottom: 50%;}
	.banner__about p{font-size: 14px;}
	.banner__about h2{font-size: 3.4vw; letter-spacing: 2px;}
}






/* Breadcrumb */
.in_position{padding:.2rem 0;background:#3E7DB5;position:relative;}
.in_position .wrap{display:flex;flex-wrap:wrap;align-items:center;}
.in_position a{display:block;font-size:15px;color:#FFF;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" viewBox="0 0 2048 2048"%3E%3Cpath fill="%23FFF" 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:#FFF}
.in_position a:last-child {font-weight: bold;}
.in_position a:hover {color:var(--i_color2)}
@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}
}







.categoryPage{background:url(static/images/category-page-bg.webp) no-repeat top center; background-size: cover;}
.categoryPage .wrap{display:-webkit-flex; display:flex; flex-wrap:nowrap; align-items: flex-start; gap: 0 4%;}

.cat_aside{flex-shrink: 0; width: 28%; box-sizing: border-box; position: relative; padding: .3rem .2rem; background: #F6F6F6; border: 1px solid #E6E6E6;}
.cat_aside .box:not(:last-child){margin-bottom: 0.4rem;}


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

@media screen and (max-width:1200px) {
	.cat_aside{width: 26%;}
}
@media screen and (max-width:1024px) {
	.categoryPage .wrap{flex-wrap: wrap; gap: 40px 0;}
	.cat_aside{width: 100%; padding: 0 0; background: none; border: none;}
	.cat_aside .box:not(:last-child){margin-bottom: 0;}
	.catList_show{width: 100%; padding: 0 0; margin: 0 0;}
}
@media screen and (max-width:560px) {
	.categoryPage .wrap{gap: 20px 0;}
}








.pSearch{--size:.4rem}
.pSearch{background: #FFF; width: 100%; display:flex; flex-wrap:nowrap;}
.pSearch_ipt{width: 100%; padding: 0 0.16rem; box-sizing: border-box;}
.pSearch_btn{flex-shrink: 0; width: var(--size); height: var(--size); font-size: 0; background: var(--i_color2) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath fill='%23FFF' d='M5 1a4 4 0 1 0 2.452 7.16l2.694 2.693a.5.5 0 1 0 .707-.707L8.16 7.453A4 4 0 0 0 5 1M2 5a3 3 0 1 1 6 0a3 3 0 0 1-6 0'/%3E%3C/svg%3E") no-repeat center; background-size: .2rem; cursor: pointer;}
@media screen and (max-width:1024px) {
	.pSearch{margin-bottom: 30px;}
	.pSearchBox .cat_nav_tit{display: none;}

	.pSearch_ipt{border: 1px solid #DDD; border-right: none;}
}
@media screen and (max-width:560px) {
	.pSearch{margin-bottom: 20px;}
}





.cat_nav_tit{padding-bottom: 0.1rem; margin-bottom: 0.24rem; position: relative; border-bottom: 1px solid #BBB;}
.cat_nav .cat_nav_tit{margin-bottom: .1rem;}
.cat_nav_tit h4{font-size: 0.3rem;color: #111; font-weight: bold;}
.cat_nav_tit iconify-icon{display: none;}


.cat_nav_list{position: relative;}
.cat_nav_list li{position: relative;}

.cat_fold_tit{display:-webkit-flex; display:flex; flex-wrap:nowrap;align-items: center;gap: 0 .2rem;}
.cat_fold_tit a{padding: .14rem 0 .14rem .16rem; width: 100%; font-size: 0.18rem; position: relative;}
.cat_fold_tit a::before{content: '';position:absolute; top:50%; transform:translate(0,-50%); left: 0; width: 6px;height: 6px;background: #333; border-radius:50%;}
.cat_fold_tit i{margin-left: auto; flex-shrink: 0; width: 0.22rem;height: 0.22rem;background: #EAEAEA; position: relative; cursor: pointer; transition:all .5s ease;}
.cat_fold_tit iconify-icon{position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); font-size: 0.16rem;color: #000; -webkit-transition:all .5s ease; transition:transform .5s ease;}
.cat_fold_tit a:hover,.active .cat_fold_tit a{color: var(--i_color2);}
.active .cat_fold_tit a::before,.active .cat_fold_tit i{background: var(--i_color2);}
.active .cat_fold_tit iconify-icon{color: #FFF; -webkit-transform:translate(-50%,-50%) rotate(-180deg); transform:translate(-50%,-50%) rotate(-180deg);}

.cat_fold_sub{display: none; padding:0 0 .12rem 0;}
.cat_fold_sub dt{box-sizing: border-box; border-bottom: 1px solid #DDD;}
.cat_fold_sub a{display: block;padding: .1rem .18rem .1rem;font-size: 0.16rem; position: relative;}
.cat_fold_sub dt.active{border-color: var(--i_color2);}
.cat_fold_sub dt.active a{color: var(--i_color2) !important;}
.cat_fold_sub dt:hover a{color: var(--i_color2);}

@media screen and (max-width:1200px) {
	.cat_nav_tit h4{font-size: 0.26rem;}
}
@media screen and (max-width:1024px) {
	.cat_nav{margin-bottom: 0 !important;}

	.cat_nav{width: 100%; padding: 0 0;}
	.cat_nav .cat_nav_tit{margin: 0 0; padding: 10px 0; border: none; background: none; display:-webkit-flex; display:flex; flex-wrap:nowrap;align-items: center;position: relative;z-index: 2;}
	.cat_nav_tit h4{font-size: 22px;}
	.cat_nav_tit iconify-icon{display: block; margin-left: auto;font-size: 30px;color: var(--i_color2);}

	.cat_nav_list{display: none;box-sizing: border-box;padding: 12px 30px 30px; background: #F6F6F6;}
	.cat_nav_list li{border-top: none; border-bottom: 1px solid rgb(0 0 0 / 8%);}
	.cat_fold_sub dt{border: none;}
	.cat_fold_tit a{font-size: 17px;}
}
@media screen and (max-width:560px) {
	.cat_nav_list{padding: 12px 20px 24px;}
	.cat_fold_tit a{padding: 14px 0 14px 12px; font-size: 16px;}
	.cat_fold_tit a::before{width: 4px;height: 4px;}
	.cat_fold_tit i{width: 24px;height: 24px;}
	.cat_fold_tit iconify-icon{font-size: 20px;}
	.cat_fold_sub a{padding: 6px 18px; font-size: 15px; }
}





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

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

.hotP_list p{margin-top: 0.16rem; text-align: center; font-size: 0.18rem; overflow:hidden; display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:2;}

.hotP_list .swiper-slide:hover img{transform: scale(1.1, 1.1);}
.hotP_list .swiper-slide:hover p{color: var(--i_color2);}

.hotP-pagination{display:block; margin-top:0.2rem; text-align:center}
.hotP-pagination .swiper-pagination-bullet{width:.08rem; height:.08rem; display:inline-block; margin:0 6px; background:#CCC; border-radius:50%; outline:none; cursor:pointer;}
.hotP-pagination .swiper-pagination-bullet-active{background:var(--i_color2)}

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




.category_des{padding-top: 0.28rem;}
.category_name{padding-bottom: .08rem; margin-bottom: 0.22rem; position: relative; border-bottom: 1px solid #BBB;}
.category_name h1{font-weight: bold; position: relative; line-height: 1.4; font-size: 0.3rem; color: #111;}
.category_des span{display: block; color: #555;}

@media screen and (max-width:1440px) {
	.category_name h1{font-size: 0.26rem;}
}
@media screen and (max-width:1024px) {
	.category_des{padding-top: 0;}
	.category_name{margin-bottom: 0; padding-bottom: 0; border: none;}
	.category_name h1{font-size: 22px;}
	.category_des span{margin-top: 10px;}
}
@media screen and (max-width:768px) {
	.category_name h1{font-size: 18px;}
}
@media screen and (max-width:560px) {
	.category_name h1{font-size: 16px;}
}






.pList{display:flex; flex-wrap:wrap; gap: .4rem 4%;}
.pList li{width: 30.66%; padding-bottom: 0.2rem; box-sizing: border-box; background: #FFF;position: relative; border: 1px solid #DDD; border-radius:.14rem; box-shadow: 0 6px 8px rgb(0 0 0 / 10%); overflow: hidden; transition:all .5s ease;}

.pList .coverPic{width:100%; position:relative; 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: cover; transition:all .5s ease;}

.pList .text{padding: .2rem .2rem .1rem;}
.pList .text p{margin-bottom: 4px; font-size: 0.16rem; color: #111; transition:all .5s ease;}
.pList .text i{color: var(--i_color2); font-weight: bold;}
.pList p.pTit{height: .4rem; overflow:hidden; display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:2; position: relative;}
.pList p.pPrice{margin-top: 0.06rem; padding-top: .1rem; border-top: 1px solid #EEE;}
/* .pList p.ptips{font-size: 14px; color: #888;} */

.pChat{display: table;margin: 0 auto; font-size: 0.16rem; border: 1px solid #666; padding: .05rem .2rem; border-radius:2rem; cursor: pointer;}
.pChat:hover{background: var(--i_color2); border-color: var(--i_color2); color: #FFF;}

.pList li:hover{box-shadow: 0 6px 8px rgb(255 126 0 / 20%);}
.pList li:hover img{transform: scale(1.1, 1.1);}
.pList li:hover .pTit{color: var(--i_color2);}

.sList li{width: 22%;}

@media screen and (max-width:1024px) {
	.pList li{padding-bottom: 26px;}
}
@media screen and (max-width:768px) {
	.pList{gap: 34px 4%;}
	.pList li{width: 48%;}
}
@media screen and (max-width:560px) {
	.pList{gap: 24px 4%;}
	.pList li{padding-bottom: 18px; border-radius:10px;}
	.pList .text{padding: 14px 14px 8px;}
	.pList .text p{font-size: 14px;}
	.pList p.pTit{height: 36px; font-size: 15px;}
	.pChat{font-size: 14px; padding: 4px 14px;}
}






/* Paging */
.in_paging{
	--size:30px;
	--border_radius:0;
}
.in_paging ul{display:flex; flex-wrap:wrap;justify-content:flex-end;align-items:center;text-align: center;}
.in_paging.center ul{justify-content: center;}
.in_paging li{min-width: var(--size);margin: 0 4px;}
.in_paging a,.in_paging span {display:block;padding: 0 10px; height: var(--size); line-height:calc(var(--size) - 2px);font-size:14px;color:#666;background:#FFF;box-sizing: border-box; border:1px solid #CCC; border-radius:var(--border_radius);overflow:hidden;}
.in_paging i {display: none; 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{margin-top: 60px;}
	.in_paging ul{justify-content: center;}
	.in_paging i{display: block;}
}
@media screen and (max-width:560px) {
	.in_paging{margin-top: 40px;}
}







.productPage .wrap{display:-webkit-flex; display:flex; flex-wrap:nowrap; align-items: flex-start; gap: 0 4%;}
.pMain{width: 68%; margin-left: auto;}

@media screen and (max-width:1200px) {
	.pMain{width: 70%;}
}
@media screen and (max-width:1024px) {
	.productPage .wrap{flex-wrap: wrap; gap: 40px 0;}
	.pMain{width: 100%;}
}
@media screen and (max-width:560px) {
	.productPage .wrap{gap: 20px 0;}
}


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

/* atlas */
.p_atlas {flex-shrink: 0; width:48%; box-sizing: border-box; position: relative;}
.p_atlas_list {width: 100%; margin-left: auto; margin-right: auto; position:relative;border: 1px solid #DDD; 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:cover;}

#viewPic{position: absolute; right: 0;bottom: 0;width: 0.3rem;height: 0.3rem;background:#CCC url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23111' fill-rule='evenodd' d='M7 11.5a4.5 4.5 0 1 0 0-9a4.5 4.5 0 0 0 0 9M7 13c1.387 0 2.663-.47 3.68-1.26l3.04 3.04a.75.75 0 1 0 1.06-1.06l-3.04-3.04A6 6 0 1 0 7 13m0-3a.75.75 0 0 1-.75-.75v-1.5h-1.5a.75.75 0 0 1 0-1.5h1.5v-1.5a.75.75 0 0 1 1.5 0v1.5h1.5a.75.75 0 0 1 0 1.5h-1.5v1.5A.75.75 0 0 1 7 10' clip-rule='evenodd'/%3E%3C/svg%3E") no-repeat center; background-size: .18rem; cursor: pointer; z-index: 3;}
#viewPic img{opacity: 0 !important; position: absolute;top: 0;left: 0;width: 100%;height: 100%;}

/* thumbnail */
.p_thumbnail_list {width:calc(100% - .8rem);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 {flex-shrink:0;position:relative;overflow:hidden;cursor:pointer;}
.p_thumbnail_list .swiper-slide::before {content:'';display:block;padding-bottom:100%;}
.p_thumbnail_list .swiper-slide::after{content:'';position:absolute;left:0;top:0;width:100%;height:100%;box-sizing:border-box;border:1px solid #CCC;}
.p_thumbnail_list img {position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;}
.p_thumbnail_list .swiper-slide-thumb-active::after {border-color: var(--i_color2);}

.thumbnail-prev,.thumbnail-next {position:absolute;top:50%;transform:translate(0,-50%);width:.3rem;height:.3rem; 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.3rem;color:#333}
.thumbnail-prev:hover iconify-icon, .thumbnail-next:hover iconify-icon{color: var(--i_color2);}
.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: #666;}
.thumbnail-pagination .swiper-pagination-current{font-size: 0.22rem;color: var(--i_color2);}

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

}
@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 h1{padding-bottom: 0.14rem; margin-bottom: 0.14rem; border-bottom: 1px solid #DDD; color: #111; font-weight: bold; line-height: 1.3;}

.p_title article{}

.pContact{}
.pContact li{display:flex; flex-wrap:wrap;align-items: center; gap: 0 .1rem;}
.pContact iconify-icon{font-size: 0.26rem;}
.pContact span,.pContact a{font-size: 0.18rem;}
.pContact a{color: var(--i_color2);}
.pContact a:hover{text-decoration: underline;}

.p_btn{display:-webkit-flex; display:flex; flex-wrap:nowrap;gap: 0 .16rem;}
.p_btn a{padding: .08rem .12rem; display:flex; flex-wrap:nowrap; align-items: center; gap: 0 .06rem; background: var(--i_color2); border-radius:.08rem;}
.p_btn iconify-icon{font-size: 0.18rem;color: #FFF;}
.p_btn b{font-size: 0.16rem;color: #FFF;}

.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.16rem;font-weight: bold;}
.p_share dl{display:-webkit-flex; display:flex; flex-wrap:wrap;align-items: center;gap: 0 .16rem;}
.p_share dt a{display:block;width:0.26rem;height:0.26rem;background:rgb(0 0 0 / 10%);border-radius:50%; position:relative;}
.p_share dt iconify-icon {position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:0.14rem;color:var(--i_color2);}

.p_share dt:hover a{background:var(--i_color2);}
.p_share dt:hover iconify-icon{color: #FFF;}

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

	.p_share>p{font-size: 16px;}
	.p_share dt a{width: 34px;height: 34px;}
	.p_share dt iconify-icon{font-size: 16px;}
}
@media screen and (max-width:560px) {
	.pContact iconify-icon{font-size: 20px;}

	.p_btn b{font-size: 14px;}

	.p_share{margin-top: 20px; padding-top: 16px;}
	.p_share dl{gap: 0 14px;}
	.p_share dt a{width: 28px;height: 28px;}
	.p_share dt iconify-icon{font-size: 14px;}
}





.pContent{}

.pContent_tit{margin-bottom: 0.2rem; font-size: 0.26rem; font-weight: bold; padding-bottom: 0.12rem; border-bottom: 1px solid #DDD;}

@media screen and (max-width:1024px) {
	.pContent_tit{font-size: 22px;}
}
@media screen and (max-width:560px) {
	.pContent_tit{font-size: 20px;}
}





.pDes{}
.pDes article{overflow-x: auto;}
.pDes article::-webkit-scrollbar{height:3px}




.p_tags{padding-bottom: 0.2rem; border-bottom: 1px solid #DDD;display:-webkit-flex; display:flex; flex-wrap:wrap; align-items: baseline;}
.p_tags>p{margin-right: .14rem; font-size: 0.2rem;font-weight: bold;}
.p_tags a{margin-right: 0.2rem; padding: .08rem .1rem; font-size: 14px; background: #F1F1F1; -webkit-border-radius:4px; border-radius:4px;}
.p_tags a:hover{background: var(--i_color2); 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: 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.4rem;height: 0.4rem;border-radius:50%; background: #FFF; box-shadow: 0 0 .1rem rgb(0 0 0 / 15%); position: relative;}
.p_view_other span iconify-icon{position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); font-size: .24rem; color: var(--i_color2);}
.p_view_other p{font-size: 0.16rem; overflow:hidden; display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:3;}
.p_view_other p b{font-size: 0.18rem; font-weight: bold;}

.p_view_other li:hover span{background: var(--i_color2);}
.p_view_other li:hover span iconify-icon{color: #FFF;}
.p_view_other a:hover p{color: var(--i_color2); text-decoration: underline;}

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






.fixedNav{width: 100%; background: #F1F1F1;}
.fixedNav ul{display:flex; flex-wrap: nowrap; justify-content: center; gap: 0 .3rem;}
.fixedNav li{border: 1px solid var(--i_color); text-align: center; cursor: pointer;}
.fixedNav p{padding: .1rem .2rem; font-size: 0.18rem; color: var(--i_color);}
.fixedNav li.active{background: var(--i_color);}
.fixedNav li.active p{color: #FFF;}

.fixedNav.on{position: fixed; top: var(--header_height);left: 0; box-shadow: 0 2px 6px rgb(0 0 0 / 10%); z-index: 9;}

.fixedNav_replace{display: none; width: 100%; background: #F1F1F1}

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






.about__ .about{background: #F1F1F1;}

.about__text{}
/* .about__text article i{color: #0a63a2} */

@media screen and (max-width:1024px) {
	.about__ .about{padding: 60px 0 40px;}
}
@media screen and (max-width:560px) {
	.about__ .about{padding: 40px 0 40px;}
}






.about__factory{}

.factoryList{}
.factoryList dt{padding: .4rem 0; }
.factoryList dt:nth-child(odd){background: #F1F1F1;}
.factoryList .wrap{display:flex; flex-wrap:nowrap; align-items: center;}

.factoryList .coverPic{width: 46%;}
.factoryList .coverPic img{width: 100%;}

.factoryList .t{width: 50%; margin-left: auto;}

.factoryList dt:nth-child(even) .t{order:-1; margin-left: 0; margin-right: auto;}

@media screen and (max-width:1024px) {
	.factoryList dt{padding: 30px 0;}
}
@media screen and (max-width:560px) {
	.factoryList dt{background: none !important; padding: 20px 0;}
	.factoryList .wrap{flex-wrap: wrap; gap: 10px 0;}
	.factoryList .coverPic{width: 100%;}
	.factoryList .t{order:2 !important; width: 100%;}
	.factoryList .t article{font-size: 14px;}
}






.about__quality{}

.qualityList{position: relative;}
.qualityList::before{content: '';position:absolute; left:50%; width: 2px;height: 100%;background: var(--i_color2);}
.qualityList dt{margin-bottom: 0.5rem; display:flex; flex-wrap:wrap; align-items: center; justify-content: space-between; position: relative;}

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

.qualityIcon{position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); width: 1.3rem;height: 1.3rem; background: #FFF;}
.qualityIcon img{position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); width: 70%; height: 70%; object-fit: contain;}

.qualityText{width: 40%; background: #F1F1F1; box-sizing: border-box; padding: .3rem .2rem;}
.qualityText h5{margin-bottom: 0.1rem; font-size: 0.2rem;color: var(--i_color2); font-weight: bold;}
.qualityText h5 img{display: none;}
.qualityText p{font-size: 16px; line-height: 1.5;}

.qualityList dt:nth-child(even) .qualityText{order:-1}

@media screen and (max-width:1440px) {
	.qualityIcon{width: 1.2rem;height: 1.2rem;}
}
@media screen and (max-width:1200px) {
	.qualityIcon{width: .9rem;height: .9rem;}
}
@media screen and (max-width:1024px) {
	.qualityIcon{width: 60px;height: 60px;}
	.qualityText p{font-size: 15px;}
}
@media screen and (max-width:768px) {
	.qualityList::before{display: none;}

	.qualityPic{width: 100%; order: -2;}

	.qualityIcon{display: none !important;}

	.qualityText{width: 100%; padding: 20px 20px 22px;}
	.qualityText h5{display:flex; flex-wrap:nowrap;align-items: center; gap: 0 10px;}
	.qualityText h5 img{display: block; flex-shrink: 0; height: 24px;}
}
@media screen and (max-width:560px) {
	.qualityList dt{margin-bottom: 22px;}
	.qualityText h5{font-size: 17px;}
	.qualityText p{font-size: 14px; color: #555;}
}







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

.lineNav{display:flex; flex-wrap: wrap; justify-content: center; gap: .2rem .3rem;}
.lineNav li{border: 1px solid var(--i_color); text-align: center; cursor: pointer;}
.lineNav a{display: block; padding: .1rem .2rem; font-size: 0.18rem; color: var(--i_color);}
.lineNav li.active{background: var(--i_color);}
.lineNav li.active a{color: #FFF;}

@media screen and (max-width:1024px) {
	.lineNav{gap: 16px 20px;}
	.lineNav a{padding: 8px 14px; font-size: 16px;}
}
@media screen and (max-width:560px) {
	.lineNav{gap: 12px 14px;}
	.lineNav a{padding: 8px 10px; font-size: 15px;}
}






.ourAdv_cont{display:flex; flex-wrap: nowrap; gap: 0 .5rem;}
.ourAdv_cont .coverPic{flex-shrink: 0; width: 50%;}
.ourAdv_cont .coverPic img{width: 100%;}

.ourAdv_cont .t{margin-top: 0.5rem;}
.ourAdv_cont .t h3{font-size: 0.3rem;font-weight: bold; line-height: 1.6;}

@media screen and (max-width:1024px) {
	.ourAdv_cont .t{margin-top: 20px;}
	.ourAdv_cont .t h3{font-size: 20px;}
	.ourAdv_cont .t article{font-size: 16px;}
}
@media screen and (max-width:768px) {
	.ourAdv_cont{flex-wrap: wrap; gap: 0 0;}
	.ourAdv_cont .coverPic{width: 100%;}
	.ourAdv_cont .t h3{margin-bottom: 20px; line-height: 1.4}
	.ourAdv_cont .t article{font-size: 14px;}
}






.factoryGallery{padding: 1.8rem 0; background: #ECECEC; position: relative;}
.factoryGallery::before, .factoryGallery::after{content: ''; position: absolute;left: 0; width: 100%; height: 100px; background: #FFF;}
.factoryGallery::before{
	top: 0;
	-webkit-clip-path: ellipse(54% 100% at 50% 0%);
	clip-path: ellipse(54% 100% at 50% 0%);
}
.factoryGallery::after{
	bottom: 0;
	-webkit-clip-path: ellipse(54% 100% at 50% 100%);
	clip-path: ellipse(54% 100% at 50% 100%);
}

.factoryGallery_list{position:relative; z-index: 3; overflow:hidden}
.factoryGallery_list .swiper-wrapper{
	display:flex; position:relative;
	-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;
}
.factoryGallery_list .swiper-slide{flex-shrink:0; position:relative; overflow: hidden;}
.factoryGallery_list .swiper-slide span{display: block; width: 100%;}
.factoryGallery_list .swiper-slide span::before{content: '';display: block; padding-bottom: 126%;}
.factoryGallery_list .swiper-slide img{position:absolute; top:0; left:0; width:100%; height:100%; object-fit: cover;}

@media screen and (max-width:1440px) {
	.factoryGallery{padding: 1.5rem 0;}
	.factoryGallery::before, .factoryGallery::after{height: 60px;}
}
@media screen and (max-width:1024px) {
	.factoryGallery{padding: 90px 0;}
	.factoryGallery::before, .factoryGallery::after{height: 40px;}
}
@media screen and (max-width:560px) {
	.factoryGallery{padding: 40px 0;}
	.factoryGallery::before, .factoryGallery::after{height: 16px;}
}






.whyChoose{padding-bottom: 1.2rem; background:url(static/images/whyChoose-bg.webp) no-repeat center; background-size: cover; position: relative; z-index: 9;}
.whyChoose_cont{display:flex; flex-wrap:nowrap; align-items: center; gap: 0 4%;}

.whyChoose_cont .t{width: 100%;}
.whyChoose_cont .t h3{color: #FFF; font-weight: bold;}
.whyChoose_cont .t article{font-size: 0.16rem; color: #FFF; line-height: 1.6;}

.whyChoose_cont .p{flex-shrink: 0; width: 45%; position: relative; overflow: hidden;}
.whyChoose_cont .p::before{content: '';display: block;padding-bottom: 80%;}
.whyChoose_cont .p img{position:absolute; top:0; left:0; width:100%; height:100%; object-fit: cover;}

@media screen and (max-width:1024px) {
	.whyChoose{margin-top: 40px; padding-bottom: 80px;}
	.whyChoose_cont .t article{margin-top: 16px; font-size: 15px;}
}
@media screen and (max-width:768px) {
	.whyChoose{padding-bottom: 50px;}
	.whyChoose_cont{flex-wrap: wrap; gap: 30px 0;}
	.whyChoose_cont .p{width: 100%;}
}
@media screen and (max-width:560px) {
	.whyChoose{margin-top: 20px; padding-bottom: 40px;}
	.whyChoose_cont .t article{font-size: 14px;}
}





.v_btn{display: table; position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); cursor: pointer; z-index: 3;}
.v_btn::before{content: '';position:absolute; top:50%; left:50%; transform:translate(-50%,-50%);width: 0;height: 0;background:rgb(255 255 255 / 70%); -webkit-border-radius:50%; border-radius:50%;}
.v_btn i{display: block;width: .6rem;height: .6rem;background: #FFF; -webkit-border-radius:50%; border-radius:50%; position: relative;-webkit-transition:all .5s ease; transition:all .5s ease;}
.v_btn iconify-icon{position:absolute; top:50%; left:52%; transform:translate(-50%,-50%);font-size: 0.4rem;color: var(--i_color);}

.v_btn::before{-webkit-animation:diffuse 1.6s infinite linear; animation:diffuse 1.6s infinite linear}
@keyframes diffuse{
	0% {opacity: 1; width:80%;height: 80%;}
	100% {opacity: 0; width:150%;height: 150%;}
}
.v_btn:hover i{-webkit-transform:rotate(360deg); transform:rotate(360deg);}

@media screen and (max-width:560px) {
	.v_btn i{width: 44px;height: 44px;}
	.v_btn iconify-icon{font-size: 26px;}
}






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






.whyChoose_num{position: absolute; left: 0; top: calc(100% - .5rem); width: 100%;}
.whyChoose_num dl{display:flex; flex-wrap:nowrap; gap: 0 2%;}
.whyChoose_num dt{width: 100%; box-sizing: border-box; padding: .2rem; background: #F8F8F8; border: 1px solid  rgb(0 88 167 / 30%); text-align: center; border-radius:.1rem;}
.whyChoose_num span{display:flex; flex-wrap:wrap; align-items: baseline; justify-content: center; gap: 0 4px;}
.whyChoose_num i{font-size: 0.44rem;font-weight: bold;}
.whyChoose_num p{font-size: 0.22rem; font-weight: bold;}
.whyChoose_num h6{margin-top: 4px; padding-top: 6px; border-top: 1px solid #888; font-size: 0.22rem;font-weight: bold;}

@media screen and (max-width:1024px) {
	.whyChoose_num{top: calc(100% - 30px);}
	.whyChoose_num dt{padding: 16px;}
	.whyChoose_num i{font-size: 30px;}
	.whyChoose_num p{font-size: 18px;}
	.whyChoose_num h6{font-size: 16px;}
}
@media screen and (max-width:768px) {
	.whyChoose_num{position: initial; margin-top: 40px;}
	.whyChoose_num dl{flex-wrap: wrap; gap: 20px 4%;}
	.whyChoose_num dt{width: 48%;}
}
@media screen and (max-width:560px) {
	.whyChoose_num{margin-top: 30px;}
	.whyChoose_num dl{gap: 14px 4%;}
	.whyChoose_num i{font-size: 24px;}
	.whyChoose_num p{font-size: 15px;}
	.whyChoose_num h6{font-size: 15px;}
}







.processBox{padding-top: 1.6rem; background:url(static/images/ourAdv-bg.webp) no-repeat center; background-size: cover; background-attachment: fixed;}

@media screen and (min-width:1025px) {
	.process{--icon_size:1.4rem; --icon_img:.8rem}
	.process{position: relative; overflow: hidden;}
	.process::before{content: '';display: block;padding-bottom: 70%;}

	.processLine{position: absolute; top: calc(var(--icon_size) / 2 + 10px); left: 10%; width: calc(100% - 20%); height: calc(100% - 30%);}

	.process dl{
		position: absolute;left: 0;top: 0;
		width: 100%;height: 100%;
		display: grid;
		grid-template-columns: repeat(5, 1fr);
		grid-template-rows: auto auto;
		z-index: 3;
	}
	.process dt{position: relative}
	.process .box{width: 100%; text-align: center;}

	.process dt:nth-child(1){grid-column: 2 / 3;}
	.process dt:nth-child(4){top: 50%;}
	.process dt:nth-child(5){grid-column: 4 / 5; grid-row: 2 / 3;}
	.process dt:nth-child(6){grid-column: 3 / 4; grid-row: 2 / 3;}
	.process dt:nth-child(7){grid-column: 2 / 3; grid-row: 2 / 3;}
	.process dt:nth-child(8){top: 50%; grid-column: 1 / 2;}
	.process dt:nth-child(9){grid-column: 2 / 3;}

	.process .icon{display: table; margin: 0 auto; border: 1px solid #000; border-radius:50%; background: #CFCFCF; position: relative;}
	.process .icon span{display: block; border: 4px solid #CFCFCF; border-radius:50%;}
	.process .icon i{display: block; background: var(--i_color); width: var(--icon_size); height: var(--icon_size); border-radius:50%; border: 10px solid #FFF; position: relative;}
	.process .icon img{position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); width: var(--icon_img); height: var(--icon_img); object-fit: contain;}
}

.process .t{margin-top: 0.12rem;}
.process .t p{display: table; width: 75%; margin: 0 auto; padding: 4px 8px; background: #FE8637; border-radius:.1rem; font-size: 0.16rem;font-weight: bold;color: #FFF;}
.process .t p i{display: none;}
.process .t h6{margin-top: 6px; font-size: 0.15rem;}


@media screen and (max-width:1440px) {
	.process{--icon_size:1.2rem; --icon_img:.7rem}
}
@media screen and (max-width:1200px) {
	.process{--icon_size:1rem; --icon_img:.54rem}
}
@media screen and (max-width:1024px) {
	.processBox{padding-top: 120px;}
	.processLine{display: none;}

	.process{--icon_size:56px; --icon_img:34px}
	.process dl{display:flex; flex-wrap:wrap; gap: 30px 4%;}
	.process dt{position: relative; width: 48%;}
	.process .box{display:flex; flex-wrap:nowrap; align-items: center; gap: 0 16px;}

	.process .icon{border: 1px solid #999; border-radius:50%; position: relative;}
	.process .icon i{display: block; width: var(--icon_size); height: var(--icon_size); background: var(--i_color); border-radius:50%; border: 4px solid #FFF; position: relative;}
	.process .icon img{position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); width: var(--icon_img); height: var(--icon_img); object-fit: contain;}

	.process .t{margin: 0 0; width: 100%;}
	.process .t p{display: block; width: 100%; margin: 0 0; padding: 0 0; background: none;font-size: 16px; color: var(--i_color2);}
	.process .t p i{display: block; padding-bottom: 6px;margin-bottom: 6px; border-bottom: 1px solid #EEE; font-size: 22px; font-weight: bold;}
	.process .t h6{color: #666;}
}
@media screen and (max-width:768px) {
	.processBox{padding-top: 50px; padding-bottom: 50px;}
}
@media screen and (max-width:560px) {
	.process{--icon_size:32px; --icon_img:18px}
	.process dl{gap: 16px 0;}
	.process dt{width: 100%;}
	.process .t p{font-size: 16px;}
	.process .t p i{display: none;}
	.process .t h6{font-size: 14px;}
}






.customProjects{background: #ECECEC;}
.customProjects .wrap_l{display:flex; flex-wrap:nowrap; align-items: center; gap: 0 5%;}

.customProjects .tit{width: 18%;}
.customProjects .tit h3{font-size: 0.4rem;color: #222; font-weight: bold;}
.customProjects .control{display: table; margin-left: auto; text-align: center;}

.customProjects-pagination{display:block; width: 100%; font-size: 0.16rem;}
.customProjects-pagination .swiper-pagination-current{font-size: 0.22rem;color: var(--i_color2);}

.customProjects .navigation{display:flex; flex-wrap:wrap; align-items: center; gap: 0 .2rem;}
.customProjects .navigation>div{width: 0.36rem;height: 0.36rem;box-sizing: border-box; position: relative; border: 1px solid #000; border-radius:50%; position: relative; cursor: pointer;}
.customProjects .navigation iconify-icon{position:absolute; top:50%; left:50%; transform:translate(-50%,-50%);font-size: 0.2rem;}


.customProjects_list{width: 100%; position:relative; overflow:hidden}
.customProjects_list .swiper-wrapper{display:flex; position:relative; width:100%}
.customProjects_list .swiper-slide{flex-shrink:0; position:relative; overflow: hidden;}
.customProjects_list .swiper-slide::before{content: '';display: block;padding-bottom: 158%;}
.customProjects_list .swiper-slide a{position:absolute; top:0; left:0; width: 100%; height: 90%; overflow: hidden; transition:all .5s ease;}
.customProjects_list .swiper-slide a::after{content: '';position: absolute;left: 0;bottom: 0;width: 100%;height: 45%;background:linear-gradient(to bottom, transparent, rgb(0 0 0 / 70%));}
.customProjects_list img{width: 100%; height: 100%; object-fit: cover; transition:all .5s ease;}

.customProjects_list .t{position: absolute; left: 0;bottom: .3rem;width: 100%; box-sizing: border-box; padding: 0 .2rem; transition:all .5s ease; z-index: 3;}
.customProjects_list .t p{font-size: 0.22rem;font-weight: bold;color: #FFF; text-transform: uppercase; overflow:hidden; display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:2;}
.customProjects_list .t i{display: table; margin-top: 0.14rem; width: 0.3rem;height: 0.3rem;box-sizing: border-box; border: 1px solid #FFF; position: relative; transition:all .5s ease;}
.customProjects_list .t iconify-icon{position:absolute; top:50%; left:50%; transform:translate(-50%,-50%);font-size: 0.2rem; color: #FFF;}

.customProjects_list .swiper-slide-active a{height: 100%;}
.customProjects_list .swiper-slide-active .t{bottom: .8rem;}

.customProjects_list .swiper-slide:hover img{transform: scale(1.05, 1.05);}
.customProjects_list .swiper-slide:hover i{border-color: var(--i_color2); background: var(--i_color2);}

@media screen and (max-width:1024px) {
	.customProjects .wrap_l{padding-right: 3vw; flex-wrap: wrap;}

	.customProjects .tit{margin-bottom: 30px; width: 100%; display:flex; flex-wrap:wrap; align-items: center;}
	.customProjects .tit h3{font-size: 24px;}
	.customProjects .tit h3 br{display: none;}
	.customProjects .control{margin: 0 0 0 auto;}
	.customProjects .navigation{display: none;}

	.customProjects_list .swiper-slide a{height: 100%;}
	.customProjects_list .t{bottom: 20px !important;}
	.customProjects_list .t p{font-size: 16px;font-weight: normal;}
	.customProjects_list .t i{display: none;}
}
@media screen and (max-width:560px) {
	.customProjects .tit h3{font-size: 18px;}
	.customProjects_list .t p{font-size: 14px;}
}






.navSwitch{border-bottom: 1px solid #DDD;}
.navSwitch ul{display:flex; flex-wrap:wrap; justify-content: center; gap: 0 .2rem;}
.navSwitch li{min-width: 1rem; text-align: center; cursor: pointer; position: relative;}
.navSwitch li::after{content: '';position:absolute; left:50%; transform:translate(-50%,0); bottom: 0; width:0; height:2px;background: var(--i_color); transition:all .5s ease;}
.navSwitch p{padding:.1rem 0.1rem; font-size: 0.2rem;}

.navSwitch .active{border-color: var(--i_color);}
.navSwitch .active::after{width: 100%;}
.navSwitch .active p{color: var(--i_color);}

@media screen and (max-width:1024px) {
	.navSwitch li{min-width: 60px;}
	.navSwitch p{font-size: 18px;}
}
@media screen and (max-width:560px) {
	.navSwitch li{min-width: 50px;}
	.navSwitch p{font-size: 17px;}
}




.CE_show{}
.CE_show .item{opacity: 0; visibility: hidden; height: 0; position: relative; top: .4rem;}
.CE_show .item.active{opacity: 1; visibility: visible; top: 0; height: auto; transition:all .8s ease;}





.picList{display:flex; flex-wrap:wrap; gap: .4rem 3.5%;}
.picList li{width: 22.375%; overflow: hidden;}
.picList span{display: block; width: 100%; box-sizing: border-box; border: 1px solid #DDD; position: relative; overflow: hidden;}
.picList span::before{content: '';display: block;padding-bottom: 135.52%;}
.picList span img{position:absolute; top:0; left:0; width:100%; height:100%; object-fit: contain;}

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






.projectsList{display:flex; flex-wrap:wrap; gap: .4rem 3.5%;}
.projectsList li{width: 22.375%; position: relative; overflow: hidden;}
.projectsList li::after{content: '';position: absolute;left: 0;bottom: 0;width: 100%;height: 45%;background:linear-gradient(to bottom, transparent, rgb(0 0 0 / 70%));}

.projectsList span{display: block; width: 100%; box-sizing: border-box; border: 1px solid #DDD; position: relative; overflow: hidden;}
.projectsList span::before{content: '';display: block;padding-bottom: 158%;}
.projectsList span img{position:absolute; top:0; left:0; width:100%; height:100%; object-fit: cover; transition:all .5s ease;}

.projectsList .t{position: absolute; left: 0;bottom: .3rem;width: 100%; box-sizing: border-box; padding: 0 .2rem; transition:all .5s ease; z-index: 3;}
.projectsList .t p{font-size: 0.18rem;font-weight: bold;color: #FFF; text-transform: uppercase; overflow:hidden; display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:2;}
.projectsList .t i{display: table; margin-top: 0.14rem; width: 0.3rem;height: 0.3rem;box-sizing: border-box; border: 1px solid #FFF; position: relative; transition:all .5s ease;}
.projectsList .t iconify-icon{position:absolute; top:50%; left:50%; transform:translate(-50%,-50%);font-size: 0.2rem; color: #FFF;}

.projectsList li:hover img{transform: scale(1.05, 1.05);}
.projectsList li:hover i{background: var(--i_color2); border-color: var(--i_color2);}

@media screen and (max-width:1024px) {
	.projectsList .t p{font-size: 16px;}
	.projectsList .t i{display: none;}
}
@media screen and (max-width:768px) {
	.projectsList{gap: 30px 4%;}
	.projectsList li{width: 48%;}
	.projectsList .t p{font-size: 15px; font-weight: normal}
}
@media screen and (max-width:560px) {
	.projectsList{gap: 22px 4%;}
	.projectsList .t{bottom: 20px;}
	.projectsList .t p{font-size: 14px;}
}






.newsList{}

.newsList li{margin-bottom: 0.44rem; display: block; box-sizing: border-box; border: 1px solid #DDD; border-radius:.1rem; transition:all .5s ease;}
.newsList a{padding: .2rem; display:flex; flex-wrap:nowrap; align-items: center; gap: 0 .3rem;}

.newsList .coverPic{flex-shrink: 0; width:26%; position:relative; border-radius:6px; overflow:hidden}
.newsList .coverPic::before{content:""; display:block; padding-bottom:75%}
.newsList .coverPic img{position:absolute; top:0; left:0; width:100%; height:100%; object-fit: cover; transition:all .5s ease;}

.newsList .text{width: 100%; box-sizing: border-box; padding-right: 0.2rem; display:flex; flex-wrap:nowrap; align-items: center; gap: 0 4%;}
.newsList .t{width: 100%;}
.newsList .t h6{font-size: 0.2rem;color: var(--i_color2); line-height: 1.4; overflow:hidden; display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:2;}
.newsList .t p{margin: .2rem 0 0; font-size: 15px; color: #666; line-height: 1.5; overflow:hidden; display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:2;}
.newsList .t i{display:flex; flex-wrap:wrap; align-items: center; gap: 0 4px; margin-top: 0.16rem; font-size: .17rem; color: var(--i_color2);}
.newsList .t iconify-icon{font-size: 0.18rem; color: var(--i_color2);}

.newsList .date{flex-shrink: 0; margin-left: auto; text-align: center;}
.newsList .date p{border-bottom: 1px solid #DDD; margin-bottom: 6px; font-size: 0.5rem;font-weight: bold;}
.newsList .date i{font-size: 0.16rem;font-weight: bold;}

.newsList li:hover{transform:translate(0,-3px); border-color: var(--i_color2); box-shadow: 4px 4px .1rem rgb(0 0 0 / 10%);}
.newsList li:hover img{transform: scale(1.05, 1.05);}

@media screen and (max-width:1024px) {
	.newsList .text{gap: 0 40px;}
	.newsList .t h6{font-size: 18px;}
	.newsList .t p{margin-top: 14px; color: #999;}
	.newsList .t i{font-size: 14px;}
	.newsList .date p{font-size: 40px;}
}
@media screen and (max-width:768px) {
	.newsList li{margin-bottom: 26px;}
	.newsList a{padding: .14rem;}
	.newsList .t h6{font-size: 16px;}
	.newsList .t i{display: none;}
	.newsList .t p{margin-top: 6px; font-size: 13px;}
	.newsList .date p{font-size: 30px;}
	.newsList .date i{font-size: 14px;}
}
@media screen and (max-width:560px) {
	.newsList li{margin-bottom: 20px;}
	.newsList a{padding: 10px; gap: 0 20px;}
	.newsList .coverPic{width: 36%;}
	.newsList .text{flex-wrap: wrap;padding: 0 0;}
	.newsList .t h6{font-size: 15px; line-height: 1.3;}
	.newsList .t p{display: none;}
	.newsList .date{margin-left: 0; margin-top: 8px; text-align: left; display:flex; flex-wrap:wrap; align-items: center; gap: 0 4px;}
	.newsList .date p{ border: none; margin: 0 0;}
	.newsList .date i{order: -1;}
	.newsList .date p,.newsList .date i{font-size: 14px; color: #888; font-weight: normal;}
}






.contact__{}
.contact__ article{text-align: center;}
.contact__ article strong{font-size: 0.24rem; font-weight: bold; color: var(--i_color2);}
.contact__ article a{text-decoration:none; color: var(--i_color2); font-weight: bold;}
.contact__ article a:hover{text-decoration: underline;}

.contact__list{display:flex; flex-wrap:wrap; gap: .3rem 2%;}
.contact__list li{width: 48%; box-sizing: border-box; padding: .2rem; border: 1px solid #DDD; border-radius:6px; overflow: hidden; transition:all .5s ease;}
.contact__list li h5{margin-bottom: .1rem; font-size: 0.18rem;font-weight: bold;}
.contact__list span{margin: 10px 0; display:flex; flex-wrap:nowrap; align-items: center; gap: 0 6px;}
.contact__list iconify-icon{font-size: 0.26rem; color: var(--i_color2);}
.contact__list a{font-size: 0.18rem;color: var(--i_color2); position: relative;}
.contact__list a::before{content: '';position: absolute;right: 0;bottom: -3px;width: 0; height: 2px; background: var(--i_color2);transition:all .5s ease;}
.contact__list a:hover::before{right: initial; left: 0; width: 100%;}

.contact__list p{margin-top: 0.1rem; font-size: 15px; color: #777; line-height: 1.3;}
.contact__list li:hover{border-color: rgb(255 126 0 / 20%); box-shadow: 0 0 .1rem rgb(255 126 0 / 20%);}

@media screen and (max-width:1024px) {
	.contact__ article strong{font-size: 20px;}

	.contact__list li h5,.contact__list a{font-size: 16px;}
}
@media screen and (max-width:560px) {
	.contact__ article strong{font-size: 16px;}

	.contact__list{gap: 14px 0;}
	.contact__list li{width: 100%;}
	.contact__list p{font-size: 14px;}
}





.map{width: 100%; height: 60vh; position: relative; overflow: hidden;}
.map iframe{width:100%; height:100%;}

@media screen and (max-width:560px) {
	.map{height: 50vh;}
}





.contactForm{background: #F1F1F1;}

.contactForm .tit{text-align: center;}
.contactForm .tit h3{font-weight: bold;}
.contactForm .tit p{margin-top: 0.16rem; font-size: 0.18rem; color: #111; line-height: 1.6;}

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

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

#wpforms-107 .wpforms-field-container .wpforms-field>input:hover,
#wpforms-107 .wpforms-field-container textarea:hover,
#wpforms-107 .wpforms-field-container .wpforms-field>input:focus,
#wpforms-107 .wpforms-field-container textarea:focus{border-color: #F60;}

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

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

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

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

@media screen and (max-width:1024px) {
	.contactForm .tit p{font-size: 15px;}
}
@media screen and (max-width:768px) {
	.contactForm .tit p{font-size: 14px;}

	#wpforms-107 .wpforms-field-container>.wpforms-field{width: 100% !important;}
}
@media screen and (max-width:560px) {
	#wpforms-107 .wpforms-submit-container button{height: 40px;}
}










