@charset "utf-8";



.wrap {

	width: 83.33%;

	margin-left: auto;

	margin-right: auto;

}



.wrap_top {

	width: 83%;

	margin-left: auto;

	margin-right: auto;

}



html {

	scroll-behavior: smooth

}



.wrap_left{

	box-sizing: border-box;

	padding-left: 8.335%;

}



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

	.wrap {

		width: 88%

	}

	.wrap_left{

		padding-left: 6%;

	}

}

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

	.wrap {

		width: 90%

	}

	.wrap_left{

		padding-left: 5%;

	}

}

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

	.wrap_top {

		width: 96%;

	}

}

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

	.wrap {

		width: 94%

	}

	.wrap_left{

		padding-left: 3%;

	}

	.wrap_top {

		position: initial;

	}

}





:root {

	--i_color: #214B97;

	/* 全局颜色 */

	--i_color2: #6b8cf8;

	/* 副颜色 */

	--header_top: 0.45rem;

	--header_height: 0.85rem;

	/* 头部高度 */

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

	/* 默认边框颜色 */

	--f_menu_height: 50px;

	/* 移动端底部菜单 */

}



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

	:root,

	header {

		--header_height: .6rem;

	}

}

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

	:root {

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

	}

}





@font-face {

	font-family: 'open';

	src: url('../fonts/opensans-regular.ttf');

}

@font-face {

	font-family: 'bold';

	src: url('../fonts/opensans-bold.ttf');

}

body{

	font-family: 'open';

}





/* header */

header {

	position: fixed;

	top: 0;

	left: 0;

	width: 100%;

	z-index:88;

	box-shadow: 0 4px 10px rgba(0, 0, 0, .1);

}

/* header::before {

	content: '';

	position: absolute;

	left: 0;

	bottom: 0;

	width: 100%;

	height: 1px;

	background: var(--border_color);

	z-index: 2014;

} */



.top_cont {

	position: relative;

	background: white;

}

.top {

	display: -webkit-flex;

	display: flex;

	flex-wrap: wrap;

	align-items: center;

	position: relative;



}

/* .TopHeader .top_cont {

	background: #222;

} */



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

	header {

		top: 0;

		top: 0;

		width: 100%;

		box-shadow: 0 4px 10px rgba(0, 0, 0, .1);

	}

	header {border-radius:0}

	/* .top_cont {

		background: #333 !important;

	} */



}







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

}

.logo img {

	max-height: 100%;

}



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

	.logo a {

		height: 60%;

	}

	.logo img {

		max-height: 90%;

	}

}

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

	.logo a {

		height: 70%;

	}



}











/* 导航 */



.top_up_area{

	background-color:#333;

    position: relative;

}

.top_up_area::after{

	content: '';

	position: absolute;

	top: 0;

	left: 0;

	width: 57.5%;

	height: 100%;

	background-color: var(--i_color);

	border-radius: 10% 7% 17% 10% / 0% 100% 0% 0%;



}

.top_up{

	height: var(--header_top);

	display: flex;

	display: -webkit-flex;

	justify-content: space-between;

	position: relative;

	z-index: 2;

}

.top_up_left{

   display: flex;

   display: -webkit-flex;

   align-items: center;

   height: 100%;

}

.top_up_left1{

   display: flex;

   display: -webkit-flex;

   align-items: center;

   padding-right: 0.2rem;

}

.top_up_left1 iconify-icon{

	font-size: 0.2rem;

	object-fit: contain;

	margin-right: 0.08rem;

	color: #fff;

}

.top_up_left1 a{

    font-size: 14px;

	color: white;

	white-space:nowrap;

	transition: all 0.3s ease;

	position: relative;

	display: inline-block;

}

.top_up_left1 a::after{

    content: '';

	position: absolute;

	bottom: 0;

	right: 0;

	width: 0;

	height: 1px;

	background-color: #fff;

	transition: all 0.3s ease;

}

.top_up_left1 a:hover::after{

	width: 100%;

	right: auto;

	left: 0;

}

.top_up_right{

	height: 100%;

	display: flex;

	display: -webkit-flex;

	align-items: center;

}

.top_up_right1{

    display: flex;

	display: -webkit-flex;

	align-items: center;

}

.top_up_right1 p{

	font-size: 0.14rem;

	color: #fff;

	line-height: 100%;

}

.top_up_right1 span{

	display: block;

	width: 1px;

	height: 0.16rem;

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

	margin: 0 0.15rem;

}

.top_language{

   box-sizing: border-box;

   position: relative;

   width: 0.46rem;

   height: 0.46rem;

   border-radius: 50%;

   background-color: var(--i_color);

   display: flex;

   display: -webkit-flex;

   justify-content: center;

   align-items: center;

   cursor: pointer;

}

/* .top_language::after{

	content: '';

	position: absolute;

	top: 50%;

	right: 0;

	transform: translate(0, -50%);

	width: 1px;

	height: 0.18rem;

	background-color: #fff;

} */



.top_language iconify-icon{

	font-size: 0.2rem;

	color: #fff;

}

.top_language p{

	font-size: 0.16rem;

	color: white;

	box-sizing: border-box;

	position: relative;

	cursor: pointer;

}



.top_upRight_she{

    display: flex;

	display: -webkit-flex;

	align-items: center;

	gap: 0.2rem;

}

.top_upRight_she dt{



}

.top_upRight_she dt a{

    display: flex;

   display: -webkit-flex;

   align-items: center;

}

.top_upRight_she dt a iconify-icon{

	font-size: 0.2rem;

    color: rgba(255, 255, 255, 0.8);

	transition: all 0.3s ease;

}

.top_upRight_she dt a iconify-icon:hover{

    color: #fff;

}

















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

	.i_nav {

		margin-left: 0.4rem;

		display: -webkit-flex;

		display: flex;

		flex-wrap: nowrap;

	}



	.i_nav>li {

		position: relative;

		margin: 0 .35rem;

	}



	.i_nav>li>a {

		display: block;

		font-size: .18rem;

		color: #333;

		line-height: var(--header_height);

		white-space: nowrap;

		-webkit-border-radius: .08rem;

		border-radius: .08rem;

		text-transform: capitalize;

	}

	.i_nav>li>a::after{

		content: '';

		position: absolute;

		top: calc(50% + 0.2rem);

		left: 50%;

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

		width: 0.1rem;

		height: 0.08rem;

		background-color: var(--i_color);

		border-radius: 0.5rem;

	    opacity: 0;

		transition: all 0.3s ease;

	}

	.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 .curr>a {

		transition: all 0.3s ease;

		position: relative;

		color: var(--i_color);

		z-index: 2;

	}

    .i_nav>.current-menu-item>a::after,

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

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

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

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

	.i_nav>li:hover>a::after,

	.i_nav .curr>a::after{

		opacity: 1;

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

	}















	.i_nav .sub-menu {

		display: none;

		position: absolute;

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

		background: #fff;

		min-width: 1.6rem;

	}

	.i_nav .sub-menu li {

		position: relative;

	}

	.i_nav .sub-menu li::before,

	.i_nav .sub-menu li::after {

		content: '';

		position: absolute;

		bottom: 0;

		height: 1px;

	}

	.i_nav .sub-menu li::before {

		left: 0;

		width: 100%;

		background: rgb(0 0 0 / 8%);

	}

	.i_nav .sub-menu li::after {

		right: 0;

		width: 0;

		background: var(--i_color);

	}



	.i_nav .sub-menu>li>a {

		display: block;

		padding: 0 0.3rem 0 .2rem;

		font-size: 0.15rem;

		color: #222;

		line-height: 0.44rem;

		overflow: hidden;

		white-space: nowrap;

		text-overflow: ellipsis;

		position: relative;

		left: 0;

	}

	.i_nav .sub-menu>li>a::before {

		content: "\f324";

		font-family: "Font Awesome 5 Pro";

		font-weight: 300;

		position: absolute;

		top: 50%;

		transform: translate(0, -50%);

		left: -.16rem;

		font-size: 0.14rem;

		color: var(--i_color);

	}

	.i_nav .sub-menu>li:hover::after {

		right: initial;

		left: 0;

		width: 100%;

	}

	.i_nav .sub-menu>li:hover>a {

		left: .16rem;

	}

	.i_nav .sub-menu>li:hover>a {

		color: var(--i_color);

	}

	.i_nav .sub-menu>li:hover>a::before {

		left: 0;

	}

	.i_nav .sub-menu>li,

	.i_nav .sub-menu>li::after,

	.i_nav .sub-menu>li>a,

	.i_nav .sub-menu>li>a::before {

		-webkit-transition: all .5s ease;

		transition: all .5s ease

	}

    .i_nav .sub-menu .sub-menu{

		position: absolute;

		top: -2px;
		left:101%;
		/* right: -102%; */

	}



}



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

	.i_nav>li {

		margin: 0 .3rem;

	}

}

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



	.i_nav>li>a {

		font-size: 0.15rem;

	}

}

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



	.i_nav>li>a {

		font-size: 0.14rem;

	}

}

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

	.i_nav {

		display: none;

		position: fixed;

		top:calc(var(--header_height) + var(--header_top));

		left: 0;

		width: 100%;

		width: 100vw;

		max-height: calc(100vh - var(--header_height) - var(--header_top) - 50px);

		background: #FFF;

		overflow-y: auto;

		z-index: 2

	}

	/*滚动条*/

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

		display: block;

		position: absolute;

		top: 0;

		right: 0;

		width: .44rem;

		height: .44rem;

		background: #F1F1F1;

	}

	.i_nav>.menu-item-has-children i::before {

		content: '\f107';

		position: absolute;

		top: 50%;

		left: 50%;

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

		font-size: 0.26rem;

		color: #222;

	}



	.i_nav>.menu-item-has-children i.on::before {

		content: '\f106';

	}



	.i_nav>li>a {

		padding: 0 .2rem;

		font-size: .15rem;

		color: #222;

		line-height: .44rem;

		text-transform: uppercase;

	}



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

		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(../fonts/arrow_down_hollow_hei.svg) no-repeat center;

		background-size: .16rem;

	}

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

		background: url(../fonts/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

	}

	.top_language p{font-size: 14px;}

	.top_up_left{display: none;}

	.top_up {justify-content: flex-end;}

}

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



}

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



	.top_up_area::after{width: 0%;}

}













/* 移动端导航按钮 */

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

	position: absolute;

	top: 50%;

	margin-top: -1px;

	background: #222;

	border-radius: .1rem;

	transition: 0.5s

}

.nav_menu::before,

.nav_menu::after {

	content: "";

	width: 100%;

	height: 2px;

	background: #225;

	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

	}



}





.top_r {

	--size: .2rem

}

.top_r {

	margin-left: auto;

	display: -webkit-flex;

	display: flex;

	flex-wrap: wrap;

	align-items: center;

	height: var(--header_height);

	gap: 0.1rem;

}



.top_search_ico {

	display: -webkit-flex;

	display: flex;

	flex-wrap: wrap;

	align-items: center;

	justify-content: center;

	width: 0.46rem;

	height: 0.46rem;

	border-radius: 50%;

	background-color: var(--i_color);

	position: relative;

}



.top_search_ico iconify-icon {

	font-size: var(--size);

	color: #fff;

	cursor: pointer;

}

.top_search_ico.on iconify-icon {



}





.top_language {

	display: -webkit-flex;

	display: flex;

	flex-wrap: wrap;

	align-items: center;

	position: relative;

}







.top_language_list {

	visibility: hidden;

	opacity: 0;

	position: absolute;

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

	right: 0;

	z-index: 99999;

	-webkit-transition: all .3s ease;

	transition: all .3s ease;

	background-color: white;

}

.top_language_list.on {

	visibility: visible;

	opacity: 1;

	top:var(--header_top);

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

}



.top_language_list ul {

	overflow: hidden;

}



.top_language_list li {

	background: #FFF;

}

.top_language_list a>span {

	display: block;

	padding: 0 14px;

	min-width: 100px;

	overflow: hidden

}

.top_language_list img,

.top_language_list .trp-ls-language-name {

	display: inline-block;

	vertical-align: middle;

	margin-left: 8px;

	font-size: .12rem;

	color: #666;

	line-height: .3rem

}

.current-language-menu-item .trp-ls-language-name{color: red;}



.top_language_list li:hover {

	background: var(--i_color)

}

.top_language_list li:hover .trp-ls-language-name {

	color: #FFF;

}

.top_language,

.top_language>i {

	-webkit-transition: all .3s ease;

	-moz-transition: all .3s ease;

	-ms-transition: all .3s ease;

	-o-transition: all .3s ease;

	transition: all .3s ease

}





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



}

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



}

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

	.top_language,.top_search_ico{

		width: 0.4rem;

		height: 0.4rem;

	}

	.top_language iconify-icon {

		font-size: 0.18rem;

	}

	.top_r {

		--size: .18rem;

	}

}

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



}

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



}

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



}

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

	.top_up_right1 p ,.top_up_right1 span{

		display: none;

	}

	.top_language,.top_search_ico{

		width: 0.35rem;

		height: 0.35rem;

	}

	.top_language iconify-icon {

		font-size: 0.16rem;

	}

	.top_r {

		--size: .16rem;

	}



}

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



}

















header,

.top_cont,

.logo,

.logo img,

.i_nav>li,

.i_nav>li>a,

.top_r {

	-webkit-transition: all .7s ease;

	-moz-transition: all .7s ease;

	-ms-transition: all .7s ease;

	-o-transition: all .7s ease;

	transition: all .7s ease

}













/* search main */

.top_search {

	--search_height: .38rem

}

.top_search {

	position: fixed;

	top: -1rem;

	left: 0;

	width: 100%;

	padding: .16rem 0;

	background: #FFF;

	-webkit-transition: all .3s ease;

	transition: all .3s ease;

	z-index: 6;

}

.top_search.on {

	top:calc( var(--header_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));

	height: var(--search_height);

	box-sizing: border-box;

	padding: 0 0 0 .12rem;

}

.top_search_btn {

	font-size: 0;

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

	height: var(--search_height);

	background: var(--i_color) url(../images/search.svg) no-repeat center;

	background-size: .2rem;

	cursor: pointer;

}



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



}

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

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

	.top_r {

		margin-left: auto;

	}

	.top_search_ico {

		margin-right: 0.3rem;

	}

}

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

	.top_search {

		--search_height: .34rem

	}

	.top_search {

		padding: .12rem 0;

	}

}

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

	.top_search form {

		width: 94%;

	}

	.top_search_btn {}

	.top_search_ico {

        margin-right: 0.2rem;

    }

}



/* 导航下拉 */

/* products */



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

    .xiala{

		position: fixed;

		top:calc(var(--header_height) + var(--header_top));

		left: 0;

		width: 100%;

		background-color: #4F4F4F;

		box-sizing: border-box;

		padding:0.4rem 0;

		display: none;



	 }

	 .xiala_ul{

		 display: flex;

		 display: -webkit-flex;

		 justify-content: center;

	 }

	 .xiala_ul>li{

		 width: 19%;

		 position: relative;

	 }



	 .xiala_ul>li::after{

		 content: '';

		 position: absolute;

		 width: 1px;

		 height: 50%;

		 bottom: 0;

		 left: 0;

		 background-color:#958460 ;

	 }

	 .xiala_ul>li>a{



	 }

	 .xiala_img{

		 position: relative;

		 overflow: hidden;

		 width: 80%;

	 }

	 .xiala_img::after{

		 content: '';

		 display: block;

		 padding-bottom: 82%;

	 }

	 .xiala_img img{

		 position: absolute;

		 top: 50%;

		 left: 50%;

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

		 width: 100%;

		 height: 100%;

		 object-fit: cover;

		 border-radius: 0.1rem;

		 transition: all 0.3s ease;

	 }

	 .xiala_img::before{

		 content: '';

		 position: absolute;

		 top: 50%;

		 left: 50%;

		 width: 100%;

		 height: 100%;

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

		 border: 1px solid rgba(255, 182, 13, 0.7);

		 border-radius: 0.1rem;

		 opacity: 0;

		 transition: all 0.3s ease;

	 }

	 .xiala_ul>li>a:hover .xiala_img::before{

		 width: calc(100% - 0.25rem);

		 height: calc(100% - 0.25rem);

		 opacity: 1;

		 z-index: 2;

	 }

	 /* .xiala_ul>li>a:hover .xiala_img img{

		 width: 110%;

		 height: 110%;

	 } */

	 .xiala_ul h2{

		 font-size: 0.18rem;

		 font-weight: bold;

		 color: white;

		 box-sizing: border-box;

		 padding: 0.1rem 0 0.3rem 0.2rem;

		 margin-top: 0.2rem;

		 border-left: 1px solid #957a60;

		 transition: all 0.3s ease;

		 overflow:hidden;

		 white-space: nowrap;

		 text-overflow: ellipsis;

		 box-sizing: border-box;

	 }

	 .xiala_ul>li>a:hover h2{

		 color: var(--i_color);

	 }

	 .xiala_ul_ul{

		 box-sizing: border-box;

		 padding: 0 1% 0.18rem 0.2rem;

		 display: flex;

		 display: -webkit-flex;

		 flex-direction: column;

		 border-left: 1px solid #957a60;

	 }

	 .xiala_ul_ul>li{

		 margin-bottom: 0.1rem;

		 position: relative;

		 overflow: hidden;

	 }



	 .xiala_ul_ul>li>a{

		 font-size: 0.14rem;

		 color: #dbdfe2;

		 position: relative;

		 transition: all 0.3s ease;

		 overflow:hidden;

		 white-space: nowrap;

		 text-overflow: ellipsis;

		 box-sizing: border-box;

	 }

	 .xiala_ul_ul>li>a::after{

		 content: '>';

		 position: absolute;

		 top: 50%;

		 left: -0.2rem;

		 transform: translate(0,-50%);

		 color: var(--i_color);

		 font-size: 0.16rem;

		 transition: all 0.3s ease;

	 }

	 .xiala_ul_ul>li>a:hover{

		 margin-left: 0.2rem;

		 color: var(--i_color);

	 }



	 .xiala_active{

		 display: block;

	 }

	 .xiala_ul1_active>a>h2{

		 color: var(--i_color);

	 }

	 /* .xiala_ul1_active>a img{

		 width: 110%;

		 height: 110%;

	 } */

	 .xiala_ul1_active>a .xiala_img::before{

		 width: calc(100% - 0.25rem);

		 height: calc(100% - 0.25rem);

		 opacity: 1;

		 z-index: 2;

	 }



	 .xiala_ul2_active>a{

		 color: var(--i_color) !important;

		 margin-left: 0.2rem;

	 }

	 .xiala_ul2_active>a::after{

		 left: 0;

	 }

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



	 }

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



	 }

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



	 }

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



	 }

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



	 }



}



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

	.xiala{display: none;}

}











