/*

Theme Name: Inpack

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 {

	/* Global Color */

	--i_color: #991E23;

	--i_color2: #D0111B;



	/* Head height */

	--header_height: .84rem;



	/* Default Border Color */

	--border_color: rgba(0, 0, 0, .1);

}

@media screen and (max-width:1024px) {

	:root {

		--header_height: .6rem;

	}

}

@media screen and (max-width:768px) {

	:root {

		--border_color: rgba(0, 0, 0, .06)

	}

}





.wrap {

	width: 94vw;

	max-width: 1400px;

	margin-left: auto;

	margin-right: auto;

}





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

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

@media screen and (max-width:1440px) {

	.wrap_l{padding-left: 3vw;}

	.wrap_r{padding-right: 3vw;}

}

















/* header */

header {

	position: fixed;

	top: 0;

	left:0;

	width: 100%;

	background: rgb(255 255 255 / 30%);

	box-shadow: 0 4px 10px rgb(0 0 0 / 10%);

	-webkit-transition:all .5s ease; transition:all .5s ease;

	z-index: 2014

}

.header_home{background: #FFF;}

header .wrap {

	box-sizing: border-box;

	display: -webkit-flex;

	display: flex;

	flex-wrap: nowrap;

	align-items: center;

}



@media screen and (max-width:1024px) {

	header {

		top: 0;

		width: 100%;

		border: none;

		background: #FFF;

		box-shadow: 0 4px 10px rgb(0 0 0 / 10%);

	}

	header .wrap{padding: 0 0;}

}













/* 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: 50%;}















/* 导航 */

@media screen and (min-width:1025px) {

	.i_nav {

		margin-left: auto;

		margin-right: auto;

		display: -webkit-flex;

		display: flex;

		flex-wrap: nowrap;

		align-items: center;

		gap: 0 .8rem;

		position: relative;

		z-index: 2014;

	}



	.i_nav>li {position: relative;}

	.i_nav>li::before,.i_nav>li::after{opacity: 0; position:absolute; top:49%; transform:translate(0,-50%); color: var(--i_color);font-weight: bold;}

	.i_nav>li::before{content: '['; left: -8px;}

	.i_nav>li::after{content: ']'; right: -8px;}



	.i_nav>li>a {

		display: block;

		font-size: 18px;

		color: #222;

		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>.current-menu-item::after,

	.i_nav>.current-category-ancestor::after,

	.i_nav>.current-post-ancestor::after,

	.i_nav>.current-menu-ancestor::after,

	.i_nav>.current-menu-parent::after

	{opacity: 1;}

	.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:50%; transform:translate(-50%,0);

		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;

		text-align: center;

	}



	.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.16rem;

		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);

	}



	/* nav list */

	.nav_list_btn{width: 0.3rem;height: 0.3rem;background: var(--i_color);position: relative;cursor: pointer;}

	.nav_list_btn iconify-icon{position:absolute; top:50%; left:50%; transform:translate(-50%,-50%);font-size: 0.3rem;color: #FFF;}



	.i_nav_list{

		visibility: hidden;

		opacity: 0;

		position: absolute;

		top: calc(var(--header_height) + .2rem);

		right: 0;

		background: #FFF;

		box-shadow: 0 0.04rem 0.1rem rgb(0 0 0 / 10%);

		z-index: 2014;

		-webkit-transition: all .5s ease;

		transition: all .5s ease

	}

	.i_nav_list.on {

		visibility: visible;

		opacity: 1;

		top: var(--header_height);

	}

	.i_nav_list li{}

	.i_nav_list a{

		display: block;

		padding: .06rem .2rem;

		font-size: 0.16rem;

		white-space:nowrap;

	}

	.i_nav_list a:hover{color: var(--i_color);}

}

@media screen and (max-width:1440px) {

	.i_nav{gap: 0 .6rem;}

}

@media screen and (max-width:1366px) {

	.i_nav{gap: 0 .5rem;}

	.i_nav>li>a{font-size: 17px;}

}

@media screen and (max-width:1200px) {

	.i_nav{gap: 0 .4rem;}

	.i_nav>li>a{font-size: 15px;}

}











@media screen and (max-width:1024px) {

	.i_nav {

		opacity: 0;

		position: fixed;

		top: var(--header_height);

		left: 101%;

		width: 100%;

		width: 100vw;

		height: calc(100vh - var(--header_height));

		margin: 0 0;

		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: .2rem;

		width: .3rem;

		height: .3rem;

		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: .2rem;

	}

	.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: .2rem;

	}



	.i_nav>li>a {

		padding: 0 .2rem;

		font-size: .16rem;

		color: #222;

		line-height: .44rem;

		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 .4rem;

		font-size: .15rem;

		color: #555;

		line-height: .4rem;

		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: .4rem;

		height: .4rem;

		background: url(static/images/public/arrow_down_hollow_hei.svg) no-repeat center;

		background-size: .16rem;

	}

	.i_nav>li>.sub-menu b.on {

		background: url(static/images/public/arrow_up_hollow_hei.svg) no-repeat center;

		background-size: .16rem;

	}



	.i_nav .sub-menu .sub-menu {

		display: none;

	}



	.i_nav .sub-menu .sub-menu a {

		padding: 0 .6rem;

		font-size: .13rem;

		color: #888;

		line-height: .36rem;

		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: #555;

	border-radius: .1rem;

	transition: 0.5s

}

.nav_menu::before,

.nav_menu::after {

	content: "";

	width: 100%;

	height: 3px;

	background: #555;

	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: 30px;

	}

}

@media screen and (max-width:560px) {

	.nav_menu{margin-left: 28px;}

}















.top_r {--size: .2rem}

.top_r {

	display: -webkit-flex;

	display: flex;

	flex-wrap: wrap;

	gap: 0 .2rem;

}

@media screen and (max-width:1024px) {

	.top_r{margin-left: auto; margin-right: 0;}

}

@media screen and (max-width:768px) {

	.top_r {--size: .24rem}

}



.top_search_ico,

.top_language{

	height: var(--header_height);

	display:-webkit-flex; display:flex; flex-wrap:wrap;

	align-items: center;

	text-align: center;

	position: relative;

}

.top_search_ico iconify-icon,

.top_language_btn iconify-icon

