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

/* 调用外部字体 */
@font-face {
	font-family: 'bn';
	src: url('static/fonts/BebasNeue.otf');
}

/* 初始化 */
html {
	-webkit-text-size-adjust: 100% !important;
	text-size-adjust: 100% !important;
	-moz-text-size-adjust: 100% !important;
	-webkit-overflow-scrolling: touch;
	/* scroll-padding-top: 150px;
	scroll-behavior: smooth */
}html {    direction: ltr !important;}

body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td,
img {
	margin: 0;
	padding: 0
}

body,
button,
input,
select,
textarea {
	font: normal 13px Arial, system-ui, -apple-system, Microsoft Yahei, tahoma, sans-serif
}

button,
input,
textarea,
select {
	font-size: inherit;
	font-weight: inherit;
	border: 0;
	outline: 0
}

ul,
ol,
li {
	list-style: none
}

fieldset,
img {
	border: 0
}

h1,
h2,
h3,
h4,
h5,
h6,
code,
dfn,
em,
var,
i,
b {
	font-style: normal;
	font-weight: normal
}

a {
	text-decoration: none;
	color: #555
}

input,
textarea {
	outline-style: none
}

/* wpforms表单插件生成代码初始化 */
.wpforms-container .wpforms-confirmation-scroll,
.wpforms-container .wpforms-error-container {
	line-height: 16px
}
.wpforms-field-container .wpforms-field {
	padding: 0;
	margin: 0
}
.wpforms-field-container input,
.wpforms-field-container textarea {
	margin: 0;
	padding: 0;
	border: none;
	background: none
}
.wpforms-container-full .wpforms-form textarea,
.wpforms-container-full .wpforms-form .wpforms-field textarea.wpforms-error {
	border: none
}

/* 全局表单文字 */
input::-webkit-input-placeholder {
	color: #AAA;
	font-size: .13rem
}

input::-moz-placeholder {
	color: #AAA;
	font-size: .13rem
}

input:-moz-placeholder {
	color: #AAA;
	font-size: .13rem
}

input:-ms-input-placeholder {
	color: #AAA;
	font-size: .13rem
}

/*滚动条*/
::-webkit-scrollbar {
	width: 6px;
	height: 8px
}
::-webkit-scrollbar-thumb {
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	background: #333
}
::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	border-radius: 0;
	background: #F1F1F1
}

/* 复制选中 */
::selection {
	background: #338FFF;
	color: #FFF
}
::-moz-selection {
	background: #338FFF;
	color: #FFF
}
::-webkit-selection {
	background: #338FFF;
	color: #FFF
}

.fl {
	float: left
}
.fr {
	float: right
}
.container {
	overflow: hidden
}
.pr {
	position: relative
}
.clear {
	clear: both
}

.fz18 {
	font-size: 18px;
	line-height: 26px;
}
.fz17 {
	font-size: 17px;
	line-height: 24px;
}
.fz16 {
	font-size: 16px;
	line-height: 22px;
}
.fz15 {
	font-size: 15px;
	line-height: 22px;
}
.fz14 {
	font-size: 14px;
	line-height: 20px;
}
.fz13 {
	font-size: 13px;
	line-height: 20px;
}
.fz12 {
	font-size: 12px;
	line-height: 18px;
}
@media screen and (max-width:1440px) {
	.fz18 {
		font-size: 17px;
		line-height: 24px;
	}
	.fz17 {
		font-size: 16px;
		line-height: 22px;
	}
}
@media screen and (max-width:1366px) {
	.fz18 {
		font-size: 16px;
		line-height: 22px;
	}
	.fz17 {
		font-size: 15px;
	}
}
@media screen and (max-width:1200px) {
	.fz16 {
		font-size: 15px;
	}
}
@media screen and (max-width:1024px) {
	.fz18 {
		font-size: 15px;
		line-height: 20px;
	}
	.fz17 {
		font-size: 14px;
	}
}
@media screen and (max-width:767px) {
	.fz18 {
		font-size: 14px;
	}
	.fz17 {
		font-size: 13px;
		line-height: 20px;
	}
	.fz16,
	.fz15,
	.fz14 {
		font-size: 13px;
		line-height: 18px;
	}
}
@media screen and (max-width:560px) {}


.wrap {
	width: 1400px;
	margin: 0 auto
}

.wrap_top {
	width: 92%;
	margin: 0 auto
}

@media screen and (max-width:1600px) {
	.wrap {
		width: 88%
	}
}
@media screen and (max-width:1200px) {
	.wrap {
		width: 90%
	}
}
@media screen and (max-width:1366px) {
	.wrap_top {
		width: 96%;
	}
}
@media screen and (max-width:1024px) {
	.wrap {
		width: 94%
	}
	.wrap_top {
		position: initial;
	}
}


:root {
	--i_color: #0862A9;
	/* 全局颜色 */
	--i_color2: #E45927;
	/* 副颜色 */
	--i_color3: #002a5b;
	/* 选中颜色 */
	--header_height: 1.1rem;
	/* 头部高度 */
	--border_color: rgba(0, 0, 0, .1);
	/* 默认边框颜色 */
	--f_menu_height: 50px;
	/* 移动端底部菜单 */
}
header {
	--header_height: 1.1rem;
}
.TopHeader {
	--header_height: .6rem !important;
}

@media screen and (max-width:1024px) {
	:root,
	header {
		--header_height: .6rem;
	}
}
@media screen and (max-width:767px) {
	:root {
		--border_color: rgba(0, 0, 0, .06)
	}
}

/* header */
header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 2014
}

.top_cont {
	position: relative;
	z-index: 2013;
}
.top {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	position: relative;
}
.TopHeader .top_cont {
	background: var(--i_color);
}

@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: var(--i_color) !important;
	}
}



/* logo */
.logo {
	display: -webkit-flex;
	display: flex;
	align-items: center;
	height: var(--header_height);
}
.logo a {
	display: -webkit-flex;
	display: flex;
	align-items: center;
	height: 80%;
}
.logo img {
	max-width: .94rem;
	max-height: 100%;
}

@media screen and (max-width:1024px) {
	.logo a {
		height: 70%;
	}
}
@media screen and (max-width:959px) {}
@media screen and (max-width:767px) {}
@media screen and (max-width:560px) {}





/* 导航 */
@media screen and (min-width:1024px) {
	.i_nav {
		position: absolute;
		left: 50%;
		transform: translate(-50%, 0);
		display: -webkit-flex;
		display: flex;
		justify-content: center;
		flex-wrap: nowrap;
		z-index: 2014;
	}

	.i_nav>li {
		display: -webkit-flex;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		position: relative;
		height: var(--header_height);
		margin: 0 0.14rem;
		overflow: hidden;
	}

	.i_nav>li>a {
		display: block;
		padding: 0 .36rem;
		font-size: .16rem;
		color: #FFF;
		font-weight: bold;
		line-height: .36rem;
		white-space: nowrap;
		-webkit-border-radius: .08rem;
		border-radius: .08rem;
		text-transform: uppercase
	}

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

	.i_nav .sub-menu {
		display: none;
		position: absolute;
		border-top: 2px solid var(--i_color);
		background: #FFF;
		min-width: 1.6rem;
		overflow: hidden;
	}
	.i_nav .sub-menu li {
		position: relative;
		border-bottom: 1px solid var(--border_color);
	}
	.i_nav .sub-menu li::before {
		content: '';
		position: absolute;
		top: 50%;
		transform: translate(0, -50%);
		left: -.16rem;
		width: 0.14rem;
		height: 0.14rem;
		background: url(static/images/public/arrow_right_double_bai.svg) no-repeat center;
		background-size: contain;
	}
	.i_nav .sub-menu a {
		display: block;
		padding: 0 .8rem 0 .2rem;
		font-size: 0.15rem;
		color: #333;
		line-height: 0.44rem;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		position: relative;
		left: 0;
	}
	.i_nav .sub-menu li:hover {
		background: var(--i_color);
	}
	.i_nav .sub-menu li:hover::before {
		left: .16rem;
	}
	.i_nav .sub-menu li:hover a {
		left: .16rem;
		color: #FFF;
	}
	.i_nav .sub-menu li,
	.i_nav .sub-menu li::before,
	.i_nav .sub-menu a {
		-webkit-transition: all .5s ease;
		transition: all .5s ease
	}

}

@media screen and (max-width:1440px) {}
@media screen and (max-width:1366px) {
	.i_nav>li>a {
		padding: 0 .32rem;
		font-size: 0.15rem;
	}
}
@media screen and (max-width:1200px) {
	.i_nav>li {
		margin: 0 0.06rem;
	}
	.i_nav>li>a {
		padding: 0 .26rem;
		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 span {
		display: block;
		position: absolute;
		top: 0;
		right: 0;
		width: .44rem;
		height: .44rem;
		box-sizing: border-box;
		background: rgb(0 0 0 / 3%) url(static/images/public/arrow_down_hollow_hei.svg) no-repeat center;
		background-size: .2rem;
	}

	.i_nav>.menu-item-has-children span.on {
		background: rgb(0 0 0 / 3%) url(static/images/public/arrow_up_hollow_hei.svg) no-repeat center;
		background-size: .2rem;
	}

	.i_nav>li>a {
		padding: 0 .2rem;
		font-size: .15rem;
		color: #222;
		line-height: .44rem;
	}

	.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/images/public/arrow_down_hollow_hei.svg) no-repeat center;
		background-size: .16rem;
	}
	.i_nav>li>.sub-menu b.on {
		background: url(static/images/public/arrow_up_hollow_hei.svg) no-repeat center;
		background-size: .16rem;
	}

	.i_nav .sub-menu .sub-menu {
		display: none;
	}

	.i_nav .sub-menu .sub-menu a {
		padding: 0 .6rem;
		font-size: .13rem;
		color: #888;
		line-height: .36rem;
		position: relative;
	}

	.i_nav a {
		display: block;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis
	}
}
@media screen and (max-width:767px) {}

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


/* pc导航下拉菜单 */
.nav_list_show {
	display: none;
	position: absolute;
	top: var(--header_height);
	left: 0;
	box-sizing: border-box;
	padding: .46rem 0 .2rem;
	width: 100%;
	background: rgb(0 42 91 / 90%);
	z-index: 2012
}
.TopHeader .nav_list_show {
	top: var(--header_height) !important;
}

.nav_list_box {
	margin: 0 auto;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	padding: 10px;
}

.nav_list_box ul {
	margin: 0 auto;
	padding-bottom: 0.3rem;
	display: -webkit-flex;
	display: flex;
	flex-wrap: nowrap;
	overflow-x: auto;
}
/*滚动条*/
.nav_list_box ul::-webkit-scrollbar {
	width: 3px;
	height: 2px
}
.nav_list_box ul::-webkit-scrollbar-thumb {
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	background: rgb(255 255 255 / 40%)
}
.nav_list_box ul::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	border-radius: 0;
	background: rgba(255, 255, 255, .2)
}

.nav_list_show li {
	min-width: 260px;
	width: 260px;
	overflow: hidden;
	position: relative;
}
.nav_list_show li:not(:last-child) {
	margin-right: .3rem;
}
.nav_list_show li a {
	display: block;
	overflow: hidden
}

.nav_list_show .img {
	width: 100%;
	position: relative;
	-webkit-border-radius: .1rem;
	border-radius: .1rem;
	overflow: hidden
}
.nav_list_show .img::before {
	content: "";
	display: block;
	padding-bottom: 60%
}
.nav_list_show .img::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	border: 1px solid transparent;
	-webkit-border-radius: .1rem;
	border-radius: .1rem;
}
.nav_list_show .img img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 110%;
	height: 110%;
	object-fit: cover
}

.nav_list_show .txt {
	margin-top: 0.06rem;
}
.nav_list_show .txt p {
	margin-bottom: 0.1rem;
	text-align: center;
	font-size: 0.16rem;
	color: #FFF;
	line-height: 0.44rem;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	position: relative;
}
.nav_list_show .txt p::before {
	content: '';
	position: absolute;
	left: 50%;
	transform: translate(-50%, 0);
	bottom: 0;
	width: 0;
	height: 1px;
	background: var(--i_color2);
}
.nav_list_show .txt i {
	opacity: 0;
	display: block;
	margin: 0 auto;
	width: 0.5rem;
	height: 0.3rem;
	background: url(static/images/nav_arrow_right.svg) no-repeat center;
	background-size: contain;
	position: relative;
}

.nav_list_show li:hover .img::after {
	width: calc(100% - .18rem);
	height: calc(100% - .18rem);
	border-color: #FFF;
}
.nav_list_show li:hover .img img {
	width: 100%;
	height: 100%;
}
.nav_list_show li:hover p::before {
	width: 100%;
}
.nav_list_show li:hover i {
	opacity: 1;
	-webkit-animation: lr_move 1s infinite linear;
	animation: lr_move 1s infinite linear
}
@keyframes lr_move {
	0% {
		left: -.1rem;
	}
	25% {
		left: 0;
	}
	50% {
		left: .1rem;
	}
	75% {
		left: 0;
	}
	100% {
		left: -.1rem;
	}
}
.nav_list_show .img::after,
.nav_list_show .img img,
.nav_list_show .txt p::before {
	-webkit-transition: all .5s ease;
	transition: all .5s ease
}

@media screen and (max-width:1440px) {}
@media screen and (max-width:1366px) {}
@media screen and (max-width:1200px) {
	.nav_list_show li {
		min-width: 240px;
		width: 240px;
	}
}





/* 移动端导航按钮 */
.nav_menu {
	position: absolute;
	width: 22px;
	height: 16px;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	display: none;
	cursor: pointer
}
.nav_menu i {
	display: block;
	width: 100%;
	height: 3px;
	position: absolute;
	top: 50%;
	margin-top: -2px;
	background: #FFF;
	border-radius: .1rem;
	transition: 0.5s
}
.nav_menu::before,
.nav_menu::after {
	content: "";
	width: 100%;
	height: 3px;
	background: #FFF;
	position: absolute;
	left: 0;
	border-radius: .1rem;
	transition: 0.5s
}
.nav_menu::before {
	top: 0;
}
.nav_menu::after {
	bottom: 0;
}


.nav_menu.on i {
	opacity: 0
}

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

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

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

}


.top_r {
	--size: .4rem
}
.top_r {
	position: absolute;
	right: 0;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	height: var(--header_height)
}
/* 搜索 */
.top_search {
	display: -webkit-flex;
	display: flex;
	flex-wrap: nowrap;
	height: var(--size);
	box-sizing: border-box;
	position: relative;
	z-index: 2015;
}
.top_search form {
	width: var(--size);
	display: -webkit-flex;
	display: flex;
	flex-wrap: nowrap;
	position: relative;
}
.top_search_ipt {
	opacity: 0;
	position: absolute;
	top: 0;
	right: 0;
	width: var(--size);
	height: var(--size);
	box-sizing: border-box;
	padding: 0 var(--size) 0 0;
	line-height: var(--size);
	box-sizing: border-box;
	font-size: .14rem;
	color: #555;
	z-index: 3;
	cursor: pointer;
	-webkit-border-radius: 6px 0 0 6px;
	-moz-border-radius: 6px 0 0 6px;
	border-radius: 6px 0 0 6px;
}
.top_search.on .top_search_ipt {
	opacity: 1;
	padding-left: 10px;
	width: 2.6rem;
	background: #FFF;
	border: 1px solid var(--border_color);
	z-index: 1;
	-webkit-border-radius: .06rem;
	border-radius: .06rem;
}
.top_search_btn {
	width: var(--size);
	height: var(--size);
	background: url(static/images/public/search_1_bai.svg) no-repeat center;
	background-size: .24rem;
	-webkit-border-radius: 6px 0 0 6px;
	-moz-border-radius: 6px 0 0 6px;
	border-radius: 6px 0 0 6px;
	cursor: pointer;
	position: relative;
	z-index: 2;
}
.top_search.on .top_search_btn {
	background: url(static/images/public/search_1_hei.svg) no-repeat center;
	background-size: .24rem;
}

.top_search {
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease
}
.top_search_ipt,
.top_search_btn {
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}


.top_language {
	margin-left: 0.2rem;
	width: var(--size);
	position: relative;
	-webkit-border-radius: 0 6px 6px 0;
	-moz-border-radius: 0 6px 6px 0;
	border-radius: 0 6px 6px 0
}
.top_language i {
	display: block;
	width: var(--size);
	height: var(--size);
	background: url(static/images/public/language_2_bai.svg) no-repeat center;
	background-size: .26rem;
	cursor: pointer;
}
.top_language_list {
	display: none;
	position: absolute;
	right: 0;
	top: 52px;
	z-index: 2;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	-khtml-user-select: none;
	user-select: none;
}
.top_language_list::before {
	content: '';
	position: absolute;
	top: -.1rem;
	right: .12rem;
	width: 0;
	height: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 10px solid #FFF
}
.top_language.on .top_language_list {
	display: block !important;
}
.top_language_list ul {
	-webkit-border-radius: .05rem;
	border-radius: .05rem;
	overflow: hidden;
}

.top_language_list li {
	background: #FFF;
}
.top_language_list a>span {
	display: block;
	padding: 0 14px;
	min-width: 100px;
	overflow: hidden
}
.top_language_list img,
.top_language_list .trp-ls-language-name {
	display: inline-block;
	vertical-align: middle
}
.top_language_list .trp-ls-language-name {
	margin-left: 8px;
	font-size: .13rem;
	color: #606060;
	line-height: 32px
}
.top_language:hover>i,
.top_language.on>i {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg)
}
.top_language_list li:hover {
	background: #DDD
}
.top_language,
.top_language>i {
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

@media screen and (max-width:1440px) {
	.top_language {
		margin-left: 0.1rem;
	}
}
@media screen and (max-width:1366px) {}
@media screen and (max-width:1200px) {
	.top_r {
		--size: .34rem
	}
	.top_search.on .top_search_ipt {
		width: 2.2rem;
	}
}
@media screen and (max-width:1024px) {
	.top_r {
		right: 0.4rem;
	}
	.top_search_ipt {
		font-size: 0.13rem;
	}
	.top_language {
		margin-left: 0.04rem;
	}
}
@media screen and (max-width:1200px) {}
@media screen and (max-width:959px) {}
@media screen and (max-width:767px) {}
@media screen and (max-width:560px) {
	.top_search_ipt.on {
		width: 2.4rem;
	}
	.top_search_btn {
		background-size: .2rem
	}
	.top_language i {
		background-size: .24rem
	}
}





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
}




/* banner */
.banner {
	width: 100%;
	height: 100vh;
	overflow: hidden;
	position: relative
}
.banner .swiper-container {
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1;
}
.banner .swiper-wrapper {
	display: flex;
	position: relative;
	width: 100%;
	z-index: 1
}
.banner .swiper-slide {
	height: 0;
	padding-bottom: 100vh;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-shrink: 0;
	position: relative;
	overflow: hidden
}
.banner .swiper-slide>img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover
}

