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

Version:1.25
Author: 版权所有：安徽领聚
Author URI:
*/
@charset "utf-8";

/* 调用外部字体 */
/* @font-face {
	font-family: 'dinc';
	src: url('static/fonts/DINC-B.otf') format("truetype");
} */

/* 初始化 */
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 */
}

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
}
/* 表单隐藏提交页面链接文本框 */
.link_hidden {
	display: none !important;
}


/* 全局表单文字 */
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
}

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

.wrap_top {
	width: 96%;
	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:1024px) {
	.wrap,
	.wrap_top {
		width: 94%
	}
	.wrap_top {
		position: initial;
	}
}


:root {
	--i_color: #083472;
	/* 全局颜色 */
	--i_color2: #007ACF;
	/* 副颜色 */
	--header_height: .84rem;
	/* 头部高度 */
	--header_height_reduce: .6rem;
	/* 头部收缩后高度 */
	--border_color: rgba(0, 0, 0, .1);
	/* 默认边框颜色 */
	--f_menu_height: 50px;
	/* 移动端底部固定菜单 */
}

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

/* header */
header {
	position: fixed;
	top: .5rem;
	left: 50%;
	transform: translate(-50%, 0);
	width: 94%;
	z-index: 2014
}
.TopHeader {
	top: 0;
	top: 0;
	width: 100%;
	box-shadow: 0 4px 10px rgba(0, 0, 0, .1);
}

.top_cont {
	-webkit-border-radius: .1rem;
	border-radius: .1rem;
	background: #f9f8f8;
	position: relative;
	z-index: 2013;
}
.TopHeader .top_cont {
	-webkit-border-radius: 0;
	border-radius: 0
}
.top {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	position: relative;
}

@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 {
		-webkit-border-radius: 0;
		border-radius: 0;
	}
}



/* logo */
.logo {
	height: var(--header_height);
	display: -webkit-flex;
	display: flex;
	align-items: center
}
.logo a {
	display: block;
}
.logo img {
	max-height: .68rem;
}


@media screen and (max-width:1600px) {
	.logo img {
		max-width: 3.5rem;
	}
}
@media screen and (max-width:1440px) {
	.logo img {
		max-width: 3.5rem;
	}
}
@media screen and (max-width:1366px) {
	.logo img {
		max-width: 3.5rem;
	}
}
@media screen and (max-width:1200px) {
	.logo img {
		max-width: 3rem;
	}
}
@media screen and (max-width:1024px) {
	.logo {
		float: left
	}
	.logo img {
		max-width: 2.5rem;
	}
}



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

	.i_nav>li {
		position: relative;
	}
	.i_nav>li:not(:first-child) {
		margin-left: 0.5rem;
	}

	.i_nav>li>a {
		display: block;
		font-size: .16rem;
		color: #212121;
		line-height: var(--header_height);
		white-space: nowrap;
		text-transform: uppercase
	}

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

	.i_nav .sub-menu {
		display: none;
		position: absolute;
		border-top: 2px solid var(--i_color);
		background: #FFF;
		min-width: 1.6rem;
		overflow: hidden;
	}
	.nav_industry .sub-menu {
		display: none !important;
	}
	.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(../images/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 {
		right: 10%;
	}
	.i_nav>li:not(:first-child) {
		margin-left: 0.4rem;
	}
	.i_nav>li>a {
		font-size: 0.15rem;
	}
	.i_nav .sub-menu a {
		font-size: 0.14rem;
		line-height: 0.4rem;
	}
}
@media screen and (max-width:1200px) {
	.i_nav {
		right: 12%;
	}
	.i_nav>li:not(:first-child) {
		margin-left: 0.3rem;
	}
	.i_nav>li>a {
		font-size: 0.14rem;
	}
	.i_nav .sub-menu a {
		font-size: 0.13rem;
		line-height: 0.36rem;
	}
}
@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(../fonts/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(../fonts/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(../fonts/arrow_down_hollow_hei.svg) no-repeat center;
		background-size: .16rem;
	}
	.i_nav>li>.sub-menu b.on {
		background: url(../fonts/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: calc(var(--header_height) - 10px);
	left: 0;
	box-sizing: border-box;
	padding: .46rem 0 .4rem;
	width: 100%;
	background: #FFF;
	-webkit-border-radius: 0 0 .1rem .1rem;
	border-radius: 0 0 .1rem .1rem;
	box-shadow: 0 4px 10px rgb(0 0 0 / 10%);
	z-index: 2012
}
.TopHeader .nav_list_show {
	top: var(--header_height) !important;
}
.nav_list_box {
	width: 96%;
	margin: 0 auto;
	display: -webkit-flex;
	display: flex;
	justify-content: center
}
.nav_list_show ul {
	margin: 0 auto;
	display: -webkit-flex;
	display: flex;
	flex-wrap: nowrap;
	overflow-x: auto;
	padding: 10px;
}
/*滚动条*/
.nav_list_show ul::-webkit-scrollbar {
	width: 3px;
	height: 3px
}
.nav_list_show ul::-webkit-scrollbar-thumb {
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	background: var(--i_color)
}
.nav_list_show 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;
	-webkit-border-radius: .1rem;
	-moz-border-radius: .1rem;
	border-radius: .1rem;
	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%;
	-webkit-border-radius: .1rem;
	-moz-border-radius: .1rem;
	border-radius: .1rem;
	background: #FFF;
	position: relative;
	overflow: hidden
}
.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:before {
	content: "";
	display: block;
	padding-bottom: 64%
}
.nav_list_show .img img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	object-fit: cover
}
.nav_list_show .txt {
	margin-top: 0.16rem;
	text-align: center;
}
.nav_list_show .txt p {
	font-size: .16rem;
	color: #555;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis
}

.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: 110%;
	height: 110%;
}
.nav_list_show li:hover p {
	color: var(--i_color);
}
.nav_list_show .img::after,
.nav_list_show .img img {
	-webkit-transition: all .5s ease;
	transition: all .5s ease
}

@media screen and (max-width:1440px) {
	.nav_list_show li {
		min-width: 220px;
		width: 220px;
	}
}
@media screen and (max-width:1366px) {
	.nav_list_show li {
		min-width: 200px;
		width: 200px;
	}
	.nav_list_show .txt>a {
		font-size: 0.14rem;
	}
}
@media screen and (max-width:1200px) {
	.nav_list_show li {
		min-width: 180px;
		width: 180px;
	}
}





/* 移动端导航按钮 */
.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: #000;
	border-radius: .1rem;
	transition: 0.5s
}
.nav_menu::before,
.nav_menu::after {
	content: "";
	width: 100%;
	height: 3px;
	background: #000;
	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: 40px
}
.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_ipt.on {
	opacity: 1;
	padding-left: 10px;
	width: 3rem;
	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(../fonts/search_2_hei.svg) no-repeat center;
	background-size: .22rem;
	-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 {
	-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
}

.email_login{
	display: -webkit-flex;
	display: flex;
	flex-wrap: nowrap;
	/* height: var(--size); */
	box-sizing: border-box;
	position: relative;
	z-index: 2015;
}

.email_login img {
	width: var(--size);
	display: -webkit-flex;
	display: flex;
	flex-wrap: nowrap;
	position: relative;
}

.email_login a {
	color: #212121 !important;
	font-size:14px !important;
}




/* 中英文国旗展示 */
.t_language {
	margin-left: 0.2rem;
	/* width: var(--size); */
	height: var(--size);
	position: relative;
}
.t_language li,
.t_language a {
	width: 100%;
	height: 100%;
}
.t_language a {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
.t_language a span {
	margin-top: 2px;
	width: 100%;
}
.t_language a img {
	display: none !important;
	margin: 0 0 !important;
	width: 0.24rem;
	height: initial !important;
}
.trp-ls-language-name {
	font-size: 20px;
}



/* --------------------- */
.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(../fonts/language_2_hei.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 var(--i_color)
}
.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: var(--i_color);
}
.top_language_list li a {
	display: block;
	padding: 6px 0;
}
.top_language_list a>span {
	display: block;
	text-align: center;
	padding: 0 14px;
	min-width: 50px;
	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 {
	display: none;
	/* margin-left: 8px;
	font-size: 0;
	color: #FFF;
	line-height: 32px */
}
.top_language:hover>i {
	background: url(../fonts/language.svg) no-repeat center;
	background-size: .26rem
}
.top_language_list li:hover {
	background: #1b55a7
}
.top_language {
	-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: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
	}
}


.top_ico_list {
	display: flex;
}
.top_ico_list dt {
	margin-left: .2rem;
}
.top_ico_list img {
	width: var(--size);
	height: var(--size);
	object-fit: contain;
}
.top_ico_list dt:hover {
	-webkit-transform: translate(0, -6px);
	-moz-transform: translate(0, -6px);
	-o-transform: translate(0, -6px);
	-ms-transform: translate(0, -6px);
	transform: translate(0, -6px)
}
.top_ico_list dt {
	-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) {
	.top_ico_list dt {
		margin-left: .14rem;
	}
}
@media screen and (max-width:1366px) {
	.top_ico_list img {
		width: 30px;
		height: 30px;
		object-fit: contain;
	}
}





header,
.top_cont,
.logo,
.logo img,
.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: calc(100vh - .8rem);
	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: .6rem;
	height: .6rem;
	z-index: 999;
	outline: none;
	cursor: pointer;
	-webkit-user-select: none;
	user-select: none;
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}

.banner-button-prev {
	left: -.6rem;
	background: url(../fonts/arrow_left_long_bai.svg) no-repeat center;
	background-size: .3rem
}

.banner-button-next {
	right: -.6rem;
	background: url(../fonts/arrow_right_long_bai.svg) no-repeat center;
	background-size: .3rem
}

.banner:hover .banner-button-prev {
	left: .4rem
}

.banner:hover .banner-button-next {
	right: .4rem
}

.banner-button-prev:hover,
.banner-button-next:hover {
	background-color: var(--i_color)
}


.banner-pagination {
	position: absolute;
	bottom: 8%;
	right: 3%;
	width: 0.14rem;
	cursor: pointer;
	z-index: 10
}

.banner-pagination .swiper-pagination-bullet {
	display: block;
	width: .14rem;
	height: .14rem;
	margin: .1rem 0;
	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) {}

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

@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 {
		right: initial;
		left: 50%;
		bottom: .3rem;
		transform: translate(-50%, 0);
		width: auto;
	}
	.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: 44%;
	transform: translate(0, -50%);
	left: 19%;
}
.b_text1 i {
	display: block;
	font-size: 1rem;
	line-height: 1rem;
	color: transparent;
	-webkit-text-stroke: 1px rgba(2, 129, 192, .15);
	font-weight: bold
}
.b_text1 h3 {
	margin-top: -0.4rem;
	display: inline-block;
	padding: 0 .1rem;
	font-size: 0.44rem;
	font-weight: bold;
	line-height: 0.42rem;
	color: var(--i_color);
	text-transform: uppercase;
	position: relative;
}
.b_text1 h3::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 40%;
	background: var(--i_color2);
	z-index: -1;
}
.b_text1 h4 {
	display: inline-block;
	margin: .1rem 0 .2rem;
	padding: 0 .1rem;
	font-size: 0.3rem;
	color: #fff;
	font-weight: bold;
	line-height: 0.46rem;
	text-transform: uppercase;
	background: var(--i_color2);
}
.b_text1 h6 {
	max-width: 70%;
	padding: 0 .1rem;
	font-size: 0.18rem;
	color: #212121;
	text-shadow: 1px 1px 0 rgb(255 255 255 / 60%);
}

.b_text2 {
	position: absolute;
	top: 40%;
	left: 8%;
	text-align: center;
}
.b_text2 h4 {
	display: inline-block;
	padding: 0 .5rem;
	background: var(--i_color);
	font-size: 0.34rem;
	line-height: 0.46rem;
	color: #FFF;
	text-transform: uppercase;
	-webkit-clip-path: polygon(8% 0%, 100% 0%, 92% 100%, 0% 100%);
	clip-path: polygon(8% 0%, 100% 0%, 92% 100%, 0% 100%);
}
.b_text2 h2 {
	margin: 0.2rem auto;
	font-size: 0.32rem;
	color: #FFF;
	font-weight: bold;
	line-height: 0.4rem;
	text-transform: uppercase;
}
.b_text2 dl {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.b_text2 dt {
	padding-left: 0.2rem;
	margin: 0 .16rem;
	font-size: 0.16rem;
	color: #FFF;
	position: relative;
}
.b_text2 dt::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0, -50%) rotate(45deg);
	width: 0.1rem;
	height: 0.1rem;
	background: #fff;
}

@media screen and (max-width:1440px) {
	.b_text1 {
		top: 46%;
		left: 14%;
	}
}
@media screen and (max-width:1366px) {
	/* .b_text2 { */
	/* left: 38%; */
	/* } */
	/* .b_text2 h2 { */
	/* font-size: 0.38rem; */
	/* } */
}
@media screen and (max-width:1200px) {}
@media screen and (max-width:1024px) {
	.b_text1 {
		top: 43%;
		left: 4%;
	}
	.b_text1 i {
		font-size: 0.74rem;
	}
	.b_text1 h3 {
		font-size: 0.36rem;
	}
	.b_text1 h4 {
		font-size: 0.24rem;
	}
	.b_text1 h6 {
		font-size: 0.16rem;
	}

	.b_text2 {
		top: 32%;
		left: 6%;
	}
	.b_text2 h4 {
		font-size: 0.16rem;
		line-height: 0.4rem;
	}
	.b_text2 h2 {
		font-size: 0.3rem;
	}
	.b_text2 dt {
		margin: 0 .1rem;
		font-size: 0.14rem;
	}
}
@media screen and (max-width:959px) {
	.b_text1 i {
		font-size: 0.6rem;
	}
	.b_text1 h3 {
		font-size: 0.3rem;
	}
	.b_text1 h4 {
		margin: .1rem 0 .14rem;
		font-size: 0.18rem;
		line-height: 0.4rem;
	}
	.b_text1 h6 {
		font-size: 0.15rem;
	}

	.b_text2 {
		top: 24%;
	}
	.b_text2 h4 {
		font-size: 0.14rem;
		line-height: 0.34rem;
	}
	.b_text2 h2 {
		font-size: 0.26rem;
	}
	.b_text2 dl {
		display: inline-block;
	}
	.b_text2 dt {
		margin: 0 0;
		text-align: left;
		line-height: 0.24rem;
	}
	.b_text2 dt::before {
		width: 0.08rem;
		height: 0.08rem;
	}
}
@media screen and (max-width:767px) {
	.b_text1 h6 {
		color: #FFF;
		text-shadow: none
	}

	.b_text2 h4 {
		font-size: 0.13rem;
		line-height: 0.32rem;
	}
	.b_text2 h2 {
		font-size: 0.22rem;
		line-height: 0.3rem;
	}
}
@media screen and (max-width:560px) {
	.b_text1 i {
		font-size: 0.4rem;
		line-height: 0.76rem;
	}
	.b_text1 h3 {
		font-size: 0.2rem;
		line-height: 0.24rem;
	}
	.b_text1 h4 {
		margin: -.06rem 0 .1rem;
		font-size: 0.14rem;
		line-height: 0.3rem;
	}
	.b_text1 h6 {
		max-width: 90%;
		font-size: 0.13rem;
	}

	.b_text2 {
		top: 16%;
	}
	.b_text2 h4 {
		font-size: 0.12rem;
		line-height: 0.3rem;
	}
	.b_text2 h2 {
		margin: 0.1rem auto;
		font-size: 0.15rem;
	}
	.b_text2 dt {
		font-size: 0.12rem;
		line-height: 0.18rem;
	}
}



/* Banner menu */
.b_menu {
	--ico_size: .7rem
}
.b_menu {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 2;
}
.b_menu_list {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end
}
.b_menu_list li {
	width: 25%;
	background: var(--i_color);
	position: relative;
}
.b_menu_list li:not(:last-child)::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 1px;
	height: 100%;
	background: rgb(255 255 255 / 10%);
}
.b_menu_list a {
	display: block;
	padding: .2rem .3rem;
	text-align: center;
}
.b_menu_list .ico {}
.b_menu_list .ico img {
	width: var(--ico_size);
	height: var(--ico_size);
	object-fit: contain;
}
.b_menu_list h2 {
	margin-top: 0.16rem;
	font-size: 0.2rem;
	color: #fff;
	font-weight: bold;
}
.b_menu_list h6 {
	display: none;
	margin-top: 0.14rem;
	font-size: 0.15rem;
	color: #fff;
	line-height: 0.2rem;
}

.b_menu_list li:hover {
	background: var(--i_color2);
}

@media screen and (max-width:1440px) {
	.b_menu {
		--ico_size: .6rem
	}
}
@media screen and (max-width:1366px) {
	.b_menu {
		--ico_size: .54rem
	}
	.b_menu_list h2 {
		font-size: 0.18rem;
	}
	.b_menu_list a {
		padding: .2rem .2rem;
	}
}
@media screen and (max-width:1200px) {
	.b_menu {
		--ico_size: .48rem
	}
	.b_menu_list h2 {
		font-size: 0.17rem;
	}
}
@media screen and (max-width:1024px) {
	.b_menu {
		--ico_size: .36rem
	}
	.b_menu {
		position: initial;
		margin-top: 0.3rem;
	}
	.b_menu_list h2 {
		margin-top: 0.1rem;
		font-size: 0.16rem;
	}
	.b_menu_list h6 {
		display: none !important;
		font-size: 0.13rem;
		line-height: 0.18rem;
	}
}
@media screen and (max-width:959px) {
	.b_menu {
		--ico_size: .32rem
	}
	.b_menu_list a {
		padding: .14rem .1rem;
	}
	.b_menu_list h2 {
		font-size: 0.15rem;
	}
}
@media screen and (max-width:767px) {
	.b_menu {
		--ico_size: .24rem
	}
	.b_menu_list h2 {
		font-size: 0.14rem;
		font-weight: normal;
	}
}
@media screen and (max-width:560px) {
	.b_menu {
		--ico_size: .2rem
	}
	.b_menu {
		margin-top: 0.2rem;
	}
	.b_menu_list h2 {
		font-size: 0.13rem;
	}
}