{font-size: var(--size);color: #111;cursor: pointer;}



.top_language{position: relative;}

.top_language::before{content: '';position:absolute; right: 0; top:50%; transform:translate(0,-50%);width: 1px;height: .2rem;background: rgb(0 0 0 / 30%);}

.top_language_btn{padding:.1rem 0.18rem .1rem 0; position: relative; cursor: pointer; display:-webkit-flex; display:flex; flex-wrap:wrap;align-items: center; gap: 0 6px;}

.top_language_btn p{font-size: .16rem; color: #333;}

.top_language_btn iconify-icon{}



.language_list{

	opacity: 0;

	visibility: hidden;

	position: absolute;top: calc(var(--header_height) + .2rem);right: 0;

	background: #FFF;

	min-width: 1.2rem;

	z-index: 2016;

	box-shadow: 0 0 .1rem rgb(0 0 0 / 10%);

	-webkit-transition:all .4s ease; transition:all .4s ease;

	padding: .16rem .2rem;

	text-align: left;

}

.language_list.on{

	opacity: 1;

	visibility: visible;

	top: var(--header_height);

}



.language_list dt>h6{margin-bottom: 0.08rem; font-size: 0.17rem;font-weight: bold;white-space: nowrap;}

.curr_lang{margin-bottom: 0.12rem;padding-bottom: 0.12rem;border-bottom: 1px solid #EEE;}



.lang_list a{display: block; padding: .06rem 0;}

.lang_list span img{display: none;}

.lang_list .trp-ls-language-name{padding-left: 0.3rem; font-size: 14px;position: relative;}

.lang_list .trp-ls-language-name::before{content: '';position:absolute; top:50%; transform:translate(0,-50%);left: 0;width: 0.18rem;height: 0.18rem;box-sizing: border-box;border: 1px solid #AAA;-webkit-border-radius:50%; border-radius:50%;}

.lang_list .trp-ls-language-name::after{display: none; content: '';position:absolute; top:50%; transform:translate(0,-50%);left: 0.06rem;width: 0.06rem;height: 0.06rem;background: var(--i_color);-webkit-border-radius:50%; border-radius:50%;}



.lang_list li:hover .trp-ls-language-name::after,

.curr_lang .trp-ls-language-name::after{display: block;}

.lang_list li:hover .trp-ls-language-name,

.curr_lang .trp-ls-language-name{color: var(--i_color);}



@media screen and (max-width:1200px) {

	.top_language_btn p{display: none;}

}

@media screen and (max-width:1024px) {

	.language_list dt>h6{font-size: 16px;}

}

@media screen and (max-width:768px) {

	.top_r {--size: 18px}

	.language_list dt>h6{font-size: 15px;}

}

@media screen and (max-width:560px) {

	.language_list dt>h6{font-size: 14px;}

	.lang_list .trp-ls-language-name{font-size: 13px;}

}













/* 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;

	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: 0 0.06rem 0.1rem rgb(0 0 0 / 8%);

}

.top_search form {

	width: 80%;

	margin: 0 auto;

	max-width: 5rem;

	display: -webkit-flex;

	display: flex;

	flex-wrap: wrap;

	box-sizing: border-box;

	border: 1px solid var(--i_color);

	overflow: hidden;

}

.top_search_ipt {

	width: calc(100% - var(--search_height) * 2);

	height: var(--search_height);

	box-sizing: border-box;

	padding: 0 0 0 .12rem;

}

.top_search_btn {

	font-size: 0;

	color: #FFF;

	width: calc(var(--search_height) * 2);

	height: var(--search_height);

	background: var(--i_color) url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="512" height="512" viewBox="0 0 512 512"%3E%3Cpath fill="white" d="M456.69 421.39L362.6 327.3a173.81 173.81 0 0 0 34.84-104.58C397.44 126.38 319.06 48 222.72 48S48 126.38 48 222.72s78.38 174.72 174.72 174.72A173.81 173.81 0 0 0 327.3 362.6l94.09 94.09a25 25 0 0 0 35.3-35.3ZM97.92 222.72a124.8 124.8 0 1 1 124.8 124.8a124.95 124.95 0 0 1-124.8-124.8Z"%2F%3E%3C%2Fsvg%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{display: none; height: var(--header_height);}

@media screen and (max-width:1024px) {

	.full_header_height{display: block;}

}









/* 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: 100vh;

	position: relative;

	overflow: hidden

}

.banner .swiper-slide>img,

.banner .swiper-slide>a>img {

	position:absolute; top:0; left:0; width:100%; height:100%; object-fit: cover;

}



.banner-button-prev,

.banner-button-next {

	display: block;

	position: absolute;

	top: 50%;

	transform: translate(0, -50%);

	width: 0.6rem;

	height: 0.6rem;

	cursor: pointer;

	-webkit-transition: all .5s ease;

	transition: all .5s ease;

	z-index: 3;

}

.banner-button-prev {

	left: -.8rem;

}

.banner-button-next {

	right: -.8rem;

}

.banner-button-prev iconify-icon,

.banner-button-next iconify-icon {

	position: absolute;

	top: 50%;

	left: 50%;

	transform: translate(-50%, -50%);

	font-size: 0.3rem;

	color: #FFF;

}

.banner-button-prev:hover iconify-icon,

.banner-button-next:hover iconify-icon {

	color: var(--i_color);

}

.banner:hover .banner-button-prev {

	left: 0;

}

.banner:hover .banner-button-next {

	right: 0;

}



.banner-pagination {

	position:absolute; left:50%; transform:translate(-50%,0);

	bottom: .5rem;

	z-index: 3;

}

.banner-pagination .swiper-pagination-bullet {

	width: .5rem;

	height: 2px;

	display: inline-block;

	margin: 0 6px;

	background: rgb(255 255 255 / 40%);

	outline: none;

	cursor: pointer;

	position: relative;

}

.banner-pagination .swiper-pagination-bullet-active {

	background: #FFF;

}

@media screen and (max-width:1440px) {

	.banner-button-prev,.banner-button-next{display: none;}

}

@media screen and (max-width:1024px) {

	.banner .swiper-slide{padding-bottom: 50%;}

	.banner-pagination{bottom: 30px;}

	.banner-pagination .swiper-pagination-bullet{width: 30px;}

}

@media screen and (max-width:560px) {

	.banner-pagination{bottom: 26px;}

	.banner-pagination .swiper-pagination-bullet{margin: 0 4px;}

	.banner .swiper-slide{padding-bottom: 54%;}

}







/* banner_text */

.banner_text2{

	position: absolute;

	top: 50%;

	left: 50%;

	transform: translate(-50%,-50%);

}

.banner_text_h3{

   font-size: 0.46rem;

   color: #fff;

   font-weight: bold;

   text-shadow: 1px 1px 0 rgba(50,50,50,0.7);

}

.banner_text2_dl{

   display: flex;

   flex-direction: column;

   gap: 0.15rem;

   margin: 0.4rem 0;

}

.banner_text2_dl dt{

   box-sizing: border-box;

   padding-left: 0.18rem;

   font-size: 0.24rem;

   color: #fff;

   text-transform: capitalize;

   text-shadow: 1px 1px 0 rgba(43,43,43,0.66);

   position: relative;

}

.banner_text2_dl dt::after{

	content: '';

	position: absolute;

	top: 50%;

	left: 0;

	transform: translate(0,-50%);

	width: 0.07rem;

	height: 0.07rem;

	border-radius: 50%;

	background-color: var(--i_color);

}



.banner_text3{

	position: absolute;

	top: 39%;

	left: 50%;

	transform: translate(-50%,-50%);

}

.banner_text3_box{

	width: 41.29%;

}

.banner_text3_box h3{

   position: relative;

   text-shadow: 2px 2px 0 rgba(85,4,7,0.71);

   z-index: 2;

}

.banner_text3_box h3::after{

   content: '';

   position: absolute;

   bottom: 0.03rem;

   left: 0;

   width: 60%;

   height: 0.1rem;

   background: linear-gradient(to right,rgba(153,30,35,1),rgba(153,30,35,0));

   z-index: -1;

}

.banner_text3_box h4{

   font-size: 0.24rem;

   color: #fff;

   margin: 0.4rem 0;

   text-shadow: 1px 1px 0 rgba(70,0,0,0.23);

}






.banner_text4{
	position: absolute;
	top: 55%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.banner_text4_box{
   width: 43%;
}
.banner_text4_box h3{
   line-height: 120%;
   color: #fff;
   font-weight: bold;
   position: relative;
   z-index: 2;
   margin-bottom: 0.2rem;
}
.banner_text4_box h3::after{
   content: '';
   position: absolute;
   top: 50%;
   left: -0.1rem;
   transform: translate(0,-50%);
   width: 0.3rem;
   height: 104%;
   background-color: var(--i_color);
   z-index: -1;
}
.banner_text4_box h3 span{
	display: inline-block;
	position: relative;

}
.banner_text4_box h3 span::after{
	content: '';
	position: absolute;
	bottom: -0.11rem;
    left: -0.25rem;
	width: 0.25rem;
	height: 0.3rem;
	border-bottom: 1px solid var(--i_color);
	border-right: 1px solid var(--i_color);
}

.banner_text4_dl{
    display: flex;
	flex-direction: column;
	gap: 0.15rem;
}
.banner_text4_dl dt{
    position: relative;
	font-size: 0.24rem;
	color: #fff;
	text-shadow: 1px 1px 0 rgba(50,50,50,0.71);
	box-sizing: border-box;
	padding-left: 0.2rem;
}
.banner_text4_dl dt::after{
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	width: 0.07rem;
	height: 0.07rem;
	background-color: var(--i_color);
	border-radius: 50%;
}
@media screen and (max-width:1440px) {
	.banner_text_h3 {
		font-size: 0.42rem;
	}
	.banner_text2_dl dt {
		font-size: 0.2rem;
	}
	.banner_text3_box h4 {
		font-size: 0.22rem;
	}
	.banner_text4_dl dt {
		font-size: 0.2rem;
	}
}
@media screen and (max-width:1200px) {
	.banner_text_h3 {
		font-size: 0.38rem;
	}
	.banner_text2_dl dt {
		font-size: 0.18rem;
	}
	.banner_text3_box h4 {
		font-size: 0.2rem;
	}
	.banner_text4_dl dt {
		font-size: 0.18rem;
	}
}
@media screen and (max-width:1024px) {
	.banner_text_h3 {
		font-size: 0.34rem;
	}
	.banner_text2_dl dt {
		font-size: 0.16rem;
	}
	.banner_text3_box h4 {
		font-size: 0.18rem;
	}
}
@media screen and (max-width:960px) {
	.banner_text_h3 {
		font-size: 0.3rem;
	}
	.banner_text3_box h4 {
		font-size: 0.16rem;
	}
}
@media screen and (max-width:767px) {
	.banner_text_h3 {
		font-size: 0.26rem;
	}
	.banner_text2_dl{
		display: none;
	}
	.banner_text3_box h4 {
		display: none;
	}
	.banner_text3_box{
		width: 100%;
	}
	.banner_text3_box h3::after {
		height: 0.05rem;
	}
	.banner_text4_dl{
		display: none;
	}
	.banner_text4_box{
		width: 50%;
	 }
}
@media screen and (max-width:560px) {
	.banner_text_h3 {
		font-size: 0.22rem;
	}
	.banner_text_h3 br{display: none;}

}
@media screen and (max-width:425px) {
	.banner_text_h3 {
		font-size: 0.2rem;
	}
}






















/* Main */

main{position: relative;overflow: hidden;}









.i_tit{}

.i_tit h3{font-weight: bold; color: #A09F9F;text-transform: capitalize;}

.i_tit i{color: var(--i_color); font-weight: bold;}

.i_tit p{margin-top: 0.1rem; color: #666;}

.i_tit.center{text-align: center;}



@media screen and (max-width:1024px) {

	.i_tit p{font-size: 15px;}

	.i_tit p br{display: none;}

}



@media screen and (max-width:560px) {

	.i_tit p{font-size: 13px;}

}













.i_more{display: table; padding: .1rem .2rem; background: var(--i_color);border-radius:4px; -webkit-transition:all .5s ease; transition:all .5s ease;}

.i_more span{display:-webkit-flex; display:flex; flex-wrap:wrap;align-items: center;gap: 0 .2rem;}

.i_more b{font-size: 0.18rem; color: #FFF;}

.i_more i{display: block;width: 0.18rem;height: 0.18rem;background: #FFF; border-radius:50%;position: relative;}

.i_more iconify-icon{position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); font-size: 0.24rem;color: var(--i_color);}



.i_more.white{background: #FFF;}

.i_more.white b{color: #333;}

.i_more.white i{background: #333;}

.i_more.white iconify-icon{color: #FFF;}



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



.i_more:hover {

    background: var(--i_color2);

    box-shadow: 0 20px 38px rgba(0, 0, 0, 0.16);

    -ms-transform: translateY(-3px);

    transform: translateY(-3px);

    -webkit-transform: translateY(-3px);

}

.i_more:hover iconify-icon{

	color: #333;

}



.i_more.white:hover{

	background: var(--i_color);

}

.i_more.white:hover b{

    color: #fff;

}

.i_more.white:hover i{

	background: #fff;

}





@media screen and (max-width:1440px) {

	.i_more b{font-size: 0.18rem;}

}

@media screen and (max-width:1024px) {

	.i_more span{gap: 0 14px;}

	.i_more b{font-size: 16px;}

}

@media screen and (max-width:768px) {

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

	.i_more i{width: 16px;height: 16px;}

	.i_more iconify-icon{font-size: 20px;}

}

@media screen and (max-width:560px) {

	.i_more{padding: 8px 16px;}

	.i_more span{gap: 0 10px;}

}











.productItem{display: block; padding: .2rem; background: #FFF;}

.productItem .coverPic{width:100%; position:relative; overflow:hidden}

.productItem .coverPic::before{content:""; display:block; padding-bottom:100%}

.productItem .coverPic>img{position:absolute; top:0; left:0; width:100%; height:100%; object-fit: cover;-webkit-transition:all .5s ease; transition:all .5s ease;}

.productItem .coverPic i{position: absolute;left: 5px;top: 5px; z-index: 2;}

.productItem .coverPic i img{opacity: 1; height: 0.16rem; -webkit-transition:all .5s ease; transition:all .5s ease;}



.productItem .text{margin-top: .2rem; text-align: center;}

.productItem .text p{height: 50px; font-size: 0.18rem; line-height: 1.4; color: #000; overflow:hidden; display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:2;}

.productItem span{display: block; margin-top: 0.14rem; background: #FDEBEB; -webkit-border-radius:6px; border-radius:6px;position: relative; overflow: hidden;}

.productItem span::before{content: '';position: absolute;right: 0;top: 0;width: 0;height: 100%;background: var(--i_color);-webkit-transition:all .5s ease; transition:all .5s ease;}

.productItem span b{display: block; padding: .12rem; font-size: .16rem; position: relative;-webkit-transition:all .5s ease; transition:all .5s ease;}



.productItem:hover .coverPic>img{-webkit-transform: scale(1.05, 1.05); transform: scale(1.05, 1.05);}

.productItem:hover i img{opacity: 1; -webkit-filter:none; filter:none;}

.productItem:hover span::before{right: initial; left: 0; width: 100%;}

.productItem:hover span b{color: #FFF;}



@media screen and (max-width:1440px) {

	.productItem .text p{font-size: 0.17rem; height: 44px;}

}

@media screen and (max-width:1024px) {

	.productItem{padding: 12px;}

	.productItem .text p{font-size: 15px; height: 42px;}

	.productItem span b{padding: 10px 10px; font-size: 14px;}

}

@media screen and (max-width:560px) {

	.homeCategory .i_tit{margin-bottom: 10px;}

	.productItem .text p{height: 40px;}

	.productItem span b{padding: 8px 10px; font-size: 13px;}

}













.aboutNum{background: #F9F9F9;}

.aboutNum .wrap{background:url(static/images/logo-hollow.webp) no-repeat center;background-size: contain;}



.aboutNum dl{display:-webkit-flex; display:flex; flex-wrap:nowrap; justify-content: space-between;}

.aboutNum dt{display:-webkit-flex; display:flex; flex-wrap:nowrap; align-items: center; gap: 0 .16rem;}

.aboutNum i{flex-shrink: 0; display: block; width: 0.8rem;height: 0.8rem;background: var(--i_color);border-radius:50%; position: relative;}

.aboutNum i img{position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); height: 0.3rem;}



.aboutNum span{}

.aboutNum h6{font-family: 'D-DIN'; display:-webkit-flex; display:flex; flex-wrap:wrap;align-items: center; font-size: 0.5rem;color: #333; font-weight: bold;}

.aboutNum h6 b{font-weight: bold;}

.aboutNum p{margin-top: 0.1rem; font-size: 0.2rem; color: #777;}



@media screen and (max-width:1440px) {

	.aboutNum i{width: 0.6rem;height: 0.6rem;}

	.aboutNum i img{height: 0.24rem;}

	.aboutNum h6{font-size: 0.44rem;}

}

@media screen and (max-width:1200px) {

	.aboutNum i{width: 0.54rem;height: 0.54rem;}

	.aboutNum h6{font-size: 0.38rem;}

}

@media screen and (max-width:1024px) {

	.aboutNum i{width: 40px;height: 40px;}

	.aboutNum i img{height: 16px;}

	.aboutNum h6{font-size: 26px;}

	.aboutNum p{font-size: 15px;}

}

@media screen and (max-width:768px) {

	.aboutNum{padding: 10px 0;}

	.aboutNum dl{flex-wrap: wrap;gap: 30px 4%;}

	.aboutNum dt{width: 48%;}

}

@media screen and (max-width:560px) {

	.aboutNum .wrap{padding: 26px 0;}

	.aboutNum h6{font-size: 22px;}

	.aboutNum p{font-size: 13px;}

}













.about{}



.about_cont{display:-webkit-flex; display:flex; flex-wrap:nowrap; gap: 0 6%; position: relative;}

.about_cont::before{opacity: .05; content: 'INPACK'; position: absolute; bottom: 0;left: 0;font-size: 5.5vw;font-weight: bold; letter-spacing: 4px; color: var(--i_color);}



.about_cont .i_tit{flex-shrink: 0;}



.about_t{position: relative;}

.about_t article{color: #666;}

.about_t article b,.about_t article strong{font-weight: bold;color: #333;}



@media screen and (max-width:1440px) {

	.about_cont{flex-wrap: wrap; gap: 20px 0;}

}













.aboutVideo{position: relative;}

.aboutVideo img{width: 100%;}



.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.26rem;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: 20px;}

}













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



.environment_cont{display:-webkit-flex; display:flex; flex-wrap:nowrap;gap: 0 .32rem;}





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

.environment_list_big {flex-shrink:0;width:44%;overflow:hidden}

.environment_list_big .swiper-wrapper {display:-webkit-flex;display:flex;position:relative;}



.environment_list_big .swiper-slide{height:100%;flex-shrink:0;position:relative;overflow:hidden;cursor:pointer;-webkit-transition:all 2s ease; transition:all 2s ease}

.environment_list_big .swiper-slide-active{z-index: 3;}



.e_pic{width:100%; position:relative; overflow:hidden}

.e_pic::before{content:''; display:block; padding-bottom:66%}

.e_pic::after{content: '';position: absolute;left: 0;bottom: 0;width: 100%;height: 30%;background:linear-gradient(to bottom, transparent, #000);}

.e_pic img{position:absolute; top:0; left:0; width:100%; height:100%; object-fit: cover;-webkit-transition:all .5s ease; transition:all .5s ease;}



.environment_list_big figcaption{position: absolute; bottom: 0; left: 0;width: 100%; z-index: 3;}

.environment_list_big p{padding: .3rem .4rem; font-size: 0.22rem; font-weight: bold;color: #FFF;overflow:hidden; white-space:nowrap; text-overflow:ellipsis;}



.environment_list_big .swiper-slide:hover img{-webkit-transform: scale(1.05, 1.05); transform: scale(1.05, 1.05);}



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

.environment_list_thumbnail {width:100%;position:relative;overflow:hidden}

.environment_list_thumbnail .swiper-wrapper {display:-webkit-flex;display:flex;position:relative;}

.environment_list_thumbnail .swiper-slide {flex-shrink:0;position:relative;overflow:hidden;cursor:pointer;}

.environment_list_thumbnail .e_pic::before{padding-bottom: 60%;}

.environment_list_thumbnail .e_pic::after{display: none;}

.environment_list_thumbnail .swiper-slide img {width:100%;height:100%;object-fit:cover;}



.environment_list_thumbnail figcaption{display: none;}



.environment_list_thumbnail .swiper-slide:hover img{-webkit-transform: scale(1.05, 1.05); transform: scale(1.05, 1.05);}





.environment_control{position: absolute;left: 0;bottom: 0; display:-webkit-flex; display:flex; flex-wrap:nowrap; align-items: center; gap: 0 .3rem;}

.environment_control>i{width: 2rem;height: 1px;background: #CCC;}



.environment-pagination{font-size: 0.2rem;font-weight: bold; color: #999;}

.environment-pagination .swiper-pagination-current{font-size: 0.28rem;color: var(--i_color);}



.environment-navigation{display:-webkit-flex; display:flex; flex-wrap:wrap; gap: 0 .22rem;}

.environment-navigation>div{width:.44rem; height:.44rem; background: #A09F9F; -webkit-border-radius:50%; border-radius:50%; z-index:3; cursor:pointer; outline:none; -webkit-user-select:none; user-select:none;position: relative;}

.environment-navigation>div iconify-icon{position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); font-size:0.26rem; color:#FFF;}

.environment-navigation>div:hover{background: var(--i_color);}



@media screen and (max-width:1024px) {

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



	.environment-pagination{font-size: 15px;}

	.environment-pagination .swiper-pagination-current{font-size:20px;}

	.environment-navigation>div{width: 36px;height: 36px;}

}

@media screen and (max-width:768px) {

	.environment_cont{flex-wrap: wrap;gap: 0 0;}

	.environment_list_big{display: none !important;}



	.environment_list_thumbnail{width: 97%;}

	.environment_list_thumbnail .e_pic::before{padding-bottom: 66%;}

	.environment_list_thumbnail .e_pic::after{display: block;}

	.environment_list_thumbnail figcaption{display: block; position: absolute; bottom: 0; left: 0;width: 100%; z-index: 3;}

	.environment_list_thumbnail p{padding: 20px; font-size: 16px; font-weight: bold;color: #FFF;overflow:hidden; white-space:nowrap; text-overflow:ellipsis;}



	.environment_control{position: relative; margin-top: 20px;}

	.environment_control>i{width: 20%;}

}

@media screen and (max-width:560px) {

	.environment_control{gap: 0 20px;}

	.environment-navigation{gap: 0 10px;}

	.environment-navigation>div{width: 32px;height: 32px;}

}













.homeCategory{}



.homeCategory_list{position:relative; padding:.3rem .1rem .1rem; overflow:hidden}

.homeCategory_list .swiper-wrapper{display:-webkit-flex; display:flex; position:relative; width:100%}

.homeCategory_list .swiper-slide{flex-shrink:0; background: #FFF; box-sizing: border-box; border: 1px solid #CCC; position:relative;-webkit-transition:all .5s ease; transition:all .5s ease;}

.homeCategory_list .swiper-slide:hover{border-color: var(--i_color); -webkit-transform:translate(0,-.2rem); transform:translate(0,-.2rem); box-shadow: 0 0 .1rem rgb(1 64 153 / 15%);}



.homeCategory_list .swiper-slide-blank{opacity: 0; background: none;}



.homeCategory-prev,.homeCategory-next{position:absolute; top:50%; transform:translate(0,-50%); width: 0.44rem;height: 0.44rem; background: #A09F9F; border-radius:50%; z-index:3; cursor:pointer; outline:none; -webkit-user-select:none; user-select:none;}

.homeCategory-prev{left: -.6rem;}

.homeCategory-next{right: -.6rem;}

.homeCategory-prev iconify-icon,.homeCategory-next iconify-icon{position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); font-size:0.26rem; color:#FFF;}

.homeCategory-prev:hover,.homeCategory-next:hover{background: var(--i_color);}



.homeCategory-pagination{display: none;}



@media screen and (max-width:1440px) {

	.homeCategory-prev,.homeCategory-next{display: none;}

}

@media screen and (max-width:1024px) {

	.homeCategory-pagination{display:block; margin-top:0.3rem; text-align:center}

	.homeCategory-pagination .swiper-pagination-bullet{width:.08rem; height:.08rem; display:inline-block; margin:0 6px; background:#CCC; border-radius:50%; outline:none; cursor:pointer;}

	.homeCategory-pagination .swiper-pagination-bullet-active{background:var(--i_color)}

}









.hotProducts{background: #F1F1F1;}















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



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

.homeContact_tit h3{padding-top: 0.1rem; color: #FFF;font-weight: bold; position: relative;}

.homeContact_tit h3::before{content: '';position: absolute;left: 0;top: 0;width: 0.5rem;height: 4px;background: var(--i_color);}



.homeContact_tit a{margin-left: auto;}

.homeContact_tit a img{height: 1.1rem; animation:rotate 60s infinite linear}



@keyframes rotate{

	0% {}

	100% {transform:rotate(360deg);}

}



.homeContact_cont{border-top: 1px solid #FFF; display:-webkit-flex; display:flex; flex-wrap:wrap; align-items: center;}

.homeContact_cont p{width:50%; color: rgb(255 255 255 / 70%);}

.homeContact_cont a{margin-left: auto;}



@media screen and (max-width:1366px) {

	.homeContact_cont p{width: 60%;}

}

@media screen and (max-width:1024px) {

	.homeContact_tit a img{display: none;}

	.homeContact_cont{padding-top: 20px;margin-top: 20px;}

}

@media screen and (max-width:768px) {

	.homeContact_cont p{width: 100%;}

	.homeContact_cont a{margin: 20px 0 0;}

}

@media screen and (max-width:560px) {

	.homeContact_cont p{font-size: 15px;}

}











.partners{background:url(static/images/partners_bg.webp) no-repeat bottom center; background-size: 100%;}



.partnersList{display:-webkit-flex; display:flex; flex-wrap:wrap; justify-content: center; gap: .5rem 3%;}

.partnersList li{width: 17.6%; overflow: hidden; position: relative; background: #FFF; box-sizing: border-box; border: 1px solid #DDD; border-radius:6px; cursor: pointer;transition:all .5s ease;}

.partnersList li:nth-child(9){margin-right: 2px;}

.partnersList li::before{content: '';display: block;padding-bottom: 42%;}



.partnersList li img{position:absolute; top:50%; left:50%; transform:translate(-50%,-50%);width: 100%; height: 100%; object-fit: contain;}



.partnersList li:hover{border-color: var(--i_color); box-shadow: 0 0 .1rem rgb(153 30 35 / 30%);}



@media screen and (max-width:1024px) {

	.partnersList{gap: 20px 3%;}

	.partnersList li{width: 22.75%;}

	.partnersList li:nth-child(9){margin-right: initial;}

}

@media screen and (max-width:560px) {

	.partnersList{gap: 14px 2%;}

	.partnersList li{width: 23.5%;}

	.partnersList li::before{padding-bottom: 60%;}

}











.latestNews{background: #F9F9F9;}



.latestNews_cont{display:-webkit-flex; display:flex; flex-wrap:nowrap;align-items: center; gap: 0 4%;}



.latestNews_pic{flex-shrink: 0; width: 46%;}

.latestNews_pic li{opacity: 0; width: 100%;height: 0; visibility: hidden; overflow: hidden;position: relative; left: 20px;border-radius:.1rem; transition:all .5s ease;}

.latestNews_pic li.active{opacity: 1; height: auto; left: 0; visibility: visible;}

.latestNews_pic li::before{content: '';display: block;padding-bottom: 62%;}

.latestNews_pic li img{position:absolute; top:0; left:0; width:100%; height:100%; object-fit: cover;}



.latestNews_txt{width: 100%;}

.latestNews_txt dt{padding-bottom: 0.3rem; margin-bottom: 0.3rem; border-bottom: 1px solid #DDD;}

.latestNews_txt dt:last-child{margin-bottom: 0;}

.latestNews_txt dt a{display:-webkit-flex; display:flex; flex-wrap:nowrap;align-items: center;gap: 0 .4rem;}



.latestNews_txt .date{flex-shrink: 0; text-align: center;}

.latestNews_txt .date i{font-size: 0.44rem;}

.latestNews_txt .date p{font-size: 14px; color: #666;}

.latestNews_txt span{width: 100%; display:-webkit-flex; display:flex; flex-wrap:nowrap;align-items: center; gap: 0 .3rem;}

.latestNews_txt h5{font-size: 0.2rem; line-height: 1.5; overflow:hidden; display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:2;}

.latestNews_txt iconify-icon{flex-shrink: 0; margin-left: auto; font-size: 0.3rem; color: #666;}



.latestNews_txt dt.active h5{color: var(--i_color);}

.latestNews_txt dt.active iconify-icon{color: var(--i_color);}



@media screen and (max-width:1024px) {

	.latestNews_pic{display: none;}

	.latestNews_txt .date i{font-size: 30px;font-weight: bold;}

	.latestNews_txt h5{font-size: 18px;}

	.latestNews_txt iconify-icon{font-size: 26px;}

}

@media screen and (max-width:560px) {

	.latestNews_txt dt{padding-bottom: 24px;margin-bottom: 24px;}

	.latestNews_txt dt a{gap: 0 26px;}

	.latestNews_txt .date i{font-size: 26px;}

	.latestNews_txt .date p{font-size: 13px;}

	.latestNews_txt h5{font-size: 15px;}

	.latestNews_txt iconify-icon{font-size: 22px;}

}















footer{--border_color:rgb(255 255 255 / 10%)}

footer{background: #535353;}



.fCont{display:-webkit-flex; display:flex; flex-wrap:nowrap; box-sizing: border-box; border-left: 1px solid var(--border_color); border-right: 1px solid var(--border_color);}



.fContact{flex-shrink: 0; width: 50%;}

.fM{display:-webkit-flex; display:flex; flex-wrap:wrap;}

.fLogo img{height: 0.44rem;}

.fMedia{margin-left: auto;display:-webkit-flex; display:flex; flex-wrap:wrap;align-items: center; gap: 0 .4rem;}

.fMedia li{overflow: hidden;transition:all .5s ease;}

.fMedia a{display: block; width: 0.5rem;height: 0.5rem;background: rgb(255 255 255 / 15%);border-radius:50%; position: relative;}

.fMedia a i{position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); width: 75%;height: 75%;background: rgb(255 255 255 / 15%); border-radius:50%;}

.fMedia iconify-icon{position:absolute; top:50%; left:50%; transform:translate(-50%,-50%);font-size: 0.22rem; color: rgb(255 255 255 / 50%);}

.fMedia li:hover{transform:translate(0,-6px);}



.fC{}

.fC dt{margin-bottom: 0.2rem;}

.fC dt,.fC dt a,.fC dt p{font-size: 0.18rem;color: #FFF;}

.fC dt p{max-width: 80%;}

.fC dd{}

.fC dd img{height: 1rem; border-radius:4px;}

.fC dt a:hover{text-decoration: underline;}



.fNav{width: 100%; border-left: 1px solid var(--border_color);}

.fTit{}

.fTit h5{font-size: 0.36rem;color: #FFF;font-weight: bold;}

.fNav li{margin-bottom: .1rem;}

.fNav li a{display: block; font-size: 0.18rem; color: #FFF; line-height: 2;}

.fNav li a:hover{text-decoration: underline;}

.fNav ul ul{

	display: none !important;

}

.fContact, .fNav{box-sizing: border-box; padding: .3rem .3rem .3rem .3rem;}

.fM,.fTit{height: 1.2rem; border-bottom: 1px solid var(--border_color); display:-webkit-flex; display:flex; flex-wrap:wrap; align-items: center;}



.fCr{background: rgb(0 0 0 / 30%);}

.fCr p,.fCr a{font-size: 0.16rem; color: #FFF;}

.fCr a:hover{text-decoration: underline;}



@media screen and (max-width:1024px) {

	.fCont{border: none;}

	.fContact{width: 100%; padding: 20px 0 34px;}

	.fM{height: auto; padding: 26px 0;}

	.fLogo img{height: 34px;}

	.fMedia{gap: 0 20px;}

	.fMedia a{width: 44px;height: 44px;}

	.fMedia iconify-icon{font-size: 18px;}

	.fNav{display: none;}

}

@media screen and (max-width:768px) {

	.fC dt, .fC dt a, .fC dt p{font-size: 16px;}

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

	.fCr{

		padding-bottom: 0.75rem;

	}

}

@media screen and (max-width:560px) {

	.fMedia{gap: 0 16px;}

	.fMedia a{width: 38px;height: 38px;}

	.fMedia iconify-icon{font-size: 16px;}



	.fC dd img{height: 80px;}

}









/* category */

.category_bac{

   box-sizing: border-box;

   padding: 1rem 0 1.6rem 0;

   overflow: hidden;

   position: relative;

}

.category{

   position: relative;

   z-index: 2;

}







.category_ul{



}

.category_ul li{

	position: absolute;

	top: 0;

	left: 0;

	width: 100%;

	height: 100%;

}

.category_ul li img{

   width: 100%;

   height: 100%;

   object-fit: cover;

}



.category_box{

	display: flex;

	display: -webkit-flex;

	margin-top: 0.6rem;

	align-items: center;

	flex-wrap: wrap;

}

.category_area{

	width: 40.71%;

	padding-right: 5%;

	box-sizing: border-box;

}

.category_img_box{

	width: 27.15%;

	position: relative;

}

.category_img{

	box-sizing: border-box;

	position: relative;

}

.category_tit{

	width: 32.14%;

	box-sizing: border-box;

	padding-left: 5%;

}



.materials_i{

	position: absolute;

	width: calc(100% + 0.6rem);

	height: calc(100% + 0.6rem);

	top: 50%;

	left: 50%;

	transform: translate(-50%,-50%);

	border-radius: 50%;

	border: 1px dashed rgba(153,30,35,0.28);

	animation: yuan 30s linear forwards infinite;



}

.materials_i i::after{

	content: '';

	position: absolute;

	width: 0.3rem;

	height: 0.3rem;

	background: linear-gradient(45deg,#991E23,#E4464C);

	border-radius: 50%;

	top: 0;

	left: 50%;

	transform: translate(-50%,-50%);

}

.materials_i i::before{

	content: '';

	position: absolute;

	width: 0.18rem;

	height: 0.18rem;

	background: linear-gradient(45deg,#991E23,#E4464C);

	border-radius: 50%;

	bottom: 0;

	left: 50%;

	transform: translate(-50%,50%);

}





@keyframes yuan {

	0% {

		transform: translate(-50%, -50%) rotate(0deg);

	}



	100% {

		transform: translate(-50%, -50%) rotate(360deg);

	}

}



















.category_area{



}

.category_area dt{

   box-sizing: border-box;

   margin-bottom: 0.4rem;

}

.category_area h3{

   font-size: 0.3rem;

   font-weight: bold;

   color: var(--i_color);

   text-transform: capitalize;

   overflow:hidden;

    white-space: nowrap;

    text-overflow: ellipsis;

    box-sizing: border-box;

}

.category_a_box{

	display: flex;

	flex-direction: column;

	gap: 0.1rem;

	margin-top: 0.2rem;

}

.category_a_box p{

    box-sizing: border-box;

	padding-left: 0.2rem;

	font-size: 0.16rem;

	color: #333;

	position: relative;

	line-height: 187.5%;

	overflow:hidden;

    white-space: nowrap;

    text-overflow: ellipsis;

    box-sizing: border-box;

	transition: all 0.3s ease;

}

.category_a_box p:hover{

	color: var(--i_color);

}

.category_a_box p::after{

	content: '';

	position: absolute;

	top: 50%;

	left: 0;

    width: 0.06rem;

	height: 0.06rem;

	background-color: var(--i_color);

	border-radius: 50%;

	transform: translate(0,-50%);

}











.category_tit{

   display: flex;

   flex-direction: column;

   gap: 1.4rem;

   position: relative;

   z-index: 2;

}

.category_tit::after{

	content: '';

	position: absolute;

	top: 50%;

	right: 0.06rem;

	transform: translate(0,-50%);

	width: 1px;

	height: 90%;

	background-color: rgba(51,51,51,0.4);

	z-index: -1;

}

.category_tit dt{

   display: flex;

   display: -webkit-flex;

   gap: 0.2rem;

   align-items: center;

   justify-content: flex-end;

   cursor: pointer;

}

.category_tit dt p{

   font-weight: bold;

   font-size: 0.26rem;

   color: #333;

   text-transform: capitalize;

   transition: all 0.3s ease;

   text-align: right;

}

.category_tit dt i{

   display: block;

   width: 0.14rem;

   height: 0.14rem;

   border-radius: 50%;

   background-color: #666;

   position: relative;

   transition: all 0.3s ease;

}

.category_tit dt i::after{

	content: '';

    position: absolute;

    width: 100%;

    height: 100%;

    top: 50%;

    left: 50%;

    transform: translate(-50%, -50%);

    background-color: transparent;

    border-radius: 50%;

    animation: btn 1.2s linear infinite forwards;

	transition: all 0.3s ease;

}



.category_img{

   position: relative;

   z-index: 2;

}

.category_img li{

   position: relative;

   width: 100%;

   border-radius: 50%;

   overflow: hidden;

   background-color: #fff;

}

.category_img li::after{

   content: '';

   display: block;

   padding-bottom: 100%;

}

.category_img li img{

	position: absolute;

	top: 50%;

	left: 50%;

	width: 100%;

	height: 100%;

	object-fit: cover;

	transform: translate(-50%,-50%);

}







/* active */

.category_tit dt.current p{

	color: var(--i_color) !important;

}

.category_tit dt.current i{

	background-color: var(--i_color);

}

.category_tit dt.current i::after{

	background: var(--i_color) !important;

}

.category_img li img{

	animation: opNextIn .8s cubic-bezier(.435,.25,.15,.965) alternate;

}

.category_area dt .category_a_box a,

.category_area dt .home_btn{

	animation: opPrevIn .8s cubic-bezier(.435,.25,.15,.965) alternate;

}

.category_ul li{



}

.category_ul li.on{

	animation: category_img 1s cubic-bezier(.435,.25,.15,.965) alternate;

	animation-fill-mode: both;

}

.category_area dt{

	animation: opPrevIn .8s cubic-bezier(.435,.25,.15,.965) alternate;

}

















@keyframes opNextIn {

    0% {

        opacity: 0;

        transform: translate(-40%,-50%)

    }



    to {

        opacity: 1;

        transform: translate(-50%,-50%)

    }

}



@keyframes opNextOut {

    0% {

        opacity: 1;

        transform: none

    }



    to {

        opacity: 0;

        transform: translate(-10%)

    }

}



@keyframes opPrevIn {

    0% {

        opacity: 0;

        transform: translate(-10%)

    }



    to {

        opacity: 1;

        transform: none

    }

}

@keyframes category_img {

    0% {

        opacity: 0;

        transform: translate(100%)

    }



    to {

        opacity: 1;

        transform: none;

		z-index: 1;

    }

}





@media screen and (max-width:1440px){

	.category_area h3 {

		font-size: 0.28rem;

	}

	.category_tit dt p {

		font-size: 0.24rem;

	}

	.category_img::before {

		bottom: -0.3rem;

		width: 9rem;

		height: 1rem;

	}

	.category_tit {

		gap: 1.2rem;

	}

}

@media screen and (max-width:1366px){



}

@media screen and (max-width:1200px){

	.category_area h3 {

		font-size: 0.26rem;

	}

	.category_tit dt p {

		font-size: 0.22rem;

	}

	.category_img::before {

		bottom: -0.3rem;

		width: 8rem;

		height: 0.8rem;

	}

	.category_bac {

		padding: 0.6rem 0 0.8rem 0;

	}

	.category_tit {

		gap: 1rem;

	}

	.category_area h4 {

		font-size: 0.16rem;

		line-height: 0.25rem;

		margin: 0.2rem 0 0.6rem 0;

		height: 1rem;

		-webkit-line-clamp: 4;

	}

	.category_area dt {

		margin-bottom: 0.2rem;

	}

}

@media screen and (max-width:1024px){

	.category_area h3 {

		font-size: 0.24rem;

	}

	.category_tit dt p {

		font-size: 0.2rem;

	}

	.category_img::before {

		bottom: -0.3rem;

		width: 7rem;

		height: 0.6rem;

	}

	.category_tit {

		gap: 0.8rem;

	}

}

@media screen and (max-width:960px){

	.category_area h3 {

		font-size: 0.22rem;

	}

	.category_tit dt p {

		font-size: 0.18rem;

	}

	.category_tit {

		gap: 0.6rem;

	}

}

@media screen and (max-width:767px){

	.category_area h3 {

		font-size: 0.2rem;

	}

	.category_area{

		width: 100%;

	}

	.category_img_box{

		width: 50%;

		box-sizing: border-box;

		margin: 0.6rem 0;

	}

	.category_tit{

		width: 100%;

	}

	.category_area h4 {

        margin: 0.2rem 0;

        height: unset;

    }

	.category_box {

		margin-top: 0.4rem;

	}

	.category_bac {

        padding: 0.6rem 0;

    }

	.category_box {

		justify-content: center;

	}

	.category_box {

		flex-direction: column-reverse;

	}

}

@media screen and (max-width:560px){

	.category_area h3 {

		font-size: 0.2rem;

	}

	.category_tit {

		gap: 0.4rem;

	}

	.category_img_box{

		width: 80%;

	}

}

@media screen and (max-width:425px){



}









/* 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;

	}

}







/* banner_about */

.banner_about{

   position: relative;

   overflow: hidden;

}

.banner_about::after{

   content: '';

   display: block;

   padding-bottom: 31.25%;

}

.banner_about img{

   position: absolute;

   top: 50%;

   left: 50%;

   transform: translate(-50%,-50%);

   width: 100%;

   height: 100%;

   object-fit: cover;

}

.banner_about_text{

	position: absolute;

	top: 50%;

	left: 50%;

	transform: translate(-50%,-50%);

}

.banner_about_text p{

    font-size: 0.46rem;

	color: #fff;

	font-weight: bold;

	text-align: center;

	text-transform: capitalize;

	text-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.2);

	margin-top: var(--header_height);

}



@media screen and (max-width:1440px) {

	.banner_about_text p{

		font-size: 0.4rem;

	}

}

@media screen and (max-width:1200px) {

	.banner_about_text p{

		font-size: 0.35rem;

	}

}

@media screen and (max-width:1024px) {

	.banner_about_text p{

		font-size: 0.3rem;

	}

	.banner_about_text p{

		margin-top: 0;

	}

}

@media screen and (max-width:960px) {

	.banner_about_text p{

		font-size: 0.28rem;

	}

}

@media screen and (max-width:767px) {

	.banner_about_text p{

		font-size: 0.26rem;

	}

}

@media screen and (max-width:560px) {

	.banner_about_text p{

		font-size: 0.24rem;

	}

}

@media screen and (max-width:425px) {



}







/* 当前位置 */

.in_position{padding:0.14rem 0;background-color: #F9F9F9;}

.in_position a{display:block; float:left; font-size:0.14rem; color:#4C4C4C; position:relative; line-height:0.2rem; text-transform:capitalize}

.in_position a:not(:last-child):after{content:">"; margin:0 0.1rem; color:#4C4C4C}

.in_position a:last-child{color:var(--i_color)!important}

.in_position a:hover{color:var(--i_color)}

@media screen and (max-width:959px){

    .in_position{

	  display: none;

    }

}

@media screen and (max-width:767px){



}

@media screen and (max-width:560px){



}









/* about_us */

.about_us_bac{

   box-sizing: border-box;

   padding:0.6rem 0 1rem 0;

   position: relative;

   z-index: 2;

}

.about_us_bac::after{

	content: '';

	position: absolute;

	bottom: 20%;

	left: 0;

	height: 80%;

	width: 100%;

	background: linear-gradient(to top,rgba(153,30,35,0.08),rgba(21,117,181,0));

	z-index: -1;

}

.about_us{



}

.about_us h3{

    font-size: 0.42rem;

	color: var(--i_color);

	font-weight: bold;

}

.about_us_box{

	display: flex;

	flex-wrap: wrap;

	overflow: hidden;

}

.about_us_left{

	width: 71.86%;

}

.about_us_left p{

    line-height: 166%;

	font-size: 0.18rem;

	color: #333;

	margin: 0.4rem 0;

}

.about_us_right{

    width: 28.14%;

	box-sizing: border-box;

	padding-left: 7%;

}

.about_us_ul{

   display: flex;

   flex-direction: column;

   gap: 0.4rem;

}

.about_us_ul li{

   width: 100%;



}

.about_us_text{

   display: flex;

   justify-content: space-between;

   align-items: center;

   border-bottom: 1px solid rgba(51,51,51,0.2);

   box-sizing: border-box;

   padding-bottom: 0.1rem;

   margin-bottom: 0.1rem;

}

.about_us_text h4 span,

.about_us_text h4{

   font-size: 0.5rem;

   color: #333;

   font-weight: bold;

}

.about_us_text h5{

	font-size: 0.18rem;

	color: #666;

}

.about_us_ul h6{

    font-size: 0.18rem;

	color: #666;

}

.about_us_video{

   position: relative;

   margin-top: 0.6rem;

}

.about_us_video img{

   width: 100%;

   height: auto;

}



.about_us_video i{

	display: block;

	width: 0.7rem;

	height: 0.7rem;

	border-radius: 50%;

	border: 1px solid #fff;

	position: relative;

	cursor: pointer;

	background: url('static/imgs/about_us_video.png') center no-repeat;

	background-size: contain;

	position: absolute;

	top: 50%;

	left: 50%;

	transform: translate(-50%,-50%);

}





.about_us_video  i::before {

    animation: serv_one_border 2s 0s ease infinite;

}



.about_us_video i::before {

    content: '';

    position: absolute;

    left: 50%;

    top: 50%;

	transform: translate(-50%,-50%);

    border: 1px solid #fff;

    width: 100%;

    height: 100%;

    border-radius: 50%;

    opacity: 0;

    z-index: 2;

}

.about_us_video i span::before{

	content: '';

    position: absolute;

    left: 50%;

    top: 50%;

	transform: translate(-50%,-50%);

    border: 1px solid #fff;

    width: 100%;

    height: 100%;

    border-radius: 50%;

    opacity: 0;

    z-index: 2;

}

.about_us_video i span::after{

	content: '';

    position: absolute;

    left: 50%;

    top: 50%;

	transform: translate(-50%,-50%);

    border: 1px solid #fff;

    width: 100%;

    height: 100%;

    border-radius: 50%;

    opacity: 0;

    z-index: 2;

}

.about_us_video  i span::before {

    animation: serv_one_border 1.5s 0s ease infinite;

}

.about_us_video  i span::after {

    animation: serv_one_border 2.5s 0s ease infinite;

}



@keyframes serv_one_border {

	0% {

		opacity: 0

	}

	5% {

		opacity: 1

	}

	80% {

		opacity: 0

	}

	100% {

		opacity: 0;

		transform:translate(-50%,-50%) scale(1.5);

		-ms-transform:translate(-50%,-50%) scale(1.5);

		-o-transform:translate(-50%,-50%) scale(1.5);

		-webkit-transform:translate(-50%,-50%) scale(1.5);

		-moz-transform:translate(-50%,-50%) scale(1.5);

	}

}



@keyframes yuan{

	0%{

		transform:translate(-50%,-50%) rotate(0deg);

	}

	100%{

		transform:translate(-50%,-50%) rotate(360deg);

	}

}





@media screen and (max-width:1440px) {

	.about_us_left p {

		font-size: 0.16rem;

	}

	.about_us h3 {

		font-size: 0.4rem;

	}

	.about_us_text h4 span, .about_us_text h4 {

		font-size: 0.45rem;

	}

	.about_us_bac {

		padding: 0.6rem 0 0.8rem 0;

	}

}

@media screen and (max-width:1200px) {

	.about_us h3 {

		font-size: 0.35rem;

	}

	.about_us_text h4 span, .about_us_text h4 {

		font-size: 0.4rem;

	}

	.about_us_ul h6 {

		font-size: 0.16rem;

	}

	.about_us_bac {

		padding: 0.6rem 0;

	}

	.about_us_bac::after {

		bottom: 0%;

		height: 100%;

		width: 100%;

	}

}

@media screen and (max-width:1024px) {

	.about_us h3 {

		font-size: 0.3rem;

	}

	.about_us_text h4 span, .about_us_text h4 {

		font-size: 0.35rem;

	}

	.about_us_right {

		width: 100%;

		padding-left: 0%;

		gap: 0.2rem;

		margin-top: 0.4rem;

	}

	.about_us_video {

		margin-top: 0.4rem;

	}

	.about_us_left p {

		margin: 0.2rem 0;

	}

}

@media screen and (max-width:960px) {



}

@media screen and (max-width:767px) {

	.about_us h3 {

		font-size: 0.25rem;

	}

	.about_us_text h4 span, .about_us_text h4 {

		font-size: 0.3rem;

	}

	.about_us_left {

		width: 100%;

	}

}

@media screen and (max-width:560px) {



}

@media screen and (max-width:425px) {



}





/* about_advantage */

.about_advantage_bac{

   box-sizing: border-box;

   padding: 0 0 1rem 0;

}

.about_advantage{



}



.home_advantage_ul{

   margin-top: 0.4rem;

   display: flex;

   overflow: hidden;

   gap: 0.24rem;

}

.home_advantage_ul li{

   width: 21.4%;

   flex-grow: 1;

   position: relative;

   border-radius: 0.2rem 0 0.2rem 0;

   overflow: hidden;

   transition: all 0.5s ease;

}

.home_advantage_ul li::after{

	content: '';

	position: absolute;

	top: 0;

	left: 50%;

    width: 0;

	transform: translate(-50%,0);

	height: 0.06rem;

	background-color: var(--i_color);

	transition: all 0.8s ease;

	opacity: 0;

}



.home_advantage_active::after,

.home_advantage_active::before{

	width: 100% !important;

	opacity: 1 !important;

}





.home_advantage_active{

	flex-grow: 1000 !important;

	border-radius: 0 !important;

}

.home_advantage_img{

   position: relative;

}

.home_advantage_img img{

   width: 100%;

   height: 6.1rem;

   object-fit: cover;

   display: block;

}

.home_advantage_img::after{

	content: '';

	position: absolute;

	top: 0;

	left: 0;

	width: 100%;

	height: 100%;

	background: linear-gradient(to top,rgba(0,0,0,0.4),rgba(0,0,0,0));

}

.home_advantage_area{

   position: absolute;

   top: 0;

   left: 0;

   width: 100%;

   height: 100%;

   box-sizing: border-box;

   padding: 0.45rem 4% 0.7rem 4%;

   display: flex;

   flex-direction: column;

   align-items: center;

   z-index: 3;

   justify-content: space-between;

}

.home_advantage_area::after{

	content: '';

	position: absolute;

	top: 0;

	left: 0;

	width: 50%;

	height: 100%;

	background: linear-gradient(to top,rgba(240,240,240,1),rgba(255, 255, 255, 1),rgba(240,240,240,1));

	z-index: -1;

	opacity: 1;

	transition: all 0.8s ease;

}

.home_advantage_area::before{

	content: '';

	position: absolute;

	top: 0;

	right: 0;

	width: 50%;

	height: 100%;

	opacity: 1;

	background: linear-gradient(to top,rgba(240,240,240,1),rgba(255, 255, 255, 1),rgba(240,240,240,1));

	z-index: -1;

	transition: all 0.8s ease;

}

.home_advantage_area h3{

   font-family: 'bold';

   font-size: 0.24rem;

   color: #666;

   box-sizing: border-box;

   padding: 0.6rem 0;

   position: relative;

   text-align: center;

   transition: all 0.3s ease;

}

.home_advantage_area h3::after{

   content: '';

   position: absolute;

   bottom: 0;

   left: 50%;

   transform: translate(-50%,0);

   width: 0.02rem;

   height: 0.5rem;

   background: rgba(51,51,51,0.3);

   transition: all 0.3s ease;

}

.home_advantage_area h3::before{

	content: '';

	position: absolute;

	top: 0;

	left: 50%;

	transform: translate(-50%,0);

	width: 0.02rem;

	height: 0.5rem;

	background: rgba(51,51,51,0.3);

	transition: all 0.3s ease;

}

.home_advantage_area h4{

   font-family: 'bold';

   color: #333;

   font-size: 0.28rem;

   line-height: 150%;

   text-align: center;

   transition: all 0.3s ease;

   width: 15vw;

}

.home_advantage_i{

   display: block;

   width: 1rem;

   height: 1rem;

   background: var(--i_color);

   border-radius: 50%;

   display: flex;

   justify-content: center;

   align-items: center;

   transition: all 0.3s ease;

}

.home_advantage_i img{

   width: 0.55rem;

   height: 0.55rem;

   object-fit: contain;

}

.home_advantage_text{

   position: absolute;

   bottom: -2.1rem;

   left: 50%;

   transform: translate(-50%,0);

   width: 100%;

   box-sizing: border-box;

   padding: 0.3rem 4%;

   background: linear-gradient(to top,rgba(153,30,35,0.7) ,rgba(0,0,0,0));

   transition: all 0.7s ease;

   opacity: 0;

   display: flex;

   flex-direction: column;

   align-items: center;

}

.home_advantage_text h5{

   font-family: 'bold';

   font-size: 0.3rem;

   color: #fff;

   text-align: center;

   width: 38vw;

   text-transform: capitalize;

}

.home_advantage_text h6{

   font-size: 0.18rem;

   color: #fff;

   line-height: 166%;

   margin-top: 0.1rem;

   text-align: center;

   width: 38vw;

}



.home_advantage_active .home_advantage_area h3{

	color: #fff !important;

}

.home_advantage_active .home_advantage_area h3::after,

.home_advantage_active .home_advantage_area h3::before{

    background: #fff !important;



}







.home_advantage_active .home_advantage_area::after,

.home_advantage_active .home_advantage_area::before{

   width: 0;

   opacity: 0;

}

.home_advantage_active .home_advantage_area h4,

.home_advantage_active .home_advantage_area i{

	opacity: 0;

}

.home_advantage_active .home_advantage_text{

	bottom: 0 !important;

	opacity: 1;

}







@media screen and (max-width:1440px){

	.home_advantage_area h4 {

		font-size: 0.26rem;

	}

	.home_advantage_i img {

		width: 0.5rem;

		height: 0.5rem;

	}

	.home_advantage_i {

		width: 0.8rem;

		height: 0.8rem;

	}

	.home_advantage_img img {

		height: 5.8rem;

	}

	.home_advantage_text h6 {

		font-size: 0.16rem;

		width: 47vw;

	}

	.home_advantage_text h5 {

		font-size: 0.28rem;

		width: 47vw;

	}

	.about_advantage_bac{

		padding: 0 0 0.8rem 0;

	}

}

@media screen and (max-width:1366px){



}

@media screen and (max-width:1200px){

	.home_advantage_area h4 {

		font-size: 0.24rem;

		width: 17vw;

	}

	.home_advantage_i img {

		width: 0.4rem;

		height: 0.4rem;

	}

	.home_advantage_i {

		width: 0.7rem;

		height: 0.7rem;

	}

	.home_advantage_img img {

		height: 5.2rem;

	}

	.home_advantage_text h5 {

		font-size: 0.24rem;

		width: 47vw;

	}

	.about_advantage_bac{

		padding: 0 0 0.6rem 0;

	}

}

@media screen and (max-width:1024px){

	.home_advantage_area h4 {

		font-size: 0.22rem;

	}

	.home_advantage_i img {

		width: 0.35rem;

		height: 0.35rem;

	}

	.home_advantage_i {

		width: 0.6rem;

		height: 0.6rem;

	}

	.home_advantage_img img {

		height: 4.8rem;

	}

	.home_advantage_text h5 {

		font-size: 0.22rem;

	}

}

@media screen and (max-width:960px){

	.home_advantage_area h4 {

		font-size: 0.2rem;

	}

	.home_advantage_img img {

		height: 4.4rem;

	}

}

@media screen and (max-width:767px){

	.home_advantage_img img {

		height: 4rem;

	}

	.home_advantage_ul {

		flex-wrap: wrap;

	}

	.home_advantage_ul li{

		width: 100% !important;

	}

	.home_advantage_area h3 {

		font-size: 0.2rem;

		padding: 0.4rem 0;

	}

	.home_advantage_area h3::after,

	.home_advantage_area h3::before{

		width: 1px;

		height: 0.3rem;

	}

	.home_advantage_text h6 {

		width: 87vw;

	}

	.home_advantage_text h5 {

		width: 87vw;

	}

	.home_advantage_text h5 {

        font-size: 0.2rem;

    }

	.home_advantage_area h4 {

        width: 87vw;

    }



	.home_advantage_area {

		padding: 0.4rem 4%;

	}

}

@media screen and (max-width:560px){

	.home_advantage_img img {

		height: 3.5rem;

	}

	.home_advantage_text h6 {

        font-size: 0.14rem;

    }

}

@media screen and (max-width:425px){



}







/* honor */

.honor_bac{

    margin-bottom: 0.8rem;

}

.honor{

    position: relative;

}

.honor img{

	width: 100%;

	height: auto;

}

.honor_text{

   position: absolute;

   top: 37%;

   left: 50%;

   transform: translate(-50%,-50%);

}

.honor_text_box{

   width: 37%;

}

.honor_text_box h4{

	font-size: 0.18rem;

	color: #888;

	line-height: 166%;

	margin-top: 0.1rem;

}



@media screen and (max-width:1440px) {

	.honor_text_box h4 {

		font-size: 0.16rem;

	}

}

@media screen and (max-width:1200px) {

	.honor_text_box h4 {

		font-size: 0.15rem;

	}

	.honor_bac{

		margin-bottom: 0.6rem;

	}

}

@media screen and (max-width:1024px) {



}

@media screen and (max-width:960px) {



}

@media screen and (max-width:767px) {

	.honor_text_box h4{display: none;}

}

@media screen and (max-width:560px) {



}

@media screen and (max-width:425px) {



}





/* service_us */

.service_us_bac{

   background: linear-gradient(to top,rgba(153,30,35,0.1),rgba(247,247,247,0));

   box-sizing: border-box;

   padding: 0.8rem 0;

}

.service_us{

   display: flex;

   flex-wrap: wrap;

   align-items: center;

}

.service_us_left{

   width: 50%;

   box-sizing: border-box;

   padding-right: 12%;

}

.service_us_left h4{

    font-size: 0.18rem;

	color: #666;

	line-height: 166%;

	margin-top: 0.1rem;

}

.service_us_right{

    width: 50%;

}

.service_us_right img{

	width: 100%;

	height: auto;

}





@media screen and (max-width:1440px) {

	.service_us_left h4 {

		font-size: 0.16rem;

	}

	.service_us_left {

		padding-right: 8%;

	}

}

@media screen and (max-width:1200px) {

	.service_us_left {

		padding-right: 5%;

	}

	.service_us_bac {

		padding: 0.6rem 0;

	}

}

@media screen and (max-width:1024px) {



}

@media screen and (max-width:960px) {



}

@media screen and (max-width:767px) {

	.service_us_left{

		width: 100%;

		padding-right: 0%;

		margin-bottom: 0.4rem;

	}

	.service_us_right {

		width: 100%;

	}

}

@media screen and (max-width:560px) {



}

@media screen and (max-width:425px) {



}





/* service_adv */

.service_adv_bac{

   box-sizing: border-box;

   padding: 0.8rem 0;

   background: url('static/imgs/service_adv_bac.webp') center no-repeat;

}

.service_adv{



}

.service_adv_box{

   display: flex;

   flex-wrap: wrap;

}

.service_adv_left{

   width: 41.29%;

   box-sizing: border-box;

   padding-right: 4%;

}

.service_adv_ul{

   display: flex;

   flex-direction: column;

   gap: 0.25rem;

   margin-top: 0.2rem;

}

.service_adv_ul li{



}

.service_adv_ul li h4{

   font-size: 0.2rem;

   color: var(--i_color);

   line-height: 130%;

   font-weight: bold;

   margin-bottom: 0.05rem;

}

.service_adv_ul li h5{

   font-size: 0.18rem;

   color: #333;

   line-height: 130%;

}

.service_adv_right{

   width: 58.71%;

}

.service_adv_right dl{



}

.service_adv_right dl dt{

   position: relative;

}

.service_adv_right dl dt::after{

   content: '';

   display: block;

   padding-bottom: 49.12%;

}

.service_adv_right dl dt img{

   position: absolute;

   top: 50%;

   left: 50%;

   transform: translate(-50%,-50%);

   width: 100%;

   height: 100%;

   border-radius: 0.08rem;

   object-fit: cover;

   animation: opNextIn .8s cubic-bezier(.435,.25,.15,.965) alternate;

}



.service_adv_five{

   display: flex;

   justify-content: space-between;

   margin-top: 0.8rem;

   position: relative;

   z-index: 2;

   overflow: hidden;

}

.service_adv_five::after{

	content: '';

	position: absolute;

	top: 1.48rem;

	left: 50%;

	transform: translate(-50%,0%);

	width: 19.2rem;

	height: 1px;

	background: rgba(159,159,159,0.5);

	z-index: -1;

}

.service_adv_five li{

   width: 14%;

   display: flex;

   flex-direction: column;

   align-items: center;

   position: relative;

   z-index: 4;

}

.service_adv_five li img{

    width: 1.7rem;

	height: 1rem;

	object-fit: cover;

	border-radius: 0.08rem;

	overflow: hidden;

	opacity: 0;

	transition: all 0.3s ease;

}

.service_adv_five li i{

    display: block;

	width: 0.56rem;

	height: 0.56rem;

	border-radius: 50%;

	background-color: var(--i_color);

	font-size: 0.24rem;

	color: #fff;

	font-weight: bold;

	display: flex;

	justify-content: center;

	align-items: center;

	margin: 0.2rem 0;

	position: relative;

	z-index: 2;

}



.service_adv_five li p{

    font-size: 0.18rem;

	color: #333;

	line-height: 130%;

	text-align: center;

}



.service_adv_five li.current img{

	opacity: 1 !important;

}





@media screen and (max-width:1440px) {

	.service_adv_ul li h5 {

		font-size: 0.16rem;

	}

	.service_adv_ul li h4 {

		font-size: 0.18rem;

	}

	.service_adv_five li p {

		font-size: 0.16rem;

	}

}

@media screen and (max-width:1200px) {

	.service_adv_five {

		margin-top: 0.6rem;

	}

	.service_adv_bac {

		padding: 0.6rem 0;

	}

}

@media screen and (max-width:1024px) {



}

@media screen and (max-width:960px) {



}

@media screen and (max-width:767px) {

	.service_adv_left {

		width: 100%;

		padding-right: 0%;

	}

	.service_adv_right {

		margin-top: 0.4rem;

	}

	.service_adv_five::after{

		display: none;

	}

	.service_adv_five li img{

		display: none !important;

	}

	.service_adv_five li {

		width: 33.33%;

	}

	.service_adv_five{

		flex-wrap: wrap;

	}

	.service_adv_five {

		margin-top: 0.4rem;

	}

	.service_adv_five li i {

		width: 0.4rem;

		height: 0.4rem;

		font-size: 0.2rem;

		margin: 0.15rem 0;

	}

}

@media screen and (max-width:560px) {

    .service_adv_right{

		width: 100%;

	}

	.service_adv_five li p {

        font-size: 0.14rem;

		box-sizing: border-box;

		padding: 0 0.1rem;

    }

}

@media screen and (max-width:425px) {



}







/* process */

.process_bac{

   box-sizing: border-box;

   padding: 0.8rem 0;

}

.process{



}

.process_ul{

   display: flex;

   flex-direction: column;

   gap: 0.6rem;

   margin-top: 0.6rem;

   overflow: hidden;

}

.process_ul li{

   display: flex;

   flex-wrap: wrap;

   align-items: center;

}

.process_ul li:nth-child(even){

	flex-direction: row-reverse;

}

.process_left{

   width: 44.64%;

   position: relative;

}

.process_left::after{

    content: '';

	display: block;

	padding-bottom: 69.76%;

}

.process_left img{

    position: absolute;

	top: 50%;

	left: 50%;

	transform: translate(-50%,-50%);

	width: 100%;

	height: 100%;

	object-fit: cover;

}

.process_right{

   width: 55.36%;

   box-sizing: border-box;

   padding-left: 6%;

}

.process_ul li:nth-child(even) .process_right{

	padding-right: 6%;

	padding-left: 0%;

}

.process_right h4{

   font-size: 0.34rem;

   color: var(--i_color);

   position: relative;

   box-sizing: border-box;

   padding-bottom: 0.1rem;

   margin-bottom: 0.2rem;

   text-transform: capitalize;

}

.process_right h4::after{

	content: '';

	position: absolute;

	bottom: 0;

	left: 0;

	width: 0.85rem;

	height: 0.03rem;

	background-color: var(--i_color);

}

.process_dl{



}

.process_dl dt{

   font-size: 0.18rem;

   color: #666;

   line-height: 200%;

   box-sizing: border-box;

   padding-left: 0.2rem;

   position: relative;

}

.process_dl dt::after{

   content: '';

   position: absolute;

   top: 0.12rem;

   left: 0;

   width: 0.08rem;

   height: 0.08rem;

   border-radius: 50%;

   background-color: var(--i_color);

}





@media screen and (max-width:1440px) {

	.process_right h4 {

		font-size: 0.3rem;

	}

	.process_dl dt {

		font-size: 0.16rem;

	}

}

@media screen and (max-width:1200px) {

	.process_right h4 {

		font-size: 0.25rem;

	}

	.process_ul {

		gap: 0.4rem;

		margin-top: 0.4rem;

	}

	.process_bac {

		padding: 0.6rem 0;

	}

}

@media screen and (max-width:1024px) {



}

@media screen and (max-width:960px) {



}

@media screen and (max-width:767px) {

	.process_right {

		width: 100%;

		padding: 0% !important;

	}

	.process_left {

		width: 100%;

	}

	.process_ul li{

		gap: 0.4rem;

	}

}

@media screen and (max-width:560px) {



}

@media screen and (max-width:425px) {



}





/* ---------------contact------------ */



.c_info_list {

	transform: translateY(50%);

	margin-top: -0.6rem;

	background: var(--i_color) url(static/imgs/bc_contact.webp) no-repeat center;

	background-size: cover;

	padding: 0.5rem 0.6rem;

	display: flex;

	display: -webkit-flex;

	justify-content: space-between;

	flex-wrap: wrap;

	gap: 0.2rem 0;

	position: relative;

	z-index: 10;

}

.c_info_list li {

	width: 30%;

}

.c_info_list .ico {

	width: 0.8rem;

	height: 0.8rem;

	font-size: 0.3rem;

	background: #fff;

	color: var(--i_color);

	display: flex;

	display: -webkit-flex;

	justify-content: center;

	align-items: center;

	-webkit-border-radius: 50%;

	border-radius: 50%;

}

.c_info_list p {

	font-size: 0.2rem;

	margin: 0.1rem 0;

	color: #fff;

}

.c_info_list a {

	font-size: 0.26rem;

	color: #fff;

}

.c_info_list li,

.c_info_list iconify-icon {

	-webkit-transition: all 0.5s ease;

	transition: all 0.5s ease;

}

.c_info_list li:hover iconify-icon {

	transform: rotateY(180deg);

}

.c_info_list li:hover {

	transform: translateY(-6px);

}

.c_info_list a:hover {

	text-decoration: underline;

}

@media screen and (max-width: 1440px) {

	.c_info_list {

		padding: 0.4rem 0.5rem;

	}

}

@media screen and (max-width: 1024px) {

	.c_info_list {

		padding: 0.3rem 0.4rem;

	}

	.c_info_list a {

		font-size: 0.2rem;

	}

	.c_info_list p {

		font-size: 0.18rem;

	}

	.c_info_list .ico {

		width: 0.6rem;

		height: 0.6rem;

		font-size: 0.24rem;

	}

}

@media screen and (max-width: 560px) {

	.c_info_list {

		transform: translateY(0);

		margin: 0.3rem 0;

	}

	.c_info_list li {

		width: 100%;

	}

}

.map {

	position: relative;

	overflow: hidden;

}

.map::before {

	content: "";

	display: block;

	padding-bottom: 36%;

}

.map iframe {

	width: 100%;

	height: 100%;

	object-fit: cover;

	position: absolute;

	top: 50%;

	left: 50%;

	transform: translate(-50%, -50%);

}

.wpforms-hidden {

	display: none;

}

#wpforms-36 * {

	box-sizing: border-box;

}

#wpforms-36 {

	--input_font_size: 0.18rem;

	--input_height: 0.6rem;

}

#wpforms-36 {

	margin: 0;

	padding: 0;

}



#wpforms-36 .wpforms-field {

	padding: 0;

	margin-bottom: 20px;

	position: relative;

}

#wpforms-36 .wpforms-field-label {

	font-size: 0;

	position: absolute;

	top: 12px;

	left: 3px;

}

#wpforms-36 .wpforms-field-label span {

	font-size: 0.14rem;

	color: red;

}

#wpforms-36 .wpforms-field-container {

	width: 100%;

	display: -webkit-flex;

	display: flex;

	flex-wrap: wrap;

	justify-content: space-between;

}

#wpforms-36 .wpforms-field-container > div {

	width: 100%;

}

@media screen and (min-width: 769px) {

	#wpforms-36 .wpforms-field-container > div:first-child,

	#wpforms-36 .wpforms-field-container > div:nth-child(2),

	#wpforms-36 .wpforms-field-container > div:nth-child(3) {

		width: 32.5%;

	}

}

#wpforms-36 .wpforms-field-container input,

#wpforms-36 textarea,

#wpforms-36 select {

	width: 100%;

	max-width: 100% !important;

	min-width: 100%;

	font-size: var(--input_font_size);

	color: #333;

	height: var(--input_height);

	border: none !important;

	background: #f7f7f7;

	padding: 0 0.1rem 0 0.16rem;

	overflow: hidden;

	-webkit-transition: all 0.5s ease;

	transition: all 0.5s ease;

	box-shadow: 0px 2px 10px #e3dddd;

}

#wpforms-36 input {

	line-height: var(--input_height);

}

#wpforms-36 textarea {

	line-height: 0.22rem;

	min-height: 1.4rem;

	padding: 0.06rem 0.16rem;

	border: none;

}



#wpforms-36 input::-webkit-input-placeholder,

#wpforms-36 textarea::-webkit-input-placeholder {

	color: rgb(0 0 0 / 40%);

	font-size: var(--input_font_size);

}

#wpforms-36 input::-moz-placeholder,

#wpforms-36 textarea::-moz-placeholder {

	color: rgb(0 0 0 / 40%);

	font-size: var(--input_font_size);

}

#wpforms-36 input::-ms-input-placeholder,

#wpforms-36 textarea::-ms-input-placeholder {

	color: rgb(0 0 0 / 40%);

	font-size: var(--input_font_size);

}

#wpforms-36-field_1-error,

#wpforms-36-field_2-error,

#wpforms-36-field_3-error,

#wpforms-36-field_4-error,

#wpforms-36-field_5-error,

#wpforms-36-field_6-error {

	position: absolute;

	font-size: 12px;

	color: #a90909;

}

#wpforms-36 .wpforms-submit-container button {

	display: block;

	margin: 20px auto;

	font-size: 18px;

	color: #fff;

	cursor: pointer;

	position: relative;

	background: var(--i_color);

	height: var(--input_height);

	padding: 0 2rem;

	z-index: 2;

	-webkit-transition: all 0.5s ease;

	transition: all 0.5s ease;

	box-shadow: 0px 2px 10px #e3dddd;

}

#wpforms-36 .wpforms-submit-container:hover button {

	background: var(--i_color2);

}

#wpforms-36 .wpforms-submit-container img {

	position: absolute;

	top: 50%;

	transform: translate(0, -50%);

	right: 4px;

	z-index: 2;

}

@media screen and (max-width: 1024px) {

	#wpforms-36 .wpforms-submit-container button {

		padding: 0 1rem;

	}

}

.c_network span {

	color: #333;

	font-size: 0.16rem;

	line-height: 170%;

	text-align: center;

	margin-top: 0.2rem;

	display: block;

}

.c_network .img {

	width: 100%;

}

.c_network img {

	width: 100%;

	object-fit: cover;

}

.c_email {

	position: relative;

	z-index: 2;

	top: -1rem;

	background: url(static/imgs/bc_c_email.webp) no-repeat center;

	background-size: cover;

	padding: 0.8rem 0.6rem;

	box-sizing: border-box;

	display: flex;

	display: -webkit-flex;

	align-items: center;

	flex-wrap: wrap;

	box-shadow: 0px 2px 10px #ddd;

}



@media screen and (min-width: 561px) {



}

.c_email p,

.c_email a,

.c_email button {

	position: relative;

	z-index: 2;

}

.c_email p {

	font-size: 0.36rem;

	color: #fff;

	font-weight: bold;

}

.c_email a {

	font-size: 0.24rem;

	color: #fff;

	margin: 0 auto 0 8%;

}

.c_email a:hover {

	text-decoration: underline;

}

.c_email button {

	font-size: 0.18rem;

	color: #fff;

	background: var(--i_color);

	padding: 0.1rem 0.3rem;

}

.c_email button:hover {

	background: var(--i_color2);

}

@media screen and (max-width: 1440px) {

	.c_email {

		top: -0.8rem;

		padding: 0.7rem 0.5rem;

	}

}

@media screen and (max-width: 1024px) {

	.c_email {

		top: -0.6rem;

		padding: 0.6rem 0.4rem;

	}

	.c_email p {

		font-size: 0.3rem;

	}

	.c_email a {

		font-size: 0.2rem;

	}

}



@media screen and (max-width: 768px) {

	.c_email {

		top: -0.4rem;

		padding: 0.5rem 0.3rem;

	}

	.c_email p {

		font-size: 0.22rem;

	}

	.c_email a {

		width: 100%;

		margin: 0.2rem 0;

	}

}

@media screen and (max-width: 560px) {

	.c_email {

		top: 0;

		margin: 0.3rem 0;

	}

}





/*  */

.par_partner_box{

	margin-bottom: 0.6rem;

}



.par_partner{position:relative}

.par_partner_list{width:100%; padding:0.1rem !important;box-sizing: border-box; margin:0 auto; position:relative; overflow:hidden; z-index:1}

.par_partner_list .swiper-wrapper{display:flex; position:relative; width:100%; z-index:1}

.par_partner_list li{

	display:-webkit-box;

	display:-ms-flexbox;

	display:-webkit-flex;

	display:flex;

	flex-shrink:0;

	position:relative;

	cursor:pointer;

	flex-direction: column;

	box-sizing: border-box;

	border: 1px solid #E1E1E1;

	border-radius: 0.04rem;

	transition: all 0.3s ease;



}

.par_partner_list li:hover{

	border: 1px solid var(--i_color);

	box-shadow: 0 0 0.1rem rgba(97,14,14,0.22);

}

.par_partner_list .img{width:100%; box-sizing:border-box; position:relative; overflow:hidden}

.par_partner_list .img:before{content:""; display:block; padding-bottom:42.06%}

.par_partner_list .img img{ position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); width:100%; height:100%; object-fit:contain}





.par_partner_list .img img{-webkit-transition:all .5s ease; -moz-transition:all .5s ease; -ms-transition:all .5s ease; -o-transition:all .5s ease; transition:all .5s ease}



/* 指示器 */

.par_partner .pt-pagination{display:none; text-align:center; margin:0.4rem auto 0}

.par_partner .pt-pagination .swiper-pagination-bullet{width:0.1rem; height:0.1rem;cursor: pointer; display:inline-block; margin:0 0.05rem; background:#BBB; border-radius:50%; outline:none}

.par_partner .pt-pagination .swiper-pagination-bullet-active{position:relative; background:var(--i_color)}







@media screen and (max-width:1440px){



}

@media screen and (max-width:1366px){



}

@media screen and (max-width:1200px){

	.par_partner .pt-button-prev, .par_partner .pt-button-next{display:none}

	.par_partner .pt-pagination{display:block}

}

@media screen and (max-width:959px){



}

@media screen and (max-width:767px){



}

@media screen and (max-width:560px){



}







/* news_list */

.news_list_bac{

   box-sizing: border-box;

   padding: 0.6rem 0;

}

.news_list{



}

.news_list_ul{

   display: flex;

   flex-wrap: wrap;

   gap: 0.3rem;

}

.news_list_ul li{



}

.news_list_ul li a{

   font-size: 0.2rem;

   color: var(--i_color2);

   display: inline-block;

   box-sizing: border-box;

   padding: 0.14rem 0.5rem;

   text-transform: capitalize;

   border: 1px solid var(--i_color2);

   border-radius: 8rem;

   transition: all 0.3s ease;

}

.news_list_ul li a:hover,

.news_list_active a{

	background-color: var(--i_color2) !important;

	color: #fff !important;

}



@media screen and (max-width:1440px) {

	.news_list_ul li a{

		font-size: 0.18rem;

		padding: 0.12rem 0.4rem;

	}

}

@media screen and (max-width:1200px) {

	.news_list_ul li a{

		font-size: 0.16rem;

		padding: 0.1rem 0.3rem;

	}

	.news_list_ul {

		gap: 0.2rem;

	}

}

@media screen and (max-width:1024px) {



}

@media screen and (max-width:960px) {



}

@media screen and (max-width:767px) {

	.news_list_bac{

		padding: 0.4rem 0;

	}

}

@media screen and (max-width:560px) {



}

@media screen and (max-width:425px) {



}







/* news_top */

.news_top_bac{



}

.news_top{



}

.news_top a{

   background-color: #A09F9F;

   display: flex;

   flex-wrap: wrap;

   align-items: center;

}

.news_top_img{

   width: 50%;

   position: relative;

   overflow: hidden;

}

.news_top_img::after{

   content: '';

   display: block;

   padding-bottom: 55.14%;

}

.news_top_img img{

   position: absolute;

   top: 50%;

   left: 50%;

   transform: translate(-50%,-50%);

   width: 100%;

   height: 100%;

   object-fit: cover;

   transition: all 0.3s ease;

}

.news_top_text{

    width: 50%;

	box-sizing: border-box;

	padding:0 4%;

}

.news_top_text h3{

   font-size: 0.2rem;

   color: #fff;

   line-height: 130%;

   font-weight: bold;

   margin-bottom: 0.2rem;

   overflow: hidden;

   text-overflow: ellipsis;

   display: -webkit-box;

  -webkit-box-orient: vertical;

   -webkit-line-clamp: 2;

   transition: all 0.3s ease;

}

.news_top_text h4{

   line-height: 150%;

   color: #fff;

   font-size: 0.16rem;

   overflow: hidden;

   text-overflow: ellipsis;

   display: -webkit-box;

  -webkit-box-orient: vertical;

   -webkit-line-clamp: 4;

}

.news_top_data{

   display: flex;

   justify-content: space-between;

   align-items: center;

   margin-top: 0.4rem;

}

.news_top_data h5{

  font-size: 0.16rem;

  color: #fff;

  position: relative;

  z-index: 2;

}

.news_top_data h5::after{

	content: '';

	position: absolute;

	left: 0;

	top: 50%;

	transform: translate(0,-50%);

	width: 1.25rem;

	height: 0.81rem;

	background: url('static/imgs/news_logo.png') center no-repeat;

	background-size: contain;

	z-index: -1;

}

.news_top_data i{

   display: flex;

   justify-content: center;

   align-items: center;

   width: 0.38rem;

   height: 0.38rem;

   border-radius: 50%;

   background-color: var(--i_color);

}

.news_top_data i iconify-icon{

   font-size: 0.15rem;

   color: #fff;

}

.news_top a:hover img{

	width: 110%;

	height: 110%;

}

.news_top a:hover h3{

	color: var(--i_color);

}

@media screen and (max-width:1440px) {



}

@media screen and (max-width:1200px) {



}

@media screen and (max-width:1024px) {



}

@media screen and (max-width:960px) {

	.news_top_img {

		width: 100%;

	}

	.news_top_text {

		width: 100%;

		padding: 0.4rem 4%;

	}

}

@media screen and (max-width:767px) {



}

@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{

   display: flex;

   gap: 0.5rem;

   flex-wrap: wrap;

}

.news_ul li{

   width: 100%;

}

.news_ul li a{

   display: flex;

   flex-wrap: wrap;

   align-items: center;

   box-sizing: border-box;

   padding: 0.25rem;

   width: 100%;

   box-shadow: 0 0 0.1rem rgba(51,51,51,0.2);

   transition: all 0.3s ease;

}

.news_img{

   width: 24%;

   position: relative;

}

.news_img::after{

   content: '';

   display: block;

   padding-bottom: 70.15%;

}

.news_img img{

   position: absolute;

   top: 50%;

   left: 50%;

   transform: translate(-50%,-50%);

   width: 100%;

   height: 100%;

   object-fit: cover;

}

.news_text{

   width: 76%;

   box-sizing: border-box;

   padding: 0 4%;

}

.news_text h3{

   font-size: 0.2rem;

   color: #222;

   overflow:hidden;

   font-weight: bold;

   transition: all 0.3s ease;

    white-space: nowrap;

    text-overflow: ellipsis;

    box-sizing: border-box;

	margin-bottom: 0.1rem;

}

.news_text h4{

   line-height: 150%;

   font-size: 0.16rem;

   color: #666;

   overflow: hidden;

   text-overflow: ellipsis;

   display: -webkit-box;

  -webkit-box-orient: vertical;

   -webkit-line-clamp: 2;

}

.news_data{

    display: flex;

    justify-content: space-between;

    align-items: center;

    margin-top: 0.4rem;

}

.news_data h5{

	line-height: 150%;

	font-size: 0.16rem;

	color: #666;

	position: relative;

	z-index: 2;

}

.news_data h5::after{

	content: '';

	position: absolute;

	left: 0;

	top: 50%;

	transform: translate(0,-50%);

	width: 1.25rem;

	height: 0.81rem;

	background: url('static/imgs/news_gary_logo.png') center no-repeat;

	background-size: contain;

	z-index: -1;

}

.news_data i{

	display: flex;

	justify-content: center;

	align-items: center;

	width: 0.38rem;

	height: 0.38rem;

	border-radius: 50%;

	background-color: var(--i_color);

}

.news_data i iconify-icon{

	font-size: 0.15rem;

    color: #fff;

}



.news_ul li a:hover {

	box-shadow: 0 0 0.1rem rgba(153, 30, 35, 0.2);

}

.news_ul li a:hover h3{

	color: var(--i_color);

}







@media screen and (max-width:1440px) {



}

@media screen and (max-width:1200px) {

	.news_data h5::after {

		width: 1rem;

		height: 0.6rem;

	}

	.news_bac {

		padding: 0.4rem 0 0.6rem 0;

	}

}

@media screen and (max-width:1024px) {

	.news_data {

		margin-top: 0.2rem;

	}

}

@media screen and (max-width:960px) {



}

@media screen and (max-width:767px) {

	.news_img {

		width: 100%;

	}

	.news_text {

		width: 100%;

		padding: 0.2rem 0%;

	}

	.news_ul li a {

		padding: 0.2rem;

	}

	.news_ul {

		gap: 0.4rem;

	}

}

@media screen and (max-width:560px) {



}

@media screen and (max-width:425px) {



}







/* Number of pages */

.in_page_box {

	text-align: center;

	overflow: hidden;

	margin-top: 0.6rem;

}

.in_page {

	display: -webkit-flex;

	display: flex;

	flex-wrap: wrap;

	justify-content: center;

	align-items: center;

}

.in_page_right{

	justify-content: flex-end;

}

.in_page li {

	min-width: .32rem;

	margin: 0 .04rem;

}

.in_page a,

.in_page span {

	display: block;

	padding: 0 .12rem;

	line-height: .32rem;

	font-size: .14rem;

	color: #666;

	background: #FFF;

	-webkit-border-radius: .05rem;

	border-radius: .05rem;

	border: 1px solid var(--border_color);

	overflow: hidden;

	transition: all 0.3s ease;

}

.in_page>i {

	margin-top: 0.14rem;

	width: 100%;

	font-size: 0.13rem;

	color: #888;

	display: none;

}



.in_page a:hover,

.in_page .active_page a,

.in_page .active_page span {

	border-color: var(--i_color) !important;

	background: var(--i_color);

	color: #FFF !important

}



@media screen and (max-width:1024px) {

	.in_page_box {margin-top: 0.6rem;}

}

@media screen and (max-width:768px) {

	.in_page li {

		min-width: .28rem;

	}

	.in_page a,

	.in_page span {

		line-height: 0.28rem;

		padding: 0 .1rem;

	}

	.in_page_box {margin-top: 0.4rem;}

}

@media screen and (max-width:560px) {



}







/* products */

.products_bac{

   box-sizing: border-box;

   background: #F9F9F9;

}

.products{

   display: flex;

   flex-wrap: wrap;

}

.products_left{

   width: 32.4%;

   box-sizing: border-box;

   padding-right: 2%;

   padding-top: 0.4rem;

   padding-bottom: 0.4rem;

   background-color: #fff;

}



.products_left_h2{

	font-size: 0.32rem;

	font-weight: bold;

	text-transform: capitalize;

	box-sizing: border-box;

	color: var(--i_color);

	padding:0 0 0.2rem 0rem;

	font-weight: bold;

	border-radius: 0.1rem;

	font-family: 'bold';

	display: none;

}

.products_left_h2 iconify-icon{

	color: #fff;

	font-size: 0.34rem;

	margin-left: 0.1rem;

	font-weight: bold;

	margin-bottom: 2px;

	display: none;

}



.list{

   display: flex;

   display: -webkit-flex;

   flex-direction: column;

   box-sizing: border-box;

}

.list li{

   position: relative;

   box-sizing: border-box;

   border-bottom: 1px solid rgba(51,51,51,0.2);

}





.list_a{

	box-sizing: border-box;

    padding: 0.21rem 0.5rem 0.21rem 0.25rem;

	position: relative;

	z-index: 2;

	overflow: hidden;

	border-radius: 0.1rem;

	transition: all 0.3s ease;

}

.list_a::after{

	content: '';

	position: absolute;

	top: 0;

	right: 0;

	background-color: var(--i_color);

	width: 0;

	height: 100%;

	transition: all 0.5s ease-in-out;

	z-index: -1;

}

.list .list_a a{

   font-size: 0.18rem;

   color: #333;

   box-sizing: border-box;

   line-height: 130%;

   transition: all 0.3s ease;

   font-weight: bold;

}

.list  .list_a i{

   width: 0.38rem;

   height: 0.38rem;

   background-color:transparent;

   border-radius: 50%;

   position: absolute;

   top: 50%;

   transform: translate(0,-50%);

   right: 0.14rem;

   cursor: pointer;



}

.list .list_a i iconify-icon{

	position: absolute;

	top: 50%;

	left: 50%;

	transform: translate(-50%,-50%);

    font-size: 0.3rem;

	color: #666;

	transition: all 0.3s ease;

}

.list_dl{

    padding:0.2rem 0.2rem;

	display: flex;

	display: -webkit-flex;

	flex-direction: column;

	box-sizing: border-box;

	position: relative;

	z-index: 2;

	gap: 0.2rem;

}



.list_dl dt{

   box-sizing: border-box;

   margin-left: 0.2rem;

   position: relative;

}

.list_dl dt a{

   font-size: 0.16rem;

   color: #666;

   transition: all 0.3s ease;

   position: relative;

   box-sizing: border-box;

   border-bottom: 1px solid transparent;

}

.list_dl dt::after{

	content: '';

	position: absolute;

	left: -0.2rem;

	top: 50%;

	transform: translate(0,-50%);

	width: 0.08rem;

	height: 0.08rem;

	background-color: #999;

	border-radius: 50%;

	transition: all 0.3s ease;

}



.list_active{

	box-sizing: border-box;

}

.list_active .list_a::after{

	width: 100%;

	left: 0;

	right: auto;

}

.list_active .list_a i iconify-icon{

	transform:translate(-50%,-50%) rotate(180deg);

	color: #fff;

}

.list_active .list_a a{

	color: #fff;

}





.list_dl_active a,.list_dl dt a:hover{

	color: var(--i_color) !important;

	border-bottom: 1px solid var(--i_color) !important;

}



.list_active .list_a{

	box-shadow: 0 0.04rem 0.2rem rgba(153,30,35,0.6);

}

.list_dl_active::after,.list_dl dt:hover::after{

	background-color: var(--i_color) !important;

}



@media screen and (max-width:1440px){



}

@media screen and (max-width:1366px){



}

@media screen and (max-width:1200px){

	.products_left_h2 {

		font-size: 0.28rem;

	}

	.list_dl{

		padding:0.2rem 0.1rem;

	}

}

@media screen and (max-width:1024px){

	.products_left{

		width: 100%;

		padding-right: 0;

		margin-bottom: 0.4rem;

	}

	.products_left_h2 iconify-icon{display: block;}

	.products_left_h2{display: flex;display: -webkit-flex;align-items: center;justify-content: center;}

	.products_left_h2{margin-bottom: 0;}

	.list{margin-top: 0.2rem;}

	.products_left_h2{

		color: #fff;

		background-color: var(--i_color);

		box-sizing: border-box;

		padding: 0.15rem 0;

	}

	.list {

		padding-bottom: 0.2rem;

	}



}

@media screen and (max-width:959px){



}

@media screen and (max-width:767px){

	.products_left_h2 {font-size: 0.2rem;}

	.products_left_h2 iconify-icon {font-size: 0.3rem;}

}

@media screen and (max-width:560px){



}

@media screen and (max-width:425px){



}





.products_contact{

   background-color: #F3F3F3;

   box-sizing: border-box;

   padding: 0.3rem 0.2rem;

   border-radius: 0.06rem;

   margin-top: 0.6rem;

}



.products_contact h3{

   font-size: 0.32rem;

   color: var(--i_color);

   font-weight: bold;

   position: relative;

   box-sizing: border-box;

   padding-bottom: 0.1rem;

   margin-bottom: 0.1rem;

}

.products_contact h3::after{

	content: '';

	position: absolute;

	bottom: 0;

	left: 0;

	width: 0.63rem;

	height: 0.02rem;

	background-color: var(--i_color);

}

.products_contact_ul{

   display: flex;

   flex-direction: column;

   gap: 0.1rem;

}

.products_contact_ul li{



}

.products_contact_ul li a{

   font-size: 0.18rem;

   color: #333;

   line-height: 133%;

   transition: all 0.3s ease;

}

.products_contact_ul li a:hover{

	color: var(--i_color);

}

.products_contact_img{

   display: flex;

   justify-content: space-between;

   align-items: flex-end;

   margin-top: 0.2rem;

}

.products_contact_img1{

   width: 0.9rem;

   height: auto;

}

.products_contact_img2{

   width: 0.48rem;

   height: auto;

}









.products_right{

	width: 67.6%;

	padding-top: 0.4rem;

	padding-bottom: 0.8rem;

	box-sizing: border-box;

	padding-left: 2%;

}

.products_right h3{

   font-size: 0.28rem;

   color: #333;

   font-weight: bold;

   text-transform: capitalize;

}

.products_right h4{

	line-height: 150%;

	font-size: 0.16rem;

	color: #666;

	margin-top: 0.1rem;



}

.products_right_ul{

   display: flex;

   flex-wrap: wrap;

   gap: 0.35rem;

   margin-top: 0.4rem;

}

.products_right_ul li{

   width: calc((100% - 0.7rem) / 3);

}

.products_right_ul li a{

   border: 1px solid #CCCCCC;

   transition: all 0.3s ease;

}

.products_right_ul li a:hover{

	border: 1px solid var(--i_color);

}





@media screen and (max-width:1440px) {

	.products_contact h3 {

		font-size: 0.3rem;

	}

	.products_contact_ul li a {

		font-size: 0.16rem;

	}

}

@media screen and (max-width:1200px) {

	.products_contact h3 {

		font-size: 0.25rem;

	}

}

@media screen and (max-width:1024px) {

	.products_contact h3 {

		font-size: 0.22rem;

	}

	.products_left{

		padding-right: 3%;

	}

	.products_contact{

		display: none;

	}

	.products_right {

		width: 100%;

		padding-top: 0.2rem;

		padding-bottom: 0.6rem;

		padding-left: 3%;

	}

}

@media screen and (max-width:960px) {



}

@media screen and (max-width:767px) {

	.products_right_ul {

		gap: 0.2rem;

	}

	.products_right_ul li {

		width: calc((100% - 0.2rem) / 2);

	}

}

@media screen and (max-width:560px) {



}

@media screen and (max-width:425px) {



}





/* single_grid */

.single_grid_bac{

   box-sizing: border-box;

   padding: 0.6rem 0;

}

.single_grid{

   display: flex;

   flex-wrap: wrap;

}

.single_grid_left{

   width: 36.43%;

}







/* 鍥剧墖鏌ョ湅鍖� */

.in_grid_cont{--sm_pic_width:17%}

.in_grid_cont{ position:relative;}

.in_grid_cont:before{content:""; display:block; padding-bottom:100%}



/* 缂╃暐鍥� */

.in_grid_list_box{position:absolute; top:0; left:0; width:var(--sm_pic_width); height:100%; box-sizing:border-box; padding:40px 0;overflow: hidden;}

.in_grid_list{height:100%;}

.in_grid_list .swiper-slide{cursor:pointer}



.in_grid_list .img{width:100%; height:100%; box-sizing:border-box;border-radius: 0.08rem; position:relative; overflow:hidden;}

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

.in_grid_list .swiper-slide-thumb-active .img{border:2px solid var(--i_color);}

.in_grid_list .swiper-slide-thumb-active img{filter: brightness(100%);-webkit-filter: brightness(100%);}

.ingrid-button-prev, .ingrid-button-next{

	position:absolute;

	z-index:999;

	outline:none;

	cursor:pointer;

	-moz-user-select:none;

    -webkit-user-select:none;

    -ms-user-select:none;

    -khtml-user-select:none;

    user-select:none;

	-webkit-transition:all 0.3s ease;

	-moz-transition:all 0.3s ease;

	-ms-transition:all 0.3s ease;

	-o-transition:all 0.3s ease;

	transition:all 0.3s ease;

}



.ingrid-button-prev.swiper-button-disabled, .ingrid-button-next.swiper-button-disabled{cursor:not-allowed; opacity:.1}



/* 澶у浘 */

.in_grid_show_box{

	position:absolute;

	top:0; right:0;

	width:calc(100% - var(--sm_pic_width) - 20px);

	height:100%;

	box-sizing:border-box; padding:0 0;

	margin:0 auto;

	background: #F9F9F9;

}

.in_grid_show{width:100%; height:100%; box-sizing:border-box;  position:relative; overflow:hidden}

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

.in_grid_show .swiper-slide{

	height:100%;

	display:-webkit-box;

	display:-ms-flexbox;

	display:-webkit-flex;

	display:flex;

	flex-shrink:0;

	position:relative;

	cursor:pointer;

	box-sizing: border-box;

	padding: 1px;

}



.in_grid_show .img{

	width:100%;

	height:100%;

	position:relative;

	overflow:hidden;

}

.in_grid_show .img img{width:100%; height:100%; object-fit:contain}



.ingrid-pagination{

	display:block;

	position: absolute;

	bottom: 0;

	right: 0rem;

	width: 0.7rem;

	height: 0.7rem;

	background-color: #F0F0F0;

	display: flex;

	display: -webkit-flex;

	justify-content: flex-end;

    align-items: flex-end;

	font-size: 0.18rem;

	color: var(--i_color);

	z-index: 2;

	clip-path: polygon(100% 0, 0% 100%, 100% 100%);

	box-sizing: border-box;

	padding: 0.1rem;

}

.ingrid-pagination .swiper-pagination-bullet{width:8px; height:8px; display:inline-block; margin:0 4px; background:#E5E5E5; -webkit-border-radius:50%; -moz-border-radius:50%; -o-border-radius:50%; border-radius:50%; outline:none}

.ingrid-pagination .swiper-pagination-bullet-active{position:relative; background:var(--i_color)}



.in_grid_cont:before{display:none}

.in_grid_show_box{position:relative; width:100%;}

.in_grid_show .img{width:100%; position:relative;overflow:hidden;box-sizing: border-box;}

.in_grid_show .img:before{content:""; display:block; padding-bottom:100%}

.in_grid_show .img img{position:absolute; top:50%;border-radius: 0.08rem; left:50%; transform:translate(-50%,-50%);box-sizing: border-box;}

.in_grid_list_box{margin-top:0.1rem; padding:0.05rem; position:relative; width:100%; height:initial}

.in_grid_list{width:100%; margin:0 auto}

.in_grid_list_box .swiper-wrapper{display:flex; position:relative; width:100%; z-index:1}

.in_grid_list_box .swiper-slide{height:100%;

	display:-webkit-box; display:-ms-flexbox;

	display:-webkit-flex; display:flex; flex-shrink:0;

	position:relative;

	cursor:pointer;

	background-color: #F9F9F9;

}

.in_grid_list .img{height:auto;}

.in_grid_list .img:before{content:""; display:block; padding-bottom:100%}

.in_grid_list .img img{position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); object-fit:contain}









.ingrid-button-prev, .ingrid-button-next{

	top:50%;

	transform:translate(0,-50%);

	width:0.4rem;

	height:0.4rem;

	background-color: var(--i_color);

	display: flex;

	display: -webkit-flex;

	justify-content: center;

	align-items: center;

	transition: all 0.3s ease;

}

.ingrid-button-prev{

	left: -0.1rem;

}

.ingrid-button-next{

	right: -0.1rem;

}

.ingrid-button-prev iconify-icon, .ingrid-button-next iconify-icon{

	font-size: 0.2rem;

	color: #fff;

}

.ingrid-button-prev:hover, .ingrid-button-next:hover{

	background-color: var(--i_color);

}







.single_grid_right{

	width: 63.57%;

	box-sizing: border-box;

	padding-left: 6%;

}

.single_grid_right h1{

   font-size: 0.32rem;

   color: #333;

   font-weight: bold;

   box-sizing: border-box;

   padding-bottom: 0.1rem;

   border-bottom: 2px solid var(--i_color);

   margin-bottom: 0.2rem;

}

.single_grid_right h2{

   font-size: 0.22rem;

   color: #333;

   text-transform: capitalize;

   font-weight: bold;

   margin-bottom: 0.1rem;

}

.single_grid_right article{



}

.single_grid_btn{

   display: flex;

   gap: 0.25rem;

   margin: 0.3rem 0;

}

.single_grid_btn a{

   display: inline-block;

   box-sizing: border-box;

   padding: 0.15rem 0.9rem;

   border-radius: 0.04rem;

   background: var(--i_color);

   font-size: 0.18rem;

   text-transform: capitalize;

   color: #fff;

   transition: all 0.3s ease;

}

.single_grid_btn a:nth-child(2){

   background: #A09F9F;

}

.single_grid_btn a:hover{

   background: var(--i_color2);

}

.single_share{

   display: flex;

   align-items: center;



}

.single_share p{

   font-size: 0.18rem;

   color: #333;

   margin-right: 0.1rem;

   font-weight: bold;

}

.single_share_dl{

   display: flex;

   gap: 0.15rem;

}

.single_share_dl dt{



}

.single_share_dl dt a{



}

.single_share_dl dt a iconify-icon{

   font-size: 0.22rem;

   color: #999999;

   transition: all 0.3s ease;

}

.single_share_dl dt a iconify-icon:hover{

	color: var(--i_color);

	transform: translateY(-5px);

}





@media screen and (max-width:1440px) {

	.single_grid_right h1 {

		font-size: 0.28rem;

	}



}

@media screen and (max-width:1200px) {

	.single_grid_right h1 {

		font-size: 0.24rem;

	}

	.single_grid_btn a {

		padding: 0.12rem 0.7rem;

		font-size: 0.16rem;

	}

	.single_grid_right h2 {

		font-size: 0.2rem;

	}

}

@media screen and (max-width:1024px) {



}

@media screen and (max-width:960px) {



}

@media screen and (max-width:767px) {

	.single_grid_left {

		width: 100%;

	}

	.single_grid_right {

		width: 100%;

		margin-top: 0.4rem;

		padding-left: 0%;

	}

	.single_grid_btn {

		gap: 0.2rem;

		margin: 0.4rem 0 0.2rem 0;

	}

	.single_grid_btn a {

        padding: 0.1rem 0.5rem;

    }

}

@media screen and (max-width:560px) {



}

@media screen and (max-width:425px) {



}





/* editor */

.editor_bac{

	background: #F9F9F9;

	box-sizing: border-box;

	padding: 0.6rem 0;



}

.editor{



}

.editor_box{

   display: flex;

   flex-wrap: wrap;

}

.editor_left{

   width: 76.57%;

   box-sizing: border-box;

   padding-right: 4%;

}

.editor_h3{

   font-size: 0.24rem;

   color: #333;

   font-weight: bold;

   text-transform: capitalize;

   border-left: 0.03rem solid var(--i_color);

   box-sizing: border-box;

   line-height: 100%;

   padding-left: 0.1rem;

   margin-bottom: 0.4rem;

}



.editor_left article{



}

.editor_right{

   width: 23.43%;

}





@media screen and (max-width:1440px) {



}

@media screen and (max-width:1200px) {



}

@media screen and (max-width:1024px) {

	.editor_h3{

		font-size: 0.2rem;

	}

	.editor_left{

		width: 100%;

		padding-right: 0%;

	}

	.editor_right{

		display: none;

	}

}

@media screen and (max-width:960px) {



}

@media screen and (max-width:767px) {



}

@media screen and (max-width:560px) {



}

@media screen and (max-width:425px) {



}







.tags{

   display: flex;

   display: -webkit-flex;

   flex-wrap: wrap;

   gap: 0.15rem 0.2rem;

   align-items: center;

   box-sizing: border-box;

   padding: 0.6rem 0 0.2rem 0;

   border-bottom: 1px solid rgba(30,74,179,0.2);

   margin-bottom: 0.2rem;

}

.tags p{

   font-size: 0.18rem;

   color: #222;

   font-weight: bold;

   box-sizing: border-box;

   padding-left: 0.1rem;

   border-left: 0.03rem solid var(--i_color);

}

.tags a{

	display: inline-block;

	background-color: #F7F7F7;

	box-sizing: border-box;

	padding: 0.1rem 0.3rem;

	font-size: 0.16rem;

	color: #333;

	text-transform: capitalize;

	border-radius: 0.4rem;

	transition: all 0.3s ease;

}

.tags a:hover{

	background-color: var(--i_color);

	color: #fff;

}









.sx{

   display: flex;

   display: -webkit-flex;

   justify-content: space-between;

   flex-wrap: wrap;

}

.sx>div{

	width: 48%;

}

.sx_left{

}

.sx a{

   display: block;

   width: 100%;

   display: flex;

   display: -webkit-flex;

   align-items: center;

}

.sx i{

   width: 0.45rem;

   height: 0.45rem;

   display: flex;

   display: -webkit-flex;

   justify-content: center;

   align-items: center;

   border-radius: 50%;

   box-sizing: border-box;

   border: 1px solid var(--i_color);

   transition: all 0.3s ease;

}

.sx i iconify-icon{

   font-size: 0.14rem;

   color: var(--i_color);

   transition: all 0.3s ease;

}

.sx p{

   font-size: 0.18rem;

   color: #333;

   font-family: 'bold';

   text-transform: capitalize;

}

.sx span{

	display: block;

	font-size: 0.16rem;

	color: #333;

	transition: all 0.3s ease;

}

.sx_right a {

    justify-content: flex-end;

}

.sx_left i{

	margin-right: 0.1rem;

}

.sx_right i{

	margin-left: 0.1rem;

}

.sx a:hover i{

	background-color: var(--i_color);

}

.sx a:hover i iconify-icon{

	color: #fff;

}

.sx a:hover span{

	color: var(--i_color);

}









@media screen and (max-width:1440px){

	.editor_all {

		border-radius: 0.8rem 0.8rem 0 0;

	}

}

@media screen and (max-width:1366px){



}

@media screen and (max-width:1200px){

	.editor_all {

		border-radius: 0.6rem 0.6rem 0 0;

	}

}

@media screen and (max-width:1024px){

	.editor_right{display: none;}

	.editor_left{width: 100%;}

	.editor_ul li {

		font-size: 0.18rem;

		padding: 0.12rem 0.4rem;



	}

}

@media screen and (max-width:959px){



}

@media screen and (max-width:767px){



}

@media screen and (max-width:560px){

	.editor_ul li {

		font-size: 0.16rem;

		padding: 0.1rem 0.3rem;

	}

	.editor_all {border-radius: 0.4rem 0.4rem 0 0;}

	.sx>div{width: 100%;}

	.editor_all {padding: 0.6rem 0;}

	.tags {padding: 0.4rem 0 0.2rem 0;}

	.sx i {

		width: 0.4rem;

		height: 0.4rem;

	}

}

@media screen and (max-width:425px){



}





/* related_products */

.related_products_bac{

   box-sizing: border-box;

   padding: 0.8rem 0;

}

.related_products{



}















/*  */

.rela_partner_box{

	margin-top: 0.4rem;

}



.rela_partner{position:relative}

.rela_partner_list{width:100%; padding:0.1rem !important;box-sizing: border-box; margin:0 auto; position:relative; overflow:hidden; z-index:1}

.rela_partner_list .swiper-wrapper{display:flex; position:relative; width:100%; z-index:1}

.rela_partner_list li{

	display:-webkit-box;

	display:-ms-flexbox;

	display:-webkit-flex;

	display:flex;

	flex-shrink:0;

	position:relative;

	cursor:pointer;

	flex-direction: column;

}

.rela_partner_list li a{

	width: 100%;

	display: block;

	box-sizing: border-box;

	border: 1px solid rgba(51,51,51,0.2);

}



/* 指示器 */

.rela_partner .pt-pagination{display:none; text-align:center; margin:0.4rem auto 0}

.rela_partner .pt-pagination .swiper-pagination-bullet{width:0.1rem; height:0.1rem;cursor: pointer; display:inline-block; margin:0 0.05rem; background:#BBB; border-radius:50%; outline:none}

.rela_partner .pt-pagination .swiper-pagination-bullet-active{position:relative; background:var(--i_color)}



/* 左右箭头 */

.rela_partner .pt-button-prev, .rela_partner .pt-button-next{

	position:absolute;

	top:50%;

	transform:translate(0,-50%);

	width:0.5rem;

	height:0.5rem;

	border: 1px solid var(--i_color);

	box-sizing: border-box;

	z-index:999;

	cursor:pointer;

	outline:none;

	display: flex;

	display: -webkit-flex;

	justify-content: center;

	align-items: center;

	border-radius: 50%;

	transition: all 0.3s ease;

}

.rela_partner .pt-button-prev iconify-icon, .rela_partner .pt-button-next iconify-icon{

	font-size: 0.2rem;

	color: var(--i_color);

	transition: all 0.3s ease;

}

.rela_partner .pt-button-prev{left:-5%;}

.rela_partner .pt-button-next{right:-5%;}



.rela_partner .pt-button-prev:hover, .rela_partner .pt-button-next:hover{

	background-color: var(--i_color);

}

.rela_partner .pt-button-prev:hover iconify-icon, .rela_partner .pt-button-next:hover iconify-icon{

	color: #fff;

}



@media screen and (max-width:1440px){



}

@media screen and (max-width:1366px){



}

@media screen and (max-width:1200px){

	.rela_partner .pt-button-prev, .rela_partner .pt-button-next{display:none}

	.rela_partner .pt-pagination{display:block}

	.related_products_bac{

		padding: 0.6rem 0;

	}

}

@media screen and (max-width:959px){



}

@media screen and (max-width:767px){



}

@media screen and (max-width:560px){



}





.banner_top{

	margin-top: var(--header_height);

}













/* 感谢页面 */

.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 .products_right_ul{

   display: flex;

   gap: 0.4rem;

   flex-wrap: wrap;

}

.tag .products_right_ul 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 .products_right_ul{

		gap: 0.2rem;

	}

	.tag .products_right_ul 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: 9999999999;}

.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-30{

	--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-30{margin:0;padding:0;}

#wpforms-form-30{width:100%;position:relative;}



#wpforms-30 .wpforms-field-container{}

#wpforms-30 .wpforms-field-container>.wpforms-field{

	width: 100%;

	padding: 0 1px 5px;

	margin: 0 0 6px;

	overflow-x:initial !important;

	position: relative;

}



#wpforms-30 .wpforms-field-container .wpforms-field-label{height: 0; font-size: 0;margin: 0 0;}

#wpforms-30 .wpforms-field-container .wpforms-required-label{position: absolute;top: 4px; left: 4px; font-size: 15px;color: #F00;font-weight: bold;}



#wpforms-30 .wpforms-field-container .wpforms-field>input,

#wpforms-30 .wpforms-field-container textarea{

	border: 1px solid #CCC;

	-webkit-border-radius:4px;

	border-radius:4px;

	box-sizing: border-box;

	padding: 0.05rem 0;

}

#wpforms-30 .wpforms-form label.wpforms-error{position: absolute;left: 0;bottom: 0;font-size: 13px;}



#wpforms-30 .wpforms-field-container .wpforms-field>input,

#wpforms-30 .wpforms-field-container textarea,

#wpforms-30 .wpforms-field-container select,

#wpforms-30 .wpforms-field-container .choices

{width: 100%;max-width: 100%; box-sizing: border-box; margin: 0 0;}

#wpforms-30 .wpforms-field-container .wpforms-field>input,

#wpforms-30 .wpforms-field-container textarea,

#wpforms-30 .wpforms-field-container select

{padding-left: 14px;padding-right: 14px;}

#wpforms-30 .wpforms-field-container textarea{padding-top: 10px;padding-bottom: 10px;}

#wpforms-30 .wpforms-field-container fieldset ul{padding: 0 2px; display:-webkit-flex; display:flex; flex-wrap:wrap;}

#wpforms-30 .wpforms-field-container select{cursor: pointer;}

#wpforms-30 .wpforms-field-container .wpforms-datepicker-wrap{width: 310px;}

#wpforms-30 .wpforms-field-container .wpforms-datepicker-wrap input{width: 100%;max-width: 100%;}

#wpforms-30 .wpforms-field-container .wpforms-datepicker-clear{right: 10px;}

#wpforms-30 .wpforms-field-container em.wpforms-error,#wpforms-30 .wpforms-field-container .mailcheck-error{position: absolute; margin: 0 0; font-size: 12px; bottom: -2px;}



#wpforms-30 .wpforms-submit-container{width: 100%; padding: 0;-webkit-border-radius:8px; border-radius:8px;overflow: hidden;}

#wpforms-30 .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-30 .wpforms-submit-container img{position:absolute;top:50%;transform:translate(0,-50%);right:4px;z-index:2}

#wpforms-30 .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_color2);

}



.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-33 {

	--input_font_color: rgb(0 0 0 / 50%);

	--input_font_size: 14px;

	--input_height: 42px

}

#wpforms-33 {

	width: 100%;

	margin: 0 auto;

	padding: 0

}

#wpforms-form-33 {

	width: 100%;

	overflow: hidden

}

#wpforms-33 input,

#wpforms-33 button {

	margin: 0;

	padding: 0;

	border: none;

	background: none

}

#wpforms-33 .wpforms-field {

	padding: 0;

	margin: 0

}

#wpforms-33 .wpforms-error-container {

	line-height: 16px

}

#wpforms-33 .wpforms-field-container {

	width: 100%;

	display: -webkit-flex;

	display: flex;

	flex-wrap: wrap;

	overflow: hidden

}

#wpforms-33 .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-33 .wpforms-field-label {

	font-size: 0

}

#wpforms-33 .wpforms-required-label {

	position: absolute;

	top: 16px;

	left: 5px;

	font-size: 16px;

	color: #F00

}

#wpforms-33 .wpforms-field {

	width: 100%;

	margin-bottom: 0;

	padding-bottom: 18px;

	background: transparent;

	position: relative;

	overflow: hidden

}

#wpforms-33 input {

	height: var(--input_height)

}

#wpforms-33 textarea {

	min-height: 100px

}

#wpforms-33 input,

#wpforms-33 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-33 input::-webkit-input-placeholder {

	color: var(--input_font_color);

	font-size: var(--input_font_size)

}

#wpforms-33 input::-moz-placeholder {

	color: var(--input_font_color);

	font-size: var(--input_font_size)

}

#wpforms-33 input::-moz-placeholder {

	color: var(--input_font_color);

	font-size: var(--input_font_size)

}

#wpforms-33 input::-ms-input-placeholder {

	color: var(--input_font_color);

	font-size: var(--input_font_size)

}

#wpforms-33 textarea::-webkit-input-placeholder {

	color: var(--input_font_color);

	font-size: var(--input_font_size)

}

#wpforms-33 textarea::-moz-placeholder {

	color: var(--input_font_color);

	font-size: var(--input_font_size)

}

#wpforms-33 textarea::-moz-placeholder {

	color: var(--input_font_color);

	font-size: var(--input_font_size)

}

#wpforms-33 textarea::-ms-input-placeholder {

	color: var(--input_font_color);

	font-size: var(--input_font_size)

}

#wpforms-33 #wpforms-33-field_1-error,

#wpforms-33 #wpforms-33-field_2-error,

#wpforms-33 #wpforms-33-field_3-error,

#wpforms-33 #wpforms-33-field_5-error {

	position: absolute;

	font-size: 13px

}

#wpforms-33 .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-33 .wpforms-submit-container img {

	position: absolute;

	top: 50%;

	transform: translate(0, -50%);

	right: 4px

}

#wpforms-33 .wpforms-submit-container:after {

	display: none;

	content: "";

	position: absolute;

	top: 0;

	left: 0;

	box-sizing: border-box;

	width: 100%;

	height: 100%

}

#wpforms-33 .wpforms-submit-container:hover:after {

	display: block

}

#wpforms-33 .wpforms-submit-container:hover {

	background: #FFF

}

#wpforms-33 .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-33 .wpforms-submit-container {

		height: 34px;

	}

	#wpforms-33 .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;

	}



}







.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) {



} */