.banner-button-prev,
.banner-button-next {
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	width: .5rem;
	height: .5rem;
	z-index: 999;
	outline: none;
	cursor: pointer;
	-webkit-user-select: none;
	user-select: none;
	-webkit-border-radius: .05rem;
	border-radius: .05rem;
	overflow: hidden;
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}
.banner-button-prev {
	left: -.6rem;
	background: rgb(0 0 0 / 30%) url(static/images/public/arrow_left_long_bai.svg) no-repeat center;
	background-size: .22rem
}
.banner-button-next {
	right: -.6rem;
	background: rgb(0 0 0 / 30%) url(static/images/public/arrow_right_long_bai.svg) no-repeat center;
	background-size: .22rem
}
.banner:hover .banner-button-prev {
	left: .3rem
}
.banner:hover .banner-button-next {
	right: .3rem
}
.banner-button-prev:hover,
.banner-button-next:hover {
	background-color: var(--i_color2)
}


.banner-pagination {
	position: absolute;
	left: 50%;
	transform: translate(-50%, 0);
	bottom: .4rem;
	width: auto;
	cursor: pointer;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	z-index: 10
}

.banner-pagination .swiper-pagination-bullet {
	display: block;
	width: .14rem;
	height: .14rem;
	margin: .1rem 0;
	margin: 0 .04rem;
	background: none;
	box-sizing: border-box;
	border: 0 solid #FFF;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	position: relative;
	outline: none
}
.banner-pagination .swiper-pagination-bullet::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 0.06rem;
	height: 0.06rem;
	background: #FFF;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
.banner-pagination .swiper-pagination-bullet-active {
	border-width: 1px;
}

@media screen and (max-width:1440px) {}
@media screen and (max-width:1366px) {
	.banner-button-prev,
	.banner-button-next {
		width: 0.4rem;
		height: 0.4rem;
	}
}
@media screen and (max-width:1200px) {
	.banner:hover .banner-button-prev {
		left: .2rem
	}
	.banner:hover .banner-button-next {
		right: .2rem
	}
}
@media screen and (max-width:1024px) {
	.banner {
		margin-top: var(--header_height);
		height: auto;
	}
	.banner .swiper-slide {
		padding-bottom: 60%
	}

	.banner-button-prev,
	.banner-button-next {
		display: none
	}
	.banner-pagination {
		bottom: .3rem;
	}
	.banner-pagination .swiper-pagination-bullet {
		display: inline-block;
		margin: 0 .04rem;
	}
}

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

@media screen and (max-width:767px) {
	.banner .swiper-slide {
		padding-bottom: 64%
	}
	.banner-pagination {
		bottom: .2rem;
	}
}


/* banner text */
.b_text1 {
	position: absolute;
	top: 30%;
	width: 100%;
}
.b_text1 h2 {
	text-align: center;
	font-family: bn;
	font-size: 0.58rem;
	color: #FFF;
}

.b_text2 {
	position: absolute;
	top: 28%;
	width: 100%;
}
.b_text2 dl {
	margin-bottom: 0.6rem;
	text-align: right;
}
.b_text2 dt {
	padding-right: 0.36rem;
	font-family: bn;
	font-size: 0.48rem;
	color: var(--i_color);
	font-weight: bold;
	position: relative;
}
.b_text2 dt::before {
	content: '';
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	right: 0;
	width: 0.14rem;
	height: 0.06rem;
	background: var(--i_color2);
}
.b_text2 h6 {
	float: right;
	text-align: right;
	max-width: 40%;
	font-size: 0.18rem;
	color: #606060;
}

.b_text3 {
	position: absolute;
	top: 34%;
	width: 100%;
}
.b_text3 dt {
	padding-left: 0.2rem;
	font-family: bn;
	font-size: 0.4rem;
	color: #FFF;
	line-height: 0.48rem;
	position: relative;
	text-shadow: 4px 5px 0.1rem rgb(0 0 0 / 50%);
}
.b_text3 dt::before {
	content: '';
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	left: 0;
	width: 0.06rem;
	height: 0.06rem;
	background: var(--i_color2);
}
.b_text3 h6 {
	margin-top: 0.4rem;
	max-width: 50%;
	font-size: 0.22rem;
	color: #FFF;
}

@media screen and (max-width:1440px) {
	.b_text1 h2 {
		font-size: 0.48rem;
	}

	.b_text2 dt {
		font-size: 0.44rem;
	}
}
@media screen and (max-width:1366px) {
	.b_text1 h2 {
		font-size: 0.44rem;
	}

	.b_text2 dt {
		font-size: 0.4rem;
	}

	.b_text3 dt {
		font-size: 0.34rem;
		line-height: 0.42rem;
	}
	.b_text3 h6 {
		font-size: 0.2rem;
	}
}
@media screen and (max-width:1200px) {
	.b_text1 h2 {
		font-size: 0.4rem;
	}

	.b_text2 dl {
		margin-bottom: 0.4rem;
	}
	.b_text2 dt {
		font-size: 0.36rem;
		font-weight: normal;
	}

	.b_text3 h6 {
		font-size: 0.18rem;
		line-height: 0.26rem;
	}
}
@media screen and (max-width:1024px) {
	.b_text1 h2 {
		font-size: 0.34rem;
	}

	.b_text2 {
		top: 20%;
	}
	.b_text2 dt {
		font-size: 0.3rem;
	}
	.b_text2 dt::before {
		width: 0.12rem;
		height: 0.04rem;
	}
	.b_text2 h6 {
		max-width: 50%;
		font-size: 0.16rem;
	}

	.b_text3 {
		top: 46%;
		transform: translate(0, -50%);
	}
	.b_text3 dt {
		font-size: 0.26rem;
		line-height: 0.32rem;
	}
	.b_text3 h6 {
		margin-top: 0.28rem;
		font-size: 0.15rem;
		line-height: 0.22rem;
	}
}
@media screen and (max-width:767px) {
	.b_text1 {
		top: 24%;
	}
	.b_text1 h2 {
		font-size: 0.28rem;
	}

	.b_text2 {
		top: 44%;
		transform: translate(0, -50%);
	}
	.b_text2 dl {
		margin-bottom: 0.24rem;
	}
	.b_text2 dt {
		font-size: 0.24rem;
	}
	.b_text2 h6 {
		font-size: 0.13rem;
	}

	.b_text3 dt {
		font-size: 0.17rem;
		line-height: 0.24rem;
		text-shadow: none
	}
	.b_text3 h6 {
		max-width: 80%;
		margin-top: 0.1rem;
		font-size: 0.12rem;
		line-height: 0.16rem;
	}
}
@media screen and (max-width:560px) {
	.b_text1 h2 {
		font-size: 0.2rem;
	}

	.b_text2 dt {
		padding-right: 0.2rem;
		font-size: 0.2rem;
	}
	.b_text2 h6 {
		max-width: 100%;
		font-size: 0.12rem;
	}
}



/* main */
main {
	overflow: hidden;
}

/* BOX - margin and padding */
.box_mg {
	margin: .8rem auto
}

.box_pd {
	padding: .8rem 0
}

@media screen and (max-width:1440px) {
	.box_pd {
		padding: .7rem 0
	}
}
@media screen and (max-width:1366px) {
	.box_mg {
		margin: .6rem auto .7rem
	}
}
@media screen and (max-width:1200px) {
	.box_pd {
		padding: .5rem 0 .6rem;
	}
}
@media screen and (max-width:1024px) {
	.box_mg {
		margin: .4rem auto
	}
	.box_pd {
		padding: .4rem 0 .5rem;
	}
}
@media screen and (max-width:767px) {
	.box_mg {
		margin: .34rem auto
	}
	.box_pd {
		padding: .3rem 0 .4rem;
	}
}
@media screen and (max-width:560px) {
	.box_mg {
		margin: .3rem auto
	}
	.box_pd {
		padding: .26rem 0 .3rem;
	}
}



/* HOME - big title */
.i_tit {
	margin-bottom: 0.4rem;
	text-align: center;
}
.i_tit h2 {
	display: table;
	margin: 0 auto;
	padding-bottom: 0.12rem;
	font-size: 0.3rem;
	color: #222;
	font-weight: 900;
	text-transform: uppercase;
	position: relative;
}
.i_tit h2::before,
.i_tit h2::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
}
.i_tit h2::before {
	width: 100%;
	height: 1px;
	background: var(--border_color);
}
.i_tit h2::after {
	width: 50%;
	height: 2px;
	background: var(--i_color2);
}
.i_tit h6 {
	max-width: 50%;
	margin: 0.22rem auto 0;
	font-size: 0.15rem;
	color: var(--i_color);
	font-weight: 900;
}

.i_tit2 h2 {
	padding-bottom: 0;
	font-style: italic;
}
.i_tit2 h2::before,
.i_tit2 h2::after {
	display: none;
}

@media screen and (max-width:1440px) {
	.i_tit h2 {
		font-size: 0.28rem;
	}
	.i_tit h6 {
		font-weight: bold;
	}
}
@media screen and (max-width:1200px) {
	.i_tit h2 {
		font-size: 0.24rem;
	}
	.i_tit h6 {
		max-width: 70%;
	}
}
@media screen and (max-width:1024px) {
	.i_tit h2 {
		font-size: 0.2rem;
	}
	.i_tit h6 {
		max-width: 80%;
		font-size: 0.14rem;
	}
}
@media screen and (max-width:767px) {
	.i_tit {
		margin-bottom: 0.24rem;
	}
	.i_tit h2 {
		padding-bottom: 0.08rem;
		font-size: 0.17rem;
	}
	.i_tit h6 {
		margin: 0.14rem auto 0;
		font-size: 0.12rem;
	}
}
@media screen and (max-width:560px) {}









/* HOME - more */

/* two more list */
.i_2_more {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.i_2_more li {
	margin: 0 .14rem;
	border: 1px solid var(--i_color);
	-webkit-border-radius: .05rem;
	border-radius: .05rem;
	position: relative;
	overflow: hidden;
}
.i_2_more li::before {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	width: 0;
	height: 100%;
	background: var(--i_color3);
}
.i_2_more a {
	display: block;
	padding: 0 .8rem;
	font-size: 0.14rem;
	line-height: 0.42rem;
	position: relative;
}

.i_2_more li:nth-child(1) a {
	color: var(--i_color);
}
.i_2_more li:nth-child(2) {
	background: var(--i_color);
}
.i_2_more li:nth-child(2) a {
	color: #FFF;
}

.i_2_more li:hover {
	border-color: var(--i_color3);
}
.i_2_more li:hover::before {
	right: initial;
	left: 0;
	width: 100%;
}
.i_2_more li:hover a {
	color: #FFF !important;
}
.i_2_more li::before,
.i_2_more a {
	-webkit-transition: all .5s ease;
	transition: all .5s ease
}

@media screen and (max-width:1024px) {
	.i_2_more li {
		margin: 0 .1rem;
	}
	.i_2_more a {
		padding: 0 .6rem;
		font-size: 0.13rem;
		line-height: 0.36rem;
	}
}
@media screen and (max-width:767px) {
	.i_2_more li {
		margin: 0 .06rem;
	}
	.i_2_more a {
		padding: 0 .3rem;
		font-size: 0.12rem;
		line-height: 0.32rem;
	}
}





/* Home - Products */
.i_products {
	background: url(static/images/i_products_bg.webp) no-repeat bottom center;
	background-size: 100%;
	overflow: hidden;
}

.i_products_list {
	perspective: 1400px;
	margin: .3rem auto 0.6rem;
	position: relative;
	overflow: hidden
}
.i_products_list .swiper-wrapper {
	transform-style: preserve-3d;
	display: -webkit-flex;
	display: flex;
	position: relative;
	width: 100%
}
.i_products_list .swiper-slide {
	transform-style: preserve-3d;
	opacity: 0;
	flex-shrink: 0;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	position: relative;
	-webkit-border-radius: .1rem;
	border-radius: .1rem;
	overflow: hidden;
}

.i_products_list .img {
	width: 60%;
	position: relative;
	-webkit-border-radius: .1rem;
	border-radius: .1rem;
	z-index: 2;
	overflow: hidden
}
.i_products_list .img::before {
	content: "";
	display: block;
	padding-bottom: 81%
}
.i_products_list .img img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	object-fit: cover
}

.i_products_list .txt {
	width: 40%;
	box-sizing: border-box;
	padding: .4rem;
	background: #FFF;
	position: relative;
}
.i_products_list .txt::before {
	content: '';
	position: absolute;
	top: 0;
	left: -.3rem;
	width: 0.3rem;
	height: 100%;
	background: #FFF;
}
.i_products_list .txt::after {
	content: '';
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	left: -.4rem;
	width: 0.4rem;
	height: 1.26rem;
	background: #FFF url(static/images/left_triangle.svg) no-repeat center;
	background-size: .18rem;
	z-index: 3;
}

