/*

Theme Name: chenxi

Version: 1.0

Description: 安徽领聚数字作为Google中国区核心合作伙伴,拥有安徽省唯一的一家Google出海体验中心,为安徽本土化外贸企业出海提供一站式服务——网站搭建,谷歌SEO优化,谷歌竞价,谷歌SNS社媒营销等。

Author: 版权所有：安徽领聚

*/

@charset "utf-8";



.wrap {

	width: 78%;

	margin: 0 auto

}



.wrap_top {

	width: 92%;

	margin: 0 auto

}



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

	.wrap {

		width: 88%

	}

}

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

	.wrap {

		width: 90%

	}

}

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

	.wrap_top {

		width: 96%;

	}

}

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

	.wrap {

		width: 94%

	}

	.wrap_top {

		position: initial;

	}

}





:root {

	--i_color: #0372BC;

	/* 全局颜色 */

	--i_color2: #5BC1F2;

	/* 副颜色 */

	--i_color3: #200C5D;

	--header_height: 1rem;

	/* 头部高度 */

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

	}

}



/* header */

header {

	position: fixed;

	top: 0;

	left: 0;

	width: 100%;

	z-index: 2014

}

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

	z-index: 2013;

}

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

	}

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

}

.logo img {

	max-height: 100%;

}



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

	.logo a {

		height: 60%;

	}

}

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

	.logo a {

		height: 70%;

	}

}











/* 导航 */

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

	.i_nav {

		margin-left: auto;

		display: -webkit-flex;

		display: flex;

		flex-wrap: nowrap;

		z-index: 2014;

	}



	.i_nav>li {

		position: relative;

		margin: 0 .26rem;

	}



	.i_nav>li>a {

		display: block;

		font-size: .16rem;

		color: #333;

		line-height: var(--header_height);

		white-space: nowrap;

		-webkit-border-radius: .08rem;

		border-radius: .08rem;

		text-transform: uppercase

	}



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

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

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

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

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

	.i_nav>li:hover>a,

	.i_nav .curr>a {

		color: var(--i_color) !important;

	}



	.i_nav .sub-menu {

		display: none;

		position: absolute;

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

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

		min-width: 1.6rem;

		overflow: hidden;

	}

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

		display: block;

		padding: 0 .8rem 0 .2rem;

		font-size: 0.15rem;

		color: #444;

		line-height: 0.44rem;

		overflow: hidden;

		white-space: nowrap;

		text-overflow: ellipsis;

		position: relative;

		left: 0;

	}

	.i_nav .sub-menu 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 a,

	.i_nav .sub-menu a::before {

		-webkit-transition: all .5s ease;

		transition: all .5s ease

	}



}



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

	.i_nav>li {

		margin: 0 .2rem;

	}

}

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

	.i_nav>li {

		margin: 0 .16rem;

	}

	.i_nav>li>a {

		font-size: 0.15rem;

	}

}

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

	.i_nav>li {

		margin: 0 .14rem;

	}

	.i_nav>li>a {

		font-size: 0.14rem;

	}

}

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

	.i_nav {

		display: none;

		position: fixed;

		top: var(--header_height);

		left: 0;

		width: 100%;

		width: 100vw;

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

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

		background-size: .16rem;

	}

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

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

		background-size: .16rem;

	}



	.i_nav .sub-menu .sub-menu {

		display: none;

	}



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

		padding: 0 .6rem;

		font-size: .13rem;

		color: #888;

		line-height: .36rem;

		position: relative;

	}



	.i_nav a {

		display: block;

		overflow: hidden;

		white-space: nowrap;

		text-overflow: ellipsis

	}

}

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

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













/* 移动端导航按钮 */

.nav_menu {

	/* position: absolute;

	right: 0;

	top: 50%;

	transform: translateY(-50%); */

	position: relative;

	width: 22px;

	height: 16px;

	display: none;

	cursor: pointer

}

.nav_menu i {

	display: block;

	width: 100%;

	height: 3px;

	position: absolute;

	top: 50%;

	margin-top: -2px;

	background: #222;

	border-radius: .1rem;

	transition: 0.5s

}

.nav_menu::before,

.nav_menu::after {

	content: "";

	width: 100%;

	height: 3px;

	background: #222;

	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: .22rem

}

.top_r {

	margin-left: 0.3rem;

	display: -webkit-flex;

	display: flex;

	flex-wrap: wrap;

	align-items: center;

	height: var(--header_height)

}



.top_search_ico {

	display: -webkit-flex;

	display: flex;

	flex-wrap: wrap;

	align-items: center;

	height: var(--header_height);

	margin-right: 0.3rem;

	position: relative;

}

.top_search_ico::after{

	content: '';

	position: absolute;

	top: 50%;

	right: -0.15rem;

	transform: translate(0,-50%);

	width: 0.01rem;

	height: 0.2rem;

	background-color: #222;

}

.top_search_ico i {

	font-size: var(--size);

	cursor: pointer;

}

.top_search_ico.on i {

	color: var(--i_color);

}





.top_language {

	display: -webkit-flex;

	display: flex;

	flex-wrap: wrap;

	align-items: center;

	height: var(--header_height);

	position: relative;

}

.top_language>i {

	font-size: var(--size);

	cursor: pointer;

}

.top_language.on>i {

	color: var(--i_color);

}





.top_language_list {

	visibility: hidden;

	opacity: 0;

	position: absolute;

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

	right: 0;

	z-index: 2;

	-webkit-transition: all .3s ease;

	transition: all .3s ease

}

.top_language_list.on {

	visibility: visible;

	opacity: 1;

	top: var(--header_height);

	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

}



.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:1024px) {

	.top_language {

		margin-left:  .2rem;

	}

}

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

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







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: 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(static/imgs/search.svg) no-repeat center;

	background-size: .2rem;

	cursor: pointer;

}



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

	.top_r {

		margin-left: 0.5rem;

	}

	.top_search_ico {

		margin-right: 0.3rem;

	}

}

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

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

	.top_r {

		margin-left: auto;

	}

	.top_search_ico {

		margin-right: 0;

	}

}

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

}





/* 头部 contact按钮 */



.top_contact{

    margin-left: 0.5rem;

}











/* -------------------波浪按钮------------- */

.wave_button{



}

.wave_button a{

	display: block;

	

}

.wave_button .c-button {

    font-size: 0.16rem;

	color: #fff;

    text-decoration: none;

    cursor: pointer;

    display:block;

    vertical-align: middle;

    position: relative;

	width: 1.5rem;

	height: 0.6rem;

	background-color: var(--i_color);

	border-radius: 0.5rem;

	overflow: hidden;

    z-index: 1;

}

   

.wave_button  .c-button--gooey {

    color: #fff;

    text-transform: uppercase;

    position: relative;

    transition: all 700ms ease;

}

   

.wave_button   .c-button--gooey .c-button__blobs {

    height: 100%;

    filter: url(#goo);

    overflow: hidden;

    position: absolute;

    top: 0;

    left: 0;

    bottom: -3px;

    right: -1px;

    z-index: -1;

   }

   

.wave_button   .c-button--gooey .c-button__blobs div {

    background-color:#0db3ff;

    width: 34%;

    height: 100%;

    border-radius: 100%;

    position: absolute;

    transform: scale(1.4) translateY(125%) translateZ(0);

    transition: all 700ms ease;

   }

   

.wave_button   .c-button--gooey .c-button__blobs div:nth-child(1) {

    left: -5%;

   }

   

.wave_button  .c-button--gooey .c-button__blobs div:nth-child(2) {

    left: 30%;

    transition-delay: 60ms;

   }

   

.wave_button  .c-button--gooey .c-button__blobs div:nth-child(3) {

    left: 66%;

    transition-delay: 25ms;

   }

   

.wave_button   .c-button--gooey:hover {

    color: #fff;

   }

   

.wave_button  .c-button--gooey:hover .c-button__blobs div {

    transform: scale(1.4) translateY(0) translateZ(0);

}





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

	

	.top_search_ico::after{display: none;}

	.top_contact{

		margin: 0 0.2rem;

	}

	.wave_button .c-button {height: 0.5rem;}

}

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

	

}

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

	

}









/* 导航下拉 */

/* products */



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

    .drop{

		display: none;

		width: 100%;

		position: fixed;

		top: var(--header_height);

		left: 0;

		background-color: #f5f8fa;

		box-sizing: border-box;

		padding: 0.4rem 0;

		z-index: 99999999;

		border-radius:  0  0 0.4rem 0.4rem;

	}

	.drop_div{

		box-sizing: border-box;

		padding-bottom: 0.2rem;

	}

	.drop_ul{

        display: flex;

		display: -webkit-flex;

		flex-wrap: wrap;

		box-sizing: border-box;

		padding: 0 3% 0.4rem 3%;

		/* overflow: auto; */

		justify-content: center;

	}

    /*滚动条*/

	.drop_ul::-webkit-scrollbar {

		width: 3px;

		height: 3px;

		cursor: pointer;

	}

	.drop_ul::-webkit-scrollbar-thumb {

		-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);

		background: var(--i_color);

		cursor: pointer;

	}

	.drop_ul::-webkit-scrollbar-track {

		-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);

		border-radius: 0;

		background: #F1F1F1;

		cursor: pointer;

	}

	.drop_ul::-webkit-scrollbar:hover{

		height: 4px;

	}

	.drop_ul li{

		width: 2.25rem;

		min-width:2.25rem;

		margin-right: 3%;

	}

	.drop_ul li:last-child{

		margin-right: 0;

	}

	.drop_ul li a{

		display: block;

		width: 100%;

		

	}

	.drop_img{

		width: 100%;

		position: relative;

		overflow: hidden;

		border-radius: 0.2rem;

	}

	.drop_img::after{

		content: '';

		display: block;

		padding-bottom: 100%;

	}

	.drop_img::before{

		content: '';

		position: absolute;

		width: 100%;

		height: 100%;

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

		top: 50%;

		left: 50%;

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

		z-index: 2;

		opacity: 0;

		transition: all 0.3s ease;

	}

	.drop_img img{

		position: absolute;

		top: 50%;

		left: 50%;

		width: 100%;

		height: 100%;

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

		object-fit: cover;

		transition: all 0.3s ease;

	}

	.drop_ul h2{

		display: inline-block;

		font-size: 0.15rem;

		color: #222222;

		text-transform: uppercase;

		text-align: center;

		position: relative;

		padding: 0.2rem 0 0.1rem 0;

		margin:  0 auto;

	}

	.drop_ul h2::after{

		content: " ";

		width: 0%;

		height: 0.01rem;

		background: var(--i_color2);

		position: absolute;

		transition: all 0.4s ease-in-out;

		right: 0;

		bottom: 0;

	}

	.drop_ul li:hover h2::after{

		right: auto;

		left: 0;

		width: 100%;

	}

	.drop_text{

		display: flex;

		display: -webkit-flex;

		justify-content: center;

	}

    .drop_ul li:hover img{

        width: 110%;

		height: 110%;

	}

	.drop_ul li:hover .drop_img::before{

		opacity: 1;

	}

	/* 3个点 */

    .post-image-mask {

		position: absolute;

		top: 50%;

		left: 50%;

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

		text-align: center;

		font-size: 0;

		transition: 0.6s all;

		z-index: 3;

	}

	.post-image-mask span, .post-image-mask:after, .post-image-mask:before {

		display: inline-block;

		margin-right: 7px;

		width: 8px;

		height: 8px;

		border-radius: 50%;

		background-color: #FFF;

		vertical-align: middle;

		opacity: 0;

		transition: opacity .2s ease;

		-webkit-animation: wd-fadeOutRight .3s ease;

		animation: wd-fadeOutRight .3s ease;

	}

	.post-image-mask:before {

		content: '';

		transition-delay: .15s;

		-webkit-animation-delay: .15s;

		animation-delay: .15s;

	}

	.drop_ul li:hover .post-image-mask span, .drop_ul li:hover .post-image-mask:after, .drop_ul li:hover .post-image-mask:before {

		opacity: 1;

		-webkit-animation: wd-fadeInLeft .3s ease;

		animation: wd-fadeInLeft .3s ease;

	}

	.drop_ul li:hover .post-image-mask:before {

		transition-delay: .2s;

		-webkit-animation-delay: .2s;

		animation-delay: .2s;

	}

	.drop_ul li:hover .post-image-mask span {

		transition-delay: .1s;

		-webkit-animation-delay: .1s;

		animation-delay: .1s;

	}

	.post-image-mask:after {

		content: '';

		margin-right: 0;

	}

    @-webkit-keyframes wd-fadeOutRight{from{-webkit-transform:none;transform:none}to{-webkit-transform:translate3d(50px,0,0);transform:translate3d(50px,0,0)}}@keyframes wd-fadeOutRight{from{-webkit-transform:none;transform:none}to{-webkit-transform:translate3d(50px,0,0);transform:translate3d(50px,0,0)}}

	@-webkit-keyframes wd-fadeOutLeft{from{-webkit-transform:none;transform:none}to{-webkit-transform:translate3d(-50px,0,0);transform:translate3d(-50px,0,0)}}@keyframes wd-fadeOutLeft{from{-webkit-transform:none;transform:none}to{-webkit-transform:translate3d(-50px,0,0);transform:translate3d(-50px,0,0)}}

	@-webkit-keyframes wd-fadeInLeft{from{-webkit-transform:translate3d(-50px,0,0);transform:translate3d(-50px,0,0)}to{-webkit-transform:none;transform:none}}@keyframes wd-fadeInLeft{from{-webkit-transform:translate3d(-50px,0,0);transform:translate3d(-50px,0,0)}to{-webkit-transform:none;transform:none}}



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



	}

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

		

	}

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

		

	}

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

		.drop_ul li{margin-right: 2%;}

	}



}



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

	.drop{display: none;}

}















/* banner */

.banner {

	position: fixed;

	top: var(--header_height);

	left: 0;

	width: 100%;

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

	-webkit-border-radius: 0 0 1rem 1rem;

	border-radius: 0 0 1rem 1rem;

	overflow: hidden;

}

.banner .swiper-container {

	margin: 0 auto;

	position: relative;

	overflow: hidden;

	list-style: none;

	padding: 0;

	z-index: 1;

}

.banner .swiper-wrapper {

	display: flex;

	position: relative;

	width: 100%;

	z-index: 1

}

.banner .swiper-slide {

	height: 0;

	padding-bottom: calc(100vh - var(--header_height));

	display: -webkit-box;

	display: -ms-flexbox;

	display: -webkit-flex;

	display: flex;

	flex-shrink: 0;

	position: relative;

	overflow: hidden

}

.banner .swiper-slide>img,.banner .swiper-slide video {

	position: absolute;

	top: 0;

	left: 0;

	width: 100%;

	height: 100%;

	object-fit: cover

}





.banner-button-prev,

.banner-button-next {

	position: absolute;

	top: 48%;

	transform: translate(0, -50%);

	width: .5rem;

	height: .5rem;

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

	z-index: 999;

	outline: none;

	cursor: pointer;

	-webkit-user-select: none;

	user-select: none;

	-webkit-border-radius: .05rem;

	border-radius: .05rem;

	overflow: hidden;

	-webkit-transition: all .3s ease;

	transition: all .3s ease

}

.banner-button-prev {

	left: -.6rem;

}

.banner-button-next {

	right: -.6rem;

}

.banner-button-prev i,

.banner-button-next i {

	position: absolute;

	top: 50%;

	left: 50%;

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

	font-size: 0.24rem;

	color: #FFF;

}

.banner:hover .banner-button-prev {

	left: .3rem

}

.banner:hover .banner-button-next {

	right: .3rem

}

.banner-button-prev:hover,

.banner-button-next:hover {

	background-color: var(--i_color2)

}





.banner-pagination {

	position: absolute;

	left: 50%;

	transform: translate(-50%, 0);

	bottom: .4rem;

	width: auto;

	cursor: pointer;

	display: -webkit-flex;

	display: flex;

	flex-wrap: wrap;

	z-index: 3;

}



.banner-pagination .swiper-pagination-bullet {

	display: block;

	width: .5rem;

	height: 2px;

	margin: 0 .08rem;

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

	position: relative;

	outline: none

}

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

	content: '';

	position: absolute;

	top: 0;

	left: 0;

	width: 100%;

	height: 100%;

	background: var(--i_color);

}

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

	-webkit-animation: w100 5800ms 1;

	animation: w100 5800ms 1;

}