/* main */
main {
	overflow: hidden;
}
.main_bg {
	margin-bottom: -1.4rem;
	padding-bottom: 1.4rem;
	background-color: #F9F9F9;
}

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

.box_pd {
	padding: .8rem 0
}

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



/* HOME - big title */
.i_tit {
	display: table;
	margin: 0 auto .5rem;
	text-align: center;
	overflow: hidden;
}
.i_tit h2 {
	display: inline-block;
	padding-bottom: 0.08rem;
	text-align: center;
	font-size: .42rem;
	color: var(--i_color);
	font-weight: bold;
	position: relative;
	text-transform: uppercase;
}
.i_tit h2::before,
.i_tit h2::after {
	content: '';
	position: absolute;
	left: 50%;
	transform: translate(-50%, 0);
}
.i_tit h2::before {
	bottom: 1px;
	width: 100%;
	height: 1px;
	background: var(--border_color);
}
.i_tit h2::after {
	bottom: 0;
	width: .6rem;
	height: 3px;
	background: var(--i_color2);
}

.i_tit h6 {
	margin-top: 0.14rem;
	font-size: 0.18rem;
	color: var(--i_color);
	text-transform: uppercase;
}
.i_tit i {
	display: block;
	margin-top: .18rem;
	width: 50%;
	height: 2px;
	background: var(--i_color);
}

@media screen and (max-width:1440px) {
	.i_tit h2 {
		font-size: .36rem;
	}
	.i_tit h6 {
		font-size: 0.17rem;
	}
}
@media screen and (max-width:1366px) {
	.i_tit h2 {
		font-size: .32rem;
	}
}
@media screen and (max-width:1024px) {
	.i_tit {
		margin: 0 auto .4rem
	}
	.i_tit h2 {
		font-size: .26rem;
	}
	.i_tit h2::after {
		width: 0.4rem;
	}
	.i_tit h6 {
		font-size: 0.15rem;
	}
}
@media screen and (max-width:767px) {
	.i_tit {
		margin: 0 auto .3rem
	}
	.i_tit h2 {
		font-size: .22rem;
	}
	.i_tit h6 {
		font-size: 0.13rem;
	}
}
@media screen and (max-width:560px) {
	.i_tit {
		margin: 0 auto .26rem
	}
	.i_tit h2 {
		font-size: .18rem;
	}
	.i_tit h6 {
		margin-top: 0.1rem;
		font-size: 0.12rem;
	}
}


/* HOME - more */
.i_more {
	display: table;
	margin: .6rem auto 0;
	padding: 0 .6rem;
	background: var(--i_color);
	-webkit-border-radius: .1rem;
	-moz-border-radius: .1rem;
	border-radius: .1rem;
	position: relative;
	overflow: hidden;
}
.i_more::before {
	content: '';
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	left: 0;
	width: 100%;
	height: 0;
	background: var(--i_color2);
}
.i_more i {
	display: block;
	position: relative;
	color: #FFF;
	font-size: .18rem;
	line-height: .46rem;
	text-transform: uppercase;
}
.i_more:hover::before {
	height: 100%;
}
.i_more::before {
	-webkit-transition: all .5s ease;
	transition: all .5s ease
}
@media screen and (max-width:1440px) {
	.i_more {
		margin: .5rem auto 0;
	}
}
@media screen and (max-width:1366px) {
	.i_more {
		margin: .4rem auto 0;
		padding: 0 0.5rem;
	}
	.i_more i {
		font-size: 0.16rem;
		line-height: 0.44rem;
	}
}
@media screen and (max-width:1200px) {
	.i_more {
		padding: 0 0.4rem;
	}
	.i_more i {
		font-size: 0.15rem;
	}
}
@media screen and (max-width:1024px) {
	.i_more {
		margin: .3rem auto 0;
		padding: 0 0.3rem;
	}
	.i_more i {
		font-size: 0.13rem;
		line-height: 0.36rem;
	}
}
@media screen and (max-width:959px) {}
@media screen and (max-width:767px) {
	.i_more {
		margin-top: 0.2rem;
		padding: 0 0.2rem;
	}
	.i_more i {
		font-size: 0.12rem;
		line-height: 0.32rem;
	}
}
@media screen and (max-width:560px) {}





.b_menu_full {
	margin-top: -0.8rem;
}
@media screen and (max-width:1024px) {
	.b_menu_full {
		margin-top: 0;
	}
}


/* Home - About */
.i_about {
	padding: 1.6rem 0;
	background: url(../images/i_about_bg.webp) no-repeat bottom center;
	background-size: cover;
}
.i_about_cont {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
}

.i_ab_text {
	width: 47%;
}
.i_ab_text .i_tit {
	margin: 0 0 .3rem;
}
.i_ab_text .i_tit h2::after {
	left: 0;
	transform: none
}
.i_ab_text .i_tit h6 {
	text-align: left;
}

.i_ab_text article {
	font-size: 0.15rem;
	line-height: 0.24rem;
	color: #212121;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	/* text-indent:2em */
}

.i_ab_text .i_more {
	margin: 0 0;
}

.i_ab_list {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	margin: .2rem 0 .3rem;
}
.i_ab_list dt {
	margin: 0.12rem 0;
	display: -webkit-flex;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	box-sizing: border-box;
	width: 50%;
}
.i_ab_list dt:nth-child(odd) {
	padding-right: .2rem;
}
.i_ab_list dt:nth-child(even) {
	padding-left: .2rem;
}
.i_ab_list img {
	margin-right: 0.1rem;
	height: 0.4rem;
}
.i_ab_list p {
	font-size: 0.2rem;
	font-weight: bold;
	color: #212121;
}
.i_ab_list dt:hover img {
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg)
}
.i_ab_list dt:hover p {
	color: var(--i_color);
}
.i_ab_list img {
	-webkit-transition: all .5s ease;
	transition: all .5s ease
}


.i_ab_pic {
	--pbox: .3rem
}
.i_ab_pic {
	width: 47%;
	height: 100%;
	box-sizing: border-box;
	padding: var(--pbox) var(--pbox) 0 0;
	margin-left: auto;
	overflow: hidden;
	position: relative;
}
.i_ab_pic::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: calc(100% - var(--pbox));
	height: calc(100% - var(--pbox));
	box-sizing: border-box;
	border: 3px solid var(--i_color2);
}
.i_ab_pic_list {
	width: 100%;
	overflow: hidden;
	position: relative;
}
.i_ab_pic_list .swiper-wrapper {
	display: flex;
	position: relative;
	width: 100%;
}
.i_ab_pic_list .swiper-slide {
	flex-shrink: 0;
	position: relative;
	cursor: pointer;
}

.i_ab_pic_list .swiper-slide .img {
	width: 100%;
	position: relative;
	overflow: hidden
}
.i_ab_pic_list .swiper-slide .img::before {
	content: "";
	display: block;
	padding-bottom: 70%
}
.i_ab_pic_list .swiper-slide .img img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	object-fit: cover
}

.ab-pagination {
	position: absolute;
	right: .2rem;
	bottom: .2rem;
	z-index: 2;
	display: block;
	text-align: center;
}
.ab-pagination .swiper-pagination-bullet {
	width: .08rem;
	height: .08rem;
	display: inline-block;
	margin: 0 3px;
	background: #E5E5E5;
	-webkit-border-radius: 100px;
	border-radius: 100px;
	outline: none
}
.ab-pagination .swiper-pagination-bullet-active {
	position: relative;
	width: .34rem;
	height: .08rem;
	background: var(--i_color2)
}
.ab-pagination .swiper-pagination-bullet {
	-webkit-transition: all .5s ease;
	transition: all .5s ease
}

@media screen and (max-width:1440px) {
	.i_about {
		padding: 1.6rem 0 1.2rem;
	}
}
@media screen and (max-width:1366px) {
	.i_ab_pic {
		--pbox: .26rem
	}
	.i_ab_list p {
		font-size: 0.18rem;
	}
}
@media screen and (max-width:1200px) {
	.i_ab_text article {
		-webkit-line-clamp: 4;
	}
	.i_ab_list dt {
		margin: .08rem 0;
	}
	.i_ab_list img {
		height: 0.3rem;
	}
	.i_ab_list p {
		font-size: 0.16rem;
	}
}
@media screen and (max-width:1024px) {
	.i_about {
		padding: .5rem 0 .6rem;
	}
	.i_ab_text {
		margin-bottom: 0.4rem;
		width: 100%;
	}
	.i_ab_pic {
		width: 100%;
	}
}
@media screen and (max-width:767px) {
	.i_about {
		padding: 0.4rem 0 0.5rem;
	}
	.i_ab_pic {
		--pbox: .14rem
	}
	.i_ab_text {
		margin-bottom: 0.26rem;
	}
	.i_ab_text .i_tit {
		margin: 0 0 0.2rem;
	}
	.i_ab_text article {
		font-size: 0.13rem;
		line-height: 0.2rem;
	}
	.i_ab_list {
		margin: 0.14rem 0 0.2rem;
	}
	.i_ab_list img {
		height: 0.24rem;
	}
	.i_ab_list p {
		font-size: 0.14rem;
	}
	.ab-pagination .swiper-pagination-bullet {
		width: 0.06rem;
		height: 0.06rem;
	}
	.ab-pagination .swiper-pagination-bullet-active {
		width: 0.2rem;
	}
}




/* Industry */
.i_industry {}

.i_industry_list {
	margin: 0 auto;
	box-sizing: border-box;
	overflow: hidden;
	position: relative;
}
.i_industry_list .swiper-wrapper {
	display: flex;
	position: relative;
	counter-reset: section;
}
.i_industry_list .swiper-slide {
	flex-shrink: 0;
	position: relative;
	cursor: pointer;
}

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

.i_industry_list .img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.i_industry_list .img::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgb(0 0 0 / 40%);
	z-index: 2;
}
.i_industry_list .img::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 0;
	background-image: linear-gradient(rgb(255 255 255 / 80%), transparent);
}
.i_industry_list .img img {
	position: absolute;
	left: 50%;
	transform: translate(-50%, 0);
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.i_industry_list .txt {
	position: absolute;
	bottom: 55%;
	left: 0;
	width: 100%;
	box-sizing: border-box;
	padding: 0 .4rem;
	z-index: 3;
}
.i_industry_list .txt i::before {
	counter-increment: section;
	content: "0" counter(section);
	font-size: 0.32rem;
	font-weight: bold;
	color: #fff;
}
.i_industry_list .txt h2 {
	margin: .3rem 0 .2rem;
	padding-bottom: 0.2rem;
	font-size: 0.28rem;
	font-weight: bold;
	color: #fff;
	position: relative;
}
.i_industry_list .txt h2::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0.5rem;
	height: 4px;
	background: var(--i_color2);
}
.i_industry_list .txt h6 {
	height: 0;
	font-size: 0.16rem;
	color: #212121;
	line-height: 0.2rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}
.i_industry_list .more {
	position: absolute;
	right: -.8rem;
	bottom: 0;
	width: 0.6rem;
	height: 0.6rem;
	background: var(--i_color) url(../images/arrow_right_long_bai.svg) no-repeat center;
	background-size: .3rem;
}

.i_industry_list li:hover .img::before {
	bottom: 0;
	top: initial;
	height: 0;
}
.i_industry_list li:hover .img::after {
	height: 90%;
}
.i_industry_list li:hover h2::before {
	width: 90%;
	background: var(--i_color);
}
.i_industry_list li:hover i::before {
	color: var(--i_color);
}
.i_industry_list li:hover h2 {
	color: #212121;
}
.i_industry_list li:hover h6 {
	height: .6rem;
}
.i_industry_list li:hover .more {
	right: 0;
}
.i_industry_list .img::before,
.i_industry_list .img::after,
.i_industry_list .txt h2::before,
.i_industry_list .txt h6,
.i_industry_list .more {
	-webkit-transition: all 1s ease;
	transition: all 1s ease
}
.i_industry_list .img img {
	-webkit-transition: all 2.5s ease;
	transition: all 2.5s ease
}


@media screen and (max-width:1440px) {
	.i_industry_list .txt h2 {
		font-size: 0.24rem;
	}
	.i_industry_list .txt h2::before {
		height: 3px;
	}
	.i_industry_list .more {
		width: 0.5rem;
		height: 0.5rem;
		background-size: 0.24rem;
	}
}
@media screen and (max-width:1366px) {
	.i_industry_list .txt h2 {
		margin: .2rem 0 .2rem;
	}
	.i_industry_list .txt h6 {
		font-size: 0.15rem;
	}
}
@media screen and (max-width:1200px) {
	.i_industry_list .txt h2 {
		margin: 0.2rem 0 0.16rem;
		font-size: 0.2rem;
	}
	.i_industry_list .txt h2::before {
		height: 2px;
	}
}
@media screen and (max-width:1024px) {
	.i_industry_list .txt i::before {
		font-size: 0.26rem;
	}
	.i_industry_list .txt h2 {
		margin: 0.14rem 0 0.16rem;
		padding-bottom: 0.1rem;
		font-size: 0.18rem;
	}
	.i_industry_list .txt h6 {
		font-size: 0.13rem;
		line-height: 0.18rem;
	}
	.i_industry_list li:hover h6 {
		height: .54rem;
	}
}
@media screen and (max-width:767px) {
	.i_industry_list .txt {
		padding: 0 .2rem;
	}
	.i_industry_list .img::before,
	.i_industry_list .img::after {
		display: none;
	}
	.i_industry_list .img::after {
		height: 50%;
	}
	.i_industry_list .txt {
		bottom: 44%;
	}
	.i_industry_list .txt i::before {
		font-size: 0.22rem;
	}
	.i_industry_list .txt h2 {
		font-size: 0.14rem;
	}
	.i_industry_list .txt h6 {
		font-size: 0.12rem;
		color: #FFF;
		height: 0.54rem;
	}
	.i_industry_list .more {
		width: 0.26rem;
		height: 0.26rem;
		background-size: .16rem
	}
}








/* Home News */
.i_news {
	margin-bottom: .2rem !important;
}
.i_top_news {
	width: 49%;
}

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

.i_top_news_list {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}
.i_top_news_list .swiper-wrapper {
	display: flex;
	position: relative;
	height: 100%;
}
.i_top_news_list .swiper-slide {
	height: 100%;
	flex-shrink: 0;
	position: relative;
	cursor: pointer;
}
.i_top_news_list a {
	display: block;
	height: 100%;
	position: relative;
}
.i_top_news_list a::before,
.i_top_news_list a::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 2;
}
.i_top_news_list a::before {
	height: 50%;
	background: -webkit-linear-gradient(top, rgb(0 0 0 / 0), rgb(0 0 0 / 70%));
	background: linear-gradient(to bottom, rgb(0 0 0 / 0), rgb(0 0 0 / 70%));
}
.i_top_news_list a::after {
	height: 0;
	background: -webkit-linear-gradient(top, rgb(0 0 0 / 0), rgb(8 52 114 / 80%));
	background: linear-gradient(to bottom, rgb(0 0 0 / 0), rgb(8 52 114 / 80%));
}
.i_top_news_list a:hover::after {
	height: 50%;
}
.i_top_news_list a::after {
	-webkit-transition: all .5s ease;
	transition: all .5s ease
}

.i_top_news_list .img {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden
}
.i_top_news_list .img img {
	width: 100%;
	height: 100%;
	object-fit: cover
}
.i_top_news_list .txt {
	position: absolute;
	bottom: .5rem;
	width: 100%;
	box-sizing: border-box;
	padding: 0 .4rem;
	z-index: 3;
}
.i_top_news_list .n_time {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
}
.i_top_news_list .n_time h3 {
	font-size: 0.36rem;
	color: #fff;
}
.i_top_news_list .n_time i {
	padding-left: 0.14rem;
	font-size: 0.18rem;
	color: #fff;
	margin-left: 0.14rem;
	position: relative;
}
.i_top_news_list .n_time i::before {
	content: '';
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	left: 0;
	width: 1px;
	height: 80%;
	background: #FFF;
}
.i_top_news_list .txt h2 {
	margin: .08rem 0 .06rem;
	font-size: 0.26rem;
	color: #FFF;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.i_top_news_list .txt h6 {
	font-size: 0.15rem;
	color: #fff;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.news-pagination {
	position: absolute;
	right: .2rem;
	bottom: .2rem;
	z-index: 2;
	display: block;
	text-align: center;
}
.news-pagination .swiper-pagination-bullet {
	width: .08rem;
	height: .08rem;
	display: inline-block;
	margin: 0 3px;
	background: #E5E5E5;
	-webkit-border-radius: 100px;
	border-radius: 100px;
	outline: none
}
.news-pagination .swiper-pagination-bullet-active {
	position: relative;
	width: .34rem;
	height: .08rem;
	background: var(--i_color2)
}
.news-pagination .swiper-pagination-bullet {
	-webkit-transition: all .5s ease;
	transition: all .5s ease
}

