/*
Theme Name: Newtime
Theme URI:
Description:
Version:
Author: rong
Author URI:
*/
/* 初始化 */
@font-face {
	font-family: "roboto";
	src: url("static/fonts/Roboto-Regular.ttf") format("truetype");
}
@font-face {
	font-family: "Montserrat";
	src: url("static/fonts/Montserrat-Regular.otf") format("truetype");
}
html {
	/* scroll-behavior: smooth; */
	scroll-padding-top: 180px;
}
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 /* PingFang SC, */ Arial, system-ui, -apple-system, tahoma, Arial, sans-serif;
}
button,
input,
textarea,
select {
	font-size: inherit;
	font-weight: inherit;
	border: 0;
	outline: 0;
	resize: none;
}
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;
}
* {
	box-sizing: border-box;
	font-family: "Montserrat";
}
/* 表单文字 */
input::-webkit-input-placeholder {
	color: #aaa;
	font-size: 13px;
}
input::-moz-placeholder {
	color: #aaa;
	font-size: 13px;
}
input:-moz-placeholder {
	color: #aaa;
	font-size: 13px;
}
input:-ms-input-placeholder {
	color: #aaa;
	font-size: 13px;
}
/*滚动条*/
::-webkit-scrollbar {
	width: 6px;
	height: 8px;
}
::-webkit-scrollbar-thumb {
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	background: #777;
}
::-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;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: space-between;
}
.clear {
	clear: both;
}
.wrap {
	width: 80%;
	max-width: 1400px;
	margin-left: auto;
	margin-right: auto;
}
@media screen and (max-width:1366px) {
	.wrap{width: 90%;}
}
@media screen and (max-width:1024px) {
	.wrap{width: 94%;}
}