/* -=---------------------banner--------------------------- */

/* banner */

.banner{width:100%; position:relative;margin-top:calc(var(--header_top) + var(--header_height));}

.banner .swiper-slide{height:0; overflow:hidden; padding-bottom:91.5vh; position:relative}

.banner .swiper-slide>img{position:absolute; top:0; left:0; width:100%; height:100%; object-fit:cover}

.banner .swiper-slide video{position:absolute; left:0; top:0; width:100%; height:100%!important; object-fit:cover; z-index:2}

.banner .swiper-slide{

	width: 100%;

	display: block;

	transition:all 0.3s ease;

}

.banner .swiper-button-prev, .banner .swiper-button-next{

	position:absolute;

	top: 50%;

	transform: translate(0,-50%);

	cursor:pointer;

	width:0.5rem;

	height:0.5rem;

	z-index:999;

    background: #fff;



	display: flex;

	display: -webkit-flex;

	justify-content: center;

	align-items: center;

	transition: all 0.3s ease;

}



.banner .swiper-button-prev iconify-icon, .banner .swiper-button-next iconify-icon{

	font-size: 0.25rem;

	color: #222;

	transition: all 0.3s ease;

}

.banner .swiper-button-prev{left: -5%;}

.banner .swiper-button-next{right:-5%;}



.banner .swiper-button-prev:hover iconify-icon, .banner .swiper-button-next:hover iconify-icon{

	color: #fff;

}

.banner:hover .swiper-button-prev{

    left: 2%;

}

.banner:hover .swiper-button-next{

    right: 2%;

}

.banner:hover .swiper-button-prev{



}

.banner:hover .swiper-button-next{}









.banner .swiper-button-prev:hover, .banner .swiper-button-next:hover{background-color:var(--i_color)}



.banner .pagination-all{

	position:absolute;

    bottom: 3%;

    left: 50%;

	transform:translate(-50%,0);

	cursor:pointer;

	z-index:10;

}

.banner .swiper-pagination {

	position: relative;

	display: flex;

	display: -webkit-flex;

	align-items: center;

	text-align: left;

}

.banner .swiper-pagination-bullet {

	width: 0.1rem;

	height: 0.1rem;

	border-radius: 0%;

	box-sizing: border-box;

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

	opacity: 1;

	margin: 0 10px;

	position: relative;

	z-index: 4;

	transition: all  0.5s ease;

}

.banner .swiper-pagination-bullet-active {

	background: #fff;



}





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



}

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



}

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

	.banner .pagination-all{bottom: 1rem;}

}

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



	.banner .swiper-button-prev, .banner .swiper-button-next{display:none!important}



}

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

	.banner .swiper-slide {

		padding-bottom: 60%;

	}

}

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





}

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



}





/* --------------------banner文字------------------- */

.banner_text1{

	position: absolute;

	top: 14%;

	left: 50%;

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

	display: flex;

	display: -webkit-flex;

	flex-direction: column;

	justify-content: center;

	align-items: center;

}

.banner_text1 h2{

   font-size: 0.42rem;

   color: #333;

   font-family: 'bold';

   text-align: center;

}

.banner_text1 h3{

   font-size: 0.24rem;

   color: #fff;

   display: inline-block;

   box-sizing: border-box;

   background-color: var(--i_color);

   padding: 0.1rem 0.3rem;

   border-radius: 8rem;

   font-family: 'bold';

   margin: 0.15rem 0;

   line-height: 100%;

}

.banner_text1 h4{

   font-size: 0.16rem;

   color: #333;

   line-height: 0.24rem;

   text-align: center;

}

.banner_text2{

	position: absolute;

	top: 14%;

	left: 50%;

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

	display: flex;

	display: -webkit-flex;

	flex-direction: column;

	justify-content: center;

	align-items: center;

}

.banner_text2 h2{

	font-size: 0.42rem;

	color: #333;

	font-family: 'bold';

	text-align: center;

	position: relative;

	box-sizing: border-box;

	padding-bottom: 0.2rem;

	margin-bottom: 0.15rem;

}

.banner_text2 h2::after{

	content: '';

	position: absolute;

	bottom: 0;

	left: 50%;

	transform: translate(-50%,0);

	width: 1.1rem;

	height: 0.04rem;

	background-color: var(--i_color);

	border-radius: 0.05rem;

}

.banner_text2 h3{

    font-size: 0.16rem;

	color: #333;

	text-align: center;

}

.banner_text3{

	position: absolute;

	top: 42%;

	left: 50%;

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

}

.banner_text3 h2{

   font-size: 0.42rem;

   color: #fff;

   font-family: 'bold';

   box-sizing: border-box;

   line-height: 120%;

   position: relative;

   padding-left: 0.25rem;

   text-transform: capitalize;

}

.banner_text3 h2::after{

	content: '';

	position: absolute;

	top: 50%;

	left: 0;

	transform: translate(0,-50%);

	width: 0.06rem;

	height: 90%;

	background-color: var(--i_color);

}

.banner_text3 h3{

   display: inline-block;

   font-size: 0.22rem;

   color: #fff;

   line-height: 100%;

   box-sizing: border-box;

   padding: 0.12rem 0.2rem;

   background: linear-gradient(to right,rgba(33,75,151,1),rgba(33,75,151,0));

   border-radius: 0.1rem;

   margin: 0.2rem 0;

}

.banner_text3_dl{

   display: flex;

   display: -webkit-flex;

   flex-direction: column;

   gap: 0.1rem;

}

.banner_text3_dl dt{

   font-size: 0.2rem;

   color: #fff;

   box-sizing: border-box;

   padding-left: 0.2rem;

   position: relative;

}

.banner_text3_dl dt::after{

	content: '';

	position: absolute;

	width: 0.12rem;

	height: 0.12rem;

	background-color: var(--i_color);

	border-radius: 50%;

	left: 0;

	top: 50%;

	transform: translate(0,-50%);

}



















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

	.banner_text1 h2,.banner_text2 h2 {

		font-size: 0.4rem;

	}

	.banner_text3 h2 {

		font-size: 0.4rem;

	}



}

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



}

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

	.banner_text1 h2,.banner_text2 h2 {

		font-size: 0.35rem;

	}

	.banner_text1 h3 {

		font-size: 0.2rem;

	}

	.banner_text3 h2 {

		font-size: 0.35rem;

	}

	.banner_text3 h3{

		font-size: 0.2rem;

		padding: 0.1rem 0.2rem;

	}

}

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

	.banner_text1 h2,.banner_text2 h2 {

		font-size: 0.3rem;

	}

	.banner_text3 h2 {

		font-size: 0.3rem;

	}

}

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

	.banner_text1 h2,.banner_text2 h2 {

		font-size: 0.28rem;

	}

	.banner_text3 h2 {

		font-size: 0.28rem;

	}

	.banner_text3 h3{

		font-size: 0.16rem;

		padding: 0.1rem 0.15rem;

	}

}

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

	.banner_text1 h2,.banner_text2 h2 {

		font-size: 0.26rem;

	}

	.banner_text3 h2 {

		font-size: 0.26rem;

	}

	.banner_text1 h3 {

		font-size: 0.18rem;

		padding: 0.08rem 0.25rem;

		margin: 0.1rem 0 0 0;

	}

	.banner_text1 h4{

		display: none;

	}

	.banner_text1 {

		top: 23%;

	}

	.banner_text3_dl{display: none;}

}

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

	.banner_text1 h2,.banner_text2 h2 {

		font-size: 0.24rem;

	}

	.banner_text3 h2 {

		font-size: 0.24rem;

	}

	.banner_text1 h3 {

		font-size: 0.16rem;

	}

	.banner_text2 h3 br{display: none;}

}

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

	.banner_text1 h2,.banner_text2 h2 {

		font-size: 0.22rem;

	}

	.banner_text3 h2 {

		font-size: 0.22rem;

	}

	.banner_text2 h3{display: none;}

}

























/* products_categories */

.products_categories_bac{

   box-sizing: border-box;

   padding: 1rem 0;

   background-color: #fff;

   border-radius: 1.2rem 1.2rem 0 0;

   margin-top: -1.3rem;

   position: relative;

   z-index: 2;

   background-color: #F4F4F4;

}

.yuan{

	position: absolute;

	width: 7.31rem;

	height: 7.31rem;

	left: -5.31rem;

    top: 1.8rem;

	background: url('../images/pc_bac.webp') no-repeat center;

	background-size: contain;

	z-index: -1;

}

.products_categories{



}

.title{



}

.title p{

    font-size: 0.4rem;

	color: #333;

	font-family: 'bold';

	line-height: 100%;

	position: relative;

	z-index: 3;

	box-sizing: border-box;

	padding-left: 0.2rem;

	text-transform: capitalize;

}

.title p::after{

	content: '';

	position: absolute;

	top: 50%;

	left: 0;

	transform: translate(0, -50%);

    width: 0.44rem;

	height: 0.44rem;

	background: url('../images/title.png') no-repeat center;

	background-size: contain;

	z-index: -1;

}

.title span{

	display: block;

	font-size: 0.18rem;

	line-height: 0.3rem;

	color: #666;

	margin-top: 0.2rem;

}

.title_white p{

	color: #fff;

}

.title_center{

	justify-content: center;

	align-items: center;

	display: flex;

	display: -webkit-flex;

	flex-direction: column;

}

.title_white span{

	color: #fff;

}

.title_center span{

	text-align: center;

}

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

	.title p{

		font-size: 0.35rem;

	}

	.products_categories_bac {

		padding: 0.8rem 0;

		border-radius: 1rem 1rem 0 0;

		margin-top: -1rem;

	}

	.yuan{

		width: 7rem;

		height: 7rem;

		left: -5rem;

		top: 1.4rem;

	}

}

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



}

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

	.title p{

		font-size: 0.3rem;

	}

	.title span {

		font-size: 0.16rem;

		line-height: 0.25rem;

		margin-top: 0.15rem;

	}

	.products_categories_bac {

		padding: 0.6rem 0;

		border-radius: 0.8rem 0.8rem 0 0;

		margin-top: -0.8rem;

	}

	.yuan{

		width: 6rem;

		height: 6rem;

		left: -4rem;

		top: 1rem;

	}

}

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



}

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

	.title p{

		font-size: 0.28rem;

	}

}

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

	.title p{

		font-size: 0.26rem;

	}

	.title span br{display: none;}

	.products_categories_bac {

		border-radius: 0.6rem 0.6rem 0 0;

		margin-top: -0.6rem;

	}

	.yuan{

		width: 5rem;

		height: 5rem;

		left: -3rem;

		top: 0.8rem;

	}

}

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

	.title p{

		font-size: 0.24rem;

	}

	.products_categories_bac {

		border-radius: 0.4rem 0.4rem 0 0;

		margin-top: -0.4rem;

	}

	.yuan{

		width: 4rem;

		height: 4rem;

		left: -2rem;

		top: 0.6rem;

	}

}

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

	.title p{

		font-size: 0.22rem;

	}

	.yuan{

		width: 3rem;

		height: 3rem;

		left: -1rem;

		top: 0.4rem;

	}

}

















/*  */

.pc_partner_box{margin-top: 0.6rem;margin-bottom: 0.6rem;}



.pc_partner{position:relative}

.pc_partner_list{width:100%; padding:0; margin:0 auto; position:relative; overflow:hidden; z-index:1}

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

.pc_partner_list li{

	display:-webkit-box;

	display:-ms-flexbox;

	display:-webkit-flex;

	display:flex;

	flex-shrink:0;

	position:relative;

	cursor:pointer;

	flex-direction: column;

	background-color: #fff;

	box-sizing: border-box;

	padding: 0.3rem;

	border-radius: 0.15rem;

	transition: all 0.3s ease;

	overflow: hidden;

}

.pc_partner_list li::after{

	content: '';

	position: absolute;

	top: 0;

	left: 0;

	width: 100%;

	height: 0.03rem;

	background-color: var(--i_color);

}

.pc_partner_list li::before{

	content: '';

	position: absolute;

	right: -0.35rem;

	bottom: -0.35rem;

	width: 1.2rem;

	height: 1.2rem;

	background: url('../images/pc_c.png') center no-repeat;
	background-size: contain;

	transition: all 0.3s ease;

	transform: scale(0);

}



.pc_partner_list li:hover::before{

	transform: scale(1);

}











.pc_partner_list li a{

	display: block;

	width: 100%;

}

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

.pc_partner_list .img:before{content:""; display:block; padding-bottom: 75%}

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





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



.pc_text{

   box-sizing: border-box;

   padding: 0.5rem 0 0.1rem 0;

}

.pc_text h3{

   font-size: 0.16rem;

   color: #666;

   text-transform: capitalize;



}

.pc_text h4{

   font-size: 0.24rem;

   color: #333;

   font-family: 'bold';

   margin-top: 0.1rem;

   transition: all 0.3s ease;

}



.pc_partner_list li:hover h4{

	color: var(--i_color);

}





/* 指示器 */

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

.pc_partner .pt-pagination .swiper-pagination-bullet{width:0.12rem; height:0.12rem;cursor: pointer; display:inline-block; margin:0 5px; background:#BBB; border-radius:0%; outline:none}

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



/* 左右箭头 */

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

	position:absolute;

	top: -1.3rem;

	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;

}

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

	font-size: 0.2rem;

	color: var(--i_color);

	transition: all 0.3s ease;

}

.pc_partner .pt-button-prev{right:0.7rem;}

.pc_partner .pt-button-next{right:0%;}



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

	background-color: var(--i_color);

}

.pc_partner .pt-button-prev:hover iconify-icon, .pc_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){

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

	.pc_partner .pt-pagination{display:block}

	.pc_text h4{font-size: 0.22rem;}

}

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

	.pc_text h4{font-size: 0.2rem;}

}

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

	.pc_text h4{font-size: 0.18rem;}

	.pc_text h3 {

		font-size: 0.14rem;

	}

	.pc_partner_box {

		margin-top: 0.4rem;

		margin-bottom: 0.4rem;

	}

	.pc_partner_list li {

		padding: 0.2rem;

	}

}

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



	.pc_partner .pt-pagination .swiper-pagination-bullet{width:0.1rem; height:0.1rem}

}













.home_btn{

   display: flex;

   display: -webkit-flex;

   justify-content: center;

}

.home_btn a{

   display: inline-block;

   box-sizing: border-box;

   padding: 0.12rem 0.22rem 0.12rem 0.32rem;

   overflow: hidden;

   border-radius: 0.3rem;

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

}

.home_btn_div{

    display: flex;

	display: -webkit-flex;

	align-items: center;

}

.home_btn_div p{

    font-size: 0.18rem;

	color: var(--i_color);

	text-transform: capitalize;

	position: relative;

	z-index: 2;

	transition: all 0.3s ease;

}

.home_btn_div i{

    display: block;

	width: 0.29rem;

	height: 0.29rem;

	background-color: var(--i_color);

	display: flex;

	display: -webkit-flex;

	justify-content: center;

	align-items: center;

	margin-left: 0.1rem;

	position: relative;

	transition: all 0.3s ease;

	border-radius: 50%;

}

.home_btn_div i::after{

	content: '';

	position: absolute;

	width: 100%;

	height: 100%;

	background: var(--i_color);

	top: 50%;

	left: 50%;

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

	transition: all 0.5s ease;

	border-radius: 50%;

}

.home_btn_div span{

	display: block;

	width: 0.15rem;

	height: 0.15rem;

	display: flex;

	display: -webkit-flex;

	justify-content: center;

	align-items: center;

	position: relative;

	overflow: hidden;

	z-index: 3;

}

.home_btn_div i iconify-icon{

	font-size: 0.15rem;

	color: #fff;

	position: absolute;

	left: 50%;

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

	transition: all 0.5s ease;



}

.home_i1{

	top: 50%;

}

.home_i2{

	top: 150%;

}



.home_btn a:hover .home_i1{

	top: -50%;

}

.home_btn a:hover .home_i2{

	top: 50%;

}

.home_btn a:hover i::after{

	width: 450px;

	height: 450px;

}

.home_btn a:hover p{

	color: #fff;

}

.home_btn_white a{

   background-color: transparent;

   border: 1px solid #fff;

}

.home_btn_white p{

	color: #fff;

}

.home_btn_white i{

	background-color: #fff;

}

.home_btn_white i iconify-icon{

	color: var(--i_color);

}

.home_btn_white i::after{

	background: #fff;

}

.home_btn_white a:hover p{

	color: #fff;

}



.home_btn_left{

	justify-content: flex-start;

}



.home_btn_white a:hover p{

	color: var(--i_color);

}













































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



}

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



}

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

	.home_btn_div p{

		font-size: 0.16rem;

	}

	.home_btn_div i{

		width: 0.25rem;

		height: 0.25rem;

	}

	.home_btn a {

		padding: 0.08rem 0.15rem 0.08rem 0.25rem;

	}

}

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



}

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



}

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

	.home_btn_div p{

		font-size: 0.14rem;

	}

	.home_btn_div i{

		width: 0.2rem;

		height: 0.2rem;

	}

	.home_btn_div span{

		width: 0.14rem;

		height: 0.14rem;

	}

	.home_btn_div i iconify-icon{

		font-size: 0.14rem;



	}

}

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



}

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



}







/* products_display */

.products_display_all{

	background-color: #F4F4F4;

}

.products_display_bac{

   box-sizing: border-box;

   padding: 0.8rem 0;

   background: url('../images/products_display_bac.webp') no-repeat center;

   background-size: cover;

   background-attachment: fixed;

   border-radius: 0 1.2rem 0 0;

}

.products_display{

}

.products_display_title{

	display: flex;

    display: -webkit-flex;

}

