/*

Theme Name: 英睿

Version: 1.0

Description: Anhui Lingju Digital, as a core partner of Google China, owns the only Google Overseas Experience Center in Anhui Province, providing one-stop services for localized foreign trade enterprises in Anhui to go overseas - website construction, Google SEO optimization, Google bidding, Google SNS social media marketing, etc.

Author: Copyright: Anhui Lingju

*/

@charset "utf-8";





:root {

	/* Global Color */

	--i_color: #BF1B1D;



	/* Secondary color */

	--i_color2:#2F2F2F;



	/* bg color */

	--i_color3:#F9F9F9;



	/* Head height */

	--header_height: .8rem;



	/* Default Border Color */

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

}

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

	:root {

		--header_height: .6rem;

	}

}

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

	:root {

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

	}

}



.hide{display:none !important}

.wrap {

	width: 73vw;

	max-width: 1400px;

	margin-left: auto;

	margin-right: auto;

}

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

	.wrap {

		width: 94vw;

	}

}

.wrap2{

	width: 94vw;

	margin-left: auto;

	margin-right: auto;

}







/* header */

header {

	position: fixed;

	top: 0;

	left: 0;

	width: 100%;

	z-index: 2014

}



.top_cont {

	position: relative;

	z-index: 2013;

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

}

.TopHeader .top_cont {

	background: var(--i_color2);

}

.top {

	display: -webkit-flex;

	display: flex;

	flex-wrap: nowrap;

	align-items: center;

}



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

	header {

		top: 0;

		top: 0;

		width: 100%;

		background: var(--i_color2);

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

	}

}







/* logo */

.logo {

	display: -webkit-flex;

	display: flex;

	align-items: center;

	height: var(--header_height);

}

.logo a {

	display: -webkit-flex;

	display: flex;

	align-items: center;

	height: 100%;

}

.logo img {

	max-height: 40%;

}



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

	.logo img {

		max-height: 36%;

	}

}

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

	.logo img {

		max-height: 30%;

	}

}









/* 导航 */

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

	.i_nav {

		margin-left: auto;

		margin-right: auto;

		display: -webkit-flex;

		display: flex;

		flex-wrap: nowrap;

		align-items: center;

		justify-content: space-between;

		gap: 0 .1rem;

		position: relative;

		z-index: 2014;

	}



	.i_nav>li {

		height: var(--header_height);

		display:-webkit-flex; display:flex; flex-wrap:wrap;align-items: center;

		position: relative;

	}



	.i_nav>li>a {

		display:-webkit-flex; display:flex; flex-wrap:wrap;align-items: center;justify-content: center;

		height: auto;

		padding-top: 6px;

		padding-bottom: 8px;

		padding-left: .3rem;

		padding-right: 0.3rem;

		font-size: 18px;

		color: #FFF;

		white-space: nowrap;

		-webkit-border-radius: 1rem;

		border-radius: 1rem;

		position: relative;

	}



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

		background: var(--i_color);

	}



	.nav_p1 .sub-menu {

		display: none !important;

	}



	.i_nav .sub-menu {

		display: none;

		position: fixed;

		left: 0;

		top: var(--header_height);

		width: 100%;

		background: #FFF;

		overflow: hidden;

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

		font-size: 0;

		text-align: center;

	}



	.i_nav .sub-menu li {

		margin: 0 .32rem;

		display: inline-block;

		position: relative;

	}

	.i_nav .sub-menu li::before{content: '';position: absolute;left: 0;bottom: 0;width: 0;height: 2px;background: var(--i_color);-webkit-transition:all .5s ease; transition:all .5s ease;}

	.i_nav .sub-menu .current-menu-item::before,

	.i_nav .sub-menu .current-category-ancestor::before,

	.i_nav .sub-menu .current-post-ancestor::before,

	.i_nav .sub-menu .current-menu-ancestor::before,

	.i_nav .sub-menu .current-menu-parent::before,

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

		width: 100%;

	}



	.i_nav .sub-menu a {

		display: block;

		padding: .2rem 0;

		font-size: 0.16rem;

		color: #333;

		overflow: hidden;

		white-space: nowrap;

		position: relative;

	}

	.i_nav .sub-menu li:hover a {

		color: var(--i_color);

	}





	/* nav list */

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

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



	.i_nav_list{

		visibility: hidden;

		opacity: 0;

		position: absolute;

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

		right: 0;

		background: #FFF;

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

		z-index: 2014;

		-webkit-transition: all .5s ease;

		transition: all .5s ease

	}

	.i_nav_list.on {

		visibility: visible;

		opacity: 1;

		top: var(--header_height);

	}

	.i_nav_list li{}

	.i_nav_list a{

		display: block;

		padding: .06rem .2rem;

		font-size: 0.16rem;

		white-space:nowrap;

	}

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

}



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

	.i_nav>li>a {

		font-size: 16px;

	}

}

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

	.i_nav>li>a {

		font-size: 15px;

	}

}

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

	.i_nav>li>a {

		font-size: 14px;

	}

}







/* nav dropdown menu */