.i_news_list {
	margin-left: auto;
	width: 49%;
}
.i_news_list li {
	box-shadow: 0 0 10px rgb(0 0 0 / 0%);
}
.i_news_list li:not(:last-child) {
	margin-bottom: 0.24rem;
}
.i_news_list a {
	display: block;
	padding: .32rem .6rem;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.i_news_list .n_time {
	text-align: center;
}
.i_news_list .n_time h3 {
	padding-bottom: 0.06rem;
	margin-bottom: 0.1rem;
	font-size: 0.34rem;
	color: var(--i_color);
	position: relative;
}
.i_news_list .n_time h3::before {
	content: '';
	position: absolute;
	left: 50%;
	transform: translate(-50%, 0);
	bottom: 0;
	width: 70%;
	height: 1px;
	background: var(--border_color);
}
.i_news_list .n_time p {
	font-size: 0.15rem;
	color: #555;
}
.i_news_list .txt {
	width: 84%;
	box-sizing: border-box;
	padding-left: 0.4rem;
	margin-left: auto;
	position: relative;
}
.i_news_list .txt::before,
.i_news_list .txt::after {
	content: '';
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	left: 0;
	width: 1px;
}
.i_news_list .txt::before {
	height: 100%;
	background: var(--border_color);
}
.i_news_list .txt::after {
	height: 0;
	background: var(--i_color);
}

.i_news_list .txt h2 {
	margin-bottom: 0.06rem;
	font-size: 0.22rem;
	color: #212121;
	font-weight: bold;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.i_news_list .txt h6 {
	font-size: 0.15rem;
	line-height: 0.2rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.i_news_list li:hover {
	box-shadow: 0 0 10px rgb(0 0 0 / 15%);
}
.i_news_list li:hover .txt::after {
	height: 100%;
}
.i_news_list li:hover h2 {
	color: var(--i_color);
}
.i_news_list li,
.i_news_list .txt::after {
	-webkit-transition: all .5s ease;
	transition: all .5s ease
}

@media screen and (max-width:1440px) {
	.i_news_list li:not(:last-child) {
		margin-bottom: 0.18rem;
	}
	.i_news_list a {
		padding: .3rem .4rem;
	}
	.i_news_list .txt h2 {
		font-size: 0.2rem;
	}
}
@media screen and (max-width:1366px) {
	.i_top_news_list .txt h2 {
		font-size: 0.2rem;
	}
	.i_news_list {
		width: 48%;
	}
	.i_news_list .n_time h3 {
		font-size: 0.3rem;
	}
	.i_news_list .n_time p {
		font-size: 0.14rem;
	}
	.i_news_list a {
		padding: .26rem .3rem;
	}
	.i_news_list .txt {
		width: 86%;
		padding-left: 0.2rem;
	}
	.i_news_list .txt h2 {
		font-size: 0.18rem;
	}
}
@media screen and (max-width:1200px) {
	.i_top_news_list .txt {
		padding: 0 .2rem;
	}
	.i_top_news_list .n_time h3 {
		font-size: 0.3rem;
	}
	.i_top_news_list .n_time i {
		font-size: 0.16rem;
	}
}
@media screen and (max-width:1024px) {
	.i_top_news,
	.i_news_list {
		width: 100%;
	}
	.i_top_news {
		height: 100%;
		margin-bottom: 0.3rem;
	}
	.i_top_news_list .img::before {
		content: '';
		display: block;
		padding-bottom: 62%;
	}
	.i_top_news_list .img img {
		position: absolute;
		left: 0;
		bottom: 0;
	}
	.i_news_list li {
		box-shadow: 0 0 10px rgb(0 0 0 / 10%);
	}
	.i_news_list .txt {
		width: calc(100% - 0.8rem);
	}
}
@media screen and (max-width:767px) {
	.i_top_news_list .n_time h3 {
		font-size: 0.2rem;
	}
	.i_top_news_list .n_time i {
		font-size: 0.13rem;
	}
	.i_top_news_list .txt {
		bottom: 0.4rem;
	}
	.i_top_news_list .txt h2 {
		font-size: 0.16rem;
	}
	.i_top_news_list .txt h6 {
		font-size: 0.12rem;
	}
	.i_top_news_list a::before {
		height: 80%;
	}
	.news-pagination {
		bottom: 0.16rem;
	}
	.news-pagination .swiper-pagination-bullet {
		width: 0.06rem;
		height: 0.06rem;
	}
	.news-pagination .swiper-pagination-bullet-active {
		width: 0.2rem;
	}
	.i_news_list a {
		padding: .2rem .2rem;
	}
	.i_news_list .n_time h3 {
		font-size: 0.22rem;
	}
	.i_news_list .n_time p {
		font-size: 0.12rem
	}
	.i_news_list .txt {
		width: calc(100% - 0.66rem);
	}
	.i_news_list .txt h2 {
		font-size: 0.15rem;
	}
	.i_news_list .txt h6 {
		font-size: 0.12rem;
		line-height: 0.16rem;
	}
}



/* Footer */
footer {
	padding-top: 1.8rem;
	position: relative;
	z-index: 2;
}
footer::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 101%;
	background: url(../images/footer_bg.webp) no-repeat center;
	background-size: cover;
	-webkit-clip-path: polygon(100% 0%, 100% 100%, 0% 100%, 0% 100%, 0% 0%, 50% 1.3rem);
	clip-path: polygon(100% 0%, 100% 100%, 0% 100%, 0% 100%, 0% 0%, 50% 1.3rem);
	z-index: -1;
}

.f_cont_box {}
.f_form {
	text-align: center;
}
.f_form .tit {
	font-size: 0.36rem;
	font-weight: bold;
	color: #FFF;
}
.f_form p {
	margin-bottom: 0.4rem;
	margin-top: 0.15rem;
	font-size: 0.18rem;
	color: #FFF;
}

#wpforms-96 {
	--input_font_size: .16rem;
	--input_height: .66rem
}
#wpforms-96 {
	width: 52%;
	margin: 0 auto;
	padding: 0
}
#wpforms-form-96 {
	width: 100%;
	background: #FFF;
	-webkit-border-radius: 100px;
	border-radius: 100px;
	box-sizing: border-box;
	padding: 1px;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	position: relative;
}
#wpforms-96 .wpforms-field-container {
	width: 75%;
}

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

#wpforms-96 .wpforms-field-label {
	font-size: 0;
	height: 0;
	margin: 0 0 !important;
}
#wpforms-96 .wpforms-required-label {
	position: absolute;
	top: .14rem;
	left: .14rem;
	font-size: .22rem;
	color: #F00
}

#wpforms-96 .wpforms-field {
	width: 100%;
	background: transparent;
	position: relative;
	overflow: initial !important;
}
#wpforms-96 .wpforms-field-textarea {
	width: 100% !important
}

#wpforms-96 .wpforms-field-container input {
	width: 100%;
	font-size: var(--input_font_size);
	color: #333;
	height: var(--input_height);
	box-sizing: border-box;
	border: none;
	background: none;
	padding: 0 .2rem 0 .3rem;
	overflow: hidden;
}
#wpforms-96 input {
	line-height: var(--input_height)
}
#wpforms-96 textarea {
	line-height: 22px;
	min-height: 120px;
	padding: .1rem .16rem
}
#wpforms-96 input::-webkit-input-placeholder,
#wpforms-96 textarea::-webkit-input-placeholder {
	color: #BBB;
	font-size: var(--input_font_size)
}
#wpforms-96 input::-moz-placeholder,
#wpforms-96 textarea::-moz-placeholder {
	color: #BBB;
	font-size: var(--input_font_size)
}
#wpforms-96 input::-ms-input-placeholder,
#wpforms-96 textarea::-ms-input-placeholder {
	color: #BBB;
	font-size: var(--input_font_size)
}


#wpforms-96 #wpforms-96-field_1-error,
#wpforms-96 #wpforms-96-field_2-error,
#wpforms-96 #wpforms-96-field_3-error,
#wpforms-96 #wpforms-96-field_4-error,
#wpforms-96 #wpforms-96-field_5-error,
#wpforms-96 #wpforms-96-field_6-error,
#wpforms-96 .mailcheck-error {
	position: absolute;
	left: .3rem;
	bottom: -.24rem;
	font-size: 13px;
	color: #DF1E1E;
}
#wpforms-96 .mailcheck-error a.mailcheck-suggestion {
	color: #FFF
}


#wpforms-96 .wpforms-submit-container {
	margin-left: auto;
	padding: 0 !important;
	box-sizing: border-box;
	width: 25%;
	height: var(--input_height);
	background: var(--i_color);
	background: -webkit-linear-gradient(left, var(--i_color2), var(--i_color));
	background: linear-gradient(to right, var(--i_color2), var(--i_color));
	-webkit-border-radius: 100px;
	border-radius: 100px;
	overflow: hidden;
	position: relative
}
#wpforms-96 .wpforms-submit-container::before {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	width: 0;
	height: 100%;
	background: var(--i_color2);
}
#wpforms-96 .wpforms-submit-container button {
	width: 100%;
	height: var(--input_height);
	font-size: .15rem;
	font-weight: bold;
	color: #FFF;
	line-height: var(--input_height);
	cursor: pointer;
	position: relative;
	z-index: 2
}

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

@media screen and (max-width:1440px) {
	footer::before {
		-webkit-clip-path: polygon(100% 0%, 100% 100%, 0% 100%, 0% 100%, 0% 0%, 50% 1.1rem);
		clip-path: polygon(100% 0%, 100% 100%, 0% 100%, 0% 100%, 0% 0%, 50% 1.1rem);
	}
	#wpforms-96 {
		--input_font_size: .15rem;
		--input_height: .6rem
	}
}
@media screen and (max-width:1366px) {
	footer {
		padding-top: 1.6rem;
	}
	.f_form .tit {
		font-size: 0.32rem;
	}
}
@media screen and (max-width:1200px) {
	footer {
		padding-top: 1.4rem;
	}
	footer::before {
		-webkit-clip-path: polygon(100% 0%, 100% 100%, 0% 100%, 0% 100%, 0% 0%, 50% 1rem);
		clip-path: polygon(100% 0%, 100% 100%, 0% 100%, 0% 100%, 0% 0%, 50% 1rem);
	}
	.f_form .tit {
		font-size: 0.3rem;
	}
	.f_form p {
		font-size: 0.16rem;
	}
}
@media screen and (max-width:1024px) {
	footer {
		padding-top: 1.2rem;
	}
	footer::before {
		-webkit-clip-path: polygon(100% 0%, 100% 100%, 0% 100%, 0% 100%, 0% 0%, 50% .8rem);
		clip-path: polygon(100% 0%, 100% 100%, 0% 100%, 0% 100%, 0% 0%, 50% .8rem);
	}
	.f_form .tit {
		font-size: 0.24rem;
	}
	.f_form p {
		margin-bottom: 0.3rem;
		font-size: 0.15rem;
	}
	#wpforms-96 {
		--input_font_size: .14rem;
		--input_height: .5rem;
		width: 80%;
	}
}
@media screen and (max-width:767px) {
	footer {
		padding-top: 1rem;
	}
	footer::before {
		-webkit-clip-path: polygon(100% 0%, 100% 100%, 0% 100%, 0% 100%, 0% 0%, 50% .6rem);
		clip-path: polygon(100% 0%, 100% 100%, 0% 100%, 0% 100%, 0% 0%, 50% .6rem);
	}
	.f_form .tit {
		font-size: 0.18rem;
	}
	.f_form p {
		margin: 0.1rem 0 .2rem;
		font-size: 0.14rem;
	}
	#wpforms-96 {
		--input_font_size: .14rem;
		--input_height: .4rem;
		width: 98%;
	}
	#wpforms-96 .wpforms-required-label {
		top: 0.1rem;
		left: 0.06rem;
		font-size: 0.16rem;
	}
	#wpforms-96 .wpforms-field-container {
		width: calc(100% - 120px);
	}
	#wpforms-96 .wpforms-submit-container {
		width: 120px;
	}
	#wpforms-96 .wpforms-field-container input {
		padding: 0 .2rem 0 0.2rem;
	}
	#wpforms-96 .wpforms-submit-container button {
		font-size: 0.12rem;
	}
	#wpforms-96 #wpforms-96-field_1-error,
	#wpforms-96 #wpforms-96-field_2-error,
	#wpforms-96 #wpforms-96-field_3-error,
	#wpforms-96 #wpforms-96-field_4-error,
	#wpforms-96 #wpforms-96-field_5-error,
	#wpforms-96 #wpforms-96-field_6-error {
		left: 0.2rem;
		font-size: 0.12rem;
	}
}
@media screen and (max-width:560px) {
	footer {
		padding-top: .6rem;
	}
	footer::before {
		-webkit-clip-path: polygon(100% 0%, 100% 100%, 0% 100%, 0% 100%, 0% 0%, 50% .4rem);
		clip-path: polygon(100% 0%, 100% 100%, 0% 100%, 0% 100%, 0% 0%, 50% .4rem);
	}
}