.i_products_list .ico {
	position: absolute;
	top: 0.1rem;
	right: 0.1rem;
}
.i_products_list .ico img {
	width: 0.4rem;
	height: 0.4rem;
	object-fit: contain;
}
.i_products_list .txt h2 {
	padding-bottom: 0.16rem;
	position: relative;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.i_products_list .txt h2::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: .9rem;
	height: 2px;
	background: var(--i_color2);
}
.i_products_list .txt h2 a {
	font-size: 0.22rem;
	color: var(--i_color);
	font-weight: bold;
}
.i_products_list .txt dl {
	margin: .2rem 0;
}
.i_products_list .txt dt {
	line-height: 0.3rem;
	position: relative;
}
.i_products_list .txt dt::before {
	content: '';
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	left: 0;
	width: 4px;
	height: 4px;
	background: var(--i_color2);
}
.i_products_list .txt dt a {
	display: block;
	padding-left: 0.16rem;
	font-size: 0.16rem;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.i_products_list .more {
	display: inline-block;
	border: 1px solid var(--i_color);
	-webkit-border-radius: .05rem;
	border-radius: .05rem;
}
.i_products_list .more i {
	display: block;
	padding: 0 .6rem;
	font-size: 12px;
	color: var(--i_color);
	line-height: 0.36rem;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.i_products_list .swiper-slide-prev,
.i_products_list .swiper-slide-next,
.i_products_list .swiper-slide-active {
	opacity: 1;
}

.i_products_list .txt dt:hover a {
	color: var(--i_color);
}
.i_products_list .more:hover {
	background: var(--i_color);
}
.i_products_list .more:hover i {
	color: #FFF;
}


.products-prev,
.products-next {
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	width: .4rem;
	height: .4rem;
	z-index: 3;
	cursor: pointer;
	outline: none;
	-webkit-user-select: none;
	user-select: none
}
.products-prev {
	left: 10%;
	background: url(static/images/left_triangle.svg) no-repeat center;
	background-size: .32rem
}
.products-next {
	right: 10%;
	background: url(static/images/right_triangle.svg) no-repeat center;
	background-size: .32rem
}
.i_products_list .swiper-button-disabled {
	cursor: not-allowed
}

.products-pagination {
	display: block;
	margin-top: 0.5rem;
	text-align: center
}
.products-pagination .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	display: inline-block;
	margin: 0 .08rem;
	background: #CCC;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	outline: none
}
.products-pagination .swiper-pagination-bullet-active {
	background: var(--i_color2)
}

@media screen and (max-width:1440px) {
	.i_products_list .ico img {
		width: 0.34rem;
		height: 0.34rem;
	}
	.i_products_list .txt h2 a {
		font-size: 0.2rem;
	}
	.i_products_list .txt dt a {
		font-size: 0.15rem;
	}
}
@media screen and (max-width:1366px) {
	.i_products_list {
		margin: .3rem auto 0.4rem;
	}
	.products-pagination {
		margin-top: 0.4rem;
	}
}
@media screen and (max-width:1200px) {
	.i_products_list .ico img {
		width: 0.3rem;
		height: 0.3rem;
	}
	.i_products_list .txt h2 a {
		font-size: 0.18rem;
	}
	.i_products_list .txt dt a {
		font-size: 0.14rem;
	}
	.i_products_list .more i {
		padding: 0 .4rem;
	}
}
@media screen and (max-width:1024px) {
	.i_products_list {
		width: 94%;
		margin: 0 auto .4rem;
	}
	.products-prev,
	.products-next {
		display: none;
	}
	.products-pagination {
		margin-top: 0.3rem;
	}
	.products-pagination .swiper-pagination-bullet {
		width: 0.08rem;
		height: 0.08rem;
		margin: 0 .05rem;
	}
}
@media screen and (max-width:767px) {
	.i_products_list .img {
		width: 100%;
	}
	.i_products_list .txt {
		position: absolute;
		left: 0;
		bottom: 0;
		width: 100%;
		padding: .16rem .2rem;
		background: rgb(255 255 255 / 50%);
		z-index: 2;
	}
	.i_products_list .txt h2 {
		text-align: center;
		padding-bottom: 0;
	}
	.i_products_list .txt h2 a {
		font-size: 0.16rem;
	}
	.i_products_list .txt dl,
	.i_products_list .txt h2::after,
	.i_products_list .ico,
	.i_products_list .more {
		display: none;
	}
	.products-pagination {
		margin-top: 0.2rem;
	}
}
@media screen and (max-width:560px) {}





.i_adv {}
.i_adv_cont {
	position: relative;
}

.i_adv_cont dl {
	counter-reset: section;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.i_adv_cont dt {
	padding: .6rem 0;
	width: 34%;
}
.i_adv_cont dt:nth-child(1),
.i_adv_cont dt:nth-child(2) {
	border-bottom: 1px solid var(--border_color);
}
.i_adv_cont dt span {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
}
.i_adv_cont .ico {
	position: relative;
	top: 0;
}
.i_adv_cont .ico::before {
	opacity: 0;
	content: '';
	position: absolute;
	left: 50%;
	transform: translate(-50%, 0);
	bottom: -.2rem;
	width: 150%;
	height: 0.4rem;
	background: url(static/images/i_adv_curr.png) no-repeat center;
	background-size: contain;
	z-index: -1;
}
.i_adv_cont .ico img {
	height: 0.5rem;
}

.i_adv_cont dt h6 {
	padding-left: .6rem;
	font-size: 0.2rem;
	color: #606060;
	position: relative;
}
.i_adv_cont dt h6::before {
	content: '';
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	left: 0;
	width: 0.44rem;
	height: 6px;
	background: var(--i_color2);
}

.i_adv_cont dt:nth-child(odd) span {
	justify-content: end
}
.i_adv_cont dt:nth-child(odd) h6 {
	padding: 0 .6rem 0 0;
	text-align: right;
}
.i_adv_cont dt:nth-child(odd) h6::before {
	left: initial;
	right: 0;
	text-align: right;
}
.i_adv_cont dt:nth-child(odd) span i {
	margin-left: 0.24rem;
}
.i_adv_cont dt:nth-child(even) span {}
.i_adv_cont dt:nth-child(even) span i {
	order: -1;
	margin-right: 0.24rem;
}

.i_adv_cont dt i::before {
	counter-increment: section;
	content: "0" counter(section);
	font-size: 0.4rem;
	font-weight: 900;
	color: #d6dde5;
}

.i_adv_cont dt:hover .ico {
	top: -.1rem;
}
.i_adv_cont dt:hover .ico::before {
	opacity: 1;
	bottom: -.1rem;
}
.i_adv_cont .ico,
.i_adv_cont .ico::before {
	-webkit-transition: all .5s ease;
	transition: all .5s ease
}



.i_adv_cont>.img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.i_adv_cont>.img img {
	width: 3.2rem;
}

@media screen and (max-width:1440px) {}
@media screen and (max-width:1366px) {}
@media screen and (max-width:1200px) {
	.i_adv_cont>.img img {
		width: 2.8rem;
	}
	.i_adv_cont dt h6::before {
		height: 4px;
	}
}
@media screen and (max-width:1024px) {
	.i_adv_cont dt {
		width: 47%;
		padding: .3rem 0;
	}
	.i_adv_cont>.img {
		display: none;
	}
	.i_adv_cont .ico img {
		height: 0.4rem;
	}
	.i_adv_cont dt i::before {
		font-size: 0.3rem;
	}
	.i_adv_cont dt h6 {
		font-size: 0.15rem;
	}
}
@media screen and (max-width:767px) {
	.i_adv_cont dt {
		padding: .16rem 0;
	}
	.i_adv_cont .ico img {
		height: 0.26rem;
	}
	.i_adv_cont dt span {
		justify-content: center !important;
	}
	.i_adv_cont dt h6 {
		margin-top: 0.1rem;
		font-size: 0.13rem;
		padding: 0 0 !important;
		text-align: center !important;
	}
	.i_adv_cont dt span i,
	.i_adv_cont dt h6::before {
		display: none;
	}
}




/* 版块通用描述 */
.section_article {
	width: 94%;
	margin: 0 auto 0.5rem;
	text-align: center;
	color: #606060;
}

@media screen and (max-width:767px) {
	.section_article {
		margin-bottom: 0.34rem;
	}
}





/* Home - About */
.i_about {
	background: url(static/images/i_about_bg.webp) no-repeat center;
	background-size: cover;
}

.i_about_cont {
	margin-bottom: 0.5rem;
	position: relative;
}

.i_about_l {
	width: 100%;
	position: relative;
	z-index: 2;
}
.i_about_l .i_tit h2 {
	margin: 0 0;
}

.i_about_t {}
.i_about_t h2 {
	max-width: 70%;
	margin-bottom: 0.4rem;
	font-size: 0.4rem;
	color: var(--i_color);
	font-weight: 900;
	line-height: 0.54rem;
	text-transform: uppercase;
}
.i_about_t article {
	max-width: 40%;
	color: #606060;
}


.i_about_r {
	position: absolute;
	top: 0;
	right: 0;
	width: 56%;
	height: 100%;
	max-height: 100%;
}
.i_about_r::before {
	content: '';
	position: absolute;
	top: -.26rem;
	right: -.26rem;
	width: 100%;
	height: 100%;
	border: 2px solid var(--i_color);
	-webkit-border-radius: .1rem;
	border-radius: .1rem;
}
.i_about_r::after {
	content: '';
	position: absolute;
	top: 0;
	left: 100%;
	width: 100%;
	height: 100%;
	background: linear-gradient(to bottom,
			rgba(255, 255, 255, 0),
			rgba(255, 255, 255, 0.6));
	background: -webkit-linear-gradient(to bottom,
			rgba(255, 255, 255, 0),
			rgba(255, 255, 255, 0.6));
}
.i_about_cont:hover .i_about_r::after {
	animation: fol 1.4s;
	animation-delay: 0s;
	-webkit-animation-timing-function: cubic-bezier(0, 0, 0.18, 0.96);
}
@keyframes fol {
	0% {
		left: 100%;
		opacity: 1;
	}
	100% {
		left: 0;
		opacity: 0;
	}
}

.i_about_r img {
	width: 100%;
	height: 100%;
	max-height: 100%;
	object-fit: cover;
	-webkit-border-radius: .1rem;
	border-radius: .1rem;
	position: relative;
}

@media screen and (max-width:1440px) {
	.i_about_t h2 {
		margin-bottom: 0.2rem;
	}
}
@media screen and (max-width:1366px) {
	.i_about_t h2 {
		margin-bottom: 0.1rem;
		font-size: 0.24rem;
	}
}
@media screen and (max-width:1200px) {
	.i_about_t article {
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 14;
	}
}
@media screen and (max-width:1024px) {
	.i_about_l .i_tit {
		margin-bottom: 0.2rem;
	}
	.i_about_t h2,
	.i_about_t article {
		width: 100%;
		max-width: 100%;
	}
	.i_about_t h2 {
		font-size: 0.18rem;
		line-height: 0.34rem;
	}
	.i_about_t article {
		-webkit-line-clamp: 5
	}
	.i_about_r {
		position: relative;
		margin-top: 0.5rem;
		width: 100%;
	}
	.i_about_r::before {
		width: calc(100% - .2rem);
		height: calc(100% - .2rem);
		top: 0;
		right: 0;
	}
	.i_about_r img {
		margin-top: 0.1rem;
		width: calc(100% - .1rem);
	}
}
@media screen and (max-width:767px) {
	.i_about_cont {
		margin-bottom: 0.3rem;
	}
	.i_about_t h2 {
		font-size: 0.15rem;
		line-height: 0.2rem;
	}
	.i_about_r {
		margin-top: 0.2rem;
	}
}
@media screen and (max-width:560px) {}








/* Home - Bases */
.i_bases {}

.i_bases_list {
	padding: 1rem 0;
	position: relative;
	overflow: hidden
}
.i_bases_list .swiper-wrapper {
	display: -webkit-flex;
	display: flex;
	position: relative;
	width: 100%
}
.i_bases_list .swiper-slide {
	flex-shrink: 0;
	position: relative;
	-webkit-border-radius: .1rem;
	border-radius: .1rem;
	cursor: pointer;
	overflow: hidden
}
.i_bases_list .swiper-slide::before {
	content: "";
	display: block;
	padding-bottom: 74%
}
.i_bases_list .swiper-slide img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	object-fit: cover
}

.i_bases_list .swiper-slide .txt {
	opacity: 0;
	position: absolute;
	left: 50%;
	transform: translate(-50%, 0);
	bottom: .2rem;
	width: 86%;
	padding: .1rem 0;
	background: rgb(8 98 169 / 80%);
	-webkit-border-radius: .05rem;
	border-radius: .05rem;
	z-index: 2;
	text-align: center;
}
.i_bases_list .swiper-slide .txt p {
	font-size: 0.12rem;
	color: #FFF;
}

.i_bases_list .swiper-slide-active {
	-webkit-transform: scale(1.36, 1.36);
	transform: scale(1.36, 1.36);
	z-index: 3;
}
.i_bases_list .swiper-slide-active .txt {
	opacity: 1;
}
.i_bases_list .swiper-slide,
.i_bases_list .swiper-slide .txt {
	-webkit-transition: all .5s ease;
	transition: all .5s ease
}

.bases-pagination {
	display: block;
	margin-top: 0.3rem;
	text-align: center
}
.bases-pagination .swiper-pagination-bullet {
	width: .1rem;
	height: .1rem;
	display: inline-block;
	margin: 0 6px;
	background: #CCC;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	outline: none
}
.bases-pagination .swiper-pagination-bullet-active {
	background: var(--i_color2)
}

@media screen and (max-width:1440px) {}
@media screen and (max-width:1366px) {
	.i_bases_list {
		padding: 0.8rem 0;
	}
}
@media screen and (max-width:1200px) {
	.i_bases_list {
		padding: 0.5rem 0;
	}
	.i_bases_list .swiper-slide-active {
		-webkit-transform: scale(1.2, 1.2);
		transform: scale(1.2, 1.2);
	}
}
@media screen and (max-width:1024px) {
	.i_bases_list {
		padding: 0.4rem 0;
	}
}
@media screen and (max-width:767px) {
	.i_bases_list {
		padding: 0 0;
		width: 94%;
		margin: 0 auto;
	}
	.i_bases_list .swiper-slide-active {
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
	}
	.i_bases_list .swiper-slide .txt {
		opacity: 1;
	}
	.bases-pagination .swiper-pagination-bullet {
		width: 0.08rem;
		height: 0.08rem;
	}
}
@media screen and (max-width:560px) {}






/* Why choose us? */
.i_choose {
	background: url(static/images/i_choose_bg.webp) no-repeat center;
	background-size: cover;
}

.i_choose_cont {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.i_choose_cont dt {
	width: 48.5%;
	box-sizing: border-box;
	padding: .4rem;
	background: #FFF;
	-webkit-border-radius: .1rem;
	border-radius: .1rem;
}

.i_choose_cont h2 {
	text-align: center;
	font-size: 0.24rem;
	font-weight: 900;
	text-transform: uppercase;
}
.i_choose_cont h6 {
	margin-top: 0.18rem;
	color: #24201d;
}

.i_choose_cont dt:nth-child(1) {
	background: var(--i_color);
}
.i_choose_cont dt:nth-child(1) h2,
.i_choose_cont dt:nth-child(1) h6 {
	color: #FFF;
}

.i_choose_t {
	text-align: center;
	max-width: 80%;
	margin: 0.3rem auto .4rem;
	color: #555;
}

@media screen and (max-width:1366px) {
	.i_choose_cont h2 {
		font-size: 0.22rem;
	}
	.i_choose_t {
		max-width: 90%;
	}
}
@media screen and (max-width:1200px) {
	.i_choose_cont h2 {
		font-size: 0.2rem;
	}
}
@media screen and (max-width:1024px) {
	.i_choose_cont dt {
		padding: .3rem;
	}
	.i_choose_cont h2 {
		font-size: 0.18rem;
	}
	.i_choose_t {
		max-width: 100%;
	}
}
@media screen and (max-width:767px) {
	.i_choose_cont dt {
		padding: .2rem;
	}
	.i_choose_cont h2 {
		font-size: 0.15rem;
	}
	.i_choose_cont h6 {
		margin-top: 0.1rem;
	}
	.i_choose_t {
		margin: 0.2rem auto 0.2rem;
	}
}
@media screen and (max-width:560px) {
	.i_choose_cont dt {
		margin: .06rem 0;
		width: 100%;
	}
}






/* Exhibition style */
.i_exhibition {
	background: url(static/images/i_products_bg.webp) no-repeat bottom center;
	background-size: cover;
}

.i_exhibition_list {
	position: relative;
	overflow: hidden
}
.i_exhibition_list .swiper-wrapper {
	display: -webkit-flex;
	display: flex;
	position: relative;
	width: 100%
}
.i_exhibition_list .swiper-slide {
	flex-shrink: 0;
	position: relative
}

.exhibition-pagination {
	display: block;
	margin-top: 0.3rem;
	text-align: center
}
.exhibition-pagination .swiper-pagination-bullet {
	width: .1rem;
	height: .1rem;
	display: inline-block;
	margin: 0 6px;
	background: #CCC;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	outline: none
}
.exhibition-pagination .swiper-pagination-bullet-active {
	background: var(--i_color2)
}


.i_exhibition_cont {
	width: 100%;
	position: relative;
	overflow: hidden
}
.i_exhibition_cont::before {
	content: "";
	display: block;
	padding-bottom: 37.5%
}

.i_exhibition_cont dt {
	position: absolute;
	width: 21%;
	-webkit-clip-path: polygon(75% 0, 100% 50%, 75% 100%, 25% 100%, 0 50%, 25% 0);
	clip-path: polygon(75% 0, 100% 50%, 75% 100%, 25% 100%, 0 50%, 25% 0);
	overflow: hidden
}
.i_exhibition_cont dt::before {
	content: "";
	display: block;
	padding-bottom: 86.5%
}
.i_exhibition_cont dt:nth-child(1) {
	top: 50%;
	transform: translate(0, -50%);
	left: 0;
}
.i_exhibition_cont dt:nth-child(2) {
	top: 0;
	left: 17%;
}
.i_exhibition_cont dt:nth-child(3) {
	bottom: 0;
	left: 17%;
}
.i_exhibition_cont dt:nth-child(4) {
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 32%;
}
.i_exhibition_cont dt:nth-child(5) {
	top: 0;
	right: 17%;
}
.i_exhibition_cont dt:nth-child(6) {
	bottom: 0;
	right: 17%;
}
.i_exhibition_cont dt:nth-child(7) {
	top: 50%;
	transform: translate(0, -50%);
	right: 0;
}


.i_exhibition_cont dt img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.i_exhibition_cont dt .txt {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: var(--i_color);
}
.i_exhibition_cont dt h4,
.i_exhibition_cont dt h6 {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 70%;
	text-align: center;
	color: #FFF;
}
.i_exhibition_cont dt h4 {
	font-size: 0.18rem;
	font-weight: bold;
}
.i_exhibition_cont dt h6 {
	font-size: 0.14rem;
	line-height: 0.2rem;
}

.i_exhibition_cont dt:hover img {
	width: 120%;
	height: 120%;
}
.i_exhibition_cont dt img {
	-webkit-transition: all .8s ease;
	transition: all .8s ease
}

@media screen and (max-width:1366px) {
	.i_exhibition_cont dt h4 {
		font-size: 0.17rem;
	}
	.i_exhibition_cont dt h6 {
		font-size: 0.13rem;
	}
}
@media screen and (max-width:1024px) {
	.i_exhibition_cont dt h4 {
		font-size: 0.16rem;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
	}
	.i_exhibition_cont dt h6 {
		font-size: 0.12rem;
		line-height: 0.16rem;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 4;
	}
}
@media screen and (max-width:767px) {
	.i_exhibition_cont dt h4,
	.i_exhibition_cont dt h6 {
		display: none;
	}
}







/* Latest news */
.i_news {}

.i_news_box {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	box-sizing: border-box;
	border: 1px solid var(--border_color);
	position: relative;
}
.i_news_l {
	width: 59%;
	position: relative;
}
.i_news_list {
	position: relative;
}

.i_news_list dt {
	padding: .4rem;
	position: relative;
}
.i_news_list dt::before {
	content: '';
	position: absolute;
	top: 0;
	left: 100%;
	width: 0;
	height: 100%;
	background: #FFF url(static/images/right_triangle2.svg) no-repeat center;
	background-size: .18rem;
	z-index: 2;
}
.i_news_list dt::after {
	content: '';
	position: absolute;
	left: 50%;
	transform: translate(-50%, 0);
	bottom: 0;
	width: calc(100% - .6rem);
	height: 1px;
	background: var(--border_color);
}

.i_news_list .current::before {
	width: 0.6rem;
}
.i_news_list dt:last-child::after {
	display: none;
}
.i_news_list dt::before {
	-webkit-transition: all .5s ease;
	transition: all .5s ease
}

.i_news_list a {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
}

.i_news_list .txt {
	width: 76%;
}
.i_news_list .txt h2 {
	display: block;
	font-size: 0.18rem;
	color: #222;
	font-weight: bold;
	text-transform: uppercase;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.i_news_list .txt h6 {
	margin-top: 0.1rem;
	font-size: 0.14rem;
	color: #606060;
	line-height: 0.2rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.i_news_list .time {
	margin-left: auto;
}
.i_news_list .time p {
	text-align: center;
	margin-bottom: 0.14rem;
	font-size: 0.15rem;
	color: #606060;
}
.i_news_list .time i {
	display: block;
	padding: 0 .1rem;
	border: 1px solid var(--i_color);
	-webkit-border-radius: .05rem;
	border-radius: .05rem;
	font-size: 0.13rem;
	color: var(--i_color);
	line-height: 0.34rem;
	overflow: hidden;
}

.i_news_list .current h2,
.i_news_list dt:hover h2 {
	color: var(--i_color);
}
.i_news_list .current .time p,
.i_news_list dt:hover .time p {
	color: var(--i_color);
}
.i_news_list .current .time i,
.i_news_list .time i:hover {
	color: #FFF;
	background: var(--i_color);
}
.i_news_list .txt h2,
.i_news_list .time p,
.i_news_list .time i {
	-webkit-transition: all .5s ease;
	transition: all .5s ease
}


.i_news_r {
	position: absolute;
	top: 0;
	right: 0;
	width: 41%;
	height: 100%;
	overflow: hidden;
}
.i_news_r ul {
	position: absolute;
	right: 0;
}
.i_news_r li {
	width: 100%;
	height: 100%;
}
.i_news_r img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
/*动画*/
.p_enlarge {
	animation: p_enlarge 18s;
	animation-timing-function: linear;
	animation-iteration-count: 1;
}
@keyframes p_enlarge {
	0% {
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1)
	}
	50% {
		-webkit-transform: scale(1.4, 1.4);
		transform: scale(1.4, 1.4)
	}
	100% {
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1)
	}
}

.i_news .i_2_more {
	margin-top: 0.6rem;
}

@media screen and (max-width:1200px) {
	.i_news_list dt {
		padding: .3rem;
	}
}
@media screen and (max-width:1024px) {
	.i_news_list .txt {
		width: 70%;
	}
	.i_news_list .txt h2 {
		font-size: 0.15rem;
	}
	.i_news_list .txt h6 {
		font-size: 0.13rem;
	}
	.i_news_list .time p {
		font-size: 0.14rem;
	}
	.i_news .i_2_more {
		margin-top: 0.4rem;
	}
}
@media screen and (max-width:767px) {
	.i_news {
		margin-bottom: 0.4rem;
	}
	.i_news_l {
		width: 100%;
	}
	.i_news_list dt {
		padding: .16rem;
	}
	.i_news_list .txt {
		width: 100%;
	}
	.i_news_list .txt h2 {
		font-size: 0.13rem;
		font-weight: normal;
	}
	.i_news_list .txt h6 {
		margin: .08rem 0;
		font-size: 0.12rem;
		line-height: 0.16rem;
		color: #AAA;
	}
	.i_news_list .time {
		margin-left: 0;
	}
	.i_news_list .time p {
		margin: 0 0;
		font-size: 0.13rem;
		color: #555;
	}
	.i_news_list dt::before,
	.i_news_list .time i,
	.i_news_r {
		display: none;
	}
	.i_news .i_2_more {
		margin-top: 0.3rem;
	}
}







/* Footer */
footer {}

.f_cont {
	padding: .6rem 0 .4rem;
	background: #e5ebf2;
}
.f_cont .wrap {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
}

.f_nav {
	width: 36%;
}

.f_nav_list {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	position: relative;
}
.f_nav_list::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	background: var(--border_color);
}
.f_nav_list li {
	padding-bottom: 0.2rem;
	position: relative;
}
.f_nav_list li::before {
	content: '';
	position: absolute;
	right: 0;
	bottom: 0;
	width: 0;
	height: 2px;
	background: var(--i_color2);
}
.f_nav_list a {
	display: block;
	font-size: 0.14rem;
	color: #606060;
	text-transform: uppercase;
}
.f_nav_list li:hover::before,
.f_nav_list .current-menu-item::before,
.f_nav_list .current-category-ancestor::before,
.f_nav_list .current-post-ancestor::before,
.f_nav_list .current-menu-ancestor::before,
.f_nav_list .current-menu-parent::before {
	right: initial;
	left: 0;
	width: 100%;
}
.f_nav_list .current-menu-item a,
.f_nav_list .current-category-ancestor a,
.f_nav_list .current-post-ancestor a,
.f_nav_list .current-menu-ancestor a,
.f_nav_list .current-menu-parent a,
.f_nav_list a:hover {
	color: var(--i_color);
}
.f_nav_list li::before {
	-webkit-transition: all .5s ease;
	transition: all .5s ease
}


.f_info {
	margin: .46rem 0 .34rem;
}
.f_info h2 {
	font-family: bn;
	font-size: 0.28rem;
	color: var(--i_color);
	letter-spacing: 1px;
}
.f_info h6 {
	margin-top: 0.3rem;
	color: #606060;
}

.f_media {
	padding-top: 0.1rem;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
}
.f_media dt {}
.f_media dt:not(:last-child) {
	margin-right: 0.2rem;
}
.f_media img {
	height: 0.48rem;
}
.f_media dt:hover {
	-webkit-transform: translate(0, -.08rem);
	transform: translate(0, -.08rem)
}
.f_media dt {
	-webkit-transition: all .5s ease;
	transition: all .5s ease
}



.f_contact {
	margin-left: auto;
	width: 55%;
}
.f_tit {
	margin-bottom: 0.2rem;
	text-align: center;
	font-size: 0.24rem;
	font-weight: 900;
	color: #222;
	text-transform: uppercase;
}

.f_form {
	margin-bottom: 0.4rem;
}
#wpforms-40 {
	--input_font_size: 14px;
	--input_height: .4rem
}
#wpforms-40 {
	width: 100%;
	margin: 0 auto;
	padding: 0
}
#wpforms-form-40 {
	width: 100%;
	position: relative;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	-webkit-border-radius: .1rem;
	border-radius: .1rem;
	overflow: hidden
}

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