.nav_dropdown {display:none;position:fixed;top:var(--header_height);left:0;width:100%;padding:.14rem 0 .1rem;background:#FFF;border-bottom: 1px solid var(--border_color);z-index:100;}

.nav_dropdown.show{

	display: block !important;

	transform: translateY(0);

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

}

/* .nav_dropdown.tsY100{transform: translateY(calc(-100% - var(--header_height)));}

.nav_dropdown.tsY0{transform: translateY(0) !important;} */

.nav_dropdown.tsY100{transform: translateY(calc(-100% - var(--header_height)));}

.nav_dropdown.tsY0{transform: translateY(0) !important;}



.nav_dropdown_cont{width: 90vw;max-width: 1500px; margin-left: auto;margin-right: auto;}



.nav_dropdown ul {display:-webkit-flex;display:flex;flex-wrap:wrap;justify-content: center; gap:.24rem 2%;}

.nav_dropdown li {width:15%;}

.nav_dropdown li a {

	display:-webkit-flex; display:flex; flex-wrap:nowrap;align-items: center;

	overflow:hidden;

}

.nav_dropdown .img {

	flex-shrink: 0;

	width:34%;

	position:relative;overflow:hidden

}

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

.nav_dropdown .img img {position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);max-width:90%;max-height:90%;object-fit:contain;-webkit-transition:all .5s ease;transition:all .5s ease}

.nav_dropdown .txt {margin-left: 0.1rem;;}

.nav_dropdown .txt p {font-size:0.14rem;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;}

.nav_dropdown li:hover img{max-width: 100%;max-height: 100%;}

.nav_dropdown li:hover p{color: var(--i_color);text-decoration: underline;}

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

	.nav_dropdown {display:none !important;}

}

















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

	.i_nav {

		opacity: 0;

		position: fixed;

		top: var(--header_height);

		left: 101%;

		width: 100%;

		width: 100vw;

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

		background: #FFF;

		overflow-y: auto;

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

		z-index: 9999

	}

	.i_nav.active{opacity: 1; left: 0;}

	/*滚动条*/

	.i_nav::-webkit-scrollbar {

		width: 3px;

		height: 8px

	}

	.i_nav::-webkit-scrollbar-thumb {

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

		background: #555

	}

	.i_nav::-webkit-scrollbar-track {

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

		border-radius: 0;

		background: #F1F1F1

	}



	.i_nav>li {

		margin: 0 0 !important;

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

		position: relative

	}

	.i_nav>.menu-item-has-children span {

		display: block;

		position: absolute;

		top: 8px;

		right: .2rem;

		width: .3rem;

		height: .3rem;

		box-sizing: border-box;

		border: 1px solid #CCC;

		-webkit-border-radius:50%; border-radius:50%;

		background:url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="24" height="24" viewBox="0 0 24 24"%3E%3Cpath fill="%23555" d="M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z"%2F%3E%3C%2Fsvg%3E') no-repeat center;

		background-size: .2rem;

	}

	.i_nav>.menu-item-has-children span.on {

		background:url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="24" height="24" viewBox="0 0 24 24"%3E%3Cpath fill="%23555" d="M19 12.998H5v-2h14z"%2F%3E%3C%2Fsvg%3E') no-repeat center;

		background-size: .2rem;

	}



	.i_nav>li>a {

		padding: 0 .2rem;

		font-size: .16rem;

		color: #222;

		line-height: .44rem;

		text-transform: uppercase;

	}

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

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

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

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

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

		color: var(--i_color) !important;

	}



	.i_nav>li>.sub-menu {

		display: none

	}

	.i_nav>li>.sub-menu li {

		position: relative;

	}

	.i_nav .sub-menu a {

		padding: 0 .4rem;

		font-size: .15rem;

		color: #555;

		line-height: .4rem;

		position: relative;

	}

	.i_nav .sub-menu li:not(:last-child) {

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

	}



	.i_nav>li>.sub-menu b {

		position: absolute;

		top: 0;

		right: 0;

		width: .4rem;

		height: .4rem;

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

		background-size: .16rem;

	}

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

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

		background-size: .16rem;

	}



	.i_nav .sub-menu .sub-menu {

		display: none;

	}



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

		padding: 0 .6rem;

		font-size: .13rem;

		color: #888;

		line-height: .36rem;

		position: relative;

	}



	.i_nav a {

		display: block;

		overflow: hidden;

		white-space: nowrap;

		text-overflow: ellipsis

	}

}













/* 移动端导航按钮 */

.nav_menu {

	/* position: absolute;

	right: 0;

	top: 50%;

	transform: translateY(-50%); */

	position: relative;

	width: 22px;

	height: 16px;

	display: none;

	cursor: pointer

}

.nav_menu i {

	display: block;

	width: 100%;

	height: 3px;

	position: absolute;

	top: 50%;

	margin-top: -2px;

	background: #FFF;

	border-radius: .1rem;

	transition: 0.5s

}

.nav_menu::before,

.nav_menu::after {

	content: "";

	width: 100%;

	height: 3px;

	background: #FFF;

	position: absolute;

	left: 0;

	border-radius: .1rem;

	transition: 0.5s

}

.nav_menu::before {

	top: 0;

}

.nav_menu::after {

	bottom: 0;

}





.nav_menu.on i {

	opacity: 0

}