.f_cont {
	margin: .8rem 0 .6rem;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.f_cont dt {
	max-width: 34%;
}
h2.f_tit {
	padding-right: 0.2rem;
	margin-bottom: 0.2rem;
	font-size: 0.24rem;
	color: #FFF;
	font-weight: bold;
	text-transform: uppercase;
}

.f_media {
	padding-top: 10px;
	display: -webkit-flex;
	display: flex;
	flex-wrap: nowrap
}
.f_media li {}
.f_media li:not(:last-child) {
	margin-right: .2rem;
}
.f_media img {
	height: .26rem;
}
.f_media li:hover {
	-webkit-transform: translate(0, -8px);
	-moz-transform: translate(0, -8px);
	-o-transform: translate(0, -8px);
	-ms-transform: translate(0, -8px);
	transform: translate(0, -8px)
}
.f_media li {
	-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 {
	margin-top: 0.2rem;
}
.f_contact_list li {
	margin-bottom: .18rem;
	overflow: hidden;
	display: -webkit-flex;
	display: flex;
	flex-wrap: nowrap
}

.f_contact_list li i {
	display: block;
	margin-right: 10px;
	width: .24rem;
	height: .24rem
}

.f_contact_list li i img {
	height: 100%;
}

.f_contact_list li span,
.f_contact_list li span a {
	display: inline-block;
	font-size: .16rem;
	color: #FFF;
	line-height: 22px
}
.f_contact_list li span a {
	cursor: pointer;
}

.f_contact_list li span b {
	font-weight: bold;
	margin-right: 4px;
}


.f_contact_list dl {
	margin-left: auto;
	width: calc(100% - .24rem - .1rem)
}
.f_contact_list dt {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	max-width: 100%;
	margin-bottom: 0.1rem;
}
.f_contact_list dt p {
	margin-right: 4px;
	font-size: 0.16rem;
	color: #FFF;
	line-height: 22px;
}
.f_contact_list dt span a {
	display: block !important;
}


.f_contact_list li:hover img {
	opacity: 1;
	-webkit-filter: brightness(1);
	-moz-filter: brightness(1);
	-o-filter: brightness(1);
	-ms-filter: brightness(1);
	filter: brightness(1)
}
.f_contact_list li a:hover {
	color: var(--i_color2)
}


/* 中文版面联系我们 */
.f_contact_list_zh {
	margin-top: 0.2rem;
	overflow: hidden;
}
.f_contact_list_zh li {
	margin-bottom: 0.18rem;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	overflow: hidden;
}
.f_contact_list_zh li i {
	display: block;
	width: .24rem;
	height: .24rem
}
.f_contact_list_zh li i img {
	height: 100%;
}
.f_contact_list_zh dl {
	margin-left: auto;
	width: calc(100% - .24rem - .1rem)
}
.f_contact_list_zh dt {
	max-width: 100%;
	margin-bottom: 0.1rem;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
}


.f_contact_list_zh a,
.f_contact_list_zh p {
	display: block;
	font-size: 0.16rem;
	color: #FFF;
	line-height: 0.22rem;
}



.f_nav {}
.f_nav li {
	padding-right: .2rem;
	position: relative;
	overflow: hidden;
}
.f_nav li::before {
	content: '';
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	left: -.2rem;
	width: 0.16rem;
	height: 0.16rem;
	background: url(../images/arrow_right_double.svg) no-repeat center;
	background-size: contain;
}
.f_nav a {
	font-size: 0.16rem;
	color: #FFF;
	line-height: 0.32rem;
	text-transform: uppercase;
	position: relative;
	left: 0;
}
.f_nav li:hover::before {
	left: 0;
}
.f_nav li:hover a {
	left: .2rem;
	color: var(--i_color2);
}
.f_nav li::before,
.f_nav a {
	-webkit-transition: all .5s ease;
	transition: all .5s ease
}

.f_copy {
	margin-bottom: -1px;
	padding: .16rem 0;
	border-top: 1px solid rgb(255 255 255 / 20%);
}
.f_copy .wrap {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
}
.f_copy a {
	margin-left: auto;
}
.f_copy p,
.f_copy a {
	font-size: 0.15rem;
	color: #fff;
}
.f_copy a:hover {
	color: var(--i_color2);
	text-decoration: underline;
}

@media screen and (max-width:1440px) {
	h2.f_tit {
		font-size: 0.22rem;
	}
}
@media screen and (max-width:1366px) {
	h2.f_tit {
		font-size: 0.2rem;
	}
	.f_contact_list li span,
	.f_contact_list li span a,
	.f_nav a {
		font-size: 0.15rem;
	}
	.f_contact_list_zh a,
	.f_contact_list_zh p {
		font-size: 0.15rem;
	}
}
@media screen and (max-width:1024px) {
	.f_cont {
		margin: 0.5rem 0 0.3rem;
	}
	.f_cont dt {
		max-width: 100%;
		width: 100%;
	}
	.f_cont dd {
		display: none;
	}
	h2.f_tit {
		font-size: 0.16rem;
	}
	.f_copy p,
	.f_copy a {
		font-size: 0.14rem;
	}
}
@media screen and (max-width:767px) {
	.f_cont {
		margin: 0.5rem 0 0.2rem;
	}
	h2.f_tit {
		margin-bottom: 0.14rem;
	}
	.f_media img {
		height: 0.22rem;
	}
	.f_contact_list li {
		margin-bottom: 0.1rem;
	}
	.f_contact_list li i {
		width: 0.2rem;
		height: 0.2rem;
	}
	.f_contact_list li span,
	.f_contact_list li span a,
	.f_nav a {
		font-size: 0.13rem;
	}
	.f_contact_list_zh li {
		margin-bottom: .1rem;
	}
	.f_contact_list_zh dt {
		margin-bottom: 0;
	}
	.f_contact_list_zh a,
	.f_contact_list_zh p {
		font-size: 0.13rem;
	}
	.f_copy {
		padding: .1rem 0;
	}
	.f_copy .wrap {
		display: block;
		text-align: center;
	}
	.f_copy p,
	.f_copy a {
		font-size: 0.12rem;
		line-height: 0.2rem;
	}
}
@media screen and (max-width:560px) {}









/* Inside Page */

.full_h {
	display: block;
	width: 100%;
	height: var(--header_height);
	background: none;
}

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

@media screen and (max-width:1024px) {
	.in_banner {
		margin-top: var(--header_height);
	}
	.in_banner:before {
		content: "";
		display: block;
		padding-bottom: 40%
	}
	.in_banner img {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		height: 100%;
	}
}
@media screen and (max-width:959px) {
	.in_banner:before {
		padding-bottom: 42%;
	}
}
@media screen and (max-width:767px) {
	.in_banner:before {
		padding-bottom: 44%;
	}
}
@media screen and (max-width:560px) {
	.in_banner:before {
		padding-bottom: 46%;
	}
}




/* Breadcrumb */
.in_position {
	padding: .16rem 0;
	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(../fonts/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
	}
}





.in_nav {
	margin-top: 0.2rem;
	position: relative;
}
.in_nav::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	background: var(--border_color);
}

.in_nav_list {
	display: -webkit-flex;
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	overflow: hidden;
}
.in_nav_list li {
	max-width: 50%;
	text-align: center;
	margin: 0 .4rem;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	position: relative;
}
.in_nav_list li::before,
.in_nav_list li::after {
	content: '';
	position: absolute;
	left: 50%;
	transform: translate(-50%, 0);
}
.in_nav_list li::before {
	bottom: 0;
	width: 0;
	height: 3px;
	background: var(--i_color);
}
.in_nav_list li::after {
	bottom: -.1rem;
	width: 0;
	height: 0;
	border-left: .08rem solid transparent;
	border-right: .08rem solid transparent;
	border-bottom: .08rem solid var(--i_color)
}
.in_nav_list a {
	display: block;
	padding: .22rem 0;
	font-size: 0.18rem;
	color: #666;
	line-height: 0.2rem;
}
.in_nav_list .curr a {
	color: var(--i_color);
}
.in_nav_list .curr::before,
.in_nav_list li:hover::before {
	width: 100%;
}
.in_nav_list .curr::after,
.in_nav_list li:hover::after {
	bottom: 2px;
}
.in_nav_list li:hover a {
	color: var(--i_color);
}
.in_nav_list li::before,
.in_nav_list li::after,
.in_nav_list a {
	-webkit-transition: all .5s ease;
	transition: all .5s ease
}

@media screen and (max-width:1200px) {
	.in_nav_list li {
		margin: 0 .3rem;
	}
}
@media screen and (max-width:1024px) {
	.in_nav_list li {
		margin: 0 .16rem;
	}
	.in_nav_list a {
		font-size: 0.15rem;
	}
}
@media screen and (max-width:767px) {
	.in_nav_list li {
		margin: 0 .12rem;
	}
	.in_nav_list li::before {
		height: 2px;
	}
	.in_nav_list li::after {
		border-left: .05rem solid transparent;
		border-right: .05rem solid transparent;
		border-bottom: .05rem solid var(--i_color)
	}
	.in_nav_list a {
		padding: .16rem 0;
		font-size: 0.14rem;
	}
}
@media screen and (max-width:560px) {
	.in_nav_list li {
		margin: 0 .08rem;
	}
	.in_nav_list a {
		font-size: 0.13rem;
	}
}






/* Our Company */
.in_about {}

.in_about_cont {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.in_about_v {
	width: 50%;
}
.in_about_v .img {
	width: 100%;
	position: relative;
	overflow: hidden
}
.in_about_v .img::before {
	content: "";
	display: block;
	padding-bottom: 64%
}
.in_about_v .img img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	object-fit: cover
}
.in_about_v .v_play {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: .64rem;
	height: .64rem;
	background: url(../images/play-btn.png) no-repeat center;
	background-size: contain;
	cursor: pointer;
}

.in_about_v .v_play:hover {
	transform: translate(-50%, -50%) rotate(240deg)
}

.v_box {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 70vw;
	max-height: 80vh;
	background: rgb(0 0 0 / 90%);
	object-fit: contain;
	z-index: 99999999;
}
.v_box video {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.v_box .v_close {
	display: block;
	position: absolute;
	top: .2rem;
	right: .2rem;
	width: .3rem;
	height: .3rem;
	background: url(../images/close_1_bai.svg) no-repeat center;
	background-size: contain;
	cursor: pointer;
}
.v_box .v_close:hover {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg)
}
.in_about_v .v_play,
.v_box .v_close {
	-webkit-transition: all .5s ease;
	transition: all .5s ease
}

.in_about_t {
	margin-left: auto;
	width: 46%;
	position: relative;
}
.in_about_t::before {
	opacity: .08;
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: url(../images/logo.png) no-repeat center;
	background-size: 100%;
	z-index: -1;
}
.in_about_t h2 {
	font-size: 0.32rem;
	color: var(--i_color);
	font-weight: bold;
}
.in_about_t article {
	margin: 0.26rem 0 .4rem;
	font-size: 0.15rem;
	color: #212121;
	line-height: 0.24rem;
}
.in_about_t .i_more {
	margin: 0 0;
}

@media screen and (max-width:1440px) {
	.in_about_t h2 {
		font-size: 0.28rem;
	}
}
@media screen and (max-width:1200px) {
	.in_about_t h2 {
		font-size: 0.26rem;
	}
}
@media screen and (max-width:1024px) {
	.in_about_v {
		width: 100%;
	}
	.in_about_t {
		margin-top: 0.4rem;
		width: 100%;
	}
	.in_about_t::before {
		opacity: .05
	}
	.in_about_t h2 {
		font-size: 0.2rem;
	}
	.in_about_t article {
		margin: .16rem 0 .26rem;
		font-size: 0.14rem;
		line-height: 0.22rem;
	}
}
@media screen and (max-width:767px) {
	.in_about_t {
		margin-top: 0.2rem;
	}
	.in_about_v .v_play {
		width: 0.48rem;
		height: 0.48rem;
	}
	.in_about_t h2 {
		font-size: 0.17rem;
	}
	.in_about_t article {
		margin: .12rem 0 .2rem;
		font-size: 0.13rem;
		line-height: 0.2rem;
	}
}
@media screen and (max-width:560px) {}






.in_abnum {
	padding: 1rem 0;
	background: url(../images/in_abnum_bg.webp) no-repeat center;
	background-size: cover;
}

.in_abnum_list {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
}
.in_abnum_list dt {
	text-align: center;
}
.in_abnum_list dt:not(:last-child) {
	margin-right: 1.3rem;
}
.in_abnum_list .ico {
	position: relative;
	width: 1.26rem;
	height: 1.26rem;
	margin: 0 auto .26rem;
	background: url(../images/in_abnum_ico_bg.png) no-repeat center;
	background-size: contain;
}
.in_abnum_list .ico img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	height: 0.5rem;
}
.in_abnum_list h2 i,
.in_abnum_list h2 b {
	font-size: 0.3rem;
	color: #FFF;
	font-weight: bold;
}
.in_abnum_list p {
	margin-top: 0.1rem;
	font-size: 0.16rem;
	color: #FFF;
}
.in_abnum_list dt:hover .ico {
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg)
}
.in_abnum_list .ico {
	-webkit-transition: all .5s ease;
	transition: all .5s ease
}

@media screen and (max-width:1366px) {
	.in_abnum_list dt:not(:last-child) {
		margin-right: 1rem;
	}
	.in_abnum_list .ico {
		width: 1.1rem;
		height: 1.1rem;
	}
}
@media screen and (max-width:1200px) {
	.in_abnum_list .ico {
		width: 1rem;
		height: 1rem;
	}
	.in_abnum_list .ico img {
		height: 0.4rem;
	}
	.in_abnum_list h2 i,
	.in_abnum_list h2 b {
		font-size: 0.28rem;
	}
}
@media screen and (max-width:1024px) {
	.in_abnum {
		padding: .7rem 0;
	}
	.in_abnum_list {
		justify-content: space-between;
	}
	.in_abnum_list dt {
		width: 25%;
		box-sizing: border-box;
		padding: 0 .16rem;
		margin-right: 0 !important;
	}
	.in_abnum_list .ico {
		width: .84rem;
		height: .84rem;
	}
	.in_abnum_list .ico img {
		height: 0.36rem;
	}
	.in_abnum_list h2 i,
	.in_abnum_list h2 b {
		font-size: 0.24rem;
	}
	.in_abnum_list p {
		font-size: 0.14rem;
	}
}
@media screen and (max-width:767px) {
	.in_abnum_list .ico {
		margin-bottom: 0.16rem;
		width: .76rem;
		height: .76rem;
	}
	.in_abnum_list .ico img {
		height: 0.3rem;
	}
	.in_abnum_list h2 i,
	.in_abnum_list h2 b {
		font-size: 0.2rem;
	}
	.in_abnum_list p {
		font-size: 0.13rem;
	}
}
@media screen and (max-width:560px) {
	.in_abnum {
		padding: .2rem 0
	}
	.in_abnum_list dt {
		width: 50%;
		margin: .12rem 0;
	}
	.in_abnum_list .ico {
		width: .66rem;
		height: .66rem;
	}
	.in_abnum_list .ico img {
		height: 0.26rem;
	}
	.in_abnum_list h2 i,
	.in_abnum_list h2 b {
		font-size: 0.17rem;
	}
	.in_abnum_list p {
		margin-top: 0.04rem;
	}
}





.in_ablist {}
.in_ablist dt {
	margin: .4rem auto;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	background: #EFEFEF;
	-webkit-border-radius: .2rem;
	border-radius: .2rem;
	overflow: hidden;
}
.in_ablist .img,
.in_ablist .txt {
	order: 2;
}
.in_ablist .img {
	width: 34%;
	position: relative;
	overflow: hidden
}
.in_ablist .img::before {
	content: "";
	display: block;
	padding-bottom: 75.5%
}
.in_ablist .img::after {
	content: '';
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 100%;
	background: -webkit-linear-gradient(to top,
			rgba(255, 255, 255, 0),
			rgba(255, 255, 255, 0.6));
	background: linear-gradient(to top,
			rgba(255, 255, 255, 0),
			rgba(255, 255, 255, 0.6));
}
.in_ablist .img img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	object-fit: cover
}

.in_ablist .txt {
	box-sizing: border-box;
	width: 64%;
}
.in_ablist .txt h2 {
	display: inline-block;
	padding-bottom: .1rem;
	font-size: 0.28rem;
	color: #212121;
	font-weight: bold;
	text-transform: uppercase;
	position: relative;
}
.in_ablist .txt h2::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 1rem;
	height: 3px;
	background: var(--i_color);
}
.in_ablist .txt h6 {
	margin: .26rem 0 .12rem;
	font-size: 0.16rem;
	color: #212121;
	line-height: 0.24rem;
}
.in_ablist ul {}
.in_ablist li {
	margin: 0.14rem 0;
	padding-left: 0.3rem;
	font-size: 0.16rem;
	color: #212121;
	line-height: 0.2rem;
	background: url(../images/duigou.svg) no-repeat left top;
	background-size: .18rem;
}

.in_ablist dt:nth-child(odd) .txt {
	padding-right: 0.4rem;
	margin-left: auto;
}
.in_ablist dt:nth-child(odd) .img {
	-webkit-clip-path: polygon(0 0, 80% 0, 100% 100%, 0% 100%);
	clip-path: polygon(0 0, 80% 0, 100% 100%, 0% 100%);
}
.in_ablist dt:nth-child(even) .txt {
	padding-left: 0.8rem;
	order: 1;
}
.in_ablist dt:nth-child(even) .img {
	margin-left: auto;
	-webkit-clip-path: polygon(20% 0, 100% 0, 100% 100%, 0% 100%);
	clip-path: polygon(20% 0, 100% 0, 100% 100%, 0% 100%);
}

.in_ablist dt:hover img {
	width: 116%;
	height: 116%;
}
.in_ablist dt:hover .img::after {
	animation: gradient-rectangle 1.4s;
	animation-delay: 0s;
	-webkit-animation-timing-function: cubic-bezier(0, 0, 0.18, 0.96);
}
@-webkit-keyframes gradient-rectangle {
	0% {
		top: 100%;
		opacity: 1;
	}
	100% {
		top: 0;
		opacity: 0;
	}
}
.in_ablist dt:hover h2 {
	color: var(--i_color);
}
.in_ablist dt:hover h2::before {
	width: 100%;
}
.in_ablist dt img,
.in_ablist h2::before {
	-webkit-transition: all .8s ease;
	transition: all .8s ease
}

@media screen and (max-width:1440px) {
	.in_ablist .txt h2 {
		font-size: 0.24rem;
	}
	.in_ablist .txt h6,
	.in_ablist li {
		font-size: 0.15rem;
	}
}
@media screen and (max-width:1366px) {
	.in_ablist .img::before {
		padding-bottom: 84%;
	}
	.in_ablist .txt h2 {
		font-size: 0.2rem;
	}
}
@media screen and (max-width:1200px) {
	.in_ablist .txt {
		padding: .3rem 0;
	}
}
@media screen and (max-width:1024px) {
	.in_ablist dt {
		box-sizing: border-box;
		padding: .3rem;
	}
	.in_ablist .img {
		margin: 0 0 .3rem 0 !important;
		width: 4rem;
		-webkit-clip-path: none !important;
		clip-path: none !important;
	}
	.in_ablist .img::before {
		padding-bottom: 75.5%;
	}
	.in_ablist .txt {
		padding: 0 0 !important;
		width: 100%;
		order: 2 !important;
	}
	.in_ablist .txt h2 {
		font-size: 0.18rem;
	}
	.in_ablist .txt h6,
	.in_ablist li {
		font-size: 0.14rem;
	}
}
@media screen and (max-width:959px) {}
@media screen and (max-width:767px) {
	.in_ablist dt {
		margin: .3rem auto;
	}
	.in_ablist .img {
		width: 3rem;
		max-width: 100%;
	}
	.in_ablist .txt h2 {
		font-size: 0.16rem;
	}
	.in_ablist .txt h2::before {
		height: 2px;
	}
	.in_ablist .txt h6,
	.in_ablist li {
		font-size: 0.13rem;
	}
	.in_ablist .txt h6 {
		margin: .2rem 0 .12rem;
	}
}
@media screen and (max-width:560px) {
	.in_ablist dt {
		margin: .2rem auto;
		padding: .16rem;
	}
	.in_ablist .img {
		width: 100%;
	}
	.in_ablist li {
		margin: .1rem 0;
	}
}






.in_gm {
	overflow: hidden;
}
.in_gm article {
	padding-left: .2rem;
	font-size: 0.17rem;
	color: #222;
	line-height: 0.22rem;
	position: relative;
}
.in_gm article::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 4px;
	height: .8rem;
	background: var(--i_color);
}


.in_m_v {
	--ico_size: 1.18rem;
}
.in_m_v_cont {
	overflow: hidden;
	position: relative;
}
.in_m_v_pic {
	position: absolute;
	left: 0;
	top: 0;
	width: calc(50% + var(--ico_size) / 2);
	height: 100%;
}
.in_m_v_pic img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.in_m_v_list {
	float: right;
	padding: .4rem 0;
	width: 50%;
	position: relative;
}
.in_m_v_list dt {
	margin: .4rem 0;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.in_m_v_list .ico {
	width: var(--ico_size);
	height: var(--ico_size);
	background: var(--i_color);
	-webkit-border-radius: 50%;
	border-radius: 50%;
	position: relative;
	overflow: hidden;
}
.in_m_v_list .ico img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	height: 0.54rem;
}
.in_m_v_list .txt {
	margin-left: auto;
	width: calc(100% - var(--ico_size) - .2rem);
}
.in_m_v_list .txt h4 {
	font-size: 0.26rem;
	color: #212121;
	font-weight: bold;
}
.in_m_v_list .txt h6 {
	margin-top: 0.1rem;
	font-size: 0.17rem;
	color: #555;
}

.in_m_v_list dt:hover img {
	-webkit-transform: translate(-50%, -50%) rotateY(180deg);
	transform: translate(-50%, -50%) rotateY(180deg)
}
.in_m_v_list .ico img {
	-webkit-transition: all .5s ease;
	transition: all .5s ease
}

