/*
Theme Name: blog
Version: 1.0
Description: 安徽领聚数字作为Google中国区核心合作伙伴,拥有安徽省唯一的一家Google出海体验中心,为安徽本土化外贸企业出海提供一站式服务——网站搭建,谷歌SEO优化,谷歌竞价,谷歌SNS社媒营销等。
Author: 版权所有：安徽领聚
*/
@charset "utf-8";

.wrap {
	width: 72.917%;
	margin: 0 auto
}

.wrap_top {
	width: 92%;
	margin: 0 auto
}
.wrap_82{
	width: 82%;
	margin: 0 auto
}
.wrap_left{
	padding-left: 13.5415%;
	box-sizing: border-box;
}
.wrap_right{
	padding-right: 13.5415%;
	box-sizing: border-box;
}
@media screen and (max-width:1600px) {
	.wrap {
		width: 80%
	}
	.wrap_left{padding-left: 10%;}
	.wrap_right{padding-right: 10%;}
	.wrap_82{
		width: 92%;
	}
}
@media screen and (max-width:1440px) {
	.wrap {
		width: 88%
	}
	.wrap_left{padding-left: 6%;}
	.wrap_right{padding-right: 6%;}
	.wrap_82{
		width: 96%;
	}
}
@media screen and (max-width:1366px) {
	.wrap_top {
		width: 96%;
	}
}
@media screen and (max-width:1024px) {
	.wrap {
		width: 94%
	}
	.wrap_left{padding-left: 3%;}
	.wrap_right{padding-right: 3%;}
	.wrap_top {
		position: initial;
	}
}


:root {
	--i_color: #004195;
	/* 全局颜色 */
	--i_color2: #2EACEB;
	/* 副颜色 */
	--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)
	}
}

@font-face {
	font-family: 'Montserrat';
	src: url('static/webfonts/Montserrat-Light.ttf');
}
@font-face {
	font-family: 'bold';
	src: url('static/webfonts/Montserrat-Medium.ttf');
}

body{
	font-family: 'Montserrat','Arial',sans-serif;
}

/* header */
header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 2014;
}
header::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0%;
	height: 1px;
	background: #fff;
	z-index: 2014;
}

.top_cont {
	position: relative;
	z-index: 2013;
}
.top_cont::after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	z-index: -1;
	transition: all 0.3s ease;
}
.top {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	position: relative;
}
.TopHeader .top_cont{
	box-shadow: 0 4px 10px rgba(0, 0, 0, .1);
}

@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;
	} */
}
@media screen and (min-width:1024px){

}


/* logo */
.logo {
	display: -webkit-flex;
	display: flex;
	align-items: center;
	height: var(--header_height);
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	align-items: center;
}
.logo a {
	display: -webkit-flex;
	display: flex;
	align-items: center;
	height: 100%;
}
.logo img {
	height: 0.71rem;
}

@media screen and (max-width:1600px) {
	.logo img {
		height: 0.65rem;
	}
}
@media screen and (max-width:1440px) {
	.logo img {
		height: 0.6rem;
	}

}
@media screen and (max-width:1024px) {
	.logo img {
		max-height: 80%;
	}

}