@keyframes w100 {

	0% {

		width: 0%;

	}



	100% {

		width: 100%;

	}

}



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

	.banner {

		margin-top: var(--header_height);

		position: relative;

		top: initial;

		height: auto;

		-webkit-border-radius: 0 0;

		border-radius: 0 0;

	}

	.banner .swiper-slide {

		padding-bottom: 46%

	}



	.banner-button-prev,

	.banner-button-next {

		display: none

	}

	.banner-pagination .swiper-pagination-bullet {

		width: 0.4rem;

	}

}

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

	/* .banner .swiper-slide {

		padding-bottom: 64%

	} */

	.banner-pagination {

		bottom: 0.3rem;

	}

}

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

	.banner-pagination {

		bottom: 0.2rem;

	}

	.banner-pagination .swiper-pagination-bullet {

		width: 0.3rem;

		margin: 0 .05rem;

	}

}













.fullMask {

	width: 100%;

	height: 100vh;

}

.fullMask_about{

	width: 100%;

	height: 55vh;

}

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

	.fullMask,.fullMask_about{

		display: none;

	}

}



/* banner 文字 */

.banner_text1{

    position: absolute;

	top: 23%;

    left: 13%;

	transform: translate(0,-50%);



}

.banner_text1 h2{

    font-size: 0.8rem;

	color: white;

	font-weight: bold;

	margin-bottom: 0.05rem;

}

.banner_text1_h3{

	display: flex;

	display: -webkit-flex;

	flex-wrap: wrap;

}

.banner_text1 h3{

	font-size: 0.22rem;

	color: white;

	box-sizing: border-box;

	padding-left: 0.18rem;

	position: relative;

	margin-right: 0.2rem;

}

.banner_text1 h3::after{

	content: '';

	position: absolute;

	left: 0;

	top: 50%;

	transform: translate(0,-50%);

	width: 0.1rem;

	height: 0.13rem;

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

	background-size: cover;

}

.banner_text1 h4{

	font-size: 0.27rem;

	color: white;

	margin-top: 0.2rem;

}



.banner_text2{

	position: absolute;

	top: 42%;

    left: 13%;

	transform: translate(0,-50%);

}

.banner_text2 h2{

    font-size: 0.9rem;

	color: #20b3f1;

	font-weight: bold;

	text-transform: uppercase;

}

.banner_text2 h2 span{

    color: white;

}

.banner_text2 h3{

    font-size: 0.38rem;

	color: white;

	font-weight: bold;

	margin: 0.1rem 0 0.2rem 0;

}

.banner_text2 h3 span{

    color: #e9f31e;

}

.banner_text2_ul{

    display: flex;

	display: -webkit-flex;

}

.banner_text2_ul li{

    margin-right: 0.27rem;

}

.banner_text2_ul li img{

	width: 0.98rem;

}

.banner_text2 p{

    color: white;

	font-size: 0.16rem;

	line-height: 0.22rem;

	font-weight: bold;

	margin-top: 0.3rem;

}  

.banner_text2 p span{

	color: #e9f31e;

}



.banner_text3{

	position: absolute;

	top: 29%;

    left: 20%;

	transform: translate(0,-50%);

}



.banner_text3 h2{

    font-size: 0.9rem;

	font-weight: bold;

	color: #212121;

	box-sizing: border-box;

	padding-left: 0.2rem;

}

.banner_text3 h3{

	font-size: 0.9rem;

	font-weight: bold;

	color: #ffb400;

	box-sizing: border-box;

	padding-left: 0.2rem;

	

}

.banner_text3 h4{

	font-size: 0.4rem;

	color: #57585a;

}



.banner_text4{

	position: absolute;

	top: 14%;
    left: 9%;

	transform: translate(0,-50%);

}

.banner_text4 h2{

    font-size: 0.55rem;

	color: white;

	font-weight: bold;

	text-transform: capitalize;
	text-align: center;

}

.banner_text4 h2 span{

	color: #3bc7ff;
}





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

	.banner_text1 h2{font-size: 0.7rem;}

	.banner_text2 {left: 10%;}

	.banner_text3 {left: 16%;}

	.banner_text4{left: 10%;}

	.banner_text4 h2 {font-size: 0.5rem;}


}

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

	.banner_text1 h2{font-size: 0.6rem;}

	.banner_text2 {left: 8%;}

	.banner_text3 h2,.banner_text3 h3{font-size: 0.6rem;}

	.banner_text3 {left: 14%;}

	.banner_text3 h4 {font-size: 0.35rem;}

	.banner_text4{left: 8%;}

	.banner_text4 h2 {font-size: 0.4rem;}


}

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

	.banner_text2 {left: 6%;}

	.banner_text3 {left: 10%;}

	.banner_text4{left: 6%;}

}

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

	.banner_text1 h2{font-size: 0.55rem;}

	.banner_text3 h2,.banner_text3 h3{font-size: 0.55rem;}

	.banner_text3 {left: 8%;}

	.banner_text3 h4 {font-size: 0.3rem;}

	.banner_text4 h2 {font-size: 0.35rem;}



}

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

	.banner_text1 h2{font-size: 0.5rem;}

	.banner_text1 {left: 7%;}

	.banner_text2 {left: 3%;}

	.banner_text2 h2 {font-size: 0.6rem;}

	.banner_text2 h3 {font-size: 0.3rem;}

	.banner_text2_ul li img {width: 0.6rem;}

	.banner_text2 p {margin-top: 0.2rem;}

	.banner_text3 h2,.banner_text3 h3{font-size: 0.5rem;}

	.banner_text3 {left: 6%;}

	.banner_text3 h3 {font-size: 0.28rem;}

	.banner_text4{left: 3%;}

	.banner_text4 h2 {font-size: 0.3rem;}


}

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

	.banner_text1 h2{font-size: 0.4rem;}

	.banner_text1 {left: 3%;top: 28%;}

	.banner_text1 h4 {font-size: 0.24rem;margin-top: 0.1rem;}

	.banner_text2_ul li img {display: none;}

	.banner_text2 h3 {margin: 0.1rem 0 0rem 0;}

	.banner_text2 h2 {font-size: 0.5rem;}

	.banner_text2 h3 {font-size: 0.25rem;}

	.banner_text3 h2,.banner_text3 h3{font-size: 0.4rem;}

	.banner_text3 h4 {font-size: 0.25rem;}


	.banner_text4 h2 {font-size: 0.28rem;}



}

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

	.banner_text1 h2{font-size: 0.35rem;}

	.banner_text1 h3 {font-size: 0.18rem;}

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

	.banner_text2 p{display: none;}

	.banner_text3 h2,.banner_text3 h3{font-size: 0.35rem;}

	.banner_text3 {top: 35%;}

	.banner_text4 h2 {font-size: 0.25rem;}


}

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

	.banner_text1 h2{font-size: 0.3rem;}

}







/* main */

main {

	position: relative;

	padding-bottom: 1rem;

	background: #FFF;

	z-index: 5;

	max-width: 100%;

    overflow: hidden;

}



/* --------------------home ------------------------------*/





/* home_product */

.home_product_area{

    box-sizing: border-box;

	padding: 0.7rem 0;

}





/* 标题 */

.title{

   display: flex;

   display: -webkit-flex;

   flex-direction: column;

   align-items: center;

}

.title p{

   font-size: 0.38rem;

   font-weight: bold;

   color: #222;

   text-transform: uppercase;

   box-sizing: border-box;

   padding-bottom: 0.1rem;

   text-align: center;

   position: relative;

} 

.title p::after{

	content: '';

	position: absolute;

	width: 0.8rem;

	height: 0.04rem;

	background-color: var(--i_color2);

	bottom: 0;

	left: 50%;

	transform: translate(-50%,0);

	z-index: 3;

}



.title_img img{

	display: block;

	width: 0.48rem;

	height: 0.39rem;

	margin-top: -0.05rem;

	position: relative;

	z-index: 2;

}

.title_img{

	position: relative;

}

.title_img::after{

	content: '';

	position: absolute;

    top: 0px;

	left: 50%;

	transform: translate(-50%,0);

    width: 1.4rem;

    height: 1rem;

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

    background: transparent;



	z-index: 1;

}

.service .title_img img{

	background-color: #F4F4F4;

}

.hot_products_area .title_img img{

	background-color: #F4F4F4;

}





.home_product_area:hover .title .title_img::after{

	animation: light 1.4s ease-in-out forwards;

}

.home_grid_area:hover .title .title_img::after{

	animation: light 1.4s ease-in-out forwards;

}

.home_news:hover .title_img::after{

	animation: light 1.4s ease-in-out forwards;

}

.home_partner:hover .title_img::after{

	animation: light 1.4s ease-in-out forwards;

}

.about_us:hover .title_img::after{

	animation: light 1.4s ease-in-out forwards;

}

.about_advantage_area:hover .title_img::after{

	animation: light 1.4s ease-in-out forwards;

}

.about_certifcate:hover .title_img::after{

	animation: light 1.4s ease-in-out forwards;

}

.about_environment:hover .title_img::after{

	animation: light 1.4s ease-in-out forwards;

}

.contact_us:hover .title_img::after{

	animation: light 1.4s ease-in-out forwards;

}

.download:hover .title_img::after{

	animation: light 1.4s ease-in-out forwards;

}

.news_area:hover .title_img::after{

	animation: light 1.4s ease-in-out forwards;

}

.service:hover .title_img::after{

	animation: light 1.4s ease-in-out forwards;

}

.hot_products_area:hover .title_img::after{

	animation: light 1.4s ease-in-out forwards;

}

.our_advantage:hover .title_img::after{

	animation: light 1.4s ease-in-out forwards;

}







@keyframes light{

	0%{

		background: linear-gradient(180deg, #5BC1F2 0%, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 0) 100%);

	}

	20%{

		background: transparent;

	}

	30%{

		background: linear-gradient(180deg, #5BC1F2 0%, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 0) 100%);

	}

	38%{

		background: transparent;

	}

	45%{

		background: linear-gradient(180deg, #5BC1F2 0%, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 0) 100%);

	}

	50%{

		background: transparent;

	}

	53%{

		background: linear-gradient(180deg, #5BC1F2 0%, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 0) 100%);

	}

	65%{

		background: transparent;

	}

	100%{

		background: linear-gradient(180deg, #5BC1F2 0%, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 0) 100%);

	}

}



.home_product{

	margin-top: 0.6rem;

	display: flex;

	display: -webkit-flex;

	flex-direction: column;

	gap: 0.38rem 0;

}

.home_product_ul{  

    display: flex;

	display: -webkit-flex;

	justify-content: space-between;

	flex-wrap: wrap;

}

.home_product_ul2{

	flex-direction: row-reverse;

}

.home_product_ul li{

	width: 23.05%;

}

.home_product_ul li:nth-child(1){

    width:48.65%;



}



.home_product_ul li a{

	display: block;

	width: 100%;

	position: relative;

	border-radius: 25px;

	overflow: hidden;

	box-sizing: border-box;

	border: 1px solid #E2E2E2;

}

.home_product_ul li a::after{

	content: '';

	display: block;

	padding-bottom: 103.2%;

}

.home_product_ul li:nth-child(1) a::after{

    content: '';

	display: block;

	padding-bottom: 49%;

}

.home_product_ul li a img{

    position: absolute;

	top: 50%;

	left: 50%;

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

	width: 100.5%;

	height: 100.5%;

	object-fit: cover;

}

.home_product_ul .home_product_text1{

    position: absolute;

	top: 43%;

    left: 9%;

	width: 82%;

}

.home_product_text1 h2{

    font-size: 0.24rem;

	font-weight: bold;

	color: var(--i_color);

	box-sizing: border-box;

	padding-top: 0.2rem;

	position: relative;

	text-transform: uppercase;

}

.home_product_text1 h2::after{

	content: '';

	position: absolute;

	top: 0;

	left: 0;

	width: 0.74rem;

	height: 0.04rem;

	background-color: var(--i_color);

	border-radius: 0.25rem;

}

.home_product_text1 h3{

	font-size: 0.16rem;

	color: #fff;

	margin: 0.2rem 0 0.3rem 0;

}

.home_product_text1 i{

	display: block;

	width: 0.34rem;

	height: 0.34rem;

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

	background-size: cover;

}



.home_product_text2{

    position: absolute;

	top: 12%;

	left: 50%;

	transform: translate(-50%,0);

	width: 94%;

}

.home_product_text2 h2{

    font-size: 0.24rem;

	color: #222;

	text-transform: uppercase;

	text-align: center;

	

}

.home_product_text2 i{

    display: block;

	width: 0.34rem;

	height: 0.34rem;

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

	background-size: cover;

	margin: 0 auto;

	margin-top: 0.2rem;

}

.home_product_ul li:hover .home_product_text2 i{

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

	background-size: cover;

}

.home_product_text3{

    top: 50%;

	left: 50%;

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

	display: flex;

	display: -webkit-flex;

	flex-direction: column;

	align-items: center;

}

.home_product_text3 h3{

    width: 0.7rem;

	height: 0.7rem;

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

	background-size: contain;

}

.home_product_text3 h2{

	color: white;

	margin-top: 0.2rem;

}

.home_product_text3 i{

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

	background-size: cover;

}

.home_product_ul li:hover .home_product_text3 i{

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

	background-size: cover;

}





.home_product_ul i::before {

    content: '';

    position: absolute;

	left: 50%;

    top: 50%;

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

    border: 1px solid #a1bce2;

    width: 100%;

    height: 100%;

    border-radius: 50%;

    opacity: 0;

    z-index: 2;

}

.home_product_ul i{

	position: relative;

}

.home_product_ul i::after {

    content: '';

    position: absolute;

    left: 50%;

    top: 50%;

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

    border: 1px solid #a1bce2;

    width: 100%;

    height: 100%;

    border-radius: 50%;

    opacity: 0;

    z-index: 2;

}







.home_product_ul li:hover i::before {

    animation: serv_one_border .9s 0s ease infinite;

}

.footer_ul li:hover i::after {

    animation: serv_one_border 1.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.6);

	}

}







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

	

}

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

	.home_product_ul .home_product_text1 {top: 35%;}

}

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

	

}

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

	.home_product_ul .home_product_text1 {top: 25%;}

}

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

	

}

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

	.home_product_ul .home_product_text1 {top: 13%;}

	.home_product_text1 h3 {margin: 0.1rem 0 0.2rem 0;}

	.home_product_ul .home_product_text1 {left: 5%;width: 90%;}

}

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

	.home_product_ul li:nth-child(1) {width: 100%;}

	.home_product_ul li {width: 49%;margin-top: 0.2rem;}

	.home_product_ul li:nth-child(1){margin-top: 0;}

	.home_product {gap: 0.2rem 0;}

}

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

	

}

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

	.home_product_text1 h3 br{display: none;}

}









/* home_about */

.home_about_area{

	background: url('https://www.ahcxlight.com/wp-content/uploads/2024/05/home_about-scaled.webp') center no-repeat;

	background-size: cover;

	background-attachment: fixed;

	box-sizing: border-box;

	padding: 0.9rem 0 1.2rem 0;

	overflow: hidden;

	

}

.home_about{

	display: flex;

	display: -webkit-flex;

	flex-direction: column;

	align-items: center;

}

.home_about h2{

    font-size: 0.4rem;

	color: white;

	text-align: center;

	font-weight: bold;

}

.home_about h3{

	font-size: 0.24rem;

	color: white;

	text-transform: uppercase;

	text-align: center;

	margin: 0.2rem 0 0.4rem 0;

}

.home_about i{

	display: block;

    width: 0.5rem;

    height: 0.5rem;

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

    background-size: 100% 100%;

    position: relative;

	cursor: pointer;

}

.home_about i::before {

    content: '';

    position: absolute;

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

    border-radius: 50%;

    top: 50%;

    left: 50%;

    width: 130%;

    height: 130%;

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

    animation: yuans 1.8s ease-in-out infinite;

}



.home_about i::after {

    content: '';

    position: absolute;

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

    border-radius: 50%;

    top: 50%;

    left: 50%;

    width: 110%;

    height: 110%;

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

    animation: yuan 1s ease-in-out infinite;

}

@keyframes yuan{

	0%{

		width: 110%;

		height: 110%;

	}

	50%{

		width: 120%;

		height: 120%;

	}

	100%{

		width: 110%;

		height: 110%;

	}

}

@keyframes yuans{

	0%{

		width: 130%;

		height: 130%;

	}

	50%{

		width: 150%;

		height: 150%;

	}

	100%{

		width: 130%;

		height: 130%;

	}

}





.home_about_text{

   display: flex;

   display: -webkit-flex;

   flex-wrap: wrap;

   margin-top: 0.7rem;

}

.home_about_left{

   width: 61.3%;

   box-sizing: border-box;

   padding: 0.66rem 4%;

   border: 1px solid #727272;

   border-radius: 0.25rem;

   position: relative;

}

.home_about_left::after{

	content: '';

	width: 0.48rem;

	height: 0.38rem;

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

	background-size: cover;

	position: absolute;

	top: 0;

	left: 6%;

}

.home_about_right{

   width: 38.7%;

}