@media screen and (max-width:1440px) {}
@media screen and (max-width:1366px) {
	.in_m_v {
		--ico_size: 1rem;
	}
	.in_m_v_list .ico img {
		height: 0.5rem;
	}
}
@media screen and (max-width:1200px) {
	.in_gm article {
		font-size: 0.16rem;
	}
	.in_m_v {
		--ico_size: .8rem;
	}
	.in_m_v_list .ico img {
		height: 0.42rem;
	}
	.in_m_v_list .txt h4 {
		font-size: 0.22rem;
	}
	.in_m_v_list .txt h6 {
		font-size: 0.16rem;
	}
}
@media screen and (max-width:1024px) {
	.in_gm article {
		font-size: 0.15rem;
	}
	.in_m_v {
		--ico_size: .7rem;
	}
	.in_m_v_list .ico img {
		height: 0.36rem;
	}
	.in_m_v_list .txt h4 {
		font-size: 0.18rem;
	}
	.in_m_v_list .txt h6 {
		font-size: 0.15rem;
	}
	.in_m_v_pic {
		width: calc(calc(36% + var(--ico_size) / 2));
	}
	.in_m_v_list {
		width: 64%;
		padding: .1rem 0;
	}
}
@media screen and (max-width:959px) {}
@media screen and (max-width:767px) {
	.in_gm article {
		font-size: 0.14rem;
	}
	.in_gm article::before {
		width: 3px;
		height: 0.6rem;
	}
	.in_m_v_pic {
		position: initial;
		width: 100%;
	}
	.in_m_v_list {
		width: 100%;
	}
	.in_m_v {
		--ico_size: .6rem;
	}
	.in_m_v_list dt {
		margin: .3rem 0;
	}
	.in_m_v_list .ico img {
		height: 0.3rem;
	}
	.in_m_v_list .txt h4 {
		font-size: 0.16rem;
	}
	.in_m_v_list .txt h6 {
		font-size: 0.13rem;
	}
}
@media screen and (max-width:560px) {}








.in_honor {
	background: url(../images/in_honor_bg.webp) no-repeat center top;
	background-size: 100%;
}

.in_history_list {
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}

.gallery-top {
	margin: .2rem 0 .5rem;
	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 {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	position: relative;
	cursor: pointer;
	overflow: hidden
}
.gallery-top .swiper-slide h2 {
	font-size: 0.38rem;
	color: var(--i_color);
	font-weight: bold;
}
.gallery-top .swiper-slide article {
	margin-left: 0.3rem;
	font-size: 0.18rem;
	color: #727272;
	line-height: 0.24rem;
	position: relative;
	white-space: pre-wrap;
}


.in_honor_year {
	position: relative
}

.gallery-thumbs {
	padding-top: 0.18rem;
	width: calc(100% - 3rem);
	margin: 0 auto;
	position: relative;
	overflow: hidden
}
.gallery-thumbs::before {
	content: '';
	position: absolute;
	top: 0.32rem;
	left: 0;
	width: 100%;
	height: 1px;
	background: var(--border_color);
}

.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 .yuan {
	display: block;
	margin: 0 auto .3rem;
	width: 0.3rem;
	height: 0.3rem;
	position: relative;
}
.gallery-thumbs .yuan::before,
.gallery-thumbs .yuan::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
.gallery-thumbs .yuan::before {
	opacity: .3;
	width: 0;
	height: 0;
	background: var(--i_color);
}
.gallery-thumbs .yuan::after {
	width: 0.12rem;
	height: 0.12rem;
	background: #FFF;
	box-sizing: border-box;
	border: 1px solid #999;
}
@keyframes dot {
	0% {
		width: .12rem;
		height: .12rem;
	}
	50% {
		width: 100%;
		height: 100%;
	}
	100% {
		width: .12rem;
		height: .12rem;
	}
}

.gallery-thumbs .swiper-slide p {
	height: 0.26rem;
	line-height: 0.26rem;
	font-size: 0.20rem;
	color: #444;
}
.gallery-thumbs .swiper-slide-thumb-active .yuan::after {
	width: 0.18rem;
	height: 0.18rem;
	background: var(--i_color);
	border-color: var(--i_color);
}
.gallery-thumbs .swiper-slide-thumb-active .yuan::before {
	-webkit-animation: dot 1.4s infinite ease;
	animation: dot 1.4s infinite ease;
}
.gallery-thumbs .swiper-slide-thumb-active p {
	font-size: 0.26rem;
	color: var(--i_color);
	font-weight: bold;
}
.gallery-thumbs .yuan::after,
.gallery-thumbs .swiper-slide p {
	-webkit-transition: all .5s ease;
	transition: all .5s ease
}

.history-button-prev,
.history-button-next {
	opacity: .4;
	position: absolute;
	top: 0;
	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(../images/arrow_left_hollow_hei.svg) no-repeat center;
	background-size: .26rem
}

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

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

@media screen and (max-width:1024px) {
	.gallery-top {
		margin: 0 0 .2rem;
	}
	.gallery-top .swiper-slide h2 {
		font-size: 0.32rem;
	}
	.gallery-top .swiper-slide article {
		font-size: 0.15rem;
		line-height: 0.2rem;
	}
	.gallery-thumbs {
		padding-top: .06rem;
		width: calc(100% - 1rem);
	}
	.gallery-thumbs::before {
		top: 0.15rem;
	}
	.gallery-thumbs .yuan {
		width: 0.2rem;
		height: 0.2rem;
	}
	.gallery-thumbs .swiper-slide-thumb-active .yuan::after {
		width: 0.1rem;
		height: 0.1rem;
	}
	.gallery-thumbs .swiper-slide p,
	.gallery-thumbs .swiper-slide-thumb-active p {
		font-size: 0.16rem;
	}
	.history-button-prev,
	.history-button-next {
		width: 0.3rem;
		height: 0.3rem;
		background-size: .14rem !important
	}

}
@media screen and (max-width:767px) {
	.gallery-top .swiper-wrapper {
		align-items: flex-end;
	}
	.gallery-top .swiper-slide {
		text-align: center;
	}
	.gallery-top .swiper-slide h2 {
		margin-bottom: 0.1rem;
		font-size: 0.18rem;
	}
	.gallery-top .swiper-slide article {
		width: 100%;
		margin-left: 0;
		padding-left: 0;
		font-size: 0.13rem;
	}
	.gallery-thumbs .yuan {
		margin-bottom: 0.14rem;
	}
}
@media screen and (max-width:560px) {}




.in_ct_list {
	width: 100%;
	box-sizing: border-box;
	padding: 0 .1rem;
	overflow: hidden;
	position: relative;
}
.in_ct_list .swiper-wrapper {
	padding: .1rem 0;
	display: flex;
	position: relative;
}
.in_ct_list .swiper-slide {
	box-sizing: border-box;
	padding: 0.3rem;
	border: 1px solid var(--border_color);
	flex-shrink: 0;
	position: relative;
	cursor: pointer;
	transform: scale(.9, .9);
}
.in_ct_list .img {
	width: 100%;
	position: relative;
	overflow: hidden
}
.in_ct_list .img::before {
	content: "";
	display: block;
	padding-bottom: 138%
}
.in_ct_list .img img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	object-fit: contain
}
.in_ct_list .txt {
	text-align: center;
}
.in_ct_list .txt p {
	font-size: 0.18rem;
	color: #FFF;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.ct-pagination {
	margin-top: 0.3rem;
	z-index: 2;
	display: block;
	text-align: center;
}
.ct-pagination .swiper-pagination-bullet {
	width: .08rem;
	height: .08rem;
	display: inline-block;
	margin: 0 3px;
	background: #AAA;
	-webkit-border-radius: 100px;
	border-radius: 100px;
	outline: none
}
.ct-pagination .swiper-pagination-bullet-active {
	position: relative;
	width: .34rem;
	height: .08rem;
	background: var(--i_color)
}
.ct-pagination .swiper-pagination-bullet {
	-webkit-transition: all .5s ease;
	transition: all .5s ease
}

.in_ct_list .swiper-slide:hover {
	transform: scale(1, 1);
	border-color: #FFF;
	box-shadow: 0 0 .1rem rgb(0 0 0 / 8%);
}
.in_ct_list .swiper-slide:hover .txt p {
	color: var(--i_color);
}
.in_ct_list .swiper-slide,
.in_ct_list .txt p {
	-webkit-transition: all .5s ease;
	transition: all .5s ease
}

@media screen and (max-width:1366px) {
	.in_ct_list .txt p {
		font-size: 0.16rem;
	}
}
@media screen and (max-width:1024px) {
	.in_ct_list .swiper-slide {
		transform: scale(1, 1);
	}
	.in_ct_list .txt p {
		font-size: 0.14rem;
		color: var(--i_color);
	}
	.ct-pagination {
		margin-top: 0.2rem;
	}
}
@media screen and (max-width:767px) {
	.in_ct_list .swiper-slide {
		padding: .16rem;
	}
	.in_ct_list .txt p {
		font-size: 0.13rem;
	}
	.ct-pagination .swiper-pagination-bullet {
		width: 0.06rem;
		height: 0.06rem;
	}
	.ct-pagination .swiper-pagination-bullet-active {
		width: 0.2rem;
	}
}







.in_industry {
	overflow: hidden;
}

.in_industry_list {
	--i_size: .8rem
}
.in_industry_list li {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 0.6rem;
}
.in_industry_list li:nth-child(even) {
	justify-content: flex-end;
}

.in_industry_list a {
	display: block;
	width: 90%;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	position: relative;
}

.in_industry_list .img {
	width: 90%;
	position: relative;
	overflow: hidden
}
.in_industry_list .img::before {
	content: "";
	display: block;
	padding-bottom: 34%
}
.in_industry_list .img img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-transition: all .5s ease;
	transition: all .5s ease
}

.in_industry_list li:hover .img img {
	width: 120%;
	height: 120%;
	-webkit-transition: all 6.5s ease;
	transition: all 6.5s ease
}
.in_industry_list .img img {}

.in_industry_list .txt {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 30%;
	height: 80%;
	box-sizing: border-box;
	padding: .3rem;
	background: #FFF;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	box-shadow: 0 0 10px rgb(0 0 0 / 10%);
	overflow: hidden;
}

.in_industry_list li:nth-child(even) .img {
	margin-left: auto;
}
.in_industry_list li:nth-child(even) .txt {
	left: 0;
}

.in_industry_list .txt span {
	display: block;
	width: 100%;
}
.in_industry_list .txt i {
	opacity: 0;
	position: absolute;
	right: calc(-1 * var(--i_size) / 2);
	top: calc(-1 * var(--i_size) / 2);
	width: var(--i_size);
	height: var(--i_size);
	box-sizing: border-box;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
.in_industry_list .txt i::after {
	content: "";
	width: 130%;
	height: 130%;
	border-radius: 50%;
	border-width: 2px;
	border-color: rgb(8, 52, 114, 0.1);
	border-style: solid;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.in_industry_list .txt i::before {
	content: "";
	width: 173%;
	height: 173%;
	border-radius: 50%;
	border-width: 2px;
	border-color: rgb(8, 52, 114, 0.08);
	border-style: solid;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.in_industry_list .txt:hover i {
	opacity: 1;
}
.in_industry_list .txt:hover i::before {
	animation: kusan 2s infinite ease;
	-webkit-animation: kusan 2s infinite ease;
}
.in_industry_list .txt:hover i::after {
	animation: kusan2 1.5s infinite ease;
	-webkit-animation: kusan2 1.5s infinite ease;
}
.in_industry_list .txt i {
	-webkit-transition: all .5s ease;
	transition: all .5s ease
}
@keyframes kusan {
	0% {
		opacity: 1;
		width: 0;
		height: 0;
	}
	100% {
		opacity: .4;
		width: 173%;
		height: 173%;
	}
}
@keyframes kusan2 {
	0% {
		opacity: 1;
		width: 0;
		height: 0;
	}
	100% {
		opacity: .4;
		width: 130%;
		height: 130%;
	}
}



.in_industry_list .ico img {
	height: .7rem;
}
.in_industry_list .txt h2 {
	margin: 0.2rem 0 .1rem 0;
	font-size: 0.3rem;
	color: #212121;
	font-weight: bold;
	text-transform: uppercase;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.in_industry_list .txt h6 {
	font-size: 0.16rem;
	color: #666;
	line-height: 0.22rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5
}
.in_industry_list .txt b {
	display: block;
	margin-top: 0.3rem;
	font-size: 0.18rem;
	color: var(--i_color);
}

.in_industry_list .txt:hover {
	height: 100%;
}

.in_industry_list .txt:hover h2 {
	color: var(--i_color);
}
.in_industry_list .txt {
	-webkit-transition: all .5s ease;
	transition: all .5s ease
}

@media screen and (max-width:1440px) {
	.in_industry_list .ico img {
		height: 0.6rem;
	}
	.in_industry_list .txt h2 {
		font-size: 0.22rem;
	}
	.in_industry_list .txt h6 {
		font-size: 0.15rem;
	}
}
@media screen and (max-width:1366px) {
	.in_industry_list .ico img {
		height: 0.5rem;
	}
	.in_industry_list .txt h2 {
		font-size: 0.18rem;
	}
	.in_industry_list .txt h6 {
		font-size: 0.14rem;
		-webkit-line-clamp: 4;
	}
	.in_industry_list .txt b {
		font-size: 0.16rem;
	}
}
@media screen and (max-width:1200px) {
	.in_industry_list .ico img {
		height: 0.4rem;
	}
	.in_industry_list .txt h2 {
		font-size: 0.17rem;
	}
}
@media screen and (max-width:1024px) {
	.in_industry_list {
		--i_size: 1rem
	}
	.in_industry_list a,
	.in_industry_list .img,
	.in_industry_list .txt {
		width: 100%;
	}
	.in_industry_list .txt {
		position: relative;
		height: auto;
		display: block;
	}
	.in_industry_list .txt i {
		display: none;
	}
	.in_industry_list .txt:hover {
		height: auto;
	}
}
@media screen and (max-width:767px) {
	.in_industry_list .txt {
		padding: .2rem .3rem .3rem;
	}
	.in_industry_list .txt h2 {
		font-size: 0.16rem;
	}
	.in_industry_list .txt h6 {
		font-size: 0.13rem;
		line-height: 0.18rem;
	}
	.in_industry_list .txt b {
		margin-top: 0.2rem;
		font-size: 0.13rem;
	}
}
@media screen and (max-width:560px) {
	.in_industry_list li {
		margin-bottom: 0.3rem;
	}
	.in_industry_list .txt {
		padding: .2rem .2rem .3rem;
	}
	.in_industry_list .ico img {
		height: 0.26rem;
	}
	.in_industry_list .txt h2 {
		margin: 0.1rem 0 .06rem 0;
		font-size: 0.15rem;
	}
	.in_industry_list .txt h6 {
		-webkit-line-clamp: 3;
	}
}



.in_industry_art {}

.industry_article,
.industry_article * {
	font-size: 0.17rem;
	color: #444;
	line-height: 0.22rem;
}
.industry_article img {
	max-width: 100% !important;
	-webkit-border-radius: .1rem;
	border-radius: .1rem;
}
.industry_article img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.industry_article ul,
.industry_article ol,
.industry_article li {
	list-style-type: square;
	list-style-position: inside
}

h2.industry_det_tit {
	margin-bottom: 0.16rem;
	padding-left: 0.1rem;
	font-size: 0.26rem;
	font-weight: bold;
	color: #212121;
	line-height: 0.3rem;
	position: relative;
}
h2.industry_det_tit::before {
	content: '';
	position: absolute;
	left: 0;
	top: 3px;
	width: 2px;
	height: 0.24rem;
	background: var(--i_color);
}

@media screen and (max-width:1440px) {
	h2.industry_det_tit {
		font-size: 0.22rem;
	}
}
@media screen and (max-width:1366px) {}
@media screen and (max-width:1200px) {
	h2.industry_det_tit {
		font-size: 0.18rem;
	}
}
@media screen and (max-width:1024px) {
	h2.industry_det_tit {
		font-size: 0.16rem;
	}
	h2.industry_det_tit::before {
		top: 5px;
		height: 0.18rem;
	}
	.industry_article,
	.industry_article * {
		font-size: 0.13rem;
	}
}
@media screen and (max-width:959px) {}
@media screen and (max-width:767px) {
	h2.industry_det_tit {
		font-size: 0.15rem;
		margin-bottom: 0.06rem;
	}
}
@media screen and (max-width:560px) {}



.ar_fot {
	min-height: .4rem;
	border-bottom: 1px solid #CCC;
	margin-top: 0.8rem;
	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(../fonts/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(../fonts/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-top: 0.4rem;
		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;
	}
}
@media screen and (max-width:560px) {}




/* MORE Industry */
.in_industry_more {
	margin-bottom: .2rem;
}
.in_industry_more_list {
	overflow: hidden;
	position: relative;
}
.in_industry_more_list .swiper-wrapper {
	display: flex;
	position: relative;
}
.in_industry_more_list li {
	flex-shrink: 0;
	position: relative;
	cursor: pointer;
	overflow: hidden;
}
.in_industry_more_list a {
	display: block;
}
.in_industry_more_list .img {
	width: 100%;
	position: relative;
	overflow: hidden
}
.in_industry_more_list .img::before {
	content: "";
	display: block;
	padding-bottom: 52%
}
.in_industry_more_list .img::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: -100%;
	width: 100%;
	height: 100%;
	background: rgb(0 0 0 / 50%) url(../fonts/link_ico.svg) no-repeat center;
	background-size: .4rem;
}
.in_industry_more_list .img img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	object-fit: cover
}
.in_industry_more_list .txt {
	margin-top: 0.2rem;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
}
.in_industry_more_list .ico {
	width: 0.54rem;
	height: 0.54rem;
	background: #E2E2E2;
	position: relative;
	overflow: hidden;
}
.in_industry_more_list .ico::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 0;
	background: var(--i_color);
}
.in_industry_more_list .ico img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 80%;
	height: 80%;
	object-fit: contain;
}
.in_industry_more_list .txt span {
	width: calc(100% - .54rem - .2rem);
	margin-left: auto;
}
.in_industry_more_list .txt h2 {
	margin-bottom: 0.04rem;
	font-size: 0.2rem;
	color: var(--i_color);
	font-weight: bold;
	text-transform: uppercase;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.in_industry_more_list .txt h6 {
	font-size: 0.13rem;
	color: #666;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.in_industry_more_list li:hover .img::after {
	bottom: 0;
}
.in_industry_more_list li:hover .ico::before {
	bottom: initial;
	top: 0;
	height: 100%;
}
.in_industry_more_list li:hover .ico img {
	-webkit-filter: brightness(100);
	filter: brightness(100)
}
.in_industry_more_list .img::after,
.in_industry_more_list .ico::before {
	-webkit-transition: all .5s ease;
	transition: all .5s ease
}

.industry_more_t {
	margin-top: 0.6rem;
}
.industry_more_t h3 {
	margin-bottom: -.2rem;
	text-align: center;
	font-size: 0.24rem;
	color: var(--i_color);
	font-weight: bold;
	text-transform: uppercase;
}

@media screen and (max-width:1366px) {
	.in_industry_more_list .txt h2 {
		font-size: 0.18rem;
	}
	.industry_more_t h3 {
		margin-bottom: 0;
		font-size: 0.22rem;
	}
}
@media screen and (max-width:1200px) {
	.in_industry_more_list .txt h2 {
		font-size: 0.16rem;
	}
	.industry_more_t h3 {
		font-size: 0.2rem;
	}
}
@media screen and (max-width:1024px) {
	.in_industry_more_list .txt h2 {
		font-size: 0.15rem;
	}
	.industry_more_t {
		margin-top: 0.4rem;
	}
	.industry_more_t h3 {
		font-size: 0.18rem;
	}
}
@media screen and (max-width:767px) {}
@media screen and (max-width:560px) {
	.in_industry_more_list .ico {
		width: 0.48rem;
		height: 0.48rem;
	}
	.in_industry_more_list .txt span {
		width: calc(100% - .48rem - .2rem);
	}
	.industry_more_t h3 {
		font-size: 0.15rem;
		line-height: 0.2rem;
	}
}






.in_products {
	overflow: hidden;
}

.products_cont {
	float: left;
	width: 67%;
}
h1.products_tit {
	margin-bottom: 0.4rem;
	font-size: 0.34rem;
	color: var(--i_color);
	font-weight: bold;
	text-transform: uppercase;
}

.products_det {
	overflow-x: auto;
}
.products_det::-webkit-scrollbar {
	width: 6px;
	height: 0
}
.products_det::-webkit-scrollbar-thumb {
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	background: #333
}
.products_det::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	border-radius: 0;
	background: #F1F1F1
}

h2.products_det_tit {
	display: inline-block;
	margin-bottom: 0.26rem;
	box-sizing: border-box;
	border-top: 1px solid var(--border_color);
	border-left: 1px solid var(--border_color);
	border-right: 1px solid var(--border_color);
	padding: .14rem .4rem .1rem;
	font-size: 0.18rem;
	color: var(--i_color);
	font-weight: bold;
	line-height: 0.24rem;
	background: #FFF;
	position: relative;
}
/* h2.products_det_tit::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 1020px;
	height: 100%;
	background: #F6F6F6;
	z-index: -1;
} */
h2.products_det_tit::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 3px;
	background: var(--i_color);
}