/* 导航 */
@media screen and (min-width:1025px) {
	.i_nav {
		margin-left: 2%;
		display: -webkit-flex;
		display: flex;
		flex-wrap: nowrap;
		z-index: 2014;
	}

	.i_nav>li {
		position: relative;
		margin: 0 .25rem;
	}

	.i_nav>li>a {
		display: block;
		font-size: .18rem;
		color: #333;
		line-height: var(--header_height);
		white-space: nowrap;
		-webkit-border-radius: .08rem;
		border-radius: .08rem;
		text-transform: capitalize;
		position: relative;
	}
	.i_nav>li>a::after{
		content: '';
        position: absolute;
        top: calc(50% + 0.2rem);
        left: 50%;
        transform: translate(-50%, -50%) scale(0);
        width: 0.1rem;
        height: 0.08rem;
        background-color: var(--i_color);
        border-radius: 0.5rem;
        opacity: 0;
        transition: all 0.3s ease;
	}

	.i_nav>.current-menu-item>a,
	.i_nav>.current-category-ancestor>a,
	.i_nav>.current-post-ancestor>a,
	.i_nav>.current-menu-ancestor>a,
	.i_nav>.current-menu-parent>a,
	.i_nav>li:hover>a,
	.i_nav .curr>a {
		color: var(--i_color) !important;
	}

	.i_nav>.current-menu-item>a::after,
	.i_nav>.current-category-ancestor>a::after,
	.i_nav>.current-post-ancestor>a::after,
	.i_nav>.current-menu-ancestor>a::after,
	.i_nav>.current-menu-parent>a::after,
	.i_nav>li:hover>a::after,
	.i_nav .curr>a::after{
		opacity: 1;
        transform: translate(-50%, -50%) scale(1);
	}

	.i_nav .sub-menu {
		display: none;
		position: absolute;
		border-top: 2px solid var(--i_color2);
		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: #333;
	border-radius: .1rem;
	transition: 0.5s
}
.nav_menu::before,
.nav_menu::after {
	content: "";
	width: 100%;
	height: 3px;
	background: #333;
	position: absolute;
	left: 0;
	border-radius: .1rem;
	transition: 0.5s
}
.nav_menu::before {
	top: 0;
}
.nav_menu::after {
	bottom: 0;
}


.nav_menu.on i {
	opacity: 0
}

.nav_menu.on::before {
	transform: rotate(45deg);
	top: 50%;
	margin-top: -2px
}

.nav_menu.on::after {
	transform: rotate(-45deg);
	top: 50%;
	margin-top: -2px
}

@media screen and (max-width:1024px) {
	.nav_menu {
		display: block !important
	}

}


.top_r {
	--size: .2rem
}
.top_r {
	margin-left: auto;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	height: var(--header_height)
}



.top_email{

}
.top_email a{
    display: block;
	margin-right: 0.2rem;
}
.top_email a iconify-icon{
	font-size: var(--size);
	color: var(--i_color);
	transition: all 0.3s ease;
}

.top_email a iconify-icon:hover{
	transform: translateY(-0.05rem);
}





.top_search_ico {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	height: var(--header_height);
	margin-right: 0.2rem;
	position: relative;
}
.top_search_ico i{
	display: block;
	box-sizing: border-box;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}
.top_search_ico::after{
	content: '';
	position: absolute;
	top: 50%;
	right: -0.2rem;
	transform: translate(0,-50%);
	width: 0.01rem;
	height: 0.2rem;
	background-color: rgba(0,0,0,0.3);
}
.top_search_ico iconify-icon {
	font-size: var(--size);
	cursor: pointer;
	color: #333;
	transition: all 0.3s ease;
}
.top_search_ico.on iconify-icon {
	color: var(--i_color2);
}


.top_language {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	height: var(--header_height);
	position: relative;
}
.top_language_all{
   display: inline-block;
   height: 0.46rem;
   display: flex;
   display: -webkit-flex;
   align-items: center;
   box-sizing: border-box;
   padding: 0 0.2rem;
   cursor: pointer;
}
.top_language_all p{
   font-size: 0.18rem;
   color: #333;
   margin-right: 0.05rem;
   transition: all 0.3s ease;
   font-family: 'Roboto';
}
.top_language_all iconify-icon{
	font-size: var(--size);
	cursor: pointer;
	color: #333;
	line-height: 100%;
	transition: all 0.3s ease;
}
.top_language.on p{
	color: var(--i_color2);
}
.top_language.on iconify-icon {
	color: var(--i_color2);
}



.language_list{
	opacity: 0;
	visibility: hidden;
	position: absolute;top: calc(var(--header_height) + .2rem);right: 0;
	background: #FFF;
	min-width: 1.2rem;
	z-index: 2016;
	box-shadow: 0 0 .1rem rgb(0 0 0 / 10%);
	-webkit-transition:all .4s ease; transition:all .4s ease;
	padding: .16rem .2rem;
}
.language_list.on{
	opacity: 1;
	visibility: visible;
	top: var(--header_height);
}

.language_list dt>h6{margin-bottom: 0.08rem; font-size: 0.17rem;font-weight: bold;white-space: nowrap;}
.curr_lang{margin-bottom: 0.12rem;padding-bottom: 0.12rem;border-bottom: 1px solid #EEE;}

.lang_list a{display: block; padding: .06rem 0;}
.lang_list span img{display: none;}
.lang_list .trp-ls-language-name{padding-left: 0.3rem; font-size: 14px;position: relative;}
.lang_list .trp-ls-language-name::before{content: '';position:absolute; top:50%; transform:translate(0,-50%);left: 0;width: 0.18rem;height: 0.18rem;box-sizing: border-box;border: 1px solid #AAA;-webkit-border-radius:50%; border-radius:50%;}
.lang_list .trp-ls-language-name::after{display: none; content: '';position:absolute; top:50%; transform:translate(0,-50%);left: 0.06rem;width: 0.06rem;height: 0.06rem;background: var(--i_color);-webkit-border-radius:50%; border-radius:50%;}

.lang_list li:hover .trp-ls-language-name::after,
.curr_lang .trp-ls-language-name::after{display: block;}
.lang_list li:hover .trp-ls-language-name,
.curr_lang .trp-ls-language-name{color: var(--i_color);}

@media screen and (max-width:1600px) {
	.top_language_all p{
		font-size: 0.16rem;
	}
}
@media screen and (max-width:1024px) {

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

}






.top_language,
.top_language>iconify-icon {
	-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;
	}
	.top_search_ico i{
		width: 0.4rem;
		height: 0.4rem;
	}
	.top_language_all{
		height: 0.4rem
	}
	.top_r {
		--size: .18rem
	}
	.top_language_all p {
		font-size: 0.16rem;
	}
}
@media screen and (max-width:768px) {
	.top_search_ico i{
		width: 0.35rem;
		height: 0.35rem;
	}
	.top_language_all{
		height: 0.35rem
	}
}
@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: 2000;
}
.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;
	border-radius: 0;
}
.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;
	border-radius: 0;
}

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

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