#wpforms-40 .wpforms-field-label {
	font-size: 0;
	line-height: 0;
	margin: 0 0;
}
#wpforms-40 .wpforms-required-label {
	position: absolute;
	top: 14px;
	right: 8px;
	font-size: 16px;
	color: #F00
}
#wpforms-40 .wpforms-field {
	width: 100%;
	background: transparent;
	position: relative;
	overflow: hidden
}
#wpforms-40-field_7-container,
#wpforms-40 .wpforms-field-textarea {
	width: 100% !important
}

#wpforms-40 .wpforms-field-container input,
#wpforms-40 textarea {
	width: 100%;
	max-width: 100% !important;
	min-width: 100%;
	font-size: var(--input_font_size);
	color: #333;
	height: var(--input_height);
	box-sizing: border-box;
	background: #FFF;
	padding: 0 .16rem;
	overflow: hidden;
	-webkit-transition: all .5s ease;
	transition: all .5s ease
}
#wpforms-40 input {
	line-height: var(--input_height)
}
#wpforms-40 textarea {
	border: none;
	border-top: 1px solid var(--border_color);
	line-height: .22rem;
	min-height: .6rem;
	padding: .1rem .16rem
}
#wpforms-40 input::-webkit-input-placeholder,
#wpforms-40 textarea::-webkit-input-placeholder {
	color: #999;
	font-size: var(--input_font_size)
}
#wpforms-40 input::-moz-placeholder,
#wpforms-40 textarea::-moz-placeholder {
	color: #999;
	font-size: var(--input_font_size)
}
#wpforms-40 input::-ms-input-placeholder,
#wpforms-40 textarea::-ms-input-placeholder {
	color: #999;
	font-size: var(--input_font_size)
}

#wpforms-40 #wpforms-40-field_1-error,
#wpforms-40 #wpforms-40-field_2-error,
#wpforms-40 #wpforms-40-field_3-error,
#wpforms-40 #wpforms-40-field_4-error,
#wpforms-40 #wpforms-40-field_5-error,
#wpforms-40 #wpforms-40-field_6-error {
	position: absolute;
	top: 0;
	left: .16rem;
	font-size: 12px
}

#wpforms-40 .wpforms-field-container {
	width: 80%;
	position: relative;
	box-sizing: border-box;
	border-left: 1px solid var(--border_color);
	border-top: 1px solid var(--border_color);
	-webkit-border-radius: .1rem 0 0 .1rem;
	border-radius: .1rem 0 0 .1rem;
	overflow: hidden
}
#wpforms-40 .wpforms-field-container::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 2px;
	background: var(--i_color3);
	z-index: 2;
}
#wpforms-40 .wpforms-submit-container {
	margin: 0 auto;
	padding: 0 !important;
	box-sizing: border-box;
	width: 20%;
	background: var(--i_color);
	overflow: hidden;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	position: relative
}
#wpforms-40 .wpforms-submit-container::before {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	width: 0;
	height: 100%;
	background: var(--i_color3);
}
#wpforms-40 .wpforms-submit-container button {
	width: 100%;
	height: 100%;
	font-family: bn;
	font-size: .22rem;
	color: #FFF;
	line-height: var(--input_height);
	cursor: pointer;
	position: relative;
	z-index: 2
}

#wpforms-40 .wpforms-submit-container img {
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	right: 4px
}
#wpforms-40 .wpforms-submit-container:hover::before {
	left: 0;
	right: initial;
	width: 100%;
}
#wpforms-40 .wpforms-submit-container::before {
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease
}


.f_contact_list {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.f_contact_list dt {
	width: 28%;
}
.f_contact_list img {
	opacity: .5;
	height: 0.5rem;
	-webkit-filter: brightness(0);
	filter: brightness(0)
}
.f_contact_list h5 {
	margin: .16rem 0 0.06rem;
	font-size: 0.18rem;
	color: #606060;
	font-weight: bold;
}
.f_contact_list a,
.f_contact_list p {
	display: block;
	font-size: 0.14rem;
	line-height: 0.22rem;
	color: #606060;
}

.f_contact_list dt:hover img {
	opacity: 1;
	-webkit-filter: none;
	filter: none
}
.f_contact_list a:hover {
	color: var(--i_color);
}

.f_copy {
	padding: .1rem 0;
	background: -webkit-linear-gradient(left, var(--i_color3), var(--i_color));
	background: linear-gradient(to right, var(--i_color3), var(--i_color));
}
.f_copy .wrap_top {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.f_copy_t {}
.f_copy_t a,
.f_copy_t b {
	font-size: 13px;
	line-height: 0.26rem;
}
.f_copy_t a {
	margin-right: 0.2rem;
	float: left;
	color: #FFF;
	position: relative;
}
.f_copy_t a::before {
	content: '';
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	right: -.1rem;
	width: 2px;
	height: 0.12rem;
	background: #FFF;
}
.f_copy_t b {
	color: #FFF;
}
.f_copy_t h6 {
	margin-top: 0.06rem;
	font-size: 12px;
	border-top: 1px solid rgb(255 255 255 / 20%);
	color: rgb(255 255 255 / 70%);
	line-height: 0.26rem;
}
.f_copy_t a:hover {
	color: #39bbff;
}

.f_logo {
	margin-left: auto;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
}
.f_logo h2 {
	margin-right: 0.1rem;
	font-family: bn;
	font-size: 0.28rem;
	color: #FFF;
	letter-spacing: 1px;
}
.f_logo img {
	max-height: .68rem;
}

@media screen and (max-width:1024px) {
	.f_cont {
		padding: 0.5rem 0 .4rem;
	}
	.f_tit {
		font-size: 0.22rem;
	}
	.f_nav {
		width: 100%;
	}
	.f_nav_list,
	.f_info {
		display: none;
	}
	.f_contact {
		order: -1;
		width: 100%;
		margin-bottom: 0.2rem;
	}
	.f_contact_list img {
		height: 0.36rem;
	}
	.f_media img {
		height: 0.36rem;
	}
	.f_logo h2 {
		font-size: 0.22rem;
	}
	.f_logo img {
		max-height: .4rem;
	}
}
@media screen and (max-width:767px) {
	.f_cont {
		padding: 0.4rem 0 0.34rem;
	}
	.f_tit {
		font-size: 0.16rem;
	}
	.f_form {
		margin-bottom: 0.3rem;
	}
	#wpforms-form-40 {
		-webkit-border-radius: 0;
		border-radius: 0;
	}
	#wpforms-40 .wpforms-field-container {
		width: 100%;
		-webkit-border-radius: .1rem;
		border-radius: .1rem;
	}
	#wpforms-40 .wpforms-submit-container {
		margin-top: 0.1rem;
		width: 40%;
		-webkit-border-radius: .05rem;
		border-radius: .05rem;
	}
	#wpforms-40 .wpforms-submit-container button {
		font-family: initial;
		font-size: 0.12rem;
		height: 0.34rem;
		line-height: 0.34rem;
	}
	.f_contact_list {
		justify-content: normal
	}
	.f_contact_list dt {
		display: -webkit-flex;
		display: flex;
		flex-wrap: wrap;
		width: 100%;
		margin: .16rem 0 0;
	}
	.f_contact_list img {
		height: 0.26rem;
		margin-right: 0.2rem;
	}
	.f_contact_list h5 {
		margin: 0 0 .04rem;
		font-size: 0.15rem;
	}
	.f_contact_list a,
	.f_contact_list p {
		line-height: 0.2rem;
	}
	.f_media img {
		height: 0.3rem;
	}
	.f_copy_t {
		width: 100%;
	}
	.f_copy_t h6 {
		padding-top: 0.08rem;
		line-height: 0.16rem;
	}
	.f_logo {
		display: none;
	}
}





/* mobile bottom menu */
.f_menu {
	display: none;
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	height: var(--f_menu_height);
	flex-wrap: nowrap;
	background: #FFF;
	box-shadow: 0 0 10px rgb(0 0 0 / 10%);
	overflow: hidden;
	z-index: 9999999
}
.f_menu li {
	width: 100%;
	box-sizing: border-box
}
.f_menu li:not(:last-child) {
	border-right: 1px solid var(--border_color)
}
.f_menu a {
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	height: 100%;
	text-align: center;
	overflow: hidden
}
.f_menu i {
	display: inline-block;
	padding-left: 24px;
	font-size: 13px;
	color: #555;
	line-height: 16px
}

.f_menu li:nth-child(1) i {
	background: url(static/images/public/footer_menu/home.svg) no-repeat left center;

	background-size: 22px
}
.f_menu li:nth-child(2) i {
	background: url(static/images/public/footer_menu/tel.svg) no-repeat left center;
	background-size: 16px
}
.f_menu li:nth-child(3) i {
	background: url(static/images/public/footer_menu/email.svg) no-repeat left center;
	background-size: 18px
}

@media screen and (max-width:767px) {
	.f_menu {
		display: -webkit-flex;
		display: flex
	}
	footer {
		padding-bottom: var(--f_menu_height);
	}
}
@media screen and (max-width:560px) {
	.f_menu i {
		padding-left: 0;
		padding-top: 0.2rem;
	}
	.f_menu li:nth-child(1) i {
		background: url(static/images/public/footer_menu/home.svg) no-repeat top center;
		background-size: 22px
	}
	.f_menu li:nth-child(2) i {
		background: url(static/images/public/footer_menu/tel.svg) no-repeat top center;
		background-size: 16px
	}
	.f_menu li:nth-child(3) i {
		background: url(static/images/public/footer_menu/email.svg) no-repeat top center;
		background-size: 18px
	}
}
@media screen and (max-width:380px) {
	.f_menu i {
		font-size: 12px;
	}
}




/* aside */
.aside_right {
	position: fixed;
	right: 20px;
	bottom: 16%;
	z-index: 999999
}
.aside_right ul {}
.aside_right li {
	margin: .1rem 0;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	position: relative;
	overflow: hidden;
	cursor: pointer
}
.aside_right li>a {
	display: block;
	width: .5rem;
	height: .5rem;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 3
}

.aside_whatsapp a {
	background: #389b0f;
}
.aside_email a {
	background: var(--i_color2);
}
.aside_up a {
	background: rgb(0 0 0 / 70%);
}


.aside_right li img {
	display: block;
	margin: 0 auto;
	width: .22rem;
	height: .22rem;
	object-fit: contain
}

.aside_right li:hover>a {
	background: var(--i_color)
}

.side_tel_box,
.side_qr_box {
	position: absolute;
	box-shadow: -1px 2px 6px rgba(0, 0, 0, .2);
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: -1
}
.side_tel_box {
	top: 0;
	right: -300px;
	width: 180px;
	min-height: 100%;
	background: #FFF
}
.side_qr_box {
	top: 50%;
	transform: translate(0, -50%);
	right: -180px;
	width: 120px;
	height: 120px;
	background: #FFF
}

.side_tel_box h6 {
	padding: 8px 0;
	font-size: 14px;
	color: #666
}
.side_tel_box h6 a {
	line-height: 20px
}
.side_tel_box a:hover {
	color: var(--i_color)
}
.side_qr_box img {
	width: 90%;
	height: 90%
}

.aside_right li:hover .side_tel_box,
.aside_right li:hover .side_qr_box {
	right: 48px
}

.side_tel_box,
.side_qr_box {
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

.aside_close {
	position: absolute;
	top: .3rem;
	right: .3rem;
	display: block;
	width: .3rem;
	height: .3rem;
	background: url(static/images/public/close_1_hei.svg) no-repeat center;
	background-size: 30px;
	cursor: pointer
}
.aside_close:hover {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg)
}
.aside_close {
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease
}





#aside_mask_bg {
	display: none;
	position: fixed;
	top: 50%;
	transform: translate(0, -50%);
	left: 0%;
	width: 100%;
	height: 100%;
	background: rgb(0 0 0 / 70%);
	z-index: 9999999999998;
}
#aside_sc_from {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 800px;
	box-sizing: border-box;
	padding: 30px 30px 40px;
	background: rgb(255 255 255 / 100%);
	z-index: 9999999999999;
	overflow: auto
}
#aside_sc_from .tit {
	margin-bottom: .4rem
}
#aside_sc_from .tit h1 {
	text-align: center;
	font-size: .26rem;
	color: var(--i_color);
	font-weight: bold;
	line-height: .3rem
}

#wpforms-55 {
	--input_font_color: rgb(0 0 0 / 50%);
	--input_font_size: 14px;
	--input_height: 42px
}
#wpforms-55 {
	width: 100%;
	margin: 0 auto;
	padding: 0
}
#wpforms-form-55 {
	width: 100%;
	overflow: hidden
}
#wpforms-55 input,
#wpforms-55 button {
	margin: 0;
	padding: 0;
	border: none;
	background: none
}
#wpforms-55 .wpforms-field {
	padding: 0;
	margin: 0
}
#wpforms-55 .wpforms-error-container {
	line-height: 16px
}
#wpforms-55 .wpforms-field-container {
	width: 100%;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	overflow: hidden
}
#wpforms-55 .wpforms-submit-container {
	padding: 0 !important;
	margin: 0 auto;
	width: 170px;
	height: 38px;
	background: var(--i_color);
	box-sizing: border-box;
	border: 2px solid var(--i_color);
	position: relative
}
#wpforms-55 .wpforms-field-label {
	font-size: 0
}
#wpforms-55 .wpforms-required-label {
	position: absolute;
	top: 16px;
	left: 5px;
	font-size: 16px;
	color: #F00
}
#wpforms-55 .wpforms-field {
	width: 100%;
	margin-bottom: 0;
	padding-bottom: 18px;
	background: transparent;
	position: relative;
	overflow: hidden
}
#wpforms-55 input {
	height: var(--input_height)
}
#wpforms-55 textarea {
	min-height: 100px
}
#wpforms-55 input,
#wpforms-55 textarea {
	width: 100%;
	max-width: 100% !important;
	font-size: var(--input_font_size);
	color: #333;
	box-sizing: border-box;
	border: 1px solid rgb(0 0 0 / 30%);
	line-height: var(--input_height);
	padding: 0 16px
}
#wpforms-55 input::-webkit-input-placeholder {
	color: var(--input_font_color);
	font-size: var(--input_font_size)
}
#wpforms-55 input::-moz-placeholder {
	color: var(--input_font_color);
	font-size: var(--input_font_size)
}
#wpforms-55 input::-moz-placeholder {
	color: var(--input_font_color);
	font-size: var(--input_font_size)
}
#wpforms-55 input::-ms-input-placeholder {
	color: var(--input_font_color);
	font-size: var(--input_font_size)
}
#wpforms-55 textarea::-webkit-input-placeholder {
	color: var(--input_font_color);
	font-size: var(--input_font_size)
}
#wpforms-55 textarea::-moz-placeholder {
	color: var(--input_font_color);
	font-size: var(--input_font_size)
}
#wpforms-55 textarea::-moz-placeholder {
	color: var(--input_font_color);
	font-size: var(--input_font_size)
}
#wpforms-55 textarea::-ms-input-placeholder {
	color: var(--input_font_color);
	font-size: var(--input_font_size)
}
#wpforms-55 #wpforms-55-field_1-error,
#wpforms-55 #wpforms-55-field_2-error,
#wpforms-55 #wpforms-55-field_3-error,
#wpforms-55 #wpforms-55-field_5-error {
	position: absolute;
	font-size: 13px
}
#wpforms-55 .wpforms-submit-container button {
	width: 100%;
	height: 34px;
	font-size: 14px;
	color: #FFF;
	line-height: 34px;
	cursor: pointer;
	text-transform: uppercase;
	position: relative;
	z-index: 2
}
#wpforms-55 .wpforms-submit-container img {
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	right: 4px
}
#wpforms-55 .wpforms-submit-container:after {
	display: none;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	box-sizing: border-box;
	width: 100%;
	height: 100%
}
#wpforms-55 .wpforms-submit-container:hover:after {
	display: block
}
#wpforms-55 .wpforms-submit-container:hover {
	background: #FFF
}
#wpforms-55 .wpforms-submit-container:hover button {
	color: var(--i_color)
}