.nav_menu.on::before {

	transform: rotate(45deg);

	top: 50%;

	margin-top: -2px

}



.nav_menu.on::after {

	transform: rotate(-45deg);

	top: 50%;

	margin-top: -2px

}



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

	.nav_menu {

		display: block !important;

		margin-left: 0.3rem;

	}



}















.top_r {

	--size: .26rem

}

.top_r {

	display: -webkit-flex;

	display: flex;

	flex-wrap: wrap;

	align-items: center;

	gap: 0 .16rem;

	height: var(--header_height)

}



.top_user,

.top_search_ico,

.top_shop_ico{

	height: var(--header_height);

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

	align-items: center;

	text-align: center;

	position: relative;

}

.top_user iconify-icon,

.top_search_ico iconify-icon,

.top_shop_ico iconify-icon

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



.top_user.on iconify-icon{color: var(--i_color);}

.top_user_list {

	visibility: hidden;

	opacity: 0;

	position: absolute;

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

	right: 0;

	background: #FFF;

	z-index: 2;

	-webkit-transition: all .3s ease;

	transition: all .3s ease

}

.top_user_list.on {

	visibility: visible;

	opacity: 1;

	top: var(--header_height);

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

}

.top_user_list li {

	text-align: right;

}

.top_user_list a {

	display: block;

	padding: .08rem .3rem;

	font-size: 0.16rem;

	color: var(--i_color2);

	white-space: nowrap;

}

.top_user_list a:hover {

	background: #EEE;

	color: var(--i_color);

}



.top_user_name{margin-left: -.1rem;}

.top_user_name a{font-size: 0.18rem;color: #FFF;}



.top_search_ico {padding-left: 0.16rem;padding-right: 0.16rem;}

.top_search_ico.on iconify-icon {

	color: var(--i_color);

}



.top_shop_ico {}

.top_shop_ico.on iconify-icon {

	color: var(--i_color);

}



.top_search_ico::before,.top_search_ico::after{

	content: '';

	position: absolute;

	top: 50%;

	transform: translate(0, -50%);

	width: 1px;

	height: 0.2rem;

	background: #FFF;

}

.top_search_ico::before {left: 0; display:none}

.top_search_ico::after{right: 0;}



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

	.tobuy b{font-size: 0.16rem;}

	.top_user_name a{font-size: 0.16rem;}

}

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

	.top_r{margin-left: auto;}

	.tobuy b{font-size: 0.14rem;}

	.top_user_name a{font-size: 0.14rem;}

}

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

	.tobuy,.top_user_name{display: none;}

}

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

	.top_r{gap: 0 .1rem;}

	.top_search_ico::before,.top_search_ico::after{background: rgb(255 255 255 / 15%);}

	.top_user_list a{font-size: 0.14rem;color: #666;}

}















/* language list */

.top_shop_list {

	visibility: hidden;

	opacity: 0;

	position: absolute;

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

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

	right: 0;

	width: 0.46rem;;

	box-sizing: border-box;

	padding: 2px 6px;

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

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

	z-index: 2;

	-webkit-transition: all .3s ease;

	transition: all .3s ease

}

.top_shop_list.on {

	visibility: visible;

	opacity: 1;

	top: var(--header_height);

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

}



.top_shop_list ul {

	overflow: hidden;

}



.top_shop_list li {margin: 4px 0;}

.top_shop_list li img{width: 100%;-webkit-border-radius:.1rem; border-radius:.1rem;}



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

	.top_shop_list{padding: 2px 4px; width: 0.4rem;}

}

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

	.top_shop_list{width: .36rem;}

}











/* search */

.top_search {

	--search_height: .38rem

}

.top_search {

	visibility: hidden;

	opacity: 0;

	position: fixed;

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

	left: 0;

	width: 100%;

	padding: .16rem 0;

	background: #FFF;

	-webkit-transition: all .3s ease;

	transition: all .3s ease;

	z-index: 101;

}

.top_search.on {

	visibility: visible;

	opacity: 1;

	top: var(--header_height);

	box-shadow: 0 0.06rem 0.1rem rgb(0 0 0 / 8%);

}

.top_search form {

	width: 80%;

	margin: 0 auto;

	max-width: 5rem;

	display: -webkit-flex;

	display: flex;

	flex-wrap: wrap;

	box-sizing: border-box;

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

	overflow: hidden;

}

.top_search_ipt {

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

	height: var(--search_height);

	box-sizing: border-box;

	padding: 0 0 0 .12rem;

}

.top_search_btn {

	font-size: 0;

	color: #FFF;

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

	height: var(--search_height);

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

	background-size: .24rem;

	cursor: pointer;

}



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

	.top_search {

		--search_height: .34rem

	}

	.top_search {

		padding: .12rem 0;

	}

}

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

	.top_search form {

		width: 94%;

	}

}











.mb_full_header{display: none;height: var(--header_height)}

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

	.mb_full_header{display: block;}

}



.mb_full_header2{height: .61rem;}

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

	.mb_full_header2{height: .5rem;}

}









/* Main */

main{position: relative;overflow: hidden;}

main.bg{background: var(--i_color3);}