/* 导航下拉 */
/* products */
@media screen and (min-width:1025px) {
    .xiala{
		position: fixed;
		top: var(--header_height);
		left: 50%;
		transform: translate(-50%,0);
		width: 100%;
		background-color: rgba(255, 255, 255, 1);
		box-sizing: border-box;
		padding:0.4rem 0;
		transition: top 0.3s ease;
		display: none;
		border-top: 1px solid var(--i_color2);
		box-shadow: 0 0.04rem 0.1rem rgba(0, 0, 0, .1);
	}
	.TopHeader .xiala{

	}
    .products_drop_ul{
        display: flex;
		display: -webkit-flex;
		flex-wrap: wrap;
		gap: 0.4rem;
	}
	.products_drop_ul li{
        width: calc((100% - 2.4rem) / 7);
	}
	.products_drop_ul li a{
		display: block;
		width: 100%;
	}
	.products_drop_img{
        position: relative;
		overflow: hidden;
	}
	.products_drop_img::after{
        content: '';
		display: block;
		padding-bottom: 100%;
	}
	.products_drop_img img{
        position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
		width: 100%;
		height: 100%;
		object-fit: contain;
	}
	.products_drop_ul li p{
		font-size: 0.16rem;
		color: #222;
		font-family: 'med';
		text-transform: capitalize;
		text-align: center;
		margin-top: 0.2rem;
		transition: all 0.3s ease;
	}
	.products_drop_ul li a:hover p{
		color: var(--i_color);
	}
    .products_nav ul,
	.solutions_nav ul{
		display: none !important;
	}
    .solution_drop{

	}
    .solution_drop_ul{
       display: flex;
	   display: -webkit-flex;
	   gap: 0.4rem 0.7rem;
	   justify-content: center;
	   flex-wrap: wrap;
	}
	.solution_drop_ul li{
       width: 2.2rem;

	}
	.solution_drop_ul li a{
       display: block;
	   width: 100%;
	}
	.solution_drop_img{
       position: relative;
	   overflow: hidden;
	   border-radius: 0.15rem;
	}
	.solution_drop_img::after{
       content: '';
	   display: block;
	   padding-bottom: 100%;
	}
	.solution_drop_img img{
       position: absolute;
	   top: 50%;
	   left: 50%;
       transform: translate(-50%,-50%);
	   width: 100%;
	   height: 100%;
	   object-fit: cover;
	}
	.solution_drop_ul li a p{
       font-size: 0.16rem;
	   line-height: 0.24rem;
	   color: #333;
	   font-family: 'med';
	   text-align: center;
	   text-transform: capitalize;
	   margin-top: 0.2rem;
	   transition: all 0.3s ease;
	}
	.solution_drop_ul li a:hover p{
		color: var(--i_color);
	}


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

	}
	@media screen and (max-width:1600px){
		.products_drop_ul{
			gap: 0.2rem;
		}
		.products_drop_ul li{
			width: calc((100% - 1.2rem) / 7);
		}
		.products_drop_ul li p {
			font-size: 0.14rem;
			margin-top: 0.15rem;
		}
	}
	@media screen and (max-width:1440px){

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

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

	}

}

@media screen and (max-width:1024px) {
	.xiala{display: none !important;}
}



.top_phone{
   display: inline-block;
   box-sizing: border-box;
   padding: 0 0.4rem;
   background-color: var(--i_color2);

}
.top_phone a{
   display: flex;
   display: -webkit-flex;
   justify-content: center;
   align-items: center;
   width: 100%;
   height: var(--header_height);
}
.top_phone a iconify-icon{
   font-size: 0.24rem;
   color: var(--i_color);
}
.top_phone a p{
   font-size: 0.2rem;
   color: #fff;
   font-weight: bold;
   margin-left: 0.1rem;
}



@media screen and (max-width:1440px){
	.top_phone a iconify-icon{
		font-size: 0.22rem;
	}
	.top_phone a p{
		font-size: 0.18rem;
	}
	.top_phone{
		padding: 0 0.35rem;
	}
}
@media screen and (max-width:1366px){

}
@media screen and (max-width:1200px){
	.top_phone a iconify-icon{
		font-size: 0.2rem;
	}
	.top_phone a p{
		font-size: 0.16rem;
	}
	.top_phone{
		padding: 0 0.3rem;
	}
}
@media screen and (max-width:1024px){
	.top_phone{margin-left: 0.2rem;}
}
@media screen and (max-width:960px){

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

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

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

}