.products_display_tL{

    width: 4rem;

}

.products_display_TR{

   width: calc(100% - 4rem);

}

.products_display_TR ul{

	display: flex;

	display: -webkit-flex;

	gap: 0.5rem;

}

.products_display_TR ul li{



}

.products_display_TR ul li a{

   font-size: 0.2rem;

   font-family: 'bold';

   color: #fff;

   line-height: 100%;

   box-sizing: border-box;

   padding: 0.15rem 0.25rem 0.15rem 0.15rem;

   border-radius: 0.25rem;

   display: flex;

   display: -webkit-flex;

   justify-content: center;

   align-items: center;

   transition: all 0.3s ease;

}

.products_display_TR ul li a i{

	display: block;

	width: 0.1rem;

	height: 0.1rem;

	border-radius: 50%;

	background-color: #fff;

	margin-right: 0.1rem;

}

.products_display_TR p{

	font-size: 0.18rem;

	color: #fff;

	line-height: 0.3rem;

	margin-top: 0.3rem;

}





.products_display_TR ul li.current a{

	background-color: var(--i_color);

}





.products_display_dl{

   margin-top: 0.5rem;

   margin-bottom: 0.6rem;

}

.products_display_dl dt{



}

.products_display_ul{

    display: flex;

	display: -webkit-flex;

	flex-wrap: wrap;

	gap: 0.3rem;

}

.products_display_ul li{

    width: calc((100% - 0.9rem) / 4);

	position: relative;

	z-index: 2;

}



.products_display_ul li a{

    display: block;

	width: 100%;

	background-color: #fff;

	box-sizing: border-box;

	padding: 0.2rem;

	border-radius: 0.15rem;

	overflow: hidden;

	position: relative;

}

.products_display_ul li a::after{

	content: '';

	position: absolute;

	bottom: -100%;

	left: 0;

	width: 100%;

	height: 60%;

	background: linear-gradient(to top,rgba(33,75,151,1),rgba(33,75,151,0));

	transition: all 0.5s ease;

	z-index: 4;

}

.products_display_ul li:hover a::after{

	bottom: 0%;

}

.products_display_img{

    position: relative;

	overflow: hidden;

	z-index: 3;

}

.products_display_img::after{

	content: '';

	display: block;

	padding-bottom: 100%;

}

.products_display_img img{

	position: absolute;

	top: 50%;

	left: 50%;

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

	width: 100%;

	height: 100%;

	object-fit: cover;

	border-radius: 0.15rem;

}

.products_display_text{

   display: flex;

   display: -webkit-flex;

   align-items: center;

   margin-top: 0.2rem;

   position: relative;

   z-index: 5;

}

.products_display_text p{

   font-size: 0.2rem;

   color: #333;

   text-transform: capitalize;

   width: calc(100% - 0.4rem);

   box-sizing: border-box;

   padding-right: 0.2rem;

   overflow:hidden;

   white-space: nowrap;

   text-overflow: ellipsis;

   box-sizing: border-box;

   transition: all 0.3s ease;

}

.products_display_text i{

   display: block;

   width: 0.4rem;

   height: 0.4rem;

   border-radius: 50%;

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

   display: flex;

   display: -webkit-flex;

   justify-content: center;

   align-items: center;

   transition: all 0.3s ease;

}

.products_display_text i iconify-icon{

   font-size: 0.2rem;

   color: var(--i_color);

   transition: all 0.3s ease;

}



.products_display_ul li:hover a .products_display_text p{

	color: #fff;

}

.products_display_ul li:hover a .products_display_text i{

	background-color: var(--i_color);

}

.products_display_ul li:hover a .products_display_text i iconify-icon{

	color: #fff;

}

















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

	.products_display_tL{width: 3.5rem;}

	.products_display_TR{ width: calc(100% - 3.5rem);}

	.products_display_TR ul {

		gap: 0.4rem;

	}

	.products_display_TR ul li a {

		font-size: 0.18rem;

		padding: 0.1rem 0.2rem 0.1rem 0.1rem;

	}

	.products_display_TR ul li a i {

		width: 0.08rem;

		height: 0.08rem;

		margin-right: 0.08rem;

	}

	.products_display_bac {

		border-radius: 0 1rem 0 0;

	}

}

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



}

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

	.products_display_tL{width: 3rem;}

	.products_display_TR{ width: calc(100% - 3rem);}

	.products_display_text p {

		font-size: 0.18rem;

		width: calc(100% - 0.35rem);

	}

	.products_display_text i{

		width: 0.35rem;

		height: 0.35rem;

	}

	.products_display_text i iconify-icon{

		font-size: 0.18rem;

	}

	.products_display_ul {

		gap: 0.2rem;

	}

	.products_display_ul li {

		width: calc((100% - 0.6rem) / 4);

	}

	.products_display_bac {

		border-radius: 0 0.8rem 0 0;

	}

}

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

	.products_display_tL{width: 100%;}

	.products_display_TR{ width: 100%;}

	.products_display_title {

		flex-wrap: wrap;

		gap: 0.4rem;

	}

	.products_display_TR ul li a {

        font-size: 0.16rem;

    }

	.products_display_TR p {

		font-size: 0.16rem;

		line-height: 0.28rem;

	}

	.products_display_text p {

		font-size: 0.16rem;

		width: calc(100% - 0.3rem);

	}

	.products_display_text i{

		width: 0.3rem;

		height: 0.3rem;

	}

	.products_display_text i iconify-icon{

		font-size: 0.16rem;

	}

}

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

	.products_display_TR ul {

        gap: 0.3rem;

    }

}

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

	.products_display_TR ul {

        gap: 0.2rem;

    }

	.products_display_TR ul li{

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

	}

	.products_display_TR ul {

		flex-wrap: wrap;

	}

	.products_display_ul li {

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

	}

	.products_display_bac {

		border-radius: 0 0.6rem 0 0;

	}

	.products_display_dl {

		margin-top: 0.4rem;

		margin-bottom: 0.4rem;

	}

}

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

	.products_display_bac {

		border-radius: 0 0.4rem 0 0;

	}

	.products_display_ul li a {

		padding: 0.1rem

	}

}

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



}















/* partner */

.partner_bac{

   background-color: var(--i_color);

   box-sizing: border-box;

   padding: 0.6rem 0;

}

.partner{



}

.partner_text{

   margin-top: 0.3rem;

}

.partner_text p{

	font-size: 0.16rem;

	color: #fff;

	line-height: 0.24rem;

	text-align: center;

}











/*  */

.par_partner_box{}



.par_partner{position:relative}

.par_partner_list{width:100%; padding:0; 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;

	border-radius: 0.15rem;

	background-color: #fff;

	overflow: hidden;

}



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

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

.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.12rem; height:0.12rem;cursor: pointer; display:inline-block; margin:0 5px; background:#BBB; border-radius:50%; outline:none}

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



/* 左右箭头 */

.par_partner .pt-button-prev, .par_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;

}

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

	font-size: 0.2rem;

	color: var(--i_color);

	transition: all 0.3s ease;

}

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

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



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

	background-color: var(--i_color);

}

.par_partner .pt-button-prev:hover iconify-icon, .par_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){

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



	.par_partner .pt-pagination .swiper-pagination-bullet{width:10px; height:10px}

}









/* home_about */

.home_about_bac{

   box-sizing: border-box;

   padding: 1rem 0 2rem 0;

   background: url('../images/home_about_bac.webp') no-repeat center;

   background-size: cover;

   overflow: hidden;

}

.home_about{

   display: flex;

   display: -webkit-flex;

   flex-wrap: wrap;

   align-items: center;

}

.home_about_left{

   width: 43%;

   position: relative;

}

.home_about_left::after{

   content: '';

   display: block;

   padding-bottom: 100%;

}

.home_about_left img{

   position: absolute;

   top: 50%;

   left: 50%;

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

   width: 100%;

   height: 100%;

   object-fit: cover;

   border-radius: 50%;

}

.home_about_right{

	width: 57%;

	box-sizing: border-box;

	padding-left: 7%;

}

.circle_all{

	position: absolute;

	top: 0;

	left: 0;

	width: 100%;

	height: 100%;

}

.circle_all span{

   display: block;

   position: absolute;

   border-radius: 50%;

}

.circle_1{

   width: 0.82rem;

   height: 0.82rem;

   background-color: var(--i_color);

   left: 0 !important;

   top: 90% !important;

}

.circle_2{

   width: 0.37rem;

   height: 0.37rem;

   background: rgba(33,75,151,0.2);

   top: -0.37rem !important;

   right: 24% !important;

   left: unset !important;

}

.circle_3{

   width: 1.39rem;

   height: 1.39rem;

   border: 0.04rem solid var(--i_color);

   right: -0.15rem !important;

   top: 12% !important;

   left: unset !important;

}









.home_about_video{

    position: absolute;

	top: 50%;

	left: 50%;

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

	display: flex;

	display: -webkit-flex;

	flex-direction: column;

	justify-content: center;

	align-items: center;

	width: 100%;

	z-index: 4;

}

.home_about_video p{

    font-size: 0.18rem;

	color: #fff;

	line-height: 0.28rem;

	text-transform: uppercase;

	text-align: center;

}

.home_about_video i{

	display: block;

	width: 0.7rem;

	height: 0.7rem;

	border-radius: 50%;

	border: 1px solid #fff;

	margin-top: 0.4rem;

	position: relative;

	cursor: pointer;

	background: url('../images/video.png') center no-repeat;

	background-size: contain;

}





.home_about_video  i::before {

    animation: serv_one_border 2s 0s ease infinite;

}



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

}

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

}

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

}

.home_about_video  i span::before {

    animation: serv_one_border 1.5s 0s ease infinite;

}

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

	}

}





.home_about_right{



}

.home_about_right h3{

   font-size: 0.18rem;

   color: #333;

   line-height: 0.3rem;

   margin: 0.3rem 0 0.4rem 0;

}

.home_about_ul{

   display: flex;

   display: -webkit-flex;

   justify-content: space-between;

   margin-top: 1rem;

}

.home_about_ul li{

   display: flex;

   display: -webkit-flex;

   flex-direction: column;

   justify-content: center;

   align-items: center;

}

.home_about_text{

   display: flex;

   display: -webkit-flex;

   align-items: center;

   gap: 0.05rem;

   position: relative;

}

.home_about_text::after{

	content: '';

	position: absolute;

	width: 1.08rem;

	height: 1.08rem;

	border-radius: 50%;

	opacity: 0.1;

	background: linear-gradient(145deg,rgba(33,75,151,0.85),rgba(33,75,151,0.15));

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

	left: 50%;

	top: 50%;

}

.home_about_text h4{

   font-size: 0.6rem;

   color: #333;

   font-family: 'bold';

   transition: all 0.3s ease;

}

.home_about_text h5{

   font-size: 0.24rem;

   color: #333;

   font-family: 'bold';

}

.home_about_ul li h6{

   font-size: 0.16rem;

   color: #666;

   margin-top: 20px;

   text-align: center;

}



.home_about_ul li:hover h4{

	color: var(--i_color);

}









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

	.home_about_text h4 {

		font-size: 0.5rem;

	}

	.home_about_ul {

		margin-top: 0.8rem;

	}

}

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



}

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

	.home_about_text h4 {

		font-size: 0.4rem;

	}

	.home_about_ul {

		margin-top: 0.6rem;

	}

	.home_about_text::after {

		width: 1rem;

		height: 1rem;

	}

}

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

	.home_about_text h4 {

		font-size: 0.35rem;

	}

}

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



}

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

	.home_about_text h4 {

		font-size: 0.3rem;

	}

	.home_about_right {

		width: 100%;

		padding-left: 0%;

	}

	.home_about_ul {

		justify-content: space-evenly;

	}

	.home_about {

		align-items: center;

		justify-content: center;

		gap: 0.6rem;

	}

	.home_about_left {

		width: 50%;

	}

	.home_about_text::after {

		width: 0.8rem;

		height: 0.8rem;

	}

}

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

	.home_about_left {

		width: 80%;

	}

	.home_about_text h4 {

        font-size: 0.25rem;

    }

	.home_about_ul li h6 {

		font-size: 0.14rem;

	}

	.home_about_bac{

		padding: 1rem 0 1.5rem 0;

	}

	.circle_3{

		width: 1.3rem;

		height: 1.3rem;

	}

}

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

	.home_about_left {

		width: 100%;

	}

	.home_about_text h4 {

        font-size: 0.22rem;

    }

}























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

	}

}















/* golbal */

.golbal_bac{

   box-sizing: border-box;

   padding: 1rem 0;

   position: relative;

   z-index: 2;

   margin-top: -1rem;

   background-color: #fff;

   border-radius: 1.2rem 0 0 0;

}

.golbal{



}











/*  */

.gol_partner_box{

	margin-top: 0.6rem;

	cursor:url('../images/custom.png'), auto;

}



.gol_partner{

	position:relative;



}

.gol_partner_list{width:100%; padding:0; margin:0 auto; position:relative; overflow:hidden; z-index:1}

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

.gol_partner_list li{

	display:-webkit-box;

	display:-ms-flexbox;

	display:-webkit-flex;

	display:flex;

	flex-shrink:0;

	position:relative;

	flex-direction: column;

	transition: width 0.3s ease;

	border-radius: 0.15rem;

	overflow: hidden;

	width: 20% !important;

}

.gol_partner_list .img{

	width:100%;

	box-sizing:border-box;

	position:relative;

	height: 5.3rem;

}

.gol_partner_list .img img{

	width:100%;

	height:100%;

	object-fit: cover;

	vertical-align: top;

}

.gol_text{

   position: absolute;

   bottom: -100%;

   left: 0;

   width: 100%;

   box-sizing: border-box;

   padding:1rem 4% 0.35rem 4%;

   background: linear-gradient(to top,rgba(33,75,151,1),rgba(33,75,151,0));

   transition: all 0.5s ease;

}

.gol_text p{

   font-size: 0.18rem;

   color: #fff;



}

.gol_partner_list .swiper-slide-active{

   width: 48% !important;

}

.gol_partner_list .swiper-slide-active .gol_text{

	bottom: 0%;

}

/* 指示器 */

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

.gol_partner .pt-pagination .swiper-pagination-bullet{width:0.12rem; height:0.12rem;cursor: pointer; display:inline-block; margin:0 5px; background:#BBB; border-radius:0%; outline:none}

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



/* 左右箭头 */

.gol_partner .pt-button-prev, .gol_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;

}

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

	font-size: 0.2rem;

	color: var(--i_color);

	transition: all 0.3s ease;

}

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

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



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

	background-color: var(--i_color);

}

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

	color: #fff;

}



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

	.gol_partner_list .img {

		height: 5rem;

	}

	.golbal_bac {

		padding: 0.8rem 0;

		margin-top: -0.8rem;

		border-radius: 1rem 0 0 0;

	}

}

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

	.gol_partner_list .img {

		height: 4.8rem;

	}

}

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

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

	.gol_partner .pt-pagination{display:block}

	.gol_partner_list .img {

		height: 4.5rem;

	}

	.golbal_bac {

		padding: 0.6rem 0;

		margin-top: -0.6rem;

		border-radius: 0.8rem 0 0 0;

	}

}

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

	.gol_partner_list .img {

		height: 4rem;

	}

	.golbal_bac {

		border-radius: 0.6rem 0 0 0;

	}

}

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

	.gol_partner_box {

		margin-top: 0.4rem;

	}

	.gol_partner_list .img {

		height: 3.5rem;

	}

	.gol_text p {

		font-size: 0.16rem;

	}

	.gol_text {

		padding: 1rem 4% 0.3rem 4%;

	}

	.gol_partner_list li{

		width: 100% !important;

	}

	.gol_partner_list .swiper-slide-active {

		width: 100% !important;

	}

	.gol_partner_box{

		box-sizing: border-box;

		padding: 0 3%;

	}

	.golbal_bac {

		border-radius: 0.4rem 0 0 0;

	}

}

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

	.gol_partner_list .img {

		height: 3rem;

	}

	.gol_text p {

		font-size: 0.14rem;

	}

	.gol_text {

		padding: 1rem 4% 0.2rem 4%;

	}

	.gol_partner .pt-pagination .swiper-pagination-bullet{width:0.1rem; height:0.1rem}

}









/* how_to */

.how_to_bac{



}

.how_to{



}

.how_to_all{

   background: var(--i_color) url('../images/how_to.webp') no-repeat center;

   background-size: cover;

   box-sizing: border-box;

   padding: 0.7rem 4%;

   border-radius: 0.15rem;

   display: flex;

   display: -webkit-flex;

   justify-content: space-between;

   align-items: center;

   background-attachment: fixed;

}

.how_to_left{



}

.how_to_left h3{

   font-size: 0.5rem;

   color: #fff;

   font-family: 'bold';

   margin-bottom: 0.2rem;

}

.how_to_left h4{

   font-size: 0.2rem;

   color: #fff;

   line-height: 0.35rem;

}







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

	.how_to_left h3{

		font-size: 0.45rem;

	}

}

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



}

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

	.how_to_left h3{

		font-size: 0.4rem;

		margin-bottom: 0.15rem;

	}

	.how_to_left h4 {

		font-size: 0.18rem;

		line-height: 0.3rem;

	}

}

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

	.how_to_left h3{

		font-size: 0.35rem;

		margin-bottom: 0.1rem;

	}

}

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

	.how_to_left h3{

		font-size: 0.3rem;

	}

}

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

	.how_to_left h3{

		font-size: 0.28rem;

	}

	.how_to_left h4 {

		font-size: 0.16rem;

		line-height: 0.28rem;

	}

	.how_to_left{

		width: 100%;

	}

	.how_to_all {

		flex-wrap: wrap;

		gap: 0.2rem;

	}

	.how_to_all {

		padding: 0.6rem 4%;

	}

	.how_to_left h4 br{display: none;}

}

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

	.how_to_left h3{

		font-size: 0.26rem;

	}

	.how_to_left h4 {

		font-size: 0.14rem;

		line-height: 0.24rem;

	}

	.how_to_all {

		padding: 0.4rem 4%;

	}

}

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

	.how_to_left h3{

		font-size: 0.24rem;

	}

}



















/* home_news */