@media screen and (max-width:1366px) {
	.aside_right li>a {
		width: 0.4rem;
		height: 0.4rem;
	}
	.aside_right li img {
		width: 0.18rem;
		height: 0.18rem;
	}
}

@media screen and (max-width:1024px) {
	#aside_sc_from {
		width: 94%;
	}
}
@media screen and (max-width:959px) {
	.aside_right li>a {
		width: 0.34rem;
		height: 0.34rem;
	}
	.aside_right li img {
		width: 0.16rem;
		height: 0.16rem;
	}
}
@media screen and (max-width:767px) {
	.aside_right {
		right: 10px
	}
	#aside_sc_from {
		padding: 20px 20px 30px
	}
	#aside_sc_from .tit {
		margin-bottom: 0.18rem;
	}
	#wpforms-55 {
		--input_font_size: 13px;
		--input_height: 38px
	}
	#wpforms-55 .wpforms-submit-container {
		height: 34px;
	}
	#wpforms-55 .wpforms-submit-container button {
		height: 30px;
		line-height: 30px;
		font-size: 14px;
	}
	.aside_close {
		top: 0.1rem;
		right: 0.1rem;
	}
}
@media screen and (max-width:560px) {
	#aside_sc_from .tit h1 {
		font-size: 0.17rem;
	}
}





/* ----------------------- Inside Page ----------------------- */

.full_header_height {
	display: block;
	height: var(--header_height);
}

/* Inside Banner */
.in_banner {
	margin-bottom: -.04rem;
	width: 100%;
	position: relative;
	overflow: hidden
}

.in_banner img {
	width: 100%;
	width: 100vw;
	object-fit: cover
}

.in_b_text {
	position: absolute;
	top: 54%;
	transform: translate(0, -50%);
	left: 0;
	width: 100%;
}
.in_b_text .wrap {
	text-align: center;
}
.in_b_text h2 {
	font-family: bn;
	font-size: .58rem;
	color: #FFF;
	text-transform: uppercase;
}
.in_b_text h6 {
	margin-top: 0.34rem;
	font-size: 0.3rem;
	color: #FFF;
}

.in_banner2 {
	height: var(--header_height);
	background: var(--i_color)
}
.in_banner2 img {
	opacity: .08;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

@media screen and (max-width:1440px) {
	.in_b_text h2 {
		font-size: 0.5rem;
	}
	.in_b_text h6 {
		margin-top: 0.2rem;
		font-size: 0.26rem;
	}
}
@media screen and (max-width:1366px) {
	.in_b_text h2 {
		font-size: 0.42rem;
	}
	.in_b_text h6 {
		margin-top: 0.18rem;
		font-size: 0.22rem;
	}
}
@media screen and (max-width:1024px) {
	.in_banner::before {
		content: "";
		display: block;
		padding-bottom: 38%
	}
	.in_banner img {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: 100%;
		height: 100%;
		object-fit: cover
	}
	.in_b_text h2 {
		font-size: 0.3rem;
	}
	.in_b_text h6 {
		margin-top: 0.12rem;
		font-size: 0.18rem;
	}
}
@media screen and (max-width:959px) {
	.in_banner::before {
		padding-bottom: 42%
	}
	.in_b_text h2 {
		font-size: 0.26rem;
	}
	.in_b_text h6 {
		font-size: 0.16rem;
	}
}
@media screen and (max-width:767px) {
	.in_banner::before {
		padding-bottom: 50%
	}
	.in_b_text {
		top: 56%;
	}
}
@media screen and (max-width:560px) {
	.in_banner::before {
		padding-bottom: 58%
	}
	.in_b_text {
		top: 60%;
	}
	.in_b_text h2 {
		font-size: 0.22rem;
	}
	.in_b_text h6 {
		margin-top: 0.08rem;
		font-size: 0.14rem;
	}
}


/* Breadcrumb */
.in_position {
	padding: .3rem 0 .4rem;
}
.in_position_bg {
	background: #F6F6F6;
}

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

.in_position a:first-child {
	padding-left: 26px;
	background: url(static/images/public/home_1_hei.svg) no-repeat left center;
	background-size: 20px
}

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

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

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

@media screen and (max-width:1024px) {
	.in_position a {
		font-size: 13px
	}
}
@media screen and (max-width:560px) {
	.in_position a {
		font-size: 12px
	}
}





/* About us */
.in_about {}

.in_about_cont {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
}

.in_about_l {
	width: 44%;
}
.in_about_l .i_tit h2 {
	margin: 0 0;
}
.in_about_l>h2 {
	font-size: 0.36rem;
	color: var(--i_color);
	font-weight: 900;
	line-height: 0.54rem;
	text-transform: uppercase;
}

.in_about_r {
	margin-left: auto;
	width: 52%;
}
.in_about_r article {
	color: #606060;
	line-height: 0.22rem;
}

.in_about_pic {
	margin-top: 0.5rem;
	width: 100%;
	overflow: hidden;
	position: relative;
}
.in_about_pic::after {
	content: '';
	position: absolute;
	top: 0;
	left: 100%;
	width: 100%;
	height: 100%;
	background: linear-gradient(to bottom,
			rgba(255, 255, 255, 0),
			rgba(255, 255, 255, 0.6));
	background: -webkit-linear-gradient(to bottom,
			rgba(255, 255, 255, 0),
			rgba(255, 255, 255, 0.6));
}
.in_about_pic img {
	width: 100vw;
}

.in_about_pic:hover::after {
	animation: fol 1.4s;
	animation-delay: 0s;
	-webkit-animation-timing-function: cubic-bezier(0, 0, 0.18, 0.96);
}


.in_more {
	display: inline-block;
	border: 1px solid var(--i_color);
	-webkit-border-radius: .05rem;
	border-radius: .05rem;
	position: relative;
}
.in_more::before {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	width: 0;
	height: 100%;
	background: var(--i_color);
}
.in_more i {
	display: block;
	padding: 0 1rem;
	font-size: 12px;
	color: var(--i_color);
	line-height: 0.46rem;
	position: relative;
}

.in_more:hover::before {
	right: initial;
	left: 0;
	width: 100%;
}
.in_more:hover i {
	color: #FFF;
}
.in_more::before,
.in_more i {
	-webkit-transition: all .5s ease;
	transition: all .5s ease
}


@media screen and (max-width:1440px) {
	.in_about_l {
		width: 40%;
	}
	.in_about_r {
		width: 56%;
	}
	.in_about_l>h2 {
		line-height: 0.5rem;
	}
}
@media screen and (max-width:1366px) {
	.in_about_l>h2 {
		font-size: 0.34rem;
		line-height: 0.48rem;
	}
}
@media screen and (max-width:1200px) {
	.in_about_l>h2 {
		font-size: 0.3rem;
		line-height: 0.42rem;
	}
}
@media screen and (max-width:1024px) {
	.in_about_l,
	.in_about_r {
		width: 100%;
	}
	.in_about_l>h2 {
		margin-bottom: 0.22rem;
		font-size: 0.2rem;
		line-height: 0.24rem;
	}
}
@media screen and (max-width:767px) {
	.in_about_l>h2 {
		margin-bottom: 0.14rem;
		font-size: 0.16rem;
		line-height: 0.2rem;
	}
	.in_about_pic {
		margin-top: 0.4rem;
	}
}
@media screen and (max-width:560px) {}



/* Corporate culture */
.in_culture {
	background: url(static/images/i_products_bg.webp) no-repeat bottom center;
	background-size: 100%;
}

.in_culture .section_article {
	margin-bottom: .2rem
}

.in_culture_list {
	padding: .3rem 0;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.in_culture_list dt {
	width: 29%;
	position: relative;
	-webkit-border-radius: .1rem;
	border-radius: .1rem;
	overflow: hidden
}
.in_culture_list dt::before {
	content: "";
	display: block;
	padding-bottom: 116.5%
}

.in_culture_list span {
	position: absolute;
	top: 45%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 80%;
	text-align: center;
	z-index: 2;
}
.in_culture_list .ico {
	width: 1.6rem;
	height: 1.6rem;
	margin: 0 auto;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	position: relative;
}
.in_culture_list .ico img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	height: 0.8rem;
}
.in_culture_list span h2 {
	padding-bottom: 0.3rem;
	margin: 0.26rem auto;
	font-family: bn;
	font-size: 0.38rem;
	color: #555;
	line-height: 0.44rem;
	text-transform: uppercase;
	position: relative;
}
.in_culture_list span h2::before {
	content: '';
	position: absolute;
	left: 50%;
	transform: translate(-50%, 0);
	bottom: 0;
	width: 1rem;
	height: 2px;
	background: rgb(0 0 0 / 10%);
}
.in_culture_list span h6 {
	color: #555;
}

.in_culture_list .img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.in_culture_list .img::before,
.in_culture_list .img::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
}
.in_culture_list .img::before {
	height: 100%;
	background: rgb(234 234 234 / 80%);
}
.in_culture_list .img::after {
	height: 0;
	background: rgb(8 98 169 / 80%);
}
.in_culture_list .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.in_culture_list dt:hover {
	-webkit-transform: translate(0, -0.2rem);
	transform: translate(0, -0.2rem)
}
.in_culture_list dt:hover .ico {
	background: #FFF;
}
.in_culture_list dt:hover h2,
.in_culture_list dt:hover h6 {
	color: #FFF;
}
.in_culture_list dt:hover h2::before {
	background: rgb(255 255 255 / 10%);
}
.in_culture_list dt:hover .img::before {
	height: 0;
}
.in_culture_list dt:hover .img::after {
	height: 100%;
}
.in_culture_list dt,
.in_culture_list .ico,
.in_culture_list span h2,
.in_culture_list span h2::before,
.in_culture_list span h6,
.in_culture_list .img::before,
.in_culture_list .img::after {
	-webkit-transition: all .8s ease;
	transition: all .8s ease
}

@media screen and (max-width:1440px) {
	.in_culture_list .ico {
		width: 1rem;
		height: 1rem;
	}
	.in_culture_list .ico img {
		height: 0.64rem;
	}
	.in_culture_list span h2 {
		font-size: .34rem;
	}
}
@media screen and (max-width:1366px) {
	.in_culture_list span h2 {
		font-size: .3rem;
	}
}
@media screen and (max-width:1200px) {
	.in_culture_list span h2 {
		font-size: .28rem;
	}
}
@media screen and (max-width:1024px) {
	.in_culture {
		margin-top: 0.3rem;
	}
	.in_culture_list dt {
		width: 31%;
	}
	.in_culture_list .ico {
		width: .8rem;
		height: .8rem;
	}
	.in_culture_list .ico img {
		height: 0.5rem;
	}
	.in_culture_list span h2 {
		margin: .1rem 0;
		padding-bottom: 0.1rem;
		font-size: .2rem;
		line-height: 0.3rem;
	}
}
@media screen and (max-width:767px) {
	.in_culture {
		margin-top: 0.2rem;
	}
	.in_culture .section_article {
		margin-bottom: 0
	}
	.in_culture_list dt {
		margin: .1rem auto;
		width: 100%;
	}
	.in_culture_list dt::before {
		display: none;
	}
	.in_culture_list span {
		display: block;
		position: relative;
		top: initial;
		left: initial;
		transform: none;
		width: 90%;
		margin: 0 auto;
		padding: .3rem 0;
	}
	.in_culture_list .ico {
		width: .48rem;
		height: .48rem;
	}
	.in_culture_list .ico img {
		height: 0.3rem;
	}
	.in_culture_list span h2 {
		font-size: 0.18rem;
	}
}





/* Office and factory environment */
.in_factory {}

.in_factory_list {
	position: relative;
	overflow: hidden
}
.in_factory_list .swiper-wrapper {
	width: 100%;
	display: -webkit-flex;
	display: flex;
	position: relative;
	padding: .6rem 0;

}
.in_factory_list .swiper-slide {
	/* opacity: .4; */
	flex-shrink: 0;
	position: relative;
	-webkit-border-radius: .08rem;
	border-radius: .08rem;
	cursor: pointer;
	overflow: hidden
}
.in_factory_list .swiper-slide::before {
	content: "";
	display: block;
	padding-bottom: 78%
}
.in_factory_list .swiper-slide img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	object-fit: cover
}
.in_factory_list .swiper-slide-active {
	-webkit-transform: scale(1.36, 1.36);
	transform: scale(1.36, 1.36);
	z-index: 3;
}
/* .in_factory_list .swiper-slide-prev,
.in_factory_list .swiper-slide-next,
.in_factory_list .swiper-slide-active {
	opacity: 1;
} */
.in_factory_list .swiper-slide {
	-webkit-transition: all .5s ease;
	transition: all .5s ease
}


.factory-prev,
.factory-next {
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	width: .5rem;
	height: .5rem;
	z-index: 3;
	cursor: pointer;
	-webkit-border-radius: .05rem;
	border-radius: .05rem;
	outline: none;
	-webkit-user-select: none;
	user-select: none
}
.factory-prev {
	left: 15%;
	background: #FFF url(static/images/left_triangle.svg) no-repeat center;
	background-size: .22rem
}
.factory-next {
	right: 15%;
	background: #FFF url(static/images/right_triangle.svg) no-repeat center;
	background-size: .22rem
}
.in_factory_list .swiper-button-disabled {
	cursor: not-allowed
}

.factory-prev:hover {
	background: #FFF url(static/images/left_triangle2.svg) no-repeat center;
	background-size: .22rem
}
.factory-next:hover {
	background: #FFF url(static/images/right_triangle2.svg) no-repeat center;
	background-size: .22rem
}

.factory-pagination {
	display: none;
	margin-top: 0.44rem;
	text-align: center
}
.factory-pagination .swiper-pagination-bullet {
	width: .08rem;
	height: .08rem;
	display: inline-block;
	margin: 0 5px;
	background: #CCC;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	outline: none
}
.factory-pagination .swiper-pagination-bullet-active {
	background: var(--i_color)
}

@media screen and (max-width:1440px) {}
@media screen and (max-width:1366px) {
	.factory-prev,
	.factory-next {
		width: 0.4rem;
		height: 0.4rem;
		background-size: .2rem
	}
}
@media screen and (max-width:1200px) {}
@media screen and (max-width:1024px) {
	.factory-prev,
	.factory-next {
		display: none;
	}
	.factory-pagination {
		display: block;
	}
}
@media screen and (max-width:767px) {
	.factory-pagination {
		margin-top: .2rem;
	}
}
@media screen and (max-width:560px) {
	.in_factory_list .swiper-wrapper {
		padding: .3rem 0;
	}
}






/* History of the company */
.in_history {
	padding: .5rem 0 3.4rem;
	background: url(static/images/in_history_bg.webp) no-repeat bottom center;
	background-size: 100%;
}

.in_history_cont {}

.gallery-top {
	width: calc(100% - 2.8rem);
	margin: 0 auto;
	box-sizing: border-box;
	overflow: hidden;
	position: relative
}

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

.gallery-top .swiper-slide {
	flex-shrink: 0;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	position: relative;
	overflow: hidden
}
.gallery-top .swiper-slide h2 {
	margin-bottom: 0.18rem;
	text-align: center;
	font-size: 0.18rem;
	color: var(--i_color);
	font-weight: bold;
	text-transform: uppercase;
}
.gallery-top .swiper-slide h6 {
	margin: 0 auto;
	text-align: center;
	color: #606060;
}

.history-button-prev,
.history-button-next {
	opacity: .4;
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	width: .66rem;
	height: .66rem;
	box-sizing: border-box;
	border: 1px solid #7E7E7E;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	z-index: 999;
	outline: none;
	cursor: pointer;
	-webkit-user-select: none;
	user-select: none;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.history-button-prev {
	left: 0;
	background: #FFF url(static/images/public/arrow_left_hollow_hei.svg) no-repeat center;
	background-size: .26rem
}

.history-button-next {
	right: 0;
	background: #FFF url(static/images/public/arrow_right_hollow_hei.svg) no-repeat center;
	background-size: .26rem
}

.history-button-prev:hover {
	opacity: 1;
	background: var(--i_color) url(static/images/public/arrow_left_hollow_bai.svg) no-repeat center;
	background-size: .26rem;
}
.history-button-next:hover {
	opacity: 1;
	background: var(--i_color) url(static/images/public/arrow_right_hollow_bai.svg) no-repeat center;
	background-size: .26rem;
}
.in_honor_year .swiper-button-disabled {
	opacity: .1 !important;
	cursor: not-allowed
}


.marker_line {
	display: table;
	margin: .4rem auto;
	width: 100%;
	height: 0.8rem;
	background: #FFF;
	position: relative;
	background: url(static/images/marker_line_bg.png) no-repeat center;
}
.marker_line::before,
.marker_line::after {
	content: '';
	position: absolute;
	left: 50%;
	transform: translate(-50%, 0);
	width: 0;
	height: 0;
	border-left: .08rem solid transparent;
	border-right: .08rem solid transparent;
}
.marker_line::before {
	top: 0;
	border-top: .1rem solid var(--i_color2)
}
.marker_line::after {
	bottom: 0;
	border-bottom: .1rem solid var(--i_color2)
}


.in_honor_year {
	position: relative
}

.gallery-thumbs {
	padding-top: 0.18rem;
	width: 100%;
	margin: 0 auto;
	position: relative;
	overflow: hidden
}

.gallery-thumbs .swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	cursor: pointer;
	display: flex
}
.gallery-thumbs .swiper-slide {
	text-align: center;
	flex-shrink: 0;
	position: relative;
	overflow: hidden
}
.gallery-thumbs .swiper-slide p {
	height: 0.26rem;
	line-height: 0.26rem;
	font-size: 0.18rem;
	color: #444;
}
.gallery-thumbs .swiper-slide-active p {
	font-size: 0.26rem;
	color: var(--i_color);
	font-weight: bold;
}
.gallery-thumbs .swiper-slide p {
	-webkit-transition: all .5s ease;
	transition: all .5s ease
}