/* 最底部 */
.footer_botttom{
	width: 100%;
	background: #fff;
}
.footer_botttom>img{
	padding: 0.45rem 0;
	margin: 0 auto;
	height: 1rem;
	display: block;
	transition: all 0.5s ease;
}
.footer_botttom_ul{
	display: flex;
	display: -webkit-flex;
	margin: 0 auto;
	justify-content: space-evenly;
	padding-bottom: 0.25rem;
	gap: 0.15rem;
	flex-wrap: wrap;

}
.footer_botttom_ul a{
	color: #333;
	font-size: 0.18rem;
	text-transform: uppercase;
}
.footer_botttom h6{
    font-size: 0.15rem;
	color: #333;
	text-align: center;
	width: 100%;
	box-sizing: border-box;
	padding: 24px 10px;
	position: relative;
}
.footer_botttom h6::after{
    content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background: linear-gradient(to right, #0086D1, #00499F, #42227E, #8B1F5B, #B21943, #CE102D, #E94708, #EF7C00, #FDCD00, #ECE700, #B2D000, #37AF34, #009C42);
}
.footer_botttom a{
	font-size: 0.15rem;
	color: #333;
	transition: all 0.5s ease;
}
.footer_botttom a:hover{
	color: var(--i_color);
}
.footer_botttom_dl{
	display: flex;
	display: -webkit-flex;
	width: 12%;
	margin: 0 auto;
	justify-content: space-evenly;
	padding-bottom: 25px;
}
.footer_botttom_dl a{
	display: block;
	width: 100%;
}
.footer_botttom_dl ion-icon {
	color: #333;
	font-size: 27px;
	-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:1600px){
	.footer_botttom_ul {width: 48%;}
	.footer_botttom_dl {width: 22%;}
}
@media screen and (max-width:1440px){
	.footer_botttom_ul {width: 58%;}
	.footer_botttom_dl {width: 32%;}
}
@media screen and (max-width:1366px){

}
@media screen and (max-width:1200px){
	.footer_botttom_ul {width: 68%;}
	.footer_botttom_dl {width: 32%;}
}
@media screen and (max-width:959px){
	.footer_botttom_ul {width: 78%;}
	.footer_botttom_dl {width: 42%;}
	.footer_top {padding-bottom: 50px;}


}
@media screen and (max-width:767px){
	.footer_botttom_ul {width:88%;}
	.footer_botttom_dl {width: 52%;}
	.footer_top {padding-bottom: 30px;}
	.footer_botttom{padding-bottom: 0.5rem;}
}
@media screen and (max-width:560px){
	.footer_botttom_ul {width: 94%;}
	.footer_botttom_dl {width: 80%;}
}
@media screen and (max-width:425px){

}













.title_box{
   display: flex;
   justify-content: space-between;
   align-items: center;
   gap: 0.2rem;
}
.title{

}
.title p{
   font-size: 0.4rem;
   color: #333;
   font-family: 'bold';
   text-transform: capitalize;
   margin-bottom: 0.1rem;
}
.title span{
   line-height: 155%;
   font-size: 0.18rem;
   color: #666;
   display: block;
}
.title_center p,
.title_center span{
	text-align: center;
}


@media screen and (max-width:1440px){
	.title p {
		font-size: 0.35rem;
	}
}
@media screen and (max-width:1200px){
	.title p {
		font-size: 0.3rem;
	}
	.title span {
		font-size: 0.16rem;
	}
}
@media screen and (max-width:1024px){
	.title p {
		font-size: 0.28rem;
	}
}
@media screen and (max-width:960px){
	.title p {
		font-size: 0.26rem;
	}
}
@media screen and (max-width:767px){
	.title p {
		font-size: 0.24rem;
	}
	.title span {
		font-size: 0.14rem;
	}
}
@media screen and (max-width:560px){
	.title p {
		font-size: 0.22rem;
	}
	.title_box {
		justify-content: space-between;
		align-items: flex-start;
		gap: 0.2rem;
	}
	.title span br{
		display: none;
	}
}
@media screen and (max-width:425px){

}


/* home_products */
.category_news_bac{

}
.category_news_bac dt:nth-child(odd){
	background: #F3F7FE;
}
.home_products_bac{
   box-sizing: border-box;
   padding: 0.8rem 0;

}
.home_products{

}




/*  */
.HP_partner_box{
	margin-top: 0.3rem;
}

.HP_partner{position:relative}
.HP_partner_list{width:100%; padding:0.3rem 0.1rem 0.1rem 0.1rem !important;box-sizing: border-box; margin:0 auto; position:relative; overflow:hidden; z-index:1}
.HP_partner_list .swiper-wrapper{display:flex; position:relative; width:100%; z-index:1}
.HP_partner_list li{
	display:-webkit-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:flex;
	flex-shrink:0;
	position:relative;
	cursor:pointer;
	flex-direction: column;
}
.HP_a{
    background-color: #fff;
	border-radius: 0.06rem;
	overflow: hidden;
	position: relative;
	transition: all 0.3s ease;
	display: block;
}
.HP_a::after{
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	width: 0;
	height: 0.03rem;
	background: var(--i_color);
	transition: all 0.7s ease;
}
.HP_img{
   position: relative;
}
.HP_img::after{
   content: '';
   display: block;
   padding-bottom: 100%;
}
.HP_img img{
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%,-50%);
   width: 100%;
   height: 100%;
   object-fit: contain;
   display: block;
}
.HP_text{
   box-sizing: border-box;
   padding: 0.3rem 0.2rem 0.3rem 0.2rem;
}
.HP_text h3{
   font-size: 0.18rem;
   line-height: 0.28rem;
   color: #333;
   font-weight: bold;
   overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
  -webkit-box-orient: vertical;
   -webkit-line-clamp: 2;
   height: 0.56rem;
   text-align: center;
   margin-bottom: 0.1rem;
   transition: all 0.3s ease;
}
.HP_text h4{
   font-size: 0.16rem;
   line-height: 0.24rem;
   color: #666;
   overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
  -webkit-box-orient: vertical;
   -webkit-line-clamp: 3;
   height: 0.72rem;
   text-align: center;

}
.HP_a:hover{
	transform: translateY(-0.1rem);
	box-shadow: 0 0 0.1rem rgba(0,65,149,0.1);
}
.category_news_bac dt:nth-child(even) .HP_a{
	box-shadow: 0 0 0.1rem rgba(0,65,149,0.1);
}
.HP_a:hover::after{
	width: 100%;
	right: auto;
	left: 0;
}
.HP_a:hover h3{
	color: var(--i_color);
}