.home_news_black{

	background-color: #000;

}

.home_news_bac{

   box-sizing: border-box;

   padding: 1rem 0;

   background: url('../images/home_news_bac.webp') no-repeat center;

   background-size: cover;

   border-radius: 0 0 0 1.2rem;

}

.home_news{



}

.home_news_title{

	box-sizing: border-box;

	display: flex;

	display: -webkit-flex;

	justify-content: space-between;

	align-items: center;

	gap: 0.2rem;

	flex-wrap: wrap;

}

.home_news_ul{

   display: flex;

   display: -webkit-flex;

   flex-wrap: wrap;

   gap: 0.35rem;

   margin-top: 0.6rem;

}

.home_news_ul li{

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

   border-radius: 0.15rem;

   overflow: hidden;

   position: relative;

}

.home_news_ul li a{

	display: block;

	width: 100%;

}

.home_news1{

   background-color: #fff;

   position: relative;

}

.home_news1::after{

	content: '';

	position: absolute;

	bottom: 0;

	left: 0;

	width: 100%;

	height: 0.03rem;

	background-color: var(--i_color);



}

.home_news1_img{

   width: 100%;

   border-radius: 0.15rem;

   overflow: hidden;

   position: relative;

}

.home_news1_img::after{

   content: '';

   display: block;

   padding-bottom: 68%;

}

.home_news1_img img{

   position: absolute;

   top: 50%;

   left: 50%;

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

   width: 100%;

   height: 100%;

   object-fit: cover;

}

.home_news1_text{

   box-sizing: border-box;

   padding: 0.3rem;

}

.home_news1_text h3{

   font-size: 0.24rem;

   color: #333;

   font-family: 'bold';

   margin-bottom: 0.4rem;

   overflow: hidden;

   text-overflow: ellipsis;

   display: -webkit-box;

  -webkit-box-orient: vertical;

   -webkit-line-clamp: 2;

}

.home_news1_time{

   display: flex;

   display: -webkit-flex;

   justify-content: space-between;

   align-items: center;

}

.home_news1_time h4{

   font-size: 0.16rem;

   color: #666;

}

.home_news1_time h5{

	font-size: 0.16rem;

	color: #666;

}



.home_news2{

	position: absolute;

	top: 0;

	left: -100%;

	width: 100%;

	height: 100%;

	background-color: var(--i_color);

	z-index: 2;

	box-sizing: border-box;

	padding: 0.4rem;

	display: flex;

    display: -webkit-flex;

    flex-direction: column;

	justify-content: space-between;

	transition: all 0.5s ease;

}

.home_news_ul li a:hover .home_news2{

	left: 0;

}



.home_news2::after{

	content: '';

	position: absolute;

	bottom: -0.8rem;

    right: -1.7rem;

	width: 3.04rem;

	height: 3.07rem;

	background: url('../images/home_news.png') no-repeat center;

	background-size: contain;

	z-index: -1;

}

.home_news2_text{



}

.home_news2_text h2{

   font-size: 0.16rem;

   color: rgba(255, 255, 255, 0.8);

   box-sizing: border-box;

   padding-bottom: 0.2rem;

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

}

.home_news2_text h3{

   font-size: 0.24rem;

   color: #fff;

   font-family: 'bold';

   margin: 0.3rem 0;

   overflow: hidden;

   text-overflow: ellipsis;

   display: -webkit-box;

  -webkit-box-orient: vertical;

   -webkit-line-clamp: 2;

}

.home_news2_text h4{

   font-size: 0.18rem;

   color: rgba(255, 255, 255, 0.8);

   overflow: hidden;

   text-overflow: ellipsis;

   display: -webkit-box;

  -webkit-box-orient: vertical;

   -webkit-line-clamp: 6;

}

.home_news2 h5{

	font-size: 0.16rem;

	color: rgba(255, 255, 255, 0.8);

}





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

	.home_news_ul {

		gap: 0.3rem;

	}

	.home_news_ul li{

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

	}

	.home_news_bac {

		padding: 0.8rem 0;

		border-radius: 0 0 0 1rem;

	}

	.home_news1_text h3 {

		font-size: 0.22rem;

	}

}

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



}

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

	.home_news_ul {

		gap: 0.2rem;

	}

	.home_news_ul li{

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

	}

	.home_news2 {

		padding: 0.3rem;

	}

	.home_news2_text h3 {

		font-size: 0.2rem;

		margin: 0.2rem 0;

	}

	.home_news2_text h4 {

		font-size: 0.16rem;

		-webkit-line-clamp: 4;

	}

	.home_news1_text h3 {

		font-size: 0.2rem;

	}

	.home_news_bac {

        padding: 0.6rem 0;

        border-radius: 0 0 0 0.8rem;

    }

}

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



}

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

	.home_news1_text h3 {

		font-size: 0.18rem;

	}

	.home_news_bac {

        border-radius: 0 0 0 0.6rem;

    }

}

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

	.home_news_ul {

		margin-top: 0.4rem;

	}

	.home_news_ul li {

        width: 100%;

    }

	.home_news_bac {

        border-radius: 0 0 0 0.4rem;

    }



}

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

	.home_news1_text{

		padding: 0.2rem;

	}

	.home_news1_text h3 {

        font-size: 0.16rem;

		margin-bottom: 0.2rem;

    }

	.home_news1_time h5 {

		font-size: 0.14rem;

	}

}

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



}













/* footer */

.footer_bac{

   background: url('../images/footer_bac.webp') no-repeat center;

   background-size: cover;

   box-sizing: border-box;

   padding: 0.3rem 0 0.75rem 0;

}

.footer{



}

.footer_top{

   display: flex;

   display: -webkit-flex;

   justify-content: space-between;

   align-items: center;

   box-sizing: border-box;

   padding-bottom: 0.2rem;

   margin-bottom: 0.6rem;

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

}

.footer_top>img{

   width: 1.41rem;

}

.footer_share{

   display: flex;

   display: -webkit-flex;

   align-items: center;

   gap: 0.25rem;

}

.footer_share p{

   font-size: 0.24rem;

   color: rgba(255, 255, 255, 0.6);

   font-family: 'bold';

   margin-right: 0.05rem;

   text-transform: capitalize;

}

.footer_share_dl{

   display: flex;

   display: -webkit-flex;

   gap: 0.25rem;

}

.footer_share_dl dt{



}

.footer_share_dl dt a{

   width: 0.44rem;

   height: 0.44rem;

   background-color: rgba(255, 255, 255, 0.2);

   border-radius: 50%;

   display: flex;

   display: -webkit-flex;

   justify-content: center;

   align-items: center;

   transition: all 0.3s ease;

}

.footer_share_dl dt a iconify-icon{

   font-size: 0.2rem;

   color: #fff;

}

.footer_share_dl dt a:hover{

	background-color: var(--i_color);

	transform: translateY(-5px);

}

.footer_center{

   display: flex;

   display: -webkit-flex;



}

.footer_1{

   width: 49%;

   box-sizing: border-box;

   padding-right: 16%;

}

.footer_1>a{

   font-size: 0.3rem;

   color: #fff;

   font-family: 'bold';

}

.footer_1_ul{

	display: flex;

	display: -webkit-flex;

	flex-direction: column;

	gap: 0.2rem;

	margin-top: 0.25rem;

}

.footer_1_ul li{

	display: flex;

	display: -webkit-flex;

}

.footer_1_ul li p{

   font-size: 0.18rem;

   color: rgba(255, 255, 255, 0.6);

   margin-right: 0.1rem;

}

.footer_1_ul dl{

   display: flex;

   display: -webkit-flex;

   gap: 0.12rem;

}

.footer_1_ul dl dt{



}

.footer_1_ul dl dt a{

   font-size: 0.18rem;

   color: #fff;

}

.footer_1_dl{

	flex-direction: column;

}

.footer_2{

   width: 19%;

}

.footer_2_ul{

   display: flex;

   display: -webkit-flex;

   flex-wrap: wrap;

   margin-bottom: 0.3rem;

   gap: 0.2rem;

}

.footer_2_ul ul{

	display: none;

}

.footer_2_ul li{

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

}

.footer_2_ul li a{

	font-size: 0.2rem;

	color: rgba(255, 255, 255, 0.6);

	font-family: 'bold';

	transition: all 0.3s ease;

	text-transform: capitalize;

	position: relative;

	display: inline-block;

	box-sizing: border-box;

	padding-bottom: 0.02rem;

}

.footer_2_ul li a::after{

	content: '';

	position: absolute;

	right: 0;

	bottom: 0;

	width: 0%;

	height: 1px;

	background-color: #fff;

	transition: all 0.3s ease;

}

.footer_2_ul li a:hover{

	color: #fff;

}

.footer_2_ul li a:hover::after{

	width: 100%;

	left: 0;

	right: auto;

}

.footer_3{

   width: 32%;

   display: flex;

   display: -webkit-flex;

   flex-direction: column;

   align-items: flex-end;

}

.footer_3 p{

   font-size: 0.24rem;

   color: rgba(255, 255, 255, 0.6);

   font-family: 'bold';

   margin-bottom: 0.2rem;

}

.footer_3_chat{



}

.footer_3_chat a{

   display: inline-block;

   box-sizing: border-box;

   padding: 0.15rem 0.3rem;

   border: 1px solid #fff;

   border-radius: 0.4rem;

   transition: all 0.3s ease;

}

.footer_3_text{

   display: flex;

   display: -webkit-flex;

   align-items: center;

}

.footer_3_text h3{

   font-size: 0.16rem;

   color: #fff;

   font-family: 'bold';

   margin-right: 0.08rem;

   transition: all 0.3s ease;

}

.footer_3_text iconify-icon{

   font-size: 0.26rem;

   color: var(--i_color);

}



.footer_3_chat a:hover{

	background-color: #fff;

}

.footer_3_chat a:hover h3{

	color: var(--i_color);

}

.footer_bottom_all{

	background-color: #000;

}

.footer_bottom_bac{

   box-sizing: border-box;

   padding: 0.2rem 0;

   border-radius: 0.5rem 0.5rem 0 0;

   background-color: var(--i_color);

}

.footer_bottom{



}

.footer_bottom p{

	font-size: 0.16rem;

	color: rgba(255, 255, 255, 0.8);

}

.footer_bottom p a{

	font-size: 0.16rem;

	color: rgba(255, 255, 255, 0.8);

	transition: all 0.3s ease;

}

.footer_bottom p a:hover{

	color: #fff;

}





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

	.footer_top>img {

		width: 1.2rem;

	}

}

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

	.footer_top>img {

		width: 1rem;

	}

}

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



}

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

	.footer_2{display: none;}

	.footer_3{display: none;}

	.footer_1 {

		width: 100%;

		padding-right: 0%;

	}

	.footer_1>a {

		font-size: 0.28rem;

	}

}

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

	.footer_1>a {

		font-size: 0.26rem;

	}

}

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

	.footer_1>a {

		font-size: 0.24rem;

	}

	.footer_share p{display: none;}

	.footer_bottom_bac {

		border-radius: 0rem 0rem 0 0;

	}

	.footer_bac {

		padding: 0.3rem 0 0.6rem 0;

	}

	.footer_top>img {

        width: 0.8rem;

    }



}

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

	.footer_top>img {

        width: 0.6rem;

    }

	.footer_bottom_bac{

		padding: 0.2rem 0 70px 0;

	}

}

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



}













/* ---------------------------------about--------------------------------------*/

.banner_top{

	height: calc(var(--header_height) + var(--header_top));

}

.banner_about{

    position: relative;

	z-index: 1;

}

.banner_about::after{

    content: '';

	display: block;

	padding-bottom: 31.4%;

}

.banner_about img{

	position: absolute;

	top: 50%;

	left: 50%;

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

	width: 100%;

	height: 100%;

	object-fit: cover;

}

.banner_title{

	position: absolute;

	top: calc(50% - 0.8rem);

	left: 50%;

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

	z-index: 2;

	font-size: 0.42rem;

	color: #fff;

	font-family: 'bold';

	text-align: center;

	text-transform: capitalize;

}

.banner_position{

	position: absolute;

	bottom: 1rem;

	left: 50%;

	transform: translate(-50%, 0);

}





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

	.banner_title{

		font-size: 0.4rem;

	}

}

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



}

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

	.banner_title{

		font-size: 0.35rem;

		top: calc(50% - 0.6rem);

	}

}

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



}

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

	.banner_title{

		font-size: 0.3rem;

	}

}

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

	.banner_title{

		font-size: 0.28rem;

		top: calc(50% - 0.4rem);

	}

}

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

	.banner_title{

		font-size: 0.26rem;

	}

	.banner_title{

		top: 50%;

	}

}

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

	.banner_title{

		font-size: 0.24rem;

	}

}

















/* 当前位置 */

.in_position{padding:0.14rem 0; }

.in_position a{display:block; float:left; font-size:0.14rem; color:rgba(255,255,255,0.6); position:relative; line-height:0.2rem; text-transform:capitalize}

.in_position a:first-child{padding-left:0.24rem; background:url(../images/home.png) no-repeat left center; background-size:0.15rem}

.in_position a:not(:last-child):after{content:"/"; margin:0 0.04rem; color:rgba(255,255,255,0.6);}

.in_position a:last-child{color:#fff !important}

.in_position a:hover{color:#fff}

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

}

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

	.in_position{display: none;}

}

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

}











/* about_us */

.about_us_bac{





}

.main_top{

	position: relative;

	border-radius: 1rem 1rem 0 0;

	margin-top: -1rem;

	z-index: 1;

	overflow: hidden;

	box-sizing: border-box;

	padding: 0.8rem 0;

	background-color: #F4F4F4;

}





.about_us_bac .home_about {

    flex-direction: row-reverse;

}

.about_us_bac .home_about_right {

    padding-left: 0%;

	padding-right: 7%;

}





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



}

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



}

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

	.main_top{

		border-radius: 1rem 1rem 0 0;

		margin-top: -0.8rem;

	}

}

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

	.main_top{

		border-radius: 0.8rem 0.8rem 0 0;

		margin-top: -0.6rem;

	}

}

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



}

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

	.main_top{

		border-radius: 0.6rem 0.6rem 0 0;

		margin-top: -0.6rem;

	}

}

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

	.main_top {

        border-radius: 0.3rem 0.3rem 0 0;

        margin-top: -0.2rem;

    }

}

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



}













/* about_advantage */

.about_advantage_all{

	background-color: #F4F4F4;

}

.about_advantage_bac{

   box-sizing: border-box;

   padding: 0.8rem 0;

   background:#000 url('../images/about_adv_bac.webp') no-repeat center;

   background-size: cover;

   border-radius: 0 1rem 0 0;

   background-attachment: fixed;

}

.about_advantage{



}

.about_advantage_ul{

   margin-top: 0.6rem;

}

.about_advantage_ul li{

    position: relative;

}

.about_advantage_ul li::after{

	content: '';

	display: block;

	padding-bottom: 31%;

}

.about_advantage_ul li img{

	position: absolute;

	left: 50%;

	top: 50%;

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

	width: 100%;

	height: 100%;

	object-fit: cover;

    border-radius: 0.2rem;

}



.about_advantage_dl{

   position: relative;

   margin-top: -0.3rem;

   z-index: 2;

   display: flex;

   display: -webkit-flex;

   flex-wrap: wrap;

}

.about_advantage_dl dt{

   background-color: #1111;

   display: flex;

   display: -webkit-flex;

   background-color: #111;

   border-radius:  0.2rem 0.2rem 0 0;

   width: calc(100% / 3);

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

   box-sizing: border-box;

   padding: 0.3rem 0.2rem 0.35rem 0.2rem;

   position: relative;

   overflow: hidden;

   z-index: 2;

}

.about_advantage_dl dt::after{

	content: '';

	position: absolute;

	bottom: -100%;

	left: 0;

	width: 100%;

	height: 100%;

	background-color: var(--i_color);

	z-index: -2;

	transition: all 0.5s ease;

}

.about_advantage_dl dt::before{

	content: '';

	position: absolute;

	bottom: 0;

	right: -0.8rem;

	width: 2.1rem;

	height: 2.11rem;

	background: url('../images/about_adv_bb.png') center no-repeat;

	background-size: contain;

	opacity: 0;

	z-index: -1;

}

.about_advantage_dl dt i{

   display: block;

   width: 0.6rem;

   height: 0.6rem;

   border-radius: 50%;

   background-color: var(--i_color);

   display: flex;

   display: -webkit-flex;

   justify-content: center;

   align-items: center;

   transition: all 0.3s ease;

}

.about_advantage_dl dt i iconify-icon{

   font-size: 0.35rem;

   color: #fff;

   transition: all 0.3s ease;

}

.about_advantage_text{

   width: calc(100% - 0.6rem);

   box-sizing: border-box;

   padding-left: 0.2rem;

}

.about_advantage_text p{

   font-size: 0.24rem;

   color: #fff;

   font-family: 'bold';

   margin-bottom: 0.15rem;

}

.about_advantage_span{

   display: flex;

   display: -webkit-flex;

   flex-direction: column;

   gap: 0.15rem;

}

.about_advantage_span span{

   display: block;

   font-size: 0.16rem;

   line-height: 0.24rem;

   color: #fff;

   position: relative;

   box-sizing: border-box;

   padding-left: 0.18rem;

}

.about_advantage_span span::after{

   content: '';

   position: absolute;

   width: 0.08rem;

   height: 0.08rem;

   border-radius: 50%;

   background-color: rgba(255, 255, 255, 0.8);

   top: 0.07rem;

   left: 0;

}

.about_advantage_dl dt.current::after{

   bottom: 0;

}

.about_advantage_dl dt.current::before{

	opacity: 1;

}

.about_advantage_dl dt.current i{

	background-color: #fff;

}

