/*
Theme Name: ChuangYang
Version: 1.0
Description: 安徽领聚数字作为Google中国区核心合作伙伴,拥有安徽省唯一的一家Google出海体验中心,为安徽本土化外贸企业出海提供一站式服务——网站搭建,谷歌SEO优化,谷歌竞价,谷歌SNS社媒营销等。
Author: 版权所有：安徽领聚
*/
@charset "utf-8";
@font-face {
	font-family: "din";
	src: url("static/webfonts/DINCOND-FONT.OTF");
}
:root {
	--i_color: #f45b1e;
	--i_color2: #022e46;
	--top_height: 0.5rem;
	--top2_height: 0.8rem;
	--logo_width: 14.585%;
	--head_height: calc(var(--top_height) + var(--top2_height));
	--border_color: rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 1600px) {
	:root {
		--logo_width: 11%;
	}
}
@media screen and (max-width: 1440px) {
	:root {
		--logo_width: 5%;
	}
}
@media screen and (max-width: 1200px) {
	:root {
		--logo_width: 2rem;
	}
}
@media screen and (max-width: 1024px) {
	:root,
	header {
		--header_height: 0.6rem;
	}
}
@media screen and (max-width: 768px) {
	:root {
		--border_color: rgba(0, 0, 0, 0.06);
	}
}
* {
	line-height: 140%;
	box-sizing: border-box;
}
.wrap {
	width: 83.33%;
	margin-left: auto;
	margin-right: auto;
}
.wrap_top {
	width: 83.33%;
	margin-left: auto;
	margin-right: auto;
}
.wrap_left {
	padding-left: 10.9375%;
}
.wrap_right {
	padding-left: 10.9375%;
}
@media screen and (max-width: 1600px) {
	.wrap {
		width: 88%;
	}
	.wrap_left {
		padding-left: 6%;
	}
	.wrap_right {
		padding-right: 6%;
	}
}
@media screen and (max-width: 1440px) {
	.wrap {
		width: 90%;
	}
	.wrap_left {
		padding-left: 5%;
	}
	.wrap_right {
		padding-right: 5%;
	}
}
.top_wrap {
	width: 70.83%;
	margin-left: auto;
	margin-right: auto;
}
@media screen and (max-width: 1600px) {
	.top_wrap {
		width: 88%;
	}
}
@media screen and (max-width: 1440px) {
	.top_wrap {
		width: 90%;
	}
}
/* header */
header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: #fff;
	display: -webkit-flex;
	display: flex;
	flex-wrap: nowrap;
	z-index: 2014;
}
header::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	background: var(--border_color);
}
header .top_wrap {
	position: relative;
	border-left: 1px solid var(--border_color);
	z-index: 2013;
}
.top_line {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	box-sizing: border-box;
	background: #fff;
	position: relative;
}
.top_line::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	background: var(--border_color);
}
.top_contact {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-left: 0.3rem;
	gap: 0.8rem;
}
.top_contact dt {
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	align-items: center;
	gap: 0.15rem;
}
.top_contact iconify-icon {
	font-size: 0.18rem;
	color: #fff;
	width: 0.3rem;
	height: 0.3rem;
	background-color: var(--i_color);
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	align-items: center;
}
.top_contact a {
	font-size: 0.14rem;
	color: #666;
	line-height: var(--top_height);
	transition: all 0.3s ease;
}
.top_contact dt a:hover {
	color: var(--i_color);
}
.top_menu_r {
	margin-left: auto;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.top_media {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.15rem;
	justify-content: center;
	box-sizing: border-box;
	height: var(--top_height);
	border-left: 1px solid var(--border_color);
}
.top_media dt {
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.top_media iconify-icon {
	font-size: 0.2rem;
	color: rgba(34, 34, 34, 0.4);
}
.top_media a:hover iconify-icon {
	color: var(--i_color);
}
.top_media dt:hover {
	-webkit-transform: translate(0, -4px);
	transform: translate(0, -4px);
}
.top_cont {
	display: -webkit-flex;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: space-between;
}
/* logo */
.logo {
	flex-shrink: 0;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	width: var(--logo_width);
	height: var(--head_height);
}
.logo a {
	width: 100%;
	height: 100%;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: center;
}
.logo img {
	max-width: 60%;
	max-height: 100%;
}
.top_right {
	width: var(--logo_width);
	position: relative;
}
/* 导航 */
@media screen and (min-width: 1025px) {
	.i_nav {
		/* max-width: 62%; */
		display: -webkit-flex;
		display: flex;
		flex-wrap: nowrap;
	}
	.i_nav > li {
		display: -webkit-flex;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		text-align: center;
		position: relative;
	}
	.i_nav > li > a {
		display: -webkit-flex;
		display: flex;
		flex-wrap: nowrap;
		align-items: center;
		padding: 0 0.4rem;
		font-size: 0.2rem;
		text-transform: capitalize;
		color: #222;
		height: var(--top2_height);
		line-height: 0.2rem;
		position: relative;
	}
	.i_nav > li > a::after {
		content: "";
		position: absolute;
		right: 0;
		bottom: 0;
		width: 0;
		height: 4px;
		background: var(--i_color);
		-webkit-transition: all 0.5s ease;
		transition: all 0.5s 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,
	.i_nav > .current-menu-item > a i,
	.i_nav > .current-category-ancestor > a i,
	.i_nav > .current-post-ancestor > a i,
	.i_nav > .current-menu-ancestor > a i,
	.i_nav > .current-menu-parent > a i,
	.i_nav > li:hover > a i,
	.i_nav .curr > a i {
		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 {
		width: 100%;
		right: auto;
		left: 0;
	}
	.i_nav > .menu-item-has-children > a i {
		margin-left: 0.06rem;
		font-size: 0.15rem;
		color: #333;
		-webkit-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}
	.i_nav > .menu-item-has-children.curr > a i {
		-webkit-transform: rotate(-180deg);
		transform: rotate(-180deg);
		color: var(--i_color);
	}
	/* 二级导航菜单 */
	.i_nav > li > .sub-menu {
		display: none;
		position: absolute;
		top: 100%;
		left: 0;
		min-width: 1.6rem;
		background: var(--i_color2);
		box-shadow: 0 0.06rem 0.1rem rgb(0 0 0 / 8%);
		font-size: 0;
	}
	.nav_dropdown_menu1 > .sub-menu,
	.nav_dropdown_menu2 > .sub-menu,
	.nav_dropdown_menu3 > .sub-menu,
	.nav_dropdown_menu4 > .sub-menu {
		display: none !important;
	}
	.i_nav > li > .sub-menu li {
		position: relative;
		border-bottom: 1px solid var(--border_color);
	}
	.i_nav > li > .sub-menu a {
		display: block;
		padding: 0 0.16rem;
		font-size: 0.15rem;
		color: #fff;
		line-height: 0.36rem;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		position: relative;
		text-transform: capitalize;
		
	}
	.i_nav > li > .sub-menu > li:hover > a {
		background: var(--i_color);
		color: #fff;
	}
	.i_nav .sub-menu .sub-menu {
		display: none;
		position: absolute;
		top: 0;
		left: 100%;
		background: var(--i_color);
		min-width: 1.4rem;
	}
	.i_nav .sub-menu .sub-menu li {
		border-bottom-color: rgb(255 255 255 / 15%);
	}
	.i_nav .sub-menu .sub-menu a {
		font-size: 14px;
		color: #fff;
	}
	.i_nav .sub-menu .sub-menu li:hover {
		background: rgb(255 255 255 / 15%);
	}
}
@media screen and (max-width: 1440px) {
	.i_nav > li > a {
		padding: 0 0.2rem;
	}
}
@media screen and (max-width: 1366px) {
	.i_nav > li > a {
		font-size: 0.16rem;
	}
}
@media screen and (max-width: 1200px) {
	.i_nav > li > a {
		font-size: 0.15rem;
	}
	.i_nav > li > a {
		padding: 0 0.15rem;
	}
}
@media screen and (max-width: 1024px) {
	.i_nav {
		display: none;
		position: fixed;
		top: calc(var(--header_height) + var(--header_heights));
		left: 0;
		width: 100%;
		width: 100vw;
		max-height: calc(100vh - var(--header_height) - var(--header_heights));
		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: 0.44rem;
		height: 0.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 0.2rem;
		font-size: 14px;
		color: #222;
		line-height: 0.46rem;
	}
	.i_nav li > .sub-menu {
		display: none;
	}
	.i_nav li > .sub-menu li {
		position: relative;
	}
	.i_nav .sub-menu a {
		padding: 0 0.4rem;
		font-size: 0.14rem;
		color: #555;
		line-height: 0.44rem;
		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: 0.4rem;
		height: 0.4rem;
		background: url(static/imgs/public/arrow_down_hollow_hei.svg) no-repeat center;
		background-size: 0.16rem;
	}
	.i_nav li > .sub-menu b.on {
		background: url(static/imgs/public/arrow_up_hollow_hei.svg) no-repeat center;
		background-size: 0.16rem;
	}
	.i_nav .sub-menu .sub-menu {
		display: none;
	}
	.i_nav .sub-menu .sub-menu a {
		padding: 0 0.6rem;
		font-size: 0.13rem;
		color: #888;
		line-height: 0.36rem;
		position: relative;
	}
	.i_nav a {
		display: block;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}
}
@media screen and (max-width: 1024px) {
	.i_nav {
		top: var(--top2_height);
		max-height: calc(100vh - var(--top2_height));
	}
}
/* 移动端导航按钮 */
.nav_menu {
	position: relative;
	padding: 0 0.26rem;
	height: var(--top2_height);
	display: none;
	cursor: pointer;
}
.nav_menu span {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 22px;
	height: 16px;
}
.nav_menu i {
	display: block;
	width: 100%;
	height: 3px;
	position: absolute;
	top: 50%;
	margin-top: -2px;
	background: var(--i_color);
	border-radius: 0.1rem;
	transition: 0.5s;
}
.nav_menu span::before,
.nav_menu span::after {
	content: "";
	width: 100%;
	height: 3px;
	background: var(--i_color);
	position: absolute;
	left: 0;
	border-radius: 0.1rem;
	transition: 0.5s;
}
.nav_menu span::before {
	top: 0;
}
.nav_menu span::after {
	bottom: 0;
}
.nav_menu.on i {
	opacity: 0;
}
.nav_menu.on span::before {
	transform: rotate(45deg);
	top: 50%;
	margin-top: -2px;
}
.nav_menu.on span::after {
	transform: rotate(-45deg);
	top: 50%;
	margin-top: -2px;
}
@media screen and (max-width: 1024px) {
	.nav_menu {
		display: block !important;
	}
}
.top_r {
	--size: 0.24rem;
}
.top_r {
	width: 100%;
	display: -webkit-flex;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	position: relative;
}
.top_search_ico {
	padding: 0 0.2rem;
	height: var(--top2_height);
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	text-align: center;
	position: relative;
	cursor: pointer;
}
.top_search_ico iconify-icon {
	font-size: 0.3rem;
	color: #333;
}
.top_search_ico:hover iconify-icon,
.top_search_ico.on iconify-icon {
	color: var(--i_color);
}
/* search main */
.top_search {
	--search_height: 0.38rem;
}
.top_search {
	visibility: hidden;
	opacity: 0;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	padding: 0.16rem 0;
	background: #fff;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	z-index: 6;
}
.top_search.on {
	visibility: visible;
	opacity: 1;
	top: var(--head_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 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(static/imgs/search_w1.svg) no-repeat center;
	background-size: 0.24rem;
	cursor: pointer;
}
@media screen and (max-width: 1440px) {
	.top_media {
		display: none;
	}
	.top_r {
		margin-top: var(--top_height);
	}
}
@media screen and (max-width: 1024px) {
	.top_line,
	.top_media,
	.top_search_ico {
		display: none;
	}
	.top_right {
		display: flex;
		align-items: center;
	}
	.top_r {
		margin-top: 0;
	}
	.logo {
		height: var(--top2_height);
	}
}
/* -=---------------------banner--------------------------- */
/* banner */
.banner {
	width: 100%;
	position: relative;
	margin-top: calc(var(--head_height));
}
.banner .swiper-slide {
	overflow: hidden;
	position: relative;
}
.banner .swiper-slide::after {
	content: "";
	display: block;
	padding-bottom: 39.2%;
}
.banner .swiper-slide > img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.banner .swiper-slide video {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100% !important;
	object-fit: cover;
	z-index: 2;
}
.banner .swiper-slide {
	width: 100%;
	display: block;
	transition: all 0.3s ease;
}
.banner .swiper-button-prev,
.banner .swiper-button-next {
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	width: 0.4rem;
	height: 0.8rem;
	z-index: 999;
	outline: none;
	cursor: pointer;
	-moz-user-select: none; /*火狐*/
	-webkit-user-select: none; /*webkit浏览器*/
	-ms-user-select: none; /*IE10*/
	-khtml-user-select: none; /*早期浏览器*/
	user-select: none;
	border-radius: 0.06rem;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.banner .swiper-button-prev {
	left: -40px;
	background: var(--i_color) url(static/imgs/arrow_left_kx_bai.svg) no-repeat center;
	background-size: 20px;
}
.banner .swiper-button-next {
	right: -40px;
	background: var(--i_color) url(static/imgs/arrow_right_kx_bai.svg) no-repeat center;
	background-size: 20px;
}
.banner:hover .swiper-button-prev {
	left: 3%;
}
.banner:hover .swiper-button-next {
	right: 3%;
}
.banner .swiper-button-prev:hover,
.banner .swiper-button-next:hover {
	background-color: var(--i_color);
}
.banner .pagination-all {
	position: absolute;
	bottom: 4%;
	left: 50%;
	transform: translate(-50%, 0);
	cursor: pointer;
	z-index: 10;
}
.banner .swiper-pagination {
	position: relative;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	text-align: left;
}
.banner .swiper-pagination-bullet {
	width: 0.1rem;
	height: 0.1rem;
	border-radius: 50%;
	box-sizing: border-box;
	background: rgba(255, 255, 255, 0.5);
	opacity: 1;
	margin: 0 0.1rem;
	position: relative;
	z-index: 4;
	transition: width, height, background-color 0.5s;
}
.banner .swiper-pagination-bullet-active {
	background: transparent;
	position: relative;
	width: 0.18rem;
	height: 0.18rem;
	border-radius: 50%;
	border: 0.04rem solid var(--i_color);
}
/* .banner_container{
	clip-path: inset(0 0 0 0) !important;
    -webkit-clip-path: inset(0 0 0 0) !important;
} */
/* .banner .swiper-slide-active{
	animation: banner_img_in 1s cubic-bezier(.35,.01,.37,.96) both;
	opacity: 1;
    z-index: 10;
    transition: opacity .4s cubic-bezier(.215,.61,.355,1);
}
.banner .swiper-slide-prev,.banner .swiper-slide-next{
	opacity: 1;
    z-index: 2;
    transition: opacity .4s cubic-bezier(.215,.61,.355,1);
    animation: banner_img_out 1s cubic-bezier(.35,.01,.37,.96) forwards;
	animation-delay: 1s;
} */
@media screen and (max-width: 1440px) {
	.banner .swiper-button-prev,
	.banner .swiper-button-next {
		display: none !important;
	}
}
@media screen and (max-width: 1366px) {
}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 959px) {
	.banner {
		margin-top: calc(var(--top2_height));
	}
}
@media screen and (max-width: 767px) {
}
@media screen and (max-width: 560px) {
	.banner .pagination-all {
		bottom: 0.26rem;
	}
	.banner .swiper-pagination-bullet-active {
		width: 0.14rem;
		height: 0.14rem;
		border: 2px solid var(--i_color);
	}
}
@media screen and (max-width: 425px) {
}
/* --------------------banner文字------------------- */
.bannner_text1 {
	position: absolute;
	top: 42%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.bannner_text1_all {
	width: 30%;
}
.bannner_text1_all h3 {
	display: flex;
	display: -webkit-flex;
	align-items: center;
}
.bannner_text1_all h3 iconify-icon {
	font-size: 0.18rem;
	color: var(--i_color);
}
.bannner_text1_all h3 p {
	font-size: 0.16rem;
	color: #fff;
	margin-left: 0.1rem;
	text-transform: capitalize;
}
.bannner_text1_all h4 {
	font-size: 0.42rem;
	color: #fff;
	font-weight: bold;
	text-transform: capitalize;
	text-shadow: 0 0.04rem 0 #222;
	margin: 0.4rem 0 0.2rem 0;
}
.bannner_text1_all h5 {
	font-size: 0.16rem;
	line-height: 0.22rem;
	color: #fff;
}
.bannner_text2 {
	position: absolute;
	top: 46%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.bannner_text2_ul {
	width: 30%;
	display: flex;
	display: -webkit-flex;
	flex-direction: column;
	gap: 0.4rem;
}
.bannner_text2_ul li {
}
.bannner_text2_ul li h3 {
	font-family: "din";
	font-size: 0.6rem;
	display: inline-block;
	color: transparent;
	background-image: linear-gradient(
		267deg,
		rgba(238, 30, 35, 1) 0%,
		rgba(245, 126, 33, 1) 58%,
		rgba(255, 221, 108, 1) 100%
	);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.bannner_text2_ul li p {
	font-size: 0.24rem;
	color: #fff;
	font-weight: bold;
	text-shadow: 0 0.04rem 0 #222;
}
.bannner_text2 i {
	display: block;
	width: 5.02rem;
	height: 1.7rem;
	object-fit: contain;
	background: url("static/imgs/banner2_s.webp") no-repeat center;
	background-size: contain;
	margin-top: 0.6rem;
}
.bannner_text3 {
	position: absolute;
	top: 28%;
	left: 50%;
	transform: translate(-50%, -50%);
}
@media screen and (max-width: 1440px) {
	.bannner_text1_all h4 {
		font-size: 0.38rem;
	}
	.bannner_text2_ul li h3 {
		font-size: 0.6rem;
	}
	.bannner_text2_ul li p {
		font-size: 0.22rem;
	}
	.bannner_text2 i {
		height: 1.5rem;
		margin-top: 0.4rem;
	}
}
@media screen and (max-width: 1366px) {
	.bannner_text1_all {
		padding-left: 2%;
		box-sizing: border-box;
		width: 34%;
	}
	.bannner_text1_all h4 {
		font-size: 0.3rem;
	}
	.bannner_text2_ul li h3 {
		font-size: 0.5rem;
	}
	.bannner_text2_ul li p {
		font-size: 0.2rem;
	}
}
@media screen and (max-width: 1200px) {
	.bannner_text1_all h4 {
		font-size: 0.28rem;
	}
	.bannner_text1_all h4 {
		margin: 0.2rem 0;
	}
	.bannner_text1_all {
		padding-left: 3%;
	}
	.bannner_text1_all h3 p {
		font-size: 0.14rem;
	}
	.bannner_text2_ul li h3 {
		font-size: 0.4rem;
	}
	.bannner_text2_ul li p {
		font-size: 0.18rem;
	}
	.bannner_text2_ul {
		gap: 0.2rem;
	}
	.bannner_text2 i {
		height: 1.2rem;
		margin-top: 0.3rem;
	}
}
@media screen and (max-width: 1024px) {
	.bannner_text2 i {
		display: none;
	}
}
@media screen and (max-width: 960px) {
	.bannner_text1_all h5 {
		display: none;
	}
	.bannner_text1_all {
		width: 100%;
	}
	.bannner_text2_ul {
		width: 40%;
	}
	.bannner_text3 {
		top: 45%;
	}
}
@media screen and (max-width: 768px) {
	.bannner_text1_all h4 {
		font-size: 0.26rem;
	}
	.bannner_text2_ul {
		width: 80%;
	}
	.bannner_text2_ul li h3 {
		font-size: 0.3rem;
	}
	.bannner_text2_ul li p {
		font-size: 0.16rem;
	}
}
@media screen and (max-width: 560px) {
	.bannner_text1_all h4 {
		font-size: 0.24rem;
	}
	.bannner_text2_ul {
		width: 100%;
	}
	.bannner_text2_ul li h3 {
		font-size: 0.2rem;
	}
	.bannner_text2_ul li p {
		font-size: 0.14rem;
	}
}
@media screen and (max-width: 425px) {
	.bannner_text2_ul {
		gap: 0.1rem;
	}
}
/* @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:768px) {
}
@media screen and (max-width:560px) {
}
@media screen and (max-width:425px) {
} */
footer {
	background: #111924;
}
.f_contact_list {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.f_contact_list li {
	display: flex;
	align-items: center;
	gap: 0 0.2rem;
	width: 30%;
}
.f_contact_list .ico {
	width: 0.6rem;
	min-width: 0.6rem;
	height: 0.6rem;
	background: var(--i_color);
	font-size: 0.3rem;
	color: #fff;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	align-items: center;
}
.f_contact_list h6 {
	font-size: 0.18rem;
	color: #fff;
	opacity: 0.6;
}
.f_contact_list p,
.f_contact_list a {
	font-size: 0.3rem;
	font-family: "din";
	color: #fff;
}
.f_contact_list a:hover {
	color: var(--i_color);
}
@media screen and (max-width: 1024px) {
	.f_contact_list li {
		width: 100%;
		margin-bottom: 0.2rem;
	}
}
@media screen and (max-width: 560px) {
	.f_contact_list .ico {
		width: 0.5rem;
		min-width: 0.5rem;
		height: 0.5rem;
		font-size: 0.2rem;
	}
	.f_contact_list p,
	.f_contact_list a {
		font-size: 0.22rem;
	}
}
.f_cont {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	flex-wrap: wrap;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.f_name {
	width: 32%;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
}
.f_nav {
	width: 12%;
}
.f_form {
	width: 35%;
}
.f_name h5 {
	font-size: 0.28rem;
	margin-bottom: 0.2rem;
	font-weight: bold;
	color: #fff;
}
.f_name h5 b {
	color: var(--i_color);
	font-weight: bold;
}
.f_media .media {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}
.f_media a {
	width: 0.6rem;
	height: 0.6rem;
	background: rgba(255, 255, 255, 0.2);
	border-radius: 6px;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	align-items: center;
	font-size: 0.26rem;
	color: #fff;
	opacity: 0.5;
}
.f_media a:hover {
	background: var(--i_color);
	opacity: 1;
}
.f_tit {
	font-size: 0.2rem;
	color: #fff;
	text-transform: capitalize;
	margin-bottom: 0.2rem;
}
.f_nav ul ul {
	display: none;
}
.f_nav li {
	margin: 0.18rem 0;
}
.f_nav li a {
	font-size: 0.18rem;
	padding-left: 0.2rem;
	color: rgba(255, 255, 225, 0.6);
	position: relative;
	text-transform: capitalize;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.f_nav li a::after {
	content: "";
	width: 14px;
	height: 14px;
	-webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
	clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
	background-color: var(--i_color);
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: -5px;
	opacity: 0;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.f_nav li a:hover {
	color: var(--i_color);
}
.f_nav li a:hover::after {
	opacity: 1;
	left: 0;
}
#wpforms-27 {
	--input_font_size: 14px;
	--input_height: 0.46rem;
}
#wpforms-27 {
	margin: 0;
	padding: 0;
}
#wpforms-form-27 {
	width: 100%;
	position: relative;
	overflow: hidden;
}
#wpforms-27 .wpforms-field {
	padding: 0;
	margin-bottom: 20px;
}
#wpforms-27 .wpforms-field-label {
	font-size: 0;
	position: absolute;
	top: 12px;
	left: 3px;
}
#wpforms-27 .wpforms-field-label span {
	font-size: 0.14rem;
	color: red;
}
#wpforms-27 .wpforms-field-container {
	width: 100%;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	overflow: hidden;
}
#wpforms-27 .wpforms-field-container > div {
	width: 100%;
	position: relative;
}
@media screen and (min-width: 769px) {
	#wpforms-27 .wpforms-field-container > div:first-child,
	#wpforms-27 .wpforms-field-container > div:nth-child(2) {
		width: 48%;
	}
}
#wpforms-27 .wpforms-field-container input,
#wpforms-27 textarea,
#wpforms-27 select {
	font-size: var(--input_font_size);
	color: #fff;
	height: var(--input_height);
	padding: 0 0.1rem 0 0.16rem;
	overflow: hidden;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	border: 1px solid rgba(255, 255, 225, 0.6);
	width: 100%;
	background: none;
}
#wpforms-27 input {
	line-height: var(--input_height);
}
#wpforms-27 textarea {
	line-height: 0.22rem;
	min-height: 1.4rem;
	padding: 0.06rem 0.16rem;
}
#wpforms-27 input::-webkit-input-placeholder,
#wpforms-27 textarea::-webkit-input-placeholder {
	color: rgba(255, 255, 225, 0.6);
	font-size: var(--input_font_size);
}
#wpforms-27 input::-moz-placeholder,
#wpforms-27 textarea::-moz-placeholder {
	color: rgba(255, 255, 225, 0.6);
	font-size: var(--input_font_size);
}
#wpforms-27 input::-ms-input-placeholder,
#wpforms-27 textarea::-ms-input-placeholder {
	color: rgba(255, 255, 225, 0.6);
	font-size: var(--input_font_size);
}
#wpforms-27-field_1-error,
#wpforms-27-field_2-error,
#wpforms-27-field_3-error,
#wpforms-27-field_4-error,
#wpforms-27-field_5-error,
#wpforms-27-field_6-error {
	position: absolute;
	font-size: 12px;
	color: #a90909;
}
#wpforms-27 .wpforms-submit-container button {
	background: none;
	font-size: 18px;
	color: #fff;
	cursor: pointer;
	position: relative;
	z-index: 2;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