.home_about_left h4{

   font-size: 0.36rem;

   color: white;

   font-weight: bold;

   text-transform: uppercase;

   box-sizing: border-box;

   padding-bottom: 0.1rem;

   position: relative;

   margin-bottom: 0.25rem;

}

.home_about_left h4::after{

	content: '';

	width: 0.8rem;

	height: 0.04rem;

	position: absolute;

	bottom: 0;

	left: 0;

	background-color: #50A1C9;

}

.home_about_left h5{

   font-size: 0.16rem;

   line-height: 0.24rem;

   color: white;

   margin-bottom: 0.3rem;

}

.home_btn{



}

.home_btn a{

	display: inline-block;

	font-size: 0.16rem;

	color: white;

	box-sizing: border-box;

	padding: 0.12rem 0.52rem;

	border-radius: 0.5rem;

	border: 1px solid #09629D;

	transition: all 0.3s ease;

}

.home_btn a:hover{

	background-color: var(--i_color2);

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

}

.home_about_right{

    display: flex;

	display: -webkit-flex;

	flex-wrap: wrap;

	gap: 0.2rem 0;

}

.home_about_right li{

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

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

	border-radius: 0.23rem;

	box-sizing: border-box;

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

	margin-left: 0.2rem;

	padding: 0 10%;

	display: flex;

	display: -webkit-flex;

	flex-direction: column;

	justify-content: center;

	transition: all 0.3s ease;

}

.home_about_right h6{

    font-size: 0.18rem;

	color: white;

}

.home_about_p{

    display: flex;

	display: -webkit-flex;

    align-items: center;

}  

.home_about_p p{

    font-size: 0.64rem;

	font-weight: bold;

	color: white;

}

.home_about_p span{

	font-size: 0.64rem;

	font-weight: bold;

	color: white;

}

.home_about_right li:hover{

	backdrop-filter: blur(3px);

    box-shadow: 0 0 10px rgba(255, 255, 255, 0.3);

}





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

	

}

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

	.home_about_right li {padding: 0 5%;}

	.home_about_p p,.home_about_p span {font-size: 0.6rem;}

}

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

	

}

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

	

}

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

	

}

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

	.home_about_left {width: 100%;}

	.home_about_right{

		width: 100%;

		margin-top: 0.2rem;



	}

	.home_about_right li {

		padding: 0.4rem 5%;

		margin-left: 0rem;

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

	}

	.home_about_right {

		justify-content: space-between;

	}

}

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

	

}

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

	

}

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

	

}









/* home_grid */

.home_grid_area{

	box-sizing: border-box;

	padding: 0.8rem 0;

	background-color: #EEEEEE;

}

.home_grid .title_img img{

    background-color:#EEEEEE ;

}

.home_grid_all{



}

.home_btn_buld{



}

.home_btn_center{

	display: flex;

	display: -webkit-flex;

	justify-content: center;

}

.home_btn_buld a{

    background-color: var(--i_color);

	color: white;

	transition: all 0.3s ease;

}

.home_btn_buld a:hover{

	background-color: var(--i_color2);

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

}

/* 合作伙伴 */

.grid_partner_box{

	box-sizing: border-box;

	padding: 1rem 0 0.5rem 0;

	max-width: 100%;

	overflow: hidden;

}



.grid_partner{position:relative}

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

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

.grid_partner_list .swiper-slide{

	display:-webkit-box;

	display:-ms-flexbox;

	display:-webkit-flex;

	display:flex;

	flex-shrink:0;

	position:relative;

	cursor:pointer;

	opacity: 0.5;

	transition: 0.4s cubic-bezier(0.5, 0, .25, 1);

}

.grid_partner_list .swiper-slide a{

	display: block;

	width: 100%;

}

.grid_partner_list .img{width:100%;box-sizing:border-box; border-radius: 0.25rem; position:relative; overflow:hidden;transition: 0.4s cubic-bezier(0.5, 0, .25, 1);}

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

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



.grid_partner_list .swiper-slide-active{

	opacity: 1;

}

.grid_partner_list .swiper-slide-prev,.grid_partner_list .swiper-slide-next{

	opacity: 1;

}





.grid_partner_list .swiper-slide-active .img{

	border-radius: 50%;

}

.grid_partner_list .swiper-slide-active .img img{

	width: 105%;

	height: 105%;

	transition-delay: 0.5s; 

}

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

.grid_partner_list h2{

	font-size: 0.2rem;

	color: #222;

	box-sizing: border-box;

	padding: 0.2rem 4%;

	text-align: center;

	overflow:hidden;

    white-space: nowrap;

    text-overflow: ellipsis;

    box-sizing: border-box;

}



















/* 指示器 */

.grid_partner .pt-pagination{display:none; text-align:center; margin:20px auto 0}

.grid_partner .pt-pagination .swiper-pagination-bullet{width:12px; height:12px; display:inline-block; margin:0 5px; background:#BBB; -webkit-border-radius:50%; -moz-border-radius:50%; -o-border-radius:50%; border-radius:50%; outline:none}

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



/* 左右箭头 */

.grid_partner .pt-button-prev, .grid_partner .pt-button-next{position:absolute; top:50%; transform:translate(0,-50%); width:0.5rem; height:0.5rem;border-radius: 50%; background:rgba(0,0,0,.3); z-index:999; cursor:pointer; outline:none;transition: all 0.3s ease;}

.grid_partner .pt-button-prev:before, .grid_partner .pt-button-next:before{

	position:absolute;

	top:50%;

	left:50%;

	font-size:0.3rem;

	line-height:0.5rem;

	color:#FFF;

	font-family:-apple-system, simsun, system-ui, sans-serif;

	letter-spacing:-2px;

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

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

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

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

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

}

.grid_partner .pt-button-prev{left:-6%}

.grid_partner .pt-button-prev:before{content:"<"}

.grid_partner .pt-button-next{right:-6%}

.grid_partner .pt-button-next:before{content:">"}





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

	background-color: var(--i_color2);

}



.grid_partner:hover .pt-button-prev{

	left: 6%;

}

.grid_partner:hover .pt-button-next{

	right: 6%;

}





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

	

}

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

	

}

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

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

	.grid_partner .pt-pagination{display:block}

	.grid_partner_box {padding: 0.8rem 0 0.5rem 0;}

}

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

	.grid_partner_box {padding: 0.6rem 0 0.5rem 0;}

}

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

	.grid_partner_box {padding: 0.4rem 0;}

}

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

	.pt-pagination{margin:14px auto 0}

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

}





/* home_news */

.home_news{

    box-sizing: border-box;

	padding: 1rem 0 0 11%;

	position: relative;

}

.home_news_light{

	position: absolute;

	top: 0;

	left: 11%;



}

.home_news_title{

    display: flex;

	display: -webkit-flex;

	justify-content: space-between;

	align-items: center;

	box-sizing: border-box;

	padding-right: 11%;

	margin-bottom: 0.7rem;

}

.home_news_title h2{

    font-size: 0.38rem;

	color: #222;

	font-weight: bold;

	box-sizing: border-box;

	padding-bottom: 0.2rem;

	position: relative;

}

.home_news_title h2::after{

	content: '';

	position: absolute;

	bottom: 0;

	left: 0;

	width: 0.8rem;

	height: 0.04rem;

	background-color: var(--i_color2);

}

.home_btn_news a{

	color: var(--i_color);

}

.home_btn_news a:hover{

	color: white;

}



.home_news .title_img img{

	margin-top: 0;

}









/* 合作伙伴 */

.news_partner_box{}



.news_partner{position:relative}

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

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

.news_partner_list .swiper-slide{

	display:-webkit-box;

	display:-ms-flexbox;

	display:-webkit-flex;

	display:flex;

	flex-shrink:0;

	position:relative;

	cursor:pointer;

}

.news_partner_list .swiper-slide a{

	display: block;

	width: 100%;

	box-sizing: border-box;

	padding:0.6rem 9.5% ;

	background-color: #EAF8FF;

	border-radius: 0.25rem;

	overflow: hidden;

	transition: all 0.3s ease;

}

.news_partner_list .swiper-slide:hover a{

	background-color: white;

	box-shadow:  0 0 10px rgba(3,114,188,0.3);

}



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

.news_partner_list .img:before{content:""; display:block; padding-bottom:50%}

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





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



.news_partner_list h3{

    font-size: 0.18rem;

	color: #474747;

}

.news_partner_list h4{

	font-size: 0.22rem;

	font-weight: bold;

	color: #222;

	line-height: 0.25rem;

	overflow: hidden;

   text-overflow: ellipsis;

   display: -webkit-box;

  -webkit-box-orient: vertical;

   -webkit-line-clamp: 3;

   height: 0.75rem;

   margin: 0.3rem 0;

   transition: all 0.3s ease;

}

.news_partner_list h5{

	font-size: 0.18rem;

	color: white;

	width: 1.4rem;

	height: 0.45rem;

	background-color: var(--i_color);

	border-radius: 0.4rem;

	display: flex;

	display: -webkit-flex;

	justify-content: center;

	align-items: center;

	margin-bottom: 0.5rem;

	transition: all 0.3s ease;

}

.news_partner_list .swiper-slide:hover h4{

	color: var(--i_color);

}

.news_partner_list .swiper-slide:hover h5{

	background-color: var(--i_color2);

}



/* 指示器 */

.news_partner .pt-pagination{display:none; text-align:center; margin:20px auto 0}

.news_partner .pt-pagination .swiper-pagination-bullet{width:12px; height:12px; display:inline-block; margin:0 5px; background:#BBB; -webkit-border-radius:50%; -moz-border-radius:50%; -o-border-radius:50%; border-radius:50%; outline:none}

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



/* 左右箭头 */

.news_partner .pt-button-prev, .news_partner .pt-button-next{position:absolute; top:50%; transform:translate(0,-50%); width:40px; height:50px; background:rgba(0,0,0,.3); z-index:999; cursor:pointer; outline:none}

.news_partner .pt-button-prev:before, .news_partner .pt-button-next:before{

	position:absolute;

	top:50%;

	left:50%;

	font-size:30px;

	line-height:30px;

	color:#FFF;

	font-family:-apple-system, simsun, system-ui, sans-serif;

	letter-spacing:-2px;

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

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

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

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

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

}

.news_partner .pt-button-prev{left:1px}

.news_partner .pt-button-prev:before{content:"<"}

.news_partner .pt-button-next{right:1px}

.news_partner .pt-button-next:before{content:">"}





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

	.home_news {padding: 1rem 0 0rem 6%;}

	.home_news_light {left: 6%;}

	.home_news_title {padding-right: 6%;margin-bottom: 0.6rem;}

}

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

	.home_news {padding: 0.8rem 0 0rem 5%;}

	.home_news_light {left: 5%;}

	.home_news_title {padding-right: 5%;}

	.news_partner_list .swiper-slide a {padding: 0.5rem 7%;}

	.news_partner_list h5 {font-size: 0.16rem;height: 0.4rem;margin-bottom: 0.4rem;}

}

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

	

}

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

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

	.news_partner .pt-pagination{display:block}

}

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

	.home_news {padding: 0.6rem 3% 0rem 3%;}

	.home_news_light {left: 3%;}

	.home_news_title {padding-right: 0%;margin-bottom: 0.4rem;}

	.news_partner_list {padding: 0px !important;}

}

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

	

}

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

	

}

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

	.pt-pagination{margin:14px auto 0}

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

}





/* home_partner */

.home_partner{

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

}

.home_partner_all{

	box-sizing: border-box;

	padding-top: 0.6rem;

}





/* 合作伙伴 */

.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 .swiper-slide{

	display:-webkit-box;

	display:-ms-flexbox;

	display:-webkit-flex;

	display:flex;

	flex-shrink:0;

	position:relative;

	cursor:pointer;

}



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

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

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





.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:block; text-align:center; margin:0.35rem auto 0;cursor: pointer;}

.par_partner .pt-pagination .swiper-pagination-bullet{width:12px; height:12px; display:inline-block; margin:0 5px; background:#BBB; -webkit-border-radius:50%; -moz-border-radius:50%; -o-border-radius:50%; 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:40px; height:50px; background:rgba(0,0,0,.3); z-index:999; cursor:pointer; outline:none}

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

	position:absolute;

	top:50%;

	left:50%;

	font-size:30px;

	line-height:30px;

	color:#FFF;

	font-family:-apple-system, simsun, system-ui, sans-serif;

	letter-spacing:-2px;

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

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

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

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

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

}

.par_partner .pt-button-prev{left:1px}

.par_partner .pt-button-prev:before{content:"<"}

.par_partner .pt-button-next{right:1px}

.par_partner .pt-button-next:before{content:">"}



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

	.home_partner_all {padding-top: 0.6rem;}
	.home_partner{
		padding: 0.6rem 0;
	}

}

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

	

}

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

	.home_partner_all {padding-top: 0.4rem;}

}

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

	.pt-pagination{margin:14px auto 0}

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

}



/* ------------------------------------footer----------------------------- */

:root {  

	--purple: rgb(92,194,241);

	--violet: rgb(13,101,181);

	--pink: rgb(32,12,93);

  }

  

  @keyframes background-pan {

	from {

	  background-position: 0% center;

	}

	

	to {

	  background-position: -200% center;

	}

  }

  

  @keyframes scale {

	from, to {

	  transform: scale(0);

	}

	

	50% {

	  transform: scale(1);

	}

  }

  

  @keyframes rotate {

	from {

	  transform: rotate(0deg);

	}

	

	to {

	  transform: rotate(180deg);

	}

  }

  

 

  

 

  

  .magic {

	display: inline-block;

	position: relative;

  }

  

  .magic > .magic-star {

	--size: clamp(0.2rem, 1.5vw, 0.2rem);

	

	animation: scale 700ms ease forwards;

	display: block;

	height: var(--size);

	left: var(--star-left);

	position: absolute;

	top: var(--star-top);

	width: var(--size);

  }

  

  .magic > .magic-star > svg {

	animation: rotate 1000ms linear infinite;

	display: block;

	opacity: 0.7;

  }

  

  .magic > .magic-star > svg > path {

	fill: var(--pink);

  }

  

  .magic > .magic-text {

	animation: background-pan 3s linear infinite;

	background: linear-gradient(

	  to right,

	  var(--purple),

	  var(--violet),

	  var(--pink),

	  var(--purple)

	);

	background-size: 200%;

	-webkit-background-clip: text;

	-webkit-text-fill-color: transparent;

	white-space: nowrap;

  }

  





















footer{

	z-index: 5;

    max-width: 100%;

    overflow: hidden;

	position: relative;

	background-color: white;

}

.footer_form{

	box-sizing: border-box;

	border-radius: 1rem  1rem 0 0;

	background-color: #EEEEEE;

	padding: 0.6rem 0 0.8rem 0 ;

}

.footer_form h2{

	font-size: 0.36rem;

	font-weight: bold;

	color: #222;

	text-align: center;

}

.footer_form h2 ion-icon{

	color: var(--i_color);

	font-size: 0.3rem;

}

.footer_form h3{

	font-size: 0.24rem;

	line-height: 0.3rem;

	color: #474747;

	text-align: center;

	margin: 0.4rem 0 0.5rem 0;

}





#wpforms-51 {



	--input_font_size: 13px;



	--input_height: .46rem



}



#wpforms-form-51 {



	width: 100%;



	display: -webkit-flex;



	display: flex;



	flex-wrap: nowrap;



	position: relative;



	overflow: hidden



}







#wpforms-51 input,



#wpforms-51 button {



	margin: 0;



	padding: 0;



	border: none;



	background: none



}



#wpforms-51 .wpforms-field {



	padding: 0;



	margin: 0



}



#wpforms-51 .wpforms-field-label {



	font-size: 0;



}



#wpforms-51 .wpforms-required-label {



	position: absolute;



	top: .2rem;



	left: .05rem;



	font-size: .16rem;



	color: #F00



}



#wpforms-51 .wpforms-field {



	width: 100%;



	background: transparent;



	padding-bottom: .18rem;



	position: relative;



	overflow: hidden



}







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



#wpforms-51 textarea {



	width: 100%;



	max-width: 100% !important;



	min-width: 100%;



	font-size: var(--input_font_size);



	color: #333;



	height: var(--input_height);



	box-sizing: border-box;



	background: #FFF;



	padding: 0 .16rem;



	-webkit-border-radius: .25rem;



	border-radius: .25rem;



	overflow: hidden;



	-webkit-transition: all .5s ease;



	transition: all .5s ease



}



#wpforms-51 input {



	line-height: var(--input_height)



}



#wpforms-51 textarea {



	line-height: .22rem;

    border: 0px;

	padding: .06rem .16rem



}







#wpforms-51-field_2-container {



	margin: 0 .2rem !important;



}







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



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



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



	font-size: var(--input_font_size)



}



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



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



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



	font-size: var(--input_font_size)



}



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



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



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



	font-size: var(--input_font_size)



}