.wrap_l {
	padding-left: 13.5%;
}
.wrap_r {
	padding-right: 13.5%;
}
@media screen and (max-width: 1600px) {
	.wrap_l {
		padding-left: 10%;
	}
	.wrap_r {
		padding-right: 10%;
	}
}
@media screen and (max-width: 1366px) {
	.wrap_l {
		padding-left: 5%;
	}
	.wrap_r {
		padding-right: 5%;
	}
}
@media screen and (max-width: 1024px) {
	.wrap_l,
	.wrap_r {
		padding-left: 3%;
		padding-right: 3%;
	}
}
:root {
	--i_color: #0A86EA;
	/* 全局颜色 */
	--header_height: 100px;
	/* PC端头部高度 */
	--font-color: #434343;
	/* 常用字体颜色*/
}
@media only screen and (max-width: 1024px) {
	:root {
		--header_height: 60px;
	}
	/* 移动端头部高度 */
}
.TopHeader {
	--header_height: 80px;
	background: #fff;
	box-shadow: 0px 0px 4px #ddd;
}
@media screen and (max-width: 1024px) {
	.TopHeader {
		--header_height: 60px;
	}
}
/* header */
header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 2014;
	background: rgba(255, 255, 255, 0.3);
}
@media screen and (max-width: 1024px) {
	header {
		background: #fff;
	}
}
.full_head {
	height: 0;
}
@media screen and (max-width: 1024px) {
	.full_head {
		height: var(--header_height);
	}
}
.top_cont {
	position: relative;
	z-index: 2013;
}
.top {
	display: -webkit-flex;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	position: relative;
	gap: 0 2%;
}
/* logo */
.logo {
	display: -webkit-flex;
	display: flex;
	align-items: center;
	height: var(--header_height);
}
.logo a {
	display: -webkit-flex;
	display: flex;
	align-items: center;
	height: 100%;
}
.logo img {
	height: 45%;
}
@media screen and (max-width: 560px) {
	.logo img {
		height: 30px;
	}
}
/* web导航 */
@media screen and (min-width: 1025px) {
	.i_nav {
		margin-left: auto;
		display: -webkit-flex;
		display: flex;
		flex-wrap: nowrap;
		z-index: 2014;
	}
	.i_nav > li {
		position: relative;
		margin-left: 72px;
	}
	.i_nav > li > a {
		display: block;
		font-size: 18px;
		color: #222;
		white-space: nowrap;
		text-transform: capitalize;
	}
	.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);
	}
	.i_nav .sub-menu {
		display: none;
		position: absolute;
		border-bottom: 2px solid var(--i_color);
		background: rgb(255 255 255 / 100%);
		min-width: 160px;
		overflow: hidden;
		top: 130%;
	}
	.i_nav .sub-menu li {
		position: relative;
	}
	.i_nav .sub-menu li::before,
	.i_nav .sub-menu li::after {
		content: "";
		position: absolute;
		bottom: 0;
		height: 1px;
	}
	.i_nav .sub-menu li::before {
		left: 0;
		width: 100%;
		background: rgb(0 0 0 / 8%);
	}
	.i_nav .sub-menu li::after {
		right: 0;
		width: 0;
		background: var(--i_color);
	}
	.i_nav .sub-menu a {
		display: block;
		padding: 0 80px 0 20px;
		font-size: 15px;
		color: #444;
		line-height: 44px;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		position: relative;
		left: 0;
	}
	.i_nav .sub-menu a::before {
		content: "";
		display: block;
		width: 0px;
		height: 0px;
		border-left: 8px solid var(--i_color);
		border-top: 5px solid transparent;
		border-right: 5px solid transparent;
		border-bottom: 5px solid transparent;
		position: absolute;
		left: -10px;
		top: 50%;
		transform: translateY(-50%);
		opacity: 0;
	}
}
.i_nav .sub-menu li:hover::after {
	right: initial;
	left: 0;
	width: 100%;
}
.i_nav .sub-menu li:hover a {
	left: 8px;
}
.i_nav .sub-menu li:hover a {
	color: var(--i_color);
}
.i_nav .sub-menu li:hover a::before {
	left: 0;
	opacity: 1;
}
.i_nav .sub-menu li,
.i_nav .sub-menu li::after,
.i_nav .sub-menu a,
.i_nav .sub-menu a::before {
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
@media screen and (max-width: 1440px) {
	.i_nav > li {
		margin-left: 60px;
	}
}
@media screen and (max-width: 1200px) {
	.i_nav > li {
		margin-left: 50px;
	}
	.i_nav > li > a {
		font-size: 16px;
	}
}
@media screen and (max-width: 1024px) {
	.logo {
		margin-right: auto;
	}
	.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 #DDD;
		position: relative;
	}
	.i_nav > .menu-item-has-children span {
		display: block;
		position: absolute;
		top: 0;
		right: 0;
		width: 44px;
		height: 44px;
		background: url(static/images/public/arrow_down_hollow_hei.svg) no-repeat center;
		background-size: 20px;
		-webkit-transition: all 0.5s ease;
		transition: all 0.5s ease;
	}
	.i_nav > .menu-item-has-children span.on {
		transform: rotate(180deg);
	}
	.i_nav > li > a {
		font-size: 15px;
		color: #333;
		padding: 10px;
		text-transform: capitalize;
	}
	.i_nav > li > .sub-menu {
		display: none;
	}
	.i_nav > li > .sub-menu li {
		position: relative;
	}
	.i_nav .sub-menu a {
		padding: 0 40px;
		font-size: 14px;
		color: #555;
		line-height: 40px;
		position: relative;
	}
	.i_nav .sub-menu li:not(:last-child) {
		border-bottom: 1px solid #DDD;
	}
	.i_nav > li > .sub-menu b {
		position: absolute;
		top: 0;
		right: 0;
		width: 40px;
		height: 40px;
		background: url(static/images/public/arrow_down_hollow_hei.svg) no-repeat center;
		background-size: 16px;
	}
	.i_nav > li > .sub-menu b.on {
		background: url(static/images/public/arrow_up_hollow_hei.svg) no-repeat center;
		background-size: 16px;
	}
	.i_nav .sub-menu .sub-menu {
		display: none;
	}
	.i_nav .sub-menu .sub-menu a {
		padding: 0 6px;
		font-size: 13px;
		color: #888;
		line-height: 36px;
		position: relative;
	}
	.i_nav a {
		display: block;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 560px) {
}
/* 移动端导航按钮 */
.nav_menu {
	/* position: absolute;
	  right: 0;
	  top: 50%;
	  transform: translateY(-50%); */
	position: relative;
	width: 22px;
	height: 16px;
	display: none;
	cursor: pointer;
}
.nav_menu i {
	display: block;
	width: 100%;
	height: 3px;
	position: absolute;
	top: 50%;
	margin-top: -2px;
	background: #333;
	border-radius: 10px;
	transition: 0.5s;
}
.nav_menu::before,
.nav_menu::after {
	content: "";
	width: 100%;
	height: 3px;
	background: #333;
	position: absolute;
	left: 0;
	border-radius: 10px;
	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: 24px;
}
.top_r {
	display: -webkit-flex;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	height: var(--header_height);
	color: #fff;
	margin-left: auto;
}
.top_search_ico {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-left: 30px;
}
.top_search_ico iconify-icon {
	font-size: var(--size);
	cursor: pointer;
	color: #333;
}
.top_search_ico.on iconify-icon {
	color: var(--i_color);
}
.top_language {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	height: var(--header_height);
	position: relative;
	color: #222;
}
/* .top_language::after{
	content: '';
	position: absolute;
	top:50%;transform: translateY(-50%);
	right: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 8px solid #222;
	-webkit-transition:all .5s ease; transition:all .5s ease;
  }
  .top_language.on::after{transform: translateY(-50%) rotate(180deg);} */
.top_language > iconify-icon {
	font-size: var(--size);
	cursor: pointer;
}
.top_language.on > iconify-icon {
	color: var(--i_color);
}
.top_language_list {
	visibility: hidden;
	opacity: 0;
	position: absolute;
	top: calc(var(--header_height) - 20px);
	right: 0;
	z-index: 2;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.top_language_list.on {
	visibility: visible;
	opacity: 1;
	top: var(--header_height);
	box-shadow: 4px 6px 10px rgb(0 0 0 / 10%);
}
.top_language_list ul {
	overflow: hidden;
}
.top_language_list li {
	background: #fff;
}
.top_language_list a > span {
	display: flex;
	align-items: center;
	padding: 0 14px;
	min-width: 100px;
	overflow: hidden;
}
.top_language_list img,
.top_language_list .trp-ls-language-name {
	display: inline-block;
	vertical-align: middle;
	margin-left: 8px;
	font-size: 12px;
	color: #666;
	line-height: 30px;
}
.top_language_list li:hover {
	background: var(--i_color);
}
.top_language_list li:hover .trp-ls-language-name {
	color: #fff;
}
.top_language,
.top_language > i {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
@media screen and (max-width: 1024px) {
	.top_language {
		margin: 0 20px;
	}
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 560px) {
}
header,
.top_cont,
.logo,
.logo img,
.i_nav > li,
.i_nav > li > a,
.top_r {
	-webkit-transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	-ms-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
	transition: all 0.7s ease;
}
/* search main */
.top_search {
	--search_height: 38px;
}
.top_search {
	position: fixed;
	top: var(--header_height);
	display: none;
	left: 0;
	width: 100%;
	padding: 16px 0;
	background: #fff;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	z-index: 6;
}
.top_search.on {
	display: block;
	box-shadow: 0 6px 10px rgb(0 0 0 / 8%);
}
.top_search form {
	width: 80%;
	margin: 0 auto;
	max-width: 100%;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	border: 1px solid var(--i_color);
	overflow: hidden;
}
.top_search_ipt {
	width: calc(100% - var(--search_height));
	height: var(--search_height);
	padding: 0 0 0 12px;
}
.top_search_btn {
	font-size: 0;
	width: calc(var(--search_height));
	height: var(--search_height);
	background: var(--i_color) url(static/images/public/search_1_bai.svg) no-repeat center;
	background-size: 20px;
	cursor: pointer;
}
@media screen and (max-width: 1366px) {
	.top_search_ico {
		margin-right: 30px;
	}
}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 1024px) {
	.top_search_ico {
		margin: 0 20px;
	}
}
@media screen and (max-width: 768px) {
	.top_search {
		--search_height: 34px;
	}
	.top_search {
		padding: 12px 0;
	}
}
@media screen and (max-width: 560px) {
	.top_search form {
		width: 94%;
	}
	.top_search_btn {
	}
}
/* 导航下拉 */
/* products */
@media screen and (min-width: 1025px) {
	.drop {
		display: none;
		width: 100%;
		position: fixed;
		left: 0;
		background-color: #fff;
		padding: 40px 0;
		z-index: 99999;
		border-radius: 0 0 40px 40px;
	}
	.drop_ul {
		display: flex;
		display: -webkit-flex;
		padding: 0 3%;
		justify-content: center;
		overflow: hidden;
	}
	/*滚动条*/
	.drop_ul::-webkit-scrollbar {
		width: 3px;
		height: 2px;
	}
	.drop_ul::-webkit-scrollbar-thumb {
		-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
		background: #555;
	}
	.drop_ul::-webkit-scrollbar-track {
		-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
		border-radius: 0;
		background: #f1f1f1;
	}
	.drop_ul li {
		width: 225px;
		margin-right: 3%;
	}
	.drop_ul li:last-child {
		margin-right: 0;
	}
	.drop_ul li a {
		display: block;
		width: 100%;
	}
	.drop_img {
		width: 100%;
		position: relative;
		overflow: hidden;
		border: 1px solid #ddd;
	}
	.drop_img::after {
		content: "";
		display: block;
		padding-bottom: 100%;
	}
	.drop_img img {
		position: absolute;
		top: 50%;
		left: 50%;
		width: 90%;
		height: 90%;
		transform: translate(-50%, -50%);
		object-fit: contain;
		transition: all 0.3s ease;
	}
	.drop_ul h2 {
		font-weight: bold;
		font-size: 15px;
		color: #333;
		text-align: center;
		position: relative;
		margin: 16px auto;
	}
	.drop_ul li:hover img {
		width: 110%;
		height: 110%;
	}
	.drop_ul li:hover h2 {
		color: var(--i_color);
	}
}
@media screen and (max-width: 1024px) {
	.drop {
		display: none !important;
	}
}
/* -----------------公用样式----------------- */
/* Paging */
.in_paging{
	--size:30px;
	--border_radius:0;
}
.in_paging ul{display:flex; flex-wrap:wrap;justify-content:center;align-items:center;text-align: center;}
.in_paging li{min-width: var(--size);margin: 0 4px;}
.in_paging a,.in_paging span {display:block;padding: 0 10px; height: var(--size); line-height:calc(var(--size) - 2px);font-size:14px;color:#666;background:#FFF;box-sizing: border-box; border:1px solid #CCC; border-radius:var(--border_radius);overflow:hidden;}
.in_paging i {margin-top:14px;width:100%;font-size:13px;color:#888;}
.in_paging a:hover,.in_paging .curr_page a,.in_paging .curr_page span {border-color:var(--i_color) !important;background:var(--i_color);color:#FFF !important}



/* 按钮 */
.com_but {
	display: flex;
	justify-content: center;
	line-height: 40px;
	width: 120px;
	font-size: 16px;
	color: #fff;
	background-color: var(--i_color);
	border-radius: 8px;
	cursor: pointer;
	transition: all 0.3s ease;
	border: 1px solid transparent;
}
.com_but:hover {
	background-color: #fff;
	border: 1px solid var(--i_color);
	color: var(--i_color);
}
@media screen and (max-width: 959px) {
	.com_but {
		line-height: 30px;
		width: 100px;
		font-size: 14px;
		border-radius: 10px;
	}
}
@media screen and (max-width: 560px) {
	.com_but {
		line-height: 20px;
		width: 80px;
		font-size: 12px;
		border-radius: 10px;
	}
}
footer {
	background: url(static/images/footer_bc.webp) center;
	background-size: 100%;
}
/* 底部菜单 */
.mainfooter {
	display: flex;
	display: -webkit-flex;
	padding: 2% 0;
}
.mainfooter dt {
	margin-right: 1%;
}
.f_tit {
	margin: 2rem 0 5px;
}
.f_tit a {
	font-size: 16px;
	font-weight: bold;
	line-height: 170%;
	color: #000;
	white-space: nowrap;
	text-transform: capitalize;
}
.f_about .log_img {
	margin-top: 2rem;
}
.f_about .log_img img {
	max-height: 38px;
}
.footer_but {
	width: 130px;
	display: block;
	border: 1px solid #fff;
	border-radius: 5px;
	min-width: 8.125rem;
	color: #f9f9f9;
	text-align: center;
	background: none;
	padding: 0.5rem 0%;
}
.footer_but button {
	background: none;
	color: #fff;
}
.f_media {
	margin-top: 30px;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
}
.f_media a {
	width: 38px;
	height: 38px;
	margin-right: 20px;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	align-items: center;
}
.f_media iconify-icon {
	font-size: 26px;
	color: #333;
}
.f_media iconify-icon:hover {
	color: var(--i_color);
}
.mainfooter > dt {
	flex: 1;
}
.mainfooter > dt:nth-child(2) {
	flex: 0.7;
}
.f_liner {
	width: 45px;
	background-color: #000;
	border-bottom: 1px solid #000;
	margin: 10px 0 1rem 0;
}
.f_nav > ul {
	margin-top: 20px;
}
.f_nav > ul li {
	margin-bottom: 1rem;
}
.f_nav > ul a {
	font-size: 13px;
	color: #000;
	line-height: 20px;
	text-transform: capitalize;
}
.f_nav .privacy {
	font-size: 14px;
	color: #000;
	line-height: 20px;
	text-transform: capitalize;
	cursor: pointer;
}
.f_nav .privacy:hover {
	color: var(--i_color);
}
.f_nav > ul a:hover {
	color: var(--i_color);
}
.f_contact > ul {
	margin-top: 20px;
}
.f_contact li {
	margin-bottom: 1rem;
	overflow: hidden;
	display: -webkit-flex;
	display: flex;
	flex-wrap: nowrap;
	align-items: flex-start;
}
.f_contact li iconify-icon {
	font-size: 20px;
	margin-right: 5px;
}
.f_contact li span,
.f_contact li a {
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	color: #000;
	line-height: 150%;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}
.f_contact li:hover iconify-icon,
.f_contact li:hover span,
.f_contact li:hover a {
	color: var(--i_color);
}
@media screen and (max-width: 959px) {
	.mainfooter {
		display: block;
	}
	.f_about {
		margin-left: 2%;
		display: flex;
		width: 100%;
		align-items: center;
		justify-content: space-between;
	}
	.f_about .log_img {
		margin-top: 2rem;
	}
	.mainfooter {
		padding: 2% 3%;
	}
	.f_tit {
		border: none;
	}
	.f_nav {
		display: none;
	}
	.f_contact {
		margin-left: 2%;
	}
	.f_contact li span,
	.f_contact li a {
		font-size: 16px;
	}
	.f_contact li iconify-iconmg {
		width: 30px;
		margin-right: 10px;
	}
}
/* 底部 版权*/
.copyright {
	text-align: center;
	padding: 0 5%;
}
.copyright span {
	font-size: 13px;
	line-height: 200%;
	color: #000;
	text-align: center;
}
.copyright span a {
	color: #000;
}
.copyright span a:hover {
	color: var(--i_color);
}
@media screen and (max-width: 959px) {
	.copyright {
		margin-bottom: 50px;
	}
}
/* --------------移动端菜单栏-------------------- */
.phone_bar {
	display: none;
}
@media screen and (max-width: 959px) {
	/* 移动端底部 */
	.phone_bar {
		width: 100%;
		display: flex;
		background-color: #fff;
		height: 50px;
		position: fixed;
		bottom: 0;
		left: 0;
		z-index: 9999;
	}
	.phone_bar a {
		flex: 1;
		display: flex;
		height: 100%;
		border: 1px solid #d3d3d3;
		border-top: none;
		justify-content: center;
		align-items: center;
	}
	.phone_bar a p {
		display: flex;
		align-items: center;
	}
	.phone_bar a p img {
		width: 23px;
		height: 23px;
		object-fit: cover;
		margin-right: 5px;
	}
	.phone_bar a p span {
		font-size: 0.8125rem;
		line-height: 100%;
	}
	.copyright {
		margin-bottom: 50px;
	}
}
/* ---------------- 侧边客服 --------------------- */
.aside_right {
	position: fixed;
	right: 0;
	bottom: 10%;
	z-index: 999999;
}
.aside_right ul {
}
.aside_right li {
	position: relative;
	cursor: pointer;
}
.aside_right li > a {
	display: block;
	width: 48px;
	height: 48px;
	background: rgba(0, 0, 0, 0.7);
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 3;
}
.aside_right li img {
	display: block;
	margin: 0 auto;
	width: 20px;
	height: 20px;
	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, 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 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.close {
	position: absolute;
	top: 20px;
	right: 20px;
	display: block;
	width: 30px;
	height: 30px;
	background: url(static/images/public/ico_cha_bai.svg) no-repeat center;
	background-size: contain;
}
.close:hover {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
.close {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
/* 弹出窗口 */
#aside_mask_bg {
	display: none;
	position: fixed;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
	z-index: 9999999999998;
}
#aside_sc_from {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 740px;
	padding: 60px 80px;
	background: rgb(0 0 0 / 70%);
	z-index: 9999999999999;
	overflow: auto;
}
#aside_sc_from .tit {
	margin-bottom: 40px;
}
#aside_sc_from .tit h5 {
	font-size: 26px;
	color: #fff;
	font-weight: bold;
	line-height: 30px;
}
@media screen and (max-width: 959px) {
	#aside_sc_from .tit h5 {
		font-size: 18px;
	}
}
/* 关闭按钮 */
.close {
	position: absolute;
	top: 20px;
	right: 20px;
	display: block;
	width: 30px;
	height: 30px;
	background: url(static/images/ico_cha_bai.svg) no-repeat center;
	background-size: contain;
}
.close:hover {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
.close {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
/* 弹出表单 */
#wpforms-45 {
	--input_font_size: 15px;
	--input_height: 42px;
}
#wpforms-45 {
	width: 100%;
	margin: 0 auto;
	padding: 0;
}
#wpforms-form-130 {
	width: 100%;
	overflow: hidden;
}
#wpforms-45 input,
#wpforms-45 button {
	margin: 0;
	padding: 0;
	border: none;
	background: none;
}
#wpforms-45 .wpforms-field {
	padding: 0;
	margin: 0;
}
#wpforms-45 .wpforms-error-container {
	line-height: 16px;
}
#wpforms-45 .wpforms-field-container {
	width: 100%;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	overflow: hidden;
}
#wpforms-45 .wpforms-submit-container {
	padding: 0 !important;
	width: 200px;
	height: var(--input_height);
	background: var(--i_color);
	position: relative;
}
#wpforms-45 .wpforms-field-label {
	display: block !important;
}
#wpforms-45 .wpforms-field-label {
	font-size: 16px;
	color: #fff;
}
#wpforms-45 .wpforms-required-label {
	font-size: 16px;
	color: #f00;
}
#wpforms-45 .wpforms-field {
	width: 100%;
	margin-bottom: 10px;
	padding-bottom: 20px;
	background: transparent;
	position: relative;
	overflow: hidden;
}
#wpforms-45 .wpforms-field:nth-child(1) {
	margin-right: 20px;
}
#wpforms-45 .wpforms-field:nth-child(1),
#wpforms-45 .wpforms-field:nth-child(2) {
	width: calc(50% - 10px);
}
#wpforms-45-field_3 {
	background: transparent;
	border: none;
}
#wpforms-45 input {
	height: var(--input_height);
}
#wpforms-45 textarea {
	min-height: 100px;
}
#wpforms-45 input,
#wpforms-45 textarea {
	width: 100%;
	max-width: 100% !important;
	min-width: 100% !important;
	font-size: var(--input_font_size);
	color: #fff;
	border-bottom: 1px solid rgba(255, 255, 255, 0.7);
	line-height: var(--input_height);
	padding: 0 16px;
	font-weight: 300;
}
#wpforms-45 input::-webkit-input-placeholder {
	color: rgba(255, 255, 255, 0.7);
	font-size: var(--input_font_size);
}
#wpforms-45 input::-moz-placeholder {
	color: rgba(255, 255, 255, 0.7);
	font-size: var(--input_font_size);
}
#wpforms-45 input::-moz-placeholder {
	color: rgba(255, 255, 255, 0.7);
	font-size: var(--input_font_size);
}
#wpforms-45 input::-ms-input-placeholder {
	color: rgba(255, 255, 255, 0.7);
	font-size: var(--input_font_size);
}
#wpforms-45 textarea::-webkit-input-placeholder {
	color: rgba(255, 255, 255, 0.7);
	font-size: var(--input_font_size);
}
#wpforms-45 textarea::-moz-placeholder {
	color: rgba(255, 255, 255, 0.7);
	font-size: var(--input_font_size);
}
#wpforms-45 textarea::-moz-placeholder {
	color: rgba(255, 255, 255, 0.7);
	font-size: var(--input_font_size);
}
#wpforms-45 textarea::-ms-input-placeholder {
	color: rgba(255, 255, 255, 0.7);
	font-size: var(--input_font_size);
}
#wpforms-45 #wpforms-45-field_1-error,
#wpforms-45 #wpforms-45-field_2-error,
#wpforms-45 #wpforms-45-field_3-error,
#wpforms-45 #wpforms-45-field_4-error {
	position: absolute;
	font-size: 12px;
}
#wpforms-45 .wpforms-submit-container button {
	width: 100%;
	height: var(--input_height);
	font-size: 16px;
	color: #fff;
	line-height: var(--input_height);
	cursor: pointer;
	text-transform: capitalize;
	position: relative;
	z-index: 2;
}
#wpforms-45 .wpforms-submit-container img {
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	right: 4px;
}
#wpforms-45 .wpforms-submit-container:hover {
	background: var(--i_color);
}
@media screen and (max-width: 1200px) {
	.aside_right a {
		width: 42px;
		height: 42px;
	}
	.aside_right em {
		width: 18px;
		height: 18px;
	}
}
@media screen and (max-width: 959px) {
	.aside_right {
		display: none;
	}
	#aside_sc_from {
		width: 560px !important;
	}
}
@media screen and (max-width: 560px) {
	#aside_sc_from {
		width: 300px !important;
		padding: 10px;
	}
	#aside_sc_from .tit h5 {
		margin-top: 50px;
	}
	#wpforms-45 .wpforms-field:nth-child(1),
	#wpforms-45 .wpforms-field:nth-child(2),
	#wpforms-45 .wpforms-field:nth-child(1),
	#wpforms-45 .wpforms-field:nth-child(2) {
		width: 100%;
	}
	#wpforms-45 .wpforms-submit-container {
		width: 150px;
		margin: 0 auto;
	}
}
/* banner */
.banner {
	width: 100%;
	overflow: hidden;
	position: relative;
}
.banner .swiper-slide {
	height: 0;
	overflow: hidden;
	padding-bottom: 100vh;
	position: relative;
}
.banner .swiper-slide > img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.banner .swiper-slide video {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100% !important;
	object-fit: cover;
	z-index: 2;
}
.banner .swiper-button-prev,
.banner .swiper-button-next {
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	width: 60px;
	height: 60px;
	z-index: 999;
	outline: none;
	cursor: pointer;
	-moz-user-select: none;
	/*火狐*/
	-webkit-user-select: none;
	/*webkit浏览器*/
	-ms-user-select: none;
	/*IE10*/
	-khtml-user-select: none;
	/*早期浏览器*/
	user-select: none;
	-webkit-border-radius: 200px;
	-moz-border-radius: 200px;
	border-radius: 200px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.banner .swiper-button-prev {
	left: -60px;
	background: rgba(0, 0, 0, 0.6) url(static/images/arrow_left_kx_bai.svg) no-repeat center;
	background-size: 26px;
}
.banner .swiper-button-next {
	right: -60px;
	background: rgba(0, 0, 0, 0.6) url(static/images/arrow_right_kx_bai.svg) no-repeat center;
	background-size: 26px;
}
.banner:hover .swiper-button-prev {
	left: 4%;
}
.banner:hover .swiper-button-next {
	right: 4%;
}
.banner .swiper-button-prev:hover,
.banner .swiper-button-next:hover {
	background-color: var(--i_color);
}
.banner .pagination-all {
	position: absolute;
	bottom: 30px;
	left: 50%;
	transform: translate(-50%, 0);
	cursor: pointer;
	z-index: 10;
}
.banner .swiper-pagination {
	position: relative;
	display: inline-block;
	text-align: left;
}
.banner .swiper-pagination-bullet {
	width: 2rem;
	height: 4px;
	border-radius: 0;
	background: rgba(255, 255, 255, 0.7);
	opacity: 1;
	margin: 0 20px;
	position: relative;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
}
.banner .swiper-pagination-bullet-active {
	background: var(--i_color);
}
@media screen and (max-width: 959px) {
	.banner .swiper-button-prev,
	.banner .swiper-button-next {
		display: none !important;
	}
}
@media screen and (max-width: 768px) {
	.banner .swiper-slide {
		padding-bottom: 54%;
	}
}
@media screen and (max-width: 560px) {
	.banner .pagination-all {
		bottom: 26px;
	}
	.banner .swiper-pagination-bullet {
		width: 1.6rem;
	}
}


.banner_text1{position:absolute; left:50%; transform:translate(-50%,0); top: 20%;}
.banner_text1 h3{font-family: math; font-size: 3.8vw; color: #0B3371; white-space: nowrap;}

@media screen and (max-width:1024px) {
	.banner_text1 h3{font-size: 6vw;}
}
@media screen and (max-width:768px) {
	.banner_text1{top: 14%;}
	.banner_text1 h3{font-size: 5.4vw;}
}
@media screen and (max-width:560px) {
	.banner_text1 h3{font-size: 6.4vw;}
}





.banner_text2{position: absolute; top: 30%; left: 8%;}
.banner_text2 h3{font-family: math; font-size: 3.6vw; color: #0B3371;}

@media screen and (max-width:1440px) {
	.banner_text2{left: 5%;}
}
@media screen and (max-width:1024px) {
	.banner_text2 h3{font-size: 4vw;}
}
@media screen and (max-width:768px) {
	.banner_text2 h3{}
}
@media screen and (max-width:560px) {
	.banner_text2{top: 18%;}
	.banner_text2 h3{width: 70%; font-size: 5vw;}
}





.banner_text3{position: absolute; top: 30%; left: 8%;}
.banner_text3 h3{font-family: math; font-size: 3.6vw; color: #0B3371;}

@media screen and (max-width:1440px) {
	.banner_text3{left: 5%;}
}
@media screen and (max-width:1024px) {
	.banner_text3 h3{font-size: 4vw;}
}
@media screen and (max-width:768px) {
	.banner_text3 h3{}
}
@media screen and (max-width:560px) {
	.banner_text3{top: 18%;}
	.banner_text3 h3{width: 70%; font-size: 5vw;}
}


h1 {
	font-size: 3rem;
	font-weight: bold;
	text-transform: capitalize;
}
h1::first-letter {
	color: var(--i_color);
}
@media screen and (max-width: 1440px) {
	h1 {
		font-size: 2rem;
	}
}
.intro_txt {
	font-size: 16px;
	line-height: 1.5;
	margin: 1.5625rem 0;
	color: #666;
	text-align: justify;
}
@media screen and (max-width: 768px) {
	.intro_txt {
		text-align: left;
	}
}
.i_a {
	position: relative;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	align-items: center;
	background: url(static/images/H1_bc.jpg) no-repeat;
	background-size: 100% 100%;
}
.i_a .left_txt {
	width: 48%;
}
.i_a .right_img {
	width: 46%;
	display: flex;
	display: -webkit-flex;
	justify-content: flex-end;
}
.i_a .right_img img {
	width: 100%;
	object-fit: cover;
}
.i_a .right_img video {
	width: 100%;
	object-fit: cover;
}
.i_a .com_but {
	position: relative;
}
.i_a .com_but p {
	margin-right: 10%;
}
.i_a .com_but > img {
	width: 20px;
	height: 20px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 12px;
}
.i_a .com_but .bai_arrow {
	z-index: 2;
}
.i_a .com_but:hover .bai_arrow {
	z-index: -1;
}
.i_a h6 {
	margin-top: 10px;
	font-size: 16px;
	line-height: 200%;
}
@media screen and (max-width: 1440px) {
	.i_a .left_txt {
		width: 42%;
	}
	.i_a .right_img {
		width: 48%;
		display: flex;
		display: -webkit-flex;
		justify-content: flex-end;
	}
}
@media screen and (max-width: 1200px) {
	.intro_txt {
		font-size: 16px;
		font-weight: normal;
	}
}
@media screen and (max-width: 959px) {
	.intro_txt {
		font-size: 14px;
		font-weight: normal;
		overflow: hidden;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 8;
	}
	.i_a .com_but > img {
		width: 15px;
		right: 8px;
	}
}
@media screen and (max-width: 560px) {
	.intro_txt {
		-webkit-line-clamp: 3;
		margin: 8px 0;
	}
}
.H_content2 {
	margin-bottom: 80px;
}
.H_content2 > h1 {
	text-align: center;
	margin-top: 6.25rem;
}
.H_content2 .intro_txt {
	margin: 2.125rem 20%;
	text-align: center;
}
.H_content2 .p_list {
	width: 100%;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
@media screen and (max-width: 959px) {
	.H_content3 {
		display: block;
		background: none;
	}
	.H_content3 .left_txt > h6 {
		display: none;
	}
	.H_content3 .left_txt > h1 {
		text-align: center;
		margin-top: 20px;
	}
	.H_content3 .left_txt {
		width: 100%;
		padding: 2%;
	}
	.H_content3 .right_img {
		display: none;
	}
}
/* 产品轮播 */
.i_product {
	position: relative;
	margin-top: 40px;
}
.i_product_list {
	width: 100%;
	padding: 0;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	z-index: 1;
}
.i_product_list .swiper-wrapper {
	display: flex;
	position: relative;
	width: 100%;
	z-index: 1;
}
/* 指示器 */
.ip-pagination {
	display: block;
	text-align: center;
	margin: 30px auto 0;
}
.ip-pagination .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	display: inline-block;
	margin: 0 5px;
	background: #bbb;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	outline: none;
}
.ip-pagination .swiper-pagination-bullet-active {
	position: relative;
	background: var(--i_color);
}
/* 左右箭头 */
.i_product .pt-button-prev,
.i_product .pt-button-next {
	display: none;
}
.i_product_list li {
	border-radius: 20px;
	overflow: hidden;
	border: 1px solid #eee;
}
.i_product_list li > a {
	width: 100%;
	height: 100%;
	display: block;
}

.i_product_list li .img {
	position: relative;
	overflow: hidden;
	width: 100%;
}
.i_product_list li .img::before {
	content: "";
	display: block;
	padding-bottom: 80%;
}
.i_product_list li .img img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.i_product_list li .txt {
	color: #000;
	line-height: 170%;
	text-align: left;
	padding: 30px 20px;
}
.i_product_list li .txt > h2 {
	font-size: 18px;
	font-weight: bold;
	line-height: 150%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.i_product_list .des {
	font-size: 14px;
	margin-top: 10px;
}
@media screen and (max-width: 1440px) {
	.i_product_list li .txt {
		margin-top: 20px;
		line-height: 120%;
	}
	.i_product_list .des {
		margin-top: 10px;
	}
}
/* 首页优势 */
.home_advantages_title {
	margin: 110px 0 55px 0;
}
.home_title {
	width: 100%;
}
.home_title h1 {
	text-transform: capitalize;
	font-size: 2.875rem;
	font-weight: bold;
	color: #000000;
	text-align: center;
	font-family: Barlow_bold;
}
.home_title h2 {
	padding: 15px 0 25px 0;
	font-size: 16px;
	position: relative;
	text-align: center;
	font-family: Barlow;
	text-transform: capitalize;
}
.home_title h2::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 0);
	width: 55px;
	height: 2px;
	background-color: var(--i_color);
}
.home_advantages_ul {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
}
.home_advantages_ul li {
	margin-bottom: 35px;
}
.home_advantages_ul li:last-child {
	margin-bottom: 0px;
}
.home_advantages_ul img {
	width: 99px;
	height: 99px;
}
.home_advantages {
	width: 100%;
	position: relative;
	background-color: #f5f5f5;
}
.home_advantages_area {
	width: 100%;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
}
.home_area_img::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgb(0 0 0 / 10%);
}
.home_area_img img {
	width: 100%;
	height: auto;
}
.home_area_img {
	background-color: rgba(0, 0, 0, 0.03);
	position: relative;
	width: 50%;
}
.home_area_text {
	display: flex;
	display: -webkit-flex;
	flex-direction: column;
	justify-content: center;
	width: 45%;
}
.home_area_text i {
	display: block;
	width: 55px;
	height: 4px;
	background-color: var(--i_color);
	margin-top: 10px;
}
.home_area_text h2 {
	font-size: 16px;
	text-transform: capitalize;
	padding: 20px 0;
	line-height: 150%;
}
.home_area_text h3 {
	margin-top: 20px;
	font-size: 16px;
	line-height: 150%;
	color: #999999;
}
#tab_tit2 .current img {
	transition: all 0.7s ease;
}
#tab_tit2 .current:hover img {
	transform: rotateY(180deg);
}
/* #tab_cont2 .sublist:nth-child(2)>.home_advantages_area{flex-direction:row-reverse;} */
@media screen and (max-width: 1440px) {
	.home_advantages_ul img {
		width: 80px;
		height: 80px;
	}
	.home_area_text h1 {
		font-size: 1.44rem;
	}
	.home_title h1 {
		font-size: 40px;
	}
}
@media screen and (max-width: 1200px) {
	.home_advantages_title {
		margin: 80px 0 50px 0;
	}
	.home_advantages_ul img {
		width: 60px;
		height: 60px;
	}
	.home_advantages_ul li {
		margin-bottom: 15px;
	}
	.home_title h1 {
		font-size: 0.35rem;
	}
	.home_area_text h2 {
		font-size: 14px;
		padding: 10px 0;
	}
}
@media screen and (max-width: 959px) {
	.home_title h2 {
		padding: 15px 0 15px 0;
	}
	.home_advantages_title {
		margin: 50px 0 30px 0;
	}
	.home_advantages_ul img {
		width: 50px;
		height: 50px;
	}
	.home_area_text h1 {
		font-size: 1.25rem;
	}
}
@media screen and (max-width: 767px) {
	.home_advantages_title {
		margin: 30px 0 20px 0;
	}
	.home_advantages_ul {
		position: static;
		transform: translate(0%, 0%);
		display: flex;
		display: -webkit-flex;
		justify-content: space-around;
	}
	.home_advantages_area {
		flex-wrap: wrap;
		flex-direction: column-reverse;
	}
	.home_advantages_area > div {
		width: 100%;
	}
	.home_advantages_ul img {
		width: 70px;
		height: 70px;
	}
}
@media screen and (max-width: 560px) {
	.home_advantages_ul img {
		width: 50px;
		height: 50px;
	}
	.home_area_text h3 {
		font-size: 15px;
	}
}
@media screen and (max-width: 425px) {
}
/* 表单 */
div.wpforms-container-full .wpforms-form input.wpforms-field-medium,
div.wpforms-container-full .wpforms-form select.wpforms-field-medium,
div.wpforms-container-full .wpforms-form .wpforms-field-row.wpforms-field-medium {
	max-width: 100% !important;
}
/* 页面表单 */
#wpforms-74{
	--wpforms_input_height:48px;
	--wpforms_textarea_height:120px;
	--wpforms_input_font_size: 16px;
}
#wpforms-74{margin:0; padding:0;}
#wpforms-form-74{width:100%; position:relative;}