@media screen and (max-width:1440px) {
	.in_history {
		padding: .5rem 0 2.8rem;
	}
}
@media screen and (max-width:1366px) {
	.in_history {
		padding: .5rem 0 2.4rem;
	}
	.gallery-top {
		width: calc(100% - 2rem);
	}
	.marker_line {
		margin: 0.3rem auto;
	}
	.history-button-prev,
	.history-button-next {
		width: 0.5rem;
		height: 0.5rem;
		background-size: .2rem !important;
	}
}
@media screen and (max-width:1200px) {
	.gallery-top .swiper-slide h6 {
		padding: 0 .1rem;
		max-height: calc(22px * 5);
		overflow-y: auto;
	}
	/*滚动条*/
	.gallery-top .swiper-slide h6::-webkit-scrollbar {
		width: 3px;
		height: 8px
	}
	.gallery-top .swiper-slide h6::-webkit-scrollbar-thumb {
		-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
		background: #666
	}
	.gallery-top .swiper-slide h6::-webkit-scrollbar-track {
		-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
		border-radius: 0;
		background: #F1F1F1
	}
}
@media screen and (max-width:1024px) {
	.in_history {
		padding: .5rem 0 1.8rem;
	}
	.gallery-top {
		width: calc(100% - 1.6rem);
	}
	.history-button-prev,
	.history-button-next {
		width: 0.4rem;
		height: 0.4rem;
		background-size: .18rem !important;
	}
}
@media screen and (max-width:959px) {}
@media screen and (max-width:767px) {
	.in_history {
		padding: .3rem 0 1.2rem;
	}
	.gallery-top {
		width: calc(100% - 1rem);
	}
	.gallery-top .swiper-slide h2 {
		font-size: 0.16rem;
	}
	.history-button-prev,
	.history-button-next {
		width: 0.34rem;
		height: 0.34rem;
		background-size: .14rem !important;
	}
	.marker_line {
		margin: 0.3rem auto .06rem;
	}
	.gallery-thumbs .swiper-slide p {
		font-size: 0.16rem;
	}
	.gallery-thumbs .swiper-slide-active p {
		font-size: 0.22rem;
	}
}
@media screen and (max-width:560px) {
	.in_history {
		padding: .3rem 0 .7rem;
	}
	.gallery-top .swiper-slide h2 {
		font-size: 0.14rem;
	}
	.gallery-thumbs .swiper-slide p {
		font-size: 0.15rem;
	}
	.gallery-thumbs .swiper-slide-active p {
		font-size: 0.2rem;
	}
}








/* Exhibition style */
.in_honor {}

.in_honor_list {
	width: calc(100% - 1.8rem);
	box-sizing: border-box;
	padding: 0 2px;
	margin: 0 auto;
	position: relative;
	overflow: hidden
}
.in_honor_list .swiper-wrapper {
	padding: .7rem 0;
	display: -webkit-flex;
	display: flex;
	position: relative;
	width: 100%
}
.in_honor_list .swiper-slide {
	flex-shrink: 0;
	padding-bottom: 0.3rem;
	position: relative;
	overflow: hidden;
	cursor: pointer;
}

.in_honor_list .img {
	width: 100%;
	background: #FFF;
	position: relative;
	box-sizing: border-box;
	-webkit-border-radius: .1rem;
	border-radius: .1rem;
	border: 1px solid var(--i_color3);
	overflow: hidden
}
.in_honor_list .img::before {
	content: "";
	display: block;
	padding-bottom: 75%
}
.in_honor_list .img img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 80%;
	height: 80%;
	object-fit: contain
}

.in_honor_list .txt {
	display: none;
	padding: 0 .1rem;
	text-align: center;
	background: var(--i_color3);
	font-size: 0.13rem;
	color: #FFF;
	line-height: 0.36rem;
	-webkit-border-radius: 0 0 .1rem .1rem;
	border-radius: 0 0 .1rem .1rem;
	position: relative;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.in_honor_list .swiper-slide-active {
	-webkit-transform: scale(1.3, 1.3);
	transform: scale(1.3, 1.3);
	z-index: 3;
}
.in_honor_list .swiper-slide-active::before {
	content: '';
	position: absolute;
	left: 50%;
	transform: translate(-50%, 0);
	bottom: .2rem;
	width: 100%;
	height: 10%;
	background-image: radial-gradient(var(--i_color2) 20%, #FFF 80%);
	-webkit-filter: blur(10px);
	filter: blur(10px)
}
.in_honor_list .swiper-slide-active .img {
	-webkit-border-radius: .1rem .1rem 0 0;
	border-radius: .1rem .1rem 0 0;
	border-bottom: none;
}
.in_honor_list .swiper-slide-active .txt {
	display: block;
}

.in_honor_list .swiper-slide {
	-webkit-transition: all .5s ease;
	transition: all .5s ease
}


.honor-prev,
.honor-next {
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	width: .5rem;
	height: .5rem;
	z-index: 3;
	cursor: pointer;
	-webkit-border-radius: .05rem;
	border-radius: .05rem;
	outline: none;
	-webkit-user-select: none;
	user-select: none
}
.honor-prev {
	left: 0;
	background: #e9edf1 url(static/images/left_triangle.svg) no-repeat center;
	background-size: .22rem
}
.honor-next {
	right: 0;
	background: #e9edf1 url(static/images/right_triangle.svg) no-repeat center;
	background-size: .22rem
}
.in_honor_list .swiper-button-disabled {
	cursor: not-allowed
}

.honor-prev:hover {
	background: #e9edf1 url(static/images/left_triangle2.svg) no-repeat center;
	background-size: .22rem
}
.honor-next:hover {
	background: #e9edf1 url(static/images/right_triangle2.svg) no-repeat center;
	background-size: .22rem
}


.honor-pagination {
	display: none;
	margin: 0.3rem auto .6rem;
	text-align: center
}
.honor-pagination .swiper-pagination-bullet {
	width: .08rem;
	height: .08rem;
	display: inline-block;
	margin: 0 6px;
	background: #CCC;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	outline: none
}
.honor-pagination .swiper-pagination-bullet-active {
	background: var(--i_color)
}

@media screen and (max-width:1440px) {}
@media screen and (max-width:1366px) {
	.in_honor_list .txt {
		font-size: 0.12rem;
	}
}
@media screen and (max-width:1024px) {
	.in_honor .section_article {
		margin: 0 auto 0.3rem;
	}
	.in_honor_list {
		width: 100%;
	}
	.in_honor_list .swiper-wrapper {
		padding: 0.6rem 0 .4rem;
	}
	.honor-prev,
	.honor-next {
		display: none;
	}
	.honor-pagination {
		display: block;
	}
}
@media screen and (max-width:959px) {}
@media screen and (max-width:768px) {
	.in_honor_list .swiper-wrapper {
		padding: 0 0;
	}
	.in_honor_list .swiper-slide-active {
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
		z-index: 3;
	}
	.in_honor_list .img {
		-webkit-border-radius: .1rem .1rem 0 0 !important;
		border-radius: .1rem .1rem 0 0 !important;
	}
	.in_honor_list .img img {
		width: 90%;
		height: 90%;
	}
	.in_honor_list .txt {
		display: block;
		font-size: 0.14rem;
		line-height: 0.4rem;
	}
	.honor-pagination {
		margin-top: .1rem;
	}
}
@media screen and (max-width:560px) {
	.in_honor_list .txt {
		font-size: 0.13rem;
	}
	.honor-pagination {
		margin-bottom: 0.5rem;
	}
}







/* Products */
.in_products {
	margin-top: 0.2rem;
}

.in_products_nav {
	margin-bottom: .6rem;
	display: -webkit-flex;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	position: relative;
}
.in_products_nav::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	background: var(--border_color);
}
.in_products_nav li {
	max-width: 40%;
	box-sizing: border-box;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	position: relative;
}
.in_products_nav li::before,
.in_products_nav li::after {
	content: '';
	position: absolute;
	left: 50%;
	transform: translate(-50%, 0);
	z-index: 2;
}
.in_products_nav li::before {
	bottom: -10px;
	width: 0;
	height: 0;
	border-left: 0 solid transparent;
	border-right: 0 solid transparent;
	border-top: 12px solid var(--i_color)
}
.in_products_nav li::after {
	bottom: -7px;
	width: 0;
	height: 0;
	border-left: 0 solid transparent;
	border-right: 0 solid transparent;
	border-top: 9px solid #FFF
}

.in_products_nav a {
	width: 100%;
	box-sizing: border-box;
	padding: 0 0 0.24rem;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	overflow: hidden;
	position: relative;
}
.in_products_nav .line {
	position: absolute;
	left: 50%;
	transform: translate(-50%, 0);
	bottom: 0;
	width: 0;
	height: 2px;
	background: var(--i_color);
	z-index: -1;
}

.in_products_nav i {
	display: block;
	width: 30px;
	height: 30px;
	position: relative;
	overflow: hidden;
}
.in_products_nav i img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.in_products_nav p {
	max-width: calc(100% - 30px - .16rem);
	margin-left: 0.16rem;
	font-size: 0.18rem;
	color: #606060;
	font-weight: bold;
	text-transform: uppercase;
}

.in_products_nav li:hover::before,
.in_products_nav .curr::before {
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
}
.in_products_nav li:hover::after,
.in_products_nav .curr::after {
	border-left: 9px solid transparent;
	border-right: 9px solid transparent;
}
.in_products_nav li:hover .line,
.in_products_nav .curr .line {
	width: 100%;
}
.in_products_nav .curr p,
.in_products_nav li:hover p {
	color: var(--i_color);
}

.in_products_nav li::before,
.in_products_nav li::after,
.in_products_nav .line,
.in_products_nav i img {
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease
}

@media screen and (max-width:1440px) {}
@media screen and (max-width:1366px) {
	.in_products_nav p {
		font-size: 0.16rem;
	}
}
@media screen and (max-width:1200px) {
	.in_products_nav a {
		padding: 0 0 .2rem;
	}
}
@media screen and (max-width:1024px) {
	.in_products_nav i {
		width: 20px;
		height: 20px;
	}
	.in_products_nav p {
		max-width: calc(100% - 20px - .16rem);
		font-size: 0.14rem;
	}
}
@media screen and (max-width:959px) {
	.in_products {
		margin-top: 0;
	}
	.in_products_nav {
		margin-bottom: 0.5rem;
	}
	.in_products_nav p {
		margin-top: 0.1rem;
		width: 100%;
		max-width: 100%;
		margin-left: 0;
		text-align: center;
	}
}
@media screen and (max-width:767px) {
	.in_products_nav {
		margin-bottom: 0.4rem;
	}
	.in_products_nav li:hover::before,
	.in_products_nav .curr::before {
		border-left: 9px solid transparent;
		border-right: 9px solid transparent;
	}
	.in_products_nav li:hover::after,
	.in_products_nav .curr::after {
		border-left: 6px solid transparent;
		border-right: 6px solid transparent;
	}
	.in_products_nav li::before {
		bottom: -7px;
		border-top: 9px solid var(--i_color);
	}
	.in_products_nav li::after {
		bottom: -4px;
		border-top: 6px solid #FFF;
	}
	.in_products_nav p {
		font-size: 0.12rem;
	}
}
@media screen and (max-width:560px) {
	.in_products_nav {
		margin-bottom: 0.3rem;
	}
	.in_products_nav a {
		padding: 0 0 .14rem;
	}
}






.in_products_list {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
}
.in_products_list li {
	width: 22%;
	margin: 0 4% .8rem 0;
}
.in_products_list li:nth-child(4n) {
	margin-right: 0;
}

.in_products_list .img {
	width: 100%;
	position: relative;
	-webkit-border-radius: .1rem;
	border-radius: .1rem;
	overflow: hidden
}
.in_products_list .img::before {
	content: "";
	display: block;
	padding-bottom: 80%
}
.in_products_list .img img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: calc(100% + 2px);
	object-fit: cover
}

.in_products_list .txt {
	margin: .14rem auto;
	text-align: center;
}
.in_products_list .txt p,
.in_products_list .txt b {
	font-size: 0.14rem;
	color: #606060;
	line-height: 0.22rem;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.in_products_list .txt b {
	font-weight: bold;
}

.in_products_more {
	text-align: center;
	box-sizing: border-box;
	border: 1px solid var(--i_color);
	-webkit-border-radius: .05rem;
	border-radius: .05rem;
	position: relative;
	overflow: hidden;
}
.in_products_more::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 0;
	height: 100%;
	background: var(--i_color);
}
.in_products_more::after {
	content: '';
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	right: 0.26rem;
	width: 0.2rem;
	height: 0.2rem;
	background: url(static/images/arrow_right_long.svg) no-repeat center;
	background-size: contain;
}
.in_products_more i {
	display: block;
	font-size: 0.13rem;
	color: var(--i_color);
	line-height: 0.44rem;
	position: relative;
}

.in_products_list li:hover .img {
	box-shadow: 0 0 .1rem rgb(0 0 0 / 30%);
}
.in_products_list li:hover p,
.in_products_list li:hover b {
	color: var(--i_color);
}
.in_products_list li:hover .in_products_more::before {
	right: initial;
	left: 0;
	width: 100%;
}
.in_products_list li:hover .in_products_more::after {
	background: url(static/images/public/arrow_right_long_bai.svg) no-repeat center;
	background-size: contain;
}
.in_products_list li:hover .in_products_more i {
	color: #FFF;
}
.in_products_list .img,
.in_products_more::before,
.in_products_more::after {
	-webkit-transition: all .5s ease;
	transition: all .5s ease
}

@media screen and (max-width:1200px) {
	.in_products_list li {
		margin-bottom: 0.5rem;
	}
}
@media screen and (max-width:1024px) {
	.in_products_list li {
		width: 48%;
	}
	.in_products_list li:nth-child(2n) {
		margin-right: 0;
	}
}
@media screen and (max-width:767px) {
	.in_products_list .txt {
		margin: .1rem auto;
	}
	.in_products_list .txt b {
		display: block;
	}
	.in_products_list .txt p,
	.in_products_list .txt b {
		line-height: 0.2rem;
	}
	.in_products_more i {
		font-size: 0.12rem;
		line-height: 0.34rem;
	}
	.in_products_more::after {
		right: .16rem;
		width: 0.16rem;
		height: 0.16rem;
	}
}
@media screen and (max-width:560px) {
	.in_products_list li {
		margin-bottom: 0.4rem;
	}
}






/* Products - Pop up form */
#mask_bg {
	display: none;
	position: fixed;
	top: 50%;
	transform: translate(0, -50%);
	left: 0%;
	width: 100%;
	height: 100%;
	background: rgb(0 0 0 / 70%);
	z-index: 9999999999998;
}
.products_list_form {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 800px;
	box-sizing: border-box;
	padding: 30px 30px 40px;
	background: rgb(255 255 255 / 100%);
	z-index: 9999999999999;
	overflow: auto
}
.products_list_form.show {
	display: block !important
}
.products_list_form .tit {
	margin-bottom: .4rem
}
.products_list_form .tit p {
	text-align: center;
	font-size: .26rem;
	color: var(--i_color);
	font-weight: bold;
	line-height: .3rem
}

#wpforms-49 {
	--input_font_color: rgb(0 0 0 / 50%);
	--input_font_size: 14px;
	--input_height: 42px
}
#wpforms-49 {
	width: 100%;
	margin: 0 auto;
	padding: 0
}
#wpforms-form-49 {
	width: 100%;
	overflow: hidden
}
#wpforms-49 input,
#wpforms-49 button {
	margin: 0;
	padding: 0;
	border: none;
	background: none
}
#wpforms-49 .wpforms-field {
	padding: 0;
	margin: 0
}
#wpforms-49 .wpforms-error-container {
	line-height: 16px
}
#wpforms-49 .wpforms-field-container {
	width: 100%;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	overflow: hidden
}
#wpforms-49 .wpforms-submit-container {
	padding: 0 !important;
	margin: 0 auto;
	width: 170px;
	height: 38px;
	background: var(--i_color);
	box-sizing: border-box;
	border: 2px solid var(--i_color);
	position: relative
}
#wpforms-49 .wpforms-field-label {
	font-size: .14rem;
	line-height: 0.2rem;
}
#wpforms-49 .wpforms-required-label {
	font-size: 16px;
	color: #F00
}
#wpforms-49 .wpforms-field {
	width: 48%;
	margin-bottom: 0;
	padding-bottom: 18px;
	background: transparent;
	position: relative;
	overflow: hidden
}
#wpforms-49-field_1-container {
	float: left;
	margin-right: 4% !important
}
#wpforms-49 .wpforms-field-textarea {
	width: 100% !important;
}

#wpforms-49 input {
	height: var(--input_height)
}
#wpforms-49 textarea {
	min-height: 100px
}
#wpforms-49 input,
#wpforms-49 textarea {
	width: 100%;
	max-width: 100% !important;
	font-size: var(--input_font_size);
	color: #333;
	box-sizing: border-box;
	border: 1px solid rgb(0 0 0 / 30%);
	line-height: var(--input_height);
	padding: 0 10px
}
#wpforms-49 textarea {
	max-width: 100%;
	min-width: 100%;
	width: 100%;
}
#wpforms-49 input::-webkit-input-placeholder {
	color: var(--input_font_color);
	font-size: var(--input_font_size)
}
#wpforms-49 input::-moz-placeholder {
	color: var(--input_font_color);
	font-size: var(--input_font_size)
}
#wpforms-49 input::-moz-placeholder {
	color: var(--input_font_color);
	font-size: var(--input_font_size)
}
#wpforms-49 input::-ms-input-placeholder {
	color: var(--input_font_color);
	font-size: var(--input_font_size)
}
#wpforms-49 textarea::-webkit-input-placeholder {
	color: var(--input_font_color);
	font-size: var(--input_font_size)
}
#wpforms-49 textarea::-moz-placeholder {
	color: var(--input_font_color);
	font-size: var(--input_font_size)
}
#wpforms-49 textarea::-moz-placeholder {
	color: var(--input_font_color);
	font-size: var(--input_font_size)
}
#wpforms-49 textarea::-ms-input-placeholder {
	color: var(--input_font_color);
	font-size: var(--input_font_size)
}
#wpforms-49 #wpforms-49-field_1-error,
#wpforms-49 #wpforms-49-field_2-error,
#wpforms-49 #wpforms-49-field_3-error,
#wpforms-49 #wpforms-49-field_5-error {
	position: absolute;
	font-size: 13px
}
#wpforms-49 .wpforms-submit-container button {
	width: 100%;
	height: 34px;
	font-size: 16px;
	color: #FFF;
	line-height: 34px;
	cursor: pointer;
	text-transform: uppercase;
	position: relative;
	z-index: 2
}
#wpforms-49 .wpforms-submit-container img {
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	right: 4px
}
#wpforms-49 .wpforms-submit-container:after {
	display: none;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	box-sizing: border-box;
	width: 100%;
	height: 100%
}
#wpforms-49 .wpforms-submit-container:hover:after {
	display: block
}
#wpforms-49 .wpforms-submit-container:hover {
	background: #FFF
}
#wpforms-49 .wpforms-submit-container:hover button {
	color: var(--i_color)
}

.close {
	position: absolute;
	top: .3rem;
	right: .3rem;
	display: block;
	width: .3rem;
	height: .3rem;
	background: url(static/images/public/close_1_hei.svg) no-repeat center;
	background-size: 30px;
	cursor: pointer
}
.close:hover {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg)
}
.close {
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease
}