.about_advantage_dl dt.current i iconify-icon{

   color: var(--i_color);

}











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

	.about_advantage_bac {

		border-radius: 0 0.8rem 0 0;

	}

}

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



}

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

	.about_advantage_bac {

		border-radius: 0 0.6rem 0 0;

	}

	.about_advantage_span span {

		font-size: 0.14rem;

		line-height: 0.22rem;

	}

	.about_advantage_text p {

		font-size: 0.2rem;

	}

	.about_advantage_dl dt i {

		width: 0.5rem;

		height: 0.5rem;

	}

	.about_advantage_text{

		width: calc(100% - 0.5rem);

	}

	.about_advantage_dl dt {

		padding: 0.3rem 0.2rem;

	}

	.about_advantage_dl dt i iconify-icon {

		font-size: 0.25rem;

	}

}

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



}

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

	.about_advantage_dl dt{width: 100%;border-radius:0;}

	.about_advantage_dl {

		margin-top: 0rem;

	}

}

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

	.about_advantage_bac {

		border-radius: 0 0.4rem 0 0;

	}

}

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

	.about_advantage_ul{

		margin-top: 0.4rem;

	}

}

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



}





















/* environments */

.environments_bac{

   box-sizing: border-box;

   padding: 1rem 0;

   position: relative;

}

.environments_bac::after{

	content: '';

	position: absolute;

	bottom: 0;

	left: 0;

	width: 100%;

	height: 4.8rem;

	background: url('../images/env_bac.webp') no-repeat center;

	background-size: cover;

	z-index: -1;

}

.environments{



}

.environments_title{

   display: flex;

   display: -webkit-flex;

   justify-content: space-between;

   gap: 1.2rem;

}

.environments_title h3{

	font-size: 0.18rem;

	color: #666;

	line-height: 166%;

}

.environments_all{



}







/*  */

.env_partner_box{margin-top: 0.5rem;}



.env_partner{position:relative}

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

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

.env_partner_list li{

	display:-webkit-box;

	display:-ms-flexbox;

	display:-webkit-flex;

	display:flex;

	flex-shrink:0;

	position:relative;

	cursor:pointer;

	transition: all 0.3s ease;

	overflow: hidden;

    z-index: 2;

}



.env_partner_list li a{

	display: block;

	width: 100%;

	box-sizing: border-box;

	border-radius: 0.2rem;

	overflow: hidden;

}

.env_partner_list .img{width:100%; box-sizing:border-box;position:relative; overflow:hidden;border-radius: 0.2rem; z-index: 2;}

.env_partner_list .img:before{content:""; display:block; padding-bottom:61%}

.env_partner_list .img img{

	position:absolute;

	top:50%;

	left:50%;

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

	width:100%;

	height:100%;

	object-fit:cover;



}

.env_partner_list li .img::after{

	content: '';

	position: absolute;

	bottom: -100%;

	height: 100%;

	left: 0;

	width: 100%;

	background: linear-gradient(to top,rgba(33,75,151,0.5),rgba(33,75,151,0));

	transition: all 0.5s ease;

}



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



.env_partner_list p{

	font-size: 0.22rem;

	color: #000;

	font-family: 'bold';

	box-sizing: border-box;

	padding: 0.2rem 0%;

	text-transform: capitalize;

	overflow:hidden;

    white-space: nowrap;

    text-overflow: ellipsis;

    box-sizing: border-box;

	transition: all 0.3s ease;

}



.env_partner_list li:hover .img::after{

    bottom: 0;

}

.env_partner_list li:hover p{

	color: var(--i_color);

}











/* 指示器 */



.env_partner .pt-pagination {

    background: #D8D8D8;

    position: relative;

    width: 100%;

    height: 2px;

	margin-top: 0.3rem;

}

.env_partner .pt-pagination span{

	background-color: var(--i_color);

	position: absolute;

    left: 0;

    top: 0;

    width: 100%;

    height: 100%;

    -webkit-transform: scale(0);

    -ms-transform: scale(0);

    transform: scale(0);

    -webkit-transform-origin: left top;

    -ms-transform-origin: left top;

    transform-origin: left top;

}







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

	.home_products_bac {

		padding: 0.8rem 0;

	}

	.environments_bac {

		padding: 0.8rem 0;

	}

}

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



}

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

	.env_partner_list p {font-size: 0.22rem;}

	.home_products_bac {

		padding: 0.6rem 0;

	}

	.environments_bac {

		padding: 0.6rem 0;

	}

}

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

	.environments_title {

		gap: 0.4rem;

	}

	.environments_title h3{

		width: 100%;

	}

	.environments_title {

		flex-wrap: wrap;

	}

}

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

	.env_partner_list p {font-size: 0.2rem;}

	.environments_title h3 {

		font-size: 0.16rem;

	}

	.env_partner_list p {

		font-size: 0.2rem;

		padding: 0.2rem 0% 0 0;

	}

}

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

	.env_partner_list p {font-size: 0.16rem;}

	.env_partner_box{margin-top: 0.3rem;}

	.env_partner_list li{

		border-radius: 0.2rem;

	}

	.env_partner_list li a{

		border-radius: 0.2rem;

	}

	.env_partner_list .img{border-radius: 0.1rem;}



}







/* global */

.global_bac{

	box-sizing: border-box;

	padding: 0.8rem 0;

	background: #F4F4F4;

	position: relative;

	z-index: 2;

	overflow: hidden;

}

.global_bac::after{

	content: '';

	position: absolute;

	width: 7.31rem;

	height: 7.31rem;

	right: -5rem;

	top: 50%;

	transform: translate(0,-50%);

	background: url('../images/global_bac.png') no-repeat center;

	background-size: contain;

	z-index: -1;

}

.global{



}

.global_map{

   display: flex;

   display: -webkit-flex;

   justify-content: center;

   margin-top: 0.6rem;

}

.global_map img{

	width: 13.37rem;

	max-width: 100%;

}







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

	.global_bac::after{

		width: 7rem;

		height: 7rem;

		right: -5rem;

	}

}

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



}

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

	.global_bac::after{

		width: 5rem;

		height: 5rem;

		right: -4rem;

	}

	.global_bac {

		padding: 0.6rem 0;

	}

}

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



}

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



}

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

	.global_bac::after{

		width: 4rem;

		height: 4rem;

		right: -3rem;

	}

}

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



}

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



}















/* zs */

.zs_all{

	background-color: #000;

}

.zs_bac{

   box-sizing: border-box;

   padding: 1rem 0;

   border-radius: 0 0 0 1rem;

   background: url('../images/zs_bac.webp') no-repeat center;

   background-size: cover;

}

.zs{

   display: flex;

   display: -webkit-flex;

   flex-wrap: wrap;

}

.zs_left{

   width: 30%;

}

.zs_left_ul{

   display: flex;

   display: -webkit-flex;

   flex-direction: column;

   gap: 0.3rem;

   margin-top: 0.4rem;

}

.zs_left_ul li{

	font-size: 0.18rem;

	color: #666;

	line-height: 166%;

}

.zs_right{

	width: 70%;

	box-sizing: border-box;

	padding-left: 2%;

}





/*  */

.zs_partner_box{}



.zs_partner{position:relative}

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

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

.zs_partner_list li{

	display:-webkit-box;

	display:-ms-flexbox;

	display:-webkit-flex;

	display:flex;

	flex-shrink:0;

	position:relative;

	cursor:pointer;

	flex-direction: column;

	background-color: #fff;

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

	border-radius: 0.15rem;

	overflow: hidden;

	transition: all 0.3s ease;

}

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

.zs_partner_list .img:before{content:""; display:block; padding-bottom:138%}

.zs_partner_list .img img{

	position:absolute; top:50%;

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

	width:100%; height:100%;

	object-fit:contain;

	box-sizing: border-box;

	padding: 0.2rem;

}





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



.zs_partner_list li:hover{

	transform: translateY(-0.15rem);

	background-color: var(--i_color);

}









/* 指示器 */

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

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

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



/* 左右箭头 */

.zs_LR{

	display: flex;

	display: -webkit-flex;

	gap: 0.2rem;

	margin-top: 0.3rem;

}







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

	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;

}

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

	font-size: 0.2rem;

	color: var(--i_color);

	transition: all 0.3s ease;

}





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

	background-color: var(--i_color);

}

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

	color: #fff;

}



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

	.zs_bac {

		padding: 0.8rem 0;

		border-radius: 0 0 0 0.8rem;

	}

}

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



}

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

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

	.zs_partner .pt-pagination{display:block}

	.zs_LR{display: none;}

	.zs_left_ul li {

		font-size: 0.16rem;

	}

	.zs_left_ul {

		gap: 0.2rem;

		margin-top: 0.3rem;

	}

	.zs_bac {

		padding: 0.6rem 0;

		border-radius: 0 0 0 0.6rem;

	}

}

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

	.zs_left {

		width: 100%;

	}

	.zs_right {

		width: 100%;

		padding-left: 0%;

		margin-top: 0.2rem;

	}



}

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

	.zs_bac {

		border-radius: 0 0 0 0.4rem;

	}

}

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



	.zs_partner .pt-pagination .swiper-pagination-bullet{width:10px; height:10px}

}







/* ---------------------------------------news------------------------------------- */

.news_all{



}

.news_bac{



}

.news{



}

.news_title{

	display: flex;

	display: -webkit-flex;

	justify-content: space-between;

	gap: 0.2rem;

	align-items: center;

}

.news_ul_list{

   display: flex;

   display: -webkit-flex;

   gap: 0.2rem;

}

.news_ul_list li{



}

.news_ul_list li a{

	font-size: 0.2rem;

	color: var(--i_color);

	font-family: 'bold';

	display: inline-block;

	box-sizing: border-box;

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

	padding: 0.12rem 0.5rem;

	line-height: 100%;

	border-radius: 0.25rem;

	text-transform: capitalize;

    transition: all 0.3s ease;

}

.news_ul_list li a:hover,.news_ul_active a{

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

	color: #fff !important;

}











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



}

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



}

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



}

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

	.news_title {

		align-items: flex-start;

		flex-direction: column;

	}

}

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



}

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



}

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

	.news_ul_list li a{

		font-size: 0.16rem;

		padding: 0.1rem 0.4rem;

		border-radius: 0.2rem;

	}

}

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



}











.news_list_ul{

   display: flex;

   display: -webkit-flex;

   gap:0.6rem  0.35rem ;

   margin-top: 0.6rem;

   flex-wrap: wrap;

}





.news_list_ul li{

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

	border-radius: 0.15rem;

    overflow: hidden;

    position: relative;

}

.news_list_ul li a{

	display: block;

	width: 100%;

}





.news_list_ul li a:hover .home_news2{

	left: 0;

}

.news_buy_all{

	background-color: #000;

}

.news_buy_bac{

	background-color: #F4F4F4;

	box-sizing: border-box;

	padding:0 0 0.8rem 0;

	border-radius: 0 0 0 1rem;

}





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

	.news_buy_bac{

		border-radius: 0 0 0 0.8rem;

	}

}

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



}

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

	.news_list_ul{

		gap:0.4rem  0.3rem ;

		margin-top: 0.6rem;

	}

	.news_list_ul li{

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

	}

	.news_buy_bac{

		padding:0 0 0.6rem 0;

		border-radius: 0 0 0 0.6rem;

	}

}

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

	.news_list_ul{

		gap:0.4rem  0.2rem;

	}

	.news_list_ul li{

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

	}

}

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



}

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



	.news_list_ul li{

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

	}

	.news_buy_bac{

		border-radius: 0 0 0 0.4rem;

	}

}

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

	.news_list_ul {

        margin-top: 0.4rem;

    }

}

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



}







/* Number of pages */

.in_page_box {

	text-align: center;

	overflow: hidden;

	margin-top: 0.7rem;

}

.in_page {

	display: -webkit-flex;

	display: flex;

	flex-wrap: wrap;

	justify-content: center;

	align-items: center;

}

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



}





/* service_four */

.service_four_bac{



}

.service_four{



}

.service_four_all{

	display: flex;

	display: -webkit-flex;

	flex-wrap: wrap;

	margin-top: 0.6rem;

}

.service_four_1{

	width: 30%;

	box-sizing: border-box;

	padding-right: 1%;

}

.service_four_ul{

   display: flex;

   display: -webkit-flex;

   flex-direction: column;

   height: 100%;

   justify-content: space-between;

   gap: 1.5rem;

}

.service_four_ul li{

   display: flex;

   display: -webkit-flex;

   flex-direction: column;

   align-items: flex-end;

}

.service_four_ul li img{

   width: 0.52rem;

   height: 0.52rem;

   object-fit: contain;

}

.service_four_ul li p{

   font-size: 0.24rem;

   font-family: 'bold';

   text-align: right;

   margin: 0.15rem 0;

}

.service_four_ul li span{

	font-size: 0.16rem;

	color: #666;

	line-height: 0.24rem;

	text-align: right;

}

.service_four_3{

	width: 30%;

	box-sizing: border-box;

	padding-left: 1%;

}





.service_four_3 .service_four_ul li p,

.service_four_3 .service_four_ul li span{

	text-align: left;

}



.service_four_3 .service_four_ul li {

    align-items: flex-start;

}



.service_four_2{

	width:40%;

    position: relative;

	display: flex;

	display: -webkit-flex;

	justify-content: center;

	align-items: center;

}

.service_four_2I{

	position: relative;

	width: 100%;

}

.service_four_2I::after{

   content: '';

   display: block;

   padding-bottom: 100%;

}

.service_four_2I i{

   position: absolute;

   top: 50%;

   left: 50%;

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

   width: 100%;

   height: 100%;

   display: block;

   border-radius: 50%;

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

   animation: rrr 30s linear infinite;

}





@keyframes rrr {

	0%{

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

	}

	100%{

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

	}

}





.service_four_span1::after{

	content: '';

	position: absolute;

	top: -0.1rem;

	left: 50%;

	transform: translate(-50%,0);

	width: 0.2rem;

	height: 0.2rem;

	background-color: #BEC7D8;

	border-radius: 50%;

}

.service_four_span1::before{

	content: '';

	position: absolute;

	bottom: -0.1rem;

	left: 50%;

	transform: translate(-50%,0);

	width: 0.2rem;

	height: 0.2rem;

	background-color: #BEC7D8;

	border-radius: 50%;

}



.service_four_span2{

    position: absolute;

	width: 0.1rem;

	height: 0.1rem;

	background-color: var(--i_color);

	border-radius: 50%;

	left: -0.05rem;

	top: 50%;

	transform: translate(0,-50%);

}

.service_four_span2::after{

	content: '';

	position: absolute;

	width: 0.25rem;

	height: 0.25rem;

	border-radius: 50%;

	left: 50%;

	top: 50%;

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

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

}





.service_four_span3{

    position: absolute;

	width: 0.1rem;

	height: 0.1rem;

	background-color: var(--i_color);

	border-radius: 50%;

	right: -0.05rem;

	top: 50%;

	transform: translate(0,-50%);

}

.service_four_span3::after{

	content: '';

	position: absolute;

	width: 0.25rem;

	height: 0.25rem;

	border-radius: 50%;

	left: 50%;

	top: 50%;

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

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

}

.service_four_img{

	position: absolute;

	top: 50%;

	left: 50%;

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

	width: 89%;

}

.service_four_img::after{

	content: '';

	display: block;

	padding-bottom: 100%;

}

.service_four_img img{

	position: absolute;

	top: 50%;

	left: 50%;

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

	width: 100%;

	height: 100%;

	object-fit: cover;

	border-radius: 50%;

}





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

	.service_four_ul li p {

		font-size: 0.22rem;

		margin: 0.12rem 0;

	}

}

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



}

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

	.service_four_ul li p {

		font-size: 0.2rem;

		margin: 0.1rem 0;

	}

}

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



}

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

	.service_four_2{display: none;}

	.service_four_1,.service_four_3{

		width: 50%;

	}

	.service_four_ul {

		gap: 0.4rem;

	}

	.service_four_ul li span {

		height: 0.96rem;

		overflow: auto;

		box-sizing: border-box;

		padding-right: 4%;

	}

	/*滚动条*/

	.service_four_ul li span::-webkit-scrollbar{width:1px; height:8px}

	.service_four_ul li span::-webkit-scrollbar-thumb{-webkit-box-shadow:inset 0 0 5px rgba(0,0,0,0.2); background:var(--i_color)}

	.service_four_ul li span::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 5px rgba(0,0,0,0.2); border-radius:0; background:#F1F1F1}

	.service_four_3 {

		padding-left: 2%;

	}

	.service_four_1 {

		padding-right: 2%;

	}

}

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

	.service_four_ul li p {

        font-size: 0.18rem;

    }

}

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

	.service_four_all {

		margin-top: 0.4rem;

	}

	.service_four_ul li img {

		width: 0.45rem;

		height: 0.45rem;

	}

}

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



}















/* custom */

.custom_all{

   background-color: #F4F4F4;

}

.custom_bac{

   background: #000 url('../images/custom_bac.webp') center no-repeat;

   background-size: cover;

   background-attachment: fixed;

   box-sizing: border-box;

   padding: 0.8rem 0;

   border-radius: 0 1rem 0 0;

}

.custom{



}

.custom_title{

	display: flex;

	display: -webkit-flex;

	gap: 0.2rem;

	flex-wrap: wrap;

	justify-content: space-between;

	align-items: center;

}







/*  */

.cus_partner_box{margin-top: 0.6rem;}



.cus_partner{position:relative}

.cus_partner_list{width:100%; padding:0; margin:0 auto; position:relative; overflow:hidden; z-index:1}

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

.cus_partner_list li{

	display:-webkit-box;

	display:-ms-flexbox;

	display:-webkit-flex;

	display:flex;

	flex-shrink:0;

	position:relative;

	cursor:pointer;

	flex-direction: column;

	overflow: hidden;

	box-sizing: border-box;

	padding: 0.4rem;

	transition: all 0.3s ease;

}

.cus_box{

	position:relative;

	background-color: #fff;

	border-radius: 0.15rem;

	overflow: hidden;

}

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

.cus_partner_list .img:before{content:""; display:block; padding-bottom:75%}

.cus_partner_list .img img{

	position:absolute; top:50%; left:50%;

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

	height:100%; object-fit:cover;



}





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

.cus_text{

   position: absolute;

   bottom: -100%;

   left: 0;

   width: 100%;

   transition: all 0.5s ease;

}

.cus_text p{

   font-size: 0.22rem;

   color: #fff;

   box-sizing: border-box;

   padding: 0.8rem 0.4rem 0.25rem 0.4rem;

   background: linear-gradient(to top,rgba(33,75,151,0.8) 5%,rgba(33,75,151,0));

}