.blur__warp{

	opacity: 0;

	visibility: hidden;

	position: fixed;left: 0;bottom: 0;width: 100%;height: calc(100% - var(--header_height));background: rgb(0 0 0 / 80%);

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

	z-index: 99;

}

.blur__warp.on{opacity: 1;visibility: visible;}



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

	.blur__warp{z-index: 98;}

}







/* action */

@keyframes InLeft {

	0% {

		transform: translateX(100%);

	}

	100% {

		transform: translateX(0);

	}

}











.box_tit{font-size: 0.3rem;font-weight: bold;}



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

	.box_tit{font-size: 0.26rem;}

}

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

	.box_tit{font-size: 0.22rem;}

}

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

	.box_tit{font-size: 0.2rem;}

}

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

	.box_tit{font-size: 0.18rem;}

}











/* big tit */

.i_tit{}

.i_tit h2{font-size: 0.4rem;color: #333;font-weight: bold;}



.sub_tit1{margin-top: 0.2rem;font-size: 0.24rem;padding: 0 10%;}

.sub_tit2{margin-top: 0.2rem;font-size: 0.16rem; color: #333;}



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



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

	.i_tit h2{font-size: 0.36rem;}



	.sub_tit1{font-size: 0.22rem;}

}

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

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

	.i_tit h2{font-size: 0.32rem;}



	.sub_tit1{font-size: 0.2rem;}



	.sub_tit2{font-size: 0.18rem;}

}

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

	.i_tit h2{font-size: 0.26rem;}



	.sub_tit1{font-size: 0.18rem;}



	.sub_tit2{font-size: 0.16rem;}

}

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

	.i_tit h2{font-size: 0.24rem;}



	.sub_tit1{padding: 0 0; font-size: 0.16rem;}



	.sub_tit2{font-size: 0.15rem;}

}

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

	.i_tit h2{font-size: 0.2rem;}



	.sub_tit1{font-size: 0.15rem;}



	.sub_tit2{font-size: 0.14rem;}

}