.wp-dark-mode-active #wpforms-51 input::-webkit-input-placeholder,



.wp-dark-mode-active #wpforms-51 textarea::-webkit-input-placeholder {



	color: #BBB;



}



.wp-dark-mode-active #wpforms-51 input::-moz-placeholder,



.wp-dark-mode-active #wpforms-51 textarea::-moz-placeholder {



	color: #BBB;



}



.wp-dark-mode-active #wpforms-51 input::-ms-input-placeholder,



.wp-dark-mode-active #wpforms-51 textarea::-ms-input-placeholder {



	color: #BBB;



}







#wpforms-51-field_1-error,



#wpforms-51-field_2-error,



#wpforms-51-field_3-error,



#wpforms-51-field_4-error,



#wpforms-51-field_5-error,



#wpforms-51-field_6-error {



	position: absolute;



	font-size: 12px;



	color: #A90909;



}







#wpforms-51 .wpforms-field-container {



	width: 100%;



	margin-right: 0.3rem;



	display: -webkit-flex;



	display: flex;



	flex-wrap: nowrap;



	justify-content: space-between;



	overflow: hidden



}



#wpforms-51 .wpforms-submit-container {



	width: 1.8rem;



	height: 100%;



	flex-shrink: 0;



	text-align: center;



	padding: 0;



	overflow: hidden;



	-webkit-border-radius: 2rem;



	border-radius: 2rem;



	position: relative;



}



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



	width: 100%;



	height: .46rem;



	font-size: .14rem;



	color: #FFF;



	font-weight: bold;



	line-height: .46rem;



	background: var(--i_color);



	cursor: pointer;



	position: relative;



	z-index: 2;

	transition: all 0.3s ease;



}



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



	background: var(--i_color2)



}



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



	position: absolute;



	top: 50%;



	transform: translate(0, -50%);



	right: 4px;



	z-index: 2



}







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



	.f_form {



		padding: 0.3rem 0.2rem;



	}







	#wpforms-form-51 {



		flex-wrap: wrap;



	}



	#wpforms-51 .wpforms-field-container {



		margin-right: 0;



		flex-wrap: wrap;



		justify-content: space-between;



	}



	#wpforms-51-field_1-container,



	#wpforms-51-field_2-container {



		width: 49% !important;



		margin: 0 0 !important;



	}



	#wpforms-51 .wpforms-submit-container {



		margin: 0 auto;



	}



}



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



	#wpforms-51 {



		--input_font_size: 13px;



		--input_height: .4rem



	}

	.footer_form{padding: 0.6rem 0;}



}



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

	.footer_form{padding: 0.6rem 0 0.2rem 0;}

	.f_form {



		-webkit-border-radius: .2rem;



		border-radius: .2rem;



	}



	.f_form .i_tit {



		margin-bottom: 0.24rem;



	}



	#wpforms-51-field_1-container,



	#wpforms-51-field_2-container {



		width: 100% !important;



	}



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



		height: 0.42rem;



		line-height: 0.42rem;



	}

	.footer_form h3 {

		font-size: 0.2rem;

		margin: 0.3rem 0;

	}

	.footer_form h2 {font-size: 0.3rem;}

}

















.footer_area{

	background-color: #024B7B;

	box-sizing: border-box;

	padding-top: 0.6rem;

}

.footer{

	display: flex;

	display: -webkit-flex;

	flex-wrap: wrap;

	box-sizing: border-box;

	padding-bottom: 0.3rem;

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

}

.footer_left{

	width: 50.3%;

	box-sizing: border-box;

	padding-right: 14%;

}

.footer_left>img{

	width: 1.5rem;

	margin-bottom: 0.1rem;

}

.footer_left_ul{

    

}

.footer_left_ul li{

    display: flex;

	display: -webkit-flex;

}

.footer_left_ul li img{

    width: 0.24rem;

	min-width: 0.24rem;

	height: 0.24rem;

	object-fit: contain;

	margin-top: 0.05rem;

	margin-right: 0.1rem;

}

.footer_left_ul li a{

	font-size: 0.16rem;

	line-height: 0.36rem;

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

	transition: all 0.3s ease;

}

.footer_left_ul li a:hover{

	color: white;

}

.footer_center{

    width: 20.8%;

}

.footer_center h2{

    font-size: 0.26rem;

	color: white;

	font-weight: bold;

	text-transform: uppercase;

	margin-bottom: 0.2rem;

}

.footer_center_ul{



}

.footer_center_ul li{

    margin-bottom: 0.05rem;

	box-sizing: border-box;

	padding-right: 2%;

} 

.footer_center_ul li a{

	font-size: 0.16rem;

	line-height: 0.36rem;

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

	text-transform: uppercase;

	transition: all 0.3s ease;

}

.footer_center_ul li a:hover{

	color: white;

	border-bottom: 1px solid white;

}

.footer_right{

	width: 28.9%;

}





.footer_right{



}

.footer_right h2{

	font-size: 0.26rem;

	color: white;

	font-weight: bold;

	text-transform: uppercase;

	margin-bottom: 0.2rem;

}

.footer_right_ul{

    display: flex;

	display: -webkit-flex;

	flex-wrap: wrap;

}

.footer_right_ul li{

    width: 50%;

	margin-bottom: 0.05rem;

	box-sizing: border-box;

	padding-right: 2%;

}

.footer_right_ul li a{

	font-size: 0.16rem;

	line-height: 0.36rem;

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

	text-transform: uppercase;

	transition: all 0.3s ease;

}

.footer_right_ul li a:hover{

	color: white;

	border-bottom: 1px solid white;

}

.footer_right_dl{

    display: flex;

	display: -webkit-flex;

	justify-content: flex-end;

	margin-top: 0.8rem;

}

.footer_right_dl dt{

    margin-left: 0.4rem;

}

.footer_right_dl dt a{

    display: block;

}

.footer_right_dl dt a ion-icon{

    font-size: 0.3rem;

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

	transition: all 0.3s ease;

}

.footer_right_dl dt a ion-icon:hover{

	color: white;

	transform: translateY(-5px);

}



.footer_max{

    display: flex;

	display: -webkit-flex;

	justify-content: space-between;

	box-sizing: border-box;

	padding: 0.3rem 0;

}

.footer_max p{

    font-size: 0.16rem;

	color: white;

}

.footer_max a{

    font-size: 0.16rem;

	color: white;

}







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

	.footer_left {padding-right: 10%;}

}

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

	.footer_left {padding-right: 8%;}

}

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

	

}

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

	.footer_left {padding-right: 6%;}

}

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

	

}

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

	.footer_center{display: none;}

	.footer_right {width: 49.7%;}

	.footer_right_dl {margin-top: 0.6rem;}

}

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

	.footer_left {width: 100%;padding-right: 0%;}

	.footer_right {width: 100%;margin-top: 0.3rem;}

	

    .footer_left_ul li{margin-bottom: 0.1rem;}

	.footer_right_dl {margin-top: 0.4rem;}

}

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

	.footer_max {

		flex-direction: column;

	}

	.footer_max p{text-align: center;}

	.footer_max a{text-align: center;}

	.footer_right{display: none;}

}

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

	

}

















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

.about_banner{

	overflow: hidden;

	background-color: white;

	position: fixed;

    top: var(--header_height);

    left: 0;

    width: 100%;

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

    overflow: hidden;

}



.about_banner img{

	position: absolute;

	top: 50%;

	left: 50%;

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

	width: 100%;

	height: 100%;

	object-fit: cover;

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

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

    -webkit-transition: transform 8s cubic-bezier(0.1,0.2,.7,1);

    transition: transform 8s cubic-bezier(0.1,0.2,.7,1);

}





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

	

}

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

	

}

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

	

}

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

	.about_banner{

		margin-top: var(--header_height);

		position: relative;

		top: initial;

		height: auto;

	}

	.about_banner::after{

		content: '';

		display: block;

		padding-bottom: 45.5%;

	}

}

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

	.about_banner{border-radius: 0 0 0.8rem 0.8rem;}

}

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

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

	

}

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

	

}

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

	

}













/* 当前位置 */

.in_position{padding:14px 0; background:#fff}

.in_position a{display:block; float:left; font-size:14px; color:#4C4C4C; position:relative; line-height:20px; text-transform:uppercase}

.in_position a:first-child{padding-left:24px; background:url(static/imgs/home_b.svg) no-repeat left center; background-size:16px}

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

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

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

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

	.in_position a{font-size:15px}

}

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

	.in_position a{font-size:14px}

}

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

	.in_position a{font-size:12px}

}







/* about_us */

.about_us{

	box-sizing: border-box;

	padding: 0.6rem 0 0.9rem 0;

}

.about_us_area{

    margin-top: 0.6rem;

}

.about_us_area h2{

    font-size: 0.36rem;

	display: inline-block;

	font-weight: bold;

	text-transform: uppercase;

	background: url(static/imgs/about_us.jpg);

    -webkit-background-clip: text;

    -webkit-text-fill-color: transparent;

    animation: maskedAnimation 12s infinite linear;

    -webkit-background-size: 200% 100%;

}

.about_us_area p{

    font-size: 0.16rem;

	line-height: 0.24rem;

	color: #4C4C4C;

	margin-top: 0.2rem;

}

@keyframes maskedAnimation{

	0% {

		background-position: 0 0;

	}

	

	100% {

		background-position: -100% 0;

	}

}

.about_us_ul{

    margin-top: 0.6rem;

	display: flex;

	display: -webkit-flex;

	flex-wrap: wrap;

	justify-content: space-between;

}

.about_us_ul li{

    display: inline-block;

	box-sizing: border-box;

	padding: 0.25rem 2%;

	background-color: transparent;

	transition: all 0.3s ease;

	border-radius: 0.18rem;

}

.about_us_ul li:hover{

	background-color: #EAF8FF;

}

.about_us_ul h3{

    font-size: 0.18rem;

	color: #474747;

}

.about_us_div{

    display: flex;

	display: -webkit-flex;

    align-items: flex-end;

}

.about_us_div h4{

    font-size: 0.64rem;

	color: #222;

	font-weight: bold;

	transition: all 0.3s ease;

}

.about_us_div h5{

	font-size: 0.2rem;

	color: #222;

	font-weight: bold;

	transition: all 0.3s ease;

	

}

.about_us_ul li:hover h4,.about_us_ul li:hover h5{

	color: var(--i_color);

	background: url(static/imgs/about_us.jpg);

    -webkit-background-clip: text;

    -webkit-text-fill-color: transparent;

}

.about_us_active h4,.about_us_active h5{

	color: var(--i_color) !important;

	background: url(static/imgs/about_us.jpg);

    -webkit-background-clip: text;

    -webkit-text-fill-color: transparent;

}

.about_us_active{

	background-color:#EAF8FF !important ;

}





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

	

}

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

	.about_us_div h4 {font-size: 0.6rem;}

}

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

	

}

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

	.about_us_ul{margin-top: 0.4rem;}

	.about_us_div h4 {font-size: 0.5rem;}

}

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

	

}

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

	.about_us_div h4 {font-size: 0.4rem;}

}

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

	

}

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

	

}

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

	

}



/* about_advantage */

.about_advantage_area{

	background-color: #EAF8FF;

	box-sizing: border-box;

	padding: 1rem 0 0.9rem 0;

}

.about_advantage{



}

.about_advantage .title_img img{

	background-color: #EAF8FF;

}

.about_advantage_all{

    display: flex;

	display: -webkit-flex;

	flex-wrap: wrap;

	box-sizing: border-box;

	padding-top: 1rem;

}



.about_advantage_left{

    width: 46.5%;

}

.about_advantage_right{

    width: 53.5%;

}



.about_advantage_tp{

	display: flex;

	display: -webkit-flex;

	justify-content: space-between;

}

.about_advantage_tp>div{

	width: 49%;

}

.about_advantage_img{

    position: relative;

	overflow: hidden;

	border-radius: 0.25rem;

}

.about_advantage_img::after{

	content: '';

	display: block;

	padding-bottom: 171%;

}

.about_advantage_img img{

	position: absolute;

	top: 50%;

	left: 50%;

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

	width: 100%;

	height: 100%;

	object-fit: cover;

}





.about_advantage_right{

	box-sizing: border-box;

	padding-left: 4%;

}

.about_advantage_right li{

    box-sizing: border-box;

	padding: 0.4rem 3%;

	border-radius: 0.3rem;

	overflow: hidden;

	cursor: pointer;

}

.about_advantage_right li h2{

    font-size: 0.26rem;

	font-weight: bold;

	color: var(--i_color);

	text-transform: uppercase;

	margin-bottom: 0.05rem;

}

.about_advantage_right li h3{

    font-size: 0.18rem;

	line-height: 0.22rem;

	color: #474747;

}





.about_advantage_right .current{

	background-color: #0372BC;

}

.about_advantage_right .current h2,.about_advantage_right .current h3{

	color: white;

}





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

	

}

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

	.about_advantage_right li h2 {font-size: 0.22rem;}

	.about_advantage_right li {padding: 0.35rem 3%}

}

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

	

}

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

	.about_advantage_all {padding-top: 0.8rem;}

}

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

	

}

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

	.about_advantage_left {width: 60%;margin: 0 auto; margin-bottom: 0.2rem;}

	.about_advantage_right {width: 100%;padding-left: 0%;}

	.about_advantage_all {padding-top: 0.6rem;}

}

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

	.about_advantage_left {width: 80%;}

}

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

	.about_advantage_left {width: 100%;}

}

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

	

}







/* about_certifcate */

.about_certifcate{

	box-sizing: border-box;

	padding:1rem  0;

}

.about_certifcate_area{



}





/* 合作伙伴 */

.certifcate_partner_box{

	box-sizing: border-box;

	padding-top: 0.6rem;

}



.certifcate_partner{position:relative}

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

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

.certifcate_partner_list .swiper-slide{

	display:-webkit-box;

	display:-ms-flexbox;

	display:-webkit-flex;

	display:flex;

	flex-shrink:0;

	position:relative;

	cursor:pointer;

	border-radius: 0.3rem;

	overflow: hidden;

	border: 1px solid #D6D6D6;

	box-sizing: border-box;

	transition: all 0.3s ease;

}



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

.certifcate_partner_list .img:before{content:""; display:block; padding-bottom:126%}

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





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



.certifcate_partner_list .swiper-slide-active{

	transform: scaleY(1.2);

}



















/* 指示器 */

.certifcate_partner .pt-pagination{display:none; text-align:center; margin:20px auto 0}

.certifcate_partner .pt-pagination .swiper-pagination-bullet{width:12px; height:12px; display:inline-block; margin:0 5px; background:#BBB; -webkit-border-radius:50%; -moz-border-radius:50%; -o-border-radius:50%; border-radius:50%; outline:none}

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















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

	.certifcate_partner_box{padding-top: 0.4rem;}

	.about_certifcate {padding: 0.8rem 0;}

}

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

	

}

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

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

	.certifcate_partner .pt-pagination{display:block}

	.certifcate_partner_box{padding-top: 0.2rem;}

	.about_certifcate {padding: 0.6rem 0;}

}

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

	

}

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

	

}

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

	.pt-pagination{margin:14px auto 0}

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

}





/* about_environment */

.about_environment{
    box-sizing: border-box;
	padding:0 0 0.8rem 0;
}

.about_environment_area{

	box-sizing: border-box;

	padding-top: 0.8rem;

}







/* 工厂滚动  */

.ggg_partner_box{}



.ggg_partner{position:relative}

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

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

.ggg_partner_list .swiper-slide{

	display:-webkit-box;

	display:-ms-flexbox;

	display:-webkit-flex;

	display:flex;

	flex-shrink:0;

	position:relative;

	cursor:pointer;

	border-radius: 0.25rem;

	box-sizing: border-box;

}



.ggg_partner_list .img{width:100%;transition: all 0.3s ease; box-sizing:border-box;  position:relative; overflow:hidden;border-radius: 0.25rem;}

.ggg_partner_list .img:before{content:""; display:block; padding-bottom:100.5%}

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





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



.ggg_partner_list .swiper-slide:hover .img{

	box-shadow:  0 0 10px rgba(0, 97, 174, 0.5);



}

.ggg_partner_list .swiper-slide:hover img{

	width: 105%;

	height: 105%;

}





/* 指示器 */

.ggg_partner .pt-pagination{display: block;margin-top: 0.6rem;}

.ggg_partner .pt-pagination{

	background-color: #d7d7d7;

	height: 1px;

	position: relative;

}