.cus_partner_list li.swiper-slide-active{

	padding: 0rem;

}

.cus_partner_list li.swiper-slide-active .cus_text{

	bottom: 0;

}







/* 指示器 */

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

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

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



/* 左右箭头 */

.cus_partner .pt-button-prev, .cus_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;

}

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

	font-size: 0.2rem;

	color: var(--i_color);

	transition: all 0.3s ease;

}

.cus_partner .pt-button-prev{left:30.5%;}

.cus_partner .pt-button-next{right:30.5%;}



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

	background-color: var(--i_color);

}

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

	color: #fff;

}



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

	.custom_bac {

		border-radius: 0 0.8rem 0 0;

	}

}

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



}

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

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

	.cus_partner .pt-pagination{display:block}

	.cus_partner_list li {

		padding: 0.3rem;

	}

	.custom_bac {

		padding: 0.6rem 0;

		border-radius: 0 0.6rem 0 0;

	}

}

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



}

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



}

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

	.cus_partner_list li {

		padding: 0.2rem;

	}

	.cus_text p {

		font-size: 0.14rem;

		padding: 0.4rem 0.2rem 0.2rem 0.2rem;

	}

	.custom_bac {

		border-radius: 0 0.4rem 0 0;

	}



}





/* adv_service */

.adv_service_bac{

   background-color: #F4F4F4;

   box-sizing: border-box;

   padding: 1rem 0;

   position: relative;

   z-index: 2;

   overflow: hidden;

}

.adv_service_bac::after {

    content: '';

    position: absolute;

    width: 7.31rem;

    height: 7.31rem;

    right: -5rem;

    top: 50%;

    transform: translate(0, -50%);

    background: url(../images/global_bac.png) no-repeat center;

    background-size: contain;

    z-index: -1;

}

.adv_service{



}

.adv_service_ul{

	margin-top: 0.6rem;

	display: flex;

	display: -webkit-flex;

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

	border-radius: 0.15rem 0.15rem 0 0;

	background-color: #fff;

	overflow: hidden;

}

.adv_service_ul li{

    display: flex;

	display: -webkit-flex;

	align-items: center;

	gap: 0.2rem;

	width: calc(100% / 3);

	justify-content: center;

	box-sizing: border-box;

	padding: 0.4rem 0.1rem;

	transition: all 0.3s ease;

}

.adv_service_ul li:not(:last-child){

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

}

.adv_service_ul li iconify-icon{

    font-size: 0.55rem;

	color: var(--i_color);

	transition: all 0.3s ease;

}

.adv_service_ul li p{

    font-size: 0.24rem;

	color: #333;

	transition: all 0.3s ease;

}

.adv_service_ul li.current{

	background-color: var(--i_color);

}

.adv_service_ul li.current iconify-icon,

.adv_service_ul li.current p{

	color: #fff;

}



.adv_service_dl{



   background-color: #fff;

   border-radius: 0 0 0.15rem 0.15rem;

   overflow: hidden;

}



.adv_service_dl dt{

	position: relative;

	box-sizing: border-box;

   padding: 0.4rem;

   z-index: 2;

}

.adv_service_all{

	display: flex;

   display: -webkit-flex;

   flex-wrap: wrap;

   align-items: center;



}

.adv_service_img{

   width: 50%;

   position: relative;

}

.adv_service_img::after{

    content: '';

	display: block;

	padding-bottom: 61%;

}

.adv_service_img img{

    position: absolute;

	top: 50%;

	left: 50%;

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

	width: 100%;

	height: 100%;

	object-fit: cover;

	border-radius: 0.15rem;

}

.adv_service_text{

    width: 50%;

	box-sizing: border-box;

	padding: 0 6% 0 3%;

}

.adv_service_text h3{

    font-size: 0.3rem;

	color: #333;

	font-family: 'bold';

	margin-bottom: 0.1rem;

}

.adv_service_text h4{

    font-size: 0.18rem;

	line-height: 0.3rem;

	color: #666;

}

.adv_service_all iconify-icon{

	position: absolute;

	bottom: 0;

	right: 0;

	font-size: 2rem;

	color: rgba(33,75,151,0.1);

	z-index: -1;

}









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

	.adv_service_ul li p {

		font-size: 0.22rem;

	}

	.adv_service_text h3 {

		font-size: 0.28rem;

	}

	.adv_service_all iconify-icon {

		font-size: 1.8rem;

	}

	.adv_service_bac {

		padding: 0.8rem 0;

	}

}

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



}

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

	.adv_service_ul li p {

		font-size: 0.2rem;

	}

	.adv_service_ul li iconify-icon {

		font-size: 0.5rem;

	}

	.adv_service_ul li {

		gap: 0.15rem;

		padding: 0.3rem 0.1rem;

	}

	.adv_service_text h3 {

		font-size: 0.26rem;

	}

	.adv_service_all iconify-icon {

		font-size: 1.5rem;

	}

	.adv_service_bac {

		padding: 0.6rem 0;

	}

}

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

	.adv_service_ul li p {

		font-size: 0.18rem;

	}

	.adv_service_ul li iconify-icon {

		font-size: 0.4rem;

	}

	.adv_service_ul li {

		gap: 0.1rem;

		padding: 0.2rem 0.1rem;

	}

	.adv_service_text h3 {

		font-size: 0.24rem;

	}

	.adv_service_all iconify-icon {

		font-size: 1.2rem;

	}

}

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

	.adv_service_ul li iconify-icon {

		font-size: 0.3rem;

	}

	.adv_service_text h3 {

		font-size: 0.22rem;

	}

	.adv_service_text h4 {

		font-size: 0.16rem;

		line-height: 0.24rem;

	}

	.adv_service_dl dt {

		padding: 0.3rem;

	}

	.adv_service_all iconify-icon {

		font-size: 1rem;

	}

}

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

	.adv_service_ul li iconify-icon {

		font-size: 0.25rem;

	}

	.adv_service_ul li p {

        font-size: 0.16rem;

    }

	.adv_service_text h3 {

		font-size: 0.2rem;

	}

	.adv_service_text {

		padding: 0 3%;

	}

	.adv_service_dl dt {

		padding: 0.3rem 0.2rem;

	}

	.adv_service_all iconify-icon {

		font-size: 0.8rem;

	}

}

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

	.adv_service_ul li p {

        font-size: 0.14rem;

    }

	.adv_service_ul {

		margin-top: 0.4rem;

	}

	.adv_service_ul li {

		flex-direction: column;

	}

	.adv_service_text h4 {

        font-size: 0.14rem;

        line-height: 0.2rem;

    }

	.adv_service_all iconify-icon {

		font-size: 0.5rem;

	}

	.adv_service_dl dt {

        padding: 0.2rem;

    }



}

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



}















/* buy */

.buy_all{

   background-color: #000;

}

.buy_bac{

   border-radius: 0 0 0 1rem;

   box-sizing: border-box;

   padding: 0.8rem 0;

   background: url('../images/buy.webp') no-repeat center;

   background-size: cover;

}

.buy{



}

.buy_ul{

	display: flex;

	display: -webkit-flex;

	flex-wrap: wrap;

	margin: 2.4rem 0;

	position: relative;

	z-index: 3;

}

.buy_ul::after{

	content: '';

	position: absolute;

	top: 50%;

	left: 0;

    width: 100%;

	transform: translate(0,-50%);

    height: 1px;

	border-bottom: 1px dashed #999;

    z-index: -1;

}

.buy_ul li{

    width: calc(100% / 6);

	display: flex;

	display: -webkit-flex;

	flex-direction: column;

	position: relative;

}

.buy_ul li h3{

   font-size: 0.3rem;

   color: #999;

   font-family: 'bold';

   transition: all 0.3s ease;

}

.buy_ul li h4{

	font-size: 0.24rem;

	color: #999;

	font-family: 'bold';

	text-transform: capitalize;

	margin-bottom: 0.1rem;

	transition: all 0.3s ease;

}

.buy_ul li h5{

   font-size: 0.16rem;

   line-height: 0.24rem;

   height: 0.96rem;

   overflow: auto;

   box-sizing: border-box;

   padding-right: 0.05rem;

}

/*滚动条*/

.buy_ul li h5::-webkit-scrollbar{width:1px; height:8px}

.buy_ul li h5::-webkit-scrollbar-thumb{-webkit-box-shadow:inset 0 0 5px rgba(0,0,0,0.2); background:var(--i_color)}

.buy_ul li h5::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 5px rgba(0,0,0,0.2); border-radius:0; background:#F1F1F1}

.buy_ul li p{

   width: 0.16rem;

   height: 0.16rem;

   background-color: #999;

   border-radius: 50%;

   position: relative;

   transition: all 0.3s ease;

}

.buy_ul li p::after{

    width: 0.34rem;

	height: 0.34rem;

	content: '';

	position: absolute;

	top: 50%;

	left: 50%;

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

	border-radius: 50%;

	background: rgba(33,75,151,0.2);

	opacity: 0;

    transition: all 0.3s ease;

}

.buy_odd{

	position: absolute;

    left: 0;

	bottom: 0.35rem;

	width: 100%;

	box-sizing: border-box;

	padding-right: 2%;

}

.buy_even{

	position: absolute;

    left: 0;

	top: 0.35rem;

	width: 100%;

	box-sizing: border-box;

	padding-right: 2%;

}

.buy_ul li:hover h3{

	color: var(--i_color);

}

.buy_ul li:hover h4{

	color: var(--i_color);

}

.buy_ul li:hover p{

	background-color: var(--i_color);

}

.buy_ul li:hover p::after{

	opacity: 1;

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

}





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

	.buy_bac{

		border-radius: 0 0 0 0.8rem;

	}

}

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



}

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

	.buy_ul li h4 {

		font-size: 0.2rem;

	}

	.buy_ul li h5 {

		font-size: 0.14rem;

		line-height: 0.2rem;

		height: 0.8rem;

	}

	.buy_bac{

		border-radius: 0 0 0 0.6rem;

		padding: 0.6rem 0;

	}

}

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



}

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

	.buy_odd {

		position: relative;

		left: 0;

		bottom: 0;

	}

	.buy_even{

		position: relative;

		left: 0;

		top: 0rem;

	}

	.buy_ul li p{display: none;}

	.buy_ul li{

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

	}

	.buy_ul{

		gap: 0.2rem;

		margin: 0.6rem 0 0 0;

	}

	.buy_ul li h5{

		height: unset;

	}

	.buy_ul::after{

		display: none;

	}

}

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

	.buy_ul li{

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

	}

	.buy_bac{

		border-radius: 0 0 0 0.4rem;

	}

}

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

	.buy_ul{

		margin: 0.4rem 0 0 0;

	}

}

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



}









/* contact_us */

.contact_us_bac{



}

.contact_us{



}

.contact_us_box{

   display: flex;

   display: -webkit-flex;

   flex-wrap: wrap;

   margin-top: 0.6rem;

}

.contact_us_left{

	width: 50%;

	box-sizing: border-box;

	padding-right: 3%;

}

.contact_us_left p{

   font-size: 0.3rem;

   color: var(--i_color);

   font-family: 'bold';

   box-sizing: border-box;

   padding-bottom: 0.15rem;

   border-bottom: 0.02rem solid var(--i_color);

}





.contact_us_list{

    display: flex;

	display: -webkit-flex;

    flex-wrap: wrap;

}

.contact_us_list li{

   display: flex;

   display: -webkit-flex;

   box-sizing: border-box;

   padding: 0.25rem 0;

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

   width: 100%;

}

.contact_us_list li:nth-child(2),

.contact_us_list li:nth-child(3){

	width: 50%;

}

.contact_us_list li i{

   display: block;

   width: 0.65rem;

   height: 0.65rem;

   border-radius: 50%;

   background-color: #fff;

   display: flex;

   display: -webkit-flex;

   align-items: center;

   justify-content: center;

}

.contact_us_list li i iconify-icon{

   font-size: 0.35rem;

   color: var(--i_color);

}

.contact_us_text{

   width: calc(100% - 0.65rem);

   box-sizing: border-box;

   padding-left: 0.2rem;



}

.contact_us_text h3{

   font-size: 0.16rem;

   color: #666;



}

.contact_us_text a{

   font-size: 0.18rem;

   color: #333;

   transition: all 0.3s ease;

   display: block;

}

.contact_us_text a:hover{

   color: var(--i_color);

}

.contact_us_text a span{

	font-size: 0.18rem;

	color: var(--i_color);

}

.contact_whatsapp{

   margin-top: 0.2rem;

}

.contact_whatsapp h3{

   font-size: 0.2rem;

   color: var(--i_color);

   font-family: 'bold';

   margin: 0.25rem 0 0.15rem 0;

}

.contact_whatsapp img{

   width: 1.26rem;

}



.contact_us_right{

   width: 50%;

   height: 6.78rem;

}

.contact_us_right #simpleMap,

.contact_us_right .fluid-width-video-wrapper,

.contact_us_right iframe {

        width: 100%;

        height: 100% !important;

}







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

	.contact_us_left p {

		font-size: 0.26rem;

	}

	.contact_us_text a {

		font-size: 0.16rem;

	}

}

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



}

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

	.contact_us_left p {

		font-size: 0.24rem;

	}

}

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



}

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

	.contact_us_left{width: 100%;}

	.contact_us_right{

		width: 100%;

		height: 5rem;

		margin-top: 0.4rem;

	}

}

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



}

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

	.contact_us_box {

		margin-top: 0.4rem;

	}

	.contact_us_bac{

		padding-bottom: 0;

	}

}

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



}









/* contact_form */

.contact_form_all{

   background-color: #000;

}

.contact_form_bac{

   background: url('../images/contact_form.webp') center no-repeat;

   background-size: cover;

   border-radius: 0 0 0 1rem;

   box-sizing: border-box;

   padding: 1rem 0;

}

.contact_form{



}

.contact_form_box{

	margin-top: 0.6rem;

}







#wpforms-34{--input_font_size:0.16rem; --input_height:0.5rem}

#wpforms-34{width:100%; margin:0 auto; padding:0}

#wpforms-form-34{width:100%; overflow:hidden}





#wpforms-34 input, #wpforms-34 button{margin:0; padding:0; border:none; background:none}

#wpforms-34 .wpforms-field{padding:0; margin:0}

#wpforms-34 .wpforms-error-container{line-height:16px}

#wpforms-34 .wpforms-field-container{width:100%; display:-webkit-flex; display:flex; flex-wrap:wrap; overflow:hidden}

#wpforms-34 .wpforms-submit-container{

	padding:0!important; width:2rem;max-width: 100%; height:0.5rem; background:var(--i_color); position:relative;

	margin-left: auto;

	margin-right: auto;

	transition: all 0.3s ease;

	border-radius: 0.06rem;

	display: flex;

	display: -webkit-flex;

	justify-content: center;

	align-items: center;

	position: relative;

	z-index:2;

	overflow: hidden;

}

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

	content: '';

	width: 0;

	right: 0;

	height: 100%;

	position: absolute;

	top: 0;

	right: 0;

	background-color: var(--i_color2);

	transition: all 0.5s ease;

	z-index: -1;

}









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

	width: 100%;

	left: 0;

	right: auto;

}

#wpforms-34 .wpforms-hidden{

	display: none;

}







#wpforms-34 .wpforms-field{

	position: relative;

}

#wpforms-34 .wpforms-field-label{

	font-size: 0;

	line-height: 0;

	height: 0;

	margin: 0 !important;

}

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

	position: absolute;

	top: 22px;

	left: 3px;

	font-size: 0.14rem;

    color: red;

}



#wpforms-34 .wpforms-error{

	margin-top: 0.01rem;

	font-size: 0.12rem !important;

}







#wpforms-34 .wpforms-field{width:100%; margin-bottom:0.2rem; background:transparent; overflow:hidden}

#wpforms-34 .wpforms-field:nth-child(1){margin-right:0.2rem}

#wpforms-34 .wpforms-field:nth-child(1), #wpforms-34 .wpforms-field:nth-child(2){width:calc((100% - 0.2rem) / 2)}



#wpforms-34 .wpforms-field:nth-child(3){margin-right:0.2rem}

#wpforms-34 .wpforms-field:nth-child(3), #wpforms-34 .wpforms-field:nth-child(4){width:calc((100% - 0.2rem) / 2)}







#wpforms-34 input{height:var(--input_height)}



#wpforms-34 input, #wpforms-34 textarea{

	width:100%;border: 0; max-width:100%!important; font-size:var(--input_font_size);

	background-color: #fff; color:#333;

	box-sizing:border-box; line-height:var(--input_height); padding:0 10px;

	border-radius: 0.1rem;

	box-shadow: 0 0 0 0 !important;

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

}

#wpforms-34 textarea{

	height:2rem;

	padding:0 10px 10px;

}



#wpforms-34 input::-webkit-input-placeholder{color:rgba(105,125,141,0.5); font-size:var(--input_font_size)}

#wpforms-34 input::-moz-placeholder{color:rgba(105,125,141,0.5); font-size:var(--input_font_size)}

#wpforms-34 input::-moz-placeholder{color:rgba(105,125,141,0.5); font-size:var(--input_font_size)}

#wpforms-34 input::-ms-input-placeholder{color:rgba(105,125,141,0.5); font-size:var(--input_font_size)}

#wpforms-34 textarea::-webkit-input-placeholder{color:rgba(105,125,141,0.5); font-size:var(--input_font_size)}

#wpforms-34 textarea::-moz-placeholder{color:rgba(105,125,141,0.5); font-size:var(--input_font_size)}

#wpforms-34 textarea::-moz-placeholder{color:rgba(105,125,141,0.5); font-size:var(--input_font_size)}

#wpforms-34 textarea::-ms-input-placeholder{color:rgba(105,125,141,0.5); font-size:var(--input_font_size)}











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

	overflow: hidden;width:100%; font-size:0.18rem;height: 0.5rem;

	color:#FFF; cursor:pointer; text-transform:capitalize;

	position:relative;

	z-index:2;

	box-shadow: 0 0 transparent !important;

}