/* More btn */
.i_more{
	display: table;
	text-align: center;
	min-width: 1.7rem;
	box-sizing: border-box;
	border: 1px solid #BBB;
	-webkit-border-radius:2rem; border-radius:2rem;
	-webkit-transition:all .5s ease; transition:all .5s ease;
	position: relative;
	overflow: hidden;
}
.i_more::before{content: '';position: absolute;right: 0;top: 0;width: 0;height: 100%;background: var(--i_color);-webkit-transition:all .5s ease; transition:all .5s ease;}
.i_more b{
	display: block;padding: .1rem .2rem;
	font-size: 0.16rem;color: #666;
	position: relative;
	-webkit-transition:all .5s ease; transition:all .5s ease;
}
.i_more:hover{border-color: var(--i_color) !important;}
.i_more:hover::before{right: initial;left: 0; width: 100%;}
.i_more:hover b{color: #FFF !important;}
.i_more.center{margin-left: auto;margin-right: auto;}

.i_more.curr{background: var(--i_color);border-color: var(--i_color);}
.i_more.curr b{color: #FFF;}

@media screen and (max-width:1024px) {
	.i_more{min-width: 1.3rem;}
	.i_more b{padding: .08rem .2rem; font-size: 0.14rem;}
}
@media screen and (max-width:560px) {
	.i_more b{padding: .06rem .1rem}
}


.i_more2{
	display: table;
	text-align: center;
	min-width: 1.2rem;
	box-sizing: border-box;
	border: 1px solid #BBB;
	-webkit-border-radius:2rem; border-radius:2rem;
	-webkit-transition:all .5s ease; transition:all .5s ease;
	position: relative;
	overflow: hidden;
}
.i_more2::before{content: '';position: absolute;right: 0;top: 0;width: 0;height: 100%;background: var(--i_color);-webkit-transition:all .5s ease; transition:all .5s ease;}
.i_more2 b{
	display: block;padding: .04rem .16rem;
	font-size: 0.15rem;color: #666;
	position: relative;
	-webkit-transition:all .5s ease; transition:all .5s ease;
}
.i_more2:hover{border-color: var(--i_color) !important;}
.i_more2:hover::before{right: initial;left: 0; width: 100%;}
.i_more2:hover b{color: #FFF;}
.i_more2.center{margin-left: auto;margin-right: auto;}

.i_more2.curr{background: var(--i_color);border-color: var(--i_color);}
.i_more2.curr b{color: #FFF;}

@media screen and (max-width:1024px) {
	.i_more2{min-width: 1rem;}
	.i_more2 b{font-size: 0.14rem;}
}
@media screen and (max-width:560px) {
	.i_more2 b{}
}











.o20{-webkit-border-radius:.2rem; border-radius:.2rem;}

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

	.o20{-webkit-border-radius:.14rem; border-radius:.14rem;}

}











/* Public Pagination Style */

.public_pagination_style .swiper-pagination-bullet{width: 0.2rem;height: 2px;background: #DDD; display:inline-block; margin:0 4px; outline:none; cursor:pointer;}

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













/* eject videos */

.vd_full{

	display: none;

	position: fixed;

	top: 0;left: 0;

	width: 100%;height: 100%;

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

	z-index: 99999;

}



.vd_box {

	position:absolute;

	top: 52%;

	left: 50%;

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

	width: 60%;

	z-index: 2;

}

.vd_box::before {

	content: '';

	display: block;

	padding-bottom: 56.25%;

}

.close_v {

	position: absolute;

	top: -.2rem;

	right: -.2rem;

	width: 0.4rem;

	height: 0.4rem;

	background:var(--i_color) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1em' height='1em' viewBox='0 0 24 24'%3E%3Cpath fill='white' d='M18.3 5.71a.996.996 0 0 0-1.41 0L12 10.59L7.11 5.7A.996.996 0 1 0 5.7 7.11L10.59 12L5.7 16.89a.996.996 0 1 0 1.41 1.41L12 13.41l4.89 4.89a.996.996 0 1 0 1.41-1.41L13.41 12l4.89-4.89c.38-.38.38-1.02 0-1.4'/%3E%3C/svg%3E") no-repeat center;

	background-size: 70%;

	z-index: 2;

	-webkit-border-radius: 50%;

	border-radius: 50%;

	cursor: pointer;

}

.vd_box iframe,.vd_box video {

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

	}

}

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

	.vd_box {

		width: 88%;

	}

	.close_v {

		top: -.15rem;

		right: -.15rem;

		width: 0.3rem;

		height: 0.3rem;

	}

}













/* Footer Search */

.f_search{background: var(--i_color3);}



.f_search_form{

	width: 7.4rem;

	display:-webkit-flex; display:flex; flex-wrap:nowrap;align-items: center;background: #FFF;

	-webkit-border-radius:3rem; border-radius:3rem;

	box-sizing: border-box;padding: 8px;

	margin-left: auto;margin-right: auto;

}

.f_search_form .search_ipt{width: 100%; margin-right: 0.3rem;box-sizing: border-box;padding-left: 0.3rem;font-size: 0.2rem;}

.f_search_form .search_ipt::-webkit-input-placeholder {

	color: #AAA;

	font-size: .2rem

}

.f_search_form .search_ipt::-moz-placeholder {

	color: #AAA;

	font-size: .2rem

}

.f_search_form .search_ipt:-moz-placeholder {

	color: #AAA;

	font-size: .2rem

}

.f_search_form .search_ipt:-ms-input-placeholder {

	color: #AAA;

	font-size: .2rem

}

.f_search_form .search_btn{flex-shrink: 0;font-size: 0;width: 0.54rem;height: 0.54rem;background: var(--i_color) url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="32" height="32" viewBox="0 0 32 32"%3E%3Cpath fill="white" d="m29 27.586l-7.552-7.552a11.018 11.018 0 1 0-1.414 1.414L27.586 29ZM4 13a9 9 0 1 1 9 9a9.01 9.01 0 0 1-9-9"%2F%3E%3C%2Fsvg%3E') no-repeat center;background-size: .26rem; -webkit-border-radius:50%; border-radius:50%;cursor: pointer;}



.f_search_list{

	display:-webkit-flex; display:flex; flex-wrap:wrap;justify-content: center;

	gap: .4rem .2rem;

}

.f_search_list a{

	display: block;

	padding: .08rem .24rem;

	font-size: 0.18rem;border: 1px solid var(--border_color);-webkit-border-radius:2rem; border-radius:2rem;

}

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



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

	.f_search_form .search_btn{width: 0.4rem;height: 0.4rem;}

	.f_search_list a{font-size: 0.17rem;}

}

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

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

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

	.f_search_form{width: 6.7rem;}

	.f_search_form .search_ipt{padding-left: 0.2rem}

	.f_search_form .search_ipt::-webkit-input-placeholder {

		color: #AAA;

		font-size: .15rem

	}

	.f_search_form .search_ipt::-moz-placeholder {

		color: #AAA;

		font-size: .15rem

	}

	.f_search_form .search_ipt:-moz-placeholder {

		color: #AAA;

		font-size: .15rem

	}

	.f_search_form .search_ipt:-ms-input-placeholder {

		color: #AAA;

		font-size: .15rem

	}

	.f_search_form .search_btn{width: 0.36rem;height: 0.36rem;background-size: .22rem;}

	.f_search_list{gap: .16rem .2rem;}

	.f_search_list a{font-size: 0.15rem;}

}

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

	.f_search_form{width: 100%;}

	.f_search_form .search_btn{width: 0.34rem;height: 0.34rem;background-size: .2rem;}

	.f_search_form .search_ipt{font-size: 0.15rem;}



	.f_search_list{gap: .1rem .1rem;}

	.f_search_list a{padding: .08rem .16rem; font-size: 0.14rem;}

}















/* Footer */

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



.f_tit{

	display:-webkit-flex; display:flex; flex-wrap:nowrap;align-items: center;

}



.f_form{width: 100%;display:-webkit-flex; display:flex; flex-wrap:nowrap;align-items: center;justify-content: center;gap: 0 .6rem;}