/* 字段样式 */
#wpforms-74 .wpforms-field-container>.wpforms-field{width: 100%; padding: 0 1px 20px; margin: 0 0 6px;overflow-x:initial !important; position: relative;}
#wpforms-74 label.wpforms-field-label{display: block; margin-bottom: 8px; font-size: 16px; font-weight: bold;}
#wpforms-74 .wpforms-field-container .wpforms-required-label{color: #D63637;}
#wpforms-74 .wpforms-field-container .wpforms-field>input,
#wpforms-74 .wpforms-field-container textarea
{width: 100%; max-width: 100%; box-sizing: border-box; padding: 10px 14px!important; margin: 0 0; border: 1px solid #CCC; background: #FFF; border-radius:8px; font-size:var(--wpforms_input_font_size); line-height: 1.4;}
#wpforms-74 .wpforms-field-container .wpforms-field>input{height: var(--wpforms_input_height);}
#wpforms-74 .wpforms-field-container textarea{height: var(--wpforms_textarea_height);}
#wpforms-74 input::placeholder, #wpforms-74 textarea::placeholder{color:#AAA; font-size:var(--wpforms_input_font_size); line-height: 1.4;}

#wpforms-74 .wpforms-field-container .wpforms-field>input:hover,
#wpforms-74 .wpforms-field-container textarea:hover,
#wpforms-74 .wpforms-field-container .wpforms-field>input:focus,
#wpforms-74 .wpforms-field-container textarea:focus{border-color: #999;}

/* 验证错误提示 */
#wpforms-74 label.wpforms-error, #wpforms-74 em.wpforms-error{position: absolute; left: 0; bottom: 0; font-size: 13px; color: #D63637;}

/* 隐藏 Label 标签 */
/* #wpforms-74 .wpforms-field-container .wpforms-field-label{height: 0; font-size: 0;margin: 0 0;}
#wpforms-74 .wpforms-field-container .wpforms-required-label{position: absolute;top: 4px; left: 6px; font-size: 16px; font-weight: bold;} */

/* 输入框水平排列，一行两个 */
#wpforms-74 .wpforms-field-container{display:flex; flex-wrap:wrap;justify-content: space-between;}
#wpforms-74-field_1-container,
#wpforms-74-field_2-container,
#wpforms-74-field_3-container,
#wpforms-74-field_7-container{width: 49% !important;}

/* 提交按钮样式 */
#wpforms-74 .wpforms-submit-container{width: 220px; border-radius:6px; padding:0 0; position: relative; cursor: pointer; overflow: hidden;}
#wpforms-74 .wpforms-submit-container button{width: 100%; height:44px; font-size: 18px; font-weight: bold; color: #FFF; background: var(--i_color);}
#wpforms-74 .wpforms-submit-container img{position:absolute;top:50%;transform:translate(0,-50%);right:4px;z-index:2}
#wpforms-74 .wpforms-submit-container button:hover{background: #0a68b5;}

@media screen and (max-width: 768px) {
	#wpforms-74 .wpforms-field-container>.wpforms-field{width: 100% !important;}
	#wpforms-74 .wpforms-submit-container{margin-bottom: 50px;}
}




/* 产品详情表单 */
#wpforms-83{
	--wpforms_input_height:42px;
	--wpforms_textarea_height:120px;
	--wpforms_input_font_size: 14px;
}
#wpforms-83{margin:0; padding:0;}
#wpforms-form-83{width:100%; position:relative;}

/* 字段样式 */
#wpforms-83 .wpforms-field-container>.wpforms-field{width: 100%; padding: 0 1px 20px; margin: 0 0 6px;overflow-x:initial !important; position: relative;}
#wpforms-83 label.wpforms-field-label{display: block; margin-bottom: 8px; font-size: 16px; font-weight: bold;}
#wpforms-83 .wpforms-field-container .wpforms-required-label{color: #D63637;}
#wpforms-83 .wpforms-field-container .wpforms-field>input,
#wpforms-83 .wpforms-field-container textarea
{width: 100%; max-width: 100%; box-sizing: border-box; padding: 10px 14px!important; margin: 0 0; border: 1px solid #CCC; background: none; font-size:var(--wpforms_input_font_size); line-height: 1.4;}
#wpforms-83 .wpforms-field-container .wpforms-field>input{height: var(--wpforms_input_height);}
#wpforms-83 .wpforms-field-container textarea{height: var(--wpforms_textarea_height);}
#wpforms-83 input::placeholder, #wpforms-83 textarea::placeholder{color:#AAA; font-size:var(--wpforms_input_font_size); line-height: 1.4;}

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

/* 验证错误提示 */
#wpforms-83 label.wpforms-error, #wpforms-83 em.wpforms-error{position: absolute; left: 0; bottom: 0; font-size: 13px; color: #D63637;}

/* 隐藏 Label 标签 */
#wpforms-83 .wpforms-field-container .wpforms-field-label{height: 0; font-size: 0;margin: 0 0;}
#wpforms-83 .wpforms-field-container .wpforms-required-label{position: absolute;top: 4px; left: 6px; font-size: 16px; font-weight: bold;}

/* 输入框水平排列，一行两个 */
#wpforms-83 .wpforms-field-container{display:flex; flex-wrap:wrap;justify-content: space-between;}
#wpforms-83-field_1-container,
#wpforms-83-field_2-container{width: 49% !important;}

/* 提交按钮样式 */
#wpforms-83 .wpforms-submit-container{width: 220px; border-radius:6px; padding:0 0; position: relative; overflow: hidden;}
#wpforms-83 .wpforms-submit-container button{width: 100%; height:44px; font-size: 16px; font-weight: bold; color: #FFF; background: var(--i_color);}
#wpforms-83 .wpforms-submit-container img{position:absolute;top:50%;transform:translate(0,-50%);right:4px;z-index:2}
#wpforms-83 .wpforms-submit-container button:hover{background: #0a68b5;}





/* ······about········· */
.top_content {
	position: relative;
	width: 100%;
}
.top_content img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	object-fit: cover;
	z-index: -1;
}
.top_content > h3 {
	cursor: pointer;
	margin-left: 15%;
	padding-top: 8%;
	line-height: 170%;
	font-size: 2.625rem;
	color: #fff;
	text-transform: capitalize;
}
.top_content > h4 {
	cursor: pointer;
	margin-left: 15%;
	line-height: 170%;
	font-size: 1.5rem;
	color: #fff;
	text-transform: capitalize;
}
.top_content > h4 a {
	color: #fff;
}
@media screen and (max-width: 959px) {
	.top_content > h3 {
		font-size: 24px;
		padding-top: 8%;
	}
	.top_content > h4 {
		font-size: 18px;
	}
}
@media screen and (max-width: 560px) {
	.top_content {
		margin-top: var(--header_height);
	}
	.top_content > h3 {
		font-size: 18px;
		padding-top: 2%;
	}
	.top_content > h4 {
		font-size: 16px;
	}
}
.a_value {
	padding: 2%;
	overflow: hidden;
	background-color: var(--i_color);
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	position: relative;
	z-index: 2;
	transform: translateY(-50%);
}
.a_value > li {
	flex: 1;
	display: flex;
	display: -webkit-flex;
	flex-direction: column;
	color: #fff;
	margin-right: 1%;
	padding: 0 2%;
}
.a_value > li > h3 {
	font-size: 1.6rem;
	text-transform: capitalize;
	font-weight: bold;
	text-align: center;
}
.a_value > li > p {
	font-size: 1.1rem;
	margin-top: 16px;
	padding: 0 2%;
	text-align: center;
}