.ggg_partner .swiper-pagination-progressbar-fill{

	display: block;

	width: 100%;

	height: 0.03rem;

	background-color: var(--i_color);

	position: absolute;

	top: 0;

	left: 0;

	transform-origin: left top;

}





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

	

}

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

	

}

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

	

	.pt-pagination{display:block}

	.about_environment_area {padding-top: 0.6rem;}
	.about_environment{
		padding:0 0 0.6rem 0;
	}

}

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

	.ggg_partner .pt-pagination{margin-top: 0.8rem;}

}

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

	.team{padding-bottom: 0.6rem;}

	.ggg_partner .pt-pagination{margin-top: 0.6rem;}

}

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

	.pt-pagination{margin:14px auto 0}

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

}





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











/* ------------------------------图片分裂---------------------- */

.contact_banner{

	position: relative;

    overflow: hidden;

    width: 100%;

}

.wrapper {

	position: fixed;

    top: var(--header_height);

    left: 0;

    width: 100%;

    width: 100vw;

    object-fit: cover;

	background-color: #222;


    overflow: hidden;

}

.box {

	--box-width: 19.2rem;

	--box-height: 4.1rem;

	--frag-width: calc(var(--box-width) / var(--col));

	--frag-height: calc(var(--box-height) / var(--row));

	--img-url: url("static/imgs/contact_banner.jpg");

	display: flex;

	justify-content: center;

	flex-wrap: wrap;

	width: var(--box-width);

	height: var(--box-height);

	position: relative;

}

.box.hide::after {

    opacity: 0;

}

.box.hide:hover::after {

    opacity: 0;

}

.box:hover::after {

	background-image: initial;

	font-size: 0.18rem;

}

.fragment {

	--x-offset: calc(var(--x) * var(--frag-width) * -1);

	--y-offset: calc(var(--y) * var(--frag-height) * -1);

	--rotateX: rotateX(0);

	--rotateY: rotateY(0);

	width: var(--frag-width);

	height: var(--frag-height);

	background: var(--img-url) var(--x-offset) var(--y-offset) / var(--box-width)

		var(--box-height) no-repeat;

	backface-visibility: hidden;

	will-change: transform;

	transform: var(--rotateX) var(--rotateY) scale(0.8);

	animation: flip var(--duration) linear var(--delay) forwards;

	opacity: 0;

}

@keyframes flip {

	0% {

		transform: var(--rotateX) var(--rotateY) scale(0.8);

		opacity: 0;

	}

	15% {

		transform: var(--rotateX) var(--rotateY) scale(0.8);

		opacity: 0;

	}

	70% {

		transform: rotateX(0) rotateY(0) scale(0.8);

		opacity: 1;

	}

	100% {

		transform: rotateX(0) rotateY(0) scale(1);

		opacity: 1;

	}

}

  











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

	.box {--box-height: 5rem;}

}

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

	

}

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

	

}

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

	.box {--box-height: 4rem;}

}

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



}

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

	.box {--box-height: 3.5rem;}

}

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

	

}

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

	

}

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

	

}











.contact_us{

	box-sizing: border-box;

	padding: 0.5rem 0 0.7rem 0;

}

.contact_us_area{



}

.contact_us_ul{

    display: flex;

	display: -webkit-flex;

	flex-wrap: wrap;

	box-sizing: border-box;

	padding:0.8rem 0;

	border-bottom: 1px solid #D8D8D8;

	position: relative;

}

.contact_us_ul li{

    width: 25%;

	display: flex;

	display: -webkit-flex;

}

.contact_us_ul li img{

    width: 0.6rem;

	height: 0.6rem;

	object-fit: cover;

	transition: all 0.3s ease;

}

.contact_us_ul li:hover img{

	transform: rotate(180deg);

}

.contact_us_text{

    width: calc(100% - 0.6rem);

	box-sizing: border-box;

	padding: 0 4%;

}

.contact_us_text p{

    font-size: 0.18rem;

	line-height: 0.3rem;

	color: #222;

	text-transform: uppercase;

}

.contact_us_text a{

	font-size: 0.18rem;

	line-height: 0.3rem;

    color: #474747;

	transition: all 0.3s ease;

}

.contact_us_text a:hover{

	color: var(--i_color);

}

.contact_list{

	width: 25%;

	height: 2px;

	background-color: var(--i_color);

	position: absolute;

	bottom: -1px;

	left: 0;

	transition: all 0.5s linear;

}

.contact_us_ul li:nth-child(1).hover ~ .contact_list {

	left: 0;

}

.contact_us_ul li:nth-child(2):hover ~ .contact_list{

	left: 25%;

}

.contact_us_ul li:nth-child(3):hover ~ .contact_list{

	left: 50%;

}

.contact_us_ul li:nth-child(4):hover ~ .contact_list{

	left: 75%;

}







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

	

}

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

	.contact_us_ul {padding: 0.6rem 0;}

}

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

	

}

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

	

}

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

	.contact_us_ul li {width: 50%;}

	.contact_us_ul{gap: 0.2rem 0;}

	.contact_us_ul {padding: 0.6rem 0 0.4rem 0;}

}

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

	

}

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

	

}

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

	.contact_us_ul li {width: 100%;}

}

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

	

}













/* contact_form */

.contact_form{

	background: url('static/imgs/contact_bac.jpg') center no-repeat;

	background-size: cover;

	box-sizing: border-box;

	padding: 0.65rem 0;

	border-radius: 0.25rem;

	background-attachment: fixed;

	margin-bottom: 0.9rem;

}

.contact_form h2{

    font-size: 0.36rem;

	font-weight: bold;

	color: white;

	text-align: center;

}

.contact_form h3{

    font-size: 0.18rem;

	color: white;

	text-align: center;

	margin: 0.15rem 0 0.3rem 0;

	box-sizing: border-box;

	padding: 0 3%;

}

.contact_form_area{

	box-sizing: border-box;

	padding: 0 9%;

}



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

	

}

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

	.contact_form h2{font-size: 0.3rem;}

	.contact_form{margin-bottom: 0.8rem;}

}

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

	

}

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

	.contact_form{margin-bottom: 0.6rem;}

}

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

	

}

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

	.contact_form{margin-bottom: 0.4rem;}

}

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

	

}

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

	

}

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

	

}



/* contact 表单 */



#wpforms-57{--input_font_size:0.14rem; --input_height:0.48rem}

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

#wpforms-form-128{width:100%;}



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

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

#wpforms-57 .wpforms-error-container{line-height:0.14rem}



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

#wpforms-57 .wpforms-submit-container{

	padding:0!important; 

	position:relative;

	display: flex;

	display: -webkit-flex;

	justify-content: center;

}



#wpforms-57 .wpforms-field{width:100%; margin-bottom:0px; padding-bottom:20px; background:transparent; overflow:hidden}

#wpforms-57 .wpforms-field:nth-child(1){margin-right:20px}

#wpforms-57 .wpforms-field:nth-child(1), #wpforms-57 .wpforms-field:nth-child(2){width:calc(50% - 10px)}



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

#wpforms-57 textarea{min-height:1.3rem}

#wpforms-57 input, #wpforms-57 textarea{width:100%;border-radius: 0.25rem; max-width:100%!important; font-size:var(--input_font_size); color:#222; box-sizing:border-box;background-color: white; line-height:var(--input_height); padding:0 0.2rem}

#wpforms-57 textarea{

	line-height: 0.2rem;

	padding: 0.1rem 0.2rem;

}

#wpforms-57 input::-webkit-input-placeholder{color:#9E9E9E; font-size:var(--input_font_size)}

#wpforms-57 input::-moz-placeholder{color:#9E9E9E; font-size:var(--input_font_size)}

#wpforms-57 input::-moz-placeholder{color:#9E9E9E; font-size:var(--input_font_size)}

#wpforms-57 input::-ms-input-placeholder{color:#9E9E9E; font-size:var(--input_font_size)}

#wpforms-57 textarea::-webkit-input-placeholder{color:#9E9E9E; font-size:var(--input_font_size)}

#wpforms-57 textarea::-moz-placeholder{color:#9E9E9E; font-size:var(--input_font_size)}

#wpforms-57 textarea::-moz-placeholder{color:#9E9E9E; font-size:var(--input_font_size)}

#wpforms-57 textarea::-ms-input-placeholder{color:#9E9E9E; font-size:var(--input_font_size)}



#wpforms-57 #wpforms-57-field_1-error, #wpforms-57 #wpforms-57-field_2-error, #wpforms-57 #wpforms-57-field_3-error, #wpforms-57 #wpforms-57-field_4-error{position:absolute; font-size:14px}



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

	width:1.8rem;

	background:var(--i_color);

	height:50px; 

	font-size:14px; 

	font-weight: bold;

	color:white; 

	line-height:50px; 

	cursor:pointer; 

	text-transform:uppercase; 

	position:relative; 

	z-index:2;

	transition: all 0.3s ease;

	border-radius: 0.3rem;

}



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

	background-color: var(--i_color2);

}





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





#wpforms-57 .wpforms-field{position: relative;}

#wpforms-57 .wpforms-field-label{font-size: 0;}

#wpforms-57 .wpforms-required-label{

	color: red;

	font-size: 0.14rem;

	font-weight: bold;

	position: absolute;

	top: 40%;

	left: 0.1rem;

	transform: translate(0,-50%);

}

#wpforms-57-field_3-container .wpforms-required-label{

	top: 15%;

    left: 0.1rem;

}











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

	#wpforms-57 .wpforms-submit-container button{height:46px; line-height:46px; }

	#wpforms-57 .wpforms-submit-container button::after {border-top: 23px solid transparent;border-bottom: 23px solid transparent;}

	.contact_form_area {padding: 0 8%;}

}

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

	

}

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

	#wpforms-57 .wpforms-submit-container button{height:42px; line-height:42px; }

	#wpforms-57 .wpforms-submit-container button::after {border-top: 21px solid transparent;border-bottom: 21px solid transparent;}

	.contact_form_area {padding: 0 6%;}

}

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

	

}

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

	.contact_form_area {padding: 0 3%;}

}

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

	#wpforms-57 .wpforms-submit-container button{height:32px; line-height:32px; font-size: 12px;}

	#wpforms-57 .wpforms-submit-container button::after {border-top: 16px solid transparent;border-bottom: 16px solid transparent;}

}





/* contact_map */

.contact_map{

  

	height: 7.17rem;

}



.contact_map #simpleMap,

.contact_map .fluid-width-video-wrapper,

.contact_map iframe {

        width: 100%;

        height: 100% !important;

}

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

	.contact_map{height: 5rem;}

}





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

.news_banner_text{

	position: absolute;

	top: 40%;

	right: 18%;

}

.news_banner_text h2{

    font-size: 0.48rem;

	font-weight: bold;

	color: #222;

	margin-bottom: 0.1rem;

}

.news_banner_text h3{

    font-size: 0.24rem;

	color: #474747;

}





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

	.news_banner_text{right: 16%;}

}

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

	.news_banner_text{right: 14%;}

	.news_banner_text h2 {font-size: 0.45rem;}

}

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

	

}

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

	.news_banner_text{right: 10%;}

	.news_banner_text h2 {font-size: 0.4rem;}

}

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

	.news_banner_text{right: 8%;}

}

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

	.news_banner_text{right: 6%;}

	.news_banner_text h2 {font-size: 0.35rem;}

}

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

	.news_banner_text{right: 3%;}

	.news_banner_text h2 {font-size: 0.3rem;}

}

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

	

}

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

	.news_banner_text{display: none;}

}





/* news_list */

.news_list{

    display: flex;

	display: -webkit-flex;

	justify-content: center;

	box-sizing: border-box;

	padding: 0.2rem 0 0.7rem 0;

} 

.news_list li{

    margin: 0 0.45rem;

}

.news_list li a{

	font-size: 0.2rem;

	color: #222;

	display: inline-block;

	box-sizing: border-box;

	border-radius: 0.2rem;

	padding: 0.12rem 0.4rem;

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

	text-transform: uppercase;

	transition: all 0.3s ease;

}

.news_list_active a{

    background-color: var(--i_color);

	color: white !important;

	box-shadow: 0 0 10px rgba(3,114,188,0.3);

	

}

.news_list li:hover a{

	background-color: var(--i_color);

	color: white !important;

	animation: a 0.5s 1 linear;

    animation-delay: 0.01s;

	box-shadow: 0 0 10px rgba(3,114,188,0.3);

}





@keyframes a{

	0% {

		transform: scale(0.98, 1.02);

	}

	25% {

		transform: scale(1.02, 0.98);

	}

	50% {

		transform: scale(0.98, 1.02);

	}

	75% {

		transform: scale(1.02, 0.98);

	}

	100% {

		transform: scale(1, 1);

	}

}







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

	

}

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

	.news_list li {margin: 0 0.4rem;}

	.news_list {padding: 0.2rem 0 0.6rem 0;}

}

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

	

}

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

	.news_list li {margin: 0 0.35rem;}

}

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

	

}

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

	.news_list li {margin: 0 0.3rem;}

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

}

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

	.news_list li {margin: 0 0.2rem;}

}

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

	

}

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

	

}







.news_area{



}

.news_all{

    box-sizing: border-box;

	padding-top: 0.6rem;

}

.news_all_ul{

    display: flex;

	display: -webkit-flex;

	flex-wrap: wrap;

	gap: 0.4rem 0.4rem;

}

.news_all_ul li{

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

	box-sizing: border-box;

	padding: 0.5rem;

	box-sizing: border-box;

	box-shadow: 0 0 10px rgba(91,193,242,0.3);

	border-radius: 0.25rem;

	transition: all 0.3s ease;

}

.news_all_ul li a{

    display: block;

	width: 100%;

}

.news_all_img{

	position: relative;

	width: 100%;

}

.news_all_img::after{

	content: '';

	display: block;

	padding-bottom: 65%;

}

.news_all_img img{

	position: absolute;

	top: 50%;

	left: 50%;

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

	width: 100%;

	height: 100%;

	object-fit: cover;

}

.news_all_ul h2{

    font-size: 0.22rem;

	color: #222;

	line-height: 0.24rem;

	overflow: hidden;

    text-overflow: ellipsis;

    display: -webkit-box;

    -webkit-box-orient: vertical;

    -webkit-line-clamp: 2;

    height: 0.48rem;

    margin: 0.2rem 0 0.1rem 0;

	transition: all 0.3s ease;

}

.news_all_ul h3{

	font-size: 0.18rem;

	color: #474747;

}

.news_all_ul h4{

	font-size: 0.16rem;

	color: #474747;

	line-height: 0.24rem;

	overflow: hidden;

    text-overflow: ellipsis;

    display: -webkit-box;

    -webkit-box-orient: vertical;

    -webkit-line-clamp: 2;

    height: 0.48rem;

	margin: 0.2rem 0;

}

.news_all_ul h5{

	width: 1.37rem;

	height: 0.45rem;

	border-radius: 0.25rem;

	background-color: var(--i_color);

	color: white;

	display: flex;

	display: -webkit-flex;

	justify-content: center;

	align-items: center;

	font-size: 0.18rem;

	transition: all 0.3s ease;

	box-sizing: border-box;

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

}

.news_all_ul li:hover{

	background-color: #EAF8FF;

}

.news_all_ul li:hover h2{

	color: var(--i_color);

}

.news_all_ul li:hover h5{

	background-color: transparent;

	color: var(--i_color);

}



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

	

}

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

	.news_all_ul li {padding: 0.4rem;}

}

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

	

}

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

	

}

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

	

}

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

	.news_all_ul li {width: calc((100% - 0.4rem) / 2);}

	.news_all_ul li {padding: 0.3rem;}

}

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

	.news_all_ul {gap: 0.2rem 0.2rem;}

	.news_all_ul li {width: calc((100% - 0.2rem) / 2);}

	.news_all_ul li {padding: 0.25rem;}

}

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

	.news_all_ul h5 {width: 1rem;height: 0.4rem;font-size: 0.16rem;}

}

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

	

}







/* 页数 */

/* Number of pages */

.in_page_box {

	text-align: center;

	overflow: hidden;

	margin-top: 0.6rem;

}

.in_page {

	display: -webkit-flex;

	display: flex;

	flex-wrap: wrap;

	justify-content: center;

	align-items: center;

}

.in_page li {

	margin: 0 .04rem;

}

.in_page a,

.in_page span {

	display: block;

    padding: 0 .17rem;

    line-height: .4rem;

    font-size: .14rem;

    color: #666;

    background: #FFF;

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

    overflow: hidden;

    transition: all 0.3s ease;

    border-radius: 0.4rem;

}

.in_page li{

	margin:0 0.04rem;

}

.in_page>i {

	margin-left: 0.1rem;

	font-size: 0rem;

	color: #888;

}



.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 a,

	.in_page span {

		    padding: 0 0.15rem;

		    line-height: 0.35rem;

			font-size: 0.14rem;

			border-radius: 0.3rem;

	}

	.in_page_box {margin-top: 0.4rem;}

}

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

	.in_page>i {

			display: block;

			width: 100%;

			margin-top: 0.1rem;

			font-size: 0rem;

	}

	

}

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

	

}