.f_form_t p{margin-bottom: 0.1rem;font-size: 0.18rem;color: #FFF;font-weight: bold;}

.f_form_t h6{font-size: 0.16rem;color: #FFF;}



#wpforms-58{--input_font_size:14px;--input_height:.5rem}

#wpforms-58{width: 40%;margin: 0 0;}

#wpforms-form-58{

	width:100%;position:relative;

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

	align-items: flex-start;

}



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

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

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

#wpforms-58 .wpforms-required-label{position:absolute;top:.1rem;left:.14rem;font-size:.16rem;color:#F00}

#wpforms-58 .wpforms-field{width:100%;background:transparent;position:relative;}



#wpforms-58 .wpforms-field-container input,#wpforms-58 textarea{width:100%;max-width:100% !important;min-width:100%;font-size:var(--input_font_size);color:#FFF;height:var(--input_height);box-sizing:border-box;border:1px solid rgb(255 255 255 / 30%);background:none;padding:0 .24rem;-webkit-border-radius:2rem;border-radius:2rem;-webkit-transition:all .5s ease;transition:all .5s ease}

#wpforms-58 .wpforms-field-container input:hover,#wpforms-58 textarea:hover{border-color:var(--i_color);}

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

#wpforms-58 textarea{line-height:.22rem;min-height:1rem;padding:.06rem .24rem}



#wpforms-58 input::-webkit-input-placeholder,#wpforms-58 textarea::-webkit-input-placeholder{color:rgb(255 255 255 / 50%);font-size:var(--input_font_size)}

#wpforms-58 input::-moz-placeholder,#wpforms-58 textarea::-moz-placeholder{color:rgb(255 255 255 / 50%);font-size:var(--input_font_size)}

#wpforms-58 input::-ms-input-placeholder,#wpforms-58 textarea::-ms-input-placeholder{color:rgb(255 255 255 / 50%);font-size:var(--input_font_size)}



#wpforms-58-field_1-error,#wpforms-58-field_2-error,#wpforms-58-field_3-error,#wpforms-58-field_4-error,#wpforms-58-field_5-error,#wpforms-58-field_6-error{

	position:absolute;

	left: 0;bottom: -22px;

	font-size:13px;color:#d14545;

}



#wpforms-58 .wpforms-field-container{width:100%;margin-right: 0.1rem;display:-webkit-flex;display:flex;flex-wrap:wrap;justify-content:space-between;}

#wpforms-58 .wpforms-submit-container{
    
	flex-shrink: 0;

	width: 1.8rem;

	box-sizing: border-box;

	margin: 2px 0 0;

	padding: 0;

	text-align:center;

	-webkit-border-radius:2rem; border-radius:2rem;

	border: 1px solid rgb(255 255 255 / 30%);

	overflow:hidden; position:relative;

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

}

#wpforms-58 .wpforms-submit-container::before{content: '';position: absolute;left: 0;top: 0;width: 0;height: 100%;background: var(--i_color);-webkit-transition:all .5s ease; transition:all .5s ease;}

#wpforms-58 .wpforms-submit-container button{width:100%;box-sizing: border-box; height:var(--input_height);font-size:.15rem;color:#FFF;line-height:var(--input_height); cursor:pointer; position:relative; z-index:2}

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

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

	right: initial;

	left: 0;

	border-color: var(--i_color);

}

#wpforms-58 .wpforms-submit-container:hover::before{

	width: 100%;

}



.f_cont{}

.f_cont .wrap2{display:-webkit-flex; display:flex; flex-wrap:nowrap;}



.f_nav{

	width: 100%;display:-webkit-flex; display:flex; flex-wrap:wrap;justify-content: space-between;}

.f_nav dt{max-width: 18%;}