/* 指示器 */
.category_news_bac .pt-pagination{
	text-align:center;
	margin:0.4rem auto 0
}
.category_news_bac .pt-pagination .swiper-pagination-bullet{
	width:0.12rem;
	height:0.12rem;
	box-sizing: border-box;
	border: 1px solid var(--i_color);
	cursor:pointer;
	display:inline-block;
	margin:0 0.05rem;
	background:var(--i_color);
	border-radius:2px;
	opacity: 1;
	outline:none
}
.category_news_bac .pt-pagination .swiper-pagination-bullet-active{
	position:relative;
	background:transparent;
}

/* 左右箭头 */
.category_news_bac .pt-button-prev, .category_news_bac .pt-button-next{
	position:absolute;
	top:50%;
	transform:translate(0,-50%);
	width:0.5rem;
	height:0.5rem;
	border: 1px solid var(--i_color);
	box-sizing: border-box;
	z-index:999;
	cursor:pointer;
	outline:none;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	transition: all 0.3s ease;
}
.category_news_bac .pt-button-prev iconify-icon, .category_news_bac .pt-button-next iconify-icon{
	font-size: 0.2rem;
	color: var(--i_color);
	transition: all 0.3s ease;
}
.category_news_bac .pt-button-prev{left:-5%;}
.category_news_bac .pt-button-next{right:-5%;}

.category_news_bac .pt-button-prev:hover, .category_news_bac .pt-button-next:hover{
	background-color: var(--i_color);
}
.category_news_bac .pt-button-prev:hover iconify-icon, .category_news_bac .pt-button-next:hover iconify-icon{
	color: #fff;
}

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

}
@media screen and (max-width:1200px){
	.category_news_bac .pt-button-prev, .category_news_bac .pt-button-next{display:none}
	.category_news_bac .pt-pagination{display:block}
	.home_products_bac {
		padding: 0.6rem 0;
	}
	.HP_text h3 {
		font-size: 0.16rem;
		line-height: 0.24rem;
		height: 0.48rem;
	}
	.HP_text h4 {
		font-size: 0.14rem;
		line-height: 0.22rem;
		height: 0.66rem;
	}
	.HP_partner_box {
		margin-top: 0.1rem;
	}
}
@media screen and (max-width:1024px){

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

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

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

}






.home_btn{

}
.home_btn_center{
	display: flex;
	justify-content: center;
}
.home_btn a{
	display: inline-block;
	padding: 0.13rem 0.3rem;
	background-color: var(--i_color);
	border-radius: 0.06rem;
	position: relative;
	z-index: 2;
	overflow: hidden;
}
.home_btn_flex{
   display: flex;
   align-items: center;
   gap: 0.1rem;
}
.home_btn_flex p{
   font-size: 0.18rem;
   color: #fff;
   text-transform: capitalize;
}
.home_btn_flex iconify-icon{
   font-size: 0.24rem;
   color: #fff;
}
.home_btn span{
	position: absolute;
	width: 25%;
	height: 100%;
	background-color: var(--i_color2);
	transform: translateY(150%);
	border-radius: 0%;
	left: calc((var(--n) - 1) * 25%);
	transition: 0.5s;
	transition-delay: calc((var(--n) - 1) * 0.1s);
	z-index: -1;
	border-radius: 50%;
}


.home_btn a:hover span {
	transform: translateY(0) scale(2.8);
}
.home_btn span:nth-child(2) {
	--n: 1;
}

.home_btn span:nth-child(3) {
	--n: 2;
}

.home_btn span:nth-child(4) {
	--n: 3;
}

.home_btn span:nth-child(5) {
	--n: 4;
}

.home_btn_white a{
	background-color: #fff;
	border: 1px solid var(--i_color);
}
.home_btn_white p,
.home_btn_white iconify-icon{
	color: var(--i_color);
	transition: all 0.3s ease;
}
.home_btn_white a:hover p,
.home_btn_white a:hover iconify-icon{
	color: #fff;
}
.home_btn_white a:hover{
	border: 1px solid var(--i_color2);
}
@media screen and (max-width:1440px){

}
@media screen and (max-width:1200px){
	.home_btn a{
		padding: 0.1rem 0.25rem;
	}
	.home_btn_flex p{
		font-size: 0.16rem;
	}
	.home_btn_flex iconify-icon{
		font-size: 0.22rem;
	}
}
@media screen and (max-width:1024px){

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

}
@media screen and (max-width:767px){
	.home_btn a{
		padding: 0.08rem 0.2rem;
	}
	.home_btn_flex p{
		font-size: 0.14rem;
	}
	.home_btn_flex iconify-icon{
		font-size: 0.2rem;
	}
}
@media screen and (max-width:560px){

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

}

.banner_top{
	margin-top: var(--header_height);
}