@media screen and (max-width:1024px) {
	.products_list_form {
		width: 94%;
	}
}
@media screen and (max-width:959px) {
	#wpforms-49 .wpforms-field {
		width: 100% !important;
	}
	#wpforms-49-field_5-container,
	#wpforms-49-field_2-container,
	#wpforms-49 .wpforms-field-email,
	#wpforms-49 .wpforms-field-text {
		float: none;
		width: 100% !important;
		margin-right: 0 !important;
	}
}
@media screen and (max-width:767px) {
	.products_list_form {
		padding: 20px 20px 30px
	}
	.products_list_form .tit {
		margin-bottom: 0.2rem;
	}
	#wpforms-49 {
		--input_height: 34px
	}
	#wpforms-49 .wpforms-submit-container {
		height: 34px;
	}
	#wpforms-49 .wpforms-submit-container button {
		height: 30px;
		line-height: 30px;
		font-size: 14px;
	}
	#wpforms-49 textarea {
		height: 100px;
		min-height: 100px;
	}
}






/* Number of pages */
.in_page_box {
	text-align: center;
	margin: 0 auto 0.8rem;
	overflow: hidden
}
.in_page {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.in_page li {
	margin: 0 .04rem;
}
.in_page a,
.in_page span {
	display: block;
	padding: 0 .14rem;
	line-height: .3rem;
	font-size: .14rem;
	color: #666;
	-webkit-border-radius: .05rem;
	-moz-border-radius: .05rem;
	border-radius: .05rem;
	border: 1px solid var(--border_color);
	overflow: hidden;
}
.in_page>i {
	margin-left: 0.1rem;
	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-bottom: 0.6rem;
	}
	.in_page a,
	.in_page span {
		padding: 0 0.12rem;
		line-height: 0.26rem;
		font-size: 0.14rem;
	}
}
@media screen and (max-width:767px) {
	.in_page>i {
		display: block;
		width: 100%;
		margin-top: 0.1rem;
		font-size: 0.13rem;
	}
}








.products_det {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
}

/* 图片查看区 */
.p_atlas {
	--sm_pic_width: 23%
}
.p_atlas {
	width: 52%;
	height: 100%;
	background: #FFF;
	position: relative;
	overflow: hidden
}
.p_atlas:before {
	content: "";
	display: block;
	padding-bottom: 75%
}

/* 缩略图 */
.p_atlas_list_box {
	position: absolute;
	top: 0;
	left: 0;
	width: var(--sm_pic_width);
	height: 100%;
	box-sizing: border-box;
}
.p_atlas_list {
	height: 100%;
	overflow: hidden
}
.p_atlas_list .swiper-slide {
	cursor: pointer
}

.p_atlas_list .img {
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	border: 2px solid var(--border_color);
	-webkit-border-radius: .1rem;
	border-radius: .1rem;
	position: relative;
	overflow: hidden
}
.p_atlas_list .img img {
	width: 100%;
	height: 100%;
	object-fit: cover
}
.p_atlas_list .swiper-slide-thumb-active .img {
	border: 2px solid var(--i_color)
}

.atlas-button-prev,
.atlas-button-next {
	opacity: .7;
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	width: .16rem;
	height: .16rem;
	z-index: 999;
	outline: none;
	cursor: pointer;
	-webkit-user-select: none;
	-khtml-user-select: none;
	user-select: none;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.atlas-button-prev {
	left: .2rem;
	background: url(static/images/public/arrow_left_hollow_hei2.svg) no-repeat center;
	background-size: contain
}
.atlas-button-next {
	right: .2rem;
	background: url(static/images/public/arrow_right_hollow_hei2.svg) no-repeat center;
	background-size: contain
}
.atlas-button-prev.swiper-button-disabled,
.atlas-button-next.swiper-button-disabled {
	cursor: not-allowed;
	opacity: .1
}

/* 大图 */
.p_atlas_show_box {
	position: absolute;
	top: 0;
	right: 0;
	width: calc(100% - var(--sm_pic_width) - .3rem);
	height: 100%;
	box-sizing: border-box;
	padding: 0 0;
	margin: 0 auto
}
.p_atlas_show {
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	border: 1px solid var(--border_color);
	position: relative;
	-webkit-border-radius: .1rem;
	border-radius: .1rem;
	overflow: hidden
}
.p_atlas_show .swiper-wrapper {
	display: flex;
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1
}
.p_atlas_show .swiper-slide {
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-shrink: 0;
	position: relative;
	cursor: pointer;
}

.p_atlas_show .img {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden
}
.p_atlas_show .img img {
	width: 100%;
	height: 100%;
	object-fit: cover
}

.atlas-pagination {
	display: none;
	margin: 16px auto 0
}
.atlas-pagination .swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	display: inline-block;
	margin: 0 4px;
	background: #E5E5E5;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	outline: none
}
.atlas-pagination .swiper-pagination-bullet-active {
	position: relative;
	background: var(--i_color)
}





.p_detail {
	margin-left: auto;
	width: 44%;
}
.p_detail h1 {
	padding-bottom: .2rem;
	margin-bottom: 0.38rem;
	font-size: 0.24rem;
	color: var(--i_color);
	font-weight: bold;
	text-transform: uppercase;
	border-bottom: 1px solid var(--border_color);
}

.p_detailcs {
	background: #f5f6f7;
	border-top: 1px solid var(--border_color);
	border-left: 1px solid var(--border_color);
}
/* .p_detailcs,.p_detailcs>b{font-size: 0} */

.p_detailcs dt {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
}
.p_detailcs h5 {
	width: 36%;
	color: #666;
}
.p_detailcs p {
	width: 64%;
	color: #555;
	font-weight: bold;
}
.p_detailcs h5,
.p_detailcs p {
	padding: .1rem;
	font-size: 0.13rem;
	line-height: 0.2rem;
	box-sizing: border-box;
	border-right: 1px solid var(--border_color);
	border-bottom: 1px solid var(--border_color);
}



.p_form {
	margin-top: 0.8rem;
	width: 100%;
	text-align: center;
	background: -webkit-linear-gradient(left, var(--i_color3), var(--i_color));
	background: linear-gradient(to right, var(--i_color3), var(--i_color));
	-webkit-border-radius: .05rem;
	border-radius: .05rem;
	overflow: hidden;
	position: relative;
	cursor: pointer;
}
.p_form::before {
	content: '';
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	left: 0.4rem;
	width: 0.24rem;
	height: 0.24rem;
	background: url(static/images/p_form_ico.svg) no-repeat center;
	background-size: contain;
	z-index: 2;
}
.p_form::after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 0;
	height: 100%;
	background: -webkit-linear-gradient(left, var(--i_color), var(--i_color3));
	background: linear-gradient(to right, var(--i_color), var(--i_color3));
}
.p_form i {
	padding-left: 0.2rem;
	font-size: .18rem;
	color: #FFF;
	font-weight: bold;
	line-height: 0.68rem;
	position: relative;
	z-index: 3;
}
.p_form:hover::after {
	right: initial;
	left: 0;
	width: 100%;
}
.p_form,
.p_form::after {
	-webkit-transition: all .5s ease;
	transition: all .5s ease
}

@media screen and (max-width:1366px) {
	.p_detail h1 {
		font-size: 0.22rem;
	}
	.p_form {
		margin-top: 0.5rem;
	}
	.p_form i {
		font-size: 0.16rem;
		line-height: 0.6rem;
	}
}
@media screen and (max-width:1200px) {
	.p_detail h1 {
		font-size: 0.2rem;
	}
	.p_form i {
		font-size: 0.15rem;
		line-height: 0.54rem;
	}
}
@media screen and (max-width:1024px) {
	.p_atlas {
		width: 100%;
	}
	.p_atlas:before {
		display: none;
	}
	.p_atlas_show_box {
		position: initial;
		width: 100%;
	}
	.p_atlas_show .img::before {
		content: "";
		display: block;
		padding-bottom: 100%
	}
	.p_atlas_show .img img {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}

	.p_atlas_list_box {
		margin-top: 0.1rem;
		padding: 0 0;
		position: relative;
		width: 100%;
		height: initial;
	}
	.p_atlas_list {
		width: calc(100% - .6rem);
		margin: 0 auto;
	}
	.p_atlas_list .swiper-wrapper {
		display: -webkit-flex;
		display: flex;
		position: relative;
	}
	.p_atlas_list .swiper-slide {
		flex-shrink: 0;
		height: 100%;
	}
	.p_atlas_list .img::before {
		content: "";
		display: block;
		padding-bottom: 100%
	}
	.p_atlas_list .img img {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}
	.atlas-button-prev,
	.atlas-button-next {
		top: initial;
		transform: none;
		bottom: 8.5%;
	}
	.atlas-button-prev {
		left: 0;
	}
	.atlas-button-next {
		right: 0;
	}

	.p_detail {
		margin: .4rem 0 0;
		width: 100%;
	}
	.p_detail h1 {
		font-size: 0.18rem;
	}
	.p_form i {
		font-size: 0.15rem;
		line-height: 0.6rem;
	}
}
@media screen and (max-width:767px) {
	.atlas-button-prev,
	.atlas-button-next {
		bottom: 7.5%;
	}

	.p_detail h1 {
		padding-bottom: 0.1rem;
		margin-bottom: 0.24rem;
		font-size: 0.16rem;
	}

	.p_form {
		margin-top: 0.3rem;
	}
	.p_form i {
		font-size: 0.13rem;
		line-height: 0.46rem;
	}
}
@media screen and (max-width:560px) {
	.atlas-button-prev,
	.atlas-button-next {
		bottom: 6%;
	}
}



.p_share {
	margin-top: 0.2rem;
	position: relative;
}
.p_share dl {
	float: right;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.p_share dt {
	height: 0.28rem;
	margin-right: 0.1rem;
}
.p_share dt img {
	height: 0.28rem;
}
.p_share dt:hover {
	-webkit-transform: translate(0, -0.06rem);
	transform: translate(0, -0.06rem)
}
.p_share dt {
	-webkit-transition: all .5s ease;
	transition: all .5s ease
}
.p_share dd {
	position: relative;
}
.p_share p {
	background: #F3F3F3;
	padding: 0 16px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	cursor: pointer;
	overflow: hidden
}
.p_share p i {
	padding-left: .2rem;
	font-size: .14rem;
	line-height: .3rem;
	color: #999;
	background: url(static/images/p_share_ico.svg) no-repeat left center;
	background-size: 16px
}
.p_share_list {
	display: none;
	position: absolute;
	right: 0;
	border: 1px solid var(--border_color);
	background: #FFF;
	z-index: 2;
}
.p_share_list.on {
	display: block
}
.p_share_list li {}
.p_share_list a {
	padding: 0 20px;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	flex-wrap: nowrap
}
.p_share_list i {
	margin-right: 8px;
	width: 18px;
	height: 18px;
	overflow: hidden
}
.p_share_list img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	-webkit-filter: brightness(0);
	-moz-filter: brightness(0);
	-o-filter: brightness(0);
	-ms-filter: brightness(0);
	filter: brightness(0)
}
.p_share_list b {
	font-size: 14px;
	color: #555;
	line-height: 36px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.p_share_list li:hover {
	background: rgb(0 0 0 / 6%)
}
.p_share dd:hover p {
	background: var(--i_color);
}






/* Product Details */
.product_det_cont {
	overflow: hidden;
}
.product_det_cont dt {
	margin-bottom: 0.6rem;
}

.pro_det_tit {
	margin-bottom: 0.4rem;
	border-bottom: 1px solid var(--border_color);
}
.pro_det_tit h2 {
	display: inline-block;
	padding: 0 .4rem;
	font-size: 0.2rem;
	color: #FFF;
	line-height: 0.54rem;
	font-weight: bold;
	text-transform: uppercase;
	background: var(--i_color);
}

.product_det_cont article {
	padding: 0 6%;
}
.product_det_cont article,
.product_det_cont article * {
	font-size: 0.15rem;
	color: #555;
	line-height: 0.22rem;
}

@media screen and (max-width:1440px) {
	.pro_det_tit h2 {
		padding: 0 .3rem;
		font-size: 0.18rem;
		line-height: 0.5rem;
	}
}
@media screen and (max-width:1366px) {
	.pro_det_tit h2 {
		font-size: 0.17rem;
		line-height: 0.46rem;
	}
}
@media screen and (max-width:1200px) {
	.product_det_cont article {
		padding: 0 4%;
	}
}
@media screen and (max-width:1024px) {
	.pro_det_tit {
		margin-bottom: 0.3rem;
	}
	.pro_det_tit h2 {
		font-size: 0.15rem;
		line-height: 0.44rem;
	}
	.product_det_cont article {
		padding: 0 .3rem;
	}
}
@media screen and (max-width:767px) {
	.product_det_cont dt {
		margin-bottom: 0.4rem;
	}
	.pro_det_tit {
		margin-bottom: 0.2rem;
	}
	.pro_det_tit h2 {
		padding: 0 .2rem;
		font-size: 0.13rem;
		line-height: 0.34rem;
	}
	.product_det_cont article {
		padding: 0 .2rem;
	}
}
@media screen and (max-width:560px) {}






/* Table style */
article table {
	margin-bottom: 20px;
	width: 100% !important;
	max-width: 100% !important;
	background: #FFF;
	border-collapse: collapse !important;
	border-spacing: 0 !important
}
article tbody {
	width: 100% !important;
	max-width: 100% !important
}
article table tr,
article table td {
	width: auto !important;
	max-width: 100% !important
}
article table tr,
article table td,
article table tr p,
article table td p {
	margin: 0;
	padding: 0
}
article table td {
	box-sizing: border-box;
	padding: 6px;
	border: 1px solid var(--border_color)
}
article tr:nth-child(odd) {
	background: rgba(0, 0, 0, .03)
}






/* Other products */
.in_op {}

.op_list {
	width: calc(100% - 1.2rem);
	margin: 0 auto;
	box-sizing: border-box;
	padding: 0 2px;
	position: relative;
	overflow: hidden
}
.op_list .swiper-wrapper {
	padding: .1rem 0;
	display: -webkit-flex;
	display: flex;
	position: relative;
	width: 100%
}
.op_list .swiper-slide {
	flex-shrink: 0;
	position: relative
}

.op_list .img {
	width: 100%;
	position: relative;
	-webkit-border-radius: .1rem;
	border-radius: .1rem;
	overflow: hidden
}
.op_list .img::before {
	content: "";
	display: block;
	padding-bottom: 53.5%
}
.op_list .img img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	object-fit: cover
}