.f_nav dt>a{display: block;margin-bottom: 0.26rem;font-size: 0.18rem;color: #FFF;}

.f_nav li{margin: .18rem 0;}

.f_nav li a{font-size: 14px;color: rgb(255 255 255 / 50%);}

.f_nav dt>a:hover,.f_nav li a:hover{color: var(--i_color);}



.f_contact{margin-left: 10%;flex-shrink: 0;width: 26%;}

.f_wtb{

	margin-bottom: 0.2rem;

	display:-webkit-inline-flex; display:inline-flex; flex-wrap:wrap;align-items: center;

	padding: .06rem .16rem;

	-webkit-border-radius:2rem; border-radius:2rem;

	background: var(--i_color);

}

.f_wtb img{margin-right: 6px; height: 0.28rem;}

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

.f_contact_list{}

.f_contact_list li{margin: .1rem 0;}

.f_contact_list li,.f_contact_list a{font-size: 0.16rem;color: #FFF;}

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

.f_qr{display:-webkit-flex; display:flex; flex-wrap:wrap;gap: 0 20px;}
.f_qr li{text-align: center;}
.f_qr img{height: 1.2rem;}
.f_qr p{margin-top: 6px; color: #FFF;}

.f_copy{margin: 1rem 0 0;text-align:center}
.f_copy .wrap2{justify-content: center;}
.f_copy p,.f_copy a{font-size: .14rem;color: rgb(255 255 255 / 60%);}

.f_copy a{margin-left: 0.2rem;}

.f_copy a:hover{color: var(--i_color);text-decoration: underline;}



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

	/* .f_tit{flex-wrap: wrap;}

	.f_form{margin-left: 0;margin-top: 0.3rem; justify-content: flex-start;}

	.f_form_t h6{font-size: 0.14rem;}

	#wpforms-58{--input_height:.44rem}

	#wpforms-58{width: 100%;}



	.f_nav{display: none;}

	.f_contact{margin-left: 0;width: 100%;}

	.f_wtb{display: none;}



	.f_copy{margin: 0.7rem 0 0;} */



	.f_tit{flex-wrap: wrap;}

	.f_form{margin-left: 0;justify-content: initial;}

	.f_form_t h6{font-size: 0.14rem;}

	#wpforms-58{--input_height:.44rem}

	#wpforms-58{width: 100%;}



	.f_nav{display: none;}

	.f_contact{margin-left: 0;width: 100%;}



	.f_wtb img{height: 0.24rem;}

	.f_wtb b{font-size: 0.17rem;}



}

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

	.f_form{flex-wrap: wrap;}

	#wpforms-58{margin-top: 0.2rem;padding-bottom: 0.26rem;}

	#wpforms-58 .wpforms-submit-container{width: 1.6rem; border-color: var(--i_color);}

	#wpforms-58 .wpforms-submit-container::before{width: 100%;}

	#wpforms-58 .wpforms-submit-container button{font-size: 0.14rem;}



	.f_copy{margin: 0.5rem 0 0;}

	.f_copy a{display: block;margin-left: 0; margin-top: 4px;}

}

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

	.f_form_t p{font-size: 0.17rem;margin-bottom: 0.04rem;}

	.f_form_t h6{font-size: 0.13rem;}

	#wpforms-58{--input_height:.4rem}

	#wpforms-58{padding-bottom: 0}

	#wpforms-58 .wpforms-submit-container{width: 1.1rem;}

	#wpforms-58 .wpforms-submit-container button{font-size: 0.13rem;}

	#wpforms-58 .wpforms-submit-container img{display: none !important;}



	.f_contact_list li, .f_contact_list a{font-size: 0.15rem;}

    .f_qr img{height: 100px;}
	.f_qr p{font-size: 13px;}

	.f_copy{margin: 0.34rem 0 0;}

	.f_copy a{margin-top: 0.1rem;}

}










.asideWechat{
	position: fixed;top: 60%; right: 10px;
	width: 46px;height: 46px;
	background:rgb(7,193, 96);
	-webkit-border-radius:50%; border-radius:50%;
	box-shadow: 2px 2px 10px rgb(0 0 0 / 30%);
	z-index: 999999999;
}
.asideWechat iconify-icon{position:absolute; top:50%; left:50%; transform:translate(-50%,-50%);font-size: 26px;color: #FFF;}
@media screen and (max-width:1024px) {
	.asideWechat{width: 40px;height: 40px;}
	.asideWechat iconify-icon{font-size: 22px;}
}
@media screen and (max-width:768px) {
	.asideWechat{width: 30px;height: 30px;}
	.asideWechat iconify-icon{font-size: 18px;}
}




.memberQR{position: fixed; right: 0; bottom: 0; z-index: 9999999999999999999;}
.memberQR img{height: 300px;}

.memberQR_close{position: absolute; top: .14rem;right: .14rem; cursor: pointer; z-index: 2;}
.memberQR_close iconify-icon{font-size: .3rem; color: var(--i_color);}

@media screen and (max-width:1440px) {
	.memberQR img{height: 240px;}
}
@media screen and (max-width:1024px) {
	.memberQR img{height: 200px;}
}
@media screen and (max-width:560px) {
	.memberQR_close{top: 10px; right: 10px;}
	.memberQR_close iconify-icon{font-size: 24px;}
}



aside{
	position: fixed;right: .2rem;bottom: .4rem;z-index: 999999999;cursor: pointer;
}



.aside_navbar{

	width: 0.7rem;height: 0.7rem;

	background: var(--i_color);

	-webkit-border-radius:50%; border-radius:50%;

	position: relative;

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

	z-index: 3;

}

.aside_navbar.active{-webkit-transform:rotate(720deg); transform:rotate(720deg);}

.aside_navbar>iconify-icon{

	position:absolute; top:50%; left:50%; font-size: 0.4rem;color: #FFF;

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

}



.aside_list{

	position: absolute;top: 0;left: 0;width: 100%;height: 100%;

	-webkit-transform:scale(0); transform:scale(0);

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

}

.aside_list.active{-webkit-transform:scale(1); transform:scale(1);}

.aside_list li{

	position: absolute;font-size: 0;

	-webkit-transform:rotate(-720deg); transform:rotate(-720deg);

	-webkit-border-radius:50%; border-radius:50%;

	overflow: hidden;

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

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

}

.aside_list.active li{-webkit-transform:rotate(0deg); transform:rotate(0deg);}

/* .aside_list li:nth-child(1){top: -.8rem;right: 0;}

.aside_list li:nth-child(2){top: -.62rem;left: -.24rem;}

.aside_list li:nth-child(3){top: -.24rem;left: -.62rem;}

.aside_list li:nth-child(4){left: -.8rem;bottom: 0;} */

.aside_list li:nth-child(1){top: -120%;right: 0;}

.aside_list li:nth-child(2){top: -90%;left: -30%;}

.aside_list li:nth-child(3){top: -30%;left: -90%;}

.aside_list li:nth-child(4){left: -120%;bottom: 0;}

.aside_list li img{height: 0.4rem;}



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

	.aside_navbar{width: 0.56rem;height: 0.56rem;}

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

	.aside_list li img{height: 0.32rem;}

}

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

	aside{bottom: 0.2rem;}

	.aside_navbar{width: 0.5rem;height: 0.5rem;}

	.aside_navbar>iconify-icon{font-size: 0.28rem;}

	.aside_list li img{height: 0.28rem;}

}

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

	aside{bottom: 0.1rem;right: 0.1rem;}

}