#wpforms-27 .wpforms-submit-container button::after {
	content: "";
	width: 30px;
	height: 30px;
	background: url(static/imgs/right.png) no-repeat center;
	background-size: contain;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: -30px;
}
#wpforms-27 .wpforms-submit-container button:hover {
	color: var(--i_color);
}
#wpforms-27 .wpforms-submit-container img {
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	right: 4px;
	z-index: 2;
}
.wpforms-hidden {
	display: none;
}
.f_cr {
	padding: 0.2rem 0;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	gap: 6px 0;
}
.f_cr p,
.f_cr a {
	font-size: 0.18rem;
	color: rgba(255, 255, 225, 0.5);
}
.f_cr a:hover {
	color: var(--i_color);
	text-decoration: underline;
}
@media screen and (max-width: 1024px) {
	.f_nav {
		display: none;
	}
	.f_name,
	.f_form {
		width: 100%;
	}
	.f_name {
		margin-bottom: 0.2rem;
	}
	.f_cr p,
	.f_cr a {
		font-size: 0.16rem;
	}
}


.mbFooterMenu{display: none;}
@media screen and (max-width:768px) {
	footer{padding-bottom: 40px;}
	.mbFooterMenu{display:-webkit-flex; display:flex; flex-wrap:nowrap; position: fixed;left: 0;bottom: 0;width: 100%;background: var(--i_color); z-index:99}
	.mbFooterMenu::before{content: '';position:absolute; left:50%; transform:translate(-50%,0);width: 1px;height: 100%;background: rgb(255 255 255 / 40%);}
	.mbFooterMenu a{display:-webkit-flex; display:flex; flex-wrap:wrap;align-items: center; justify-content: center;gap: 0 10px; width: 50%; height: 40px;}
	.mbFooterMenu iconify-icon{font-size: 20px;color: #FFF;}
	.mbFooterMenu p{font-size: 14px;color: #FFF;}

	.mbFooterMenu_wa{background: var(--i_color2);}
	.mbFooterMenu_email{background: var(--i_color);}
}


/* --------------公用样式------------- */
.i_tit > span {
	font-size: 0.18rem;
	color: #666;
	position: relative;
	padding-left: 0.2rem;
	text-transform: capitalize;
}
.i_tit > span::after {
	content: "";
	width: 14px;
	height: 14px;
	-webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
	clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
	background-color: var(--i_color);
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
}
.i_tit > h4 {
	font-size: 0.36rem;
	color: #222;
	font-weight: bold;
	text-transform: capitalize;
	margin-top: 0.16rem;
}
.i_tit > h4 > i {
	font-weight: bold;
	color: var(--i_color);
}
.i_tit.center {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.i_tit.white > span,
.i_tit.white > h4 {
	color: #fff;
}
@media screen and (max-width: 1440px) {
	.i_tit > span {
		font-size: 0.16rem;
	}
	.i_tit > h4 {
		font-size: 0.3rem;
	}
}
@media screen and (max-width: 1024px) {
	.i_tit > h4 {
		font-size: 0.24rem;
	}
	.i_tit br {
		display: none;
	}
}
@media screen and (max-width: 560px) {
	.i_tit {
		width: 100%;
	}
}
.i_more {
	display: table;
	padding: 0.12rem 0.36rem;
	background: none;
	position: relative;
	transition: 0.5s ease;
	background: var(--i_color2);
	overflow: hidden;
}
.i_more b {
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	align-items: center;
	font-size: 18px;
	color: #fff;
	position: relative;
	text-transform: capitalize;
	z-index: 2;
	transition: 0.5s ease;
}
.i_more b iconify-icon {
	margin-left: 6px;
	font-size: 0.2rem;
	color: var(--i_color);
	transition: 0.5s ease;
}
.i_more::before {
	content: "";
	width: 0;
	height: 1000%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) rotate(45deg);
	background: var(--i_color);
	transition: 0.5s ease;
	display: block;
	z-index: 1;
}
.i_more:hover::before {
	width: 180%;
}
.i_more:hover iconify-icon {
	color: var(--i_color2);
}
.i_more_line {
	background: none;
	border: 1px solid var(--border_color);
}
.i_more_w {
	background: #fff;
}
.i_more_w b {
	color: var(--i_color2);
}
.i_more_line b {
	color: #222;
}
.i_more_c {
	margin-left: auto;
	margin-right: auto;
}
.i_more_list {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 0.16rem;
}
@media screen and (max-width: 1440px) {
	.i_more {
		padding: 6px 0.3rem;
	}
	.i_more b {
		font-size: 16px;
	}
}
@media screen and (max-width: 1024px) {
	.i_more b {
		font-size: 14px;
	}
}
@media screen and (max-width: 560px) {
}
.com_more {
	font-size: 0.18rem;
	display: table;
	position: relative;
	padding: 0.1rem 0.4rem;
	background: var(--i_color2);
	color: #fff;
	text-align: center;
	overflow: hidden;
}
.com_more::after {
	content: "";
	width: 0.32rem;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	-webkit-clip-path: polygon(60% 0, 100% 50%, 60% 100%, 0 100%, 0 0);
	clip-path: polygon(60% 0, 100% 50%, 60% 100%, 0 100%, 0 0);
	background: var(--i_color);
}
.com_more::before {
	content: "";
	width: 0%;
	height: 102%;
	background: var(--i_color);
	position: absolute;
	left: 0;
	top: 0;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.com_more i {
	position: relative;
	z-index: 2;
}
.com_more:hover::before {
	width: 100%;
}
.in_tit {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	gap: 0.2rem;
}
.i_hot .wrap {
	position: relative;
}
.i_hp {
	overflow: hidden;
	position: relative;
}
.i_hp .swiper-container {
	margin: 0 auto;
	z-index: 1;
}
.i_hp .swiper-wrapper {
	display: flex;
	position: relative;
	width: 100%;
	z-index: 1;
}
.i_hp .swiper-slide {
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	transition-property: transform;
}
.i_hp-button-prev,
.i_hp-button-next {
	border: 1px solid #666;
	font-size: 20px;
	color: #666;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 55px;
	height: 55px;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	align-items: center;
	outline: none;
	cursor: pointer;
	-webkit-user-select: none;
	user-select: none;
	overflow: hidden;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.i_hp-button-prev:hover,
.i_hp-button-next:hover {
	background: var(--linear-gradien);
	color: #fff;
	border-color: transparent;
}
.i_hp-button-prev {
	left: -8%;
}
.i_hp-button-next {
	right: -8%;
}
.i_hp-pagination {
	text-align: center;
}
.i_hp-pagination .swiper-pagination-bullet {
	width: 14px;
	height: 14px;
	border-radius: 4px;
	border: 1px solid var(--i_color2);
	background: none;
	display: inline-block;
	margin: 0 10px;
	outline: none;
	cursor: pointer;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	opacity: 1;
}
.i_hp-pagination .swiper-pagination-bullet-active {
	width: 72px;
	background: var(--i_color2);
}
@media screen and (max-width: 1600px) {
	.i_hp-button-prev,
	.i_hp-button-next {
		display: none;
	}
	.i_hp-pagination {
		display: block;
	}
	.i_hp-pagination .swiper-pagination-bullet-active {
		width: 60px;
	}
}
@media screen and (max-width: 1024px) {
	.i_hp-pagination .swiper-pagination-bullet {
		width: 10px;
		height: 10px;
		margin: 0 6px;
	}
	.i_hp-pagination .swiper-pagination-bullet-active {
		width: 40px;
	}
}
.i_hp a {
	display: block;
	width: 100%;
	height: 100%;
}
.i_hp .img {
	width: 100%;
	position: relative;
	overflow: hidden;
	border: 1px solid var(--border_color);
}
.i_hp .img::before {
	content: "";
	display: block;
	padding-bottom: 73.27%;
}
.i_hp .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.i_hp .txt {
	border: 1px solid var(--border_color);
	padding: 0.3rem 0.26rem;
}
.i_hp h6 {
	width: 100%;
	font-size: 0.24rem;
	font-weight: bold;
	color: #333;
	margin-bottom: 0.12rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.i_hp .text {
	width: 100%;
	font-size: 0.16rem;
	color: #666;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}
.i_hp img {
	-webkit-transition: all 1s ease;
	transition: all 1s ease;
}
.i_hp .params {
	width: 100%;
	margin-top: 0.1rem;
	padding: 0.2rem 0;
	border-top: 1px solid var(--border_color);
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
.i_hp .params li {
	width: 50%;
	text-align: left;
	margin-bottom: 0.2rem;
}
.i_hp .params h5 {
	font-size: 0.16rem;
	color: #666;
}
.i_hp .params p {
	font-size: 0.2rem;
	color: #111;
	font-weight: bold;
}
.i_hp .com_more {
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
}
.i_hp li:hover img {
	width: 110%;
	height: 110%;
}
.i_hp li:hover h6 {
	color: var(--i_color);
}
@media screen and (max-width: 1440px) {
	.i_hp .txt {
		padding: 0.26rem 0.2rem;
	}
	.i_hp h6 {
		font-size: 0.2rem;
	}
}
@media screen and (max-width: 1024px) {
	.i_hp h6 {
		font-size: 0.18rem;
	}
	.i_hp .text {
		font-size: 13px;
		line-height: 150%;
		overflow: hidden;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
	}
	.i_hp .params h5 {
		font-size: 0.14rem;
	}
	.i_hp .params p {
		font-size: 0.16rem;
	}
}
.i_category {
	background: url("static/imgs/source/bc_access.webp") no-repeat center;
	background-size: cover;
	overflow: hidden;
}
.ic_list {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.ic_list li {
	width: 30%;
	background: #fff;
	padding: 0.3rem;
	position: relative;
}
.ic_list li::after {
	content: "";
	width: 0;
	height: 0;
	border-left: 50px solid transparent;
	border-right: 50px solid transparent;
	border-bottom: 50px solid var(--i_color2);
	display: block;
	transform: rotate(45deg);
	position: absolute;
	top: -10px;
	right: -34px;
}
.ic_list .img {
	width: 0.58rem;
	height: 0.58rem;
}
.ic_list h6 {
	font-size: 0.2rem;
	font-weight: bold;
	color: #222;
	padding-bottom: 0.16rem;
	margin: 0.16rem 0;
	border-bottom: 1px solid var(--border_color);
}
.ic_list p {
	font-size: 0.16rem;
	color: #333;
}
.ic_list .img img {
	width: 100%;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.ic_list li:hover .img img {
	transform: rotateY(180deg);
}
.ic_list li:hover h6 {
	color: var(--i_color);
}
@media screen and (max-width: 959px) {
	.ic_list li {
		width: 100%;
		margin-bottom: 0.2rem;
	}
}
/* 合作伙伴 */
.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 {
	border: 1px solid var(--border_color);
	width: 100%;
	position: relative;
	overflow: hidden;
	background: #fff;
}
.par_partner_list .img:before {
	content: "";
	display: block;
	padding-bottom: 39.53%;
}
.par_partner_list .img img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 90%;
	height: 90%;
	object-fit: contain;
}
.par_partner_list .swiper-wrapper {
	display: flex;
	position: relative;
	width: 100%;
	z-index: 1;
	-webkit-transition-timing-function: linear !important;
	-moz-transition-timing-function: linear !important;
	-ms-transition-timing-function: linear !important;
	-o-transition-timing-function: linear !important;
	transition-timing-function: linear !important;
}
.i_a .wrap_right {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	position: relative;
}
.i_a .txt {
	width: 40%;
}
.i_a .img {
    margin-left:auto;
	width: 56%;
	position:relative; overflow:hidden
}
.i_a .img::before{content:""; display:block; padding-bottom:56.25%}

/*.i_a .img img {*/
/*	width: 100%;*/
/*}*/
.i_a .img iframe{position:absolute; top:0; left:0; width:100%; height:100%; object-fit: cover;}

.i_a .text {
	font-size: 0.18rem;
	color: #666;
}
.i_a .but {
	display: flex;
	display: -webkit-flex;
	gap: 0 0.6rem;
	align-items: center;
}
.i_but {
	display: block;
}
.i_but iconify-icon {
	color: var(--i_color);
}
.i_but i {
	font-size: 0.18rem;
	color: var(--i_color2);
	font-weight: bold;
}
.i_but p {
	font-size: 0.36rem;
	color: var(--i_color);
	font-family: "din";
	font-weight: bold;
	line-height: 100%;
}
@media screen and (max-width: 1024px) {
	.i_a .txt {
		width: 100%;
	}
	.i_a .img {
	    margin-top: 30px;
		width: 100%;
	}
}
.i_ad_list {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.i_ad_list li {
	width: 22%;
	text-align: center;
	border: 1px solid var(--border_color);
	padding: 0 0.3rem;
}
.i_ad_list .img {
	width: 96px;
	height: 96px;
	margin: 0 auto;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	background: var(--i_color2);
	align-items: center;
	position: relative;
}
.i_ad_list .img::after {
	content: "";
	width: 0;
	height: 0;
	border-left: 46px solid transparent;
	border-right: 50px solid transparent;
	border-bottom: 20px solid var(--i_color2);
	display: block;
	position: absolute;
	left: 0;
	top: -20px;
}
.i_ad_list .img img {
	max-width: 40px;
}
.i_ad_list h5 {
	font-size: 0.58rem;
	font-family: "din";
	color: var(--i_color);
	font-weight: bold;
	margin: 0.2rem 0;
}
.i_ad_list h6 {
	font-size: 0.22rem;
	color: #222;
	font-weight: bold;
}
.i_ad_list p {
	font-size: 0.18rem;
	color: #999;
	margin: 0.1rem 0 0.4rem;
}
.i_ad_list li:hover {
	background: url(static/imgs/bc_ad.webp) no-repeat center;
	background-size: cover;
}
.i_ad_list h5,
.i_ad_list h6,
.i_ad_list li,
.i_ad_list p,
.i_ad_list .img,
.i_ad_list .img::after,
.i_ad_list .img img {
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.i_ad_list li:hover h5,
.i_ad_list li:hover h6,
.i_ad_list li:hover p {
	color: #fff;
}
.i_ad_list li:hover .img {
	background: var(--i_color);
}
.i_ad_list li:hover .img::after {
	border-bottom: 20px solid var(--i_color);
}
.i_ad_list li:hover .img img {
	transform: rotateY(180deg);
}
@media screen and (max-width: 1440px) {
	.i_ad_list li {
		padding: 0 0.2rem;
	}
	.i_ad_list .img {
		width: 80px;
		height: 80px;
	}
	.i_ad_list .img::after {
		border-right: 41px solid transparent;
		border-left: 40px solid transparent;
	}
	.i_ad_list .img img {
		max-width: 32px;
	}
	.i_ad_list h5 {
		font-size: 0.5rem;
		margin: 0.14rem 0;
	}
	.i_ad_list h6 {
		font-size: 0.2rem;
	}
	.i_ad_list p {
		font-size: 0.16rem;
	}
}
@media screen and (max-width: 1024px) {
	.i_ad_list li {
		width: 48%;
		margin-bottom: 0.8rem;
	}
	.i_ad_list h5 {
		font-size: 0.4rem;
		margin: 0.1rem 0;
	}
}
@media screen and (max-width: 768px) {
	.i_ad_list li {
		width: 100%;
	}
}
.i_custom {
	background: url("static/imgs/source/bc_cus_.webp") no-repeat left top;
	background-size: 100% 100%;
	padding-top: 1.8rem;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
.i_custom .tit {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.i_custom .tit img {
	max-width: 0.64rem;
}
.i_custom .img {
	width: 32%;
}
.i_custom .custom {
	width: 42%;
}
@media screen and (max-width: 1440px) {
	.i_custom .tit img {
		max-width: 0.54rem;
	}
}
@media screen and (max-width: 1024px) {
	.i_custom {
		background-size: cover;
	}
	.i_custom .img {
		display: none;
	}
	.i_custom .custom {
		width: 90%;
		padding: 0.3rem;
		background: rgba(255, 255, 255, 0.8);
	}
}
.i_custom .swiper-container {
	margin-top: 0.6rem;
}
.i_custom .swiper-wrapper {
	display: flex;
	position: relative;
	width: 100%;
	z-index: 1;
}
.i_custom .swiper-slide {
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	transition-property: transform;
}
.i_custom_but {
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	gap: 0 10px;
	position: absolute;
	right: 0.3rem;
	bottom: 0.4rem;
}
.i_custom-button-prev,
.i_custom-button-next {
	font-size: 0.3rem;
	color: var(--i_color);
	outline: none;
	cursor: pointer;
	-webkit-user-select: none;
	user-select: none;
	position: relative;
	overflow: hidden;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	z-index: 99;
}
@media screen and (max-width: 1024px) {
	.i_custom-button-prev,
	.i_custom-button-next {
		width: 40px;
		height: 40px;
	}
}
.i_custom-button-prev:hover,
.i_custom-button-next:hover {
	background: var(--gra_color);
}
.i_custom-pagination {
	text-align: center;
	display: none;
}
.i_custom-pagination .swiper-pagination-bullet {
	width: 0.12rem;
	height: 0.12rem;
	-webkit-border-radius: 0.1rem;
	border-radius: 0.1rem;
	display: inline-block;
	margin: 0 0.1rem;
	background: #9a9a9a;
	outline: none;
	cursor: pointer;
}
.i_custom-pagination .swiper-pagination-bullet-active {
	background: var(--i_color);
}
.i_custom li {
	padding: 0.3rem;
	background: #fff;
}
.i_custom h6 {
	font-size: 0.24rem;
	color: #222;
	font-weight: bold;
}
.i_custom p {
	font-size: 0.18rem;
	color: #666;
	font-style: italic;
	margin-top: 0.2rem;
}
.i_custom .star {
	font-size: 0.2rem;
	color: var(--i_color);
}
.i_custom h5 {
	font-size: 0.18rem;
	color: #222;
	font-weight: bold;
}
.i_custom span {
	font-size: 0.16rem;
	color: #666;
}
.i_env {
	overflow: hidden;
	position: relative;
}
.i_env .swiper-container {
	margin: 0 auto;
	z-index: 1;
}
.i_env .swiper-wrapper {
	display: flex;
	position: relative;
	width: 100%;
	z-index: 1;
}
.i_env .swiper-slide {
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	transition-property: transform;
}
.env_but {
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	gap: 0 62px;
}
@media screen and (max-width: 959px) {
	.env_but {
		gap: 0 48px;
	}
}
@media screen and (max-width: 560px) {
	.env_but {
		gap: 0 36px;
	}
}
.i_env-button-prev,
.i_env-button-next {
	font-size: 20px;
	background-color: var(--i_color);
	border: 1px solid var(--i_color);
	color: var(--font_color);
	width: 48px;
	height: 48px;
	border-radius: 4px;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	align-items: center;
	outline: none;
	cursor: pointer;
	-webkit-user-select: none;
	user-select: none;
	position: relative;
	overflow: hidden;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	z-index: 99;
}
@media screen and (max-width: 1024px) {
	.i_env-button-prev,
	.i_env-button-next {
		width: 40px;
		height: 40px;
	}
}
.i_envroducts iconify-icon {
	position: relative;
	z-index: 2;
}
.i_env-button-prev:hover,
.i_env-button-next:hover {
	background: var(--gra_color);
}
.i_env-pagination {
	text-align: center;
	display: none;
}
.i_env-pagination .swiper-pagination-bullet {
	width: 0.12rem;
	height: 0.12rem;
	-webkit-border-radius: 0.1rem;
	border-radius: 0.1rem;
	display: inline-block;
	margin: 0 0.1rem;
	background: #9a9a9a;
	outline: none;
	cursor: pointer;
}
.i_env-pagination .swiper-pagination-bullet-active {
	background: var(--i_color);
}
.i_env li {
	padding: 16px;
	background: var(--bc_color);
	border-radius: 6px;
}
.i_env .img {
	position: relative;
	overflow: hidden;
	border-radius: 6px;
}
.i_env .img::before {
	content: "";
	display: block;
	padding-bottom: 100%;
}
.i_env .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.i_n_list {
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
}
.i_n_list {
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	gap: 0.3rem 1rem;
}
.i_n_list li {
	width: calc((100% - 2rem) / 3);
	position: relative;
}
@media screen and (max-width: 1440px) {
	.i_n_list {
		gap: 0.3rem 0.8rem;
	}
	.i_n_list li {
		width: calc((100% - 1.6rem) / 3);
	}
}
@media screen and (max-width: 1024px) {
	.i_n_list {
		gap: 0.3rem 0.6rem;
	}
	.i_n_list li {
		width: calc((100% - 1.2rem) / 3);
	}
}
@media screen and (max-width: 959px) {
	.i_n_list li {
		width: 100%;
	}
}
.i_n_list .img {
	width: 100%;
	position: relative;
	overflow: hidden;
	border-radius: 4px;
}
.i_n_list .img::before {
	content: "";
	display: block;
	padding-bottom: 70.93%;
}
.i_n_list .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.i_n_list .txt {
}
.i_n_list span {
	color: #999;
	font-size: 14px;
	display: flex;
	align-items: center;
	gap: 0 10px;
	margin: 0.2rem 0;
}
.i_n_list span iconify-icon,
.i_n_list span i {
	font-size: 0.2rem;
	color: var(--i_color);
}
.i_n_list h6 {
	font-size: 0.24rem;
	font-weight: bold;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	margin-bottom: 0.2rem;
}
.i_n_list .txt p {
	border-top: 1px solid var(--border_color);
	font-size: 0.16rem;
	padding-top: 0.2rem;
	margin: 0.2rem 0;
	color: #999;
}
.i_n_list img {
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.i_n_list li:hover img {
	width: 105%;
	height: 105%;
}
@media screen and (max-width: 1440px) {
	.i_n_list h6 {
		font-size: 0.18rem;
		margin: 0.1rem 0;
	}
	.i_n_list .txt p {
		font-size: 0.16rem;
		margin: 0.1rem 0;
	}
}
@media screen and (max-width: 1024px) {
	.i_n_list h6 {
		font-size: 16px;
	}
}
/* --------------------内页-------------------------------- */
.in_banner {
	width: 100%;
	position: relative;
	margin-top: var(--head_height);
	overflow: hidden;
}
.in_banner .img {
	position: relative;
	z-index: 3;
	overflow: hidden;
}
.in_banner .img::after {
	content: "";
	display: block;
	padding-bottom: 28.65%;
}
.in_banner .img img {
	width: 101%;
	height: 101%;
	object-fit: cover;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.in_banner > .wrap {
	position: absolute;
	top: 45%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 5;
}
.in_banner h6 {
	font-size: 0.64rem;
	text-align: center;
	color: #fff;
	font-weight: bold;
	text-transform: capitalize;
}
@media screen and (max-width: 1440px) {
	.in_banner h6 {
		font-size: 0.36rem;
	}
}
@media screen and (max-width: 1024px) {
	.in_banner {
		margin-top: var(--top2_height);
	}
	.in_banner h6 {
		font-size: 0.3rem;
	}
}
@media screen and (max-width: 959px) {
	.in_banner .img::after {
		padding-bottom: 36.04%;
	}
	.in_banner h6 {
		font-size: 0.24rem;
	}
}
@media screen and (max-width: 560px) {
	.in_banner .img::after {
		padding-bottom: 46.04%;
	}
}
.in_banner {
	--position_height: 0.6rem;
	--position_width: 60%;
}
@media screen and (max-width: 1440px) {
	.in_banner {
		--position_width: 70%;
	}
}
@media screen and (max-width: 1024px) {
	.in_banner {
		--position_height: 0.5rem;
		--position_width: 80%;
	}
}
@media screen and (max-width: 768px) {
	.in_banner {
		--position_width: 90%;
	}
}
.in_position {
	min-height: var(--position_height);
	width: var(--position_width);
	position: absolute;
	bottom: -1px;
	left: 0;
	background: #fff;
	z-index: 5;
	-webkit-clip-path: polygon(0 0, 95% 0, 100% 100%, 0% 100%);
	clip-path: polygon(0 0, 95% 0, 100% 100%, 0% 100%);
	z-index: 10;
	display: flex;
	align-items: center;
}
.in_banner .line {
	display: table;
	min-height: var(--position_height);
	width: calc(var(--position_width) + 8px);
	background: var(--i_color);
	-webkit-clip-path: polygon(0 0, 95% 0, 100% 100%, 0% 100%);
	clip-path: polygon(0 0, 95% 0, 100% 100%, 0% 100%);
	position: absolute;
	bottom: -1px;
	left: 0;
	z-index: 9;
}
.in_banner .line .container {
	opacity: 0;
}
.in_position a {
	display: block;
	float: left;
	font-size: 16px;
	color: #222;
	position: relative;
	line-height: 20px;
}
.in_position a:not(:last-child):after {
	content: ">";
	margin: 0 6px;
	color: #222;
}
.in_position a:first-child {
	padding-left: 0.4rem;
	background: url(static/imgs/home_position.png) no-repeat left center;
	background-size: contain;
}
.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;
	}
	.in_position {
		padding: 0.1rem 0;
	}
}
@media screen and (max-width: 767px) {
	.in_position a {
		font-size: 14px;
	}
}
@media screen and (max-width: 560px) {
	.in_position a {
		font-size: 12px;
	}
	.in_position {
		padding: 4px 0;
	}
}
/* ----------------------产品列表页---------------------------------- */
.in_products {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}
.p_nav {
	padding: 0.4rem 0.1rem;
	width: 20%;
	margin-right: auto;
	background-color: #f9f9f9;
}
.p_nav .tit {
	font-size: 0.24rem;
	font-weight: bold;
	color: #222;
	font-weight: bold;
	padding: 0 0.2rem;
	margin-bottom: 0.2rem;
}
.p_men_list {
	width: 100%;
}
.p_menu_tit {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	font-size: 0.24rem;
	color: var(--font_color);
	font-weight: bold;
}
.p_menu_tit img {
	width: 0.5rem;
	margin-right: 0.2rem;
}
.p_menu_tit p {
	width: 100%;
	padding: 10px 0;
	border-bottom: 1px solid #ddd;
}
/* 折叠面板 */
.p_men_list {
	padding: 0;
	margin: 0;
	font-size: 1em;
	line-height: 0.5em;
	list-style: none;
}
.p_men_list ul {
	display: none;
}
.p_men_list li {
	position: relative;
}
.p_men_list > li > a {
	border-bottom: 1px solid rgba(216, 216, 216, 0.8);
}
.p_men_list li a {
	position: relative;
	line-height: 100%;
	font-size: 0.18rem;
	display: block;
	padding: 0.16rem 0.2rem;
	color: #222;
	font-weight: bold;
}
.p_men_list ul li a {
	padding-left: 0.5rem;
	font-size: 0.16rem;
	color: #222;
	text-transform: capitalize;
	position: relative;
	font-weight: normal;
}
.p_men_list > li:hover > a,
.p_men_list > li.active > a {
	color: var(--i_color);
}
.p_men_list ul li:hover a,
.p_men_list ul li.active a {
	color: #4d4d4d;
}
.p_men_list ul li.active a {
	font-weight: bold;
}
.p_men_list ul ul li a {
	color: var(--font_color);
	padding-left: 40px;
}
.p_men_list ul ul li a:hover {
	color: var(--i_color);
}
.p_men_list span {
	cursor: pointer;
	position: absolute;
	top: 0.16rem;
	right: 3%;
	z-index: 3;
	width: 20px;
	height: 20px;
	font-size: 0.2rem;
	display: flex;
	align-items: center;
	justify-content: center;
}
.p_men_list > li:hover > span,
.p_men_list > li.active > span {
	color: var(--i_color);
}
.p_men_list ul li i {
	position: absolute;
	width: 18px;
	height: 18px;
	background: #fff;
	border: 1px solid rgba(0, 0, 0, 0.2);
	position: absolute;
	left: 0.2rem;
	top: 50%;
	transform: translateY(-50%);
}
.p_men_list ul li:hover i,
.p_men_list ul li.active i {
	background: url(static/imgs/gou.png) no-repeat center;
	background-size: cover;
	border-color: var(--i_color);
}
.in_c_name h6 {
	font-size: 0.36rem;
	padding-bottom: 0.1rem;
	margin-bottom: 0.1rem;
	color: #222;
	font-weight: bold;
	border-bottom: 1px solid var(--border_color);
}
.in_c_name p {
	margin: 0.2rem 0 0.3rem;
	font-size: 0.16rem;
	color: #333;
}
.in_p_r {
	min-height: 800px;
}
.in_p_r,
.in_c_name {
	margin-left: auto;
	width: 75%;
}
.in_p_r a {
	position: relative;
}
.in_p_list {
	width: 100%;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
}
.in_p_list > li {
	width: calc(100% / 3 - 2%);
	margin-right: 3%;
	margin-bottom: 0.36rem;
	overflow: hidden;
}
.in_p_list > li:nth-child(3n) {
	margin-right: 0;
}
@media screen and (max-width: 1024px) {
	.in_p_list {
		justify-content: space-between;
	}
	.in_p_list > li {
		width: 49%;
		margin-right: 0;
	}
}
@media screen and (max-width: 560px) {
	.in_p_list > li {
		width: 100%;
	}
}
.in_p_list > a {
	display: block;
	width: 100%;
}
.in_p_list .params p {
	font-weight: normal;
}
@media screen and (max-width: 1024px) {
	.p_nav,
	.in_p_r {
		width: 100%;
	}
}
/* Number of pages */
.in_page_box {
	margin: 0.3rem 0;
	text-align: center;
	overflow: hidden;
}
.in_page {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.in_page li {
	min-width: 0.32rem;
	margin: 0 0.04rem;
}
.in_page a,
.in_page span {
	display: block;
	padding: 0 0.12rem;
	line-height: 0.32rem;
	font-size: 0.14rem;
	color: #666;
	background: #fff;
	-webkit-border-radius: 1rem;
	-moz-border-radius: 1rem;
	border-radius: 1rem;
	border: 1px solid var(--border_color);
	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_box {
		margin-top: 0.4rem;
	}
}
@media screen and (max-width: 768px) {
	.in_page li {
		min-width: 0.28rem;
	}
	.in_page a,
	.in_page span {
		line-height: 0.28rem;
		padding: 0 0.1rem;
	}
}
@media screen and (max-width: 560px) {
	.in_page_box {
		margin-top: 0.3rem;
	}
}
/* -------------------detail------------------------- */
.p_atlas_show_box {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	position: relative;
}
.p_atlas_show {
	width: 42%;
	position: relative;
	overflow: hidden;
	z-index: 2;
}
.p_atlas_show .swiper-wrapper {
	display: -webkit-flex;
	display: flex;
	position: relative;
	width: 100%;
}
.p_atlas_show .swiper-slide {
	flex-shrink: 0;
	position: relative;
}
.p_atlas_show .swiper-slide .img {
	position: relative;
	overflow: hidden;
	background: #fff;
}
.p_atlas_show .swiper-slide .img::before {
	content: "";
	display: block;
	padding-bottom: 100%;
}
.p_atlas_show .swiper-slide img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.p_det_t {
	width: 54%;
	margin-left: auto;
	position: relative;
}
.p_det_cont {
	position: relative;
}
.p_det_cont h1 {
	font-size: 0.36rem;
	color: #222;
	font-weight: bold;
}
.p_det_ms {
	margin: 0.3rem 0;
}
.p_det_ms article {
	font-size: 0.16rem;
	color: #999;
}
.p_det_ms article {
	height: calc(0.24rem * 6);
	padding-right: 0.1rem;
	overflow-y: auto;
	overflow-x: hidden;
}
.p_det_ms article::-webkit-scrollbar {
	width: 2px;
}
.p_atlas_list {
	width: 80%;
	position: relative;
	overflow: hidden;
}
.p_atlas_list h4 {
	font-size: 0.18rem;
	color: #222;
	font-weight: bold;
	margin-bottom: 0.1rem;
}
.p_atlas_list .swiper-wrapper {
	display: -webkit-flex;
	display: flex;
	position: relative;
	width: 100%;
}
.p_atlas_list .swiper-slide {
	flex-shrink: 0;
	position: relative;
	cursor: pointer;
	overflow: hidden;
}
.p_atlas_list .swiper-slide::before {
	content: "";
	display: block;
	padding-bottom: 100%;
}
.p_atlas_list .img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	border: 2px solid transparent;
	overflow: hidden;
}
.p_atlas_list .swiper-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.p_atlas_list .swiper-slide-thumb-active .img {
	border-color: var(--i_color);
}
.p_atlas_np {
	display: none;
}
@media screen and (max-width: 1024px) {
	.p_atlas_np {
		display: -webkit-flex;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
		margin: 0.2rem 0;
	}
}
.atlas-prev,
.atlas-next {
	z-index: 3;
	cursor: pointer;
	outline: none;
	-webkit-user-select: none;
	user-select: none;
}
.atlas-prev i,
.atlas-next i {
	font-size: 0.3rem;
}
.p_atlas_list .swiper-button-disabled {
	cursor: not-allowed;
}
.atlas-prev:hover i,
.atlas-next:hover i {
	color: var(--i_color);
}
.atlas-pagination {
	display: block;
	margin: 0 0.1rem;
	text-align: center;
}
.atlas-pagination,
.atlas-pagination span {
	font-size: 0.16rem;
	color: #333;
}
.atlas-pagination .swiper-pagination-current {
	font-size: 0.2rem;
	color: var(--i_color);
}
@media screen and (max-width: 1024px) {
	.p_atlas_show {
		width: 100%;
	}
	.p_det_t {
		width: 100%;
		margin-top: 0.3rem;
	}
	.p_atlas_list {
		display: none;
	}
	.p_det_cont h1 {
		font-size: 0.3rem;
	}
}
@media screen and (max-width: 560px) {
	.p_det_cont h1 {
		font-size: 0.22rem;
	}
}
.gua h6 {
	font-size: 0.18rem;
	color: #222;
	font-weight: bold;
}
.gua p {
	font-size: 0.16rem;
	color: #333;
	margin: 0.1rem 0;
	padding-left: 0.3rem;
	position: relative;
}
.gua p::after {
	content: "";
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background: url(static/imgs/gou.png) no-repeat center;
	background-size: cover;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.share {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.1rem;
}
.share p {
	width: 100%;
	font-size: 0.18rem;
	font-weight: bold;
	color: #222;
}
.share a {
	width: 0.6rem;
	height: 0.6rem;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	align-items: center;
	border: 1px solid rgba(0, 0, 0, 0.1);
	font-size: 0.3rem;
	color: var(--i_color2);
}
.share a:hover {
	background: var(--i_color);
	border-color: var(--i_color);
	color: #fff;
}
/* 菜单 */
.detail {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}
.detail_cont {
	width: 72%;
	margin-right: auto;
	border: 1px solid var(--border_color);
}
.detail .p_nav {
	margin-left: auto;
	margin-right: 0;
}
@media screen and (max-width: 1024px) {
	.detail_cont {
		width: 100%;
	}
	.detail .p_nav {
		display: none;
	}
}
.pd_menu {
	color: #fff;
	width: 100%;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
}
.pd_menu li {
	text-align: center;
	flex: 1;
	padding: 0.12rem 0.1rem;
	font-size: 0.18rem;
	color: #333;
	text-transform: capitalize;
	background: #f9f9f9;
	position: relative;
	cursor: pointer;
	font-weight: bold;
}
.pd_menu li:not(:last-child) {
	border-right: 1px solid var(--border_color);
}
.pd_menu li::after {
	content: "";
	width: 100%;
	height: 1px;
	background-color: #d8d8d8;
	position: absolute;
	bottom: 0;
	left: 0;
}
.pd_menu li::after,
.pd_menu li {
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.pd_menu li.current::after,
.pd_menu li:hover::after {
	bottom: 100%;
	background: var(--linear-gradien);
	height: 3px;
}
.pd_menu li.current,
.pd_menu li:hover {
	background: #fff;
	color: var(--i_color);
}
@media screen and (max-width: 1024px) {
	.pd_menu li {
		font-size: 0.2rem;
	}
}
@media screen and (max-width: 768px) {
	.pd_menu li {
		font-size: 0.18rem;
	}
}
@media screen and (max-width: 560px) {
	.pd_menu {
		gap: 0 10px;
	}
	.pd_menu li {
		font-size: 0.16rem;
		padding: 0.1rem 6px;
	}
}
.pd_content {
	background: #fff;
	padding: 0.2rem 0.26rem;
}
@media screen and (max-width: 1024px) {
	.pd_content {
		padding: 0.2rem;
	}
}
.pd_content article {
	color: #222;
	font-size: 0.18rem;
	line-height: 150%;
}
.pd_content article img,
.pd_content article iframe {
	max-width: 100%;
}
.in_v {
	position: relative;
	overflow: hidden;
}
.in_v::before {
	content: "";
	display: block;
	padding-bottom: 47.143%;
}
@media screen and (max-width: 560px) {
	.in_v::before {
		padding-bottom: 57.143%;
	}
}
.in_v iframe {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.pd_gallery {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.pd_gallery li {
	width: 48%;
	position: relative;
	overflow: hidden;
}
.pd_gallery li::before {
	content: "";
	display: block;
	padding-bottom: 100%;
}
.pd_gallery li img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.tag {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	flex-wrap: wrap;
}
.tag p {
	width: 100%;
	font-size: 0.24rem;
	font-weight: bold;
	margin-bottom: 0.1rem;
}
.tag a {
	font-size: 18px;
	line-height: 200%;
	display: table;
	color: #333;
	margin-right: 0.2rem;
	text-transform: capitalize;
	transition: all 0.3s ease;
}
.tag a:hover {
	color: var(--i_color);
	text-decoration: underline;
}
@media screen and (max-width: 1024px) {
	.tag a {
		font-size: 0.16rem;
	}
}
.pd_navigation {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	padding: 20px 0;
}
.pd_navigation a {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	flex-wrap: wrap;
}
.pd_navigation h6 {
	font-size: 18px;
	color: #222;
	font-weight: bold;
	margin: 0 10px;
}
.pd_n_btn {
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	align-items: center;
	font-size: 0.3rem;
	color: var(--i_color);
}
.pd_navigation li:hover .pd_n_btn {
	color: var(--i_color2);
}
@media screen and (max-width: 1024px) {
	.pd_n_btn {
		width: 40px;
		height: 40px;
		font-size: 0.18rem;
	}
	.pd_navigation h6 {
		font-size: 16px;
	}
}
/* ----------------------about-------------------- */
.in_a .top_wrap {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.in_a .txt {
	width: 45%;
}

.in_a .text {
	font-size: 0.18rem;
	color: #666;
}
.in_a .img {
	width: 50%;
	position: relative;
}
.img {
	position: relative;
	overflow: hidden;
}
.in_a .img::before {
	content: "";
	display: block;
	padding-bottom: 70%;
}
.in_a .img iframe {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
/* .in_a .img::before {
	content: "";
	width: 0;
	height: 0;
	border-left: 50px solid transparent;
	border-right: 50px solid transparent;
	border-bottom: 50px solid #fff;
	display: block;
	transform: rotate(45deg);
	position: absolute;
	top: -10px;
	right: -34px;
}
.in_a .img::after {
	content: "";
	width: 56px;
	height: 104px;
	background: var(--i_color);
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: -1;
}
.in_a .img img {
	width: 100%;
} */
@media screen and (max-width: 959px) {
	.in_a .txt {
		width: 100%;
	}
	.in_a .img {
		width: 100%;
		margin-top: 0.3rem;
	}
}
.i_v_btn {
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 0.8rem;
	height: 0.8rem;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	z-index: 6;
	border: 6px solid #fff;
	font-size: 38px;
	color: #fff;
}
.i_v_btn::before,
.i_v_btn::after {
	content: "";
	width: 100%;
	height: 100%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	position: absolute;
	border: 6px solid #fff;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: -1;
	animation: dot 2s infinite;
}
.i_v_btn::after {
	animation-delay: 0.3s;
}
@keyframes dot {
	0% {
		transform: translate(-50%, -50%) scale(1);
		opacity: 1;
	}
	100% {
		transform: translate(-50%, -50%) scale(1.4);
		opacity: 0;
	}
}
@media screen and (max-width: 1024px) {
	.i_v_btn {
		width: 0.5rem;
		height: 0.5rem;
	}
	.i_v_btn iconify-icon {
		font-size: 26px;
	}
}
/* 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: -0.2rem;
	right: -0.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: -0.15rem;
		right: -0.15rem;
		width: 0.3rem;
		height: 0.3rem;
	}
	.close_v::before {
		font-size: 0.3rem;
	}
}
@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: -0.15rem;
		right: -0.15rem;
		width: 0.3rem;
		height: 0.3rem;
	}
	.close_v::before {
		font-size: 0.3rem;
	}
}
.i_ab_num {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.i_ab_num li {
	width: 24%;
	padding: 0.3rem;
	background: #f9f9f9;
	position: relative;
	border-bottom: 4px solid transparent;
}
.i_ab_num li::after {
	content: "";
	width: 100%;
	height: 4px;
	background: var(--i_color2);
	position: absolute;
	left: 0;
	bottom: 0;
}
.i_ab_num li::before {
	content: "";
	width: 0;
	height: 0;
	border-left: 50px solid transparent;
	border-right: 50px solid transparent;
	border-bottom: 50px solid #fff;
	display: block;
	transform: rotate(45deg);
	position: absolute;
	top: -10px;
	right: -34px;
	z-index: 2;
}
.i_ab_num h5 {
	font-size: 24px;
	margin-bottom: 10px;
}
.i_ab_num h5 span {
	font-size: 0.58rem;
	font-weight: bold;
	font-family: "din";
	color: var(--i_color);
}
.i_ab_num p {
	font-size: 0.18rem;
	color: #999;
	margin: 0.2rem 0;
}
.i_ab_num h5,
.i_ab_num p {
	position: relative;
	z-index: 10;
}
.i_ab_num h5,
.i_ab_num p,
.i_ab_num li,
.i_ab_num li::after {
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.i_ab_num li:hover::after {
	height: 100%;
}
.i_ab_num li:hover h5,
.i_ab_num li:hover span {
	color: var(--i_color);
}
.i_ab_num li:hover p {
	color: #fff;
}
.i_ab_num li:hover {
	border-color: var(--i_color);
}
@media screen and (max-width: 1440px) {
	.i_ab_num h5 span {
		font-size: 0.5rem;
	}
}
@media screen and (max-width: 1024px) {
	.i_ab_num h5 span {
		font-size: 0.4rem;
	}
	.i_ab_num h5 {
		font-size: 20px;
		margin-bottom: 0;
	}
	.i_ab_num p {
		font-size: 18px;
	}
}
@media screen and (max-width: 768px) {
	.i_ab_num li {
		width: 49%;
		margin-bottom: 0.3rem;
	}
	.i_ab_num h5 span {
		font-size: 0.3rem;
	}
	.i_ab_num h5 {
		font-size: 18px;
	}
	.i_ab_num p {
		font-size: 16px;
	}
}
.in_coo {
	background: url("static/imgs/source/bc_in_coo.webp") no-repeat center;
	background-size: cover;
}
.in_coo .top_wrap {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.in_coo .txt {
	width: 46%;
}
.in_coo .img {
	width: 47%;
	position: relative;
}
.in_coo .text {
	font-size: 0.18rem;
	color: #fff;
}
.in_coo .img::after {
	content: "";
	width: 56px;
	height: 104px;
	background: var(--i_color);
	position: absolute;
	bottom: -6px;
	left: -6px;
	z-index: 1;
}
.in_coo .img img {
	width: 100%;
	position: relative;
	z-index: 2;
}
@media screen and (max-width: 959px) {
	.in_coo .img {
		width: 100%;
	}
	.in_coo .txt {
		width: 100%;
		margin-top: 0.3rem;
	}
}
.in_global .img,
.in_global .img img {
	width: 100%;
}
/* 合作伙伴 */
.env {
	position: relative;
}
.env_list {
	width: 100%;
	padding: 0;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	z-index: 1;
}
.env_list .swiper-wrapper {
	display: flex;
	position: relative;
	width: 100%;
	z-index: 1;
}
.env_list .swiper-slide {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-shrink: 0;
	position: relative;
	cursor: pointer;
}
.env_list .img {
	border: 1px solid var(--border_color);
	width: 100%;
	position: relative;
	overflow: hidden;
	background: #fff;
}
.env_list .img:before {
	content: "";
	display: block;
	padding-bottom: 81.72%;
}
.env_list .img img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.env_list .swiper-wrapper {
	display: flex;
	position: relative;
	width: 100%;
	z-index: 1;
	-webkit-transition-timing-function: linear !important;
	-moz-transition-timing-function: linear !important;
	-ms-transition-timing-function: linear !important;
	-o-transition-timing-function: linear !important;
	transition-timing-function: linear !important;
}
.in_a_service {
	background: url("static/imgs/source/in_a_service.webp") no-repeat center left;
	background-size: cover;
}
.in_a_service .txt {
	width: 36%;
}
.in_a_service .txt > p {
	font-size: 0.18rem;
	color: #fff;
	margin: 0.2rem 0;
}
.in_a_service .i_but i {
	color: #fff;
}
@media screen and (max-width: 1440px) {
	.in_a_service .txt {
		width: 50%;
	}
}
@media screen and (max-width: 1024px) {
	.in_a_service .txt {
		width: 60%;
	}
}
@media screen and (max-width: 768px) {
	.in_a_service .txt {
		width: 100%;
	}
}
section {
	overflow: hidden;
}
/* -----------------------service---------------------------- */
.in_s_list {
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	gap: 1rem 0.6rem;
}
.in_s_list li {
	width: calc((100% - 1.2rem) / 3);
	background: #f9f9f9;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
@media screen and (max-width: 1440px) {
	.in_s_list {
		gap: 0.8rem 0.4rem;
	}
	.in_s_list li {
		width: calc((100% - 0.8rem) / 3);
	}
}
@media screen and (max-width: 768px) {
	.in_s_list {
		gap: 0.3rem;
	}
	.in_s_list li {
		width: 100%;
	}
}
.in_s_list li::before {
	content: "";
	width: 0;
	height: 0;
	border-left: 50px solid transparent;
	border-right: 50px solid transparent;
	border-bottom: 50px solid #fff;
	display: block;
	transform: rotate(45deg);
	position: absolute;
	top: -10px;
	right: -34px;
	z-index: 2;
}
.in_s_list .txt {
	padding: 0.2rem;
}
.in_s_list .ico {
	width: 0.74rem;
	height: 0.74rem;
	background: var(--i_color2);
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	align-items: center;
}
.in_s_list .ico img {
	max-width: 0.3rem;
}
.in_s_list h6 {
	color: #222;
	font-size: 0.24rem;
	font-weight: bold;
	margin-bottom: 0.2rem;
}
.in_s_list p {
	color: #999;
	font-size: 0.18rem;
}
.in_s_list .img {
	width: 100%;
	position: relative;
	overflow: hidden;
}
.in_s_list .img::before {
	content: "";
	display: block;
	padding-bottom: 55.32%;
}
.in_s_list .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.in_s_list .ico,
.in_s_list .ico img,
.in_s_list .img img {
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.in_s_list li:hover .ico {
	background: var(--i_color);
}
.in_s_list li:hover .ico img {
	transform: rotateY(360deg);
}
.in_s_list li:hover .img img {
	width: 105%;
	height: 105%;
}
.in_service_process {
	background: url("static/imgs/source/bc_process.webp") no-repeat center right;
	background-size: cover;
}
.in_service_process .txt {
	width: 55%;
	margin-left: auto;
}
@media screen and (max-width: 1440px) {
	.in_service_process .txt {
		width: 60%;
	}
}
@media screen and (max-width: 1024px) {
	.in_service_process .txt {
		width: 70%;
	}
	.in_s_list h6 {
		font-size: 0.2rem;
	}
	.in_s_list p {
		font-size: 0.16rem;
	}
}
@media screen and (max-width: 768px) {
	.in_service_process .txt {
		width: 80%;
	}
}
@media screen and (max-width: 560px) {
	.in_service_process .txt {
		width: 100%;
	}
}
.in_sp_list {
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
}
.in_sp_list {
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	gap: 0.8rem 1rem;
}
.in_sp_list li {
	width: calc((100% - 2rem) / 3);
	position: relative;
}
.in_sp_list li::after {
	content: "";
	width: calc(100% + 1rem);
	height: 20px;
	position: absolute;
	top: 4px;
	right: 100%;
	background: url(static/imgs/ico_process.png) no-repeat center;
	background-size: cover;
}
@media screen and (max-width: 1440px) {
	.in_sp_list {
		gap: 0.4rem 0.8rem;
	}
	.in_sp_list li {
		width: calc((100% - 1.6rem) / 3);
	}
	.in_sp_list li::after {
		width: calc(100% + 0.8rem);
	}
}
@media screen and (max-width: 1024px) {
	.in_sp_list {
		gap: 0.3rem 0.6rem;
	}
	.in_sp_list li {
		width: calc((100% - 1.2rem) / 3);
	}
	.in_sp_list li::after {
		width: calc(100% + 0.6rem);
	}
}
.in_sp_list li:first-child::after,
.in_sp_list li:nth-child(4)::after {
	display: none;
}
.in_sp_list span {
	display: block;
	text-align: center;
	width: 30px;
	line-height: 30px;
	background: var(--i_color);
	font-size: 0.24rem;
	font-family: "din";
	color: #fff;
	position: relative;
	z-index: 2;
}
.in_sp_list h6 {
	font-size: 0.24rem;
	color: #fff;
	font-weight: bold;
	text-transform: capitalize;
	margin: 0.2rem 0;
}
.in_sp_list p {
	font-size: 0.18rem;
	color: #fff;
	opacity: 0.8;
}
.in_sp_list h6 {
	font-size: 0.2rem;
}
.in_sp_list p {
	font-size: 0.16rem;
}
.faq_list {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.faq_list li {
	width: 48%;
	background: #f9f9f9;
	padding: 0.5rem;
	margin-bottom: 0.6rem;
	position: relative;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.faq_list li:hover {
	transform: translateY(-10px);
}
.faq_list li::before {
	content: "";
	width: 0;
	height: 0;
	border-left: 50px solid transparent;
	border-right: 50px solid transparent;
	border-bottom: 50px solid #fff;
	display: block;
	transform: rotate(136deg);
	position: absolute;
	bottom: -10px;
	right: -34px;
	z-index: 2;
}
.faq_list .txt {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 0.4rem;
}
.faq_list span {
	display: block;
	font-family: "din";
	font-size: 0.36rem;
	color: #fff;
	font-weight: bold;
	width: 50px;
	line-height: 50px;
	text-align: center;
	background: var(--i_color2);
}
.faq_list .txt:last-child span {
	background: var(--i_color);
}
.faq_list h6,
.faq_list p {
	width: calc(100% - 70px);
}
.faq_list h6 {
	font-size: 0.2rem;
	font-weight: bold;
	color: #222;
}
.faq_list p {
	font-size: 0.18rem;
	color: #222;
	opacity: 0.6;
}
@media screen and (max-width: 1440px) {
	.faq_list li {
		padding: 0.4rem;
	}
}
@media screen and (max-width: 1024px) {
	.faq_list li {
		padding: 0.3rem;
	}
	.faq_list span {
		width: 40px;
		line-height: 40px;
		font-size: 0.24rem;
	}
	.faq_list h6,
	.faq_list p {
		width: calc(100% - 60px);
	}
	.faq_list .txt {
		margin-bottom: 0.3rem;
	}
}
@media screen and (max-width: 768px) {
	.faq_list li {
		width: 100%;
		margin-bottom: 0.4rem;
	}
}
/* -------------------------news---------------------------- */
.s_nav_tit {
	width: 100%;
	background-color: var(--i_color);
	position: relative;
	display: none;
}
.s_nav_tit h6 {
	font-size: 0.18rem;
	line-height: 0.5rem;
	color: white;
	text-align: center;
}
.s_nav_tit i {
	display: block;
	width: 0.3rem;
	height: 0.3rem;
	background: url(static/imgs/arrow_down_hollow_bai.svg) no-repeat center;
	background-size: 20px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 2%;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.s_nav_tit.on i {
	transform: translateY(-50%) rotate(180deg);
}
@media screen and (max-width: 1024px) {
	.s_nav_tit {
		display: block;
	}
}
.navFix {
	position: fixed;
	left: 50%;
	transform: translateX(-50%);
	margin: 0 auto 0;
	top: var(--header_height);
	z-index: 99;
	width: 100%;
	background-color: #fff;
	padding: 0.1rem 0;
	border-top: 1px solid var(--border_color);
}
@media screen and (max-width: 1024px) {
	.navFix {
		padding: 0;
	}
	.menu {
		margin-top: 0;
	}
}
.n_menu {
	display: flex;
	display: -webkit-flex;
}
.n_menu li {
	min-width: 18%;
	text-align: center;
	background: #f9f9f9;
	position: relative;
	overflow: hidden;
	border: 1px solid var(--border_color);
}
.n_menu li:not(:last-child) {
	border-right: none;
}
.n_menu a {
	display: block;
	width: 100%;
	padding: 0.1rem 0.3rem;
	font-size: 0.18rem;
	color: #222;
	position: relative;
	z-index: 2;
	text-transform: capitalize;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.n_menu li.curr,
.n_menu li:hover {
	background: #fff;
}
@media screen and (max-width: 1024px) {
	.n_menu {
		display: none;
		width: 100%;
	}
	.n_menu li {
		min-width: 100%;
		border: none;
		border-bottom: 1px solid var(--border_color);
		text-align: left;
	}
	.n_menu a {
		padding: 0.12rem 0.2rem;
	}
	.n_menu li.curr a,
	.n_menu li:hover a {
		color: var(--i_color);
	}
}
.in_list {
	justify-content: space-between;
	gap: 0;
}
.in_list li {
	width: 47%;
	margin-bottom: 1rem;
}
@media screen and (max-width: 1440px) {
	.in_list li {
		margin-bottom: 0.8rem;
	}
}
@media screen and (max-width: 1024px) {
	.in_list li {
		margin-bottom: 0.6rem;
	}
}
@media screen and (max-width: 560px) {
	.in_list li {
		width: 100%;
	}
}
.in_c_list {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.in_c_list li {
	width: 30%;
	text-align: center;
	border: 1px solid var(--border_color);
	padding: 0 0.4rem 0.4rem;
}
.in_c_list .ico {
	width: 96px;
	height: 96px;
	margin: 0 auto;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	background: var(--i_color2);
	align-items: center;
	position: relative;
	font-size: 0.4rem;
	color: #fff;
}
.in_c_list .ico::after {
	content: "";
	width: 0;
	height: 0;
	border-left: 46px solid transparent;
	border-right: 50px solid transparent;
	border-bottom: 20px solid var(--i_color2);
	display: block;
	position: absolute;
	left: 0;
	top: -20px;
}
.in_c_list h6 {
	font-size: 0.24rem;
	color: var(--i_color);
	font-weight: bold;
	margin: 0.5rem 0 0.4rem;
}
.in_c_list p,
.in_c_list a {
	display: block;
	font-size: 0.24rem;
	color: #222;
}
.in_c_list li:hover {
	background: var(--i_color2);
}
.in_c_list h6,
.in_c_list li,
.in_c_list p,
.in_c_list .ico,
.in_c_list .ico::after,
.in_c_list .ico iconify-icon {
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.in_c_list li:hover h6,
.in_c_list li:hover p,
.in_c_list li:hover a {
	color: #fff;
}
.in_c_list li:hover .ico {
	background: var(--i_color);
}
.in_c_list li:hover .ico::after {
	border-bottom: 20px solid var(--i_color);
}
.in_c_list li:hover .ico iconify-icon {
	transform: rotateY(180deg);
}
@media screen and (max-width: 1440px) {
	.in_c_list .ico {
		width: 80px;
		height: 80px;
	}
	.in_c_list .ico::after {
		border-right: 41px solid transparent;
		border-left: 40px solid transparent;
	}
	.in_c_list h6 {
		margin: 0.3rem 0 0.2rem;
	}
	.in_c_list p,
	.in_c_list a {
		font-size: 0.18rem;
	}
}
@media screen and (max-width: 1024px) {
	.in_c_list .ico {
		width: 60px;
		height: 60px;
	}
	.in_c_list .ico::after {
		border-right: 30px solid transparent;
		border-left: 30px solid transparent;
	}
	.in_c_list h6 {
		font-size: 0.2rem;
	}
	.in_c_list li {
		padding: 0 0.3rem 0.3rem;
	}
	.in_c_list p,
	.in_c_list a {
		font-size: 0.16rem;
	}
}
@media screen and (max-width: 560px) {
	.in_c_list li {
		width: 100%;
		margin-bottom: 0.6rem;
	}
}
#wpforms-39 {
	--input_font_size: 0.18rem;
	--input_height: 0.7rem;
}
#wpforms-39 {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	position: relative;
}
#wpforms-form-39 {
	width: 100%;
	overflow: hidden;
}
#wpforms-39 input,
#wpforms-39 button {
	margin: 0;
	padding: 0;
	border: none;
	background: none;
}
#wpforms-39 .wpforms-field {
	padding: 0;
	margin: 0;
}
#wpforms-39 .wpforms-error-container {
	line-height: 16px;
}
#wpforms-39 .wpforms-field-container {
	width: 100%;
	position: relative;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	overflow: hidden;
	margin-bottom: 0.2rem;
}
#wpforms-39 .wpforms-field-label {
	font-size: 0;
	position: absolute;
}
#wpforms-39 .wpforms-field-label span {
	font-size: 0.18rem;
	color: red;
	position: absolute;
	top: 0.26rem;
	left: 0.11rem;
}
#wpforms-39 .wpforms-field {
	margin-bottom: 0px;
	padding-bottom: 20px;
	background: transparent;
	overflow: hidden;
	position: relative;
	margin-right: 20px;
	width: calc(50% - 10px);
}
#wpforms-39 .wpforms-submit-container {
	position: absolute;
	right: 0;
	bottom: 37.5px;
	width: calc(50% - 10px);
	background: var(--i_color);
}
#wpforms-39-field_6-container {
	position: absolute !important;
	top: 0;
	right: 0;
	height: calc(100% - var(--input_height) - 20px);
	margin-right: 0px !important;
	box-sizing: border-box;
	padding-bottom: 0.2rem;
}
#wpforms-39 input {
	height: var(--input_height);
}
#wpforms-39 textarea {
	min-height: 100px;
	height: 100%;
}
#wpforms-39 input,
#wpforms-39 textarea {
	width: 100%;
	max-width: 100% !important;
	font-size: var(--input_font_size);
	color: #222;
	line-height: var(--input_height);
	padding: 0 0.2rem;
	border: 1px solid var(--border_color);
}
#wpforms-39 textarea {
	padding: 0.2rem;
}
#wpforms-39 input::-webkit-input-placeholder {
	color: #222;
	font-size: var(--input_font_size);
}
#wpforms-39 input::-moz-placeholder {
	color: #222;
	font-size: var(--input_font_size);
}
#wpforms-39 input::-moz-placeholder {
	color: #222;
	font-size: var(--input_font_size);
}
#wpforms-39 input::-ms-input-placeholder {
	color: #222;
	font-size: var(--input_font_size);
	line-height: 0.24rem;
}
#wpforms-39 textarea::-webkit-input-placeholder {
	color: #222;
	font-size: var(--input_font_size);
	line-height: 0.24rem;
}
#wpforms-39 textarea::-moz-placeholder {
	color: #222;
	font-size: var(--input_font_size);
	line-height: 0.24rem;
}
#wpforms-39 textarea::-moz-placeholder {
	color: #222;
	font-size: var(--input_font_size);
	line-height: 0.24rem;
}
#wpforms-39 textarea::-ms-input-placeholder {
	color: #222;
	font-size: var(--input_font_size);
	line-height: 0.24rem;
}
#wpforms-39 #wpforms-39-field_1-error,
#wpforms-39 #wpforms-39-field_2-error,
#wpforms-39 #wpforms-39-field_3-error,
#wpforms-39 #wpforms-39-field_4-error {
	position: absolute;
	font-size: 14px;
}
#wpforms-39 .wpforms-submit-container button {
	overflow: hidden;
	position: relative;
	width: 100%;
	line-height: var(--input_height);
	height: var(--input_height);
	font-size: 0.18rem;
	color: #fff;
	cursor: pointer;
	text-transform: uppercase;
	position: relative;
	z-index: 2;
}
#wpforms-39 .wpforms-submit-container button:hover {
	color: var(--i_color2);
}
#wpforms-39 .wpforms-submit-container img {
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	right: 4px;
}
@media screen and (max-width: 560px) {
	#wpforms-39 {
		--input_font_size: 0.16rem;
		--input_height: 0.54rem;
	}
	#wpforms-39-field_6-container {
		position: relative !important;
	}
	#wpforms-39 .wpforms-submit-container {
		width: 100%;
		position: relative;
		bottom: auto;
	}
	#wpforms-39 .wpforms-field {
		width: 100%;
		margin-right: 0px;
	}
}
.map {
	position: relative;
	overflow: hidden;
}
.map::before {
	content: "";
	display: block;
	padding-bottom: 39.93%;
}
.map iframe {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.wpforms-container input.wpforms-field-medium,
.wpforms-container select.wpforms-field-medium,
.wpforms-container .wpforms-field-row.wpforms-field-medium,
.wp-core-ui div.wpforms-container input.wpforms-field-medium,
.wp-core-ui div.wpforms-container select.wpforms-field-medium,
.wp-core-ui div.wpforms-container .wpforms-field-row.wpforms-field-medium {
	max-width: 100% !important;
}
div.wpforms-container-full .wpforms-form label.wpforms-error,
div.wpforms-container-full .wpforms-form em.wpforms-error {
	margin-top: 0 !important;
}
.bt1 {
	position: absolute;
	top: 35%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.bt1 .txt {
	width: 65%;
}
.bt1 h3 {
	display: inline-flex;
	align-items: center;
	flex-wrap: wrap;
	font-size: 0.18rem;
	font-weight: bold;
	color: #fff;
	background: var(--i_color2);
	padding-right: 0.2rem;
}
.bt1 h3 span {
	padding: 0.1rem 0.2rem;
	margin-right: 0.2rem;
	background: var(--i_color);
}
.bt1 h4 {
	font-size: 0.58rem;
	text-transform: capitalize;
	color: #fff;
	font-weight: bold;
	margin: 0.6rem 0 0.3rem;
	text-shadow: 0px 0px 4px #000;
	line-height: 110%;
}
.bt1 p {
	font-size: 0.22rem;
	color: #fff;
}
@media screen and (max-width: 1440px) {
	.bt1 h4 {
		font-size: 0.4rem;
		margin: 0.4rem 0 0.2rem;
	}
	.bt1 p {
		font-size: 0.2rem;
		text-shadow: 0px 0px 4px #000;
	}
}
@media screen and (max-width: 1024px) {
	.bt1 h3 {
		font-size: 0.16rem;
	}
	.bt1 h4 {
		font-size: 0.3rem;
		margin: 0.3rem 0 0.2rem;
	}
	.bt1 p {
		font-size: 0.18rem;
	}
	.bt1 p br {
		display: none;
	}
}

@media screen and (max-width: 768px) {
	.bt1 .txt {
		width: 100%;
	}
	.bt1 h3 {
		display: none;
	}
	.bt1 h4 {
		font-size: 0.24rem;
		margin: 0.2rem 0 0.1rem;
	}
	.bt1 p {
		font-size: 0.16rem;
	}
}