/* 当前位置 */
.in_position{padding:0.14rem 0;background-color: #F3F7FE;}

.in_position a{display:block; float:left; font-size:0.14rem; color:#4C4C4C; position:relative; line-height:0.2rem; text-transform:capitalize}
.in_position a:first-child{padding-left:0.24rem; background:url(static/imgs/home_b.svg) no-repeat left center; background-size:0.16rem}
.in_position a:not(:last-child):after{content:">"; margin:0 0.1rem; color:#4C4C4C}
.in_position a:last-child{color:var(--i_color)!important}
.in_position a:hover{color:var(--i_color)}
@media screen and (max-width:959px){
    .in_position{
	  display: none;
    }
}
@media screen and (max-width:767px){

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

}



/* news */
.news_bac{
   box-sizing: border-box;
   padding: 0.6rem 0 1rem 0;
   background-color: #F3F7FE;
}
.news{

}
.news_ul{
   display: flex;
   gap: 0.5rem;
   flex-direction: column;
}
.news_ul li{
   width: 100%;
   position: relative;
   z-index: 2;
   overflow: hidden;
   transition: all 0.3s ease;
}
.news_ul li a{
   display: flex;
   width: 100%;
}

.news_box{
	width: 100%;
	box-sizing: border-box;
	padding: 0.4rem;
	background-color: #fff;
	display: flex;
	align-items: center;
}
.news_text{
   width: 90%;
   box-sizing: border-box;
   padding-right: 0.2rem;
}
.news_text h3{
   font-size: 0.2rem;
   color: #333;
   font-weight: bold;
   overflow:hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    box-sizing: border-box;
	transition: all 0.3s ease;
}
.news_text h4{
   font-size: 0.16rem;
   color: #666;
   overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
  -webkit-box-orient: vertical;
   -webkit-line-clamp: 2;
	margin: 0.1rem 0 0.3rem 0;
}
.news_text_i{
   display: flex;
   align-items: center;
   gap: 0.1rem;
}
.news_text_i p{
   font-size: 0.16rem;
   color: #333;
   text-transform: capitalize;
   transition: all 0.3s ease;
}
.news_text_i iconify-icon{
   font-size: 0.23rem;
   color: #333;
   transition: all 0.3s ease;
}
.news_date{
   width: 10%;
}
.news_date h5{
   font-size: 0.36rem;
   font-family: 'bold';
   text-transform: capitalize;
   text-align: center;
   transition: all 0.3s ease;
}
.news_date h6{
   font-size: 0.16rem;
   color: #333;
   text-align: center;
}


.news_ul li:hover{
	box-shadow: 0.03rem 0.03rem 0.1rem rgba(0,65,149,0.1);
}


.news_ul li:hover .news_text_i p,
.news_ul li:hover .news_text_i iconify-icon,
.news_ul li:hover h3,
.news_ul li:hover .news_date h5{
	color: var(--i_color);
}




@media screen and (max-width:1440px){
	.news_date h5 {
		font-size: 0.32rem;
	}
	.news_bac {
		padding: 0.6rem 0 0.8rem 0;
	}
}
@media screen and (max-width:1200px){
	.news_date h5 {
		font-size: 0.28rem;
	}
	.news_text h3 {
		font-size: 0.18rem;
	}
	.news_text h4 {
		font-size: 0.14rem;
		margin: 0.1rem 0 0.3rem 0;
	}
	.news_ul {
		gap: 0.4rem;
	}
	.news_bac {
		padding: 0.4rem 0 0.6rem 0;
	}
}
@media screen and (max-width:1024px){
	.news_date h5 {
		font-size: 0.24rem;
	}
}
@media screen and (max-width:960px){

}
@media screen and (max-width:767px){
	.news_date{display: none;}
	.news_text {
		width: 100%;
		padding-right: 0rem;
	}
	.news_box {
		padding: 0.3rem 0.2rem;
	}
	.news_ul {
		gap: 0.2rem;
	}
}
@media screen and (max-width:560px){
    .news_text h4 {
        margin: 0.1rem 0;
    }
	.news_box {
        padding:0.2rem;
    }
	.news_text_i p {
		font-size: 0.14rem;
	}
	.news_text_i iconify-icon {
		font-size: 0.2rem;
	}
}
@media screen and (max-width:425px){

}








/* Number of pages */
.in_page_box {
	text-align: center;
	overflow: hidden;
	margin-top: 0.7rem;
}
.in_page {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
.in_page_right .in_page{
	justify-content: flex-end;
}
.in_page_left .in_page {
    justify-content: flex-start;
}
.in_page li {
	min-width: .32rem;
	margin: 0 .04rem;
}
.in_page a,
.in_page span {
	display: block;
	padding: 0 .12rem;
	line-height: .32rem;
	font-size: .14rem;
	color: #666;
	background: #FFF;
	-webkit-border-radius: .05rem;
	border-radius: .05rem;
	border: 1px solid var(--border_color);
	overflow: hidden;
	transition: all 0.3s ease;
}
.in_page>i {
	margin-top: 0.14rem;
	width: 100%;
	font-size: 0.13rem;
	color: #888;
	display: none;
}

.in_page a:hover,
.in_page .curr_page a,
.in_page .curr_page span {
	border-color: var(--i_color) !important;
	background: var(--i_color);
	color: #FFF !important
}

@media screen and (max-width:1024px) {
	.in_page_box {margin-top: 0.6rem;}
}
@media screen and (max-width:768px) {
	.in_page li {
		min-width: .28rem;
	}
	.in_page a,
	.in_page span {
		line-height: 0.28rem;
		padding: 0 .1rem;
	}
}
@media screen and (max-width:560px) {

}



/* about_us */
.about_us_bac{
	box-sizing: border-box;
	padding: 0.8rem 0;
	border-bottom: 1px solid rgba(51,51,51,0.2);
}

@media screen and (max-width:1200px){
	.about_us_bac{
		padding: 0.6rem 0;
	}

}




/* ---------------------- Aside Form ---------------------- */
.contactMenu{--menuColor:#333}
.contactMenu{position: fixed;right: 0;bottom: 0;width: 340px;box-shadow: -6px -4px 10px rgb(0 0 0 / 10%);z-index: 99999999999999999999;}
.contactMenuBtn{width: 100%;display:-webkit-flex; display:flex; flex-wrap:nowrap;position: relative;z-index: 3;}
.contactMenuBtn dt{width: 100%;text-align: center;cursor: pointer;}
.contactMenuBtn dt a,.contactMenuBtn dt p{display: block; padding: 8px 10px;color: #FFF;}
.contactMenuBtnWA{display: none;background: #0ABA28;}
.contactMenuBtnForms{background: var(--i_color);}

.contactMenu_Forms{
	display: none;
	position: absolute;
	right: 0;
	bottom: calc(100% - 1px);
	width: 100%;
	box-shadow: -6px -4px 10px rgb(0 0 0 / 10%);
	z-index: 999;
}
.contactMenu_FormsTit{padding: 8px 50px; text-align: center;background: var(--i_color); cursor: pointer;position: relative;}
.contactMenu_FormsTit p{color: #FFF;}
.contactMenu_FormsTit iconify-icon{opacity: 0; position:absolute; top:50%; transform:translate(0,-50%);right: -20px;font-size: 24px;color: #FFF;}
.contactMenu_FormsTit.active iconify-icon{opacity: 1; right: 10px; -webkit-transition:all .6s .5s; transition:all .6s .5s;}
.contactMenu_Forms>span{display: block; padding: 24px; background: #FFF;}

#wpforms-27{
	--wpforms-field-size-input-height:38px;
	--wpforms-field-border-size:0;
	--wpforms-button-background-color:var(--i_color);
	--wpforms-button-border-color:var(--i_color);
	--wpforms-page-break-color:var(--i_color);
	--wpforms-label-error-color:#d63637;
}
#wpforms-27{margin:0;padding:0;}
#wpforms-form-27{width:100%;position:relative;}

#wpforms-27 .wpforms-field-container{}
#wpforms-27 .wpforms-field-container>.wpforms-field{
	width: 100%;
	padding: 0 1px 5px;
	margin: 0 0 6px;
	overflow-x:initial !important;
	position: relative;
}

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

#wpforms-27 .wpforms-field-container .wpforms-field>input,
#wpforms-27 .wpforms-field-container textarea{
	border: 1px solid #CCC;
	-webkit-border-radius:4px;
	border-radius:4px;
	box-sizing: border-box;
	padding: 0.05rem 0;
}
#wpforms-27 .wpforms-form label.wpforms-error{position: absolute;left: 0;bottom: 0;font-size: 13px;}

#wpforms-27 .wpforms-field-container .wpforms-field>input,
#wpforms-27 .wpforms-field-container textarea,
#wpforms-27 .wpforms-field-container select,
#wpforms-27 .wpforms-field-container .choices
{width: 100%;max-width: 100%; box-sizing: border-box; margin: 0 0;}
#wpforms-27 .wpforms-field-container .wpforms-field>input,
#wpforms-27 .wpforms-field-container textarea,
#wpforms-27 .wpforms-field-container select
{padding-left: 14px;padding-right: 14px;}
#wpforms-27 .wpforms-field-container textarea{padding-top: 10px;padding-bottom: 10px;}
#wpforms-27 .wpforms-field-container fieldset ul{padding: 0 2px; display:-webkit-flex; display:flex; flex-wrap:wrap;}
#wpforms-27 .wpforms-field-container select{cursor: pointer;}
#wpforms-27 .wpforms-field-container .wpforms-datepicker-wrap{width: 310px;}
#wpforms-27 .wpforms-field-container .wpforms-datepicker-wrap input{width: 100%;max-width: 100%;}
#wpforms-27 .wpforms-field-container .wpforms-datepicker-clear{right: 10px;}
#wpforms-27 .wpforms-field-container em.wpforms-error,#wpforms-27 .wpforms-field-container .mailcheck-error{position: absolute; margin: 0 0; font-size: 12px; bottom: -2px;}

#wpforms-27 .wpforms-submit-container{width: 100%; padding: 0;-webkit-border-radius:8px; border-radius:8px;overflow: hidden;}
#wpforms-27 .wpforms-submit-container button{
	width: 100%;
	background: #DDD;
	font-size: 15px;
	color: #333;
	font-weight: bold;
	padding: 0.1rem 0.2rem;
	transition: all 0.3s ease;
	cursor: pointer;
}
#wpforms-27 .wpforms-submit-container img{position:absolute;top:50%;transform:translate(0,-50%);right:4px;z-index:2}
#wpforms-27 .wpforms-submit-container button:hover{background: var(--i_color); color: #FFF;}

@media screen and (max-width:1024px) {
	.contactMenu{width: 100%;}
	.contactMenuBtnWA{display: block;}
	.contactMenuBtnWA a{display: block;}
}




/* 感谢页面 */
.thanks{padding: 1rem 0;border-bottom: 1px solid rgba(51,51,51,0.2);min-height: 50vh; margin:0px auto;display: flex;flex-direction: column; justify-content: center;align-items: center; text-align:center;box-sizing: border-box; }
.thanks h2{margin-bottom:20px; font-size:0.3rem; color:#222; font-weight:bold}
.thanks a{z-index: 2; display: flex;display: -webkit-flex;justify-content: center; position: relative; transition: all 1s ease;}



.btns {
	height: 4em;
	width: 12em;
	display: flex;
	align-items: center;
	justify-content: center;
	background: transparent;
	border: 0px solid black;
	cursor: pointer;
  }
  .btns:hover p{
	  color: var(--i_color);
  }
  .wrapperss {
	height: 2em;
	width: 8em;
	position: relative;
	background: transparent;
	display: flex;
	justify-content: center;
	align-items: center;
  }

.thanks  .text {
	font-size: 17px;
	z-index: 1;
	color: #000;
	padding: 4px 12px;
	border-radius: 4px;
	background: rgba(255, 255, 255, 0.7);
	transition: all 0.5s ease;
  }

  .flower {
	display: grid;
	grid-template-columns: 1em 1em;
	position: absolute;
	transition: grid-template-columns 0.8s ease;
  }

  .flower1 {
	top: -12px;
	left: -13px;
	transform: rotate(5deg);
  }

  .flower2 {
	bottom: -5px;
	left: 8px;
	transform: rotate(35deg);
  }

  .flower3 {
	bottom: -15px;
	transform: rotate(0deg);
  }

  .flower4 {
	top: -14px;
	transform: rotate(15deg);
  }

  .flower5 {
	right: 11px;
	top: -3px;
	transform: rotate(25deg);
  }

  .flower6 {
	right: -15px;
	bottom: -15px;
	transform: rotate(30deg);
  }

  .petal {
	height: 1em;
	width: 1em;
	border-radius: 40% 70% / 7% 90%;
	background: linear-gradient(var(--i_color2), #e8ffb3);
	border: 0.5px solid #ffffff;

	z-index: 0;
	transition: width 0.8s ease, height 0.8s ease;
  }

  .two {
	transform: rotate(90deg);
  }

  .three {
	transform: rotate(270deg);
  }

  .four {
	transform: rotate(180deg);
  }

  .btns:hover .petal {
	background: linear-gradient(#E870A5, #FFEFF6);
	border: 0.5px solid #FFEFF6;

  }

  .btns:hover .flower {
	grid-template-columns: 1.5em 1.5em;
  }

  .btns:hover .flower .petal {
	width: 1.5em;
	height: 1.5em;
  }

  .btns:hover .text {
	background: rgba(255, 255, 255, 0.4);
  }

  .btns:hover div.flower1 {
	animation: 15s linear 0s normal none infinite running flower1;
  }

  @keyframes flower1 {
	0% {
	  transform: rotate(5deg);
	}

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

  .btns:hover div.flower2 {
	animation: 13s linear 1s normal none infinite running flower2;
  }

  @keyframes flower2 {
	0% {
	  transform: rotate(35deg);
	}

	100% {
	  transform: rotate(-325deg);
	}
  }

  .btns:hover div.flower3 {
	animation: 16s linear 1s normal none infinite running flower3;
  }

  @keyframes flower3 {
	0% {
	  transform: rotate(0deg);
	}

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

  .btns:hover div.flower4 {
	animation: 17s linear 1s normal none infinite running flower4;
  }

  @keyframes flower4 {
	0% {
	  transform: rotate(15deg);
	}

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

  .btns:hover div.flower5 {
	animation: 20s linear 1s normal none infinite running flower5;
  }

  @keyframes flower5 {
	0% {
	  transform: rotate(25deg);
	}

	100% {
	  transform: rotate(-335deg);
	}
  }

  .btns:hover div.flower6 {
	animation: 15s linear 1s normal none infinite running flower6;
  }

  @keyframes flower6 {
	0% {
	  transform: rotate(30deg);
	}

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



















@media screen and (max-width:1200px){
	.thanks{padding: 60px 0;}

}
@media screen and (max-width:767px){
	.thanks{padding: 40px 0;margin:0px auto;}

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

}






/* 404 */
.in404{position:absolute; top:0; left:0; width:100%; height:100%; background:#FFF}
.in404_text{position:absolute; top:44%; left:50%; transform:translate(-50%,-50%); width:80%; text-align:center}
.in404_text h1{font-size:220px; color:#BBB}
.in404_text h6{margin:10px auto 30px; font-size:18px; color:#999}
.in404_text a{display:inline-block; padding:0 40px; line-height:32px; font-size:15px; color:#999; border:2px solid #DDD; -webkit-border-radius:100px; -moz-border-radius:100px; border-radius:100px}

@media screen and (max-width:959px){
.in404_text h1{font-size:180px}
}
@media screen and (max-width:767px){
	.in404_text h1{font-size:140px}
	.in404_text h6{font-size:16px}
	.in404_text a{font-size:14px}
}
@media screen and (max-width:560px){
	.in404_text h1{font-size:70px}
	.in404_text h6{margin:10px auto 18px; font-size:14px; line-height:20px}
	.in404_text a{font-size:13px}
}

/* 隐私政策 */
.privacy_bac{
	background-color: #F7F7F7;
	box-sizing: border-box;
	padding: 0.6rem 0;
}
.privacy{}
#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:#333; line-height:24px}
.foot {top: 130px;}
.privacy ol {padding: 0px;}
@media screen and (max-width:1200px){

}
@media screen and (max-width:959px){
	.privacy_bac{
		padding: 0.4rem 0;
	}
}


.form_hide{
	display: none;
}

.footer_gary .footer_botttom{
	background: #F7F7F7;
}






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

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

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

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

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

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

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

} */