.in_banner{width: 100%; position: relative;font-size: 0; overflow: hidden;}

.in_banner>img{width: 100vw;}



.in_banner_t{position:absolute; top:48%; transform:translate(0,-50%);left: 0;width: 100%;box-sizing: border-box;padding: 0 3%;}

/*.in_banner_t .i_tit h2,.in_banner_t .i_tit h6{color: #FFF;}*/







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

.cloud_hall i{display: block;margin: 0 auto .1rem; width: 0.9rem;height: 0.9rem;-webkit-border-radius:50%; border-radius:50%;background: var(--i_color);position: relative;}

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

.cloud_hall p{font-size: 0.16rem;color: #FFF;}



.cloud_hall img{}



.cloud_hall .animation_open img{

	-webkit-animation:cloud_rotate 1s 1 linear;

	animation:cloud_rotate 1s 1 linear;

}

@keyframes cloud_rotate{

	0% {-webkit-transform:translate(-50%,-50%) rotateY(0deg); transform:translate(-50%,-50%) rotateY(0deg);}

	50% {-webkit-transform:translate(-50%,-50%) rotateY(90deg); transform:translate(-50%,-50%) rotateY(90deg);}

	100% {-webkit-transform:translate(-50%,-50%) rotateY(0deg); transform:translate(-50%,-50%) rotateY(0deg);}

}

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

	.cloud_hall i{width: 0.8rem;height: 0.8rem;}

	.cloud_hall img{height: 0.5rem;}

}

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

	.cloud_hall{top: 46%;}

	.cloud_hall i{width: 0.62rem;height: 0.62rem;}

	.cloud_hall img{height: 0.4rem;}

}

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

	.cloud_hall i{width: 0.5rem;height: 0.5rem;}

	.cloud_hall img{height: 0.32rem;}

	.cloud_hall p{font-size: 0.14rem;}

}







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

	.in_banner_about{background: #000;}

	.in_banner_about>img{opacity: .8;}

}

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

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

	.in_banner_about>img{opacity: .6;}

}



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

	.in_banner_t .tit{font-size: 0.42rem;}

}

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

	.in_banner_t .tit{font-size: 0.38rem;}

}

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

	.in_banner_t .tit{font-size: 0.34rem;}

}

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

	.in_banner_t .tit{font-size: 0.26rem;}

}

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

	.in_banner_t .tit{font-size: 0.22rem;}

}

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

	.in_banner_t .tit{font-size: 0.2rem;}

} */

















/* Breadcrumb */

.in_position {

	margin: .26rem auto .1rem;

	background: #FFF;

	position: relative;

}

.in_position_bg {

	background: #EEE;

}

.in_position .wrap {

	display: -webkit-flex;

	display: flex;

	flex-wrap: wrap;

	align-items: center;

}

.in_position iconify-icon {

	margin-right: 0.1rem;

	font-size: 0.2rem;

	color: #999;

}

.in_position a {

	display: block;

	font-size: 15px;

	color: #333;

	position: relative;

	line-height: 20px;

	text-transform: uppercase

}

.in_position a:not(:last-child):after {

	content: ">";

	margin: 0 4px;

	color: #555

}

.in_position a:last-child {

	color: var(--i_color) !important

}

.in_position a:hover {

	color: var(--i_color)

}

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

	.in_position {

		margin: .16rem 0 0;

	}

	.in_position a {

		font-size: 13px

	}

}

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

	.in_position a {

		font-size: 12px

	}

}















/* Number of pages */

.in_page_box {

	text-align: center;

	overflow: hidden

}

.in_page {

	display: -webkit-flex;

	display: flex;

	flex-wrap: wrap;

	justify-content: center;

	align-items: center;

	gap: 0 .1rem;

}

.in_page li {

	-webkit-border-radius:2rem; border-radius:2rem;

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

	overflow: hidden;

}

.in_page a,

.in_page span {

	display: block;

	padding: 0 .15rem;

	line-height: .38rem;

	font-size: .16rem;

	color: #333;

	overflow: hidden;

}

.in_page>i {

	margin-top: 0.14rem;

	width: 100%;

	font-size: 0.13rem;

	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 .11rem; font-size: 0.14rem; line-height: 0.3rem;}

}

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

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






/*表单用户协议和隐私政策*/
#wpforms-form-58 .wpforms-field-description{color:rgb(255 255 255 / 80%) !important}
.wpforms-field-description a{color:var(--i_color) !important;}
.wpforms-field-description a:hover{text-decoration: underline !important;}