#wpforms-34 .wpforms-submit-container img{position:absolute; top:50%; transform:translate(0,-50%); right:4px}











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

	.contact_form_bac{

		border-radius: 0 0 0 0.8rem;

		padding: 0.8rem 0;

	}

}

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



}

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

	.contact_form_bac{

		border-radius: 0 0 0 0.6rem;

		padding: 0.6rem 0;

	}

}

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



}

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



}

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

	.contact_form_box {

		margin-top: 0.4rem;

	}

	.contact_form_bac{

		border-radius: 0 0 0 0.4rem;

	}

}

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

	#wpforms-34{--input_font_size:0.16rem; --input_height:0.5rem}

	#wpforms-34 .wpforms-field:nth-child(1){margin-right:0rem}

	#wpforms-34 .wpforms-field:nth-child(1), #wpforms-34 .wpforms-field:nth-child(2){width:100%}

	#wpforms-34 .wpforms-field:nth-child(3){margin-right:0rem}

	#wpforms-34 .wpforms-field:nth-child(3), #wpforms-34 .wpforms-field:nth-child(4){width:100%}

	#wpforms-34 textarea{height:1.2rem}

	#wpforms-34 .wpforms-field {margin-bottom: 0.1rem;}

}

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



}







/* products */

.products_all{

   background-color: #000;

}



.products{

   display: flex;

   display: -webkit-flex;

   flex-wrap: wrap;

}

.products_left{

	width: 4.05rem;

}



.products_left_all{



}

.products_left_h2{

	font-size: 0.32rem;

	color: #fff;

	font-family: 'bold';

	text-transform: capitalize;

	box-sizing: border-box;

	background-color: var(--i_color);

	border-radius: 0.15rem 0.15rem 0 0;

	box-sizing: border-box;

	padding: 0.2rem 0.3rem;

}

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

   background-color: #FFF;

   box-sizing: border-box;

   padding-bottom: 0.4rem;

}

.list li{

   position: relative;

}

.list li::after{

	content: '';

	position: absolute;

	bottom: 0;

	left: 50%;

	transform: translate(-50%,0);

	width: 92%;

	height: 1px;

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

}



.list_a{

	box-sizing: border-box;

    padding: 0.2rem 0.2rem;

	position: relative;

	z-index: 2;

	overflow: hidden;

}

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

   color: #222;

   box-sizing: border-box;

   line-height: 110%;

   transition: all 0.3s ease;

}

.list  .list_a i{

   width: 0.5rem;

   height: 0.55rem;

   position: absolute;

   top: 50%;

   transform: translate(0,-50%);

   right: 0;

   cursor: pointer;



}

.list .list_a i iconify-icon{

	position: absolute;

	top: 50%;

	left: 50%;

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

    font-size: 0.24rem;

	color: #222;

	transition: all 0.3s ease;

}

.list_dl{

    padding:0 0.08rem 0.2rem 0.08rem;

	display: flex;

	display: -webkit-flex;

	flex-direction: column;

	box-sizing: border-box;

}



.list_dl dt{

   box-sizing: border-box;

}

.list_dl dt a{

   font-size: 0.16rem;

   color: #222;

   display: block;

   transition: all 0.3s ease;

   position: relative;

   box-sizing: border-box;

   padding:0.12rem 0.3rem 0.12rem 0.3rem;

   background-color: #fff;

   border-radius: 0.08rem;

}

.list_dl dt a::after{

	content: '';

	position: absolute;

	left: 0.12rem;

	top: 50%;

	transform: translate(0,-50%);

	width: 0.08rem;

	height: 0.08rem;

	border-radius: 50%;

	background-color: #fff;

	opacity: 0;

	transition: all 0.3s ease;

}

.list_dl dt a::before{

	content: '';

	position: absolute;

	top: 50%;

	right: 0.12rem;

	transform: translate(0,-50%);

	width: 0.08rem;

	height: 0.12rem;

	background: url('../images/right.png') center no-repeat;

	background-size: contain;

	opacity: 0;

}







.list_dl dt a:hover{

	color: #fff;

	background-color: var(--i_color);

}

.list_dl dt a:hover::after,.list_dl dt a:hover::before{

    opacity: 1;

}

.list_active{

    background-color: #fff;

}

/* .list_active .list_a::after{

	width: 100%;

	left: 0;

	right: auto;

} */

.list_active .list_a i iconify-icon{

	color: var(--i_color);

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

}

.list_active .list_a a{

	color: var(--i_color);

}

.list_dl_active a::after,.list_dl_active a::before{

	opacity: 1 !important;

}







.list_dl_active a{

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

	color: #fff !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;

	}



}

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

	.products_left{

		width: 100%;

	}

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

	.products_left_h2 {font-size: 0.18rem;}

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

}

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



}





.products_whatsapp_all{

	background-color: #fff;

}

.products_whatsapp{

   display: flex;

   display: -webkit-flex;

}

.products_whatsapp p{

   font-size: 0.24rem;

   font-family: 'bold';

   color: #fff;

   width: 37%;

   background-color: var(--i_color);

   box-sizing: border-box;

   padding: 0.145rem 0;

   display: flex;

   display: -webkit-flex;

   justify-content: center;

   align-items: center;

   border-radius: 0.15rem 0rem 0 0;

}

.products_whatsapp_text{

   width: 63%;

   box-sizing: border-box;

   padding: 0.145rem;

   background-color: #262626;

   display: flex;

   display: -webkit-flex;

   align-items: center;

   border-radius: 0rem 0.15rem 0 0;

}

.products_whatsapp_text iconify-icon{

   font-size: 0.35rem;

   color: #fff;

   font-weight: bold;

}

.products_whatsapp_a{

   width: calc(100% -0.35rem);

   box-sizing: border-box;

   padding-left: 0.1rem;

   display: flex;

   display: -webkit-flex;

   flex-direction: column;

   gap: 0.08rem;

}

.products_whatsapp_a a{

   font-size: 0.18rem;

   color: #fff;

   line-height: 100%;

   display: inline-block;

}





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

	.products_whatsapp_all{

		display: none;

	}

}





.products_right{

	width: calc(100% - 4.05rem);

	box-sizing: border-box;

	padding-left: 2%;

}

.products_right>h2{

   font-size: 0.3rem;

   font-family: 'bold';

   color: #333;

   margin-bottom: 0.2rem;

   text-transform: capitalize;

}

.products_right>h3{

   font-size: 0.16rem;

   line-height: 150%;

   color: #666;

   margin-bottom: 0.2rem;

}







.products_right_ul{

   display: flex;

   display: -webkit-flex;

   flex-wrap: wrap;

   gap: 0.5rem 0.3rem;

   margin-top: 0.5rem;

}



.products_right_ul li{

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

}

.products_right_ul li a{

   display: block;

   width: 100%;

   box-sizing: border-box;

   padding: 0.1rem 0.1rem 0.3rem 0.1rem;

   background-color: #fff;

   border-radius: 0.15rem;

}

.products_right_img{

   position: relative;

   border-radius: 0.15rem;

   overflow: hidden;

}

.products_right_img::before{

	content: '';

	position: absolute;

	bottom: -100%;

	left: 0;

	width: 100%;

	height: 50%;

	background: linear-gradient(to top,rgba(33,75,151,1),rgba(33,75,151,0));

	z-index: 2;

	transition: all 0.5s ease;

}

.products_right_img::after{

   content: '';

   display: block;

   padding-bottom: 100%;

}

.products_right_img img{

   position: absolute;

   top: 50%;

   left: 50%;

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

   width: 100%;

   height: 100%;

   object-fit: cover;

}

.products_right_text{

   display: flex;

   display: -webkit-flex;

   flex-direction: column;

   justify-content: center;

   align-items: center;

   margin-top: 0.15rem;

}
.products_right_text dt span{
	font-size: 0.2rem;
	color: red;
	font-family: 'bold';
}
.products_right_text h6{

   font-size: 0.14rem;

   color: #666;

   display: inline-block;

   box-sizing: border-box;

   padding: 0.05rem 0.12rem;

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

   border-radius: 0.05rem;

   transition: all 0.3s ease;

}

.products_right_text h2{

    font-size: 0.2rem;

	color: #333;

	font-family: 'bold';

	text-align: center;

	margin: 0.1rem 0;

	overflow: hidden;

   text-overflow: ellipsis;

   display: -webkit-box;

  -webkit-box-orient: vertical;

   -webkit-line-clamp: 2;

   transition: all 0.3s ease;

}

.products_right_text dl{

	width: 100%;

}

.products_right_text dl dt{

   font-size: 0.16rem;

   color: #666;

   box-sizing: border-box;

   padding: 0.1rem 0.2rem;

   border-radius: 0.05rem;



}

.products_right_text dl dt:nth-child(odd){

	background-color: #F4F4F4;

}

.products_right_ul li:hover h6{

	background-color: var(--i_color);

	color: #fff;

}

.products_right_ul li:hover h2{

	color: var(--i_color);

}



.products_right_ul li:hover  .products_right_img::before{

	bottom: 0;

}















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



}

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



}

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

	.products_left {

		width: 3.7rem;

	}

	.products_right{

		width: calc(100% - 3.7rem);

	}

	.products_right_ul {

		gap: 0.4rem 0.2rem;

		margin-top: 0.4rem;

	}

	.products_right_ul li {

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

	}

	.products_right_text h2 {

		font-size: 0.18rem;

	}

	.products_right_text dl dt {

		font-size: 0.14rem;

		padding: 0.08rem 0.15rem;

	}

	.products_right>h2 {

		font-size: 0.28rem;

	}



}

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

	.products_left {

        width: 100%;

    }

	.products_right{

		width: 100%;

		padding-left: 0;

		margin-top: 0.4rem;

	}

}

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



}

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

	.products_right_ul li {

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

    }

	.products_right>h2 {

		font-size: 0.26rem;

	}



}

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

	.products_right>h2 {

		font-size: 0.24rem;

	}

	.products_right_text h2 {

        font-size: 0.16rem;

    }

	.products_right_ul {

        gap: 0.2rem;

    }

}

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



}













/* single_grid */

.single_grid_bca{



}

.single_grid{

   display: flex;

   display: -webkit-flex;

   flex-wrap: wrap;

}

.single_grid_left{

   width: 40%;

}





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

.in_grid_cont{--sm_pic_width:17%}

.in_grid_cont{ position:relative; overflow:hidden}

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



/* 缂╃暐鍥� */

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

.in_grid_list{height:100%; overflow:hidden}

.in_grid_list .swiper-slide{cursor:pointer}



.in_grid_list .img{width:100%; height:100%; box-sizing:border-box; border:1px solid #D8D8D8; 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;

	left:50%;

	transform:translate(-50%,0);

	width:60px;

	height:30px;

	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{top:4px; background:url(../images/arrow_up_hollow_hei.svg) no-repeat center; background-size:contain}

.ingrid-button-next{bottom:4px; background:url(../fonts/arrow_down_hollow_hei.svg) no-repeat center; background-size:contain}

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

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

}



.in_grid_show .img{width:100%; height:100%; position:relative; overflow:hidden}

.in_grid_show .img img{width:100%; height:100%; object-fit:cover;box-sizing: border-box;background-color: #fff;}



.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%;border-radius: 0.1rem;overflow: hidden;}

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

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

.in_grid_show .img img{position:absolute; top:50%; left:50%; transform:translate(-50%,-50%)}

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

.in_grid_list{width:calc(100% - 1rem); 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}

.in_grid_list .img{height:auto;border-radius: 0.08rem;}

.in_grid_list .img:before{

	content:"";

	display:block;

	padding-bottom:100%;

}

.in_grid_list .img::after{

   content: '';

   position: absolute;

   top: 0;

   left: 0;

   width: 100%;

   height: 100%;

   background-color: rgba(0, 0, 0, .5);

   z-index: 2;



   transition: all 0.3s ease;

}

.in_grid_list .swiper-slide-thumb-active .img::after{

    opacity: 0;

}

.in_grid_list .img img{position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); object-fit:cover;box-sizing: border-box;background-color: #fff;}

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

	top:50%;

	transform:translate(0,-50%);

	width:0.4rem;

	height:0.4rem;

	border-radius: 50%;

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

	display: flex;

	display: -webkit-flex;

	justify-content: center;

	align-items: center;

	transition: all 0.3s ease;

}

.ingrid-button-prev{left:0;}

.ingrid-button-next{left:initial; right:0; }





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

	font-size: 0.2rem;

	color: var(--i_color);

	transition: all 0.3s ease;

}







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

	background-color: var(--i_color);

}



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

	color: #fff;

}









.single_grid_right{

	width: 60%;

	box-sizing: border-box;

	padding-left: 4%;

}

.single_grid_right h2{

	font-size: 0.14rem;

    color: #666;

    display: inline-block;

    box-sizing: border-box;

    padding: 0.05rem 0.12rem;

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

    border-radius: 0.05rem;

    transition: all 0.3s ease;

}

.single_grid_right h1{

    font-size: 0.3rem;

	color: #333;

	font-family: 'bold';

	box-sizing: border-box;

	padding-bottom: 0.1rem;

	border-bottom: 0.02rem solid var(--i_color);

	margin: 0.1rem 0 0.3rem 0;

}
.single_grid_right h6{
	font-size: 0.18rem;
	color: #333;
	margin-bottom: 0.2rem;
}
.single_grid_right h6 span{
	color: red;
	font-family: 'bold';
	font-size: 0.22rem;
}
.single_share{

   display: flex;

   display: -webkit-flex;

   align-items: center;

   gap: 0.15rem;

   justify-content: flex-end;

   margin-top: 0.4rem;

}

.single_share p{

   font-size: 0.2rem;

   color: #333;

   font-family: 'bold';

}

.single_share dl{

	display: flex;

	display: -webkit-flex;

	align-items: center;

	gap: 0.2rem;

}

.single_share dl dt{



}

.single_share dl dt a{

   display: block;

   width: 0.44rem;

   height: 0.44rem;

   border-radius: 50%;

   background: rgba(0, 0, 0, 0.2);

   display: flex;

   display: -webkit-flex;

   justify-content: center;

   align-items: center;

   transition: all 0.3s ease;

}

.single_share dl dt a iconify-icon{

   font-size: 0.2rem;

   color: #fff;

}

.single_share dl dt a:hover{

	background-color: var(--i_color);

	transform: translateY(-5px);

}

.single_btn{

	display: flex;

	display: -webkit-flex;

	gap: 0.2rem;

	margin-top: 0.3rem;

}





.single_grid_article{

	background-color: #fff;

	overflow: auto;

	box-sizing: border-box;

	padding: 0 0.2rem;

}

.single_grid_article::-webkit-scrollbar{width:1px; height:1px}

.single_grid_article::-webkit-scrollbar-thumb{-webkit-box-shadow:inset 0 0 5px rgba(0,0,0,0.2); background:var(--i_color)}

.single_grid_article::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 5px rgba(0,0,0,0.2); border-radius:0; background:#F1F1F1}



.single_grid_article tr:nth-child(even) {

    background-color: #F7F7F7;

}



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

	.single_grid_right h1 {

		font-size: 0.28rem;

	}

}

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



}

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

	.single_grid_right h1 {

		font-size: 0.26rem;

	}

}

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

	.single_grid_right h1 {

		font-size: 0.24rem;

	}

}

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



}

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

	.single_grid_right {

		width: 100%;

		margin-top: 0.4rem;

		padding-left: 0%;

	}

	.single_grid {

		justify-content: center;

	}

	.single_grid_left {

		width: 50%;

	}

	.single_share p {

		font-size: 0.18rem;

	}

}

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

	.single_grid_left {

		width: 80%;

	}

	.single_grid_right h1 {

        font-size: 0.22rem;

    }

	.single_grid_right h1 {

		margin: 0.2rem 0 0.3rem 0;

	}

}

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

	.single_grid_left {

		width: 100%;

	}

	.single_grid_right h1 {

        font-size: 0.2rem;

    }

}



























/* single_five */

.single_five_all{

   background-color: #F4F4F4;

}

.single_five_bac{

   border-radius: 0 1rem 0 0;

   background: url('../images/single_five.webp') no-repeat center;

   background-size: cover;

   box-sizing: border-box;

   padding: 0.4rem 0 0.6rem 0;

   border-bottom: 0.1rem solid var(--i_color);

}

.single_five{



}

.single_five h3{

   font-size: 0.18rem;

   color: #fff;

   text-align: center;

   margin-bottom: 0.5rem;

}

.single_five_ul{

   display: flex;

   display: -webkit-flex;

   justify-content: space-around;

}

.single_five_ul li{

	display: flex;

	display: -webkit-flex;

	flex-direction: column;

	align-items: center;

}

.single_five_ul li i{

   display: block;

   width: 0.83rem;

   height: 0.83rem;

   background-color: #fff;

   border-radius: 0.06rem;

   display: flex;

   display: -webkit-flex;

   justify-content: center;

   align-items: center;

}

.single_five_ul li i img{

   width: 0.5rem;

   height: 0.5rem;

   object-fit: contain;

}

.single_five_ul li p{

	font-size: 0.18rem;

	color: #fff;

	text-align: center;

	margin-top: 0.15rem;

	text-transform: capitalize;

}





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

	.single_five_ul li i{

		width: 0.8rem;

		height: 0.8rem;

	}

	.single_five_bac {

		border-radius: 0 0.8rem 0 0;

	}

}

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



}

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

	.single_five_ul li i{

		width: 0.7rem;

		height: 0.7rem;

	}

	.single_five_ul li i img{

		width: 0.45rem;

		height: 0.45rem;

	}

	.single_five_bac {

		border-radius: 0 0.6rem 0 0;

	}

}

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

	.single_five_ul li i img{

		width: 0.4rem;

		height: 0.4rem;

	}

}

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



}

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

	.single_five_bac {

		border-radius: 0 0.4rem 0 0;

	}

	.single_five h3 {

		font-size: 0.16rem;

		margin-bottom: 0.4rem;

	}

	.single_five h3 br{display: none;}

	.single_five_ul li p {

		font-size: 0.16rem;

	}

}

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

	.single_five_ul li p {

		font-size: 0.14rem;

	}

	.single_five_ul{

		flex-wrap: wrap;

		gap: 0.2rem 0;

	}

	.single_five_ul li{

		width: 50%;

	}

	.single_five_ul li:last-child{

		width: 100%;

	}

}

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



}



















/* editor */