.op_list .txt {
	margin: .14rem auto;
	text-align: center;
}
.op_list .txt p,
.op_list .txt b {
	font-size: 0.14rem;
	color: #606060;
	line-height: 0.22rem;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.op_list .txt b {
	font-weight: bold;
}

.op_list li:hover .img {
	box-shadow: 0 0 .06rem rgb(0 0 0 / 20%);
}
.op_list li:hover p,
.op_list li:hover b {
	color: var(--i_color);
}

.op_list li:hover .in_products_more::before {
	right: initial;
	left: 0;
	width: 100%;
}
.op_list li:hover .in_products_more::after {
	background: url(static/images/public/arrow_right_long_bai.svg) no-repeat center;
	background-size: contain;
}
.op_list li:hover .in_products_more i {
	color: #FFF;
}


.op-prev,
.op-next {
	opacity: .6;
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	width: .4rem;
	height: .4rem;
	z-index: 3;
	cursor: pointer;
	outline: none;
	-webkit-user-select: none;
	user-select: none
}
.op-prev {
	left: 0;
	background: url(static/images/public/arrow_left_hollow_hei2.svg) no-repeat center;
	background-size: .2rem
}
.op-next {
	right: 0;
	background: url(static/images/public/arrow_right_hollow_hei2.svg) no-repeat center;
	background-size: .2rem
}
.op_list .swiper-button-disabled {
	cursor: not-allowed
}

.op-pagination {
	display: none;
	margin-top: 0.3rem;
	text-align: center
}
.op-pagination .swiper-pagination-bullet {
	width: .08rem;
	height: .08rem;
	display: inline-block;
	margin: 0 5px;
	background: #CCC;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	outline: none
}
.op-pagination .swiper-pagination-bullet-active {
	background: var(--i_color)
}

@media screen and (max-width:1024px) {
	.op_list {
		width: 100%;
	}
	.op-prev,
	.op-next {
		display: none;
	}
	.op-pagination {
		display: block;
	}
}
@media screen and (max-width:767px) {
	.in_op {
		margin-bottom: 0.5rem;
	}
	.op_list .txt {
		margin: .1rem auto;
	}
	.op_list .txt b {
		display: block;
	}
	.op_list .txt p,
	.op_list .txt b {
		line-height: 0.2rem;
	}
}
@media screen and (max-width:560px) {
	.op-pagination {
		margin-top: 0.2rem;
	}
}







/* News */
.in_news .i_news_box {
	box-sizing: border-box;
	width: calc(100% - .2rem);
	margin: 0 auto;
}

.in_news_list {
	margin-top: 0.4rem;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	box-sizing: border-box;
	padding: .1rem;
}

.in_news_list li {
	width: 48.5%;
	box-sizing: border-box;
	border: 1px solid var(--border_color);
	margin: 0 3% .4rem 0;
}
.in_news_list li:nth-child(2n) {
	margin-right: 0;
}
.in_news_list a {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding: .3rem;
}

.in_news_list .txt {
	width: 76%;
}
.in_news_list .txt h2 {
	font-size: 0.18rem;
	color: #333;
	font-weight: bold;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.in_news_list .txt h6 {
	margin-top: 0.1rem;
	font-size: 0.14rem;
	color: #606060;
	line-height: 0.2rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.in_news_list .time {
	margin-left: auto;
}
.in_news_list .time p {
	margin-bottom: 0.14rem;
	font-size: 0.15rem;
	color: #606060;
}
.in_news_list .time i {
	display: block;
	padding: 0 .1rem;
	border: 1px solid var(--i_color);
	-webkit-border-radius: .05rem;
	border-radius: .05rem;
	font-size: 0.13rem;
	color: var(--i_color);
	line-height: 0.34rem;
	overflow: hidden;
}

.in_news_list li:hover {
	box-shadow: 0 0 .08rem rgb(8 98 169 / 30%);
}
.in_news_list li:hover .txt h2 {
	color: var(--i_color);
}
.in_news_list li:hover .time p {
	color: var(--i_color);
}
.in_news_list li:hover .time i {
	color: #FFF;
	background: var(--i_color);
}
.in_news_list li,
.in_news_list .txt h2,
.in_news_list .time p,
.in_news_list .time i {
	-webkit-transition: all .5s ease;
	transition: all .5s ease
}

@media screen and (max-width:1024px) {
	.in_news_list a {
		padding: .3rem;
	}
	.in_news_list .txt {
		width: 100%;
	}
	.in_news_list .txt h2 {
		font-size: 0.16rem;
	}
	.in_news_list .txt h6 {
		font-size: 0.13rem;
	}
	.in_news_list .time {
		width: 100%;
		margin: .1rem 0 0 0;
	}
	.in_news_list .time p {
		margin-bottom: 0;
		font-size: 0.13rem;
	}
	.in_news_list .time i {
		display: none;
	}
}
@media screen and (max-width:767px) {
	.in_news_list {
		margin-top: 0.2rem;
	}
	.in_news_list li {
		width: 100%;
		margin: 0 0 .2rem 0;
	}
	.in_news_list a {
		padding: .2rem;
	}
	.in_news_list .txt h2 {
		font-size: 0.13rem;
		font-weight: normal;
	}
	.in_news_list .txt h6 {
		color: #AAA;
	}
}







.in_news_art_tit {
	border-bottom: 1px solid #DDD;
	margin-bottom: .3rem;
	text-align: center;
	position: relative;
}
.in_news_art_tit::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 15%;
	height: 2px;
	background: var(--i_color2)
}
.in_news_art_tit h1 {
	font-size: .28rem;
	color: #222;
	line-height: .36rem;
	font-weight: bold
}
.in_news_art_tit h6 {
	text-align: center;
	margin: .1rem 0 .08rem;
	font-size: .13rem;
	color: #666;
	line-height: .28rem
}

.in_news_art article,
.in_news_art article * {
	text-align: left;
	font-size: .16rem;
	color: #555;
	line-height: .24rem
}
.in_news_art article img {
	display: block;
	margin: .2rem auto;
	max-width: 100% !important;
	height: initial !important
}

@media screen and (max-width:959px) {
	.in_news_art_tit h1 {
		font-size: .24rem;
	}
}
@media screen and (max-width:767px) {
	.in_news_art_tit h1 {
		font-size: .2rem;
	}
}
@media screen and (max-width:560px) {
	.in_news_art_tit h1 {
		font-size: .18rem;
		line-height: .24rem;
	}
}

.ar_fot {
	min-height: .4rem;
	border-bottom: 1px solid #CCC;
	margin: 0.8rem auto;
	padding-bottom: 0.4rem;
	position: relative;
}
.ar_fot ul {
	display: -webkit-flex;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}
.ar_fot li {
	width: 40%;
}
.ar_fot a {
	width: 100%;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.ar_fot li:nth-child(2) a {
	justify-content: flex-end;
}

.ar_fot a i {
	display: block;
	width: 0.46rem;
	height: 0.46rem;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
.ar_fot li:nth-child(1) i {
	margin-right: 0.2rem;
	background: rgb(8 52 114 / 10%) url(static/images/arrow_left_long.svg) no-repeat center;
	background-size: .22rem;
}
.ar_fot li:nth-child(2) i {
	margin-left: 0.2rem;
	background: rgb(8 52 114 / 10%) url(static/images/arrow_right_long.svg) no-repeat center;
	background-size: .22rem;
}

.ar_fot a span {
	width: calc(100% - .46rem - .2rem);
}
.ar_fot li:nth-child(2) span {
	text-align: right;
}
.ar_fot a p {
	font-size: 0.18rem;
	color: #555;
}
.ar_fot a h6 {
	font-size: 0.17rem;
	color: #666;
}
.ar_fot li:hover a {
	color: var(--i_color);
}

@media screen and (max-width:1200px) {
	.ar_fot {
		margin-top: 0.6rem;
	}
}
@media screen and (max-width:1024px) {
	.ar_fot {
		padding-bottom: .3rem;
	}
	.ar_fot a i {
		width: 0.4rem;
		height: 0.4rem;
		background-size: .18rem !important;
	}
	.ar_fot a p {
		font-size: 0.16rem;
	}
	.ar_fot a h6 {
		font-size: 0.15rem;
	}
}
@media screen and (max-width:959px) {
	.ar_fot li {
		width: 48%;
	}
}
@media screen and (max-width:767px) {
	.ar_fot {
		margin: 0.4rem auto;
		padding-bottom: 0.1rem;
	}
	.ar_fot a i {
		display: none !important;
	}
	.ar_fot a span {
		width: 100%;
	}
	.ar_fot a p {
		font-size: 0.14rem;
	}
	.ar_fot a h6 {
		font-size: 0.13rem;
	}
}






/* Contact us */
.c_form {
	padding-bottom: 0.6rem;
	background: #f3f5f7;
}

#wpforms-52 {
	--input_font_size: 14px;
	--input_height: .54rem
}
#wpforms-52 {
	width: 84%;
	margin: 0 auto;
	padding: 0
}
#wpforms-form-52 {
	width: 100%;
	position: relative;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	overflow: hidden
}

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

#wpforms-52 .wpforms-field-label {
	font-size: 0
}
#wpforms-52 .wpforms-required-label {
	position: absolute;
	top: 14px;
	right: 8px;
	font-size: 16px;
	color: #F00
}
#wpforms-52 .wpforms-field {
	width: 48%;
	background: transparent;
	position: relative;
}
#wpforms-52-field_7-container,
#wpforms-52 .wpforms-field-textarea {
	width: 100% !important
}
#wpforms-52 .wpforms-field-textarea {
	margin-top: 0.2rem !important;
}

#wpforms-52 .wpforms-field-container input,
#wpforms-52 textarea {
	width: 100%;
	max-width: 100% !important;
	min-width: 100%;
	font-size: var(--input_font_size);
	color: #333;
	height: var(--input_height);
	box-sizing: border-box;
	border: 1px solid #555;
	background: none;
	padding: 0 .16rem;
	overflow: hidden;
	-webkit-transition: all .5s ease;
	transition: all .5s ease
}
#wpforms-52 input {
	line-height: var(--input_height)
}
#wpforms-52 textarea {
	line-height: .22rem;
	min-height: .7rem;
	padding: .1rem .16rem
}
#wpforms-52 input::-webkit-input-placeholder,
#wpforms-52 textarea::-webkit-input-placeholder {
	color: #999;
	font-size: var(--input_font_size)
}
#wpforms-52 input::-moz-placeholder,
#wpforms-52 textarea::-moz-placeholder {
	color: #999;
	font-size: var(--input_font_size)
}
#wpforms-52 input::-ms-input-placeholder,
#wpforms-52 textarea::-ms-input-placeholder {
	color: #999;
	font-size: var(--input_font_size)
}

#wpforms-52 #wpforms-52-field_1-error,
#wpforms-52 #wpforms-52-field_2-error,
#wpforms-52 #wpforms-52-field_3-error,
#wpforms-52 #wpforms-52-field_4-error,
#wpforms-52 #wpforms-52-field_5-error,
#wpforms-52 #wpforms-52-field_6-error {
	position: absolute;
	font-size: 13px
}

#wpforms-52 .wpforms-field-container {
	width: 81%;
	position: relative;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	overflow: hidden
}
#wpforms-52 .wpforms-submit-container {
	margin-left: auto;
	padding: 0 !important;
	box-sizing: border-box;
	width: 15%;
	background: var(--i_color);
	overflow: hidden;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	-webkit-border-radius: .1rem;
	border-radius: .1rem;
	position: relative
}
#wpforms-52 .wpforms-submit-container::before {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	width: 0;
	height: 100%;
	background: var(--i_color3);
}
#wpforms-52 .wpforms-submit-container button {
	width: 100%;
	height: var(--input_height);
	font-family: bn;
	font-size: .22rem;
	color: #FFF;
	line-height: var(--input_height);
	cursor: pointer;
	position: relative;
	z-index: 2
}
#wpforms-52 .wpforms-submit-container img {
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	right: 4px
}

#wpforms-52 .wpforms-field:hover input,
#wpforms-52 .wpforms-field:hover textarea {
	border-color: var(--i_color);
}
#wpforms-52 .wpforms-submit-container:hover::before {
	left: 0;
	right: initial;
	width: 100%;
}
#wpforms-52 .wpforms-submit-container::before {
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease
}

@media screen and (max-width:1024px) {
	#wpforms-52 {
		--input_font_size: 13px;
		--input_height: .46rem
	}
	#wpforms-52 {
		width: 100%;
	}
	#wpforms-52 .wpforms-submit-container button {
		font-size: 0.2rem;
	}
}
@media screen and (max-width:767px) {
	#wpforms-52 {
		--input_font_size: 13px;
		--input_height: .42rem
	}
	#wpforms-52 .wpforms-field-container {
		width: 100%;
	}
	#wpforms-52 .wpforms-field {
		width: 100%;
		margin-bottom: 0.2rem;
	}
	#wpforms-52 .wpforms-field-textarea {
		margin-top: 0 !important;
		margin-bottom: .06rem;
	}
	#wpforms-52 .wpforms-field-container input,
	#wpforms-52 textarea {
		border: 1px solid #AAA;
	}
	#wpforms-52 .wpforms-submit-container {
		width: 25%;
		margin: .16rem auto 0;
	}
	#wpforms-52 .wpforms-submit-container button {
		height: .34rem;
		line-height: 0.34rem;
		font-family: initial;
		font-size: 0.13rem;
	}
}
@media screen and (max-width:560px) {}






.in_contact_cont {
	box-sizing: border-box;
	padding: .1rem;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
.in_contact_cont dt {
	width: 30%;
	box-sizing: border-box;
	border: 1px solid #FFF;
	padding: .3rem;
	background: #FFF;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	box-shadow: 0 0 .2rem rgb(0 0 0 / 20%);
	-webkit-border-radius: .1rem;
	border-radius: .1rem;
}

.in_contact_cont .ico {
	padding-bottom: 0.2rem;
	position: relative;
}
.in_contact_cont .ico::before {
	content: '';
	position: absolute;
	left: 50%;
	transform: translate(-50%, 0);
	bottom: 0;
	width: 150%;
	height: 0.5rem;
	background: url(static/images/i_adv_curr.png) no-repeat center;
	background-size: contain;
}
.in_contact_cont .ico i {
	display: block;
	position: relative;
	width: 1rem;
	height: 1rem;
	background: var(--i_color);
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
.in_contact_cont .ico img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 0.6rem;
	height: 0.6rem;
	object-fit: contain;
	-webkit-filter: brightness(100);
	filter: brightness(100)
}

.in_contact_cont .txt {
	margin-left: auto;
	width: calc(100% - 1rem - .3rem);
}
.in_contact_cont .txt h2 {
	margin-bottom: 0.14rem;
	font-size: 0.24rem;
	color: #222;
	font-weight: bold;
}
.in_contact_cont .txt p,
.in_contact_cont .txt a {
	display: block;
	font-size: 0.16rem;
	color: #666;
	line-height: 0.22rem;
}

.in_contact_cont dt:hover {
	border: 1px solid rgb(8 52 114 / 20%);
	box-shadow: 0 0 .06rem rgb(0 0 0 / 20%);
}
.in_contact_cont dt:hover .ico i {
	background: var(--i_color3);
}
.in_contact_cont .txt a:hover {
	color: var(--i_color3);
}
.in_contact_cont dt {
	-webkit-transition: all .5s ease;
	transition: all .5s ease
}

@media screen and (max-width:1200px) {
	.in_contact_cont .ico i {
		width: 0.8rem;
		height: 0.8rem;
	}
	.in_contact_cont .ico img {
		width: 0.5rem;
		height: 0.5rem;
	}
	.in_contact_cont .txt {
		width: calc(100% - .8rem - .3rem);
	}
}
@media screen and (max-width:1024px) {
	.in_contact_cont dt {
		width: 100%;
		padding: .26rem;
	}
	.in_contact_cont .ico {
		padding-bottom: 0.14rem;
	}
	.in_contact_cont .ico::before {
		height: 0.3rem;
	}
	.in_contact_cont .ico i {
		width: 0.6rem;
		height: 0.6rem;
	}
	.in_contact_cont .ico img {
		width: 0.3rem;
		height: 0.3rem;
	}
	.in_contact_cont .txt {
		width: calc(100% - .6rem - .2rem);
	}
	.in_contact_cont .txt h2 {
		margin-bottom: 0.06rem;
		font-size: 0.16rem;
	}
	.in_contact_cont .txt p,
	.in_contact_cont .txt a {
		font-size: 0.14rem;
		line-height: 0.2rem;
	}
}
@media screen and (max-width:767px) {
	.in_contact_cont dt {
		padding: .12rem .16rem;
	}
	.in_contact_cont .ico {
		padding-bottom: 0.1rem;
	}
	.in_contact_cont .ico::before {
		height: 0.22rem;
	}
	.in_contact_cont .ico i {
		width: 0.5rem;
		height: 0.5rem;
	}
	.in_contact_cont .ico img {
		width: 0.26rem;
		height: 0.26rem;
	}
	.in_contact_cont .txt {
		width: calc(100% - .5rem - .2rem);
	}
	.in_contact_cont .txt h2 {
		font-size: 0.15rem;
	}
	.in_contact_cont .txt p,
	.in_contact_cont .txt a {
		font-size: 0.13rem;
	}
}
@media screen and (max-width:560px) {}








.personnel_list {
	margin-top: 0.6rem;
	overflow: hidden;
}
.personnel_list dt {
	padding: 0.3rem 0 0;
	border-top: 1px solid #888;
}
.personnel_list dt:last-child {
	border-bottom: 1px solid #888;
}

h2.department {
	margin-bottom: 0.3rem;
	font-size: 0.16rem;
	color: #222;
	font-weight: bold;
	text-transform: uppercase;
}

.personnel_info {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
}
.personnel_info li {
	width: 28%;
	margin: 0 8% .4rem 0;
}
.personnel_info li:nth-child(3n) {
	margin-right: 0;
}

.personnel_cont {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding: .18rem 0;
	border-top: 1px dashed rgb(8 98 169 / 20%);
}
.personnel_cont .ico {
	width: 0.5rem;
	height: 0.5rem;
	-webkit-border-radius: .05rem;
	border-radius: .05rem;
	box-sizing: border-box;
	border: 1px solid var(--border_color);
	position: relative;
}
.personnel_cont .ico img {
	opacity: .6;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 48%;
	height: 48%;
	object-fit: contain;
	-webkit-filter: brightness(0);
	filter: brightness(0)
}

.personnel_cont .txt {
	margin-left: auto;
	width: calc(100% - .5rem - .1rem);
}
.personnel_cont .txt p {
	margin-bottom: 0.06rem;
	font-size: 0.12rem;
	color: #666;
	font-weight: bold;
}
.personnel_cont .txt b,
.personnel_cont .txt a {
	display: block;
	font-size: 0.16rem;
	color: #606060;
	font-weight: bold;
}

.personnel_cont:hover .ico {
	background: var(--i_color);
}
.personnel_cont:hover .ico img {
	opacity: 1;
	-webkit-filter: none;
	filter: none
}
.personnel_cont:hover .txt b,
.personnel_cont:hover .txt a {
	color: var(--i_color);
}

@media screen and (max-width:1024px) {
	.personnel_info li {
		width: 100%;
		margin: 0 0 .3rem 0;
	}
	.personnel_cont .txt b,
	.personnel_cont .txt a {
		font-size: 0.15rem;
	}
}
@media screen and (max-width:767px) {
	h2.department {
		margin-bottom: 0.2rem;
		font-size: 0.15rem;
	}
	.personnel_list {
		margin-top: 0.4rem;
	}
	.personnel_list dt {
		border: none !important;
	}
	.personnel_info li {
		border-bottom: 1px solid #DDD;
		padding-bottom: 0.1rem;
		margin-bottom: 0.1rem;
	}
	.personnel_cont {
		padding: .12rem 0;
		border-top: none
	}
	.personnel_cont .ico {
		width: 0.4rem;
		height: 0.4rem;
	}
	.personnel_cont .txt {
		width: calc(100% - .4rem - .1rem);
	}
}
@media screen and (max-width:560px) {
	.personnel_list {
		margin-top: 0.2rem;
	}
}







/* Map */
.map {
	height: 5rem;
}

.map #simpleMap,
.map .fluid-width-video-wrapper,
.map iframe {
	width: 100%;
	height: 100% !important
}

@media screen and (max-width:1024px) {
	.map {
		height: 4rem;
	}
}
@media screen and (max-width:767px) {
	.map {
		height: 2.8rem;
	}
}
@media screen and (max-width:560px) {
	.map {
		height: 2.4rem;
	}
}




/* search results list */
.in_search_list {
	margin-bottom: .6rem;
	overflow: hidden;
}
.in_search_list li {
	box-sizing: border-box;
	border: 1px solid var(--border_color);
	margin-bottom: 0.26rem;
}
.in_search_list a {
	display: block;
	padding: .2rem;
}
.in_search_list h2 {
	font-size: 0.18rem;
	color: #212121;
	font-weight: bold;
	position: relative;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.in_search_list h6 {
	margin: .1rem 0;
	font-size: 0.14rem;
	color: #666;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.in_search_list i {
	display: inline-block;
	padding: .06rem .1rem;
	font-size: 0.13rem;
	color: var(--i_color);
	background: #EDEDED;
	-webkit-border-radius: .04rem;
	border-radius: .04rem;
}

@media screen and (max-width:1024px) {
	.in_search_list h2 {
		font-size: 0.15rem;
		white-space: initial;
	}
	.in_search_list h6 {
		font-size: 0.13rem;
	}
	.in_search_list i {
		font-size: 0.12rem;
	}
}
@media screen and (max-width:959px) {}
@media screen and (max-width:767px) {
	.in_search_list li {
		margin-bottom: 0.2rem;
	}
}
@media screen and (max-width:560px) {
	.in_search_list {
		margin-bottom: .3rem
	}
}





/* privacy */
.privacy_cont {}
.privacy_cont .tit {
	margin-bottom: 30px
}
.privacy_cont .tit h2 {
	font-size: 24px;
	text-align: center;
	font-weight: bold
}
.privacy_cont article,
.privacy_cont article * {
	font-size: 14px;
	color: #666;
	line-height: 24px
}



/* thanks */
.thanks {
	position: absolute;
	top: 48%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 90%;
	text-align: center;
	overflow: hidden
}
.thanks_logo {}
.thanks h2 {
	margin: .2rem auto;
	font-size: .3rem;
	color: #333;
	font-weight: bold
}
.thanks_link {
	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:1024px) {
	.thanks_logo img {
		max-height: .5rem
	}
	.thanks h2 {
		font-size: .2rem
	}
}
@media screen and (max-width:767px) {
	.thanks_logo img {
		max-height: .44rem
	}
	.thanks h2 {
		font-size: .16rem
	}
	.thanks_link {
		font-size: 13px;
		line-height: 30px
	}
}



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



.link_hidden {
	display: none;
}