/* ---------------------------download----------------------------- */

.download{

    box-sizing: border-box;

	padding-top: 0.6rem;

}

.download_ul{

    margin-top: 0.6rem;

}

.download_ul li{

    width: 100%;

	border-bottom: 1px solid #D8D8D8;

	transition: all 0.3s linear;

}

.download_ul li a{

	display: flex;

	display: -webkit-flex;

	width: 100%;

	align-items: center;

	box-sizing: border-box;

	padding: 0.18rem 0.22rem;

	border-radius: 0.25rem;

	position: relative;

	overflow: hidden;

}

.download_ul li a::after{

	content: '';

	position: absolute;

	width: 100%;

	height: 0;

	left: 0;

	background-color: #EAF8FF;

	bottom: 0;

	z-index: -1;

	transition: all 0.3s linear;

}

.download_ul li:hover{

	border-bottom: 1px solid transparent;

}

.download_ul li:hover a::after{

	height: 100%;

	bottom: auto;

	top: 0;

}





.download_img{

    width: 0.6rem;

	height: 0.6rem;

	background-color: var(--i_color);

	border-radius: 50%;

	display: flex;

	display: -webkit-flex;

	justify-content: center;

	align-items: center;

	box-sizing: border-box;

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

	transition: all 0.3s ease;

}

.download_img img{

	width: 0.27rem;

	height: 0.3rem;

	object-fit: contain;

	filter: brightness(100000000) grayscale(100%);

	-webkit-filter: brightness(100000000) grayscale(100%);

	margin-left: 2px;

}



.download_ul h2{

    font-size: 0.2rem;

	font-weight: bold;

    width: calc(100% - 0.96rem);

	box-sizing: border-box;

	padding: 0 2%;

	transition: all 0.3s ease;

	overflow:hidden;

    white-space: nowrap;

    text-overflow: ellipsis;

    box-sizing: border-box;

	text-transform: capitalize;

}

.download_ul i{

    display: block;

	width: 0.36rem;

	height: 0.36rem;

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

	background-size: contain;

}

.download_ul li:hover .download_img{

	background-color: transparent;

}

.download_ul li:hover img{

	filter: unset;

}

.download_ul li:hover h2{

	color: var(--i_color);

}

.download_ul li:hover i{

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

	background-size: contain;

}





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

	

}

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

	

}

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

	

}

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

	.download_ul {

		margin-top: 0.4rem;

	}

	.download{

		box-sizing: border-box;

		padding-top: 0.4rem;

	}

}

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

	

}







/*----------------------------- service ------------------------- */

.fullMask_service{

	background-color: #F4F4F4;

}

.service_position{

	background-color: #F4F4F4;

}

.service_banner_text{

    position: absolute;

	top: 50%;

	left: 50%;

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

}

.service_banner_text h2{

	font-size: 0.48rem;

	color: white;

	font-weight: bold;

	text-transform: uppercase;

}



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

	.service_banner_text h2{font-size: 0.4rem;}

}

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

	

}

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

	

}

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

	.service_banner_text h2{font-size: 0.35rem;}

}

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

	.service_banner_text h2{font-size: 0.3rem;}

}

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

	.service_banner_text h2{display: none;}

}





.service{

	background-color: #F4F4F4;

	box-sizing: border-box;

	padding-top: 0.6rem;

}



.service_area{

	box-sizing: border-box;

	padding: 0.6rem 0;

}

.service_area_ul li{

    display: flex;

	display: -webkit-flex;

	flex-wrap: wrap;

}

.service_area_ul li:nth-child(2){

	flex-direction: row-reverse;

}

.service_area_ul li>div{

	width: 50%;

}

.service_img{

    position: relative;

	overflow: hidden;

	

}

.service_img::before {

    content: '';

    position: absolute;

    top: 0;

    right: 100%;

    width: 100%;

    height: 100%;

    z-index: 2;

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

    background: -webkit-linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));

}

.service_area_ul li:hover .service_img::before {

    animation: fol 1.4s;

    animation-delay: 0s;

    -webkit-animation-timing-function: cubic-bezier(0, 0, 0.18, 0.96);

}

@keyframes fol {

	0% {

		right: 100%;

		opacity: 1;

	}

	100% {

		right: 0;

		opacity: 0;

	}

}



.service_img::after{

    content: '';

	display: block;

	padding-bottom: 51.3%;

}

.service_img img{

    position: absolute;

	top: 50%;

	left: 50%;

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

	width: 100%;

	height: 100%;

	object-fit: cover;

}

.service_text{

    box-sizing: border-box;

	padding: 0 5%;

	display: flex;

	display: -webkit-flex;

	flex-direction: column;

	justify-content: center;

}

.service_text img{

	width: 0.6rem;

	height: 0.6rem;

	object-fit: contain;

	margin-bottom: 0.4rem;

}

.service_text h2{

    font-size: 0.36rem;

	color: var(--i_color);

	font-weight: bold;

	text-transform: uppercase;

}

.service_text h3{

	font-size: 0.18rem;

	color: #474747;

	line-height: 0.26rem;

	margin: 0.2rem 0;

}

.service_text h4{

	font-size: 0.2rem;

	color: #222;

}



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

	.service_img::after{padding-bottom: 70%;}

	.service_text {padding: 0 3%;}

}

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

	.service_area_ul li>div {width: 100%;}

	.service_img::after {padding-bottom: 51.3%;}

	.service_text {padding: 0.6rem 3%;}



}

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

	

	.service_text h2 {font-size: 0.3rem;}

}

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

	

}



/* service_let */

.service_let_bac{

	background: url('static/imgs/service_bac.jpg') center no-repeat;

	background-size: cover;

	box-sizing: border-box;

	padding: 1.5rem 0;

	background-attachment: fixed;

}

.service_let{

    display: flex;

	display: -webkit-flex;

	flex-wrap: wrap;

	justify-content: space-between;

	align-items: center;

} 

.service_let_text{



}

.service_let_text h2{

    font-size: 0.36rem;

	color: white;

	font-weight: bold;

	text-transform: uppercase;

}

.service_let_text h3{

    font-size: 0.18rem;

	color: white;

	line-height: 0.26rem;

	margin: 0.1rem 0;

}

.service_let_email{

    display: inline-block;

	background-color: white;

	box-sizing: border-box;

	padding: 0.14rem 0.37rem;

	border-radius: 0.25rem;

	display: flex;

	display: -webkit-flex;

	align-items: center;

}

.service_let_email i{

    display: block;

	width: 0.42rem;

	height: 0.3rem;

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

	background-size: cover;

	transition: all 0.3s ease;

}

.service_let_email p{

    font-size: 0.18rem;

	color: #222;

	margin-left: 0.15rem;

    transition: all 0.3s ease;

}



.service_let_email:hover p{

    color: var(--i_color);

}

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

	

}

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

	

}

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

	

}

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

	

}

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

	

}





















/* service_form */

.service_form{

    margin-top: 1rem;

}

.service_form h2{

   font-size: 0.4rem;

   color: #222;

   font-weight: bold;

   text-align: center;

   text-transform: uppercase;

}

.service_form h6{

   font-size: 0.14rem;

   text-align: center;

   margin: 0.2rem 0 0.4rem 0;

}









.oem_form {



	padding: .5rem 0;



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



	background-size: cover;



	-webkit-border-radius: .3rem;



	border-radius: .3rem;



	overflow: hidden;



	position: relative;



}



.oem_form::before {



	content: '';



	position: absolute;



	top: 50%;



	left: 50%;



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



	width: calc(100% - 10px);



	height: calc(100% - 10px);



	background: #FFF;



	-webkit-border-radius: .3rem;



	border-radius: .3rem;



}







.oem_form .i_tit {



	position: relative;



}



.oem_form .i_tit h6 {



	max-width: 50%;



	margin-left: auto;



	margin-right: auto;



	color: #999;



}







#wpforms-60 {



	--input_font_size: 15px;



	--input_height: .44rem

}



#wpforms-60 {



	width: 90%;



	margin: 0 auto;



}



#wpforms-form-60 {



	width: 100%;



	position: relative;



	overflow: hidden

}







#wpforms-60 input,



#wpforms-60 button {



	margin: 0;



	padding: 0;



	border: none;



	background: none

}



#wpforms-60 .wpforms-field {



	padding: 0;



	margin: 0

}



#wpforms-60 .wpforms-field-label {



	font-size: 0;



}



#wpforms-60 .wpforms-required-label {



	position: absolute;



	top: .1rem;



	left: .05rem;



	font-size: .16rem;



	color: #F00

}



#wpforms-60 .wpforms-field {



	width: 100%;



	background: transparent;



	padding-bottom: .26rem;



	position: relative;



	overflow: hidden

}







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



#wpforms-60 textarea {



	width: 100%;



	max-width: 100% !important;



	min-width: 100%;



	font-size: var(--input_font_size);



	color: #333;



	height: var(--input_height);



	box-sizing: border-box;



	border: none;



	border-bottom: 1px solid #CCC;



	background: none;



	padding: 0 .16rem;



	overflow: hidden;



	-webkit-transition: all .5s ease;



	transition: all .5s ease

}



#wpforms-60 .wpforms-field-container input:hover,



#wpforms-60 textarea:hover {



	border-color: var(--i_color);



}



#wpforms-60 input {



	line-height: var(--input_height)

}



#wpforms-60 textarea {



	line-height: .22rem;



	min-height: 1rem;



	padding: .06rem .16rem

}







#wpforms-60-field_1-container,



#wpforms-60-field_2-container {



	width: 49% !important;



}







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



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



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



	font-size: var(--input_font_size)

}



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



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



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



	font-size: var(--input_font_size)

}



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



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



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



	font-size: var(--input_font_size)

}







#wpforms-60-field_1-error,



#wpforms-60-field_2-error,



#wpforms-60-field_3-error,



#wpforms-60-field_4-error,



#wpforms-60-field_5-error,



#wpforms-60-field_6-error {



	position: absolute;



	font-size: 12px;



	color: #A90909;



}







#wpforms-60 .wpforms-field-container {



	width: 100%;



	display: -webkit-flex;



	display: flex;



	flex-wrap: wrap;



	justify-content: space-between;



	overflow: hidden

}



#wpforms-60 .wpforms-submit-container {



	margin-top: .2rem;



	text-align: center;



}



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



	margin: 0 auto;



	width: 3rem;



	height: .42rem;



	font-size: .18rem;



	color: #FFF;



	background: var(--i_color);



	line-height: .42rem;



	cursor: pointer;



	-webkit-border-radius: .2rem;



	border-radius: .2rem;



	position: relative;



	-webkit-transition: all .5s ease;



	transition: all .5s ease;



	z-index: 2

}



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



	width: 3.3rem;



}



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



	position: absolute;



	top: 50%;



	transform: translate(0, -50%);



	right: 4px

}







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



	.oem_form .i_tit h6 {



		max-width: 80%;



	}



	#wpforms-60 {



		width: 90%;



	}



}



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



	.oem_form .i_tit h6 {



		max-width: 90%;



	}



	#wpforms-60-field_1-container,



	#wpforms-60-field_2-container {



		width: 100% !important;



	}



}



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







/*-------------------------------------- products----------------------- */

.products_list{

    display: flex;

	display: -webkit-flex;

	flex-wrap: wrap;

	box-sizing: border-box;

	padding-top: 0.8rem;

}

.products_list_left{

    width: 3.4rem;

}

.products_list_left h2{

	font-size: 0.24rem;

	color: #222;

	font-weight: bold;

	text-transform: uppercase;

	margin-bottom: 0.2rem;

	display: flex;

	display: -webkit-flex;

	align-items: center;

}

.products_list_left h2 ion-icon{

	font-size: 0.24rem;

	color: #222;

	font-weight: bold;

	margin-left: 0.1rem;

	display: none;

}

.products_list_ul{

    border-top: 1px solid #D8D8D8;

}

.products_list_ul li{

    position: relative;

	box-sizing: border-box;

	padding: 0.2rem 0;

    border-bottom: 1px solid #D8D8D8;

}

.products_list_ul li>a{

    font-size: 0.18rem;

	color: #222;

	text-transform: uppercase;

	display: inline-block;

	box-sizing: border-box;

	padding-right: 0.3rem;

	transition: all 0.3s ease;

	display: block;

}

.products_list_ul li>a:hover{

	color: var(--i_color);

}

.products_list_ul li i{

    display: block;

	width: 0.2rem;

	height: 0.2rem;

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

	background-size: contain;

	position: absolute;

	top: 20px;

	right: 0px;

	cursor: pointer;

	transition: all 0.3s linear;

}

.products_list_ul dl{

    display: none;

}

.products_list_ul dl dt{



}

.products_list_ul dl dt a{

	display: block;

    font-size: 0.16rem;

	color: #474747;

	box-sizing: border-box;

	padding: 0.2rem 0 0 0.3rem;

	position: relative;

	overflow: hidden;

	transition: all 0.3s linear;

}

.products_list_ul dl dt a::after{

	content: '';

	width: 0.13rem;

	height: 0.12rem;

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

	background-size: contain;

	position: absolute;

	bottom: 3px;

	left: 2%;

	transition: all 0.3s linear;

	opacity: 0;

}

.products_list_ul dl dt a:hover{

	color: var(--i_color);

}

.products_list_ul dl dt a:hover::after{

	left: 2%;

	opacity: 1;

}

.products_dl_active a{

	color: var(--i_color) !important;

}

.products_dl_active a::after{

	opacity: 1 !important;

}

.products_ul_active>a{

	color: var(--i_color) !important;

}

.products_ul_active i{

	transform: rotate(180deg);

}





.products_list_ul li.on i{

	transform: rotate(180deg);

}





.products_list_right{

	width: calc(100% - 3.4rem);

	box-sizing: border-box;

	padding-left: 8%;

}

.products_right_ul{

    display: flex;

	display: -webkit-flex;

	flex-wrap: wrap;

	gap: 0.4rem;

}  



.products_right_ul li{

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

	border-radius: 0.25rem;

	border: 1px solid #CECECE;

	overflow: hidden;

	box-sizing: border-box;

	transition: all 0.3s ease;

}

.products_right_ul li a{

    display: block;

	width: 100%;

}

.products_right_img{

    position: relative;

	overflow: hidden;

}

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

}

.products_right_text{

	box-sizing: border-box;

	padding: 0.2rem 4% 0.3rem 4%;

	border-top: 1px solid #CECECE;

	transition: all 0.3s ease;

}

.products_right_ul h2{

    font-size: 0.16rem;

	color: #474747;

	overflow:hidden;

    white-space: nowrap;

    text-overflow: ellipsis;

    box-sizing: border-box;

	text-align: center;

	margin-bottom: 0.1rem;

	transition: all 0.3s ease;

}

.products_right_ul h3{

	font-size: 0.18rem;

	color: #222;

	overflow:hidden;

    white-space: nowrap;

    text-overflow: ellipsis;

    box-sizing: border-box;

	text-align: center;

	transition: all 0.3s ease;

}

.products_right_ul li:hover{

	border: 1px solid rgba(0, 97, 174, 0.3);

	box-shadow: 0 0 10px rgba(0, 97, 174, 0.3);

}

.products_right_ul li:hover .products_right_text h2,.products_right_ul li:hover .products_right_text h3{

	color: white;

}

.products_right_ul li:hover .products_right_text{

	background-color: var(--i_color);

}









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

	.products_list_right {padding-left: 8%;}

}

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

	.products_list_right {padding-left: 6%;}

	.products_right_ul {gap: 0.3rem;}

	.products_right_ul li {width: calc((100% - 0.6rem) / 3);}

}

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

	

}

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

	.products_list_right {padding-left: 3%;}

	.products_right_ul {gap: 0.2rem;}

	.products_right_ul li {width: calc((100% - 0.4rem) / 3);}

}

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

	

}

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

	.products_right_ul li {width: calc((100% - 0.2rem) / 2);}

}

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

	.products_list_left {width: 100%;}

	.products_list_right {padding-left: 0%;width: 100%;margin-top: 0.4rem;}

	.products_list_left h2 ion-icon{display: block;}

}

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

	

}

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

	

}



/* ------------------single_grid----------------------- */

.single_top{

	margin-top: var(--header_height);

}

.single_position{

	background-color: #EEEEEE;

}





.single_grid{

    margin-top: 0.5rem;

	display: flex;

	display: -webkit-flex;

	flex-wrap: wrap;

}

.single_grid_left{

	width: 45%;

}





/* 产品图集 */

.u_partner_box{}



.u_partner{position:relative}

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

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

.u_partner_list .swiper-slide{

	display:-webkit-box;

	display:-ms-flexbox;

	display:-webkit-flex;

	display:flex;

	flex-shrink:0;

	position:relative;

	cursor:pointer;

}