.editor_bac{

    box-sizing: border-box;

	padding: 0.8rem 0;

}

.editor{

   display: flex;

   display: -webkit-flex;

   flex-wrap: wrap;

}

.editor_left{

	width: 4rem;

}

.editor_right{

	width: calc(100% - 4rem);

	box-sizing: border-box;

	padding-left: 4%;

}

.editor_right_ul{

   background-color: #F4F4F4;

   display: flex;

   display: -webkit-flex;

   border-radius: 0.15rem;

   margin-bottom: 0.3rem;

}

.editor_right_ul li{

	font-size: 0.24rem;

	color: var(--i_color);

	font-family: 'bold';

	display: inline-block;

	box-sizing: border-box;

	padding: 0.12rem 0.3rem;

	transition: all 0.3s ease;

	border-radius: 0.15rem;

}

.editor_right_ul li.current{

	background-color: var(--i_color);

	color: #fff;

}

.editor_form{

    margin-top: 0.5rem;

}

.editor_form_all{

   margin-top: 0.4rem;

}



.editor_form_all #wpforms-34 input,.editor_form_all #wpforms-34 textarea{

	background-color: #F4F4F4;

}

.editor_two *{

	font-family: 'open' !important;

}





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

	.editor_right_ul li {

		font-size: 0.22rem;

	}

}

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



}

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

	.editor_right_ul li {

		font-size: 0.2rem;

	}

	.editor_bac {

		padding: 0.6rem 0;

	}

}

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

	.editor_right_ul li {

		font-size: 0.22rem;

	}

	.editor_left{display: none;}

	.editor_right {

		width: 100%;

		padding-left: 0%;

	}

}

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



}

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



}

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



}

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



}







.faq_ul{

   display: flex;

   display: -webkit-flex;

   flex-direction: column;

   gap: 0.3rem;

}

.faq_ul li{



}

.faq_q{

   background-color: #F7F7F7;

   box-sizing: border-box;

   padding: 0.2rem 0.4rem;

   border-radius: 0.15rem;

   display: flex;

   display: -webkit-flex;

   align-items: center;

   cursor: pointer;

}

.faq_ul i{

   width: 0.32rem;

   height: 0.32rem;

   border-radius: 0.04rem;

   display: block;

   color: #fff;

   display: flex;

   display: -webkit-flex;

   justify-content: center;

   align-items: center;

   font-size: 0.2rem;

   font-family: 'bold';

}

.faq_q i{

   background-color: #666;

}

.faq_a i{

   background-color: var(--i_color);

}

.faq_q h2{

   font-size: 0.2rem;

   color: #222;

   font-family: 'bold';

   width: calc(100% - 0.72rem);

   box-sizing: border-box;

   padding-left: 0.2rem;

}

.faq_a{

	display: flex;

	display: -webkit-flex;

	box-sizing: border-box;

	padding: 0.2rem 0.4rem 0 0.4rem;

}

.faq_a p{

	width: calc(100% - 0.4rem);

	padding-left: 0.2rem;

	font-size: 0.16rem;

	color: #666;

	line-height: 0.28rem;

}

.faq_q h3 {

    width: 0.4rem;

    height: 0.4rem;

    display: flex;

    display: -webkit-flex;

    justify-content: center;

    align-items: center;

    transition: all 0.3s ease;

	position: relative;

}

.faq_q h3::after{

   content: '';

   position: absolute;

   top: 50%;

   left: 50%;

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

   width: 2px;

   height: 0.2rem;

   background-color: #333;

   transition: all 0.3s ease;

}

.faq_q h3::before{

	content: '';

	position: absolute;

	top: 50%;

	left: 50%;

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

	height: 2px;

	width: 0.2rem;

	background-color: #333;

 }

.faq_ul li.on .faq_q h3::after{

	height: 0 !important;

	background-color: #fff !important;

}

.faq_ul li.on .faq_q h3::before{

	background-color: #fff !important;

}

.faq_ul li.on .faq_q{

	background-color: var(--i_color);

}

.faq_ul li.on .faq_q i{

	background-color: #fff;

	color: var(--i_color);

}

.faq_ul li.on .faq_q h2{

	color: #fff !important;

}







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

	.faq_q h2{font-size: 0.2rem;padding-left: 0.15rem;}

	.faq_a p {

		padding-left: 0.15rem;

		font-size: 0.14rem;

		line-height: 0.24rem;

	}

}

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



}

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

	.faq_bac {

		padding-bottom: 0.6rem;

	}

	.faq_q {

		padding: 0.15rem 0.3rem;

	}

}

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

	.faq_q h2 {

        font-size: 0.18rem;

    }



}

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



}

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

	.faq_q h2{font-size: 0.18rem;padding-left: 0.1rem;}

	.faq_a p {

		padding-left: 0.1rem;

	}

	.faq_q {

		padding: 0.2rem 0.4rem;

	}

}

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

	.faq_q {

		padding: 0.2rem;

	}

	.faq_a {

		padding: 0.2rem 0.3rem 0 0.3rem;

	}

	.faq_ul i{

		width: 0.3rem;

		height: 0.3rem;

	}

	.faq_q h2{

		width: calc(100% - 0.3rem);

	}

	.faq_a p{

		width: calc(100% - 0.3rem);

	}

	.faq_ul i{

		font-size: 0.16rem;

	}

	.faq_ul {

		gap: 0.2rem;

	}

}

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



}









/* single_two */

.single_two_bac{

   background-color: var(--i_color);

   box-sizing: border-box;

   padding: 0.5rem 0;

}

.single_two{



}

.single_tags{

   display: flex;

   display: -webkit-flex;

   flex-wrap: wrap;

   gap: 0.15rem;

   box-sizing: border-box;

   padding-bottom: 0.3rem;

   margin-bottom: 0.3rem;

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

}

.single_tags p{

   font-size: 0.18rem;

   color: #fff;

   font-family: 'bold';

   line-height: 0.42rem;

}

.single_tags a{

   display: inline-block;

   box-sizing: border-box;

   padding: 0.1rem 0.12rem;

   background-color: #fff;

   font-size: 0.16rem;

   color: #333;

   border-radius: 0.08rem;

}











.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: #fff;

   font-family: 'bold';

   text-transform: capitalize;

   margin-right: 0.1rem;

}

.sx span{

	font-size: 0.16rem;

	color: #fff;

	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;

}











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



}

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



}

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

	.single_tags a {

		padding: 0.08rem 0.1rem;

		font-size: 0.14rem;

	}

	.single_tags {

		align-items: center;

	}

}

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



}

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



}

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

	.sx>div{width: 100%;}

}

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



}

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



}







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



}

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



}

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



} */











/* hot_products */

.hot_products_all{

	background-color: #000;

}

.hot_products_bac{

	box-sizing: border-box;

	padding: 1rem 0;

	background: url('../images/hot_products_bac.webp') no-repeat center;

	background-size: cover;

	border-radius: 0 0 0 1rem;

}

.hot_products{



}







/*  */

.hot_partner_box{margin-top: 0.5rem;}



.hot_partner{position:relative}

.hot_partner_list{width:100%; padding:0; margin:0 auto; position:relative; overflow:hidden; z-index:1}

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

.hot_partner_list li{

	display:-webkit-box;

	display:-ms-flexbox;

	display:-webkit-flex;

	display:flex;

	flex-shrink:0;

	position:relative;

	cursor:pointer;

	flex-direction: column;

}

.hot_partner_list li a{

	display: block;

    width: 100%;

    box-sizing: border-box;

    padding: 0.1rem 0.1rem 0.3rem 0.1rem;

    background-color: #fff;

    border-radius: 0.15rem;

}



.hot_partner_list li:hover h6{

	background-color: var(--i_color);

	color: #fff;

}

.hot_partner_list li:hover h2{

	color: var(--i_color);

}



.hot_partner_list li:hover  .products_right_img::before{

	bottom: 0;

}







/* 指示器 */

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

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

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



/* 左右箭头 */

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

	position:absolute;

	top: -1.3rem;

	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;

}

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

	font-size: 0.2rem;

	color: var(--i_color);

	transition: all 0.3s ease;

}

.hot_partner .pt-button-prev{right: 0.6rem;}

.hot_partner .pt-button-next{right:0%;}



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

	background-color: var(--i_color);

}

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

	color: #fff;

}



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

	.hot_products_bac{

		padding: 0.8rem 0;

		border-radius: 0 0 0 0.8rem;

	}

}

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



}

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

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

	.hot_partner .pt-pagination{display:block}

	.hot_products_bac{

		padding: 0.6rem 0;

		border-radius: 0 0 0 0.6rem;

	}

}

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



}

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

	.hot_partner_box{margin-top: 0.4rem;}

	.hot_products_bac{

		border-radius: 0 0 0 0.4rem;

	}



}

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



	.hot_partner .pt-pagination .swiper-pagination-bullet{width:10px; height:10px}

}













/* ---------------------- Aside Form ---------------------- */

.aside_form{position: fixed;right: 0;bottom: 0;width: 360px;box-shadow: -6px -4px 10px rgb(0 0 0 / 10%);overflow: hidden;z-index: 99;}

.aside_form_tit{padding: 12px 50px; text-align: center; background: var(--i_color); cursor: pointer;position: relative;}

.aside_form_tit p{color: #FFF;}

.aside_form_tit iconify-icon{opacity: 0; position:absolute; top:50%; transform:translate(0,-50%);right: -20px;font-size: 24px;color: #FFF;}

.aside_form_tit.on iconify-icon{opacity: 1; right: 10px; -webkit-transition:all .6s .5s; transition:all .6s .5s;}



.aside_form_cont{display: none; padding: 24px; background: #FFF;}

.aside_form_cont.on{}



#wpforms-28{--input_font_size:0.16rem; --input_height:0.35rem}

#wpforms-28{width:100%; margin:0 auto; padding:0}

#wpforms-form-28{width:100%; overflow:hidden}





#wpforms-28 input, #wpforms-28 button{margin:0; padding:0; border:none; background:none}

#wpforms-28 .wpforms-field{padding:0; margin:0}

#wpforms-28 .wpforms-error-container{line-height:0.16rem}



#wpforms-28 .wpforms-field-container{width:100%; display:-webkit-flex; display:flex; flex-wrap:wrap; overflow:hidden}

#wpforms-28 .wpforms-submit-container{padding:0!important; width:1.5rem; height:var(--input_height); background:var(--i_color);border-radius: 0.05rem; position:relative;margin:0 auto;transition: all 0.3s ease;}



#wpforms-28 .wpforms-hidden{

	display: none;

}



#wpforms-28 .wpforms-field{

	position: relative;

}

#wpforms-28 .wpforms-field-label{

	font-size: 0;

	line-height: 0;

	height: 0;

	margin: 0 !important;

}

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

	position: absolute;

	top: 15px;

	left: 3px;

	font-size: 0.14rem;

    color: red;

}



#wpforms-28 .wpforms-error{

	margin-top: 0.01rem;

	font-size: 0.12rem !important;

}





#wpforms-28 .wpforms-field{width:100%; padding-bottom:0.15rem; background:transparent; overflow:hidden}



#wpforms-28 input{height:var(--input_height)}

#wpforms-28 textarea{min-height:0.8rem}

#wpforms-28 input, #wpforms-28 textarea{

	width:100%;border: 0; max-width:100%!important;

	font-size:var(--input_font_size);

	background-color: white;

	color:#222;

	box-sizing:border-box; ;

	padding:0 10px;

	box-shadow: 0 0 0 0 !important;

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



}







#wpforms-28 input::-webkit-input-placeholder{color:rgba(0,0,0,.3); font-size:var(--input_font_size)}

#wpforms-28 input::-moz-placeholder{color:rgba(0,0,0,.3); font-size:var(--input_font_size)}

#wpforms-28 input::-moz-placeholder{color:rgba(0,0,0,.3); font-size:var(--input_font_size)}

#wpforms-28 input::-ms-input-placeholder{color:rgba(0,0,0,.3); font-size:var(--input_font_size)}

#wpforms-28 textarea::-webkit-input-placeholder{color:rgba(0,0,0,.3); font-size:var(--input_font_size)}

#wpforms-28 textarea::-moz-placeholder{color:rgba(0,0,0,.3); font-size:var(--input_font_size)}

#wpforms-28 textarea::-moz-placeholder{color:rgba(0,0,0,.3); font-size:var(--input_font_size)}

#wpforms-28 textarea::-ms-input-placeholder{color:rgba(0,0,0,.3); font-size:var(--input_font_size)}











#wpforms-28 .wpforms-submit-container button{overflow: hidden;background: var(--i_color) !important; border-radius: 0rem ; width:100%; height:var(--input_height); font-size:0.14rem; color:#FFF; line-height:var(--input_height); cursor: default; text-transform:uppercase; position:relative; z-index:2;cursor: pointer;}

#wpforms-28 .wpforms-submit-container img{position:absolute; top:50%; transform:translate(0,-50%); right:4px}





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

	background: var(--i_color2) !important;

}

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

	.aside_form{width: 100%;}

}









/* 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(0, 0, 0, .7);

	display: flex;

	justify-content: center;

	align-items: center;

	z-index: 3

}



.aside_right li:nth-child(1)>a {

	background: #389b0f

}

.aside_right li:nth-child(2)>a {

	background: var(--i_color);

}



.aside_right li img {

	display: block;

	margin: 0 auto;

	width: .22rem;

	height: .22rem;

	object-fit: contain

}



.aside_right li:hover>a {

	background-color: var(--i_color)

}



.side_tel_box,

.side_qr_box {

	position: absolute;

	box-shadow: -1px 2px 6px rgba(0, 0, 0, .2);

	display: flex;

	justify-content: center;

	align-items: center;

	z-index: -1

}

.side_tel_box {

	top: 0;

	right: -300px;

	width: 180px;

	min-height: 100%;

	background: #FFF

}

.side_qr_box {

	top: 50%;

	transform: translate(0, -50%);

	right: -180px;

	width: 120px;

	height: 120px;

	background: #FFF

}



.side_tel_box h6 {

	padding: 8px 0;

	font-size: 14px;

	color: #666

}

.side_tel_box h6 a {

	line-height: 20px

}

.side_tel_box a:hover {

	color: var(--i_color)

}

.side_qr_box img {

	width: 90%;

	height: 90%

}



.aside_right li:hover .side_tel_box,

.aside_right li:hover .side_qr_box {

	right: 48px

}



.side_tel_box,

.side_qr_box {

	-webkit-transition: all .3s ease;

	-moz-transition: all .3s ease;

	-ms-transition: all .3s ease;

	-o-transition: all .3s ease;

	transition: all .3s ease

}



.aside_close {

	position: absolute;

	top: .3rem;

	right: .3rem;

	display: block;

	width: .3rem;

	height: .3rem;

	background: url(../images/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: 90;

}

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

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

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

	--input_font_size: 14px;

	--input_height: 42px

}

#wpforms-31 {

	width: 100%;

	margin: 0 auto;

	padding: 0

}

#wpforms-form-31 {

	width: 100%;

	overflow: hidden

}

#wpforms-31 input,

#wpforms-31 button {

	margin: 0;

	padding: 0;

	border: none;

	background: none

}

#wpforms-31 .wpforms-field {

	padding: 0;

	margin: 0

}

#wpforms-31 .wpforms-error-container {

	line-height: 16px

}

#wpforms-31 .wpforms-field-container {

	width: 100%;

	display: -webkit-flex;

	display: flex;

	flex-wrap: wrap;

	overflow: hidden

}

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

	font-size: 0

}

#wpforms-31 .wpforms-required-label {

	position: absolute;

	top: 13px;

	left: 5px;

	font-size: 0.16rem;

	color: #F00

}

#wpforms-31 .wpforms-field {

	width: 100%;

	margin-bottom: 0;

	padding-bottom: 18px;

	background: transparent;

	position: relative;

	overflow: hidden

}

#wpforms-31 input {

	height: var(--input_height)

}

#wpforms-31 textarea {

	min-height: 100px

}

#wpforms-31 input,

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

	color: var(--input_font_color);

	font-size: var(--input_font_size)

}

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

	color: var(--input_font_color);

	font-size: var(--input_font_size)

}

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

	color: var(--input_font_color);

	font-size: var(--input_font_size)

}

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

	color: var(--input_font_color);

	font-size: var(--input_font_size)

}

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

	color: var(--input_font_color);

	font-size: var(--input_font_size)

}

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

	color: var(--input_font_color);

	font-size: var(--input_font_size)

}

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

	color: var(--input_font_color);

	font-size: var(--input_font_size)

}

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

	color: var(--input_font_color);

	font-size: var(--input_font_size)

}

#wpforms-31 #wpforms-31-field_1-error,

#wpforms-31 #wpforms-31-field_2-error,

#wpforms-31 #wpforms-31-field_3-error,

#wpforms-31 #wpforms-31-field_5-error {

	position: absolute;

	font-size: 13px

}

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

	position: absolute;

	top: 50%;

	transform: translate(0, -50%);

	right: 4px

}

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

	display: none;

	content: "";

	position: absolute;

	top: 0;

	left: 0;

	box-sizing: border-box;

	width: 100%;

	height: 100%

}

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

	display: block

}

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

	background: #FFF

}

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

	}



}

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

	#aside_sc_from {

		padding: 20px 20px 30px

	}

	#aside_sc_from .tit {

		margin-bottom: 0.3rem;

	}

	#wpforms-31 .wpforms-submit-container {

		height: 34px;

	}

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

	}

}







/* 感谢页面 */

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

}

.tag>h2{

	font-size: 0.4rem;

	font-weight: bold;

	text-transform: uppercase;

	color: #333;

	text-align: center;

}



.tag .products_all_right{

	width: 100%;

}

.tag>p{

	font-size: 0.2rem;

	color: #333;

	margin: 0.2rem 0 0.4rem 0;

	text-align: center;

}

.tag_list{



}

.tag_list .products_right_ul li{

	width: calc((100% - 1.2rem) / 4);

}











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



}

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



	.tag{padding: 0.8rem 0;}

}

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



}

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

	.tag{padding: 0.6rem 0;}

}

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



}

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



}

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

	.tag_list .products_right_ul li{

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

	}



}

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



}

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



}







.form_hide{

   display: none !important;

}

