.products_det,
.products_det * {
	font-size: 0.15rem;
	color: #545454;
	line-height: 0.24rem;
}

@media screen and (max-width:1440px) {
	h1.products_tit {
		font-size: 0.3rem;
	}
}
@media screen and (max-width:1366px) {
	h1.products_tit {
		font-size: 0.28rem;
	}
}
@media screen and (max-width:1200px) {
	h1.products_tit {
		font-size: 0.26rem;
	}
}
@media screen and (max-width:1024px) {
	.products_cont {
		float: none;
		width: 100%;
	}
	h1.products_tit {
		margin-bottom: 0.3rem;
		font-size: 0.2rem;
	}
	h2.products_det_tit {
		margin-bottom: 0.2rem;
		padding: .1rem .2rem;
		font-size: 0.15rem;
		line-height: 0.2rem;
	}
	h2.products_det_tit::after {
		height: 2px;
	}
	.products_det,
	.products_det * {
		font-size: 0.14rem;
		line-height: 0.2rem;
	}
}
@media screen and (max-width:767px) {
	h1.products_tit {
		margin-bottom: 0.24rem;
		font-size: 0.17rem;
	}
	h2.products_det_tit {
		margin-bottom: 0.14rem;
		font-size: 0.14rem;
		line-height: 0.18rem;
	}
}
@media screen and (max-width:560px) {}



.products_r {
	float: right;
	padding: 1.2rem 0 .8rem;
	width: 26.5%;
}
.products_form {
	margin-bottom: 0.3rem;
	text-align: center;
	-webkit-border-radius: .1rem;
	border-radius: .1rem;
	background: var(--i_color);
	cursor: pointer;
	position: relative;
	overflow: hidden;
}
.products_form::before {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	width: 0;
	height: 100%;
	background: var(--i_color2);
}
.products_form i {
	display: inline-block;
	padding-left: 0.5rem;
	font-size: 0.18rem;
	color: #fff;
	line-height: 0.6rem;
	background: url(../fonts/products_form_ico.svg) no-repeat left center;
	background-size: .3rem;
	position: relative;
}
.products_form:hover::before {
	right: initial;
	left: 0;
	width: 100%;
}
.products_form::before {
	-webkit-transition: all .5s ease;
	transition: all .5s ease
}

/* 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-168 {
	--input_font_color: rgb(0 0 0 / 50%);
	--input_font_size: 14px;
	--input_height: 42px
}
#wpforms-168 {
	width: 100%;
	margin: 0 auto;
	padding: 0
}
#wpforms-form-168 {
	width: 100%;
	overflow: hidden
}
#wpforms-168 input,
#wpforms-168 button {
	margin: 0;
	padding: 0;
	border: none;
	background: none
}
#wpforms-168 .wpforms-field {
	padding: 0;
	margin: 0
}
#wpforms-168 .wpforms-error-container {
	line-height: 16px
}
#wpforms-168 .wpforms-field-container {
	width: 100%;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	overflow: hidden
}
#wpforms-168 .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-168 .wpforms-field-label {
	font-size: .14rem;
	line-height: 0.2rem;
}
#wpforms-168 .wpforms-required-label {
	font-size: 16px;
	color: #F00
}
#wpforms-168 .wpforms-field {
	width: 48%;
	margin-bottom: 0;
	padding-bottom: 18px;
	background: transparent;
	position: relative;
	overflow: hidden
}
#wpforms-168-field_1-container,
#wpforms-168-field_3-container {
	float: left;
	margin-right: 4% !important
}
#wpforms-168 .wpforms-field-textarea {
	width: 100% !important;
}

#wpforms-168 input {
	height: var(--input_height)
}
#wpforms-168 textarea {
	min-height: 100px
}
#wpforms-168 input,
#wpforms-168 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-168 textarea {
	max-width: 100%;
	min-width: 100%;
	width: 100%;
}
#wpforms-168 input::-webkit-input-placeholder {
	color: var(--input_font_color);
	font-size: var(--input_font_size)
}
#wpforms-168 input::-moz-placeholder {
	color: var(--input_font_color);
	font-size: var(--input_font_size)
}
#wpforms-168 input::-moz-placeholder {
	color: var(--input_font_color);
	font-size: var(--input_font_size)
}
#wpforms-168 input::-ms-input-placeholder {
	color: var(--input_font_color);
	font-size: var(--input_font_size)
}
#wpforms-168 textarea::-webkit-input-placeholder {
	color: var(--input_font_color);
	font-size: var(--input_font_size)
}
#wpforms-168 textarea::-moz-placeholder {
	color: var(--input_font_color);
	font-size: var(--input_font_size)
}
#wpforms-168 textarea::-moz-placeholder {
	color: var(--input_font_color);
	font-size: var(--input_font_size)
}
#wpforms-168 textarea::-ms-input-placeholder {
	color: var(--input_font_color);
	font-size: var(--input_font_size)
}
#wpforms-168 #wpforms-168-field_1-error,
#wpforms-168 #wpforms-168-field_2-error,
#wpforms-168 #wpforms-168-field_3-error,
#wpforms-168 #wpforms-168-field_5-error {
	position: absolute;
	font-size: 13px
}
#wpforms-168 .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-168 .wpforms-submit-container img {
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	right: 4px
}
#wpforms-168 .wpforms-submit-container:after {
	display: none;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	box-sizing: border-box;
	width: 100%;
	height: 100%
}
#wpforms-168 .wpforms-submit-container:hover:after {
	display: block
}
#wpforms-168 .wpforms-submit-container:hover {
	background: #FFF
}
#wpforms-168 .wpforms-submit-container:hover button {
	color: var(--i_color)
}
.link_hidden {
	display: none !important;
}

.close {
	position: absolute;
	top: .3rem;
	right: .3rem;
	display: block;
	width: .3rem;
	height: .3rem;
	background: url(../fonts/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-168 .wpforms-field {
		width: 100% !important;
		margin-right: 0 !important;
	}
	#wpforms-168-field_5-container,
	#wpforms-168-field_2-container,
	#wpforms-168 .wpforms-field-email,
	#wpforms-168 .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-168 {
		--input_height: 34px
	}
	#wpforms-168 .wpforms-submit-container {
		height: 34px;
	}
	#wpforms-168 .wpforms-submit-container button {
		height: 30px;
		line-height: 30px;
		font-size: 14px;
	}
	#wpforms-168 textarea {
		height: 100px;
		min-height: 100px;
	}
}
@media screen and (max-width:560px) {}



.products_more {}
.products_more .tit {
	margin-bottom: 0.1rem;
	background: #F6F6F6;
	padding: 0 .2rem;
	font-size: 0.22rem;
	font-weight: bold;
	line-height: 0.56rem;
}

.products_more ul {}
.products_more li {
	position: relative;
}
.products_more li::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	background: var(--border_color);
}
.products_more li::after {
	content: '';
	position: absolute;
	right: 0;
	bottom: 0;
	width: 0;
	height: 2px;
	background: var(--i_color);
}
.products_more li a {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding: .22rem .18rem;
}
.products_more .img {
	width: 1.06rem;
	height: 0.8rem;
	box-sizing: border-box;
	border: 1px solid var(--border_color);
}
.products_more .img img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.products_more .txt {
	width: calc(100% - 1.06rem);
	box-sizing: border-box;
	padding-left: 0.2rem;
}
.products_more .txt p {
	font-size: 0.18rem;
	color: #212121;
	text-transform: uppercase;
}
.products_more .txt b {
	display: block;
	margin-top: 0.06rem;
	font-size: 0.14rem;
	color: #777;
}

.products_more li:hover::after {
	right: initial;
	left: 0;
	width: 100%;
}
.products_more li:hover p {
	color: var(--i_color);
}
.products_more li::after {
	-webkit-transition: all .5s ease;
	transition: all .5s ease
}

@media screen and (max-width:1440px) {}
@media screen and (max-width:1366px) {
	.products_more .txt p {
		font-size: 0.16rem;
	}
}
@media screen and (max-width:1200px) {
	.products_more .txt p {
		font-size: 0.15rem;
	}
	.products_more .txt b {
		font-size: 0.13rem;
	}
}
@media screen and (max-width:1024px) {
	.products_r {
		position: initial !important;
		float: none;
		margin-top: 0.3rem;
		padding: 0 0;
		width: 100%;
	}
	.products_more .tit {
		font-size: 0.18rem;
	}
}
@media screen and (max-width:959px) {
	.products_form i {
		font-size: 0.16rem;
		line-height: 0.54rem;
	}
}
@media screen and (max-width:767px) {
	.products_form i {
		font-size: 0.14rem;
	}
	.products_more .tit {
		font-size: 0.16rem;
	}
}
@media screen and (max-width:560px) {
	.products_form i {
		font-size: 0.13rem;
		line-height: 0.44rem;
	}
	.products_more .tit {
		margin-bottom: 0;
		font-size: 0.15rem;
		line-height: 0.42rem;
	}
	.products_more li a {
		padding: .16rem .16rem;
	}
	.products_more .txt p {
		font-size: 0.14rem;
	}
	.products_more .txt b {
		font-size: 0.12rem;
	}
}










.top_news {
	--n_pic_width: 42.5%;
	margin-top: 0.8rem;
	padding-bottom: 0.6rem;
	position: relative;
}
.top_news::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 67%;
	background: #F5F5F5;
}

.top_news_list {
	width: 100%;
	box-sizing: border-box;
	overflow: hidden;
	position: relative;
}
.top_news_list .swiper-wrapper {
	display: flex;
	position: relative;
}
.top_news_list .swiper-slide {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	flex-shrink: 0;
	position: relative;
}

.top_news_list .img {
	width: var(--n_pic_width);
	position: relative;
	overflow: hidden
}
.top_news_list .img::before {
	content: "";
	display: block;
	padding-bottom: 62.5%
}
.top_news_list .img img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	object-fit: cover
}

.top_news_list .txt {
	margin-left: auto;
	padding-bottom: 0.8rem;
	width: calc(100% - var(--n_pic_width) - .5rem);
}
.top_news_list .txt h2 {
	margin-bottom: 0.2rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1
}
.top_news_list .txt h2 a {
	font-size: 0.3rem;
	color: #212121;
	font-weight: bold;
}
.top_news_list .txt i,
.top_news_list .txt h6 {
	font-size: 0.16rem;
	color: #444;
}
.top_news_list .txt h6 {
	margin: .3rem 0;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.top_news_list .txt>a {
	padding-bottom: 0.02rem;
	font-size: 0.16rem;
	color: var(--i_color);
	position: relative;
}
.top_news_list .txt>a::before {
	content: '';
	position: absolute;
	right: 0;
	bottom: 0;
	width: 0;
	height: 1px;
	background: var(--i_color);
}

.top_news_list .img:hover img {
	width: 110%;
	height: 110%;
}
.top_news_list .txt h2 a:hover {
	color: var(--i_color);
}
.top_news_list .txt>a:hover::before {
	right: initial;
	left: 0;
	width: 100%;
}
.top_news_list .img img,
.top_news_list .txt>a::before {
	-webkit-transition: all .5s ease;
	transition: all .5s ease
}

.tn-button-prev,
.tn-button-next {
	position: absolute;
	bottom: 0;
	width: 1.2rem;
	height: .48rem;
	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;
}

.tn-button-prev {
	left: calc(var(--n_pic_width) + .5rem);
	background: #FFF url(../fonts/arrow_left_hollow_hei.svg) no-repeat center;
	background-size: .18rem
}

.tn-button-next {
	border-left: 1px solid var(--border_color);
	left: calc(var(--n_pic_width) + .5rem + 1.2rem);
	background: #FFF url(../fonts/arrow_right_hollow_hei.svg) no-repeat center;
	background-size: .18rem
}
.tn-button-prev:hover {
	background: var(--i_color) url(../fonts/arrow_left_hollow_bai.svg) no-repeat center;
	background-size: .18rem
}
.tn-button-next:hover {
	background: var(--i_color) url(../fonts/arrow_right_hollow_bai.svg) no-repeat center;
	background-size: .18rem
}

.tn-pagination {
	display: none;
	margin-top: 0.2rem;
	text-align: center;
}
.tn-pagination .swiper-pagination-bullet {
	width: .08rem;
	height: .08rem;
	display: inline-block;
	margin: 0 3px;
	background: #CCC;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	outline: none
}
.tn-pagination .swiper-pagination-bullet-active {
	background: var(--i_color2)
}
.tn-pagination .swiper-pagination-bullet {
	-webkit-transition: all .5s ease;
	transition: all .5s ease
}

@media screen and (max-width:1440px) {
	.top_news_list .txt h2 a {
		font-size: 0.28rem;
	}
}
@media screen and (max-width:1366px) {
	.top_news::before {
		height: 69%;
	}
	.tn-button-prev,
	.tn-button-next {
		height: 0.44rem;
	}
}
@media screen and (max-width:1200px) {
	.top_news::before {
		height: 71%;
	}
	.top_news_list .txt h2 a {
		font-size: 0.24rem;
	}
}
@media screen and (max-width:1024px) {
	.top_news {
		margin-top: 0.4rem;
	}
	.top_news_list .txt h2 a {
		font-size: 0.2rem;
	}
	.top_news_list .txt h6 {
		margin: .2rem 0;
	}
	.top_news_list .txt i,
	.top_news_list .txt h6 {
		font-size: 0.14rem;
	}
	.top_news_list .txt>a {
		font-size: 0.14rem;
	}
	.tn-button-prev,
	.tn-button-next {
		width: 1rem;
		height: 0.36rem;
		background-size: .14rem !important;
	}
	.tn-button-next {
		left: calc(var(--n_pic_width) + .5rem + 1rem);
	}
}
@media screen and (max-width:767px) {
	.top_news {
		--n_pic_width: 100%;
		padding-bottom: 0.36rem;
	}
	.top_news_list .img,
	.top_news_list .txt {
		width: 100%;
	}
	.top_news_list .txt {
		margin-top: 0.2rem;
		padding-bottom: 0;
	}
	.top_news_list .txt h2 {
		margin-bottom: 0.1rem;
	}
	.top_news_list .txt h2 a {
		font-size: 0.16rem;
	}
	.top_news_list .txt i,
	.top_news_list .txt h6 {
		font-size: 0.13rem;
	}
	.top_news_list .txt h6 {
		margin: 0.1rem 0;
	}
	.top_news_list .txt>a {
		font-size: 0.13rem;
	}
	.tn-button-prev,
	.tn-button-next {
		display: none;
	}
	.tn-pagination {
		display: block;
	}
}
@media screen and (max-width:560px) {}



.in_news_list {
	margin: 0.6rem auto .3rem;
	padding: .1rem;
}
.in_news_list li {
	margin-bottom: 0.4rem;
	box-shadow: 0 0 .1rem rgb(0 0 0 / 10%);
}
.in_news_list a {
	display: block;
	padding: .4rem;
}
.in_news_list h2 {
	padding-bottom: 0.16rem;
	font-size: 0.24rem;
	color: #212121;
	font-weight: bold;
	position: relative;
}
.in_news_list h2::before,
.in_news_list h2::after {
	content: '';
	position: absolute;
	bottom: 0;
	height: 1px;
}
.in_news_list h2::before {
	left: 0;
	width: 100%;
	background: var(--border_color);
}
.in_news_list h2::after {
	right: 0;
	width: 0;
	background: var(--i_color);
}
.in_news_list .n_time {
	padding-top: 3px;
	padding-left: 0.3rem;
	margin: .2rem 0;
	font-size: 0.17rem;
	color: #666;
	background: url(../fonts/n_time.svg) no-repeat left center;
	background-size: .24rem;
}
.in_news_list h6 {
	padding-right: 0.4rem;
	font-size: 0.16rem;
	color: #666;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	background: url(../fonts/arrow_right_long_hei.svg) no-repeat right center;
	background-size: .2rem;
}

.in_news_list a:hover h2 {
	color: var(--i_color);
}
.in_news_list a:hover h2::after {
	right: initial;
	left: 0;
	width: 100%;
}
.in_news_list h2::after {
	-webkit-transition: all .5s ease;
	transition: all .5s ease
}

@media screen and (max-width:1440px) {
	.in_news_list h2 {
		font-size: 0.22rem;
	}
}
@media screen and (max-width:1366px) {
	.in_news_list h2 {
		font-size: 0.2rem;
	}
	.in_news_list .n_time {
		font-size: 0.16rem;
	}
	.in_news_list h6 {
		font-size: 0.15rem;
	}
}
@media screen and (max-width:1024px) {
	.in_news_list {
		margin: 0.4rem auto 0.1rem
	}
	.in_news_list li {
		margin-bottom: 0.26rem;
	}
	.in_news_list h2 {
		font-size: 0.18rem;
	}
	.in_news_list .n_time {
		margin: 0.16rem 0 .1rem;
		font-size: 0.14rem;
		background-size: 0.22rem;
	}
}
@media screen and (max-width:767px) {
	.in_news_list {
		margin: .3rem auto 0;
	}
	.in_news_list li {
		margin-bottom: 0.2rem;
	}
	.in_news_list a {
		padding: .2rem;
	}
	.in_news_list h2 {
		padding-bottom: 0.12rem;
		font-size: 0.15rem;
	}
	.in_news_list .n_time {
		padding-top: 0;
		font-size: 0.13rem;
		margin: 0.12rem 0 .1rem;
		background-size: .2rem
	}
	.in_news_list h6 {
		font-size: 0.13rem;
		background-size: .16rem
	}
}
@media screen and (max-width:560px) {}







/* Number of pages */
.in_page_box {
	text-align: center;
	margin: 0 auto 0.3rem;
	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 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;
	}
}






