/*
Theme Name: XinYue
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: #267DC1;
	--header_height: .78rem;
	--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: 1600px;
	margin-left: auto;
	margin-right: auto;
}
.wrap2{width: 87%; margin-left: auto;margin-right: auto;}
@media screen and (max-width:1440px) {
	.wrap2{width: 94%;}
}
@media screen and (max-width:1024px) {
	.wrap{width: 94%;}
}




.wrap_l{padding-left: 8.2vw; box-sizing: border-box;}
.wrap_r{padding-right: 8.2vw; box-sizing: border-box;}
@media screen and (max-width:1680px) {
	.wrap_l{padding-left: 5vw;}
	.wrap_r{padding-right: 5vw;}
}
@media screen and (max-width:1024px) {
	.wrap_l{padding-left: 3vw;}
	.wrap_r{padding-right: 3vw;}
}






/* header */
header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: #FFF;
	box-shadow: var(--boxShadow);
	z-index: 2014;
}

@media screen and (max-width:1024px) {}


.top{background: #FFF;display:-webkit-flex; display:flex; flex-wrap:wrap;align-items: center;}


/* logo */
.logo {
	display: -webkit-flex;
	display: flex;
	align-items: center;
	height: var(--header_height);
}
.logo a {
	display: -webkit-flex;
	display: flex;
	align-items: center;
	height: 100%;
}
.logo img {max-height: 60%;}

@media screen and (max-width:1024px) {
	.logo img {max-height: 50%;}
}





/* 导航 */
@media screen and (min-width:1025px) {
	.i_nav {
		margin-left: 1rem;
		margin-right: auto;
		display: -webkit-flex;
		display: flex;
		flex-wrap: nowrap;
		align-items: center;
		gap: 0 .5rem;
		position: relative;
		z-index: 2014;
	}

	.i_nav>li {position: relative;}

	.i_nav>li>a {
		display: block;
		font-size: .18rem;
		color: #333;
		line-height: var(--header_height);
		white-space: nowrap;
		position: relative;
	}

	.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: 1.4rem;
		background: #FFF;
		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: 90%;height: 1px;background: #EEE;}
	.i_nav .sub-menu a {
		display: block;
		padding: 0 .2rem;
		font-size: 0.15rem;
		color: #666;
		line-height: 0.4rem;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		position: relative;
	}

	.i_nav .sub-menu .current-menu-item::before,
	.i_nav .sub-menu .current-category-ancestor::before,
	.i_nav .sub-menu .current-post-ancestor::before,
	.i_nav .sub-menu .current-menu-ancestor::before,
	.i_nav .sub-menu .current-menu-parent::before,
	.i_nav .sub-menu li:hover::before{
		width: 100%;
	}

	.i_nav .sub-menu li:hover a {
		color: var(--i_color);
	}
}
@media screen and (max-width:1440px) {
	.i_nav{margin-left: 0.8rem;gap: 0 .44rem;}
}
@media screen and (max-width:1200px) {
	.i_nav{margin-left: 0.6rem;gap: 0 .3rem;}
	.i_nav>li>a{font-size: 0.17rem;}
}








@media screen and (max-width:1024px) {
	.i_nav {
		opacity: 0;
		position: fixed;
		top: var(--header_height);
		left: 101%;
		margin: 0 0;
		width: 100%;
		width: 100vw;
		height: calc(100vh - var(--header_height));
		background: #FFF;
		overflow-y: auto;
		-webkit-transition:all .5s ease; transition:all .5s ease;
		z-index: 9999
	}
	.i_nav.active{opacity: 1; left: 0;}
	/*滚动条*/
	.i_nav::-webkit-scrollbar {
		width: 3px;
		height: 8px
	}
	.i_nav::-webkit-scrollbar-thumb {
		-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
		background: #555
	}
	.i_nav::-webkit-scrollbar-track {
		-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
		border-radius: 0;
		background: #F1F1F1
	}

	.i_nav>li {
		margin: 0 0 !important;
		border-bottom: 1px solid var(--border_color);
		position: relative
	}
	.i_nav>.menu-item-has-children span {
		display: block;
		position: absolute;
		top: 8px;
		right: 20px;
		width: 30px;
		height: 30px;
		box-sizing: border-box;
		border: 1px solid #CCC;
		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.2rem;
	}
}





.top_r{--size:.28rem}
.top_r {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0 .5rem;
}
@media screen and (max-width:1024px) {
	.top_r{--size:.24rem}
	.top_r{margin-left: auto; gap: 0 20px; margin-right: 4px;}
}



.top_search_ico{position: relative;font-size: 0; cursor: pointer;}
.top_search_ico::before{content: '';position:absolute; top:50%; transform:translate(0,-50%);right: -.25rem;width: 1px;height: 0.2rem;background: #CCC;}
.top_search_ico iconify-icon{font-size: var(--size);color: #333;-webkit-transition:all .5s ease; transition:all .5s ease;}
.top_search_ico.on iconify-icon{color: var(--i_color);}
@media screen and (max-width:1024px) {
	.top_search_ico::before{display: none;}
}



.top_language{position: relative;}
.top_language_btn{padding-right: 0.22rem; height: var(--header_height);display:-webkit-flex; display:flex; flex-wrap:wrap;align-items: center; cursor: pointer; position: relative;}
.top_language_btn::before{content: '';position:absolute; top:48%; right: 0; width:0; height:0; border-left:6px solid transparent; border-right:6px solid transparent; border-top:6px solid #000;}
.top_language_btn iconify-icon{font-size: var(--size);}
.top_language_btn.on iconify-icon{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:1024px) {

}
@media screen and (max-width:768px) {}
@media screen and (max-width:560px) {}






/* search */
.top_search {
	--search_height: .38rem
}
.top_search {
	visibility: hidden;
	opacity: 0;
	position: fixed;
	top: calc(var(--header_height) + .3rem);
	left: 0;
	width: 100%;
	padding: .16rem 0;
	border-top: 1px solid rgb(0 0 0 / 10%);
	background: #FFF;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	z-index: 99;
}
.top_search.on {
	visibility: visible;
	opacity: 1;
	top: var(--header_height);
	box-shadow: var(--boxShadow);
}
.top_search form {
	width: 80%;
	margin: 0 auto;
	max-width: 5rem;
	display: -webkit-flex;
	display: flex;
	flex-wrap: nowrap;
	box-sizing: border-box;
	border: 1px solid var(--i_color);
	overflow: hidden;
}
.top_search_ipt {
	width: 100%;
	height: var(--search_height);
	box-sizing: border-box;
	padding: 0 .12rem;
}
.top_search_btn {
	flex-shrink: 0;
	font-size: 0;
	color: #FFF;
	width: calc(var(--search_height) * 1.5);
	height: var(--search_height);
	background:var(--i_color) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23FFF' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m17 17l4 4M3 11a8 8 0 1 0 16 0a8 8 0 0 0-16 0'/%3E%3C/svg%3E") no-repeat center;
	background-size: .24rem;
	cursor: pointer;
}

@media screen and (max-width:768px) {
	.top_search {
		--search_height: 34px
	}
	.top_search {
		padding: 12px 0;
	}
}
@media screen and (max-width:560px) {
	.top_search form {
		width: 94%;
	}
}



.full_header_height{height: var(--header_height);}





/* banner */
.banner {
	width: 100%;
	font-size: 0;
	overflow: hidden;
	position: relative;
}

.banner .swiper-container {
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1;
}
.banner .swiper-wrapper {
	display: flex;
	position: relative;
	width: 100%;
	z-index: 1
}
.banner .swiper-slide {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-shrink: 0;
	height: 0;
	padding-bottom: 39.185%;
	position: relative;
	overflow: hidden
}
.banner .swiper-slide>img,
.banner .swiper-slide>a>img {
	position:absolute; top:0; left:0; width:100vw; height:100%; object-fit: cover;
}

.banner-button{position:absolute; top:50%; transform:translate(0,-50%); width: 0.6rem;height: 0.6rem;box-sizing: border-box;cursor: pointer; z-index: 3;}
.banner-button-prev{left: .1rem;}
.banner-button-next{right: .1rem;}
.banner-button iconify-icon{position:absolute; top:50%; left:50%; transform:translate(-50%,-50%);font-size: 0.5rem;color:#FFF;}
.banner-button:hover iconify-icon{color: var(--i_color);}

.banner-pagination{position:absolute; left:50%; transform:translate(-50%,0); bottom: .34rem;  text-align:center;z-index: 3;}
.banner-pagination .swiper-pagination-bullet{width:.5rem; height:3px; display:inline-block; margin:0 6px; background:#CCC; outline:none; cursor:pointer;}
.banner-pagination .swiper-pagination-bullet-active{background:var(--i_color)}

@media screen and (max-width:1024px) {
	.banner .swiper-slide{padding-bottom: 46%;}
	.banner-pagination{bottom: 30px;}
	.banner-button{display: none;}
	.banner-pagination .swiper-pagination-bullet{width: 30px;height: 2px;}
}
@media screen and (max-width:560px) {
	.banner .swiper-slide{padding-bottom: 52%;}
	.banner-pagination{bottom: 20px;}
	.banner-pagination .swiper-pagination-bullet{margin: 0 4px;}
}






.banner_text1{position:absolute; top:50%; transform:translate(0,-50%); left: 0; width: 100%;}
.banner_text1 h2{font-size: 3vw; color: #FFF; font-weight: bold; line-height: 1.3;}
.banner_text1 p{margin: .1rem 0 .3rem; font-size: 1.1vw; color: #FFF; line-height: 1.6}

@media screen and (max-width:1024px) {
	.banner_text1 h2{}
	.banner_text1 p{font-size: 15px;}
}
@media screen and (max-width:768px) {
	.banner_text1 h2{font-size: 17px; text-shadow: 0 1px 1px #666;}
	.banner_text1 p{margin: 6px 0 10px; font-size: 12px;}
	.banner_text1 .i_more{margin-top: 10px;}
}






/* Main */
main{position: relative;overflow: hidden;}

.main_bg{background: #F6F6F6;}





.i_tit{}
.i_tit h3{font-weight: bold;}
.i_tit h6{color: #666;}

.i_tit.center{text-align: center;}
@media screen and (max-width:768px) {
	.i_tit h6{margin-top: 10px; font-size: 13px;}
}





.i_more{display: table; background: var(--i_color); padding: .16rem .3rem;}
.i_more span{display:flex; flex-wrap:nowrap; align-items: center; gap: 0 .2rem; position: relative;}
.i_more .line1{opacity: 0; position: absolute; left: 0; top: 50%; width: 0; height: 1px; background: #FFF;}
.i_more b{flex-shrink: 0; font-size: 0.16rem; color: #FFF;}
.i_more .line2{flex-shrink: 0; width: 0.6rem; height: 5px; position: relative;}
.i_more .line2::before{content: '';position: absolute;left: 0; top: 2px; width: calc(100% - 3px); height: 1px; background: #FFF;}
.i_more em{position:absolute; top:50%; transform:translate(0,-50%); right: 0; width:0; height:0; border-top:3px solid transparent; border-bottom:3px solid transparent; border-left:6px solid #FFF;}

.i_more.white{background: #FFF;}
.i_more.white b{color: var(--i_color);}
.i_more.white .line1{background: var(--i_color);}
.i_more.white .line2::before{background: var(--i_color);}
.i_more.white em{border-left:6px solid var(--i_color);}

.i_more.nobg{background: none; padding-left: 0; padding-right: 0;}
.i_more.nobg span{}

.i_more.center{margin-left: auto;margin-right: auto;}

.i_more b,.i_more .line1,.i_more .line2::before{transition:all .7s ease;}

@media screen and (min-width:1025px) {
	.i_more:hover b{transform: translate(60px, 0px);}
	.i_more:hover .line1{opacity: 1; width: 0.5rem;}
	.i_more:hover .line2::before{opacity: 0;}

	.hoverA:hover .i_more b{transform: translate(60px, 0px);}
	.hoverA:hover .i_more .line1{opacity: 1; width: 0.5rem;}
	.hoverA:hover .i_more .line2::before{opacity: 0;}

	.advList dt.active .i_more b{transform: translate(60px, 0px);}
	.advList dt.active .i_more .line1{opacity: 1; width: 0.5rem;}
	.advList dt.active .i_more .line2::before{opacity: 0;}
}

@media screen and (max-width:1024px) {
	.i_more{padding: 14px 20px;}
	.i_more span{gap: 0 10px;}
	.i_more b{font-size: 14px;}
	.i_more .line2{width: 30px;}
	.i_more .line1{display: none !important;}
}
@media screen and (max-width:560px) {
	.i_more{padding: 10px 16px;}
	.i_more b{font-size: 13px;}
	.i_more .line2{width: 20px;}
}






.secTit{display:flex; flex-wrap:nowrap; align-items: center; gap: 0 3%;}
.secTit .i_more{flex-shrink: 0; margin-left: auto;}







.i_category_list {
	display: -webkit-flex;
	display: flex;
	flex-wrap: nowrap;
	gap: 0 2%;
}
.i_category_list li {
	flex-grow: 1;
	width: 22%;
	background: #F2F3F3;
	background-size: cover;
	overflow: hidden;
	position: relative;
}
.i_category_list li::before{opacity: 0; content: '';position: absolute;left: 0;bottom: 0;width: 100%;height: 100%;background:#F2F3F3 url(static/images/i_category_bg.webp) no-repeat bottom center;}

.i_category_list a {
	display: -webkit-flex;
	display: flex;
	flex-wrap: nowrap;
	box-sizing: border-box;
	align-items: center;
	padding: .4rem .3rem .3rem;
	position: relative;
}

.i_category_info {
	width: 50%;
	position: relative;
	z-index: 2;
}
.i_category_info>i {
	font-family: 'Bayon';
	font-size: 0.6rem;
	line-height: 1;
	color: #CADBE9;
}
.i_category_info p {
	height: .66rem;
	margin: .26rem 0 .1rem;
	font-weight: bold;
	color: #111;
}
.i_category_info h6 {
	opacity: 0;
	width: 16vw;
	margin-bottom: 0.6rem;
	color: #777;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
}
.i_category_info .more_btn{width: 0.4rem;height: 0.4rem;box-sizing: border-box; border: 1px solid var(--i_color); position: relative;}
.i_category_info .more_btn iconify-icon{position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); font-size: 0.22rem; color:var(--i_color)}

.i_category_pic {
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	right: 0;
	width: 50%;
}
.i_category_pic img{width: 100%; object-fit: contain;}

.i_category_list li.active {width: 42%;}
.i_category_list li.active::before{opacity: 1;}
.i_category_list li.active h6 {opacity: 1;}
.i_category_list li.active .i_category_pic {
	opacity: 1;
	right: 6%;
	width: 36%;
}
.i_category_list li.active .more_btn{background: var(--i_color);}
.i_category_list li.active .more_btn iconify-icon{color: #FFF;}

.i_category_list li,
.i_category_list li::before,
.i_category_info,
.i_category_info h6,
.i_category_pic {
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}

@media screen and (max-width:1024px) {
	.i_category_list{flex-wrap: wrap;gap: 30px 0;}
	.i_category_list li{width: 100%;}
	.i_category_list a{padding: 20px 30px;}
	.i_category_info{width: 70%;}
	.i_category_info>i{font-size: 46px;}
	.i_category_info p{height: auto; margin: 10px 0;}
	.i_category_info h6{opacity: 1; width: 100%; margin-bottom: 30px;}

	.i_category_pic{opacity: 1;position: initial; width: 24%; margin-left: auto; transform: none;}
}
@media screen and (max-width:768px) {
	.i_category_info .more_btn{width: 30px;height: 30px;}
	.i_category_info .more_btn iconify-icon{font-size: 18px;}
}
@media screen and (max-width:560px) {
	.i_category_list{gap: 14px 0;}
	.i_category_list a{padding: 20px 20px;}
	.i_category_info>i{font-size: 30px;}
	.i_category_info h6{margin-bottom: 14px; -webkit-line-clamp: 2}
}







.hotProduct{background: #F1F1F1;}

.hotProduct_list{display:flex; flex-wrap:wrap; gap: .4rem 2%;}
.hotProduct_list li{width: 23.5%;}

.pItem{display: block;}

.pItem .coverpic{width:100%; position:relative; overflow:hidden}
.pItem .coverpic::before{content:""; display:block; padding-bottom:100%}
.pItem .coverpic img{position:absolute; top:0; left:0; width:100%; height:100%; object-fit: cover; transition:all .5s ease;}

.pItem .text{padding-bottom: 0.1rem; margin-top: 0.2rem; border-bottom: 1px solid #DDD;}
.pItem .text h5{font-size: 0.18rem;font-weight: bold; line-height: 1.5; overflow:hidden; display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:2; transition:all .5s ease;}

.hotProduct_list li:hover img{transform: scale(1.05, 1.05);}
.hotProduct_list li:hover h5{color: var(--i_color);}

@media screen and (max-width:1024px) {
	.pItem .text h5{font-size: 16px;}
}
@media screen and (max-width:768px) {
	.hotProduct_list{gap: 30px 4%;}
	.hotProduct_list li{width: 48%;}
}
@media screen and (max-width:560px) {
	.hotProduct_list{gap: 20px 4%;}
	.pItem .text h5{font-size: 14px;}
}







.about{}
.about .wrap{display:flex; flex-wrap:wrap;}

.about_l{width: 47%;}
.about_l i{font-size: 15px; color: var(--i_color);}
.about_l h2{margin-top: 0.2rem; font-weight: bold; line-height: 1.4;}
.about_l_cont{}
.about_l_cont>img{width: 100%;}
.about_l_cont dl{margin-top: -1rem; margin-left: 0.3rem; display:flex; flex-wrap:wrap; gap: 0 .4rem;}
.about_l_cont dt{width: 20%; background: var(--i_color); padding: .16rem .2rem; text-align: center; position: relative;}
.about_l_cont dt::before{content: '';position: absolute; top: .14rem;left: .14rem; width: 0.1rem;height: 0.1rem;background: #FFF; border-radius:50%;}
.about_l_cont dt:first-child{background: #2F318B;}
.about_l_cont dt img{height: .76rem;}
.about_l_cont dt span{display: block; margin: 6px 0; font-size: 0.24rem;font-weight: bold; color: #FFF;}
.about_l_cont dt p{font-size: 0.16rem; color: #FFF; line-height: 1.3;}

@media screen and (max-width:1440px) {
	.about_l_cont dt img{height: 54px;}
}
@media screen and (max-width:1024px) {
	.about_l{width: 100%;}
	.about_l_cont dt img{height: 40px;}
}
@media screen and (max-width:768px) {
	.about_l h2{font-size: 18px;}
	.about_l_cont dl{margin-left: 20px; gap: 0 20px;}
	.about_l_cont dt{width: 30%; padding: 10px 10px;}
	.about_l_cont dt::before{width: 6px;height: 6px;}
	.about_l_cont dt img{height: 30px;}
	.about_l_cont dt span{font-size: 16px;}
	.about_l_cont dt p{font-size: 13px;}
}





.about_r{width: 47%; margin-left: auto;}

.about_video{width: 100%; position: relative;}
.about_video img{width: 100%;}

.about_r article{padding-left: 0.2rem; font-size: 0.16rem; line-height: 1.6; position: relative;}
.about_r article::before{content: '';position: absolute; left: 0; top: 0; width: 4px; height: 100%; background: var(--i_color);}

@media screen and (max-width:1024px) {
	.about_r{margin-top: 40px; width: 100%;}
	.about_r article{font-size: 14px;}
}







.vBtn{position:absolute;cursor: pointer; top:50%; left:50%; transform:translate(-50%,-50%);}
.vBtn span{display: block; position: relative;}
.vBtn span::before,.vBtn span::after{content: '';position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); box-sizing: border-box; border: 1px solid #FFF; border-radius:50%;}
.vBtn span::before{width: 100%; height: 100%; animation:scale 1.6s infinite linear}
.vBtn span::after{width: 105%; height: 105%; animation:scale 2s infinite linear}

.vBtn i{display: block; width: 0.8rem;height: 0.8rem;border-radius:50%; background: rgb(255 255 255 / 80%); position: relative;}
.vBtn iconify-icon{position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); font-size: 0.34rem;color: var(--i_color);}

@keyframes scale{
	0% {
		opacity: 0
	}
	5% {
		opacity: 1
	}
	80% {
		opacity: 0
	}
	100% {
		opacity: 0;
		transform: translate(-50%, -50%) scale(1.8);
		-ms-transform: translate(-50%, -50%) scale(1.8);
		-o-transform: translate(-50%, -50%) scale(1.8);
		-webkit-transform: translate(-50%, -50%) scale(1.8);
		-moz-transform: translate(-50%, -50%) scale(1.8)
	}
}

@media screen and (max-width:1024px) {
	.vBtn i{width: 60px;height: 60px;}
}
@media screen and (max-width:768px) {
	.vBtn i{width: 40px;height: 40px;}
	.vBtn iconify-icon{font-size: 24px;}
}
@media screen and (max-width:560px) {}








.adv{background: #333; position: relative;}
.adv::before{content: '';display: block; padding-bottom: 42.1875%;}

.advList{position: absolute;left: 0;top: 0; width: 100%; height: 100%; display:flex; flex-wrap:nowrap; align-items: flex-end; background:url(static/images/adv-bg.webp) no-repeat center; background-size: cover;}
.advList dt{width: 100%; height: 100%; border-left: 1px solid rgb(255 255 255 / 20%); position: relative;}
.advList dt::before{opacity: 0; content: ''; position: absolute; bottom: 0; left: 0; width: 100%; height: 70%; background: rgb(255 255 255 / 30%); backdrop-filter: blur(5px); transition:all .5s ease;}

.advList .order{position: absolute; right: .3rem; top: 0.5rem;}
.advList .order img{height: 0.9rem;}

.advList .txt{position: absolute; left: 0; bottom: .3rem; width: 100%; box-sizing: border-box; padding: 0 .3rem;}
.advList .tit{padding-bottom: 0.1rem; border-bottom: 1px solid rgb(255 255 255 / 20%);}
.advList .tit h5{font-size: 0.2rem; color: #FFF;font-weight: bold; line-height: 1.4;}
.advList .t{display: none; margin: 0.1rem 0;}
.advList .t span{font-size: 15px; color: #FFF; line-height: 1.3;}

.advList dt.active::before{opacity: 1; height: 100%;}

.advList dt:hover .txt span{}

@media screen and (max-width:1440px) {
	.advList .order img{height: 0.7rem;}
	.advList .txt{bottom: 0.2rem;}
	.advList .t span{font-size: 14px;}
}
@media screen and (max-width:1200px) {
	.advList .order img{height: 0.5rem;}
	.advList .tit h5{font-size: 16px;}
	.advList .t span{font-size: 13px;}
}
@media screen and (max-width:1024px) {
	.adv::before{display: none;}
	.advList{padding: 10px 0; position: relative; flex-wrap: wrap;}
	.advList::before{content: '';position: absolute;left: 0;top: 0; width: 100%; height: 100%; background: rgb(0 0 0 / 20%); backdrop-filter: blur(7px);}
	.advList dt{padding: 16px 3%; display:flex; flex-wrap:nowrap; align-items: center; gap: 0 30px; position: relative;}
	.advList dt::before{display: none;}

	.advList .order{flex-shrink: 0; position: initial; display: block;}
	.advList .txt{position: initial; padding: 0 0; width: 100%;}
	.advList .t{display: block; margin-bottom: 0;}
}
@media screen and (max-width:768px) {
	.advList .order img{height: 40px;}
}
@media screen and (max-width:560px) {
	.advList .order img{height: 32px;}
}








.homeNews{}

.homeNews_list{display:flex; flex-wrap:wrap; gap: 0.4rem 5%;}
.homeNews_list li{width: 30%; position: relative;}
.homeNews_list li::before{content: ''; position: absolute; left: -2.1vw; top: 0; width: 1px; height: 100%; background: #CCC;}
.homeNews_list li:first-child::before{display: none;}

.homeNews_list .coverpic{width:100%; position:relative; overflow:hidden}
.homeNews_list .coverpic::before{content:""; display:block; padding-bottom:65%}
.homeNews_list .coverpic img{position:absolute; top:0; left:0; width:100%; height:100%; object-fit: cover; transition:all .5s ease;}
.homeNews_list .coverpic .date{
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
	font-size: 0.16rem;
	color: #fff;
	box-sizing: border-box;
	background-color: var(--i_color);
	padding: 0.1rem 0.25rem;
	z-index: 5;
}
.homeNews_list .text{margin:.3rem 0 .1rem}
.homeNews_list .text h5{font-size: 0.2rem; font-weight: bold; line-height: 1.5; overflow:hidden; display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:2;}
.homeNews_list .text p{margin-top: 0.1rem; font-size: 0.14rem; color: #666; line-height: 1.6; overflow:hidden; display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:2;}

.homeNews_list li:hover .coverpic img{transform: scale(1.1);}
.homeNews_list li:hover h5{color: var(--i_color);}

@media screen and (max-width:1024px) {
	.homeNews_list .text h5{font-size: 16px;}
}
@media screen and (max-width:768px) {
	.homeNews_list{gap: 24px 0;}
	.homeNews_list li{width: 100%;}
	.homeNews_list li::before{display: none;}
	.homeNews_list .text{margin-top: 20px;}
}







footer{}

.fMain{background:#090909 url(static/images/footer-bg.webp) no-repeat center; background-size: cover;}
.fMain .wrap{display:flex; flex-wrap:nowrap; justify-content: space-between;}

.fContact,.fNav{width: 100%; box-sizing: border-box; padding-left: 0.3rem; padding-right: 0.3rem; border-left: 1px solid rgb(255 255 255 / 10%);}
.fNav:last-child{border-right: 1px solid rgb(255 255 255 / 10%);}

.fContact{flex-shrink: 0; width: 50%;}

.fCont{display:flex; flex-wrap:nowrap; align-items: center;}
.fTit{display:flex; flex-wrap:nowrap; align-items: center; font-size: 0.34rem;font-weight: bold; color: #FFF;}
.fCont,.fTit{height: 0.7rem; border-bottom: 1px solid rgb(255 255 255 / 10%);}
.fNav ul ul{
	display: none !important;
}


.fLogo{}
.fLogo img{height: 0.5rem;}
.fMedia{margin-left: auto; display:flex; flex-wrap:wrap; align-items: center; gap: 0 .3rem;}
.fMedia li{}
.fMedia a{display: block; width: 0.5rem; height: 0.5rem; border-radius:50%; background: rgb(255 255 255 / 15%); position: relative;}
.fMedia i{position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); width: calc(100% - .1rem); height: calc(100% - .1rem); border-radius:50%; background: rgb(255 255 255 / 15%); transition:all .5s ease;}
.fMedia iconify-icon{position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); font-size: 0.2rem;color: rgb(255 255 255 / 60%); transition:all .5s ease;}

.fMedia li:hover i{background: rgb(255 255 255 / 80%);}
.fMedia li:hover iconify-icon{color: var(--i_color);}

.fContact_list{width: 80%;}
.fContact_list dt{margin-bottom: 0.2rem; display:flex; flex-wrap:wrap;}
.fContact_list h5,.fContact_list a,.fContact_list p{font-size: 0.17rem;color: #FFF; line-height: 1.5;}
.fContact_list a:hover{color: var(--i_color); text-decoration: underline;}

.fNav ul{}
.fNav li{margin-bottom: 4px;}
.fNav li a{display: block; padding: 6px 0; font-size: 0.17rem; color: #FFF; line-height: 1.4;}
.fNav li a:hover{color: var(--i_color); text-decoration: underline;}

.fCR{background: #090909;}
.fCR p,.fCR a{font-size: 0.16rem;color: #FFF; line-height: 1.4;}
.fCR a:hover{color: var(--i_color); text-decoration: underline;}

@media screen and (max-width:1440px) {
	.fLogo img{height: 40px;}
	.fMedia{gap: 0 16px;}

	.fTit{font-size: 0.3rem;}
}
@media screen and (max-width:1024px) {
	.fContact{width: 100%; padding-top: 30px; padding-left: 0; padding-right: 0; border: none;}
	.fLogo img{height: 30px;}

	.fMedia a{width: 40px;height: 40px;}
	.fMedia i{width: 100%; height: 100%; background: none;}
	.fContact_list h5, .fContact_list a, .fContact_list p{font-size: 16px;}
	.fContact_list dt{margin-bottom: 14px;}

	.fNav{display: none;}

	.fCR{padding: 30px 0;}
	.fCR p, .fCR a{font-size: 15px;}
}
@media screen and (max-width:768px) {
	.fContact_list{width: 100%;}
}
@media screen and (max-width:560px) {
	.fContact{padding-bottom: 20px;}
	.fCont, .fTit{height: auto;}
	.fMedia a{width: 34px;height: 34px;}
	.fMedia iconify-icon{font-size: 16px;}
	.fContact_list h5, .fContact_list a, .fContact_list p{font-size: 15px;}

	.fCR{padding: 20px 0 0.5rem 0;}
	.fCR p, .fCR a{font-size: 13px;}
}









/* ======================================================== */

.banner__{width: 100%; font-size: 0; position: relative; overflow: hidden;}
.banner__ img{width: 100vw;}




/* Breadcrumb */
.in_position{padding:.14rem 0;background:#F1F1F1;position:relative;}
.in_position .wrap{display:flex;flex-wrap:wrap;align-items:center;}
.in_position a{display:block;font-size:15px;color:#333;position:relative;line-height:20px;}
.in_position a:first-child{padding-left: 0.26rem;}
.in_position a:first-child::before{
	content: '';
	position:absolute; top:40%; transform:translate(0,-50%);left: 0;
	width: 18px;height: 18px;
	background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='512' height='512' viewBox='0 0 512 512'%3E%3Cpath fill='%23267DC1' d='M261.56 101.28a8 8 0 0 0-11.06 0L66.4 277.15a8 8 0 0 0-2.47 5.79L63.9 448a32 32 0 0 0 32 32H192a16 16 0 0 0 16-16V328a8 8 0 0 1 8-8h80a8 8 0 0 1 8 8v136a16 16 0 0 0 16 16h96.06a32 32 0 0 0 32-32V282.94a8 8 0 0 0-2.47-5.79Z'/%3E%3Cpath fill='%23267DC1' d='m490.91 244.15l-74.8-71.56V64a16 16 0 0 0-16-16h-48a16 16 0 0 0-16 16v32l-57.92-55.38C272.77 35.14 264.71 32 256 32c-8.68 0-16.72 3.14-22.14 8.63l-212.7 203.5c-6.22 6-7 15.87-1.34 22.37A16 16 0 0 0 43 267.56L250.5 69.28a8 8 0 0 1 11.06 0l207.52 198.28a16 16 0 0 0 22.59-.44c6.14-6.36 5.63-16.86-.76-22.97'/%3E%3C/svg%3E") no-repeat center;
	background-size: contain;
}
.in_position a:not(:last-child):after {content:">";margin:0 4px;color:#555}
.in_position a:last-child {color:var(--i_color) !important}
.in_position a:hover {color:var(--i_color)}
@media screen and (max-width:1024px) {
	.in_position {padding:.16rem 0;}
	.in_position a {font-size:14px}
}
@media screen and (max-width:560px) {
	.in_position {padding:.12rem 0;}
	.in_position a {font-size:13px}
}









.categoryBox{display:-webkit-flex; display:flex; flex-wrap:nowrap; gap: 0 2.5%;}
.catSide{flex-shrink: 0; width: 26%; box-sizing: border-box; padding-right: 2.5%; border-right: 1px dashed rgb(38 125 193 / 40%); position: relative;}
.catList_show{width: 100%; margin-left: auto;}

@media screen and (max-width:1024px) {
	.categoryBox{flex-wrap: wrap; gap: 40px 0;}
	.catSide{width: 100%; padding: 0 0; background: none; border: none;}
	.catList_show{width: 100%; margin: 0 0;}
}






.cat_nav{width: 100%;}

.cat_nav_tit{margin-bottom: 0.2rem; position: relative;}
.cat_nav_tit h4{font-size: 0.22rem;color: #000; 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;padding: 0 .1rem 0 .2rem; gap: 0 .2rem;}
.cat_fold_tit a{padding: .16rem 0; width: 100%; font-size: 0.18rem;font-weight: bold; line-height: 1.5;}
.cat_fold_tit iconify-icon{margin-left: auto;flex-shrink: 0;font-size: 0.24rem;cursor: pointer;-webkit-transition:all .5s ease; transition:all .5s ease;}
.cat_fold_tit a:hover,.active .cat_fold_tit a,.active .cat_fold_tit iconify-icon{color: var(--i_color);}
.active .cat_fold_tit{background: var(--i_color);}
.active .cat_fold_tit a{color: #FFF;}
.active .cat_fold_tit iconify-icon{color: #FFF; -webkit-transform:rotate(-180deg); transform:rotate(-180deg);}

.cat_fold_sub{display: none; padding: .1rem .16rem;}
.cat_fold_sub dt{box-sizing: border-box;}
.cat_fold_sub a{display: block;padding: .12rem .26rem .14rem;font-size: 0.16rem; position: relative;}
.cat_fold_sub a::before{content: '';position: absolute; top: 38%; left:6px; width: 6px;height: 6px;background: #AAA; border-radius:50%;}
.cat_fold_sub dt.active a{color: var(--i_color) !important; text-decoration: underline;}
.cat_fold_sub dt:hover a{color: var(--i_color);}

@media screen and (max-width:1200px) {
	.cat_nav_tit h4{font-size: 0.22rem;}
}
@media screen and (max-width:1024px) {
	.cat_nav_tit{border: none; padding: 14px 28px; margin: 0 0; display:-webkit-flex; display:flex; flex-wrap:nowrap;align-items: center;position: relative;z-index: 2; background: var(--i_color);}
	.cat_nav_tit h4{font-size: 20px; color: #FFF;}
	.cat_nav_tit iconify-icon{display: block; margin-left: auto;font-size: 26px;color: #FFF;}

	.cat_nav_list{display: none;box-sizing: border-box;padding: 12px 30px 30px; background: #F6F6F6;}
	.cat_nav_list li{border-top: none; border-bottom: 1px solid rgb(0 0 0 / 8%);}
	.cat_nav_list li.active{}
	.cat_fold_tit a{padding: 12px 0;font-size: 17px;}
	.cat_fold_sub a{font-size: 15px;}
}
@media screen and (max-width:768px) {
	.cat_nav_tit{padding: 12px 20px;}
	.cat_nav_tit h4{font-size: 18px;}
	.cat_nav_tit iconify-icon{font-size: 22px;}

	.cat_fold_tit a{font-size: 16px;}
}
@media screen and (max-width:560px) {
	.cat_nav_tit h4{font-size: 16px;}

	.cat_nav_list{padding: 20px 20px;}

	.cat_fold_tit a{font-size: 15px;}
	.cat_fold_tit iconify-icon{font-size: 22px;}
	.cat_fold_sub a{font-size: 14px;}
}





.catSide_contact{padding: .4rem .2rem; background:url(static/images/catSide_contact.webp) no-repeat center; background-size: cover;}
.catSide_contact h3{border-bottom: 1px solid #CCC; padding-bottom: 0.18rem; margin-bottom: 0.18rem; font-size: 1.3vw;color: var(--i_color);}
.catSide_contact p{font-size: 0.18rem; color: #666; line-height: 1.5;}

.catSide_contact ul{margin-top: 0.24rem;}
.catSide_contact li{margin-top: 0.2rem; display:flex; flex-wrap:nowrap; align-items: center; gap: 0 .14rem;}
.catSide_contact li i{display: block; width: 0.4rem;height: 0.4rem;background: var(--i_color); border-radius:50%; position: relative;}
.catSide_contact li iconify-icon{position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); font-size: 0.2rem;color: #FFF;}
.catSide_contact li a{font-size: 0.18rem;}
.catSide_contact li a:hover{color: var(--i_color); text-decoration: underline;}

@media screen and (max-width:1024px) {
	.catSide_contact{display: none !important;}
}





.category_des{}
.category_name{margin-bottom: 0.2rem; position: relative;}
.category_name h1{font-weight: bold; position: relative; line-height: 1.4;}
.category_des span{font-weight: bold;}

@media screen and (max-width:1024px) {
	.category_name{margin-bottom: 12px;}
}






.pList{display:flex; flex-wrap:wrap; gap: .4rem 2.5%;}
.pList li{width: 31.66%;}

.pList li:hover img{transform: scale(1.05, 1.05);}
.pList li:hover h5{color: var(--i_color);}

@media screen and (max-width:768px) {
	.pList{gap: 30px 4%;}
	.pList li{width: 48%;}
}
@media screen and (max-width:560px) {
	.pList{gap: 20px 4%;}
}






/* 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 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 {text-align: right; margin-top:14px;width:100%;font-size:13px;color:#888;}
.in_paging a:hover,.in_paging .curr_page a,.in_paging .curr_page span {border-color:var(--i_color) !important;background:var(--i_color);color:#FFF !important}
.in_paging_center ul{
	justify-content: center;
}
.in_paging_center ul i{
	text-align: center;
}



@media screen and (max-width:1024px) {
	.in_paging ul{justify-content: center;}
	.in_paging i{text-align: center;}
}
@media screen and (max-width:768px) {}
@media screen and (max-width:560px) {}








.p_dataBox{display:-webkit-flex; display:flex; flex-wrap:nowrap; gap: 0 4%;}

/* atlas */
.p_atlas {flex-shrink: 0; width:40%; box-sizing: border-box; position: relative;}
.p_atlas_list {width: calc(100% - 1.1rem); box-sizing: border-box; border: 1px solid #DDD; background: #FFF; margin-left: auto; margin-right: auto; position:relative;overflow:hidden}
.p_atlas_list .swiper-wrapper {display:-webkit-flex;display:flex;position:relative;width:100%}
.p_atlas_list .swiper-slide {flex-shrink:0;position:relative;overflow:hidden;}
.p_atlas_list .swiper-slide::before {content:'';display:block;padding-bottom:100%;}
.p_atlas_list .swiper-slide img {position:absolute;top:0;left:0;width:100%;height:100%;object-fit:contain;}

/* thumbnail */
.p_thumbnail_list {width:100%;margin:.2rem auto 0;box-sizing:border-box;position:relative;overflow:hidden}
.p_thumbnail_list .swiper-wrapper {display:-webkit-flex;display:flex;position:relative;width:100%}
.p_thumbnail_list .swiper-slide {opacity: .6; box-sizing: border-box; border: 1px solid #DDD; flex-shrink:0;position:relative;overflow:hidden;cursor:pointer;}
.p_thumbnail_list figure {width:100%;position:relative;overflow:hidden;}
.p_thumbnail_list figure::before {content:'';display:block;padding-bottom:100%;}
.p_thumbnail_list figure img {position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;}
.p_thumbnail_list .swiper-slide-thumb-active {opacity: 1; border-color: var(--i_color);}

.thumbnail-prev,.thumbnail-next {position:absolute;top:50%;transform:translate(0,-50%);width:.36rem;height:.36rem; background: #999; 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.2rem;color:#FFF}
.thumbnail-prev:hover, .thumbnail-next:hover{background: var(--i_color);}
.p_atlas .swiper-button-disabled{cursor:not-allowed;}

.thumbnail-pagination {position:absolute;top:.1rem;right:.1rem;text-align:center;padding: 2px 6px; z-index:2;}
.thumbnail-pagination,.thumbnail-pagination span{font-size: 14px; color: #666;}
.thumbnail-pagination .swiper-pagination-current{font-size: 0.22rem;color: var(--i_color);}

@media screen and (max-width:1024px) {
	.p_dataBox{flex-wrap: wrap;}

	.p_atlas{width: 100%; max-width: 6rem; margin: 0 auto .46rem;}

	.p_atlas_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.22rem; border-bottom: 1px solid #DDD; font-weight: bold; line-height: 1.4;}

.p_des{}
.p_des article{}

.p_btn{padding-top: 0.3rem; border-top: 1px solid #DDD; display:-webkit-flex; display:flex; flex-wrap:wrap;gap: 0 .3rem;}
.p_btn .i_more.white{border: 1px solid var(--i_color);}

.p_share{}
.p_share>p{margin-bottom: 6px; font-size: 0.18rem;font-weight: bold;}
.p_share dl{display:-webkit-flex; display:flex; flex-wrap:wrap;align-items: center;gap: 0 .2rem;}
.p_share dt iconify-icon {font-size:0.22rem;color:#666;}

.p_share dt:hover iconify-icon{color: var(--i_color);}


@media screen and (max-width:1024px) {
	.pCat_name{font-size: 14px;}
	.p_des>h5{font-size: 18px;}

	.p_share>p{font-size: 18px;}
	.p_share dt iconify-icon{font-size: 20px;}
}
@media screen and (max-width:560px) {
	.p_des>h5{font-size: 16px;}

	.p_share>p{font-size: 16px;}
	.p_share dl{gap: 0 14px;}
}







.pContentMain{}

.pContentNav{border-bottom: 2px solid var(--i_color); background: #F6F6F6;}
.pContentNav ul{display:flex; flex-wrap:wrap; justify-content: center; gap: 0 .2rem;}
.pContentNav li{border-radius:6px; cursor: pointer; overflow: hidden;}
.pContentNav p{padding: .14rem .2rem; font-size: 0.18rem;font-weight: bold;}

.pContentNav .active{background: #FFF;}
.pContentNav .active p{color: var(--i_color);}

@media screen and (max-width:1024px) {
	.pContentNav p{padding: 14px 20px; font-size: 16px;}
}
@media screen and (max-width:560px) {
	.pContentNav p{padding: 12px 16px; font-size: 15px;}
}






.pContentBox{display:flex; flex-wrap:nowrap; gap: 0 3%;}

@media screen and (max-width:1024px) {
	.pContentBox .catSide{display: none;}
}



.pContent{width: 100%;}
.pContent .item{display: none;}
.pContent .item.active{display: block;}

@media screen and (max-width:768px) {}
@media screen and (max-width:560px) {}







.FAQ_list{}
.FAQ_list li{margin-bottom: 0.3rem; background: #F4F4F4;}
.FAQ_list li.active{background: #FFF; box-shadow: 0 0 .16rem rgb(38 125 193 / 15%);}

.FAQ_list .tit{border-bottom: 1px solid transparent; padding: .24rem .2rem .2rem; display:flex; flex-wrap:nowrap; align-items: center; gap: 0 .4rem; cursor: pointer;}
.FAQ_list .tit p{font-size: 0.18rem; font-weight: bold; line-height: 1.4;}
.FAQ_list .tit iconify-icon{flex-shrink: 0; margin-left: auto; font-size: 0.24rem; transition:all .5s ease;}

.FAQ_list li.active .tit{border-bottom-color: #DDD;}
.FAQ_list li.active .tit p{color: var(--i_color);}
.FAQ_list li.active .tit iconify-icon{transform:rotate(180deg); color: var(--i_color);}

.FAQ_list .txt{display: none; padding: .2rem .2rem .26rem;}

@media screen and (max-width:768px) {
	.FAQ_list li{margin-bottom: 20px;}
	.FAQ_list .tit p{font-size: 16px;}
}
@media screen and (max-width:560px) {
	.FAQ_list li{margin-bottom: 14px;}
	.FAQ_list .tit p{font-size: 15px;}
}







.p_tags{padding-bottom: 0.2rem; border-bottom: 1px solid #DDD;display:-webkit-flex; display:flex; flex-wrap:wrap; align-items: baseline; gap: .16rem 0;}
.p_tags>p{margin-right: .14rem; font-size: 0.2rem;font-weight: 900;}
.p_tags a{margin-right: 0.3rem; padding: .1rem .1rem; font-size: .16rem; background: #F1F1F1;}
.p_tags a:hover{background: var(--i_color); color: #FFF;}
@media screen and (max-width:768px) {
	.p_tags{gap: 12px 0;}
	.p_tags>p{font-size: 17px;}
	.p_tags a{margin-right: 16px; font-size: 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; background: #222; position: relative;}
.p_view_other span iconify-icon{position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); font-size: .2rem; color: #FFF;}
.p_view_other p{font-size: 0.16rem; line-height: 1.5;}
.p_view_other p b{font-size: 0.18rem; font-weight: bold;}
.p_view_other .next{
	margin-left: auto;
}
.p_view_other li:hover span{background: var(--i_color);}
.p_view_other li:hover span iconify-icon{color: #FFF;}
.p_view_other a:hover p{color: var(--i_color); 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: 16px;}
	.p_view_other p{font-size: 15px;}
}
@media screen and (max-width:768px) {
	.p_view_other{flex-wrap: wrap;gap: 12px 0;}
	.p_view_other li{max-width: 100%}
	.p_view_other span{order: -1;}
	.p_view_other p{font-size: 14px;}
	.p_view_other p b{font-size: 17px;}
}








.pRelated{background: #F1F1F1;}







.about__{display:flex; flex-wrap:wrap; align-items: flex-end;}

.about__left{width: 55%;}
.about__right{width: 45%;position: relative;}
.about__right_i{
	display: block;
	width: 0.7rem;
	height: 0.53rem;
	position: absolute;
	top: 50%;
	left: 50%;
	cursor: pointer;
	transform: translate(-50%,-50%);
	background: url('https://lingjuimg.com/wp-content/uploads/xinyuexiangjiao/2025/09/youtube.png') center no-repeat;
	background-size: contain;
}
.about__ .tit{padding-right: 6%;}
.about__ .tit h3{font-weight: bold;}
.about__ .tit h3 i{color: var(--i_color); font-weight: bold;}
.about__ .tit p{}

.about__left__cont{padding-right: 0.5rem; background:url(static/images/about__left__cont.webp) no-repeat center;background-size: cover;}
.about__left__cont article{font-size: 0.16rem; color: #FFF; line-height: 1.6;}

.about__right img{width: 100%;}
.about__right .t{margin-top: -4px; background: #F3F3F3; padding: .2rem .4rem;}
.about__right .t p{font-size: 0.18rem; font-weight: bold;}

@media screen and (max-width:1024px) {
	.about__left{width: 100%;}
	.about__left__cont article{font-size: 15px;}

	.about__right{width: 100%;}
	.about__right_i{
		width: 0.6rem;
		height: 0.43rem;
		top: 45%;
		left: 50%;
	}
}
@media screen and (max-width:768px) {
	.about__right .t{padding: 20px 16px;}
	.about__right .t p{font-size: 16px;}
}
@media screen and (max-width:560px) {
	.about__left__cont{padding-right: 0;}
	.about__left__cont article{font-size: 14px;}

	.about__right .t p{font-size: 15px; line-height: 1.5;}
	.about__right_i{
		width: 0.5rem;
		height: 0.33rem;
		top: 40%;
	}
}








.aboutCE{}

.aboutCE_pic{width: 100%;}






.aboutCert{padding: 1.2rem 0 1.6rem;}

.certificateBox{position: relative;}

.certificate{position: relative; overflow: hidden;}
.certRound{position:absolute; top:50%; left:50%; transform:translate(-50%,-50%);}
.certRound::before,.certRound::after{content: '';position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); -webkit-border-radius:50%; border-radius:50%;}
.certRound::before{width: 100%;height: 100%; background: rgb(38 125 193 / 8%); -webkit-animation:diffuse 2s infinite linear; animation:diffuse 2s infinite linear}
.certRound::after{width: 118%;height: 118%; background: rgb(38 125 193 / 5%); -webkit-animation:diffuse 2s infinite linear; animation:diffuse 2s infinite linear}

.certRound i{display: block; width: 5.4rem;height: 5.4rem; border-radius:50%; background: rgb(38 125 193 / 10%);}

@keyframes diffuse{
	0% {
		opacity: 0
	}
	5% {
		opacity: 1
	}
	80% {
		opacity: 0
	}
	100% {
		opacity: 0;
		transform: translate(-50%, -50%) scale(1.6);
		-ms-transform: translate(-50%, -50%) scale(1.6);
		-o-transform: translate(-50%, -50%) scale(1.6);
		-webkit-transform: translate(-50%, -50%) scale(1.6);
		-moz-transform: translate(-50%, -50%) scale(1.6)
	}
}

.certificateBox .wrap{position: relative;z-index: 2;}

.certificate_list{width: 90%; margin-left: auto;margin-right: auto; position:relative; overflow:hidden}
.certificate_list .swiper-wrapper{padding: .2rem 0; display:flex; position:relative; width:100%}
.certificate_list .swiper-slide{flex-shrink:0; position:relative; transition:all .5s ease;}
.certificate_list .swiper-slide i{display: block; width:100%; position:relative; box-sizing: border-box; box-shadow: 0 0 .2rem rgb(0 0 0 / 20%); background: #FFF; overflow:hidden}
.certificate_list .swiper-slide i::before{content:""; display:block; padding-bottom:136.25%}
.certificate_list .swiper-slide i img{position:absolute; top:0; left:0; width:100%; height:100%; object-fit: cover; transition:all .5s ease;}

.certificate_list .swiper-slide{transform: scale(.8, .8);}
.certificate_list .swiper-slide-active{transform: scale(1, 1);}

.certificate-prev,.certificate-next{position:absolute; top:50%; transform:translate(0,-50%); width: 0.34rem;height: 0.34rem; background: #333; cursor: pointer;}
.certificate-prev{left:0;}
.certificate-next{right:0;}
.certificate-prev iconify-icon,.certificate-next iconify-icon{position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); font-size: 0.2rem; color: #FFF;}
.certificate-prev:hover,.certificate-next:hover{background: var(--i_color);}

@media screen and (max-width:1440px) {
	.certRound i{width: 5rem;height: 5rem;}
}
@media screen and (max-width:1366px) {}
@media screen and (max-width:1200px) {
	.certRound i{width: 4.2rem;height: 4.2rem;}
}
@media screen and (max-width:1024px) {
	.aboutCert{padding: 70px 0 80px;}

	.certRound i{width: 320px;height: 320px;}
	.certificate_list{width: 100%;}
	.certificate-prev,.certificate-next{display: none;}
}
@media screen and (max-width:768px) {
	.aboutCert{padding: 50px 0 60px;}

	.certRound i{width: 240px;height: 240px;}
}
@media screen and (max-width:560px) {
	.aboutCert{padding: 30px 0 40px;}

	.certRound i{width: 180px;height: 180px;}
}









.OEMODM{position: relative;}
.OEMODM::before{content: '';position: absolute; left: 0; bottom: 0; width: 50%; height: 90%; background:url(static/images/OEMODM-bg.webp) no-repeat left bottom; background-size: contain;}

.OEMODM .wrap{display:flex; flex-wrap:nowrap; gap: 0 6%;}

.OEMODM_t{width: 50%;}
.OEMODM_t h2{font-weight: bold;}
.OEMODM_t p{margin: .2rem 0;}


.OEMODM_img{
	width: 59.3%;
    height: auto;
    margin-top: 0.4rem;
}








.OEMODM_list{position: absolute; right: 0; top: 0; width: 45%; margin-left: auto;}
.OEMODM_list dt{margin-bottom: 0.3rem; background: #F3F3F3; box-sizing: border-box; padding: .2rem .3rem; display:flex; flex-wrap:nowrap; align-items: center; gap: 0 .24rem; cursor: pointer;}

.OEMODM_list .order{flex-shrink: 0; display: block; width: 0.6rem;height: 0.6rem; box-sizing: border-box; border: 4px solid #FFF; background: var(--i_color); border-radius:50%; position: relative;}
.OEMODM_list .order i{position:absolute; top:54%; left:50%; transform:translate(-50%,-50%); font-size: 0.24rem;color: #FFF;}

.OEMODM_list span{display: block; width: 100%;}
.OEMODM_list span h5{font-size: 0.2rem; font-weight: bold;}
.OEMODM_list span p{display: none; margin-top: 0.16rem; font-size: 0.16rem; line-height: 1.4;}

.OEMODM_list dt.active{background: #F4F8FC;}
.OEMODM_list dt.active .order{opacity: 0; width: 0; overflow: hidden;}
.OEMODM_list dt.active{gap: 0 0;}

@media screen and (max-width:1440px) {

}
@media screen and (max-width:1200px) {
	.OEMODM_list .order{width: 0.5rem; height: 0.5rem;}
	.OEMODM_list .order i{font-size: 0.2rem;}
	.OEMODM_list span h5{font-size: 0.18rem;}
}
@media screen and (max-width:1024px) {
	.OEMODM::before{display: none;}
	.OEMODM .wrap{flex-wrap: wrap; gap: 40px 0;}
	.OEMODM_t{width: 100%; padding-bottom: 0;}

	.OEMODM_list{position: initial; width: 100%;}
	.OEMODM_list .order{width: 44px; height: 44px;}
	.OEMODM_list span h5{font-size: 16px;}
	.OEMODM_list span p{display: block; font-size: 14px;}
}
@media screen and (max-width:768px) {
	.OEMODM_list dt{padding: 20px 20px;}
}
@media screen and (max-width:560px) {
	.OEMODM_list span p{font-size: 13px;}
}







.serCustom{}

.serCustom_cont{display:flex; flex-wrap:wrap;}

.serCustom_list{width: 50%; position: relative; display:flex; flex-wrap:wrap;}
.serCustom_list::before{content: '';position: absolute; right: 0; top: 0; width: 3px; height: 100%; background: #DDD;}
.serCustom_list dt{width: 100%; position: relative; cursor: pointer; display:flex; flex-wrap:wrap; align-items: center;}
.serCustom_list dt::before{content: '';position: absolute; top: 0; right: 0; width: 3px; height: 0; background: var(--i_color); transition:all .5s ease;}
.serCustom_list span{display: block; width: 100%; box-sizing: border-box; padding-right: .8rem; text-align: right;}
.serCustom_list span h5{font-size: 0.2rem;color: #999; font-weight: bold;}
.serCustom_list span p{margin-top: 0.18rem; font-size: 0.18rem; color: #AAA; line-height: 1.5}

.serCustom_list dt.active::before{height: 100%;}
.serCustom_list dt.active h5{color: var(--i_color);}
.serCustom_list dt.active p{color: #666;}

.serCustom_pic{font-size: 0; margin-left: auto; width: 45%; position: relative;}
.serCustom_pic::after{content: '';position: absolute; left: 0; bottom: 0; width: 100%; height: 80%; background:linear-gradient(to bottom, transparent, rgb(38 125 193 / 80%));}
.serCustom_pic img{width: 100%;}

.serCustom_pic .t{position: absolute; left: 0; bottom: .2rem; width: 100%; box-sizing: border-box; padding: 0 .3rem; z-index: 3;}
.serCustom_pic .t h5{font-size: 0.2rem;color: #FFF; font-weight: bold;}
.serCustom_pic .t article{margin-top: 0.14rem; color: #FFF;}

@media screen and (max-width:1200px) {
	.serCustom_list span p{font-size: 14px;}
}
@media screen and (max-width:1024px) {
	.serCustom_list{width: 100%;}
	.serCustom_list::before{display: none;}
	.serCustom_list dt{padding: 20px 0;}
	.serCustom_list span{text-align: left; padding-right: 0;}
	.serCustom_list span h5{font-size: 17px; color: var(--i_color);}
	.serCustom_list span p{margin-top: 10px; color: #666;}

	.serCustom_pic{width: 100%; margin-top: 36px;}
}
@media screen and (max-width:768px) {
	.serCustom_list dt{padding: 15px 0;}
	.serCustom_list span h5{font-size: 16px}

	.serCustom_pic .t h5{font-size: 18px;}
}
@media screen and (max-width:560px) {
	.serCustom_pic .t{padding: 0 20px;}
}







.research{
	--circle_size:1.36rem
}
.research{background: #F3F3F3;}

.researchList{display:flex; flex-wrap:nowrap; gap: 0 3%;}
.researchList dt{width: 100%; border: 1px solid #CCC; border-radius:6px; position: relative; background: #FFF; position: relative}

.researchList .box{position: relative; padding: .5rem .4rem; overflow: hidden;}

.researchList .circle{opacity: 1; position: absolute;top: -.54rem;left: -.4rem;width: 0;height: 0;background: rgb(38 125 193 / 20%); border-radius:50%; z-index: 3;}
.researchList .circle::before{content: '';position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); width: 0; height: 0; background: rgb(38 125 193 / 10%); border-radius:50%;}

.researchList .count{position: absolute; top: 0.1rem; right: 0.4rem; font-size: 0.7rem; font-weight: bold; color: #EAEAEA; transition:all .5s ease;}

.researchList .t{position: relative; z-index: 3;}
.researchList .t h5{margin-bottom: 0.26rem; font-size: 0.2rem;font-weight: bold;}
.researchList .t p{font-size: 0.16rem; line-height: 1.6; color: #666;}

.researchList dt:hover{border-color: var(--i_color);}
.researchList dt:hover .count{top: -.3rem; color: var(--i_color);}
.researchList dt:hover .t h5{color: var(--i_color);}

.researchList dt:hover .circle{width:var(--circle_size);height:var(--circle_size);}
.researchList dt:hover .circle::before{width: calc(var(--circle_size) + .5rem);height: calc(var(--circle_size) + .5rem);}

.researchList .circle{transition:all .5s ease;}
.researchList .circle::before{transition:all .5s .5s;}

@media screen and (max-width:1024px) {
	.research{
		--circle_size:1rem
	}
	.researchList{flex-wrap: wrap; gap: 20px 0;}
	.researchList dt{}
	.researchList .box{padding: 40px 30px;}
	.researchList .count{right: 30px; font-size: 0.5rem;}
	.researchList .t h5{font-size: 18px;}
	.researchList .t p{font-size: 14px;}
	.researchList dt:hover .count{top: .1rem;}
}
@media screen and (max-width:768px) {
	.researchList .count{font-size: 40px;}
}
@media screen and (max-width:560px) {
	.researchList .box{padding: 30px 20px;}
	.researchList .count{right: 20px; font-size: 30px;}

	.researchList .t h5{font-size: 16px;}
	.researchList .t p{font-size: 13px;}
}








.serOffered{}

.serOfferedList{background:url(static/images/service-offered-bg.webp) no-repeat center; background-size: cover; position: relative;}
.serOfferedList::before{content: '';display: block; padding-bottom: 39.375%;}

.serOfferedList dl{position:absolute; top:0; left:0; width:100%; height:100%; display:flex; flex-wrap:wrap;}
.serOfferedList dt{width: 16vw; height: 100%; position: relative; transition:all .5s ease; overflow: hidden;}
.serOfferedList dt::before{content: ''; position: absolute; left: 0; top: 0; width: 1px; height: 100%; background: rgb(255 255 255 / 50%); z-index: 3;}
.serOfferedList dt::after{content: '';position: absolute;bottom: 0; left: 0; width: 100%; height: 100%; background: rgb(0 0 0 / 60%);}

.serOfferedList .count{padding-bottom: 0.1rem; position: absolute; top: 0.3rem; right: 0.24rem; z-index: 3;}
.serOfferedList .count::before{content: '';position: absolute;left: 0; bottom: 0; width: 0.24rem; height: 3px;background: #FFF;}
.serOfferedList .count i{font-size: 0.18rem;font-weight: bold; color: #FFF;}

.serOfferedList .text{position: absolute; left: 0; bottom: .5rem; width: 100%; height: 20%; box-sizing: border-box; padding: 0 .3rem .3rem; z-index: 3;}
.serOfferedList .text::before{content: ''; position: absolute; left: .3rem; bottom: 0; width: 0.5rem;height: 2px;background: var(--i_color);}
.serOfferedList .text h5{font-size: 0.18rem;color: #FFF; font-weight: bold;}
.serOfferedList .text span{opacity: 0; display: block; margin-left: auto; width: 30vw; margin-top: 0.2rem; font-size: 15px;color: #FFF; line-height: 1.5;}

.serOfferedList dt.curr::after{opacity: 0.4;}
.serOfferedList dt.curr .text span{opacity: 1;}
.serOfferedList dt.curr .text{text-align: right;}
.serOfferedList dt.curr .text::before{opacity: 0;}

.serOfferedList dt::after, .serOfferedList .text span{transition:all .7s ease;}

@media screen and (max-width:1440px) {
	.serOfferedList .text{height: 25%;}
	.serOfferedList .text span{width: 35vw;}
}
@media screen and (max-width:1024px) {
	.serOfferedList::before{display: none;}

	.serOfferedList dl{padding: 20px 0; position: initial;}
	.serOfferedList dl::before{content: '';position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgb(0 0 0 / 60%);}
	.serOfferedList dt{width: 100%; display:flex; flex-wrap:nowrap; gap: 0 30px; padding:20px 30px;}
	.serOfferedList dt::before{display: none;}
	.serOfferedList dt::after{display: none;}

	.serOfferedList .count{flex-shrink: 0; position: initial; padding: 0 0;}
	.serOfferedList .count::before{display: none;}
	.serOfferedList .text{position: relative; bottom: initial; text-align: left !important; padding: 0 0 20px;}
	.serOfferedList .text span{opacity: 1; margin-top: 10px; width: 100%;}

	.serOfferedList .text::before{opacity: 1 !important; left: 0;}
	.serOfferedList dt.curr::after{opacity: 1;}
}
@media screen and (max-width:768px) {
	.serOfferedList dt{padding: 20px;}
}
@media screen and (max-width:560px) {
	.serOfferedList dt{padding: 10px 20px;}
	.serOfferedList .text h5{font-size: 16px;}
	.serOfferedList .text span{font-size: 14px;}
}


/* news_list */
.news_list_bac{
   box-sizing: border-box;
   padding-top: 0.8rem;
}
.news_list{

}
.news_list_ul{
   display: flex;
   flex-wrap: wrap;
   justify-content: center;
   gap: 0.5rem;
}
.news_list_ul li{

}
.news_list_ul li a{
	font-size: 0.26rem;
	color: #333;
	font-weight: bold;
	box-sizing: border-box;
	padding: 0.15rem 0.75rem;
	display: inline-block;
	text-transform: capitalize;
	transition: all 0.3s ease;
}
.news_list_active a{
	background-color: var(--i_color) !important;
	color: #fff !important;
}



@media screen and (max-width:1440px) {
	.news_list_ul{
		gap: 0.4rem;
	}
	.news_list_ul li a{
		font-size: 0.24rem;
		padding: 0.12rem 0.6rem;
	}
}
@media screen and (max-width:1200px) {
	.news_list_ul li a{
		font-size: 0.22rem;
		padding: 0.1rem 0.4rem;
	}
	.news_list_bac {
		padding-top: 0.6rem;
	}
}
@media screen and (max-width:1024px) {
	.news_list_ul li a{
		font-size: 0.2rem;
		padding: 0.1rem 0.35rem;
	}
}
@media screen and (max-width:960px) {
	.news_list_ul li a{
		font-size: 0.18rem;
		padding: 0.1rem 0.3rem;
	}
}
@media screen and (max-width:767px) {
	.news_list_ul li a{
		font-size: 0.16rem;
	}
	.news_list_bac {
		padding-top: 0.4rem;
	}
}
@media screen and (max-width:560px) {

}
@media screen and (max-width:425px) {

}


/* news */
.news_bac{
	box-sizing: border-box;
	padding: 0.6rem 0 0.8rem 0;
}
.news{

}
.news_ul{
	overflow: hidden;

}


@media screen and (max-width:1440px) {
	.news_bac{
		padding: 0.4rem 0 0.6rem 0;
	}
}
@media screen and (max-width:1200px) {

}
@media screen and (max-width:1024px) {

}
@media screen and (max-width:960px) {

}
@media screen and (max-width:767px) {

}
@media screen and (max-width:560px) {

}
@media screen and (max-width:425px) {

}


/* contact_us */
.contact_us_bac{
   box-sizing: border-box;
   padding-top: 0.6rem;
}
.contact_us{
   position: relative;
}
.contact_us_map{
   width: 82.5%;
   height: 7.2rem;
}

.contact_us_map #simpleMap,
.contact_us_map .fluid-width-video-wrapper,
.contact_us_map iframe {
    width: 100%;
    height: 100% !important;
	display: block;
}
.contact_us_box{
	position: absolute;
	top: 50%;
	right: 0%;
	transform: translate(0,-50%);
	width: 45.94%;
}
.contact_us_text{

	background-color: #EEF8FF;
	box-sizing: border-box;
	padding: 0.6rem;
	position: relative;
	z-index: 2;
	overflow: hidden;

}
.contact_us_text img{
    position: absolute;
	bottom: 0;
	right: -2%;
	max-width: 100%;
	height: auto;
	z-index: -1;
}
.contact_us_text h3{
   line-height: 120%;
   font-size: 0.42rem;
   color: #333;
   font-weight: bold;
}
.contact_us_text h4{
   font-size: 0.18rem;
   color: #666;
   margin: 0.1rem 0 0.3rem 0;
}
.contact_us_ul{
    display: flex;
	flex-direction: column;
	gap: 0.15rem;
}
.contact_us_ul li{
   display: flex;
   gap: 0.15rem;
}
.contact_us_ul li iconify-icon{
   font-size: 0.3rem;
   color: var(--i_color);

}
.contact_us_ul li p{
   font-size: 0.18rem;
   color: #666;
   margin-top: 0.02rem;
   line-height: 155%;
}
.contact_us_ul li p a{
	font-size: 0.18rem;
	color: #333;
	line-height: 155%;
	transition: all 0.3s ease;
}
.contact_us_ul li p a:hover{
	color: var(--i_color);
}

@media screen and (max-width:1440px) {
	.contact_us_text h3 {
		font-size: 0.38rem;
	}
	.contact_us_text {
		padding: 0.5rem;
	}
}
@media screen and (max-width:1200px) {
	.contact_us_text h3 {
		font-size: 0.34rem;
	}
	.contact_us_text {
		padding: 0.4rem;
	}
	.contact_us_ul li p{
		font-size: 0.16rem;
	}
	.contact_us_ul li p a{
		font-size: 0.16rem;
	}
	.contact_us_ul li iconify-icon {
		font-size: 0.28rem;
	}
	.contact_us_bac {
		padding-top: 0.4rem;
	}
}
@media screen and (max-width:1024px) {
	.contact_us_text h3 {
		font-size: 0.3rem;
	}
	.contact_us_box {
		position: relative;
		top: unset;
		right: unset;
		transform: unset;
		width: 100%;
		padding-right: 0;
	}
	.contact_us_map {
		width: 100%;
		height: 5rem;
	}
	.contact_us_text h3 br{display: none;}
}
@media screen and (max-width:960px) {
	.contact_us_text h3 {
		font-size: 0.26rem;
	}
	.contact_us_map {
		height: 4rem;
	}
}
@media screen and (max-width:767px) {
	.contact_us_text h3 {
		font-size: 0.24rem;
	}
	.contact_us_text {
        padding: 0.4rem 0.2rem;
    }
	.contact_us_text h4 {
		font-size: 0.16rem;
		margin: 0.1rem 0 0.2rem 0;
	}
}
@media screen and (max-width:560px) {
	.contact_us_text h3 {
		font-size: 0.2rem;
	}
	.contact_us_ul {
		gap: 0.1rem;
	}
}
@media screen and (max-width:425px) {

}


/* contact_form */
.contact_form_bac{
   box-sizing: border-box;
   padding: 0.8rem 0;
   background: url('static/images/contact_form_bac.webp') center no-repeat;
   background-size: cover;
}
.contact_form{

}

.contact_form_box{
	margin-top: 0.6rem;
	background: rgba(38,125,193,0.1);
	box-sizing: border-box;
	padding: 0.4rem;
}

#wpforms-38{--input_font_size:0.16rem; --input_height:0.55rem}
#wpforms-38{width:100%; margin:0 auto; padding:0}
#wpforms-form-38{width:100%; overflow:hidden}


#wpforms-38 input, #wpforms-38 button{margin:0; padding:0; border:none; background:none}
#wpforms-38 .wpforms-field{padding:0; margin:0}
#wpforms-38 .wpforms-error-container{line-height:16px}
#wpforms-38 .wpforms-field-container{width:100%; display:-webkit-flex; display:flex; flex-wrap:wrap; overflow:hidden}
#wpforms-38 .wpforms-submit-container{

}





#wpforms-38 .wpforms-field{
	position: relative;
}
#wpforms-38 .wpforms-field-label{
	font-size: 0.18rem;
	color: #333;
	margin-bottom: 0.1rem;
	display: block;
	padding-left: 0.1rem;
}
#wpforms-38 .wpforms-field-label span{
	position: absolute;
	top: 0.06rem;
	left: 0.03rem;
	font-size: 0.14rem;
    color: red;
}
#wpforms-38 .wpforms-error{
	font-size: 0;
}
#wpforms-38 .wpforms-field{width:100%; margin-bottom:0.2rem; background:transparent; overflow:hidden}
#wpforms-38-field_1-container,#wpforms-38-field_2-container{margin-right:0.2rem !important;}
#wpforms-38-field_1-container, #wpforms-38-field_2-container,#wpforms-38-field_3-container{width:calc((100% - 0.4rem) / 3) !important;}

#wpforms-38 input{height:var(--input_height)}
#wpforms-38 textarea{height:1.6rem}
#wpforms-38 input, #wpforms-38 textarea{
	width:100%;border: 0; max-width:100%!important; font-size:var(--input_font_size);
	background-color: white; color:#222;
	box-sizing:border-box; line-height:var(--input_height); padding:0 10px;
	border-radius: 0.04rem;
	border: 1px solid rgba(51,51,51,0.2);
}
#wpforms-38 textarea{
	line-height: 160%;
	padding:10px;
}


#wpforms-38 input::-webkit-input-placeholder{color:#666; font-size:var(--input_font_size)}
#wpforms-38 input::-moz-placeholder{color:#666; font-size:var(--input_font_size)}
#wpforms-38 input::-moz-placeholder{color:#666; font-size:var(--input_font_size)}
#wpforms-38 input::-ms-input-placeholder{color:#666; font-size:var(--input_font_size)}
#wpforms-38 textarea::-webkit-input-placeholder{color:#666; font-size:var(--input_font_size)}
#wpforms-38 textarea::-moz-placeholder{color:#666; font-size:var(--input_font_size)}
#wpforms-38 textarea::-moz-placeholder{color:#666; font-size:var(--input_font_size)}
#wpforms-38 textarea::-ms-input-placeholder{color:#666; font-size:var(--input_font_size)}



#wpforms-38 .wpforms-submit-container button{
	overflow: hidden;width:100%; height:0.5rem;
	font-size:0.16rem; color:#FFF;
	font-weight: bold;
	display: block;
	cursor:pointer; text-transform:capitalize;
	position:relative; z-index:2;
	background-color: var(--i_color);
	width: 3rem;
	border-radius: 0rem;
	transition: all 0.3s ease;
	margin-left: auto;
	margin-right: auto;
}
#wpforms-38 .wpforms-submit-container img{position:absolute; top:50%; transform:translate(0,-50%); right:4px}
#wpforms-38 .wpforms-submit-container button:hover{
	background: #333 !important;
}

@media screen and (max-width:1440px){

}
@media screen and (max-width:1366px){

}
@media screen and (max-width:1200px){

	.contact_form_bac {
		padding: 0.6rem 0;
	}
	.contact_form_box {
		margin-top: 0.4rem;
	}
	#wpforms-38 .wpforms-field-label {
		font-size: 0.16rem;
	}
}
@media screen and (max-width:1024px){
	#wpforms-38 .wpforms-submit-container{margin: 0.2rem auto 0;}
}
@media screen and (max-width:959px){

}
@media screen and (max-width:767px){
	#wpforms-38-field_1-container,#wpforms-38-field_2-container{margin-right:0rem !important;}
	#wpforms-38-field_1-container, #wpforms-38-field_2-container,#wpforms-38-field_3-container{width:100% !important;}
	#wpforms-38{--input_height:0.4rem}
}
@media screen and (max-width:560px){
	.contact_form_box {
		margin-top: 0.2rem;
	}
}
@media screen and (max-width:425px){

}








/* 感谢页面 */
.thanks{padding-top: 1rem; margin:0px auto 1rem; text-align:center;box-sizing: border-box; }
.thanks h2{margin-bottom:20px; font-size:0.3rem; color:#222; font-weight:bold}
.thanks a{z-index: 2; display: flex;display: -webkit-flex;justify-content: center; position: relative; transition: all 1s ease;}



.btns {
	height: 4em;
	width: 12em;
	display: flex;
	align-items: center;
	justify-content: center;
	background: transparent;
	border: 0px solid black;
	cursor: pointer;
  }
  .btns:hover p{
	  color: var(--i_color);
  }
  .wrapperss {
	height: 2em;
	width: 8em;
	position: relative;
	background: transparent;
	display: flex;
	justify-content: center;
	align-items: center;
  }

.thanks  .text {
	font-size: 17px;
	z-index: 1;
	color: #000;
	padding: 4px 12px;
	border-radius: 4px;
	background: rgba(255, 255, 255, 0.7);
	transition: all 0.5s ease;
  }

  .flower {
	display: grid;
	grid-template-columns: 1em 1em;
	position: absolute;
	transition: grid-template-columns 0.8s ease;
  }

  .flower1 {
	top: -12px;
	left: -13px;
	transform: rotate(5deg);
  }

  .flower2 {
	bottom: -5px;
	left: 8px;
	transform: rotate(35deg);
  }

  .flower3 {
	bottom: -15px;
	transform: rotate(0deg);
  }

  .flower4 {
	top: -14px;
	transform: rotate(15deg);
  }

  .flower5 {
	right: 11px;
	top: -3px;
	transform: rotate(25deg);
  }

  .flower6 {
	right: -15px;
	bottom: -15px;
	transform: rotate(30deg);
  }

  .petal {
	height: 1em;
	width: 1em;
	border-radius: 40% 70% / 7% 90%;
	background: linear-gradient(var(--i_color), #e8ffb3);
	border: 0.5px solid #ffffff;

	z-index: 0;
	transition: width 0.8s ease, height 0.8s ease;
  }

  .two {
	transform: rotate(90deg);
  }

  .three {
	transform: rotate(270deg);
  }

  .four {
	transform: rotate(180deg);
  }

  .btns:hover .petal {
	background: linear-gradient(#E870A5, #FFEFF6);
	border: 0.5px solid #FFEFF6;

  }

  .btns:hover .flower {
	grid-template-columns: 1.5em 1.5em;
  }

  .btns:hover .flower .petal {
	width: 1.5em;
	height: 1.5em;
  }

  .btns:hover .text {
	background: rgba(255, 255, 255, 0.4);
  }

  .btns:hover div.flower1 {
	animation: 15s linear 0s normal none infinite running flower1;
  }

  @keyframes flower1 {
	0% {
	  transform: rotate(5deg);
	}

	100% {
	  transform: rotate(365deg);
	}
  }

  .btns:hover div.flower2 {
	animation: 13s linear 1s normal none infinite running flower2;
  }

  @keyframes flower2 {
	0% {
	  transform: rotate(35deg);
	}

	100% {
	  transform: rotate(-325deg);
	}
  }

  .btns:hover div.flower3 {
	animation: 16s linear 1s normal none infinite running flower3;
  }

  @keyframes flower3 {
	0% {
	  transform: rotate(0deg);
	}

	100% {
	  transform: rotate(360deg);
	}
  }

  .btns:hover div.flower4 {
	animation: 17s linear 1s normal none infinite running flower4;
  }

  @keyframes flower4 {
	0% {
	  transform: rotate(15deg);
	}

	100% {
	  transform: rotate(375deg);
	}
  }

  .btns:hover div.flower5 {
	animation: 20s linear 1s normal none infinite running flower5;
  }

  @keyframes flower5 {
	0% {
	  transform: rotate(25deg);
	}

	100% {
	  transform: rotate(-335deg);
	}
  }

  .btns:hover div.flower6 {
	animation: 15s linear 1s normal none infinite running flower6;
  }

  @keyframes flower6 {
	0% {
	  transform: rotate(30deg);
	}

	100% {
	  transform: rotate(390deg);
	}
  }



















@media screen and (max-width:1200px){
	.thanks{padding-top: 60px;}

}
@media screen and (max-width:767px){
	.thanks{padding-top: 40px;margin:0px auto 70px}

}
@media screen and (max-width:560px){

}






/* 404 */
.in404{position:absolute; top:0; left:0; width:100%; height:100%; background:#FFF}
.in404_text{position:absolute; top:44%; left:50%; transform:translate(-50%,-50%); width:80%; text-align:center}
.in404_text h1{font-size:220px; color:#BBB}
.in404_text h6{margin:10px auto 30px; font-size:18px; color:#999}
.in404_text a{display:inline-block; padding:0 40px; line-height:32px; font-size:15px; color:#999; border:2px solid #DDD; -webkit-border-radius:100px; -moz-border-radius:100px; border-radius:100px}

@media screen and (max-width:959px){
.in404_text h1{font-size:180px}
}
@media screen and (max-width:767px){
	.in404_text h1{font-size:140px}
	.in404_text h6{font-size:16px}
	.in404_text a{font-size:14px}
}
@media screen and (max-width:560px){
	.in404_text h1{font-size:70px}
	.in404_text h6{margin:10px auto 18px; font-size:14px; line-height:20px}
	.in404_text a{font-size:13px}
}

/* 隐私政策 */
.privacy{margin-bottom: 100px;padding-top: 70px;}
#header{background-color: rgb(0 0 0 / 57%) !important;}
.privacy_cont{}
.privacy_cont .tit{margin-bottom:30px}
.privacy_cont .tit h2{font-size:24px; text-align:center; font-weight:bold}
.privacy_cont article, .privacy_cont article *{font-size:14px; color:#666; line-height:24px}
.foot {top: 130px;}
.privacy ol {padding: 0px;}
@media screen and (max-width:1200px){
	.privacy{margin-bottom: 50px;}
}
@media screen and (max-width:959px){
	.privacy{margin-bottom: 30px;}
}



/* tag */

.tag{
	box-sizing: border-box;
	padding: 0.8rem 0;
}
.tag>h2{
	font-size: 0.4rem;
	font-weight: bold;
	text-transform: uppercase;
	color: #333;
	text-align: center;
}

.tag .products_all_right{
	width: 100%;
}
.tag>p{
	font-size: 0.2rem;
	color: #333;
	margin: 0.2rem 0 0.4rem 0;
	text-align: center;
}
.tag_list{

}
.tag_list .pList{
   display: flex;
   gap: 0.4rem;
   flex-wrap: wrap;
}
.tag_list  .pList li{
   width: calc((100% - 1.2rem) / 4);
}


@media screen and (max-width:1600px) {

}
@media screen and (max-width:1440px) {


}
@media screen and (max-width:1366px) {

}
@media screen and (max-width:1200px) {
	.tag{
		padding: 0.6rem 0;
	}
	.tag>h2 {
		font-size: 0.35rem;
	}
}
@media screen and (max-width:1024px) {

}
@media screen and (max-width:960px) {

}
@media screen and (max-width:767px) {

	.tag>h2 {
		font-size: 0.25rem;
	}
	.tag_list  .pList{
		gap: 0.2rem;
	}
	.tag_list  .pList li{
		width: calc((100% - 0.2rem) / 2);
	}
}
@media screen and (max-width:560px) {

}
@media screen and (max-width:425px) {

}




/* ---------------------- Aside Form ---------------------- */
.contactMenu{--menuColor:#333}
.contactMenu{position: fixed;right: 0;bottom: 0;width: 340px;box-shadow: -6px -4px 10px rgb(0 0 0 / 10%);z-index: 999999999;}
.contactMenuBtn{width: 100%;display:-webkit-flex; display:flex; flex-wrap:nowrap;position: relative;z-index: 3;}
.contactMenuBtn dt{width: 100%;text-align: center;cursor: pointer;}
.contactMenuBtn dt a,.contactMenuBtn dt p{display: block; padding: 8px 10px;color: #FFF;}
.contactMenuBtnWA{display: none;background: #0ABA28;}
.contactMenuBtnForms{background: var(--i_color);}

.contactMenu_Forms{
	display: none;
	position: absolute;
	right: 0;
	bottom: calc(100% - 1px);
	width: 100%;
	box-shadow: -6px -4px 10px rgb(0 0 0 / 10%);
	z-index: 999;
}
.contactMenu_FormsTit{padding: 8px 50px; text-align: center; background: var(--i_color); cursor: pointer;position: relative;}
.contactMenu_FormsTit p{color: #FFF;}
.contactMenu_FormsTit iconify-icon{opacity: 0; position:absolute; top:50%; transform:translate(0,-50%);right: -20px;font-size: 24px;color: #FFF;}
.contactMenu_FormsTit.active iconify-icon{opacity: 1; right: 10px; -webkit-transition:all .6s .5s; transition:all .6s .5s;}
.contactMenu_Forms>span{display: block; padding: 24px; background: #FFF;}

#wpforms-13{
	--wpforms-field-size-input-height:38px;
	--wpforms-field-border-size:0;
	--wpforms-button-background-color:var(--i_color);
	--wpforms-button-border-color:var(--i_color);
	--wpforms-page-break-color:var(--i_color);
	--wpforms-label-error-color:#d63637;
}
#wpforms-13{margin:0;padding:0;}
#wpforms-form-13{width:100%;position:relative;}

#wpforms-13 .wpforms-field-container{}
#wpforms-13 .wpforms-field-container>.wpforms-field{
	width: 100%;
	padding: 0 1px 5px;
	margin: 0 0 6px;
	overflow-x:initial !important;
	position: relative;
}

#wpforms-13 .wpforms-field-container .wpforms-field-label{height: 0; font-size: 0;margin: 0 0;}
#wpforms-13 .wpforms-field-container .wpforms-required-label{position: absolute;top: 4px; left: 4px; font-size: 15px;color: #F00;font-weight: bold;}

#wpforms-13 .wpforms-field-container .wpforms-field>input,
#wpforms-13 .wpforms-field-container textarea{
	border: 1px solid #CCC;
	-webkit-border-radius:4px;
	border-radius:4px;
	box-sizing: border-box;
	padding: 0.05rem 0;
}
#wpforms-13 .wpforms-form label.wpforms-error{position: absolute;left: 0;bottom: 0;font-size: 13px;}

#wpforms-13 .wpforms-field-container .wpforms-field>input,
#wpforms-13 .wpforms-field-container textarea,
#wpforms-13 .wpforms-field-container select,
#wpforms-13 .wpforms-field-container .choices
{width: 100%;max-width: 100%; box-sizing: border-box; margin: 0 0;}
#wpforms-13 .wpforms-field-container .wpforms-field>input,
#wpforms-13 .wpforms-field-container textarea,
#wpforms-13 .wpforms-field-container select
{padding-left: 14px;padding-right: 14px;}
#wpforms-13 .wpforms-field-container textarea{padding-top: 10px;padding-bottom: 10px;}
#wpforms-13 .wpforms-field-container fieldset ul{padding: 0 2px; display:-webkit-flex; display:flex; flex-wrap:wrap;}
#wpforms-13 .wpforms-field-container select{cursor: pointer;}
#wpforms-13 .wpforms-field-container .wpforms-datepicker-wrap{width: 310px;}
#wpforms-13 .wpforms-field-container .wpforms-datepicker-wrap input{width: 100%;max-width: 100%;}
#wpforms-13 .wpforms-field-container .wpforms-datepicker-clear{right: 10px;}
#wpforms-13 .wpforms-field-container em.wpforms-error,#wpforms-13 .wpforms-field-container .mailcheck-error{position: absolute; margin: 0 0; font-size: 12px; bottom: -2px;}

#wpforms-13 .wpforms-submit-container{width: 100%; padding: 0;-webkit-border-radius:8px; border-radius:8px;overflow: hidden;}
#wpforms-13 .wpforms-submit-container button{
	width: 100%;
	background: #DDD;
	font-size: 15px;
	color: #333;
	font-weight: bold;
	padding: 0.1rem 0.2rem;
	transition: all 0.3s ease;
	cursor: pointer;
}
#wpforms-13 .wpforms-submit-container img{position:absolute;top:50%;transform:translate(0,-50%);right:4px;z-index:2}
#wpforms-13 .wpforms-submit-container button:hover{background: var(--i_color); color: #FFF;}

@media screen and (max-width:1024px) {
	.contactMenu{width: 100%;}
	.contactMenuBtnWA{display: block;}
	.contactMenuBtnWA a{display: block;}
}





/* aside */
.aside_right {
	position: fixed;
	right: 30px;
	bottom: 16%;
	z-index: 999999
}
.aside_right ul {}
.aside_right li {
	margin: .1rem 0;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	position: relative;
	overflow: hidden;
	cursor: pointer
}
.aside_right li>a {
	display: block;
	width: .5rem;
	height: .5rem;
	background: rgba(128, 128, 128, .5);
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 3;
	transition: all .3s ease;
}

.aside_right li:nth-child(1)>a {
	background: #389b0f
}
.aside_right li:nth-child(2)>a {
	background: var(--i_color);
}

.aside_right li img {
	display: block;
	margin: 0 auto;
	width: .22rem;
	height: .22rem;
	object-fit: contain
}

.aside_right li:hover>a {
	background-color: var(--i_color)
}

.side_tel_box,
.side_qr_box {
	position: absolute;
	box-shadow: -1px 2px 6px rgba(0, 0, 0, .2);
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: -1
}
.side_tel_box {
	top: 0;
	right: -300px;
	width: 180px;
	min-height: 100%;
	background: #FFF
}
.side_qr_box {
	top: 50%;
	transform: translate(0, -50%);
	right: -180px;
	width: 120px;
	height: 120px;
	background: #FFF
}

.side_tel_box h6 {
	padding: 8px 0;
	font-size: 14px;
	color: #666
}
.side_tel_box h6 a {
	line-height: 20px
}
.side_tel_box a:hover {
	color: var(--i_color)
}
.side_qr_box img {
	width: 90%;
	height: 90%
}

.aside_right li:hover .side_tel_box,
.aside_right li:hover .side_qr_box {
	right: 48px
}

.side_tel_box,
.side_qr_box {
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

.aside_close {
	position: absolute;
	top: .3rem;
	right: .3rem;
	display: block;
	width: .3rem;
	height: .3rem;
	background: url(static/imgs/close_1_hei.svg) no-repeat center;
	background-size: 30px;
	cursor: pointer
}
.aside_close:hover {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg)
}
.aside_close {
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease
}

#aside_mask_bg {
	display: none;
	position: fixed;
	top: 50%;
	transform: translate(0, -50%);
	left: 0%;
	width: 100%;
	height: 100%;
	background: rgb(0 0 0 / 70%);
	z-index: 9999999999998;
}
#aside_sc_from {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 800px;
	box-sizing: border-box;
	padding: 30px 30px 40px;
	background: rgb(255 255 255 / 100%);
	z-index: 9999999999999;
	overflow: auto
}
#aside_sc_from .tit {
	margin-bottom: .4rem
}
#aside_sc_from .tit h1 {
	text-align: center;
	font-size: .26rem;
	color: var(--i_color);
	font-weight: bold;
	line-height: .3rem
}

#wpforms-35 {
	--input_font_color: rgb(0 0 0 / 50%);
	--input_font_size: 14px;
	--input_height: 42px
}
#wpforms-35 {
	width: 100%;
	margin: 0 auto;
	padding: 0
}
#wpforms-form-35 {
	width: 100%;
	overflow: hidden
}
#wpforms-35 input,
#wpforms-35 button {
	margin: 0;
	padding: 0;
	border: none;
	background: none
}
#wpforms-35 .wpforms-field {
	padding: 0;
	margin: 0
}
#wpforms-35 .wpforms-error-container {
	line-height: 16px
}
#wpforms-35 .wpforms-field-container {
	width: 100%;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	overflow: hidden
}
#wpforms-35 .wpforms-submit-container {
	padding: 0 !important;
	margin: 0 auto;
	width: 170px;
	height: 38px;
	background: var(--i_color);
	box-sizing: border-box;
	border: 2px solid var(--i_color);
	position: relative
}
#wpforms-35 .wpforms-field-label {
	font-size: 0
}
#wpforms-35 .wpforms-required-label {
	position: absolute;
	top: 16px;
	left: 5px;
	font-size: 16px;
	color: #F00
}
#wpforms-35 .wpforms-field {
	width: 100%;
	margin-bottom: 0;
	padding-bottom: 18px;
	background: transparent;
	position: relative;
	overflow: hidden
}
#wpforms-35 input {
	height: var(--input_height)
}
#wpforms-35 textarea {
	min-height: 100px
}
#wpforms-35 input,
#wpforms-35 textarea {
	width: 100%;
	max-width: 100% !important;
	font-size: var(--input_font_size);
	color: #333;
	box-sizing: border-box;
	border: 1px solid rgb(0 0 0 / 30%);
	line-height: var(--input_height);
	padding: 0 16px
}
#wpforms-35 input::-webkit-input-placeholder {
	color: var(--input_font_color);
	font-size: var(--input_font_size)
}
#wpforms-35 input::-moz-placeholder {
	color: var(--input_font_color);
	font-size: var(--input_font_size)
}
#wpforms-35 input::-moz-placeholder {
	color: var(--input_font_color);
	font-size: var(--input_font_size)
}
#wpforms-35 input::-ms-input-placeholder {
	color: var(--input_font_color);
	font-size: var(--input_font_size)
}
#wpforms-35 textarea::-webkit-input-placeholder {
	color: var(--input_font_color);
	font-size: var(--input_font_size)
}
#wpforms-35 textarea::-moz-placeholder {
	color: var(--input_font_color);
	font-size: var(--input_font_size)
}
#wpforms-35 textarea::-moz-placeholder {
	color: var(--input_font_color);
	font-size: var(--input_font_size)
}
#wpforms-35 textarea::-ms-input-placeholder {
	color: var(--input_font_color);
	font-size: var(--input_font_size)
}
#wpforms-35 #wpforms-35-field_1-error,
#wpforms-35 #wpforms-35-field_2-error,
#wpforms-35 #wpforms-35-field_3-error,
#wpforms-35 #wpforms-35-field_5-error {
	position: absolute;
	font-size: 13px
}
#wpforms-35 .wpforms-submit-container button {
	width: 100%;
	height: 34px;
	font-size: 14px;
	color: #FFF;
	line-height: 34px;
	cursor: pointer;
	text-transform: uppercase;
	position: relative;
	z-index: 2
}
#wpforms-35 .wpforms-submit-container img {
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	right: 4px
}
#wpforms-35 .wpforms-submit-container:after {
	display: none;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	box-sizing: border-box;
	width: 100%;
	height: 100%
}
#wpforms-35 .wpforms-submit-container:hover:after {
	display: block
}
#wpforms-35 .wpforms-submit-container:hover {
	background: #FFF
}
#wpforms-35 .wpforms-submit-container:hover button {
	color: var(--i_color)
}

@media screen and (max-width:1366px) {
	.aside_right li>a {
		width: 0.4rem;
		height: 0.4rem;
	}
}

@media screen and (max-width:1024px) {
	#aside_sc_from {
		width: 94%;
	}
}
@media screen and (max-width:959px) {
	.aside_right {
		right: 22px;
		bottom: 160px;
	}
	.aside_right{
		display: none !important
	}
}
@media screen and (max-width:767px) {
	#aside_sc_from {
		padding: 20px 20px 30px
	}
	#aside_sc_from .tit {
		margin-bottom: 0.3rem;
	}
	#wpforms-35 .wpforms-submit-container {
		height: 34px;
	}
	#wpforms-35 .wpforms-submit-container button {
		height: 30px;
		line-height: 30px;
		font-size: 14px;
	}
}
@media screen and (max-width:560px) {
	#aside_sc_from .tit h1 {
		font-size: 0.24rem;
	}

}




/* eject videos */
.vd_box{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background: rgba(0, 0, 0, .5);
	z-index: 999999;
}
.vd_box_area {
	position: absolute;
	top: 52%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 2014;
	width: 60%;
	max-height: 90%;

}
.vd_box_area::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_area {
		width: 80%;
	}
	.close_v::before {
		font-size: 0.4rem;
	}
}
@media screen and (max-width:768px) {
	.vd_box_area {
		width: 88%;
	}
	.close_v {
		top: -.15rem;
		right: -.15rem;
		width: 0.3rem;
		height: 0.3rem;
	}
	.close_v::before {
		font-size: 0.3rem;
	}
}

.form_hide{
	display: none !important;
}





/* @media screen and (max-width:1440px) {

}
@media screen and (max-width:1200px) {

}
@media screen and (max-width:1024px) {

}
@media screen and (max-width:960px) {

}
@media screen and (max-width:767px) {

}
@media screen and (max-width:560px) {

}
@media screen and (max-width:425px) {

} */



