.u_partner_list .img{width:100%; box-sizing:border-box; position:relative; overflow:hidden;border-radius: 0.25rem;}

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

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





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



/* 指示器 */

.single_grid_left .pt-pagination{display:block; text-align:center; margin:35px auto 0;cursor: pointer;}

.pt-pagination .swiper-pagination-bullet{width:12px; height:12px; display:inline-block; margin:0 5px; background:#BBB; -webkit-border-radius:50%; -moz-border-radius:50%; -o-border-radius:50%; border-radius:50%; outline:none}

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





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

	

}

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

	

}

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

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

	.pt-pagination{display:block}

}

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

	

}

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

	

}

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

	.pt-pagination{margin:14px auto 0}

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

}







.single_grid_right{

	width: 55%;

	box-sizing: border-box;

	padding-left: 6%;

}

.single_right_text{



}

.single_grid_right h2{

    font-size: 0.3rem;

	color: #222;

	text-transform: uppercase;

	margin-top: 0.2rem;

}

.single_grid_right h1{

	font-size: 0.3rem;

	color: #222;

	font-weight: bold;


}

.single_grid_right h3{

	font-size: 0.16rem;

	color: #4C4C4C;

	box-sizing: border-box;

	padding: 0.1rem 0;

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

}

.single_grid_right h4{

	font-size: 0.18rem;

	color: #222;

	display: inline-block;

	box-sizing: border-box;

	padding: 15px 20px;

	border-radius: 0.25rem;

	background-color: #EAF8FF;

	margin: 0.2rem 0;

}

.single_grid_right h5{

	font-size: 0.16rem;

	color: #474747;

	line-height: 0.22rem;

	box-sizing: border-box;

	padding-bottom: 0.2rem;

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

}

.single_right_btn{

    margin: 0.3rem 0;

}

.single_right_btn a{

	display: inline-block;

	font-size: 0.18rem;

	color: #222;

	box-sizing: border-box;

	padding: 0.135rem 0.45rem;

	border-radius: 0.4rem;

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

	margin-right: 0.3rem;

	transition: all 0.3s ease;

}

.single_right_btn a:hover{

	background-color: var(--i_color);

	color: white;

}

.single_right_tag{

    display: flex;

	display: -webkit-flex;

	flex-wrap: wrap;

	margin-bottom: 0.2rem;

}

.single_right_tag p{

    font-size: 0.18rem;

	color: #222;

}

.single_right_tag a{

    font-size: 0.18rem;

	color: #666666;

	margin-left: 0.15rem;

	text-transform: capitalize;

	transition: all 0.3s ease;

}

.single_right_tag a:hover{

	color: var(--i_color);

}

.single_right_share{

	display: flex;

	display: -webkit-flex;

	align-items: center;

	justify-content: flex-end;

}

.single_right_share p{

    font-size: 0.18rem;

	color: #222;

	display: inline-block;

	padding: 0.15rem 0.22rem;

	background-color: #EAF8FF;

	border-radius: 0.25rem;

}

.single_share_ul{

    display: flex;

	display: -webkit-flex;

}

.single_share_ul li{

    margin-left: 0.18rem;

}

.single_share_ul li a{

    display: block;

	width: 100%;

}

.single_share_ul li a ion-icon{

	font-size: 0.3rem;

	color: #D8D8D8;

	transition: all 0.3s ease;

}

.single_share_ul li a ion-icon:hover{

	color: var(--i_color);

	transform: translateY(-5px);

}



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

	

}

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

	.single_grid_right {padding-left: 4%;}

}

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

	

}

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

	

}

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

	

}

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

	.single_grid_right {width: 100%;padding-left: 0%;}

	.single_grid {justify-content: center;}

	.single_grid_left {width: 50%;}

}

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

	.single_grid_left {width: 80%;}

}

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

	.single_right_btn a {margin-right: 0.2rem;}

	.single_grid_left {width: 100%;}

}

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

	

}



.single_bac{

	background: url('static/imgs/single.jpg') center no-repeat;

	background-size: cover;

	box-sizing: border-box;

	padding: 0.6rem 0;

	background-attachment: fixed;

	margin: 0.5rem 0;

}

.single_bac h2{

	font-size: 0.35rem;

	color: white;

	font-weight: bold;

	text-transform: uppercase;

}

.single_bac_div{

    display: flex;

	display: -webkit-flex;



} 

.single_bac_div h3{

    font-size: 0.35rem;

	color: #5BC1F2;

	font-weight: bold;

	text-transform: uppercase;

}

.single_bac_div img{

    width: 0.4rem;



}

.single_bac_position{

	margin-left: 66%;

}



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

	

}

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

	

}

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

	.single_bac_position{

		margin-left: 56%;

	}

}

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

	.single_bac_position{

		margin-left: 46%;

	}

}

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

	.single_bac_position{

		margin-left: 40%;

	}

}















/* -----编辑器----- */

.editor{

	box-sizing: border-box;

	padding: 0.7rem 0;

}

.editor table{

	min-width: 9.6rem;

	overflow: auto;

}











/* hot_products */

.hot_products_area{

	background-color: #F6F6F6;

	box-sizing: border-box;

	padding: 0.7rem 0 1rem 0;

}

.hot_products_all{

	margin-top: 0.6rem;

}







/* 工厂滚动  */

.hot_partner_box{}



.hot_partner{position:relative}

.hot_partner_list{width:100%; padding:0.1rem !important;box-sizing: border-box; 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 .swiper-slide{

	display:-webkit-box;

	display:-ms-flexbox;

	display:-webkit-flex;

	display:flex;

	flex-shrink:0;

	position:relative;

	cursor:pointer;

	border-radius: 0.25rem;

	overflow: hidden;

	border: 1px solid #D8D8D8;

	box-sizing: border-box;

	transition: all 0.3s ease;

}

.hot_partner_list .swiper-slide a{

	display: block;

	width: 100%;

	background-color: white;

}

.hot_partner_list .img{width:100%;transition: all 0.3s ease; box-sizing:border-box;  position:relative; overflow:hidden;}

.hot_partner_list .img:before{content:""; display:block; padding-bottom:100.5%}

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





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





/* .hot_partner_list .swiper-slide:hover img{

	width: 105%;

	height: 105%;

} */

.hot_partner_text{

    box-sizing: border-box;

	padding: 0.2rem 2% 0.3rem 2%;

	border-top: 1px solid #D8D8D8;

	transition: all 0.3s ease;

} 

.hot_partner_text h2{

    font-size: 0.16rem;

	color: #474747;

	text-align: center;

	overflow:hidden;

    white-space: nowrap;

    text-overflow: ellipsis;

    box-sizing: border-box;

	transition: all 0.3s ease;

}

.hot_partner_text h3{

    font-size: 0.18rem;

	color: #222222;

	text-align: center;

	text-transform: capitalize;

	margin-top: 0.1rem;

	overflow:hidden;

    white-space: nowrap;

    text-overflow: ellipsis;

    box-sizing: border-box;

	transition: all 0.3s ease;

}

.hot_partner_list .swiper-slide:hover{

	box-shadow:  0 0 10px rgba(0, 97, 174, 0.3);

	border: 1px solid rgba(0, 97, 174, 0.3);

}

.hot_partner_list .swiper-slide:hover .hot_partner_text{

	background-color: var(--i_color);

}



.hot_partner_list .swiper-slide:hover .hot_partner_text h2,.hot_partner_list .swiper-slide:hover .hot_partner_text h3{

   color: white;

}









/* 指示器 */

.hot_partner .pt-pagination{display: block;margin-top: 0.9rem;}

.hot_partner .pt-pagination{

	background-color: #d7d7d7;

	height: 1px;

	position: relative;

}

.hot_partner .swiper-pagination-progressbar-fill{

	display: block;

	width: 100%;

	height: 0.03rem;

	background-color: var(--i_color);

	position: absolute;

	top: 0;

	left: 0;

	transform-origin: left top;

}





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

	

}

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

	

}

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

	

	.pt-pagination{display:block}

	

}

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

	.hot_partner .pt-pagination{margin-top: 0.8rem;}

}

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

	

	.hot_partner .pt-pagination{margin-top: 0.6rem;}

}

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

	.pt-pagination{margin:14px auto 0}

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

}





/* our_advantage */

.our_advantage{

	box-sizing: border-box;

	padding: 0.9rem 0 0 0;

}

.our_advantage_ul{

	box-sizing: border-box;

	padding-top: 0.7rem;

	display: flex;

	display: -webkit-flex;

	flex-wrap: wrap;

	gap:0.4rem 0.7rem ;

}

.our_advantage_ul li{

    width: calc(50% - 0.35rem);

	background-color: #EAF8FF;

	border-radius: 0.25rem;

	box-sizing: border-box;

	padding: 0.45rem 4% 0.35rem 4%;

	position: relative;

	transition: all 0.3s ease;

	cursor: pointer;

}

.our_advantage_ul li::after{

	content: '';

	position: absolute;

	top: 50%;

	left: -0.01rem;

	width: 0.03rem;

	height: 80%;

	background-color: var(--i_color);

	transform: translate(0,-50%);

	transition: all 0.3s ease;

}

.our_advantage_ul h2{

    font-size: 0.26rem;

	font-weight: bold;

	color: var(--i_color);

	text-transform: uppercase;

	margin-bottom: 0.1rem;

	transition: all 0.3s ease;

}

.our_advantage_ul h3{

    font-size: 0.18rem;

	color: #474747;

	line-height: 0.22rem;

	min-height: 0.44rem;

	transition: all 0.3s ease;

}

.our_advantage_active{

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

}

.our_advantage_active::after{

	height: 0 !important;

}

.our_advantage_active h2{

    color: white;

}

.our_advantage_active h3{

    color: white;

}







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

	

}

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

	

}

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

	

}

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

	.our_advantage_ul{padding-top: 0.6rem;gap:0.4rem;}

	.our_advantage_ul li{width: calc(50% - 0.2rem);}

}

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

	

}

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

	

}

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

	.our_advantage_ul li{width: 100%;}

	.our_advantage_ul{gap:0.2rem;}

}

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

	

}

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

	

}













/* -------------single_news---------------- */

.single_news{

    padding: 0.5rem 0;

	box-sizing: border-box;

}

.single_news h1{

	font-size: 0.3rem;

	font-weight: bold;

	color: #363636;

	text-align: center;

}

.single_news_data{

	box-sizing: border-box;

	padding-bottom: 0.1rem;

	border-bottom: 1px solid #b5b5b5;

	display: flex;

	display: -webkit-flex;

	align-items: center;

	justify-content: center;

	margin-top: 0.3rem;

	position: relative;

}

.single_news_data::after{

	content: '';

	position: absolute;

	bottom: -0.01rem;

	left: 0;

	width: 20%;

	height: 0.03rem;

	background-color: var(--i_color);

	z-index: 2;



}

.single_news_data h2{

	font-size: 0.14rem;

	color: #666;

	margin-right: 0.2rem;

}







.single_news_all{

	box-sizing: border-box;

	max-width: 100%;

	padding-top: 0.5rem;

}

.single_news_area{

    font-size: 0.16rem;

	color: #1a1a1a;

	line-height: 0.24rem;

	box-sizing: border-box;

	padding-bottom: 0.5rem;

	border-bottom: 1px solid #b5b5b5;

	box-sizing: border-box;

	padding: 0 5% 0.5rem 5%;

}

.single_news_area img{

    display: block;

	margin:  0.4rem auto;

	height: auto;

	max-width: 100%;

}





/* -------------上/下一条 -------------*/

.single_news_all ul{

	display: flex;

    display: -webkit-flex;

	margin-top: 0.5rem;

	box-sizing: border-box;

	padding: 0 5%;

} 

.single_news_all ul li a{

	display: flex;

    display: -webkit-flex;

	align-items: center;

}

.single_news_all ul li b{

	font-size: 0.15rem;

	color: #4e4e4e;

	transition: all 0.3s ease;

}

.single_news_all ul i{

	width: 0.34rem;

	height: 0.34rem;

	background-color: var(--i_color);

	display: block;

	border-radius: 0.1rem;

	margin: 0 0.2rem;

	position: relative;

	transition: all 0.3s ease;

}



.prev i:before {

    content: "";

    width: 0.14rem;

    height: 0.15rem;

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

    background-size: 0.12rem;

	position: absolute;

	top: 50%;

	left: 50%;

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

}

.next i:before {

    content: "";

    width: 0.14rem;

    height: 0.15rem;

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

    background-size: 0.12rem;

	position: absolute;

	top: 50%;

	left: 50%;

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

}



.single_news_all ul li:hover b{

	color: var(--i_color);

}

.single_news_all ul li:hover i{

	background-color: var(--i_color);

}

















.in_news_art {

	box-sizing: border-box;

	padding: .5rem 0;

	background: #FFF;

	-webkit-border-radius: .3rem;

	border-radius: .3rem;

}



.in_news_art_tit {

	border-bottom: 1px solid #DDD;

	margin-bottom: .3rem;

	text-align: center;

	position: relative;

}

.in_news_art_tit h1 {

	font-size: .34rem;

	color: var(--i_color);

	line-height: .36rem;

	font-weight: bold;

}

.n_tit_time {

	margin: .4rem 0 .26rem;

	display: -webkit-flex;

	display: flex;

	flex-wrap: wrap;

	align-items: center;

	justify-content: center;

}

.n_tit_time>p {

	font-size: 0.16rem;

	color: #363636;

	margin-right: 0.28rem;

	padding-right: 0.28rem;

	position: relative;

}

.n_tit_time>p::before {

	content: '';

	position: absolute;

	top: 50%;

	transform: translate(0, -50%);

	right: 0;

	width: 1px;

	height: 0.1rem;

	background: #AAA;

}

.n_share {

	display: -webkit-flex;

	display: flex;

	flex-wrap: wrap;

	align-items: center;

}

.n_share p {

	font-size: 0.16rem;

	color: #363636;

}

.n_share a {

	margin-left: 0.2rem;

}

.n_share a i {

	font-size: 0.2rem;

}

.n_share a:hover i {

	color: var(--i_color);

}



.n_article,

.n_article * {

	text-align: left;

	font-size: .16rem;

	color: #555;

	line-height: .24rem

}

.n_article img {

	display: block;

	margin: .2rem auto;

	max-width: 100% !important;

	height: initial !important

}



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

	.in_news_art_tit h1 {

		font-size: 0.28rem;

	}

	.n_tit_time {

		margin: 0.3rem 0 .26rem;

	}

}

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

	.in_news_art_tit h1 {

		font-size: 0.24rem;

	}

}

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

	.in_news_art {

		padding: .4rem 0;

	}

	.in_news_art_tit h1 {

		font-size: 0.22rem;

		line-height: 0.3rem;

	}

	.n_tit_time {

		margin: 0.2rem 0 .22rem;

	}

}

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

	.in_news_art {

		padding: .3rem .2rem;

	}

	.in_news_art_tit h1 {

		font-size: 0.18rem;

		line-height: 0.26rem;

	}

	.n_tit_time>p,

	.n_share p {

		font-size: 0.15rem;

	}

}

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

	.in_news_art_tit h1 {

		font-size: 0.17rem;

		line-height: 0.22rem;

	}

	.n_tit_time>p {

		margin-right: 0.14rem;

		padding-right: 0.14rem;

	}

	.n_tit_time>p,

	.n_share p {

		font-size: 0.14rem;

	}

	.n_share a i {

		font-size: 0.18rem;

	}

}







/* 隐私政策 */

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

}









/* 感谢页面 */

.thanks{padding-top: 100px; margin:0px auto 100px; text-align:center; }

.thanks h2{margin-bottom:20px; font-size:30px; 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(#E870A5, #FFEFF6);

	border: 0.5px solid #FFEFF6;

	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(#FFE760, #ebf6d5);

	border: 0.5px solid #ebf6d5;



  }

  

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

	

}









/* 搜索页 */

.search{background-color: white;}

.in_search_tit{padding-bottom:70px; text-align:center;background-color: white;}

.in_search_tit h2{font-size:34px; color:var(--i_color); font-weight:bold; text-transform:uppercase;padding-top: 0.4rem;}

.in_search_tit p{margin:16px 0; font-size:24px; color:#757575}

.in_search{width:510px; margin:0 auto; border:1px solid var(--border_color); overflow:hidden}

.in_search .search_ipt{float:left; box-sizing:border-box; padding-left:10px; width:calc(100% - 110px); font-size:15px; color:#333; line-height:46px}

.in_search .search_btn{float:right; width:110px; height:46px; line-height:46px; background:var(--i_color); font-size:18px; color:#FFF;cursor: pointer;}







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

	.in_search_tit{}

	.in_search_tit h2{font-size:32px}

	.in_search_tit p{font-size:22px}

	.pd_other li{width: 23%;margin-bottom: 0.6rem;}

}

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

	.in_search_tit h2{font-size:28px}

	.in_search_tit p{font-size:20px}

	.in_search .search_btn{font-size:16px}

}

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

	.in_search_tit{padding-bottom:60px}

	.in_search_tit h2{font-size:26px}

	.in_search_tit p{margin:10px auto 16px; font-size:18px}

	.pd_other li{width: 23%;margin-bottom: 0.4rem;}

}

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

	.in_search_list li{margin-bottom:30px}

	.in_search_tit h2{font-size:24px}

	.in_search_tit p{font-size:17px}

	.pd_other li{width: 23%;margin-bottom: 0.2rem;}

}

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

	.in_search_tit{padding-bottom:40px}

	.in_search{width:90%}

	.in_search_tit h2{font-size:22px}

	.in_search_tit p{font-size:16px}

	

	

}

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

	.in_search_tit{padding-bottom:34px}

	.in_search{width:94%}

	.in_search_tit h2{font-size:20px}

	.in_search_tit p{font-size:14px}

	.in_search .search_ipt{line-height:38px}

	.in_search .search_btn{height:38px; line-height:38px}

}