.in_news_art_tit {
	border-bottom: 1px solid #DDD;
	margin-bottom: .3rem;
	text-align: center
}
.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: .26rem;
	}
}
@media screen and (max-width:767px) {
	.in_news_art_tit h1 {
		font-size: .24rem;
	}
}
@media screen and (max-width:560px) {
	.in_news_art_tit h1 {
		font-size: .22rem;
		line-height: .24rem;
	}
}





.in_career {}

.in_career .wrap {
	padding: .66rem 0;
}

.in_career .txt {
	width: 58%;
	box-sizing: border-box;
	padding: .4rem .5rem .5rem;
	background: #FFF;
	position: relative;
	box-shadow: 0 0 .1rem rgb(0 0 0 / 20%);
	z-index: 2;
}
.in_career .txt::before,
.in_career .txt::after {
	content: '';
	position: absolute;
	bottom: 0;
	height: 10px;
}
.in_career .txt::before {
	left: 0;
	width: 100%;
	background: var(--i_color);
}
.in_career .txt::after {
	right: 0;
	width: 24%;
	background: var(--i_color2);
}

.in_career .txt h3 {
	margin: -1rem 0 0 1rem;
	width: 1.16rem;
	height: 1.16rem;
	background: var(--i_color) url(../images/yh.png) no-repeat center;
	background-size: .62rem;
}

.in_career .txt h2 {
	margin: 0.4rem 0 .2rem;
	padding-bottom: 0.14rem;
	font-size: 0.34rem;
	color: var(--i_color);
	font-weight: bold;
	text-transform: uppercase;
	position: relative;
}
.in_career .txt h2::before,
.in_career .txt h2::after {
	content: '';
	position: absolute;
	left: 0;
}
.in_career .txt h2::before {
	bottom: 1px;
	width: 2.1rem;
	height: 1px;
	background: var(--border_color);
}
.in_career .txt h2::after {
	bottom: 0;
	width: 1rem;
	height: 3px;
	background: var(--i_color2);
}

.in_career .txt h6 {
	font-size: 0.15rem;
	color: #666;
	line-height: 0.24rem;
}

.in_career .txt:hover::after {
	width: 76%;
}
.in_career .txt::after {
	-webkit-transition: all .5s ease;
	transition: all .5s ease
}

.in_career .img {
	position: absolute;
	top: 0;
	right: 0;
	width: 51%;
	height: 100%;
	overflow: hidden;
}
.in_career .img::after {
	content: '';
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 100%;
	background: -webkit-linear-gradient(to top,
			rgba(255, 255, 255, 0),
			rgba(255, 255, 255, 0.6));
	background: linear-gradient(to top,
			rgba(255, 255, 255, 0),
			rgba(255, 255, 255, 0.6));
}
.in_career .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.in_career .img:hover::after {
	animation: gradient-rectangle 1s;
	animation-delay: 0s;
	-webkit-animation-timing-function: cubic-bezier(0, 0, 0.18, 0.96);
}

@media screen and (max-width:1440px) {
	.in_career .txt h2 {
		font-size: 0.3rem;
	}
}
@media screen and (max-width:1366px) {
	.in_career .txt h3 {
		width: 1rem;
		height: 1rem;
		background-size: .52rem;
	}
	.in_career .txt h2 {
		font-size: 0.26rem;
	}
}
@media screen and (max-width:1200px) {
	.in_career .wrap {
		padding: .4rem 0;
	}
	.in_career .txt h3 {
		margin: -0.8rem 0 0 0.8rem;
		width: .9rem;
		height: .9rem;
		background-size: .48rem;
	}
	.in_career .txt h2 {
		margin: 0.3rem 0 0.2rem;
		padding-bottom: 0.1rem;
		font-size: 0.24rem;
	}
	.in_career .txt h2::before {
		width: 1.8rem;
	}
	.in_career .txt h2::after {
		width: 0.8rem;
	}
	.in_career .txt::before,
	.in_career .txt::after {
		height: 8px;
	}
}
@media screen and (max-width:1024px) {
	.in_career .wrap {
		padding: .4rem 0 0;
	}
	.in_career .txt {
		width: 100%;
		padding: 0.3rem 0.4rem 0.4rem;
	}
	.in_career .txt h3 {
		margin: -0.7rem 0 0 0.8rem;
		width: .7rem;
		height: .7rem;
		background-size: .36rem;
	}
	.in_career .txt h2 {
		font-size: 0.2rem;
	}
	.in_career .txt h6 {
		font-size: 0.14rem;
	}
	.in_career .txt::before,
	.in_career .txt::after {
		height: 6px;
	}
	.in_career .img {
		position: relative;
		width: 100%;
	}
}
@media screen and (max-width:959px) {}
@media screen and (max-width:767px) {
	.in_career .wrap {
		padding: .26rem 0 0;
	}
	.in_career .txt {
		padding: 0.4rem 0.24rem 0.3rem;
	}
	.in_career .txt h3 {
		margin: -0.6rem 0 0 0.2rem;
		width: .36rem;
		height: .36rem;
		background-size: .18rem;
	}
	.in_career .txt h2 {
		margin: 0.24rem 0 0.18rem;
		font-size: 0.16rem;
	}
	.in_career .txt h2::before {
		width: 1.8rem;
	}
	.in_career .txt h2::after {
		width: 0.8rem;
	}
	.in_career .txt h6 {
		font-size: 0.13rem;
		line-height: 0.18rem;
	}

	.in_career .txt::before,
	.in_career .txt::after {
		height: 4px;
	}
}
@media screen and (max-width:560px) {}





.in_op_cont_tit {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	background: #EEE;
}
.in_op_cont_tit dt {
	box-sizing: border-box;
	padding: .3rem .6rem;
	font-size: 0.18rem;
	color: var(--i_color);
	font-weight: bold;
	line-height: 0.2rem;
}
.in_op_cont_tit dt:nth-child(1) {
	width: 50%;
}
.in_op_cont_tit dt:nth-child(2) {
	width: 20%;
}
.in_op_cont_tit dt:nth-child(3) {
	width: 30%;
}

.in_op_list {
	margin-bottom: 0.5rem;
}
.in_op_list li {}
.in_op_list li:nth-child(even) .in_op_l_tit {
	background: #EEE;
}

.in_op_l_tit {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	position: relative;
	border-bottom: 1px solid #F3F3F3;
}
.in_op_l_tit::before {
	content: '';
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	right: .3rem;
	width: 0.2rem;
	height: 0.2rem;
	background: url(../images/arrow_down_hollow_hei.svg) no-repeat center;
	background-size: contain;
	cursor: pointer;
}
.in_op_l_tit.on::before {
	transform: translate(0, -50%) rotate(-180deg)
}
.in_op_l_tit::before {
	-webkit-transition: all .5s ease;
	transition: all .5s ease
}

.in_op_l_tit dt {
	box-sizing: border-box;
	padding: .24rem .6rem;
	font-size: 0.16rem;
	color: #333;
	line-height: 0.2rem;
	cursor: pointer;
}
.in_op_l_tit dt:hover:nth-child(1),
.in_op_l_tit.on dt:nth-child(1) {
	color: var(--i_color);
}
.in_op_l_tit dt:nth-child(1) {
	width: 50%;
}
.in_op_l_tit dt:nth-child(2) {
	width: 20%;
}
.in_op_l_tit dt:nth-child(3) {
	width: 30%;
}

.in_op_l_txt {
	display: none;
	width: 100%;
	background: #F3F3F3;
	box-sizing: border-box;
	padding: .4rem .6rem .5rem;
}
.in_op_l_txt .box {
	margin: 0 0 .3rem;
}
.in_op_l_txt .box>h5 {
	margin-bottom: 0.1rem;
	font-size: 0.16rem;
	color: var(--i_color);
	text-transform: uppercase;
}
.in_op_l_txt .box article {
	font-size: 0.15rem;
	color: #555;
	line-height: 0.24rem;
}
.in_op_l_txt>h6 {
	font-size: 0.15rem;
	color: #555;
	line-height: 0.24rem;
}
.in_op_l_txt>h6 a {
	color: var(--i_color);
}
.in_op_l_txt>a {
	display: table;
	margin: .3rem auto 0;
	background: var(--i_color);
	-webkit-border-radius: .1rem;
	border-radius: .1rem;
}
.in_op_l_txt>a i {
	display: block;
	padding: 0 .5rem;
	font-size: 0.16rem;
	color: #fff;
	line-height: 0.46rem;
	text-transform: uppercase;
}
.in_op_l_txt>a:hover {
	background: var(--i_color2);
}

@media screen and (max-width:1024px) {
	.in_op_cont_tit dt {
		padding: .2rem .3rem;
		font-size: 0.17rem;
	}
	.in_op_l_tit dt {
		padding: .16rem .3rem;
		font-size: 0.14rem;
	}
	.in_op_l_tit::before {
		width: 0.16rem;
		height: 0.16rem;
	}
	.in_op_l_txt {
		padding: 0.3rem 0.3rem 0.4rem;
	}
	.in_op_l_txt .box {
		margin: 0 0 0.2rem;
	}
	.in_op_l_txt .box>h5 {
		font-size: 0.15rem;
	}
	.in_op_l_txt .box article,
	.in_op_l_txt>h6 {
		font-size: 0.14rem;
	}
	.in_op_l_txt>a i {
		padding: 0 .4rem;
		font-size: 0.14rem;
		line-height: 0.42rem;
	}
}
@media screen and (max-width:959px) {}
@media screen and (max-width:767px) {
	.in_op_cont_tit dt {
		padding: .1rem .16rem;
		font-size: 0.14rem;
	}
	.in_op_l_tit dt {
		padding: .08rem .16rem;
		font-size: 0.13rem;
		line-height: 0.18rem;
	}
	.in_op_l_tit::before {
		right: .16rem;
	}
	.in_op_l_txt {
		padding: 0.2rem 0.16rem 0.3rem;
	}
	.in_op_l_txt .box>h5 {
		font-size: 0.13rem;
	}
	.in_op_l_txt .box article,
	.in_op_l_txt>h6 {
		font-size: 0.12rem;
		line-height: 0.18rem;
	}
	.in_op_l_txt>a {
		margin: 0.2rem auto 0;
	}
	.in_op_l_txt>a i {
		padding: 0 .16rem;
		font-size: 0.12rem;
		line-height: 0.32rem;
	}
}
@media screen and (max-width:560px) {}




.in_hwhl_list {
	padding-top: 0.2rem;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	z-index: 1
}

.in_hwhl_list .swiper-wrapper {
	display: flex;
	position: relative;
	width: 100%;
	z-index: 1;
	-webkit-transition-timing-function: linear;
	-moz-transition-timing-function: linear;
	-ms-transition-timing-function: linear;
	-o-transition-timing-function: linear;
	transition-timing-function: linear;
}

.in_hwhl_list .swiper-slide {
	height: 4.4rem;
	flex-shrink: 0;
	position: relative;
	cursor: pointer;
	overflow: hidden
}
.in_hwhl_list .pic1 {
	width: 5.5rem;
}
.in_hwhl_list .pic2 {
	width: 3rem;
}

.in_hwhl_list .img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	-webkit-border-radius: .1rem;
	border-radius: .1rem;
	overflow: hidden;
}
.in_hwhl_list .pic1 .img {
	height: 100%;
}
.in_hwhl_list .pic2 .img {
	height: calc((100% - 26px) / 2);
}
.in_hwhl_list .pic1 .img:nth-child(2) {
	display: none;
}
.in_hwhl_list .pic2 .img:nth-child(2) {
	top: initial;
	bottom: 0 !important;
}

.in_hwhl_list .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

@media screen and (max-width:1200px) {
	.in_hwhl_list .swiper-slide {
		height: 3.6rem;
	}
	.in_hwhl_list .pic1 {
		width: 4.5rem;
	}
	.in_hwhl_list .pic2 {
		width: 2.4rem;
	}
}
@media screen and (max-width:1024px) {
	.in_hwhl_list .swiper-slide {
		height: 2.6rem;
	}
	.in_hwhl_list .pic1 {
		width: 3.2rem;
	}
	.in_hwhl_list .pic2 {
		width: 1.8rem;
	}
	.in_hwhl_list .pic2 .img {
		height: calc((100% - 14px) / 2);
	}
}
@media screen and (max-width:959px) {}
@media screen and (max-width:767px) {
	.in_hwhl_list {
		padding-top: 0.08rem;
	}
	.in_hwhl_list .swiper-slide {
		height: 1.8rem;
	}
	.in_hwhl_list .pic1 {
		width: 2.25rem;
	}
	.in_hwhl_list .pic2 {
		width: 1.2rem;
	}
	.in_hwhl_list .img {
		-webkit-border-radius: .06rem;
		border-radius: .06rem;
	}
}
@media screen and (max-width:560px) {
	.in_hwhl_list .pic2 .img {
		height: calc((100% - 6px) / 2);
	}
}





.in_join {}
.in_join_cont {
	text-align: center;
}
.in_join_cont h2 {
	display: inline-block;
	text-align: center;
	font-size: .42rem;
	color: #212121;
	font-weight: bold;
	position: relative;
	text-transform: uppercase;
}
.in_join_cont h2::first-letter {
	color: var(--i_color);
}
.in_join_cont h5 {
	margin-top: 0.14rem;
	font-size: 0.2rem;
	color: #212121;
	font-weight: bold;
	text-transform: uppercase;
}
.in_join_cont .line {
	display: block;
	margin: .3rem auto 0;
	width: 1px;
	height: 1rem;
	background: #CCC;
	position: relative;
	overflow: hidden;
}
.in_join_cont .line::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: var(--i_color);
	-webkit-animation: line_move 2s infinite linear;
	animation: line_move 2s infinite linear;
}
@keyframes line_move {
	0% {
		top: -100%;
	}

	50% {
		top: 0;
	}

	100% {
		top: 100%;
	}
}

@media screen and (max-width:1440px) {
	.in_join_cont h2 {
		font-size: 0.36rem;
	}
}
@media screen and (max-width:1366px) {
	.in_join_cont h2 {
		font-size: 0.32rem;
	}
	.in_join_cont h5 {
		font-size: 0.18rem;
	}
}
@media screen and (max-width:1200px) {}
@media screen and (max-width:1024px) {
	.in_join_cont h2 {
		font-size: 0.26rem;
	}
	.in_join_cont h5 {
		font-size: 0.16rem;
	}
	.in_join_cont .line {
		height: 0.6rem;
	}
}
@media screen and (max-width:959px) {}
@media screen and (max-width:767px) {
	.in_join_cont h2 {
		font-size: 0.22rem;
	}
	.in_join_cont h5 {
		font-size: 0.14rem;
	}
}
@media screen and (max-width:560px) {
	.in_join_cont h2 {
		font-size: 0.17rem;
	}
}