@media screen and (max-width: 1440px) {
	.a_value > li > h3 {
		font-size: 1.55rem;
	}
	.a_value > li > p {
		font-size: 1.125rem;
	}
}
@media screen and (max-width: 1200px) {
	.a_value {
		margin-top: -1%;
	}
	.a_value > li > h3 {
		font-size: 1.5rem;
	}
	.a_value > li > p {
		font-size: 1.25rem;
	}
}
@media screen and (max-width: 959px) {
	.a_value {
		width: 100%;
	}
	.a_value > li > h3 {
		font-size: 20px;
		text-align: center;
	}
	.a_value > li > p {
		font-size: 16px;
	}
}
@media screen and (max-width: 959px) {
	.a_value > li > h3 {
		font-size: 14px;
	}
	.a_value > li > p {
		display: none;
	}
}
.A_conten1 {
}
.A_conten1 .right_img iframe {
	width: 100%;
	height: 500px;
}
.A_conten1 .ytp-gradient-top,
.A_conten1 .ytp-impression-link {
	display: none !important;
}
.A_conten1 .com_but p {
	margin-right: 0;
}
.A_content2 {
	width: 100%;
	padding: 3% 0;
	background: #F2F3F0;
	/* background: url(static/images/A_bc2.webp) center; */
	/* background-size: 100% 100%; */
}
.A_content2 h1 {
	text-align: center;
}
.A_content2 .intro_txt {
	margin: 1.5625rem 25%;
	text-align: center;
}
@media screen and (max-width: 959px) {
	.A_conten1 {
		display: block;
		background: none;
	}
	.A_conten1 .right_img {
		display: 100%;
	}
	.A_conten1 .left_txt {
		width: 100%;
		padding: 2% 5%;
	}
}
.f_partner_list > ul > li {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.f_partner_list p {
	width: 100%;
	background-color: var(--i_color);
	text-align: center;
	line-height: 60px;
	font-size: 20px;
	color: #fff;
}
.f_partner_list .img {
	position: relative;
	overflow: hidden;
}
.f_partner_list .img::before {
	content: "";
	display: block;
	padding-bottom: 71%;
}
.f_partner_list .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
/* ----factory_swiper---- */
.left_but,
.right_but {
	display: none;
}
.f_partner {
	position: relative;
	margin-top: 30px;
}
.f_partner_list {
	width: 100%;
	padding: 0;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	z-index: 1;
}
.f_partner_list .swiper-wrapper {
	display: flex;
	position: relative;
	width: 100%;
	z-index: 1;
}
.f_partner_list .swiper-slide {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-shrink: 0;
	position: relative;
	cursor: pointer;
}
.f_partner_list .img {
	width: 100%;
}
.f_partner_list .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.f_partner_list li:hover img {
	opacity: 1;
	filter: grayscale(0);
	-webkit-filter: grayscale(0);
	-moz-filter: grayscale(0);
	-o-filter: grayscale(0);
	-ms-filter: grayscale(0);
}
.f_partner_list .img img {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
/* 指示器 */
.ft-pagination {
	display: none;
}
/* .ft-pagination{display:none; text-align:center; margin:10px auto 0}
.fpt-pagination .swiper-pagination-bullet{width:12px; height:12px; display:inline-block; margin:0 5px; background:#BBB; -webkit-border-radius:50%; -moz-border-radius:50%; -o-border-radius:50%; border-radius:50%; outline:none}
.fpt-pagination .swiper-pagination-bullet-active{position:relative; background:var(--i_color)} */
/* 左右箭头 */
.f_partner .fpt-button-prev,
.f_partner .fpt-button-next {
	position: absolute;
	/* top:50%; transform:translate(0,-50%);  */
	width: 40px;
	height: 40px;
	background: rgba(0, 0, 0, 0.1);
	z-index: 999;
	cursor: pointer;
	outline: none;
}
.f_partner .fpt-button-prev {
	left: 90%;
}
.f_partner .fpt-button-prev:before,
.f_partner .fpt-button-next:before {
	position: absolute;
	top: 50%;
	left: 50%;
	font-size: 30px;
	line-height: 30px;
	color: #fff;
	font-family: -apple-system, simsun, system-ui, sans-serif;
	letter-spacing: -2px;
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.f_partner .f-button-prev {
	left: 1px;
}
.f_partner .fpt-button-prev:before {
	content: "<";
}
.f_partner .fpt-button-next {
	right: 1px;
}
.f_partner .fpt-button-next:before {
	content: ">";
}
@media screen and (max-width: 1200px) {
	.f_partner .fpt-button-prev,
	.f_partner .fpt-button-next {
		display: none;
	}
}
@media screen and (max-width: 560px) {
	.fpt-pagination {
		display: block;
		margin: 14px auto 0;
	}
	.fpt-pagination .swiper-pagination-bullet {
		width: 10px;
		height: 10px;
	}
}
.A_content3 {
	padding: 3% 0;
}
.A_content3 h1 {
	text-align: center;
}
.A_content3 .intro_txt {
	margin: 1.5625rem 25%;
	text-align: center;
}
.ad_list {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	margin-top: 5rem;
}
.ad_list > li {
	width: calc(100% / 4 - 1%);
	box-shadow: 0px 0px 4px #ddd;
	border-radius: 8px;
	overflow: hidden;
}
.ad_list .img {
	position: relative;
	overflow: hidden;
	width: 100%;
}
.ad_list .img::before {
	content: "";
	display: block;
	padding-bottom: 77%;
}
.ad_list .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: all 0.7s ease;
}
.ad_list .txt {
	padding: 20px;
}
.ad_list h5 {
	font-size: 1.5rem;
	font-weight: bold;
	margin: 6% 5% 4% 0;
	transition: all 0.7s ease;
}
.ad_list p {
	font-size: 14px;
	line-height: 150%;
	transition: all 0.7s ease;
}
.ad_list > li:hover img {
	width: 110%;
	height: 110%;
}
.ad_list > li:hover h5,
.ad_list > li:hover p {
	color: var(--i_color);
}
@media screen and (max-width: 1200px) {
	.ad_list > li h5 {
		font-size: 18px;
		font-weight: normal;
	}
	.ad_list > li p {
		font-size: 14px;
	}
}
@media screen and (max-width: 959px) {
	.ad_list {
		display: block;
		margin-top: 30px;
	}
	.ad_list > li {
		width: 80%;
		margin: 0 auto;
		align-items: center;
	}
	.ad_list > li h5 {
		font-weight: bold;
		margin: 10px 0;
	}
	.ad_list > li p {
		margin: 0 0 20px 0;
		line-height: 170%;
	}
}
/* honor_swiper */
.h_partner {
	position: relative;
}
.h_partner_list {
	width: 100%;
	padding: 0;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	z-index: 1;
}
.h_partner_list .swiper-wrapper {
	display: flex;
	position: relative;
	width: 100%;
	z-index: 1;
}
.h_partner_list .swiper-slide {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-shrink: 0;
	position: relative;
	cursor: pointer;
}
/* .h_partner_list .img{width:100%; box-sizing:border-box; border:1px solid rgba(0,0,0,.2); position:relative; overflow:hidden} */
/* .h_partner_list .img:before{content:""; display:block; padding-bottom:50%} */
/* .h_partner_list .img img{opacity:.5; position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); max-width:70%; max-height:60%; filter:grayscale(1); -webkit-filter:grayscale(1); -moz-filter:grayscale(1); -o-filter:grayscale(1); -ms-filter:grayscale(1); object-fit:contain} */
.h_partner_list .img {
	width: 100%;
}
.h_partner_list .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.h_partner_list li:hover img {
	opacity: 1;
	filter: grayscale(0);
	-webkit-filter: grayscale(0);
	-moz-filter: grayscale(0);
	-o-filter: grayscale(0);
	-ms-filter: grayscale(0);
}
.h_partner_list .img img {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
/* 指示器 */
.pt-pagination {
	display: none;
	text-align: center;
	margin: 10px auto 0;
}
.pt-pagination .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	display: inline-block;
	margin: 0 5px;
	background: #bbb;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	outline: none;
}
.pt-pagination .swiper-pagination-bullet-active {
	position: relative;
	background: var(--i_color);
}
/* 左右箭头 */
.h_partner .pt-button-prev,
.h_partner .pt-button-next {
	display: none;
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	width: 40px;
	height: 50px;
	background: rgba(0, 0, 0, 0.3);
	z-index: 999;
	cursor: pointer;
	outline: none;
}
.h_partner .pt-button-prev:before,
.h_partner .pt-button-next:before {
	position: absolute;
	top: 50%;
	left: 50%;
	font-size: 30px;
	line-height: 30px;
	color: #fff;
	font-family: -apple-system, simsun, system-ui, sans-serif;
	letter-spacing: -2px;
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.h_partner .pt-button-prev {
	left: 1px;
}
.h_partner .pt-button-prev:before {
	content: "<";
}
.h_partner .pt-button-next {
	right: 1px;
}
.h_partner .pt-button-next:before {
	content: ">";
}
@media screen and (max-width: 1200px) {
	.h_partner .pt-button-prev,
	.h_partner .pt-button-next {
		display: none;
	}
	.pt-pagination {
		display: block;
	}
}
@media screen and (max-width: 560px) {
	.pt-pagination {
		margin: 14px auto 0;
	}
	.pt-pagination .swiper-pagination-bullet {
		width: 10px;
		height: 10px;
	}
}
/* ---product------ */
.P_content1 {
	margin-top: 1.875rem;
}
.P_content1 {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	align-items: flex-start;
}
.P_content1 .left_list {
	width: 28%;
	padding-right: 2%;
}
.P_content1 .right_list {
	width: 70%;
}
@media screen and (min-width: 769px) {
	.P_content1 .right_list {
		text-align: justify;
	}
}
/* 搜索 */
.P_search {
	width: 100%;
	height: 74px;
	position: relative;
}
.P_search form {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	font-size: 0;
	overflow: hidden;
}
.P_search .P_search_ipt,
.P_search .P_search_btn {
	display: inline-block;
	vertical-align: middle;
}
.P_search .P_search_ipt {
	width: calc(100% - 68px);
	height: 68px;
	line-height: 68px;
	padding-left: 16px;
	font-size: 16px;
	color: #555;
	border: 1px solid #cecece;
}
.P_search .P_search_btn {
	width: 68px;
	height: 68px;
	background: #999 url("static/images/search_bai.svg") no-repeat center;
	background-size: 20px;
	cursor: pointer;
}
.P_search {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.P_content1 .left_list h3 {
	text-transform: capitalize;
	padding-left: 12px;
	font-size: 1.5rem;
	line-height: 3rem;
	position: relative;
	margin-top: 20px;
}
.P_content1 .left_list h3::before {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0%;
	width: 5px;
	height: 25px;
	background-color: var(--i_color);
}
.product_classify > li {
	border: 1px solid #ccc;
	border-bottom: none;
	line-height: 4.25rem;
	font-size: 1rem;
	padding: 0 20px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.product_classify > li a {
	text-transform: capitalize;
}
.product_classify > li:last-child {
	border-bottom: 1px solid #ccc;
}
.product_box {
	width: 100%;
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
}
.product_box > li {
	width: calc(100% / 3 - 2%);
	margin-right: 2%;
	box-shadow: 0px 0px 12px 0px #ccc;
	margin-bottom: 2%;
	overflow: hidden;
}
.product_box > li:nth-child(3n) {
	margin-right: 0;
}
.product_box .img {
	position: relative;
	overflow: hidden;
}
.product_box .img::before {
	content: "";
	display: block;
	padding-bottom: 100%;
}
.product_box .img img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.product_box .txt {
	height: 60px;
	padding: 0 20px;
	border-top: 1px solid #e6e6e6;
}
.product_box .tit {
	font-size: 14px;
	color: #000;
	text-align: center;
	line-height: 60px;
}
.product_box h6 {
	text-align: center;
	font-size: 12px;
	color: #555;
	line-height: 170%;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.product_box > li .txt,
.product_box > li .img,
.product_box > li .img::before,
.product_box > li .img img {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.7s ease;
}
.product_box li:hover .img::before {
	padding-bottom: calc(100% - 70px);
}
.product_box li:hover .img img {
	width: 88%;
	height: 88%;
}
.product_box li:hover .txt {
	height: 130px;
}
@media screen and (max-width: 959px) {
	.product_box {
		flex-wrap: wrap;
		margin-top: 30px;
	}
	.product_box > li {
		width: 47.5%;
		margin-right: 2%;
	}
	.product_box > li:nth-child(3n) {
		margin-right: 2%;
	}
	.P_content1 {
		display: block;
	}
	.P_content1 .left_list {
		width: 100%;
	}
	.P_content1 .right_list {
		width: 100%;
	}
}
@media screen and (max-width: 560px) {
	.product_box > li {
		width: 100%;
	}
	.product_classify > li {
		line-height: 50px;
		text-align: center;
		font-size: 14px;
	}
}
/* ----------详情页------------ */
.PD_content {
	background: none;
	margin-top: 50px;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
.PD_content .pd_intro {
	width: 58%;
	text-align: justify;
}
.pd_intro > h1 {
	font-size: 2rem;
}
.pd_intro > h2 {
	font-size: 1.125rem;
	margin: 10px 0 20px;
}
.pd_intro > h6 {
	font-size: 1.125rem;
}
.pd_intro > p {
	font-size: 15px;
	color: #646262;
	line-height: 170%;
}
.pd_img {
	position: relative;
	overflow: hidden;
	width: 38%;
}
@media screen and (max-width: 1440px) {
	.PD_content .pd_intro {
		width: 50%;
	}
	.pd_img {
		width: 45%;
	}
}
@media screen and (max-width: 1366px) {
	.PD_content .pd_intro {
		width: 45%;
	}
	.pd_img {
		width: 50%;
	}
}
@media screen and (max-width: 1024px) {
	.PD_content .pd_intro {
		width: 100%;
	}
	.pd_img {
		width: 100%;
	}
}
@media screen and (max-width: 768px) {
	.PD_content .pd_intro {
		text-align: left;
	}
}

.pTags{display:flex; flex-wrap:nowrap; align-items: baseline; gap: 0 14px;}
.pTags h6{flex-shrink: 0; font-size: 15px; color: #333;}
.pTags ul{display:flex; flex-wrap:wrap; gap: 14px;}
.pTags li a{font-size: 14px; color: #666;}
.pTags li a:hover{color: var(--i_color); text-decoration: underline;}


.p_partner {
	position: relative;
}
.p_partner_list {
	width: 100%;
	padding: 0;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	z-index: 1;
}
.p_partner_list .swiper-wrapper {
	display: flex;
	position: relative;
	width: 100%;
	z-index: 1;
}
.p_partner_list .swiper-slide {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-shrink: 0;
	position: relative;
	cursor: pointer;
}
/* .p_partner_list .img{width:100%; box-sizing:border-box; border:1px solid rgba(0,0,0,.2); position:relative; overflow:hidden} */
/* .p_partner_list .img:before{content:""; display:block; padding-bottom:50%} */
/* .p_partner_list .img img{opacity:.5; position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); max-width:70%; max-height:60%; filter:grayscale(1); -webkit-filter:grayscale(1); -moz-filter:grayscale(1); -o-filter:grayscale(1); -ms-filter:grayscale(1); object-fit:contain} */
.p_partner_list .img {
	width: 100%;
	position: relative;
	overflow: hidden;
}
.p_partner_list .img img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.p_partner_list .img::before {
	content: "";
	display: block;
	padding-bottom: 100%;
}
.p_partner_list li:hover img {
	opacity: 1;
	filter: grayscale(0);
	-webkit-filter: grayscale(0);
	-moz-filter: grayscale(0);
	-o-filter: grayscale(0);
	-ms-filter: grayscale(0);
}
.p_partner_list .img img {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
/* 指示器 */
.pt-pagination {
	text-align: center;
	margin: 20px auto 0;
}
.pt-pagination .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	display: inline-block;
	margin: 0 5px;
	background: #bbb;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	outline: none;
}
.pt-pagination .swiper-pagination-bullet-active {
	position: relative;
	background: var(--i_color);
}
/* 左右箭头 */
.p_partner .pt-button-prev,
.p_partner .pt-button-next {
	display: none;
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	width: 40px;
	height: 50px;
	background: rgba(0, 0, 0, 0.3);
	z-index: 999;
	cursor: pointer;
	outline: none;
}
.p_partner .pt-button-prev:before,
.p_partner .pt-button-next:before {
	position: absolute;
	top: 50%;
	left: 50%;
	font-size: 30px;
	line-height: 30px;
	color: #fff;
	font-family: -apple-system, simsun, system-ui, sans-serif;
	letter-spacing: -2px;
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.p_partner .pt-button-prev {
	left: 1px;
}
.p_partner .pt-button-prev:before {
	content: "<";
}
.p_partner .pt-button-next {
	right: 1px;
}
.p_partner .pt-button-next:before {
	content: ">";
}
@media screen and (max-width: 1024px) {
	.p_partner .pt-button-prev,
	.p_partner .pt-button-next {
		display: block;
	}
	/* .pt-pagination{display:block} */
}
@media screen and (max-width: 560px) {
	.pt-pagination {
		margin: 14px auto 0;
	}
	.pt-pagination .swiper-pagination-bullet {
		width: 10px;
		height: 10px;
	}
}
.PD_menubox {
	background-color: var(--i_color);
	height: 80px;
}
.PD_menu {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	align-items: center;
}
.PD_menu > li a {
	color: #fff;
	font-size: 22px;
	line-height: 80px;
	text-transform: capitalize;
}
.pd_rightList {
	width: 100%;
	background-color: #fafafa;
	padding: 2% 4%;
	overflow-x: auto;
	color: #666;
}
.pd_rightList li {
	list-style: disc;
}
.pd_rightList .line_tit {
	color: #000;
	font-size: 26px;
	line-height: 170%;
	margin-bottom: 20px;
	text-transform: capitalize;
	font-weight: bold;
}
.pd_rightList .line2,
.pd_rightList .line1 {
	margin: 5% 0;
}
.pd_rightList .line3,
.pd_rightList .line1 {
	padding-bottom: 2%;
	/* border-bottom: 1px solid var(--i_color); */
}
.pd_rightList .txt {
	font-size: 1rem;
	line-height: 170%;
}
.pd_rightList .line2 > ul {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	align-items: center;
}
.pd_rightList .line2 > ul > li {
	position: relative;
}
.pd_rightList .line2 > ul > li > p {
	font-size: 3rem;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.pd_rightList .line2 > ul > li > p::first-letter {
	font-size: 5rem;
	color: var(--i_color);
}
.pd_rightList .line3 .txt {
	font-size: 1rem;
	line-height: 180%;
	color: #666;
}
.pd_rightList .line4 .txt {
	line-height: 170%;
}
.PD_content1 {
	/* background: url(static/images/A3_bc.jpg) center no-repeat; */
	background-color: rgba(255, 255, 255, 0.3);
}
.PD_content1 .P_content1 {
	background: none;
}
.pd_content2 {
	margin: 50px auto;
}
.pd_content2 > h2 {
	font-size: 1.75rem;
	margin: 20px 0;
	text-transform: capitalize;
}
.pd_content2 > ul {
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.pd_content2 > ul li {
	width: calc(100% / 4 - 3%);
}
.pd_content2 > ul p {
	font-size: 14px;
	text-align: center;
	line-height: 60px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.pd_content2 > ul .img {
	position: relative;
	overflow: hidden;
}
.pd_content2 > ul .img::before {
	content: "";
	display: block;
	padding-bottom: 100%;
}
.pd_content2 > ul .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.pd_other_content {
	margin: 80px auto 40px;
	line-height: 170%;
	color: #666;
	font-size: 1rem;
}
.pd_but {
	width: 300px;
	margin: 30px auto 30px 0;
}
@media screen and (max-width: 959px) {
	.pd_rightList .txt {
		font-size: 16px;
	}
	.PD_content1 {
		display: block;
	}
	.PD_content1 .left_list {
		display: none;
	}
	.PD_content1 .pd_intro {
		width: 100%;
		padding: 2%;
	}
	.pd_img {
		width: 80%;
		margin: 20px auto;
	}
	.pd_intro > h4 {
		font-size: 1.5rem;
	}
	.pd_intro > h5 {
		font-size: 1.25rem;
	}
	.pd_intro > h6 {
		font-size: 1.2rem;
	}
	.PD_menubox {
		display: none;
	}
	.pd_rightList .line2 > ul > li > p {
		font-size: 2rem;
	}
	.pd_rightList .line2 > ul > li > img {
		width: 130px;
	}
	.pd_content2 > ul li {
		width: calc(100% / 2 - 3%);
	}
	.pd_rightList .line_tit {
		font-size: 18px;
		font-weight: bold;
	}
}
@media screen and (max-width: 560px) {
	.pd_content2 > ul {
		justify-content: center;
	}
	.pd_content2 > ul li {
		width: 80%;
	}
}
/* 更多产品轮播 */
.PD_partner {
	position: relative;
}
.PD_partner_list {
	width: 100%;
	padding: 0;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	z-index: 1;
}
.PD_partner_list .swiper-wrapper {
	display: flex;
	position: relative;
	width: 100%;
	z-index: 1;
	justify-content: flex-start;
}
.PD_partner_list .swiper-wrapper > li {
	width: calc(100% / 4 - 10px);
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.PD_partner_list .swiper-slide {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-shrink: 0;
	position: relative;
	cursor: pointer;
	width: 100%;
}
.PD_partner_list .swiper-slide a {
	display: block;
	width: 100%;
	overflow: hidden;
}
/* .PD_partner_list .img{width:100%; box-sizing:border-box; border:1px solid rgba(0,0,0,.2); position:relative; overflow:hidden} */
/* .PD_partner_list .img:before{content:""; display:block; padding-bottom:50%} */
/* .PD_partner_list .img img{opacity:.5; position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); max-width:70%; max-height:60%; filter:grayscale(1); -webkit-filter:grayscale(1); -moz-filter:grayscale(1); -o-filter:grayscale(1); -ms-filter:grayscale(1); object-fit:contain} */
.PD_partner_list .img {
	width: 100%;
	position: relative;
	overflow: hidden;
}
.PD_partner_list .img::before {
	content: "";
	display: block;
	padding-bottom: 100%;
}
.PD_partner_list .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.PD_partner_list .tit {
	font-size: 16px;
	text-align: center;
	margin: 10px 20px;
	color: #000;
}
.PD_partner_list li:hover img {
	width: 120%;
	height: 120%;
}
.PD_partner_list .img img {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.PD_partner_list > ul li:hover .tit {
	color: var(--i_color);
}
/* 指示器 */
.pt-pagination {
	display: none;
	text-align: center;
	margin: 20px auto 0;
}
.pt-pagination .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	display: inline-block;
	margin: 0 5px;
	background: #bbb;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	outline: none;
}
.pt-pagination .swiper-pagination-bullet-active {
	position: relative;
	background: var(--i_color);
}
/* 左右箭头 */
.PD_partner .pt-button-prev,
.PD_partner .pt-button-next {
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	width: 40px;
	height: 50px;
	background: rgba(0, 0, 0, 0.3);
	z-index: 999;
	cursor: pointer;
	outline: none;
}
.PD_partner .pt-button-prev:before,
.PD_partner .pt-button-next:before {
	position: absolute;
	top: 50%;
	left: 50%;
	font-size: 30px;
	line-height: 30px;
	color: #fff;
	font-family: -apple-system, simsun, system-ui, sans-serif;
	letter-spacing: -2px;
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.PD_partner .pt-button-prev {
	left: 1px;
}
.PD_partner .pt-button-prev:before {
	content: "<";
}
.PD_partner .pt-button-next {
	right: 1px;
}
.PD_partner .pt-button-next:before {
	content: ">";
}
.PD_partner .pt-button-prev,
.PD_partner .pt-button-next {
	display: none;
}
@media screen and (max-width: 960px) {
	.PD_partner .pt-button-prev,
	.PD_partner .pt-button-next {
		display: block;
	}
	/* .pt-pagination{display:block} */
}
@media screen and (max-width: 560px) {
	.pt-pagination {
		margin: 14px auto 0;
	}
	.pt-pagination .swiper-pagination-bullet {
		width: 10px;
		height: 10px;
	}
}
/*-------------news--------------- */
.p_menu_list {
	overflow: hidden;
	background-color: #eee;
	height: 88px;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	align-items: center;
}
.p_menu_list a {
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	padding: 0 1%;
	font-size: 1.125rem;
	color: #363636;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
}
.p_menu_list li {
	width: 24%;
	height: 100%;
	text-align: center;
	padding: 22px 12px;
	font-weight: bold;
	text-transform: capitalize;
	border: 1px solid #ddd;
	border-bottom: none;
	position: relative;
}
.p_menu_list .active {
	border: none;
	border-top: 1px solid var(--i_color);
	background-color: #fff;
}
.p_menu_list .active::after {
	display: none;
}
.p_menu_list li::after {
	content: "";
	width: 100%;
	height: 100%;
	border-top: 1px solid var(--i_color);
	position: absolute;
	top: 100%;
	left: 0;
	background-color: #fff;
	z-index: 1;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
}
.p_menu_list li:hover::after {
	top: 0;
}
.p_menu_list li:hover a {
	color: var(--i_color);
}
@media screen and (max-width: 959px) {
	.p_menu_list {
		flex-wrap: wrap;
		height: 100%;
		background-color: #fff;
		margin-top: 30px;
	}
	.p_menu_list li {
		width: 70%;
		padding: 4% 0;
		margin-bottom: 10px;
		border: 1px solid #ddd;
	}
	.p_menu_list li::after {
		display: none;
	}
	.p_menu_list a {
		font-size: 16px;
	}
	.p_menu_list .active {
		border: 1px solid var(--i_color);
	}
}
@media screen and (max-width: 560px) {
	.p_menu_list a {
		font-size: 14px;
	}
}
.n_search {
	width: 30%;
	margin: 30px auto;
}
.n_search .P_search {
	height: 60px;
}
.n_search .P_search .P_search_ipt {
	width: calc(100% -50px);
	height: 50px;
	line-height: 50px;
}
.n_search .P_search .P_search_btn {
	width: 50px;
	height: 50px;
}
/* 新闻列表 */
.n_list_box {
	margin: 80px auto;
}
.n_list {
	display: flex;
	display: -webkit-flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
}
.n_list li a {
	display: block;
	width: 100%;
	height: 100%;
}
.n_list li {
	width: 23%;
	margin-bottom: 70px;
	margin-right: 2%;
}
@media screen and (min-width: 959px) {
	.n_list li:nth-child(4n) {
		margin-right: 0;
	}
}
@media screen and (max-width: 959px) {
	.n_list li {
		width: 32%;
		margin-right: 2%;
	}
	.n_list li:nth-child(3n) {
		margin-right: 0;
	}
}
.n_list .img {
	position: relative;
	overflow: hidden;
	width: 100%;
}
.n_list .img::before {
	content: "";
	display: block;
	padding-bottom: 77%;
}
.n_list .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.n_list_bottm {
	background-color: #fff;
	border-radius: 8px;
	box-shadow: 0px 0px 4px #ccc;
	padding: 0.625rem 30px;
	position: relative;
	z-index: 12;
	top: -10px;
}
.n_list h3 {
	color: #444;
	font-size: 16px;
	text-transform: capitalize;
	color: #444;
	font-weight: bold;
	margin: 20px 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.n_list h3::after {
	content: "";
	position: absolute;
	width: 3px;
	height: 0px;
	background-color: var(--i_color);
	top: 15%;
	left: 0;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
}
.n_list li:hover h3::after {
	height: 20px;
}
.n_list li:hover .n_list_bottm {
	box-shadow: 0px 0px 8px 0px rgb(160, 160, 160);
}
.n_list p {
	font-size: 14px;
	color: #666;
	line-height: 120%;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.date_box {
	margin: 16px 0 0;
	font-size: 14px;
	color: #808080;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	align-items: center;
}
.n_list li:hover h3 {
	color: var(--i_color);
}
.n_list li:hover i {
	background-color: var(--i_color);
	color: #fff;
}
.n_list li:hover .hn_but p {
	color: var(--i_color);
}
@media screen and (max-width: 959px) {
	.n_list h3::after {
		top: 12%;
	}
}
@media screen and (max-width: 560px) {
	.n_list li {
		width: 80%;
		margin: 10px auto;
		padding: 0;
	}
	.n_list li:nth-child(3n) {
		margin-right: auto;
	}
}
/* --------------------News详情页------------------------------ */
.New_D_container {
	margin-top: 50px;
}
@media screen and (max-width: 1440px) {
	.New_D_container {
		padding: 0 6%;
	}
}
.New_D_container h1 {
	font-size: 1.25rem;
	line-height: 140%;
	color: #000;
	text-align: center;
	padding: 0px 8%;
}
.New_D_container .futit {
	margin-top: 1.3%;
	padding: 0.5% 0;
	font-size: 14px;
	color: #aca6a6;
	text-align: center;
	background-color: #eeeeee;
}
/*.New_D_container .introduce {*/
/*	font-size: 14px;*/
/*	line-height: 24px;*/
/*	color: #666;*/
/*	text-align: justify;*/
/*	margin: 20px 0;*/
/*	font-family: "Montserrat";*/
/*	line-height: 150%;*/
/*	-webkit-font-smoothing: antialiased !important;*/
/*	word-wrap: break-word;*/
/*}*/
/*.New_D_container .introduce span,*/
/*.New_D_container .introduce p {*/
/*	font-family: "Montserrat" !important;*/
/*}*/
/*.New_D_container .introduce p {*/
/*	margin: 10px 0;*/
/*}*/
/*.New_D_container .introduce li {*/
/*	list-style: disc;*/
/*}*/
/*.New_D_container .introduce img.aligncenter {*/
/*	display: block;*/
/*	margin: 0 auto;*/
/*}*/

.New_D_container .img_box {
	width: 80%;
	margin: 20px auto;
}
.New_D_container .img_box img {
	width: 100%;
	object-fit: contain;
	overflow: hidden;
	margin: 1.7% 0;
}
.New_D_container .page_queue {
	margin: 40px auto;
	width: 100%;
	border-top: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9;
}
.New_D_container .page_queue p {
	font-size: 14px;
	line-height: 30px;
	color: #666;
}
@media screen and (max-width: 959px) {
	.New_D_container h1 {
		font-size: 16px;
		line-height: 140%;
		color: #000;
		text-align: center;
		padding: 0 5%;
	}
	.New_D_container .img_box {
		width: 100%;
	}
	.New_D_container .introduce {
		padding: 2%;
	}
	.New_D_container .page_queue p {
		margin-left: 2%;
	}
}
/* 新闻轮播 */
.n_tit {
	font-size: 26px;
	color: var(--font_color);
	position: relative;
}
.n_tit span {
	background-color: #fff;
	padding-right: 26px;
}
.n_tit::after {
	content: "";
	z-index: -1;
	width: 100%;
	height: 1px;
	background-color: #e2e2e2;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.more_n_box {
	position: relative;
}
.more_n_list {
	width: 100%;
	overflow: hidden;
	z-index: 1;
	margin: 1rem auto !important;
}
.more_n_list .swiper-wrapper {
	display: flex;
	position: relative;
	width: 100%;
	z-index: 1;
	padding: 1% 0;
}
.more_n_list .swiper-slide {
	flex-shrink: 0;
	position: relative;
	cursor: pointer;
	background-color: #fff;
	border: 1px solid #eee;
	border-radius: 10px;
	overflow: hidden;
}
/* 按钮 */
.mn-button-prev,
.mn-button-next {
	position: absolute;
	bottom: 10%;
	width: 50px;
	height: 50px;
	z-index: 0;
	cursor: pointer;
	outline: none;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
}
.mn-button-prev {
	left: 0%;
	background: url(static/images/public/arrow_left_hollow_bai.svg) no-repeat center;
	background-size: 20px;
	background-color: var(--i_color);
}
.mn-button-next {
	right: 0%;
	background: url(static/images/public/arrow_right_hollow_bai.svg) no-repeat center;
	background-size: 20px;
	background-color: var(--i_color);
}
.more_n_box:hover .mn-button-prev {
	left: -3.5%;
}
.more_n_box:hover .mn-button-next {
	right: -3.5%;
}
.swiper-button-disabled {
	background-color: rgba(0, 0, 0, 0.6);
	cursor: not-allowed;
}
.more_n_list .img {
	width: 100%;
	position: relative;
	overflow: hidden;
}
.more_n_list .img::before {
	content: "";
	display: block;
	padding-bottom: 85%;
}
.more_n_list .img img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 10px;
	overflow: hidden;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
}
.more_n_list .txt {
	padding: 4% 3%;
	background-color: #fff;
}
.more_n_list h6 {
	font-weight: bold;
	font-size: 18px;
	line-height: 120%;
	color: #666;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.more_n_list .date {
	margin-top: 20px;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	font-size: 16px;
	color: #666;
}
.more_n_list li:hover img {
	width: 105%;
	height: 105%;
}
.more_n_list li:hover h6 {
	color: var(--i_color);
}
@media screen and (max-width: 959px) {
	.n_box .solut_menu {
		width: 100%;
	}
	.more_n_list {
		width: 100%;
	}
	.more_n_list li {
		width: calc(100% / 2 - 1%);
		margin-bottom: 60px;
		margin-right: 1%;
	}
}
@media screen and (max-width: 560px) {
	.more_n_list li {
		width: 80%;
		margin: 20px auto;
	}
}
/*-------------contact--------------- */
.c_contact {
	margin-top: 40px;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.c_contact .left_txt {
	width: 47%;
	padding: 2%;
	border: 2px solid var(--i_color);
	line-height: 150%;
	font-size: 16px;
	font-family: "Montserrat";
}
.c_contact .left_txt li {
	list-style: disc;
	margin: 10px 0;
}
.c_contact .left_txt ol {
	list-style: auto;
}
.c_contact .right_txt {
	width: 49%;
}
.contact_list {
	width: 100%;
}
.contact_list > li {
	cursor: pointer;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	margin-bottom: 15px;
	position: relative;
	padding-bottom: 15px;
}
.contact_list > li > a {
	display: flex;
	display: -webkit-flex;
	align-items: center;
}
.contact_list > li::after {
	content: "";
	width: 0;
	height: 3px;
	border-radius: 2px;
	position: absolute;
	bottom: 0;
	left: 0;
	background: linear-gradient(to right, var(--i_color), #fff);
	transition: all 0.7s ease;
	-webkit-transition: all 0.7s ease;
}
.contact_list > li:hover:after {
	width: 100%;
}
.contact_list > li img {
	width: 30px;
	height: 30px;
	margin-right: 20px;
	object-fit: contain;
}
.contact_list > li h5 {
	font-size: 1.24rem;
	margin: 10px 0;
}
.contact_list > li p {
	font-size: 1.125rem;
}
.contact_list > li a {
	color: #000;
}
.contact_list > li:hover h5,
.contact_list > li:hover p {
	color: var(--i_color);
}
.map {
	width: 100%;
}
.map img {
	width: 100%;
}
@media screen and (max-width: 959px) {
	.c_contact .left_txt {
		width: 100%;
		margin-bottom: 30px;
		padding: 2% 3%;
	}
	.c_contact .right_txt {
		width: 100%;
	}
}
@media screen and (max-width: 560px) {
	.c_contact .left_txt {
		padding: 2% 6%;
	}
	.contact_list > li p {
		font-size: 14px;
	}
}
/*-------------faq--------------- */
.top_tit {
	font-size: 18px;
}
.faq_list {
	border-bottom: 1px solid #ccc;
	cursor: pointer;
}
.faq_tit {
	margin: 22px 0;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	align-items: center;
}
.faq_tit img {
	width: 30px;
}
.faq_tit p {
	font-size: 1.5rem;
}
.faq_txt {
	display: none;
	font-size: 1.125rem;
	padding: 0 15% 3% 0;
}
.f_left_txt {
	padding: 2% 15% 2% 2% !important;
}
.F_content1 {
	position: relative;
	align-items: center;
	height: 100%;
	justify-content: flex-end;
	background: url(static/images/H1_bc.jpg) no-repeat;
	background-size: 100% 100%;
}
.F_content1 .left_txt {
	/* position: absolute;left: 0; top: 50%; transform: translate(0,-50% ); */
}
.F_content2 {
	background: url(static/images/N_bc.jpg) no-repeat;
	background-size: 100% 100%;
}
.F_content2 .left_txt {
	padding: 2% 15% 2% 2%;
}
.F_content2 .right_img {
	justify-content: flex-start;
}
.close_ico {
	display: none;
}
.faq_list_box .liNow .open_ico {
	display: none;
}
.faq_list_box .liNow .close_ico {
	display: block !important;
}
/* ----------------------------history ------------------------*/
.about_banner {
	position: relative;
	overflow: hidden;
}
.about_banner::before {
	content: "";
	display: block;
	padding-bottom: 26.04%;
}
.about_banner img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.about_banner_text {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.about_banner_text h2 {
	font-size: 40px;
	color: white;
	font-weight: bold;
	text-transform: capitalize;
	margin-bottom: 40px;
}
@media screen and (max-width: 1440px) {
	.about_banner_text h2 {
		font-size: 32px;
		margin-bottom: 30px;
	}
}
@media screen and (max-width: 1024px) {
	.about_banner_text h2 {
		font-size: 24px;
		margin-bottom: 20px;
	}
	.about_banner:before {
		padding-bottom: 36%;
	}
}
@media screen and (max-width: 767px) {
	.about_banner:before {
		padding-bottom: 46%;
	}
}
@media screen and (max-width: 560px) {
	.about_banner_text h2 {
		font-size: 20px;
		margin-bottom: 10px;
	}
}
/* 当前位置 */
.in_position {
	padding: 0;
	/* background:#F6F6F6; */
}
.in_position .container {
	display: flex;
	display: -webkit-flex;
}
.in_position a {
	display: block;
	float: left;
	font-size: 24px;
	color: #ffffff;
	position: relative;
	line-height: 170%;
	text-transform: capitalize;
}
.in_position a:first-child {
	padding-left: 0px;
	background-size: 16px;
}
.in_position a:not(:last-child):after {
	content: "|";
	margin: 0 10px;
	color: #ffffff;
}
.in_position a:last-child {
	color: var(--i_color) !important;
}
.in_position a:hover {
	color: var(--i_color);
}
@media screen and (max-width: 1200px) {
	.in_position a {
		font-size: 20px;
	}
}
@media screen and (max-width: 959px) {
	.in_position a {
		font-size: 15px;
	}
}
@media screen and (max-width: 767px) {
	.in_position a {
		font-size: 14px;
	}
}
@media screen and (max-width: 560px) {
	.in_position a {
		font-size: 12px;
	}
}
/* 标题 */
.history_title {
	padding: 95px 0 170px 0;
	width: 100%;
}
.history_title h1 {
	font-size: 54px;
	font-weight: bold;
	color: #000000;
	text-align: center;
	padding-bottom: 27px;
}
.history_title p {
	font-size: 18px;
	color: #000000;
	text-align: center;
}
/* ---------history------- */
.history {
	--w_h: 76px;
}
.history {
	width: 64%;
	margin: 0 auto;
	margin-bottom: 125px;
	position: relative;
}
.history::after {
	content: "";
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background-color: #333333;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, 0);
}
.history_img {
	position: relative;
}
.history_img img {
	position: absolute;
	top: 0;
	right: 40%;
	opacity: 0.2;
}
.history_ul {
	width: 100%;
	position: relative;
	padding-bottom: 185px;
	/* height: 1200px;
	overflow-y: scroll; */
}
/* .history_ul::-webkit-scrollbar-track{
	background-color: rgb(189, 189, 189) !important;
	color: #2196f3;
} */
.history_ul::after {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, 0);
	width: 3px;
	height: 100%;
	background-color: #333333;
}
.history_ul::before {
	content: "";
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background-color: #333333;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 0);
}
.history_ul li {
	width: 100%;
	display: flex;
	display: -webkit-flex;
	position: relative;
}
.history_ul li > div {
	width: 50%;
}
.history_li_text {
	padding-right: 8.3%;
	display: flex;
	display: -webkit-flex;
	flex-direction: column;
	justify-content: center;
}
.history_li_text h4 {
	font-size: 22px;
	color: #000000;
	font-weight: bold;
	text-align: right;
	padding-bottom: 45px;
	text-transform: capitalize;
}
.history_li_text h5 {
	font-size: 22px;
	color: #333333;
	text-align: right;
	line-height: 32px;
}
.history_li_right {
	padding-left: 8.3%;
	display: flex;
	display: -webkit-flex;
	align-items: center;
}
.history_li_img {
	position: relative;
	overflow: hidden;
	width: 96.5%;
}
.history_li_img::after {
	content: "";
	display: block;
	padding-bottom: 69.8%;
}
.history_li_img img {
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	object-fit: contain;
}
.history_ul li:nth-child(even) {
	flex-direction: row-reverse;
}
.history_ul li:nth-child(even) .history_li_text {
	padding-left: 8.3%;
	padding-right: 0%;
}
.history_ul li:nth-child(even) .history_li_right {
	padding-right: 8.3%;
	padding-left: 0%;
}
.history_ul li:nth-child(even) .history_li_text h4 {
	text-align: left;
}
.history_ul li:nth-child(even) .history_li_text h5 {
	text-align: left;
}
.history_i {
	position: absolute;
	display: block;
	width: var(--w_h);
	height: var(--w_h);
	background-color: #333333;
	border-radius: 50%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 3;
	cursor: pointer;
}
.history_i p {
	color: white;
	font-size: 22px;
	text-align: center;
	line-height: var(--w_h);
	font-weight: bold;
}
.history_active {
	z-index: 2;
	position: absolute;
	display: flex;
	width: calc(var(--w_h) + 20px);
	height: calc(var(--w_h) + 20px);
	border-radius: 50%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	justify-content: center;
	align-items: center;
	border: 2px solid var(--i_color);
	background-color: white;
}
.history_active p {
	width: var(--w_h);
	height: var(--w_h);
	border-radius: 50%;
	background-color: var(--i_color) !important;
	animation: fingerHandle 4s ease infinite both;
}
@keyframes fingerHandle {
	0% {
		transform: none;
	}
	70% {
		transform: scale3d(0.9, 0.9, 0.9);
	}
	100% {
		transform: none;
	}
}
@media screen and (max-width: 1600px) {
	.history_title h1 {
		font-size: 50px;
	}
	.history {
		width: 74%;
	}
	.history_li_text h4 {
		font-size: 20px;
		padding-bottom: 30px;
	}
	.history_li_text h5 {
		font-size: 20px;
		line-height: 30px;
	}
	.history {
		--w_h: 66px;
	}
	.history_i p {
		font-size: 20px;
	}
}
@media screen and (max-width: 1440px) {
	.history_title {
		padding: 80px 0 100px 0;
	}
	.history_title h1 {
		font-size: 48px;
		padding-bottom: 20px;
	}
	.history_title p {
		font-size: 17px;
		padding: 0 10px;
	}
	.history_ul {
		padding-bottom: 140px;
	}
	.history_li_text h4 {
		font-size: 18px;
		padding-bottom: 20px;
	}
	.history_li_text h5 {
		font-size: 18px;
		line-height: 26px;
	}
	.history {
		--w_h: 56px;
	}
	.history_i p {
		font-size: 18px;
	}
}
@media screen and (max-width: 1366px) {
}
@media screen and (max-width: 1200px) {
	.history_title {
		padding: 60px 0 80px 0;
	}
	.history_title h1 {
		font-size: 46px;
		padding-bottom: 15px;
	}
	.history_title p {
		font-size: 16px;
	}
	.history_ul {
		padding-bottom: 100px;
	}
	.history {
		width: 84%;
	}
	.history_li_text h4 {
		font-size: 17px;
		padding-bottom: 10px;
	}
	.history_li_text h5 {
		font-size: 17px;
		line-height: 24px;
	}
	.history {
		--w_h: 40px;
	}
	.history_i p {
		font-size: 16px;
	}
}
@media screen and (max-width: 959px) {
	.history_title {
		padding: 40px 0 60px 0;
	}
	.history_title h1 {
		font-size: 44px;
		padding-bottom: 10px;
	}
	.history_title p {
		font-size: 15px;
	}
	.history_ul {
		padding-bottom: 80px;
	}
	.history {
		width: 94%;
	}
	.history_li_text h4 {
		font-size: 16px;
		padding-bottom: 8px;
	}
	.history_li_text h5 {
		font-size: 16px;
		line-height: 22px;
	}
	.history_i p {
		font-size: 14px;
	}
}
@media screen and (max-width: 767px) {
	.history_title {
		padding: 40px;
	}
	.history_title h1 {
		font-size: 42px;
	}
	.history_title p {
		font-size: 14px;
	}
	.history_ul {
		padding-bottom: 60px;
	}
	.history {
		width: 96%;
	}
	.history_li_text h4 {
		font-size: 15px;
	}
	.history_li_text h5 {
		font-size: 15px;
		line-height: 20px;
	}
	.history_i p {
		font-size: 12px;
	}
}
@media screen and (max-width: 560px) {
	.history_title {
		padding: 25px;
	}
	.history_title h1 {
		font-size: 35px;
	}
	.history_ul {
		padding-bottom: 40px;
	}
	.history_li_text h4 {
		font-size: 14px;
	}
	.history_li_text h5 {
		font-size: 14px;
		line-height: 18px;
	}
}
@media screen and (max-width: 425px) {
	.history_title h1 {
		font-size: 30px;
	}
	.history_ul {
		padding-bottom: 20px;
	}
}
/* --------------------Search------------------------------ */
.serch {
	margin-top: var(--header_height);
	width: 100%;
	background-color: #f0eeee;
	height: 170px;
}
.serch .serch_input {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border: 1px solid var(--i_color);
	border-radius: 25px;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	width: 40%;
	margin: 0 auto;
}
.serch .serch_input input {
	width: 100%;
	padding: 8px 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 14px;
	font-family: 微软雅黑;
	color: #666;
	border: none;
	border-radius: 50px;
}
.serch .serch_input input:focus {
	outline: none;
}
.serch .serch_input p {
	width: 30px;
	height: 30px;
	background-color: #2196f3;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
}
.search_input {
	display: block;
	position: absolute;
	top: 50%;
	right: -21px;
	transform: translate(-50%, -50%);
	width: 20px !important;
	height: 20px !important;
	background-image: url("static/images/search_bai.svg") !important;
	background-position: center !important;
	background-repeat: no-repeat !important;
	background-size: 50% 50%;
	margin-left: 0px !important;
	cursor: pointer;
}
.search_input2 {
	width: 34px !important;
	height: 34px !important;
	background-image: url("static/images/search_bai.svg") !important;
	top: 50%;
	right: -16px;
}
.serch_input {
	position: relative;
}
@media screen and (max-width: 960px) {
	.serch .serch_input {
		width: 80%;
	}
}

/* search results list */
.in_search_list {
	overflow: hidden;
}
.in_search_list li {
	box-sizing: border-box;
	border: 1px solid #DDD;
	margin-bottom: 26px;
}
.in_search_list a {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding: 20px;
}
.in_search_list .img {
	width: 220px;
	position: relative;
	overflow: hidden
}
.in_search_list .img::before {
	content: "";
	display: block;
	padding-bottom: 80%
}
.in_search_list .img img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	object-fit: cover
}

.in_search_list .txt {
	width: calc(100% - 260px);
	margin-left: auto;
}
.in_search_list h2 {
	font-size: 20px;
	color: #212121;
	font-weight: bold;
	position: relative;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.in_search_list h6 {
	margin: 10px 0;
	font-size: 14px;
	color: #666;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.in_search_list i {
	display: inline-block;
	padding: 6px 10px;
	font-size: 15px;
	color: var(--i_color);
	background: #EDEDED;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.in_search_list li:hover {
	border-color: var(--i_color);
}
.in_search_list li:hover h2 {
	color: var(--i_color);
}

@media screen and (max-width:1024px) {
	.in_search_list h2 {
		font-size: 15px;
	}
	.in_search_list h6 {
		font-size: 13px;
	}
	.in_search_list i {
		font-size: 13px;
	}
}
@media screen and (max-width:768px) {
	.search_back {
		width: 40px;
		height: 40px;
	}

	.in_search_list li {
		padding-bottom: 20px;
		margin-bottom: 20px;
		border: none;
		border-bottom: 1px solid #DDD;
	}
	.in_search_list a {
		padding: 0;
	}
	.in_search_list .img {
		width: 120px;
	}
	.in_search_list .txt {
		width: calc(100% - 150px);
	}
	.in_search_list h2 {
		font-size: 15px;
	}
}

/* -------------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;
	}
}
/* 激活样式 */
#cd-navigation .current-menu-item a {
	color: var(--i_color) !important;
}
#cd-navigation .current-menu-item {
	border-bottom: 2px solid var(--i_color) !important;
}
@media screen and (max-width: 425px) {
	#cd-navigation .current-menu-item {
		border-bottom: none;
	}
}
.active a {
	color: var(--i_color);
}
main {
	overflow: hidden;
}
.faq {
	margin-top: 70px;
}
.faq h2 {
	margin-bottom: 30px;
	font-size: 20px;
	font-weight: bold;
	line-height: 170%;
	color: #666;
	text-align: center;
}
.faq li {
	margin-bottom: 10px;
	border: 1px solid #e0e0e0;
	border-radius: 3px;
}
.answer_tit {
	display: flex;
	display: -webkit-flex;
	justify-content: flex-start;
	align-items: center;
	cursor: pointer;
	height: auto;
	padding: 12px 10px;
	background-color: none;
}
.answer_tit img {
	width: 50px;
}
.answer_tit p {
	font-size: 20px;
	color: #666;
	padding-left: 6px;
}
.answer_txt {
	display: none;
	padding: 20px 12px;
	font-size: 16px;
	line-height: 170%;
	color: #666;
	border: 1px solid #e0e0e0;
	text-align: left;
	background-color: #f5f5f5;
}
.answer_list li {
	list-style: none;
}
@media screen and (max-width: 1440px) {
	.answer_tit p {
		font-size: 18px;
	}
}
@media screen and (max-width: 560px) {
	.introduce h2,
	.faq h2 {
		font-size: 18px;
	}
}
@media screen and (max-width: 959px) {
	.introduce h2,
	.faq h2 {
		font-size: 18px;
	}
	.intro_contain {
		display: block;
	}
	.intro_contain .left,
	.intro_contain .right {
		width: 98%;
	}
}
.input_hidden {
	display: none !important;
}
/* ---------------------------download----------------------------------------- */
.i_tit {
	text-align: center;
	margin: 30px 0;
}
.i_tit h4 {
	font-size: 36px;
	color: #333;
	font-weight: bold;
	text-transform: capitalize;
}
.i_tit h4::first-letter {
	color: var(--i_color);
}
.i_tit h4 b {
	color: var(--i_color);
	font-weight: bold;
}
.i_tit p {
	font-size: 18px;
	color: #666;
	width: 70%;
	margin: 10px auto 0;
}
.i_tit.left {
	text-align: left;
}
.i_tit.left p {
	margin-left: 0;
}
@media screen and (max-width: 1440px) {
	.i_tit h4 {
		font-size: 30px;
	}
}
@media screen and (max-width: 1024px) {
	.i_tit {
		margin: 20px 0;
	}
	.i_tit h4 {
		font-size: 24px;
	}
	.i_tit p {
		font-size: 16px;
	}
}
@media screen and (max-width: 560px) {
	.i_tit p {
		width: 100%;
	}
}
.down_list {
	margin: 50px 0;
}
.down_list li {
	margin-bottom: 50px;
}
.down_list h6 {
	display: table;
	padding: 8px 20px;
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	border-radius: 5px;
	background-color: var(--i_color);
	margin-bottom: 16px;
}
.down_list a {
	border-radius: 5px;
	padding: 16px 20px;
	background-color: #f4f4f4;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: 16px;
}
.down_list span {
	font-size: 18px;
	color: #333;
	font-weight: bold;
}
.down_list iconify-icon {
	font-size: 30px;
}
.down_list .tit {
	display: flex;
	align-items: center;
	gap: 0 10px;
	max-width: 70%;
}
.down_list .ico {
	width: 34px;
	height: 34px;
	background-color: var(--i_color);
	color: #fff;
	border-radius: 5px;
	display: flex;
	justify-content: center;
	align-items: center;
}
/* -----------------Exhibitions--------------- */
.exh_list {
	margin: 50px 0;
}
.exh_list a {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	border: 1px solid #ddd;
	border-radius: 6px;
	margin-bottom: 40px;
}
@media screen and (max-width: 1440px) {
	.exh_list h6 {
		font-size: 20px;
	}
	.exh_list p {
		margin-top: 16px;
		font-size: 16px;
	}
}
.exh_list .img {
	width: 32%;
	position: relative;
	overflow: hidden;
	border-radius: 6px;
}
.exh_list .txt {
	width: 67%;
	padding: 0 2%;
}
.exh_list .img::before {
	content: "";
	display: block;
	padding-bottom: 73.55%;
}
.exh_list .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.exh_list h6 {
	font-size: 24px;
	line-height: 150%;
	color: #333;
	font-weight: bold;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.exh_list p {
	margin-top: 20px;
	font-size: 18px;
	line-height: 150%;
	color: #666;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.exh_list .more {
	margin-top: 30px;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.exh_list button {
	padding: 8px 30px;
	font-size: 18px;
	color: #fff;
	background: var(--i_color);
	border-radius: 4px;
}
.exh_list .more img {
	max-width: 108px;
	object-fit: contain;
}
.exh_list img,
.exh_list h6 {
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.exh_list li:hover .img img {
	width: 105%;
	height: 105%;
}
.exh_list li:hover h6 {
	color: var(--i_color);
}
@media screen and (max-width: 1440px) {
	.exh_list h6 {
		font-size: 20px;
	}
	.exh_list p {
		margin-top: 16px;
		font-size: 16px;
	}
}
@media screen and (max-width: 1024px) {
	.exh_list h6 {
		font-size: 18px;
	}
	.exh_list p {
		margin-top: 15px;
		font-size: 15px;
	}
	.exh_list a {
		margin-bottom: 20px;
	}
}
@media screen and (max-width: 959px) {
	.exh_list a {
		padding: 10px;
	}
	.exh_list .img {
		width: 100%;
	}
	.exh_list .img::before {
		content: "";
		display: block;
		padding-bottom: 53.55%;
	}
	.exh_list .txt {
		width: 100%;
		margin-top: 20px;
	}
}
.global {
	padding: 140px 0;
	background: #505050 url(static/images/bc_global.webp) no-repeat center;
	background-size: cover;
	position: relative;
}
.global::after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: url(static/images/dot.png) repeat center;
}
@media screen and (min-width: 561px) {
	.global {
		background-attachment: fixed;
	}
}
.global .txt {
	width: 50%;
	margin: 0 auto;
	text-align: center;
	color: #fff;
	position: relative;
	z-index: 2;
}
.global h6 {
	font-size: 40px;
	font-weight: bold;
}
.global h6 span {
	color: var(--i_color);
}
.global p {
	font-size: 18px;
	margin-top: 30px;
	line-height: 150%;
}
@media screen and (max-width: 1440px) {
	.global .txt {
		width: 60%;
	}
	.global {
		padding: 100px 0;
	}
	.global h6 {
		font-size: 34px;
	}
}
@media screen and (max-width: 1024px) {
	.global .txt {
		width: 80%;
	}
	.global {
		padding: 80px 0;
	}
	.global h6 {
		font-size: 28px;
	}
	.global p {
		font-size: 16px;
		margin-top: 20px;
	}
}
@media screen and (max-width: 768px) {
	.global .txt {
		width: 90%;
	}
	.global {
		padding: 80px 0;
	}
	.global h6 {
		font-size: 22px;
	}
	.global p {
		font-size: 15px;
		margin-top: 16px;
	}
}
.tag {
	margin: 30px 0;
}
.tag p {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 10px;
}
.tag a {
	font-size: 18px;
	line-height: 200%;
	color: var(--font_color);
	margin-right: 0.2rem;
	text-transform: capitalize;
	transition: all 0.3s ease;
}
.tag a:hover {
	color: var(--i_color);
	text-decoration: underline;
}
.tag_list {
	overflow: hidden;
}
.tag_list > li {
	box-sizing: border-box;
	border: 1px solid #dedede;
	margin-bottom: 0.26rem;
}
.tag_list a {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding: 20px;
}
.tag_list .img {
	width: 220px;
	position: relative;
	overflow: hidden;
}
.tag_list .img::before {
	content: "";
	display: block;
	padding-bottom: 80%;
}
.tag_list .img img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.tag_list .txt {
	width: calc(100% - 260px);
	margin-left: auto;
}
.tag_list h2 {
	font-size: 18px;
	color: #212121;
	font-weight: bold;
	position: relative;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.tag_list h6 {
	margin: 10px 0;
	font-size: 14px;
	color: #666;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.tag_list i {
	display: inline-block;
	padding: 6px 10px;
	font-size: 13px;
	color: var(--i_color);
	background: #ededed;
}
.tag_list li:hover {
	border-color: var(--i_color);
}
.tag_list li:hover h2 {
	color: var(--i_color);
}
@media screen and (max-width: 1024px) {
	.tag_list h2 {
		font-size: 15px;
	}
	.tag_list h6 {
		font-size: 13px;
	}
	.tag_list i {
		font-size: 12px;
	}
}
@media screen and (max-width: 768px) {
	.search_back {
		width: 40px;
		height: 40px;
	}
	.tag_list li {
		padding-bottom: 20px;
		margin-bottom: 20px;
		border: none;
		border-bottom: 1px solid #DDD;
	}
	.tag_list a {
		padding: 0;
	}
	.tag_list .img {
		width: 120px;
	}
	.tag_list .txt {
		width: calc(100% - 150px);
	}
	.tag_list h2 {
		font-size: 14px;
	}
}
@media screen and (max-width: 560px) {
}
/* table td{padding: 2px 4px;border: 1px solid #e2e2e2;} */
/* Table style */


/*table {*/
/*	line-height: 120%;*/
/*	margin-bottom: 20px;*/
/*	margin-top: 20px;*/
/*	width: 100% !important;*/
/*	max-width: 100% !important;*/
/*	background: #fff;*/
/*	border-collapse: collapse !important;*/
/*	border-spacing: 0 !important;*/
/*	border: none !important;*/
/*	border-top: 2px solid var(--i_color) !important;*/
/*	border-bottom: 2px solid var(--i_color) !important;*/
/*}*/
/*tbody {*/
/*	width: 100% !important;*/
/*	max-width: 100% !important;*/
/*	text-align: left;*/
/*}*/
/* table tr,
table td {
	width: auto !important;
	max-width: 100% !important
} */
/*table tr,*/
/*table td,*/
/*table tr p,*/
/*table td p {*/
/*	margin: 0 !important;*/
/*	padding: 0;*/
/*}*/
/*td {*/
/*	padding: 6px !important;*/
/*	border: 1px solid #e2e2e2 !important;*/
/*}*/
/*table tr:nth-child(odd) {*/
/*	background: rgba(0, 0, 0, 0.03);*/
/*}*/
/* font size */
.fz60{font-size: 60px;line-height: 1.5;}
.fz58{font-size: 58px;line-height: 1.5;}
.fz54{font-size: 54px;line-height: 1.5;}
.fz50{font-size: 50px;line-height: 1.5;}
.fz48{font-size: 48px;line-height: 1.5;}
.fz44{font-size: 44px;line-height: 1.5;}
.fz40{font-size: 40px;line-height: 1.5;}
.fz38{font-size: 38px;line-height: 1.5;}
.fz34{font-size: 34px;line-height: 1.5;}
.fz30{font-size: 30px;line-height: 1.5;}
.fz28{font-size: 28px;line-height: 1.5;}
.fz26{font-size: 26px;line-height: 1.5;}
.fz24{font-size: 24px;line-height: 1.5;}
.fz22{font-size: 22px;line-height: 1.5;}
.fz20{font-size: 20px;line-height: 1.5;}
.fz18{font-size: 18px;line-height: 1.5;}
.fz17{font-size: 17px;line-height: 1.5;}
.fz16{font-size: 16px;line-height: 1.5;}
.fz15{font-size: 15px;line-height: 1.5;}
.fz14{font-size: 14px;line-height: 1.5;}
.fz13{font-size: 13px;line-height: 1.5;}
.fz12{font-size: 12px;line-height: 1.5;}

@media screen and (max-width:1440px) {
	.fz60{font-size: 50px;}
	.fz58{font-size: 50px;}
	.fz54{font-size: 50px;}
	.fz50{font-size: 46px;}
	.fz48{font-size: 44px;}
	.fz44{font-size: 42px;}
	.fz40{font-size: 40px;}
	.fz38{font-size: 36px;}
	.fz34{font-size: 32px;}
	.fz30{font-size: 28px;}
	.fz28{font-size: 26px;}
	.fz26{font-size: 24px;}
	.fz24{font-size: 22px;}
	.fz22{font-size: 20px;}
	.fz20{font-size: 18px;}
}
@media screen and (max-width:1366px) {
	.fz60{font-size: 48px;}
	.fz58{font-size: 48px;}
	.fz54{font-size: 48px;}
	.fz50{font-size: 44px;}
	.fz48{font-size: 42px;}
	.fz44{font-size: 40px;}
	.fz40{font-size: 36px;}
	.fz38{font-size: 34px;}
	.fz34{font-size: 30px;}
	.fz30{font-size: 26px;}
	.fz28{font-size: 24px;}
	.fz26{font-size: 22px;}
	.fz24{font-size: 20px;}
}
@media screen and (max-width:1200px) {
	.fz60{font-size: 40px;}
	.fz58{font-size: 38px;}
	.fz54{font-size: 38px;}
	.fz50{font-size: 36px;}
	.fz48{font-size: 32px;}
	.fz44{font-size: 30px;}
	.fz40{font-size: 30px;}
	.fz38{font-size: 28px;}
	.fz34{font-size: 24px;}
	.fz30{font-size: 22px;}
	.fz28{font-size: 22px;}
	.fz26{font-size: 20px;}
	.fz22{font-size: 18px;}
}
@media screen and (max-width:1024px) {
	.fz60{font-size: 32px;}
	.fz58{font-size: 30px;}
	.fz54{font-size: 28px;}
	.fz50{font-size: 26px;}
	.fz48{font-size: 24px;}
	.fz44{font-size: 24px;}
	.fz40{font-size: 22px;}
	.fz38{font-size: 22px;}
	.fz34{font-size: 20px;}
	.fz30{font-size: 20px;}
	.fz28{font-size: 20px;}
}
@media screen and (max-width:768px) {
	.fz60{font-size: 28px;}
	.fz58{font-size: 28px;}
	.fz54{font-size: 26px;}
	.fz50{font-size: 24px;}
	.fz48{font-size: 22px;}
	.fz44{font-size: 20px;}
	.fz40{font-size: 20px;}
	.fz38{font-size: 20px;}
	.fz20{font-size: 17px;}
	.fz18{font-size: 16px;}
	.fz17{font-size: 16px;}
	.fz16{font-size: 15px;}
	.fz15{font-size: 14px;}
}
@media screen and (max-width:560px) {
	.fz60{font-size: 24px;}
	.fz58{font-size: 22px;}
	.fz54{font-size: 22px;}
	.fz50{font-size: 22px;}
	.fz48{font-size: 20px;}
	.fz30{font-size: 18px;}
	.fz28{font-size: 18px;}
	.fz26{font-size: 18px;}
	.fz24{font-size: 18px;}
	.fz22{font-size: 18px;}
	.fz17{font-size: 15px;}
	.fz16{font-size: 14px;}
	.fz15{font-size: 13px;}
	.fz14{font-size: 13px;}
	.fz13{font-size: 12px;}
}




/* spacing */
.m140 {margin-top:140px;margin-bottom:140px;}
.m120 {margin-top:120px;margin-bottom:120px;}
.m100 {margin-top:100px;margin-bottom:100px;}
.m80 {margin-top:80px;margin-bottom:80px;}
.m70 {margin-top:70px;margin-bottom:70px;}
.m60 {margin-top:60px;margin-bottom:60px;}
.m50 {margin-top:50px;margin-bottom:50px;}
.m40 {margin-top:40px;margin-bottom:40px;}
.m30 {margin-top:30px;margin-bottom:30px;}
.m20 {margin-top:20px;margin-bottom:20px;}
.mt140 {margin-top:140px;}
.mt120 {margin-top:120px;}
.mt100 {margin-top:100px;}
.mt80 {margin-top:80px;}
.mt70 {margin-top:70px;}
.mt60 {margin-top:60px;}
.mt50 {margin-top:50px;}
.mt40 {margin-top:40px;}
.mt30 {margin-top:30px;}
.mt20 {margin-top:20px;}
.mb140 {margin-bottom:140px;}
.mb120 {margin-bottom:120px;}
.mb100 {margin-bottom:100px;}
.mb80 {margin-bottom:80px;}
.mb70 {margin-bottom:70px;}
.mb60 {margin-bottom:60px;}
.mb50 {margin-bottom:50px;}
.mb40 {margin-bottom:40px;}
.mb30 {margin-bottom:30px;}
.mb20 {margin-bottom:20px;}
@media screen and (max-width:1440px) {
	.m140 {margin-top:120px;margin-bottom:120px;}
	.mt140 {margin-top:120px;}
	.mb140 {margin-bottom:120px;}
	.m120 {margin-top:110px;margin-bottom:110px;}
	.mt120 {margin-top:110px;}
	.mb120 {margin-bottom:110px;}
	.m100 {margin-top:90px;margin-bottom:90px;}
	.mt100 {margin-top:90px;}
	.mb100 {margin-bottom:90px;}
}
@media screen and (max-width:1366px) {
	.m140 {margin-top:110px;margin-bottom:110px;}
	.mt140 {margin-top:110px;}
	.mb140 {margin-bottom:110px;}
	.m120 {margin-top:100px;margin-bottom:100px;}
	.mt120 {margin-top:100px;}
	.mb120 {margin-bottom:100px;}
	.m100 {margin-top:80px;margin-bottom:80px;}
	.mt100 {margin-top:80px;}
	.mb100 {margin-bottom:80px;}
	.m80 {margin-top:70px;margin-bottom:70px;}
	.mt80 {margin-top:70px;}
	.mb80 {margin-bottom:70px;}
	.m70 {margin-top:60px;margin-bottom:60px;}
	.mt70 {margin-top:60px;}
	.mb70 {margin-bottom:60px;}
	.m60 {margin-top:50px;margin-bottom:50px;}
	.mt60 {margin-top:50px;}
	.mb60 {margin-bottom:50px;}
}
@media screen and (max-width:1200px) {
	.m140 {margin-top:90px;margin-bottom:90px;}
	.mt140 {margin-top:90px;}
	.mb140 {margin-bottom:90px;}
	.m120 {margin-top:80px;margin-bottom:80px;}
	.mt120 {margin-top:80px;}
	.mb120 {margin-bottom:80px;}
	.m100 {margin-top:70px;margin-bottom:70px;}
	.mt100 {margin-top:70px;}
	.mb100 {margin-bottom:70px;}
	.m80 {margin-top:60px;margin-bottom:60px;}
	.mt80 {margin-top:60px;}
	.mb80 {margin-bottom:60px;}
	.m70 {margin-top:50px;margin-bottom:50px;}
	.mt70 {margin-top:50px;}
	.mb70 {margin-bottom:50px;}
}
@media screen and (max-width:1024px) {
	.m140 {margin-top:60px;margin-bottom:60px;}
	.mt140 {margin-top:60px;}
	.mb140 {margin-bottom:60px;}
	.m120 {margin-top:50px;margin-bottom:50px;}
	.mt120 {margin-top:50px;}
	.mb120 {margin-bottom:50px;}
	.m100 {margin-top:50px;margin-bottom:50px;}
	.mt100 {margin-top:50px;}
	.mb100 {margin-bottom:50px;}
	.m80 {margin-top:50px;margin-bottom:50px;}
	.mt80 {margin-top:50px;}
	.mb80 {margin-bottom:50px;}
	.m70 {margin-top:40px;margin-bottom:40px;}
	.mt70 {margin-top:40px;}
	.mb70 {margin-bottom:40px;}
	.m60 {margin-top:40px;margin-bottom:40px;}
	.mt60 {margin-top:40px;}
	.mb60 {margin-bottom:40px;}
	.m50 {margin-top:40px;margin-bottom:40px;}
	.mt50 {margin-top:40px;}
	.mb50 {margin-bottom:40px;}
}
@media screen and (max-width:768px) {
	.m140 {margin-top:50px;margin-bottom:50px;}
	.mt140 {margin-top:50px;}
	.mb140 {margin-bottom:50px;}
	.m80 {margin-top:40px;margin-bottom:40px;}
	.mt80 {margin-top:40px;}
	.mb80 {margin-bottom:40px;}
	.m60 {margin-top:40px;margin-bottom:40px;}
	.mt60 {margin-top:40px;}
	.mb60 {margin-bottom:40px;}
	.m50 {margin-top:40px;margin-bottom:40px;}
	.mt50 {margin-top:40px;}
	.mb50 {margin-bottom:40px;}
	.m40 {margin-top:40px;margin-bottom:40px;}
	.mt40 {margin-top:40px;}
	.mb40 {margin-bottom:40px;}
}
@media screen and (max-width:560px) {
	.m140 {margin-top:40px;margin-bottom:40px;}
	.mt140 {margin-top:40px;}
	.mb140 {margin-bottom:40px;}
	.m120 {margin-top:40px;margin-bottom:40px;}
	.mt120 {margin-top:40px;}
	.mb120 {margin-bottom:40px;}
	.m100 {margin-top:40px;margin-bottom:40px;}
	.mt100 {margin-top:40px;}
	.mb100 {margin-bottom:40px;}
	.m80 {margin-top:40px;margin-bottom:40px;}
	.mt80 {margin-top:40px;}
	.mb80 {margin-bottom:40px;}
	.m60 {margin-top:30px;margin-bottom:30px;}
	.mt60 {margin-top:30px;}
	.mb60 {margin-bottom:30px;}
	.m50 {margin-top:30px;margin-bottom:30px;}
	.mt50 {margin-top:30px;}
	.mb50 {margin-bottom:30px;}
	.m40 {margin-top:30px;margin-bottom:30px;}
	.mt40 {margin-top:30px;}
	.mb40 {margin-bottom:30px;}
}
.p140 {padding-top:140px;padding-bottom:140px;}
.p120 {padding-top:120px;padding-bottom:120px;}
.p100 {padding-top:100px;padding-bottom:100px;}
.p80 {padding-top:80px;padding-bottom:80px;}
.p70 {padding-top:70px;padding-bottom:70px;}
.p60 {padding-top:60px;padding-bottom:60px;}
.p50 {padding-top:50px;padding-bottom:50px;}
.p40 {padding-top:40px;padding-bottom:40px;}
.p30 {padding-top:30px;padding-bottom:30px;}
.p20 {padding-top:20px;padding-bottom:20px;}
.pt140 {padding-top:140px;}
.pt120 {padding-top:120px;}
.pt100 {padding-top:100px;}
.pt80 {padding-top:80px;}
.pt70 {padding-top:70px;}
.pt60 {padding-top:60px;}
.pt50 {padding-top:50px;}
.pt40 {padding-top:40px;}
.pt30 {padding-top:30px;}
.pt20 {padding-top:20px;}
.pb140 {padding-bottom:140px;}
.pb120 {padding-bottom:120px;}
.pb100 {padding-bottom:100px;}
.pb80 {padding-bottom:80px;}
.pb70 {padding-bottom:70px;}
.pb60 {padding-bottom:60px;}
.pb50 {padding-bottom:50px;}
.pb40 {padding-bottom:40px;}
.pb30 {padding-bottom:30px;}
.pb20 {padding-bottom:20px;}
@media screen and (max-width:1440px) {
	.p140 {padding-top:120px;padding-bottom:120px;}
	.pt140 {padding-top:120px;}
	.pb140 {padding-bottom:120px;}
	.p120 {padding-top:110px;padding-bottom:110px;}
	.pt120 {padding-top:110px;}
	.pb120 {padding-bottom:110px;}
	.p100 {padding-top:90px;padding-bottom:90px;}
	.pt100 {padding-top:90px;}
	.pb100 {padding-bottom:90px;}
}
@media screen and (max-width:1366px) {
	.p140 {padding-top:110px;padding-bottom:110px;}
	.pt140 {padding-top:110px;}
	.pb140 {padding-bottom:110px;}
	.p120 {padding-top:100px;padding-bottom:100px;}
	.pt120 {padding-top:100px;}
	.pb120 {padding-bottom:100px;}
	.p100 {padding-top:80px;padding-bottom:80px;}
	.pt100 {padding-top:80px;}
	.pb100 {padding-bottom:80px;}
	.p80 {padding-top:70px;padding-bottom:70px;}
	.pt80 {padding-top:70px;}
	.pb80 {padding-bottom:70px;}
	.p70 {padding-top:60px;padding-bottom:60px;}
	.pt70 {padding-top:60px;}
	.pb70 {padding-bottom:60px;}
	.p60 {padding-top:50px;padding-bottom:50px;}
	.pt60 {padding-top:50px;}
	.pb60 {padding-bottom:50px;}
}
@media screen and (max-width:1200px) {
	.p140 {padding-top:90px;padding-bottom:90px;}
	.pt140 {padding-top:90px;}
	.pb140 {padding-bottom:90px;}
	.p120 {padding-top:80px;padding-bottom:80px;}
	.pt120 {padding-top:80px;}
	.pb120 {padding-bottom:80px;}
	.p100 {padding-top:70px;padding-bottom:70px;}
	.pt100 {padding-top:70px;}
	.pb100 {padding-bottom:70px;}
	.p80 {padding-top:60px;padding-bottom:60px;}
	.pt80 {padding-top:60px;}
	.pb80 {padding-bottom:60px;}
	.p70 {padding-top:50px;padding-bottom:50px;}
	.pt70 {padding-top:50px;}
	.pb70 {padding-bottom:50px;}
}
@media screen and (max-width:1024px) {
	.p140 {padding-top:60px;padding-bottom:60px;}
	.pt140 {padding-top:60px;}
	.pb140 {padding-bottom:60px;}
	.p120 {padding-top:50px;padding-bottom:50px;}
	.pt120 {padding-top:50px;}
	.pb120 {padding-bottom:50px;}
	.p100 {padding-top:50px;padding-bottom:50px;}
	.pt100 {padding-top:50px;}
	.pb100 {padding-bottom:50px;}
	.p80 {padding-top:40px;padding-bottom:40px;}
	.pt80 {padding-top:40px;}
	.pb80 {padding-bottom:40px;}
	.p70 {padding-top:40px;padding-bottom:40px;}
	.pt70 {padding-top:40px;}
	.pb70 {padding-bottom:40px;}
	.p60 {padding-top:40px;padding-bottom:40px;}
	.pt60 {padding-top:40px;}
	.pb60 {padding-bottom:40px;}
	.p50 {padding-top:40px;padding-bottom:40px;}
	.pt50 {padding-top:40px;}
	.pb50 {padding-bottom:40px;}
}
@media screen and (max-width:768px) {
	.p140 {padding-top:50px;padding-bottom:50px;}
	.pt140 {padding-top:50px;}
	.pb140 {padding-bottom:50px;}
	.p60 {padding-top:40px;padding-bottom:40px;}
	.pt60 {padding-top:40px;}
	.pb60 {padding-bottom:40px;}
	.p50 {padding-top:40px;padding-bottom:40px;}
	.pt50 {padding-top:40px;}
	.pb50 {padding-bottom:40px;}
	.p40 {padding-top:40px;padding-bottom:40px;}
	.pt40 {padding-top:40px;}
	.pb40 {padding-bottom:40px;}
}
@media screen and (max-width:560px) {
	.p140 {padding-top:40px;padding-bottom:40px;}
	.pt140 {padding-top:40px;}
	.pb140 {padding-bottom:40px;}
	.p120 {padding-top:40px;padding-bottom:40px;}
	.pt120 {padding-top:40px;}
	.pb120 {padding-bottom:40px;}
	.p100 {padding-top:40px;padding-bottom:40px;}
	.pt100 {padding-top:40px;}
	.pb100 {padding-bottom:40px;}
	.p80 {padding-top:40px;padding-bottom:40px;}
	.pt80 {padding-top:40px;}
	.pb80 {padding-bottom:40px;}
	.p60 {padding-top:30px;padding-bottom:30px;}
	.p60 {padding-top:30px;}
	.p60 {padding-bottom:30px;}
	.p50 {padding-top:30px;padding-bottom:30px;}
	.p50 {padding-top:30px;}
	.p50 {padding-bottom:30px;}
	.p40 {padding-top:30px;padding-bottom:30px;}
	.p40 {padding-top:30px;}
	.p40 {padding-bottom:30px;}
}




/* Thanks */
.thanks {width:90%;margin-left:auto;margin-right:auto;text-align:center;overflow:hidden}
.thanks_logo img {max-height: 80px;}
.thanks h2 {margin:20px auto;font-size:30px;color:#333;font-weight:bold}
@media screen and (max-width:1024px) {
	.thanks h2{font-size: 24px;}
}
@media screen and (max-width:560px) {
	.thanks h2{font-size: 18px;}
}


.hide{display: none !important;}



.artPublic,
.artPublic * {
	margin: revert;
	padding: revert;
	list-style: revert;
}
.artPublic strong,.artPublic strong p,.artPublic strong b,.artPublic strong i,.artPublic strong span,.artPublic b {
	font-weight: bold;
}
.artPublic a {
	text-decoration: underline;
}
.artPublic figure {
	margin-left: auto;
	margin-right: auto;
}
.wp-block-column figure img {
	width: 100%;
}
.artPublic img {
	max-width: 100% !important;
	height: initial !important
}
.artPublic h1,
.artPublic h2,
.artPublic h3,
.artPublic h4,
.artPublic h5,
.artPublic h6 {
	font-weight: bold;
}
.has-text-align-center {
	text-align: center;
}
/* .artPublic ul,.artPublic li,.artPublic ol{list-style: revert;} */
/* .artPublic ul,.artPublic ol{padding-left: 0.22rem;margin-top: 0.3rem;margin-bottom: 0.3rem;}
.artPublic li{margin-top: .1rem;margin-bottom: 0.1rem;} */

.artPublic .aligncenter {
	margin-left: auto;
	margin-right: auto;
}
.artPublic .wp-caption {
	max-width: 100% !important;
}

/* 默认表格 */
.artPublic table {
	margin-top: 0.2rem;
	margin-bottom: 0.2rem;
	width: 100% !important;
	max-width: 100% !important;
	border-collapse: collapse !important;
	border-spacing: 0 !important;
	overflow-x: auto;
}
.artPublic tbody {
	width: 100% !important;
	max-width: 100% !important
}
.artPublic table tr,
.artPublic table td {
	max-width: 100% !important
}
.artPublic table tr,
.artPublic table td,
.artPublic table tr p,
.artPublic table td p {
	margin: 0;
	padding: 0
}
.artPublic table tr:nth-child(odd) {
	background: rgba(0, 0, 0, .04)
}
.artPublic table td {
	padding: 8px;
	border: 1px solid #DDD
}