/* search results list */

.in_search_list {

	padding-bottom: .6rem;

	overflow: hidden;

}

.in_search_list li {

	box-sizing: border-box;

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

	margin-bottom: 0.26rem;

}

.in_search_list a {

	display: block;

	padding: .2rem;

}

.in_search_list h2 {

	font-size: 0.18rem;

	color: #212121;

	font-weight: bold;

	position: relative;

	overflow: hidden;

	white-space: nowrap;

	text-overflow: ellipsis;

}

.in_search_list h6 {

	margin: .1rem 0;

	font-size: 0.14rem;

	color: #666;

	overflow: hidden;

	white-space: nowrap;

	text-overflow: ellipsis;

}

.in_search_list i {

	display: inline-block;

	padding: .06rem .1rem;

	font-size: 0.13rem;

	color: var(--i_color);

	background: #EDEDED;

	-webkit-border-radius: .04rem;

	border-radius: .04rem;

}



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

	.in_search_list h2 {

			font-size: 0.15rem;

			white-space: initial;

	}

	.in_search_list h6 {

			font-size: 0.13rem;

	}

	.in_search_list i {

			font-size: 0.12rem;

	}

}

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

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

	.in_search_list li {

			margin-bottom: 0.2rem;

	}

}

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

	.in_search_list {

		padding-bottom: .3rem

	}

}













/* 404 */



@import url("https://fonts.googleapis.com/css?family=Fira+Sans");

/*Variables*/

.left-section .inner-content {

  position: absolute;

  top: 35%;

  transform: translateY(-50%);

}





.background {

  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  background: linear-gradient(#0C0E10, #446182);

}

.background .ground {

  position: absolute;

  bottom: 0;

  width: 100%;

  height: 25vh;

  background: #0C0E10;

}

@media (max-width: 770px) {

  .background .ground {

    height: 0vh;

  }

}



.container_404 {

  position: relative;

  margin: 0 auto;

  width: 85%;

  height: 100vh;

  display: flex;

  flex-direction: row;

  justify-content: space-around;

}

@media (max-width: 770px) {

  .container_404 {

    flex-direction: column;

    padding-bottom: 0vh;

  }

}



.left-section, .right-section {

  position: relative;

}



.left-section {

  width: 40%;

}

@media (max-width: 770px) {

  .left-section {

    width: 100%;

    height: 40%;

    position: absolute;

    top: 0;

  }

}

@media (max-width: 770px) {



  .left-section .inner-content {

    position: absolute;

    top: 50%;

	left: 50%;

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

  }

}



.heading {

  text-align: center;

  font-size: 3rem;

  font-weight: bold;

  color: white;

  line-height: 1.3rem;

  margin: 2rem 0 0.5rem 0;

  padding: 0;

  text-shadow: 0 0 1rem #fefefe;

}

@media (max-width: 770px) {

  .heading {

    font-size: 7em;

    line-height: 1.15;

    margin: 0;

  }

}



.subheading {

  text-align: center;

  max-width: 480px;

  font-size: 1.5em;

  line-height: 1.15em;

  padding: 0.2rem 0.2rem;

  margin: auto;

  color: white;

}

@media (max-width: 770px) {

  .subheading {

    font-size: 1.3em;

    line-height: 1.15;

    max-width: 100%;

  }

}



.right-section {

  width: 24%;

}

@media (max-width: 770px) {

  .right-section {

    width: 100%;

    height: 60%;

    position: absolute;

    bottom: 0;

  }

}



.svgimg {

  position: absolute;

  bottom: 25vh;

  padding-top: 10vh;

  padding-left: 1vh;

  max-width: 100%;

  max-height: 100%;

}

@media (max-width: 770px) {

  .svgimg {

    padding: 0;

	bottom: 0vh;

  }

  

}

.svgimg .bench-legs {

  fill: #0C0E10;

}

.svgimg .top-bench, .svgimg .bottom-bench {

  stroke: #0C0E10;

  stroke-width: 1px;

  fill: #5B3E2B;

}

.svgimg .bottom-bench path:nth-child(1) {

  fill: #432d20;

}

.svgimg .lamp-details {

  fill: #202425;

}

.svgimg .lamp-accent {

  fill: #2c3133;

}

.svgimg .lamp-bottom {

  fill: linear-gradient(#202425, #0C0E10);

}

.svgimg .lamp-light {

  fill: #EFEFEF;

}



@keyframes glow {

  0% {

    text-shadow: 0 0 1rem #fefefe;

  }

  50% {

    text-shadow: 0 0 1.85rem #ededed;

  }

  100% {

    text-shadow: 0 0 1rem #fefefe;

  }

}





























/* tag */



.tag{

	box-sizing: border-box;

	padding: 0.8rem 0 0 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 .products_eyes{

	display: none;

}

.tag .products_list{

	padding-top: 0.5rem;

}

.tag .products_list_right{

	width: 100%;

	padding-left:0%;

}



.tag .products_right_ul li {width: calc((100% - 1.2rem) / 4);}





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

	

}

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

	.tag .products_right_ul li {width: calc((100% - 0.9rem) / 4);}

}

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

	

}

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

	.tag .products_right_ul li {width: calc((100% - 0.6rem) / 4);}

}

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

	

}

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

	.tag .products_list {

		padding-top: 0.2rem;

	}

}

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

	.tag .products_list {

		padding-top: 0rem;

	}

	.tag .products_list_right {

		margin-top: 0rem;

	}

	.tag .products_right_ul li {

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

	}

}

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

	

}

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

	

}









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

	

}

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

	

}

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

	

}

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

	

}

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

	

} */







/* eject videos */



.vd_box {

	display: none;

	position: fixed;

	top: 52%;

	left: 50%;

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

	z-index: 2014;

	width: 60%;

	max-height: 90%;

}



.vd_box::before {

	content: '';

	display: block;

	padding-bottom: 56.25%;

}



.close_v {

	position: absolute;

	top: -.2rem;

	right: -.2rem;

	width: 0.4rem;

	height: 0.4rem;

	background: var(--i_color);

	z-index: 2;

	-webkit-border-radius: 50%;

	border-radius: 50%;

	cursor: pointer;

}



.close_v::before {

	content: '+';

	position: absolute;

	top: 50%;

	left: 50%;

	font-size: 0.44rem;

	color: #FFF;

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

	transform: translate(-50%, -50%) rotate(45deg)

}



.vd_box iframe {

	position: absolute;

	top: 0;

	right: 0;

	width: 100%;

	height: 100%;

	background: #000;

	object-fit: contain;

}



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



	.vd_box {

		width: 80%;

	}

	.close_v::before {

		font-size: 0.4rem;

	}

}



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



	.vd_box {

		width: 88%;

	}

	.close_v {

		top: -.15rem;

		right: -.15rem;

		width: 0.3rem;

		height: 0.3rem;

	}

	.close_v::before {

		font-size: 0.3rem;

	}

}



/* -------------------------------------- 侧边客服 -------------------------------------- */

.aside_right{position:fixed; right:-50px; bottom:20%; z-index:999999;transition: all 0.5s ease;}

.aside_right.on{

	right:10px;

}





.aside_right ul{}

.aside_right li{position:relative; cursor:pointer;}

.aside_right li>a{display:block;transition: all 0.3s ease; width:48px;margin-top: 5px;border-radius: 0.05rem; height:48px; background:#181816; display:flex; justify-content:center; align-items:center; z-index:3}



.aside_right em{display:block; margin:0 auto; width:20px; height:20px;}

.aside_right li:nth-child(1) em{background:url(static/imgs/aside_ico_whatsapp.svg) no-repeat center; background-size:contain}

.aside_right li:nth-child(2) em{background:url(static/imgs/aside_ico_tel.svg) no-repeat center; background-size:contain}

.aside_right li:nth-child(3) em{background:url(static/imgs/email.svg) no-repeat center; background-size:contain}

.aside_right li:nth-child(4) em{background:url(static/imgs/top1.svg) no-repeat center; background-size:contain}



.aside_right li>a:hover{background: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:7px; right:-300px; width:180px; 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_mask_bg{display:none; position:fixed; top:0%; left:0%; width:100%; height:100%; background:rgba(0,0,0,.6); z-index:9999999999998}



#aside_sc_from{display:none; position:fixed; top:50%; left:50%; transform:translate(-50%,-50%); width:800px; padding:0.6rem 0.4rem;border-radius: 0.2rem; background:#e2e2e2; z-index:9999999999999; overflow:auto}



#aside_sc_from .tit{margin-bottom:40px}



#aside_sc_from .tit h1{font-size:26px; color:#333; text-align: center;text-transform: uppercase; font-weight:bold; line-height:30px}







#wpforms-54{--input_font_size:16px; --input_height:42px}



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



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







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



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



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







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



#wpforms-54 .wpforms-submit-container{padding:0!important; width:170px; height:var(--input_height); background:var(--i_color);border-radius: 0.2rem; position:relative;margin:0 auto;}



















#wpforms-54 .wpforms-field{



	position: relative;



}



#wpforms-54 .wpforms-field-label{



	font-size: 0;



}



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



	position: absolute;



	top: 15px;



	left: 3px;



	font-size: 0.14rem;

    color: red;





}



























#wpforms-54 .wpforms-field{width:100%; margin-bottom:10px; padding-bottom:20px; background:transparent; overflow:hidden}



#wpforms-54 .wpforms-field:nth-child(1){margin-right:20px}



#wpforms-54 .wpforms-field:nth-child(1), #wpforms-54 .wpforms-field:nth-child(2){width:calc(50% - 10px)}







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



#wpforms-54 textarea{min-height:100px}



#wpforms-54 input, #wpforms-54 textarea{width:100%;border: 0; max-width:100%!important; font-size:var(--input_font_size);border-radius: 0.1rem;background-color: white; color:#222; box-sizing:border-box; line-height:var(--input_height); padding:0 10px}







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



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



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



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



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



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



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



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







#wpforms-54 #wpforms-54-field_1-error, #wpforms-54 #wpforms-54-field_2-error, #wpforms-54 #wpforms-54-field_3-error, #wpforms-54 #wpforms-54-field_4-error{position:absolute; font-size:14px}







#wpforms-54 .wpforms-submit-container button{overflow: hidden;border-radius: 0.2rem; width:100%; height:var(--input_height); font-size:16px; color:#FFF; line-height:var(--input_height); cursor:pointer; text-transform:uppercase; position:relative; z-index:2}



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







.close{position:absolute; top:20px; right:30px; display:block; width:50px; height:50px; background:url(static/imgs/close_1_hei.svg) no-repeat center; background-size:contain}



.close:hover{-webkit-transform:rotate(180deg); -moz-transform:rotate(180deg); -ms-transform:rotate(180deg); -o-transform:rotate(180deg); transform:rotate(180deg)}



.close{-webkit-transition:all 0.5s ease; -moz-transition:all 0.5s ease; -ms-transition:all 0.5s ease; -o-transition:all 0.5s ease; transition:all 0.5s ease}



















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



	background-color: var(--i_color2);



	animation: a 0.5s 1 linear;



	animation-delay: 0.01s;



}















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



	



}



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



	



}



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



	.aside_right a{width:42px; height:42px}



	.aside_right em{width:18px; height:18px}



}



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



	/* .aside_right{display:none} */



	#aside_sc_from {width: 80%;}



}



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



	



}



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



	#aside_sc_from {width: 87%;}



}





/* 移动端底部 */

.footer_phone_show{

	display: none;

}

.footer_phone{

	

	position: fixed;

	bottom: 0;

	left: 0;

	width: 100%;

	background-color: white;

	z-index: 999;

	

}

.footer_phone{

	width: 100%;

	display: flex;

	display: -webkit-flex;

	flex-direction: row;

}

.footer_phone li{

	width: 32%;

	padding: 13px;

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

	border-top: 1px solid rgba(211,211,211,1);

}

.footer_phone li:nth-child(3){

	border-right: 0px;

}

.footer_phone a{

	display: block;

	width: 100%;

	display: flex;

	display: -webkit-flex;

	justify-content: center;

}

.footer_phone ion-icon {

    font-size: 23px;

}

.footer_phone p{

   font-size: 12px;

   color: #333333;

   font-family: Arial;

   line-height: 23px;

   margin-left: 10px;
   white-space:nowrap;

}



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

	.footer_phone_show{

		display: block;

	}

	footer{margin-bottom: 50px;}

}













/* 产品详情 表单 */



#aside_mask_bg1{display:none; position:fixed; top:0%; left:0%; width:100%; height:100%; background:rgba(0,0,0,.6); z-index:9999999999998}



#aside_sc_from1{display:none; position:fixed; top:50%; left:50%; transform:translate(-50%,-50%); width:800px; padding:0.6rem 0.4rem;border-radius: 0.2rem; background:#e2e2e2; z-index:9999999999999; overflow:auto}



#aside_sc_from1 .tit{margin-bottom:40px}



#aside_sc_from1 .tit h1{font-size:26px; color:#333; text-align: center;text-transform: uppercase; font-weight:bold; line-height:30px}







#wpforms-63{--input_font_size:16px; --input_height:42px}



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



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







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



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



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







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



#wpforms-63 .wpforms-submit-container{padding:0!important; width:170px; height:var(--input_height); background:var(--i_color);border-radius: 0.2rem; position:relative;margin:0 auto;}



















#wpforms-63 .wpforms-field{



	position: relative;



}



#wpforms-63 .wpforms-field-label{



	font-size: 0;



}



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



	position: absolute;



	top: 15px;



	left: 3px;



	font-size: 0.14rem;

    color: red;





}



























#wpforms-63 .wpforms-field{width:100%; margin-bottom:10px; padding-bottom:20px; background:transparent; overflow:hidden}



#wpforms-63 .wpforms-field:nth-child(1){margin-right:20px}



#wpforms-63 .wpforms-field:nth-child(1), #wpforms-63 .wpforms-field:nth-child(2){width:calc(50% - 10px)}







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



#wpforms-63 textarea{min-height:100px}



#wpforms-63 input, #wpforms-63 textarea{width:100%;border: 0; max-width:100%!important; font-size:var(--input_font_size);border-radius: 0.1rem;background-color: white; color:#222; box-sizing:border-box; line-height:var(--input_height); padding:0 10px}







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



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



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



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



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



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



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



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







#wpforms-63 #wpforms-63-field_1-error, #wpforms-63 #wpforms-63-field_2-error, #wpforms-63 #wpforms-63-field_3-error, #wpforms-63 #wpforms-63-field_4-error{position:absolute; font-size:14px}







#wpforms-63 .wpforms-submit-container button{overflow: hidden;border-radius: 0.2rem; width:100%; height:var(--input_height); font-size:16px; color:#FFF; line-height:var(--input_height); cursor:pointer; text-transform:uppercase; position:relative; z-index:2}



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







.close{position:absolute; top:20px; right:30px; display:block; width:50px; height:50px; background:url(static/imgs/close_1_hei.svg) no-repeat center; background-size:contain}



.close:hover{-webkit-transform:rotate(180deg); -moz-transform:rotate(180deg); -ms-transform:rotate(180deg); -o-transform:rotate(180deg); transform:rotate(180deg)}



.close{-webkit-transition:all 0.5s ease; -moz-transition:all 0.5s ease; -ms-transition:all 0.5s ease; -o-transition:all 0.5s ease; transition:all 0.5s ease}



















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



	background-color: var(--i_color2);



	animation: a 0.5s 1 linear;



	animation-delay: 0.01s;



}















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



	



}



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



	



}



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





}



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



	/* .aside_right{display:none} */



	#aside_sc_from1 {width: 80%;}



}



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



	



}



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



	#aside_sc_from1 {width: 87%;}



}







.form_hide{

	display: none !important;

}





































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































.abc {}