.in_contact {
	background-color: #FFF;
}

.in_c_tit p {
	margin: .3rem auto 0;
	font-size: 0.16rem;
	color: #555;
	line-height: 0.24rem;
}

.in_contact .in_c_tit p {
	max-width: 70%;
}

.in_c_map {
	width: 100%;
	position: relative;
}
.in_c_map .img {
	width: 100%;
	overflow: hidden;
}
.in_c_map img {
	width: 100%;
}

.in_c_dian {
	position: absolute;
	text-align: center;
}

.dian1 {
	top: 24%;
	left: 13%;
}
.dian2 {
	top: 38%;
	left: 16%;
}
.dian3 {
	top: 68%;
	left: 25%;
}
.dian4 {
	top: 69%;
	left: 32%;
}
.dian5 {
	top: 81%;
	left: 27%;
}
.dian6 {
	top: 39%;
	left: 45%;
}
.dian7 {
	top: 23%;
	left: 62%;
}
.dian8 {
	top: 40%;
	left: 55%;
}
.dian9 {
	top: 81%;
	left: 51%;
}
.dian10 {
	top: 50%;
	left: 68%;
}
.dian11 {
	top: 44%;
	left: 76%;
}
.dian12 {
	top: 55%;
	left: 73%;
}
.dian13 {
	top: 56.7%;
	left: 75.3%;
}
.dian14 {
	top: 56.5%;
	left: 78.8%;
}
.dian15 {
	top: 61.5%;
	left: 73.2%;
}
.dian16 {
	top: 64%;
	left: 76.5%;
}
.dian17 {
	top: 77%;
	left: 82%;
}

.dian18 {
	top: 50%;
	left: 17%;
}
.dian19 {
	top: 93%;
	left: 25.5%;
}
.dian20 {
	top: 40.5%;
	left: 43%;
}
.dian21 {
	top: 31%;
	left: 45.3%;
}
.dian22 {
	top: 33%;
	left: 48%;
}
.dian23 {
	top: 42%;
	left: 52%;
}
.dian24 {
	top: 22%;
	left: 53%;
}
.dian25 {
	top: 30%;
	left: 53.4%;
}
.dian26 {
	top: 46%;
	left: 65%;
}
.dian27 {
	top: 42.3%;
	left: 81%;
}
.dian28 {
	top: 42.5%;
	left: 84%;
}


.in_c_dian .round {
	width: 0.12rem;
	height: 0.12rem;
	margin: 0 auto;
	background: var(--i_color);
	-webkit-border-radius: 50%;
	border-radius: 50%;
	position: relative;
}
.in_c_dian .round::before {
	opacity: 0;
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -100% 0 0 -100%;
	width: 200%;
	height: 200%;
	box-sizing: border-box;
	border: 1px solid var(--i_color);
	-webkit-border-radius: 50%;
	border-radius: 50%;
	-webkit-animation: warn 1.2s ease-out;
	animation: warn 1.2s ease-out;
	animation-iteration-count: infinite
}
.in_c_dian p {
	margin-top: 0.1rem;
	font-size: 0.14rem;
	color: #333;
}
@keyframes warn {
	0% {
		transform: scale(0);
		opacity: 0.5;
	}
	25% {
		transform: scale(0.15);
		opacity: 0.7;
	}
	50% {
		transform: scale(0.33);
		opacity: 0.8;
	}
	75% {
		transform: scale(0.66);
		opacity: 1;
	}
	100% {
		transform: scale(1);
		opacity: 0.2;
	}
}


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

.in_contact_cont .ico img {
	opacity: .8;
	width: 0.6rem;
	height: 0.6rem;
	object-fit: contain;
	-webkit-filter: grayscale(1);
	filter: grayscale(1)
}
.in_contact_cont .txt {
	margin-left: auto;
	width: calc(100% - .6rem - .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 img {
	opacity: 1;
	-webkit-filter: none;
	filter: none
}
.in_contact_cont dt:hover h2 {
	color: var(--i_color);
}
.in_contact_cont .txt a:hover {
	color: var(--i_color);
}
.in_contact_cont dt {
	-webkit-transition: all .5s ease;
	transition: all .5s ease
}

@media screen and (max-width:1440px) {
	.in_contact_cont .ico img {
		width: 0.5rem;
		height: 0.5rem;
	}
	.in_contact_cont .txt h2 {
		font-size: 0.2rem;
	}
}
@media screen and (max-width:1366px) {
	.in_contact_cont dt {
		padding: .2rem;
	}
	.in_contact_cont .ico img {
		width: 0.44rem;
		height: 0.44rem;
	}
	.in_contact_cont .txt {
		width: calc(100% - .44rem - .3rem);
	}
	.in_contact_cont .txt h2 {
		font-size: 0.18rem;
	}
	.in_contact_cont .txt p,
	.in_contact_cont .txt a {
		font-size: 0.15rem;
	}
}
@media screen and (max-width:1024px) {
	.in_c_tit p {
		font-size: 0.14rem;
		line-height: 0.22rem;
	}
	.in_c_map img {
		width: 104%;
	}
	.in_c_dian p {
		color: transparent;
	}
	.in_contact_cont dt {
		width: 100%;
	}
	.in_contact_cont .ico img {
		width: 0.3rem;
		height: 0.3rem;
	}
	.in_contact_cont .txt {
		width: calc(100% - .3rem - .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:959px) {
	.in_c_map img {
		width: 105%;
	}
	.in_c_dian .round {
		width: 0.1rem;
		height: 0.1rem;
	}
}
@media screen and (max-width:767px) {
	.in_c_tit p {
		margin: .2rem auto 0;
		font-size: 0.12rem;
		line-height: 0.18rem;
		color: #888;
	}
	.in_contact .in_c_tit p {
		max-width: 94%;
	}
	.in_c_map img {
		width: 106%;
	}
	.in_c_dian .round {
		width: 0.08rem;
		height: 0.08rem;
	}
	.in_contact_cont dt {
		padding: .12rem .16rem;
	}
	.in_contact_cont .ico img {
		width: 0.24rem;
		height: 0.24rem;
	}
	.in_contact_cont .txt {
		width: calc(100% - .24rem - .16rem);
	}
	.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) {
	.in_c_map img {
		width: 109%;
	}
}
@media screen and (max-width:426px) {
	.in_c_map img {
		width: 112%;
	}
}


.in_c_form_box {
	background: #F9F9F9;
}
.in_c_form_box .wrap {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
}

.in_c_form_t {
	width: 32%;
}
.in_c_form_t .i_tit {
	text-align: left;
}
.in_c_form_t .i_tit h2::before,
.in_c_form_t .i_tit h2::after {
	left: 0;
	transform: none
}
.in_c_form_t .i_tit h2::before {
	width: 2rem;
}
.in_c_form_t .i_tit h2::after {
	width: 1rem;
}
.in_c_form_t .in_c_tit p {
	margin-left: 0;
	margin-right: 0;
}

.in_c_form_t .img {
	width: 100%;
	position: relative;
	overflow: hidden;
}
.in_c_form_t .img::after {
	content: '';
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 100%;
	background: -webkit-linear-gradient(to top,
			rgba(255, 255, 255, 0),
			rgba(255, 255, 255, 0.6));
	background: linear-gradient(to top,
			rgba(255, 255, 255, 0),
			rgba(255, 255, 255, 0.6));
}
.in_c_form_t img {
	width: 100%;
}
.in_c_form_t .img:hover::after {
	animation: gradient-rectangle 1s;
	animation-delay: 0s;
	-webkit-animation-timing-function: cubic-bezier(0, 0, 0.18, 0.96);
}

.in_c_form {
	margin-left: auto;
	width: 61%;
}

#wpforms-102 {
	--input_font_size: 14px;
	--input_height: .5rem
}
#wpforms-102 {
	width: 100%;
	margin: 0 auto;
	padding: 0
}
#wpforms-form-102 {
	width: 100%;
	position: relative;
	overflow: hidden
}

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

#wpforms-102 .wpforms-field-label {
	font-size: 0
}
#wpforms-102 .wpforms-required-label {
	position: absolute;
	top: 14px;
	left: 5px;
	font-size: 16px;
	color: #F00
}
#wpforms-102 .wpforms-field {
	width: 49%;
	background: transparent;
	margin-bottom: .1rem;
	padding-bottom: .16rem;
	position: relative;
	overflow: hidden
}
#wpforms-102-field_7-container,
#wpforms-102 .wpforms-field-textarea {
	width: 100% !important
}

#wpforms-102 .wpforms-field-container input,
#wpforms-102 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 #CCC;
	background: #FFF;
	padding: 0 .16rem;
	-webkit-border-radius: .1rem;
	-moz-border-radius: .1rem;
	border-radius: .1rem;
	overflow: hidden;
	-webkit-transition: all .5s ease;
	transition: all .5s ease
}
#wpforms-102 .wpforms-field-container input:hover,
#wpforms-102 textarea:hover {
	border-color: var(--i_color);
}
#wpforms-102 input {
	line-height: var(--input_height)
}
#wpforms-102 textarea {
	line-height: .22rem;
	min-height: 2.6rem;
	padding: .1rem .16rem
}
#wpforms-102 input::-webkit-input-placeholder,
#wpforms-102 textarea::-webkit-input-placeholder {
	color: #999;
	font-size: var(--input_font_size)
}
#wpforms-102 input::-moz-placeholder,
#wpforms-102 textarea::-moz-placeholder {
	color: #999;
	font-size: var(--input_font_size)
}
#wpforms-102 input::-ms-input-placeholder,
#wpforms-102 textarea::-ms-input-placeholder {
	color: #999;
	font-size: var(--input_font_size)
}

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

#wpforms-102 .wpforms-field-container {
	width: 100%;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	overflow: hidden
}
#wpforms-102 .wpforms-submit-container {
	margin: 0 auto;
	padding: 0 !important;
	box-sizing: border-box;
	width: 100%;
	height: var(--input_height);
	background: var(--i_color);
	-webkit-border-radius: .1rem;
	-moz-border-radius: .1rem;
	border-radius: .1rem;
	overflow: hidden;
	position: relative
}
#wpforms-102 .wpforms-submit-container::before {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	width: 0;
	height: 100%;
	background: var(--i_color2);
}
#wpforms-102 .wpforms-submit-container button {
	width: 100%;
	height: var(--input_height);
	font-size: .18rem;
	color: #FFF;
	line-height: var(--input_height);
	cursor: pointer;
	position: relative;
	z-index: 2
}

#wpforms-102 .wpforms-submit-container img {
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	right: 4px
}
#wpforms-102 .wpforms-submit-container:hover::before {
	left: 0;
	right: initial;
	width: 100%;
}
#wpforms-102 .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:1440px) {}
@media screen and (max-width:1366px) {
	#wpforms-102 textarea {
		min-height: 2.2rem;
	}
}
@media screen and (max-width:1200px) {
	#wpforms-102 {
		--input_font_size: 13px;
		--input_height: .46rem
	}
	#wpforms-102 .wpforms-submit-container button {
		font-size: 0.16rem;
	}
}
@media screen and (max-width:1024px) {
	#wpforms-102 {
		--input_height: .42rem
	}
	#wpforms-102 .wpforms-field {
		margin-bottom: 0.04rem;
	}
	#wpforms-102 textarea {
		min-height: 1.6rem;
	}
	#wpforms-102 .wpforms-submit-container button {
		font-size: 0.14rem;
	}
}
@media screen and (max-width:767px) {
	.in_c_form_t,
	.in_c_form {
		width: 100%;
	}
	.in_c_form_t {
		margin-bottom: 0.3rem;
	}
	#wpforms-102 .wpforms-field {
		width: 100% !important;
	}
}
@media screen and (max-width:560px) {}





/* 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(../fonts/home.svg) no-repeat left center;

	background-size: 22px
}
.f_menu li:nth-child(2) i {
	background: url(../fonts/whatsapp.svg) no-repeat left center;
	background-size: 16px
}
.f_menu li:nth-child(3) i {
	background: url(../fonts/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(../fonts/home.svg) no-repeat top center;
		background-size: 22px
	}
	.f_menu li:nth-child(2) i {
		background: url(../fonts/whatsapp.svg) no-repeat top center;
		background-size: 16px
	}
	.f_menu li:nth-child(3) i {
		background: url(../fonts/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(../fonts/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-250 {
	--input_font_color: rgb(0 0 0 / 50%);
	--input_font_size: 14px;
	--input_height: 42px
}
#wpforms-250 {
	width: 100%;
	margin: 0 auto;
	padding: 0
}
#wpforms-form-250 {
	width: 100%;
	overflow: hidden
}
#wpforms-250 input,
#wpforms-250 button {
	margin: 0;
	padding: 0;
	border: none;
	background: none
}
#wpforms-250 .wpforms-field {
	padding: 0;
	margin: 0
}
#wpforms-250 .wpforms-error-container {
	line-height: 16px
}
#wpforms-250 .wpforms-field-container {
	width: 100%;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	overflow: hidden
}
#wpforms-250 .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-250 .wpforms-field-label {
	font-size: 0
}
#wpforms-250 .wpforms-required-label {
	position: absolute;
	top: 16px;
	left: 5px;
	font-size: 16px;
	color: #F00
}
#wpforms-250 .wpforms-field {
	width: 100%;
	margin-bottom: 0;
	padding-bottom: 18px;
	background: transparent;
	position: relative;
	overflow: hidden
}
#wpforms-250 input {
	height: var(--input_height)
}
#wpforms-250 textarea {
	min-height: 100px
}
#wpforms-250 input,
#wpforms-250 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-250 input::-webkit-input-placeholder {
	color: var(--input_font_color);
	font-size: var(--input_font_size)
}
#wpforms-250 input::-moz-placeholder {
	color: var(--input_font_color);
	font-size: var(--input_font_size)
}
#wpforms-250 input::-moz-placeholder {
	color: var(--input_font_color);
	font-size: var(--input_font_size)
}
#wpforms-250 input::-ms-input-placeholder {
	color: var(--input_font_color);
	font-size: var(--input_font_size)
}
#wpforms-250 textarea::-webkit-input-placeholder {
	color: var(--input_font_color);
	font-size: var(--input_font_size)
}
#wpforms-250 textarea::-moz-placeholder {
	color: var(--input_font_color);
	font-size: var(--input_font_size)
}
#wpforms-250 textarea::-moz-placeholder {
	color: var(--input_font_color);
	font-size: var(--input_font_size)
}
#wpforms-250 textarea::-ms-input-placeholder {
	color: var(--input_font_color);
	font-size: var(--input_font_size)
}
#wpforms-250 #wpforms-250-field_1-error,
#wpforms-250 #wpforms-250-field_2-error,
#wpforms-250 #wpforms-250-field_3-error,
#wpforms-250 #wpforms-250-field_5-error {
	position: absolute;
	font-size: 13px
}
#wpforms-250 .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-250 .wpforms-submit-container img {
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	right: 4px
}
#wpforms-250 .wpforms-submit-container:after {
	display: none;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	box-sizing: border-box;
	width: 100%;
	height: 100%
}
#wpforms-250 .wpforms-submit-container:hover:after {
	display: block
}
#wpforms-250 .wpforms-submit-container:hover {
	background: #FFF
}
#wpforms-250 .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_sc_from {
		padding: 20px 20px 30px
	}
	#aside_sc_from .tit {
		margin-bottom: 0.18rem;
	}
	#wpforms-250 {
		--input_font_size: 13px;
		--input_height: 38px
	}
	#wpforms-250 .wpforms-submit-container {
		height: 34px;
	}
	#wpforms-250 .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;
	}
}





/* Editor text style */

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



/* search results list */
.in_search_list {
	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;
	}
	.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) {}






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






/* 中文版面 */
.zh_cont {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
}

.in_box_l {
	width: 24%;
}

.in_box_l .tit {
	background: var(--i_color)
}
.in_box_l .tit h2 {
	text-align: center;
	font-size: .2rem;
	color: #FFF;
	font-weight: bold;
	line-height: .56rem;
	position: relative;
}

.zh_nav {
	display: none
}
.zh_nav_list {
	box-sizing: border-box;
	padding: .2rem;
	border: 1px solid var(--border_color);
	border-top: none;
}
.zh_nav_list li {
	padding: .1rem 0;
	border-bottom: 1px dashed var(--border_color);
}
.zh_nav_list a {
	font-size: 0.14rem;
}
.zh_nav_list .curr a {
	color: var(--i_color);
}

.in_box_r {
	margin-left: auto;
	width: 70%;
}
.in_box_r article {
	font-size: 0.15rem;
	line-height: 0.28rem;
}
.in_box_r article a{color:#1215FF}
@media screen and (max-width:1024px) {
	.in_box_l,
	.in_box_r {
		width: 100%;
	}
	.in_box_l {
		margin-bottom: 0.3rem;
	}
	.in_box_l .tit h2 {
		font-size: 0.16rem;
		line-height: 0.46rem
	}
	.in_box_l .tit h2::before {
		content: '';
		position: absolute;
		top: 50%;
		transform: translate(0, -50%);
		right: 0.2rem;
		width: 0.18rem;
		height: 0.18rem;
		background: url(../fonts/arrow_down_hollow_bai.svg) no-repeat center;
		background-size: contain;
	}
	.in_box_l .tit.on h2::before {
		background: url(../fonts/arrow_up_hollow_bai.svg) no-repeat center;
		background-size: contain;
	}

	.zh_nav_list {
		display: none;
	}
	.zh_nav_list {
		padding: .1rem .16rem;
	}
}
@media screen and (max-width:959px) {}
@media screen and (max-width:767px) {}
@media screen and (max-width:560px) {}