﻿/* pre css */
#c_grid-116273709439191 .p_gridbox::after {
	content: '';
	clear: left;
	display: block
}
#c_grid-116273709439191 > div > .p_gridbox {
	width: 100%;
	overflow: hidden;
	position: static
}
#c_grid-116273709439191 > div > .p_gridCell {
	float: left;
	position: static
}
#c_grid-116273709439191 > .p_gridbox.signal {
	min-height: inherit
}
#c_grid-116273709439191 > .p_gridbox.signal > .p_gridCell {
	min-height: inherit !important
}
#c_grid-116273709439191 {
	margin-left: auto;
	margin-right: auto;
	width: 100%
}
@media screen and (max-width:768px) {
#c_grid-116273709439191 > .p_gridbox > .p_gridCell:nth-child(1n + 1) {
	width: 100%;
	margin-left: 0%;
	margin-right: 0%;
	margin-top: 0rem;
	margin-bottom: 0rem;
	clear: left
}
}
@media screen and (min-width: 769px) {
#c_grid-116273709439191 > .p_gridbox > .p_gridCell:nth-child(1n + 1) {
	width: 100%;
	margin-left: 0%;
	margin-right: 0%;
	margin-top: 0rem;
	margin-bottom: 0rem;
	clear: left
}
}
@media screen and (max-width: 1024px) and (min-width: 769px) {
#c_grid-116273709439191 > .p_gridbox > .p_gridCell:nth-child(1n + 1) {
	width: 100%;
	margin-left: 0%;
	margin-right: 0%;
	margin-top: 0rem;
	margin-bottom: 0rem;
	clear: left
}
}
#c_grid-116273709439191 {
	z-index: 100
}
#c_static_001_P_87326-1765422201967 {
	width: 100%;
	position: relative;
	z-index: 999
}
saf-header {
	width: 100%;
	position: fixed;
	display: block;
	left: 0;
	top: 0;
	z-index: 1200;
--t:#fff;
	padding: 0 50px;
	transition: all 0.5s;
	background: rgba(0,0,0,0.15);
	backdrop-filter: blur(15px);
	-webkit-backdrop-filter: blur(15px);
	border-bottom: 1px #fff2 solid
}
saf-header:before {
	content: "";
	display: block;
	width: 100%;
	height: 0;
	top: 0;
	left: 0;
	position: absolute;
	background: #fff;
	z-index: 1;
	transition: all 0.5s
}
saf-header.on, saf-header:hover {
--t:#444;
	padding: 0 30px;
	box-shadow: 0 5px 10px rgba(0,0,0,0.1)
}
saf-header.on:before, saf-header:hover:before {
	height: 100%
}
body.saf-active saf-header {
--t:#444;
	padding: 0 30px;
	box-shadow: 0 5px 10px rgba(0,0,0,0.1)
}
body.saf-active saf-header:before {
	height: 100%
}
saf-header .saf_navContent .logo a img {
	-webkit-filter: brightness(0) invert(1);
	filter: brightness(1) invert(0);
	height: 75px
}
saf-header:hover .saf_navContent .logo a img {
	-webkit-filter: brightness(1) invert(0);
	filter: brightness(1) invert(0)
}
.saf-active .saf_navContent .logo a img {
	-webkit-filter: brightness(1) invert(0);
	filter: brightness(1) invert(0)
}
.saf-make saf-header {
	position: relative;
	background: #333
}
saf-header .saf_navContent {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	z-index: 3
}
saf-header .saf_navContent .logo {
	padding: 0 15px;
	display: flex
}
saf-header .saf_navContent .logo a {
	display: flex;
	align-items: center;
	padding: 5px 0
}
saf-header .saf_navContent .logo a svg {
	width: auto;
	height: 50px;
	display: block
}
saf-header .saf_navContent .logo a .name {
	padding-left: 15px
}
saf-header .saf_navContent .logo a .name h3 {
	color: var(--t);
	font-size: clamp(18px, 1.5vw, 1.5rem);
	line-height: 1;
	margin: 0
}
saf-header .saf_navContent .logo a .name p {
	font-size: 12px;
	color: var(--t)
}
saf-header .saf_navContent .search {
	display: flex
}
saf-header .saf_navContent .search a {
	display: flex;
	align-items: center;
	padding: 0 15px
}
saf-header .saf_navContent .search a svg {
	width: auto;
	height: 24px;
	fill: var(--t)
}
saf-header ul.saf_level1Box {
	flex: 1;
	padding: 0 15px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center
}
saf-header ul.saf_level1Box > li {
	display: flex;
	position: relative
}
saf-header ul.saf_level1Box > li > a {
	display: flex;
	align-items: center;
	padding: 0 2vw;
	font-size: 16px;
	color: var(--t);
	position: relative;
	transition: all 0.5s
}
saf-header ul.saf_level1Box > li > a:after {
	content: "";
	display: block;
	width: 0;
	height: 2px;
	background: #fe5a0a;
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translate(-50%, 0);
	transition: all 0.5s
}
saf-header ul.saf_level1Box > li:hover > a {
	color: #fe5a0a
}
saf-header ul.saf_level1Box > li:hover > a:after {
	width: calc(100% - 30px)
}
saf-header ul.saf_level2Box {
	width: max-content;
	min-width: 100%;
	background: #f5f5f5;
	box-shadow: 0 10px 15px rgba(0,0,0,0.1);
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translate(-50%, 0);
	display: none
}
saf-header ul.saf_level2Box > li {
	width: 100%
}
saf-header ul.saf_level2Box > li a {
	display: block;
	padding: 15px 45px;
	line-height: 1.5;
	border-bottom: 1px #ddd solid;
	text-align: center;
	transition: all 0.5s
}
saf-header ul.saf_level2Box > li a:hover {
	background: #fe5a0a;
	color: #fff;
	border-color: #fe5a0a
}
saf-header.on .saf_navContent .logo a img {
	-webkit-filter: brightness(1) invert(0);
	filter: brightness(1) invert(0)
}
saf-header.on [saf-languages] > li.saf-selected > a, saf-header:hover [saf-languages] > li.saf-selected > a {
	color: var(--t)
}
saf-header.on [saf-languages] > li.saf-selected > svg, saf-header:hover [saf-languages] > li.saf-selected > svg {
	fill: var(--t)
}
.toggleBtn {
	display: flex;
	align-items: center
}
.toggleBtn a {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 10px 15px;
	background: #fe5a0a;
	border-radius: 30px;
	color: #fff;
	line-height: 1.3;
	font-size: 15px
}
.toggleBtn a svg {
	width: auto;
	height: 24px;
	fill: #fff
}
@media screen and (max-width:768px) {
saf-header {
	padding: 0 !important;
--t:#444
}
saf-header.on, saf-header:hover {
	padding: 0
}
saf-header:before, saf-header:before {
	height: 100%
}
saf-header .saf_navContent .logo a img {
	-webkit-filter: brightness(1) invert(0);
	filter: brightness(1) invert(0);
	height: 40px
}
saf-header:hover .saf_navContent .logo a img {
	-webkit-filter: brightness(1) invert(0);
	filter: brightness(1) invert(0);
	height: 40px
}
saf-header .saf_navContent .logo {
	flex: 1;
	max-width: 182px
}
saf-header .saf_navContent .logo a .name p {
	zoom: 0.9
}
saf-header .saf_navContent .search a {
	padding-right: 0
}
saf-header .toggleBtn {
	display: flex;
	align-items: center;
	padding: 0 15px;
--btncolor:#666
}
saf-header .toggleBtn.open {
--btncolor:var(--n)
}
saf-header .toggleBtn span {
	display: block;
	width: 30px;
	height: 2px;
	background: var(--btncolor);
	transition: all 0.5s;
	position: relative
}
saf-header .toggleBtn span:before {
	content: "";
	display: block;
	width: 30px;
	height: 2px;
	background: var(--btncolor);
	position: absolute;
	left: 0;
	bottom: 8px;
	transition: all 0.5s
}
saf-header .toggleBtn span:after {
	content: "";
	display: block;
	width: 30px;
	height: 2px;
	background: var(--btncolor);
	position: absolute;
	left: 0;
	top: 8px;
	transition: all 0.5s
}
saf-header .toggleBtn.open span {
	background: none
}
saf-header .toggleBtn.open span:before {
	bottom: 0;
	transform: rotate(45deg)
}
saf-header .toggleBtn.open span:after {
	top: 0;
	transform: rotate(-45deg)
}
saf-header ul.saf_level1Box {
	width: 100%;
	height: calc(100vh - 70px);
	position: fixed;
	left: 100%;
	top: 70px;
	background: #f5f5f5;
	display: block;
	padding: 15px 0;
	transition: all 0.5s
}
saf-header ul.saf_level1Box.open {
	left: 0
}
saf-header ul.saf_level1Box > li {
	width: 100%;
	display: block
}
saf-header ul.saf_level1Box > li > a {
	padding: 15px;
	width: 100%;
	border-bottom: 1px #ddd solid
}
saf-header ul.saf_level1Box > li > a span {
	flex: 1
}
saf-header ul.saf_level1Box > li > a:after {
	display: none
}
saf-header ul.saf_level1Box > li > a[saf-moLink]:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border: 5px transparent solid;
	border-left-color: #aaa;
	background: none;
	position: relative;
	transform: none;
	left: auto;
	transition: all 0.5s
}
saf-header ul.saf_level1Box > li.open > a[saf-moLink]:after {
	transform: rotate(90deg);
	border-left-color: var(--n)
}
saf-header ul.saf_level2Box {
	width: 100%;
	position: relative;
	left: 0;
	top: 0;
	transform: none;
	box-shadow: none;
	padding: 15px;
	background: #fff
}
saf-header ul.saf_level2Box::after {
	clear: both;
	display: block;
	visibility: hidden;
	height: 0;
	content: "."
}
saf-header ul.saf_level2Box > li {
	padding: 5px 0;
	width: 46%;
	margin: 0 2%;
	float: left;
	height: 100%
}
saf-header ul.saf_level2Box > li a {
	border: 1px #ddd solid;
	border-radius: 5px;
	padding: 10px
}
saf-header ul.saf_level2Box > li a:hover {
	border-color: #fe5a0a
}
[saf-languages] > li.saf-selected > a {
color:#333 !important
}
[saf-languages] > li.saf-selected > svg {
fill:#333 !important
}
saf-header .saf_navContent {
	justify-content: space-between
}
.toggleBtn a {
	display: none
}
saf-header .saf_navContent .logo a {
	padding: 15px 0
}
}
#c_grid-116273709439190 .p_gridbox::after {
	content: '';
	clear: left;
	display: block
}
#c_grid-116273709439190 > div > .p_gridbox {
	width: 100%;
	overflow: hidden;
	position: static
}
#c_grid-116273709439190 > div > .p_gridCell {
	float: left;
	position: static
}
#c_grid-116273709439190 > .p_gridbox.signal {
	min-height: inherit
}
#c_grid-116273709439190 > .p_gridbox.signal > .p_gridCell {
	min-height: inherit !important
}
#c_grid-116273709439190 {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	display-radio: 1;
	padding-bottom: 0px
}
@media screen and (max-width:768px) {
#c_grid-116273709439190 > .p_gridbox > .p_gridCell:nth-child(1n + 1) {
	width: 100%;
	margin-left: 0%;
	margin-right: 0%;
	margin-top: 0rem;
	margin-bottom: 0rem;
	clear: left
}
}
@media screen and (min-width: 769px) {
#c_grid-116273709439190 > .p_gridbox > .p_gridCell:nth-child(1n + 1) {
	width: 100%;
	margin-left: 0%;
	margin-right: 0%;
	margin-top: 0rem;
	margin-bottom: 0rem;
	clear: left
}
}
@media screen and (max-width: 1024px) and (min-width: 769px) {
#c_grid-116273709439190 > .p_gridbox > .p_gridCell:nth-child(1n + 1) {
	width: 100%;
	margin-left: 0%;
	margin-right: 0%;
	margin-top: 0rem;
	margin-bottom: 0rem;
	clear: left
}
}
#c_static_001_P_30132-1759218196583 {
	min-height: 300px;
	display-radio: 1;
	width: 100%;
	height: 100%;
	background-fill-value: background-image;
	padding-top: 1%;
	padding-bottom: 2%;
	margin-right: 0px;
	margin-left: auto;
	margin-top: 0px;
	background_radio: 2;
	background-image: url(../image/f90ab9bb-5d48-4d76-b09a-2f182eaeabca.jpg);
	background-size: contain;
	background-attachment: fixed
}
.pl_toast {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%)
}
#c_static_001_P_30132-1759218196583 .e_container-26 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%;
	display-radio: flex;
	max-width: none;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	padding-top: 0px
}
#c_static_001_P_30132-1759218196583 .e_container-26 > .p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%
}
#c_static_001_P_30132-1759218196583 .e_container-26 .p_item {
	display-radio: 1
}
#c_static_001_P_30132-1759218196583 .e_container-26 .cbox-26-2 {
	flex: 0 0 10%
}
#c_static_001_P_30132-1759218196583 .e_bottomNav-30 span {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical
}
#c_static_001_P_30132-1759218196583 .e_bottomNav-30 .p_level1Item:first-child {
	display: none
}
#c_static_001_P_30132-1759218196583 .e_bottomNav-30 .p_level1Item:nth-child(4) {
	display: none
}
#c_static_001_P_30132-1759218196583 .e_bottomNav-30 .p_level1Item:nth-child(51) {
	display: none
}
#c_static_001_P_30132-1759218196583 .e_bottomNav-30 .p_level1Item {
	width: auto;
	padding: 0px;
	flex-grow: unset
}
#c_static_001_P_30132-1759218196583 .e_bottomNav-30 .p_level3Box {
	display: none
}
#c_static_001_P_30132-1759218196583 .e_bottomNav-30 .p_menu1Item {
	display-radio: 1;
	text-align: center;
	color: rgba(255,255,255,1);
	font-size: 18px;
	margin-bottom: 8px
}
#c_static_001_P_30132-1759218196583 .e_bottomNav-30 .p_menu2Item {
	display-radio: 1;
	text-align: center;
	color: rgba(255,255,255,0.5);
	line-height: 2.2;
	font-size: 16px
}
#c_static_001_P_30132-1759218196583 .e_bottomNav-30 {
	font_radio: 1;
	display-radio: 1;
	margin-bottom: 10px;
	margin-top: 0px;
	max-width: none;
	margin-left: auto;
	margin-right: auto
}
#c_static_001_P_30132-1759218196583 .e_bottomNav-30 .p_level1Box {
	display-radio: 1
}
#c_static_001_P_30132-1759218196583 .e_container-31 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 94%;
	display-radio: flex;
	height: 100%;
	max-width: 1600px;
	margin-left: auto;
	margin-right: auto
}
#c_static_001_P_30132-1759218196583 .e_container-31 > .p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%
}
#c_static_001_P_30132-1759218196583 .e_container-31 .cbox-31-0 {
	align-self: center
}
#c_static_001_P_30132-1759218196583 .e_container-31 .p_item {
	display-radio: 1
}
#c_static_001_P_30132-1759218196583 .e_line-61 {
	display-radio: 1;
	height: 1px;
	margin-top: 3%;
	max-width: none;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: rgba(255,255,255,0.23)
}
#c_static_001_P_30132-1759218196583 .e_container-62 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%;
	display-radio: flex;
	max-width: none;
	margin-left: auto;
	margin-right: auto;
	margin-top: 24px
}
#c_static_001_P_30132-1759218196583 .e_container-62 > .p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%
}
#c_static_001_P_30132-1759218196583 .e_text-63 {
	line-height: 1;
	font_radio: 2;
	display-radio: 1;
	font-size: 16px;
	color: rgba(255,255,255,1)
}
#c_static_001_P_30132-1759218196583 .e_container-65 {
	display: flex;
	/*flex-wrap: wrap;*/
	flex-direction: row;
	width: 100%;
	display-radio: flex
}
#c_static_001_P_30132-1759218196583 .e_container-65 > .p_item {
	flex: 0 0 auto;
	max-width: 100%;
	max-height: 100%
}
#c_static_001_P_30132-1759218196583 .e_provider-66 {
	text-align: center;
	font_radio: 2;
	display-radio: 1;
	line-height: 1;
	margin-left: 16px;
	font-size: 16px;
	color: rgba(255,255,255,1)
}
#c_static_001_P_30132-1759218196583 .e_richText-67 {
	font_radio: 2;
	display-radio: 1;
	text-align: right;
	line-height: 1;
	color: rgba(255,255,255,1);
	margin-top: 6px;
	font-size: 16px
}
#c_static_001_P_30132-1759218196583 .e_container-62 .cbox-62-0 {
	align-self: center;
	flex: 0 0 50%
}
#c_static_001_P_30132-1759218196583 .e_container-62 .cbox-62-1 {
	align-self: center
}
#c_static_001_P_30132-1759218196583 .e_container-26 .cbox-26-1 {
	flex: 0 0 15%
}
#c_static_001_P_30132-1759218196583 .e_container-69 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%;
	display-radio: flex;
	margin-top: 3%
}
#c_static_001_P_30132-1759218196583 .e_container-69 > .p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%
}
#c_static_001_P_30132-1759218196583 .e_container-69 .p_item {
	display-radio: 1
}
#c_static_001_P_30132-1759218196583 .p_menu2Item {
	display-radio: 1
}
#c_static_001_P_30132-1759218196583 .e_container-65 .cbox-65-2 {
	align-self: center
}
#c_static_001_P_30132-1759218196583 .e_credible-72 .img1 {
	width: 55px;
	height: auto
}
#c_static_001_P_30132-1759218196583 .e_credible-72 .img2 {
	width: 79px;
	height: 28px
}
#c_static_001_P_30132-1759218196583 .e_credible-72 .img3 {
	width: 92px;
	height: 33px
}
#c_static_001_P_30132-1759218196583 .e_credible-72 .img4 {
	width: 106px;
	height: 38px
}
#c_static_001_P_30132-1759218196583 .e_credible-72 .img5 {
	width: 131px;
	height: 47px
}
#c_static_001_P_30132-1759218196583 .e_credible-72 {
	background_radio: 1;
	display-radio: 1;
	margin-left: 16px
}
#c_static_001_P_30132-1759218196583 .e_container-65 .cbox-65-0 {
	align-self: center
}
#c_static_001_P_30132-1759218196583 .e_container-65 .cbox-65-1 {
	align-self: center
}
#c_static_001_P_30132-1759218196583 .e_container-69 .cbox-69-0 {
	flex: 0 0 30%
}
#c_static_001_P_30132-1759218196583 .e_container-69 .cbox-69-2 {
	flex: 0 0 20%
}
#c_static_001_P_30132-1759218196583 .e_container-74 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	display-radio: flex;
	max-width: 360px;
	width: 90%;
	margin-right: 0px;
	margin-left: 0px
}
#c_static_001_P_30132-1759218196583 .e_container-74 > .p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%
}
#c_static_001_P_30132-1759218196583 .e_container-74 .p_item {
	display-radio: 1
}
#c_static_001_P_30132-1759218196583 .e_richText-77 {
	font_radio: 2;
	display-radio: 1;
	color: #333333;
	font-size: 14px;
	margin-top: 16px;
	line-height: 1.8
}
#c_static_001_P_30132-1759218196583 .e_bottomNav-30 .p_menu2Item:hover {
	color: rgba(255,255,255,1)
}
#c_static_001_P_30132-1759218196583 .e_container-90 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%;
	display-radio: flex
}
#c_static_001_P_30132-1759218196583 .e_container-90 > .p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%
}
#c_static_001_P_30132-1759218196583 .e_container-90 .p_item {
	display-radio: 1
}
#c_static_001_P_30132-1759218196583 .e_image-91 {
	overflow: hidden;
	display-radio: 1;
	max-width: 63px
}
#c_static_001_P_30132-1759218196583 .e_image-91 img {
	width: 100%;
	height: 100%;
	object-fit: contain
}
#c_static_001_P_30132-1759218196583 .e_container-90 .cbox-90-0 {
	flex: 0 0 85px
}
#c_static_001_P_30132-1759218196583 .e_text-92 {
	line-height: normal;
	font_radio: 2;
	display-radio: 1;
	font-size: 18px;
	color: rgba(255,255,255,1)
}
#c_static_001_P_30132-1759218196583 .e_text-93 {
	line-height: 1;
	font_radio: 2;
	display-radio: 1;
	font-size: 34px;
	color: rgba(255,255,255,1);
	margin-top: 5px;
	font-family: Microsoft YaHei, 微软雅黑
}
#c_static_001_P_30132-1759218196583 .e_button-96 {
	display: block;
	position: relative;
	overflow: hidden;
	text-align: center;
	box-sizing: border-box;
	width: 150px;
	padding: 8px;
	background: none;
	background_radio: 2;
	border_radio: 2;
	font_radio: 2;
	radius_radio: 1;
	display-radio: block;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 16px;
	border-style: none;
	border-color: #fff;
	border-width: 1px;
	color: #fe5a0a;
	font-size: 16px;
	background-color: #fff;
	padding-top: 5px;
	padding-bottom: 5px
}
#c_static_001_P_30132-1759218196583 .e_button-96 span {
	display: block;
	width: 100%;
	position: relative;
	z-index: 1;
	outline: 0;
	margin: 0px;
	overflow: hidden
}
#c_static_001_P_30132-1759218196583 .e_button-96::after {
	content: "";
	position: absolute;
	width: 0;
	height: 100%;
	transition: all .3s;
	z-index: 0;
	opacity: 1;
	top: 0;
	left: 0px
}
#c_static_001_P_30132-1759218196583 .e_button-96:hover::after {
	opacity: 1
}
#c_static_001_P_30132-1759218196583 .e_button-96:hover {
	border-style: none;
	font-size: 16px;
	color: #fff;
	background-color: var(--n)
}
#c_static_001_P_30132-1759218196583 .e_container-97 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%;
	display-radio: flex;
	max-width: 160px;
	margin-right: 0px;
	margin-left: auto
}
#c_static_001_P_30132-1759218196583 .e_container-97 > .p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%
}
#c_static_001_P_30132-1759218196583 .e_image-98 {
	overflow: hidden;
	display-radio: 1;
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	background-color: #fff
}
#c_static_001_P_30132-1759218196583 .e_image-98 img {
	width: 100%;
	height: 100%;
	object-fit: contain
}
#c_static_001_P_30132-1759218196583 .e_text-99 {
	line-height: normal;
	font_radio: 2;
	display-radio: 1;
	text-align: center;
	color: rgba(255,255,255,1);
	margin-top: 10px
}
@media screen and (max-width:768px) {
#c_static_001_P_30132-1759218196583 {
	display-radio: 1;
	min-height: 0px;
	padding-top: 0px;
	padding-bottom: 0px
}
#c_static_001_P_30132-1759218196583 .e_container-90 .cbox-90-0 {
	flex: 0 0 auto
}
#c_static_001_P_30132-1759218196583 .e_container-90 > .p_item {
	flex: 0 0 auto
}
#c_static_001_P_30132-1759218196583 .e_container-90 {
	justify-content: center;
	display-radio: 1
}
#c_static_001_P_30132-1759218196583 .e_container-65 {
	justify-content: center;
	display-radio: 1
}
#c_static_001_P_30132-1759218196583 .e_container-26 {
	display-radio: 1;
	flex-direction: column;
	margin-top: 0px;
	padding-top: 24px;
	padding-bottom: 24px
}
#c_static_001_P_30132-1759218196583 .e_bottomNav-30 .p_menu1Item, #c_static_001_P_30132-1759218196583 .e_bottomNav-30 .p_menu2Item {
	display: flex;
	justify-content: space-between
}
#c_static_001_P_30132-1759218196583 .e_bottomNav-30 .p_level1Box ul {
	display: none
}
#c_static_001_P_30132-1759218196583 .e_bottomNav-30 .p_jtIcon {
	width: auto;
	height: auto;
	max-width: 20px;
	font-size: inherit;
	transition: 0.5s;
	margin: 0
}
#c_static_001_P_30132-1759218196583 .e_bottomNav-30 .p_jtIcon.active {
	transform: rotateZ(90deg)
}
#c_static_001_P_30132-1759218196583 .e_bottomNav-30 a {
	display: flex;
	flex-direction: column;
	justify-content: center
}
#c_static_001_P_30132-1759218196583 .e_bottomNav-30 .p_level1Item {
	padding: 0
}
#c_static_001_P_30132-1759218196583 .e_bottomNav-30 .p_menu2Item svg {
	opacity: .5
}
#c_static_001_P_30132-1759218196583 .e_bottomNav-30 .p_menu1Item {
	display-radio: 1;
	border-bottom-color: rgba(255,255,255,0.12);
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding-bottom: 0px;
	margin-bottom: 0px
}
#c_static_001_P_30132-1759218196583 .e_bottomNav-30 {
	font_radio: 1;
	display-radio: 1;
	margin-top: 24px;
	max-width: 90%;
	width: auto;
	display: none
}
#c_static_001_P_30132-1759218196583 .e_container-62 {
	display-radio: 1;
	margin-bottom: 0px;
	margin-top: 0px
}
#c_static_001_P_30132-1759218196583 .e_container-62 .cbox-62-0 {
	flex: 0 0 100%
}
#c_static_001_P_30132-1759218196583 .e_container-62 .cbox-62-1 {
	flex: 0 0 100%
}
#c_static_001_P_30132-1759218196583 .e_provider-66 {
	font_radio: 2;
	display-radio: 1;
	text-align: left;
	font-size: 14px;        display: none;
	
}
#c_static_001_P_30132-1759218196583 .e_text-63 {
	font_radio: 2;
	display-radio: 1;
	text-align: left;
	font-size: 14px
}
#c_static_001_P_30132-1759218196583 .e_richText-67 {
	font_radio: 2;
	display-radio: 1;
	text-align: center;
	font-size: 14px
}
#c_static_001_P_30132-1759218196583 .e_container-31 {
	display-radio: 1
}
#c_static_001_P_30132-1759218196583 .e_line-61 {
	display-radio: 1;
	margin-top: 24px
}
#c_static_001_P_30132-1759218196583 .e_container-69 {
	display-radio: none;
	margin-top: 0px
}
#c_static_001_P_30132-1759218196583 .e_container-74 {
	display-radio: 1;
	max-width: 100%;
	margin-top: 24px;
	width: 100%
}
#c_static_001_P_30132-1759218196583 .e_container-69 .cbox-69-0 {
	flex: 0 0 100%
}
#c_static_001_P_30132-1759218196583 .e_container-69 .cbox-69-1 {
	flex: 0 0 100%
}
#c_static_001_P_30132-1759218196583 .e_container-69 .cbox-69-2 {
	flex: 0 0 100%
}
#c_static_001_P_30132-1759218196583 .e_richText-77 {
	font_radio: 2;
	display-radio: 1;
	line-height: 1.5;
	font-family: "0304a103-d3c4-4d82-8d8d-9bf12c97cebc";
	font-size: 14px;
	text-align: center
}
#c_static_001_P_30132-1759218196583 .e_image-91 {
	display-radio: 1;
	margin-right: 18px;
	width: 50px;
	height: 50px
}
#c_static_001_P_30132-1759218196583 .e_text-93 {
	font_radio: 2;
	display-radio: 1;
	font-size: 26px
}
#c_static_001_P_30132-1759218196583 .e_button-96 {
	background_radio: 1;
	border_radio: 1;
	font_radio: 2;
	radius_radio: 1;
	display-radio: 1;
	font-size: 14px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
	padding-right: 0px;
	margin-top: 24px;
	margin-left: auto;
	margin-right: auto;
	display: none
}
#c_static_001_P_30132-1759218196583 .e_container-97 {
	display-radio: 1;
	margin-left: auto;
	margin-right: auto;
	background_radio: 1;
	margin-top: 20px
}
}
@media screen and (min-width: 769px) {
#c_static_001_P_30132-1759218196583 .e_bottomNav-30 .p_level1Box {
	display: flex;
	justify-content: space-between
}
#c_static_001_P_30132-1759218196583 .e_bottomNav-30 .p_jtIcon {
	display: none
}
}
saf-online.saf-theme01 {
--br:50%;
--oc:#fe5a0a;
--os:50px
}
saf-online.saf-theme02 {
--br:50%;
--oc:#f00;
--os:60px
}
saf-online {
	display: block;
	width: var(--os);
	position: fixed;
	right: 10px;
	bottom: 10%;
	z-index: 90
}
saf-online.hideOnline {
	opacity: 1;
	visibility: hidden;
	transition: all 0.5s
}
saf-online.hideOnline.showOnline {
	opacity: 1;
	visibility: visible
}
.saf-make saf-online {
	position: relative;
	width: 100%;
	display: flex;
	opacity: 1;
	visibility: visible
}
saf-online saf-onlineBtn {
	width: var(--os);
	height: var(--os);
	aspect-ratio: 1/1;
	background: #fff;
	border-radius: var(--br);
	box-shadow: 0 0 10px rgba(0,0,0,0.15);
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 4px;
	cursor: pointer;
	transition: all 0.5s
}
saf-online saf-onlineBtn svg {
	width: 45%;
	height: auto;
	fill: var(--oc)
}
saf-online:hover saf-onlineBtn {
	background: var(--oc)
}
saf-online:hover saf-onlineBtn svg {
	fill: #fff
}
saf-online.saf-theme01 saf-onlineBtn {
	display: none
}
saf-online saf-onlineBacktop {
	width: var(--os);
	height: var(--os);
	aspect-ratio: 1/1;
	background: #fff;
	border-radius: var(--br);
	box-shadow: 0 0 10px rgba(0,0,0,0.15);
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer
}
saf-online saf-onlineBacktop svg {
	width: 45%;
	height: auto;
	fill: var(--oc)
}
saf-online saf-onlineList {
	padding-bottom: 4px;
	display: block
}
saf-online.saf-theme02 saf-onlineList {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 100%;
	opacity: 1;
	visibility: hidden;
	transition: all 0.5s
}
saf-online.saf-theme02:hover saf-onlineList {
	opacity: 1;
	visibility: visible
}
.saf-make saf-online saf-onlineList {
	display: flex
}
saf-online saf-onlineItem {
	width: var(--os);
	height: var(--os);
	display: block;
	margin-top: 4px;
	background: #fff;
	box-shadow: 0 0 10px rgba(0,0,0,0.15);
	border-radius: var(--br)
}
saf-online saf-onlineItem a {
	width: 100%;
	height: 100%;
	display: block;
	position: relative
}
saf-online saf-onlineItem a span {
	display: flex;
	width: 100%;
	height: 100%;
	align-items: center;
	justify-content: center
}
saf-online saf-onlineItem a span svg {
	margin: 0 !important;
	width: 45% !important;
	height: auto !important
}
saf-online saf-onlineItem a span svg path {
	fill: #666;
	transition: all 0.5s
}
saf-online saf-onlineItem a:hover span svg path {
	fill: var(--oc)
}
saf-online saf-onlineItem p {
	position: absolute;
	right: calc(var(--os) + 30px);
	top: 50%;
	transform: translate(0, -50%);
	background: var(--oc);
	padding: 10px 15px;
	border-radius: 5px;
	color: #fff;
	width: max-content;
	opacity: 1;
	visibility: hidden;
	transition: all 0.5s;
	box-shadow: 0 0 10px rgba(0,0,0,0.15)
}
saf-online saf-onlineItem p:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border: 5px transparent solid;
	border-left-color: var(--oc);
	position: absolute;
	left: 100%;
	top: 50%;
	transform: translate(0, -50%)
}
saf-online saf-onlineItem a:hover p {
	right: calc(var(--os) + 5px);
	opacity: 1;
	visibility: visible
}
saf-online saf-onlineItem .codeimg {
	position: absolute;
	right: calc(var(--os) + 30px);
	top: 50%;
	transform: translate(0, -50%);
	background: var(--oc);
	padding: 10px;
	border-radius: 5px;
	color: #fff;
	width: 130px;
	opacity: 1;
	visibility: hidden;
	transition: all 0.5s;
	box-shadow: 0 0 10px rgba(0,0,0,0.15)
}
saf-online saf-onlineItem .codeimg img {
	width: 100%;
	height: auto
}
saf-online saf-onlineItem .codeimg i {
	display: block;
	text-align: center;
	padding-top: 5px;
	font-style: normal
}
saf-online saf-onlineItem .codeimg:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border: 5px transparent solid;
	border-left-color: var(--oc);
	position: absolute;
	left: 100%;
	top: 50%;
	transform: translate(0, -50%)
}
saf-online saf-onlineItem a:hover .codeimg {
	right: calc(var(--os) + 5px);
	opacity: 1;
	visibility: visible
}
body.cn-SmartCustomerBody .smartIcon {
	display: none
}
.sm_admin p {
	text-transform: capitalize
}
html[lang="ar"] .sm_close {
	right: auto;
	left: 15px
}
html[lang="ar"] .sm_admin img {
	margin: 0 0 0 12px
}
html[lang="ar"] .sm_msg .msgtitle {
	display: flex;
	align-items: center;
	gap: 5px;
	justify-content: flex-start
}
html[lang="ar"] .sm_msg .msgtitle .name {
	margin: 0
}
#c_effect_109_P_076-1765518925062 .e_loop_sub-11 {
	display-radio: 1;
	max-width: none;
	height: auto;
	max-height: none
}
@media screen and (max-width:768px) {
#c_effect_109_P_076-1765518925062.saf-online {
	width: 100%;
	height: 50px
}
saf-online.saf-theme01 {
	width: 100%;
	left: 0;
	right: auto;
	bottom: 0;
	display: flex;
	background: #fff;
	box-shadow: 0 -5px 10px rgba(0,0,0,0.15)
}
saf-online.saf-theme01 saf-onlineList {
	flex: 1;
	display: flex;
	padding: 0
}
html[lang="ar"] saf-online.saf-theme01 {
	direction: ltr
}
html[lang="ar"] saf-online.saf-theme01 saf-onlineList {
	direction: ltr
}
saf-online.saf-theme01 saf-onlineItem {
	margin: 0;
	border-right: 1px #ddd solid;
	flex: 1;
	display: flex;
	position: relative
}
saf-online.saf-theme01 saf-onlineItem a {
	border-radius: 0;
	aspect-ratio: unset;
	height: var(--os);
	box-shadow: none;
	position: unset;
	width: 100%
}
saf-online.saf-theme01 saf-onlineItem a span svg {
	width: auto !important;
	height: 45% !important
}
saf-online.saf-theme01 saf-onlineBacktop {
	border-radius: 0;
	box-shadow: none
}
saf-online.saf-theme01 saf-onlineItem a p {
	left: 50%;
	top: auto;
	bottom: 100%;
	right: auto;
	transform: translate(-50%, -5px)
}
saf-online.saf-theme01 saf-onlineItem a p:after {
	border-left-color: transparent;
	border-top-color: var(--oc);
	left: 50%;
	top: 100%;
	transform: translate(-50%, 0)
}
saf-online.saf-theme01 saf-onlineItem:nth-child(1) a p {
	left: 0;
	transform: translate(0, -5px)
}
saf-online.saf-theme01 saf-onlineItem:nth-child(1) a p:after {
	left: 15px;
	transform: translate(0, 0)
}
saf-online.saf-theme01 saf-onlineItem:nth-child(2) a p {
	left: 0;
	transform: translate(0, -5px)
}
saf-online.saf-theme01 saf-onlineItem:nth-child(2) a p:after {
	left: 15px;
	transform: translate(0, 0)
}
saf-online.saf-theme01 saf-onlineItem:last-child a p {
	left: auto;
	right: 0;
	transform: translate(0, -5px)
}
saf-online.saf-theme01 saf-onlineItem:last-child a p:after {
	left: auto;
	right: 25px;
	transform: translate(0, 0)
}
saf-online.saf-theme01 saf-onlineItem a .codeimg {
	left: 50%;
	top: auto;
	bottom: 100%;
	right: auto;
	transform: translate(-50%, -5px)
}
saf-online.saf-theme01 saf-onlineItem .codeimg:after {
	border-left-color: transparent;
	border-top-color: var(--oc);
	left: 50%;
	top: 100%;
	transform: translate(-50%, 0)
}
}
@media screen and (min-width: 769px) {
body.saf-fullpage saf-online saf-onlineBacktop {
	display: none
}
}
@media screen and (max-width: 1440px) and (min-width: 769px) {
}
@media screen and (max-width: 1320px) and (min-width: 769px) {
}
:root {
--c:#00407f;
--n:#0075b6;
--hm:#00407f;
--bw:clamp(769px, 90%, 1600px);
--bc:#00407f;
--hmfirst:#00407f;
--br:5px;
--cc:#00407f;
--ccsize:150px
}
body {
--saftime:0.8s;
--safswtime:1s 1s;
--pagecolor:#00407f;
	font-size: 1rem !important;
	opacity: 1;
	transition: padding-top 1s
}
body.saf-active {
--pagecolor:#000
}
::-webkit-scrollbar {
width:4px;
height:4px;
border-radius:10px
}
::-webkit-scrollbar-thumb {
background-color:#fe5a0a
}
::-webkit-scrollbar-track {
background:#aaaaaa
}
html:not(.lenis) {
	scroll-behavior: smooth;
	scroll-padding-top: 80px
}
* {
	word-break: break-word
}
#c_static_001_P_41643-1759204410337 {
}
#c_static_001_P_41643-1759204410337 .e_html-1 {
	display-radio: 1
}
div[class^="e_richText"] figure.table {
	display: block;
	width: 100%
}
div[class^="e_richText"] img {
	max-width: 100% !important;
	height: auto !important
}
div[class^="e_richText"] p:has(img) {
text-indent:0 !important
}
div[class^="e_loop"], div[class^="e_banner"] {
	width: 100%
}
[saf-languages] {
display:flex;
align-items:center;
position:relative;
--t:#444
}
.saf-tip-20230901083926 {
	display: none !important
}
[saf-languages] > ul {
display:flex;
flex-wrap:wrap;
gap:10px
}
[saf-languages] > ul > li.saf-item {
display:flex
}
[saf-languages] > ul > li.saf-item > a {
display:flex;
align-items:center;
font-size:16px;
color:var(--t);
transition:all 0.5s;
gap:10px
}
[saf-languages] > ul > li.saf-item > a > svg {
width:30px;
height:30px;
transition:all 1s;
transform:rotateX(var(--saf-rotate))
}
[saf-languages] > ul > li.saf-item > a:hover {
color:#fe5a0a
}
[saf-languages] > li.saf-selected {
display:flex;
align-items:center;
gap:10px
}
[saf-languages] > li.saf-selected > svg {
width:auto;
height:14px;
fill:#fff
}
[saf-languages] > li.saf-selected > a {
display:flex;
align-items:center;
font-size:16px;
color:#fff;
gap:10px
}
[saf-languages] > li.saf-selected > a svg {
width:30px;
height:30px
}
[saf-languages] > .saf-sub {
position:absolute;
right:0;
top:100%;
min-width:100%;
width:max-content;
background:#f5f5f5;
box-shadow:0 5px 15px rgba(0,0,0,0.15);
padding:15px 15px 20px;
display:none
}
[saf-languages] > .saf-sub > ul {
width:100%;
display:flex;
flex-direction:column
}
[saf-languages] > .saf-sub > ul li.saf-item {
order:1
}
[saf-languages] > .saf-sub > ul li.saf-item:last-child {
order:2
}
[saf-languages] > .saf-sub > ul li.saf-item a {
display:flex;
align-items:center;
font-size:14px;
color:#666;
padding:8px 0;
border-bottom:1px #0002 solid;
transition:all 0.5s;
width:max-content;
min-width:100%;
gap:10px
}
[saf-languages] > .saf-sub > ul li.saf-item a > svg {
width:26px;
height:26px;
transition:all 1s;
transform:rotateX(var(--saf-rotate))
}
[saf-languages] > .saf-sub > ul li.saf-item a:hover {
border-color:#fe5a0a;
color:#fe5a0a
}/*saf放大弹窗*/
body.saf-lightnoScroll {
	overflow: hidden
}
.saf-lightBox {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 9999;
	background: rgba(0,0,0,0.8);
	backdrop-filter: blur(10px);
	transition: all 0.5s;
	opacity: 1;
	visibility: hidden
}
.saf-lightBox.open {
	opacity: 1;
	visibility: visible
}
.saf-lightBox a.closelightBox {
	display: flex;
	border: 1px #fff solid;
	border-radius: 50%;
	position: absolute;
	width: 60px;
	height: 60px;
	right: 20px;
	top: 20px;
	z-index: 5;
	transition: all 0.5s
}
.saf-lightBox a.closelightBox svg {
	width: 30px;
	height: 30px;
	fill: #fff;
	margin: auto
}
.saf-lightBox a.closelightBox:hover {
	background: #fff
}
.saf-lightBox a.closelightBox:hover svg {
	fill: #f00
}
.saf-lightBox a.saf-lightBox-btn {
	display: flex;
	border: 1px #fff solid;
	border-radius: 50%;
	position: absolute;
	width: 50px;
	height: 50px;
	top: 50%;
	transform: translate(0, -50%);
	z-index: 5;
	transition: all 0.5s
}
.saf-lightBox a.saf-lightBox-btn svg {
	width: auto;
	height: 20px;
	fill: #fff;
	margin: auto
}
.saf-lightBox a.saf-lightBox-btn:hover {
	background: #fff
}
.saf-lightBox a.saf-lightBox-btn:hover svg {
	fill: #fe5a0a
}
.saf-lightBox a.saf-lightBox-btn.light-prev {
	left: 20px
}
.saf-lightBox a.saf-lightBox-btn.light-next {
	right: 20px
}
.saf-lightBox .saf-lightboxBody {
	display: flex;
	width: 100%;
	height: 100%;
	padding: 5% 10%;
	position: relative;
	opacity: 1;
	visibility: hidden;
	transition: all 0.8s ease 0.5s
}
.saf-lightBox.open .saf-lightboxBody {
	opacity: 1;
	visibility: visible
}
.saf-lightBox .moctrlBar {
	display: none
}
.saf-lightBox .lightswiper-pagination {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 4% !important;
	display: flex;
	justify-content: center;
	gap: 10px;
	z-index: 2
}
.saf-lightBox .lightswiper-pagination span {
	width: 6px;
	height: 6px;
	background: #fff;
	border-radius: 5px;
	transition: all 0.5s;
	margin: 0 !important
}
.saf-lightBox .lightswiper-pagination span.swiper-pagination-bullet-active {
	transform: scale(1.5)
}
.saf-lightBox .saf-lightboxBody .swiper {
	width: 80%;
	height: 100%;
	margin: auto
}
.saf-lightBox .saf-lightboxBody .swiper-slide {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	height: auto;
	padding-bottom: 60px;
	animation: none !important;
	opacity: 1 !important
}/*弹窗内容，可自行修改*/
.saf-lightBox .saf-lightboxBody .swiper-slide .s_img {
	height: 100%;
	animation: none !important;
	opacity: 1 !important
}
.saf-lightBox .saf-lightboxBody .swiper-slide .s_img img {
	width: 100%;
	height: 100%;
	object-fit: contain
}
.saf-lightBox .saf-lightboxBody .swiper-slide .s_title {
	text-align: center;
	color: #fff;
	font-size: 16px;
	line-height: 1.6;
	padding: 15px;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%
}
.saf-banner {
	width: 100%;
	height: 60vh;
	max-height: 640px;
	position: relative;
	background: #000;
	overflow: hidden
}
.saf-banner .bannerTitle {
	position: absolute;
	inset: 0;
	padding: 80px 0 0;
	z-index: 1;
	display: flex;
	align-items: center;
	color: #fff;
	background: linear-gradient(180deg, transparent, #00407fbd)
}
.saf-banner .bannerTitle > h3 {
	max-width: var(--bw);
	width: 100%;
	margin: 0 auto;
	padding: 15px;
	line-height: 1;
	font-size: clamp(2.2rem, 4vw, 4rem);
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 20px
}
.saf-banner .bannerTitle > h3 span {
	display: block;
	width: 10px;
	height: 10px;
	background: #fff;
	border-radius: 50%;
	position: relative
}
.saf-banner .bannerTitle > h3 span::before {
	content: "";
	display: block;
	width: clamp(50px, 10vw, 150px);
	height: 1px;
	background: linear-gradient(90deg, transparent, #fff);
	position: absolute;
	top: 50%;
	right: 50%
}
.saf-banner .bannerTitle > h3 span:last-child::before {
	left: 50%;
	right: auto;
	background: linear-gradient(-90deg, transparent, #fff)
}
.saf-banner .bannerTitle > .bannerolling {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: -5px;
	display: flex;
	opacity: 0.2
}
.saf-banner .bannerTitle > .bannerolling p {
	font-size: clamp(2rem, 5vw, 5rem);
	line-height: 1;
	font-weight: bold;
	padding: 0 10px;
	color: transparent;
	-webkit-text-stroke: 1px #fff
}
.saf-banner .bannerTitle > .bannerolling .zi {
	color: inherit;
	-webkit-text-stroke: 0px #fff
}
.saf-banner .bannerTitle > .bannerolling p:nth-child(2n) {
	font-family: "impact";
	font-weight: normal
}
.saf-cateNav {
	width: 100%;
	background: linear-gradient(180deg, #fff, #f5f5f5)
}
.saf-cateNav .p_list {
	width: 100%;
	max-width: var(--bw);
	margin: 0 auto;
	padding: 0 15px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center
}
.saf-cateNav .p_list .s_loopitem {
	position: relative;
	display: flex;
	align-items: center
}
.saf-cateNav .p_list .s_loopitem:first-child::before {
	content: "";
	display: block;
	width: 1px;
	height: 16px;
	background: #ccc
}
.saf-cateNav .p_list .s_loopitem::after {
	content: "";
	display: block;
	width: 1px;
	height: 16px;
	background: #ccc
}
.saf-cateNav .p_list .s_loopitem a {
	display: block;
	padding: 20px 1.6vw;
	font-size: 16px;
	color: #444;
	transition: all 0.5s
}
.saf-cateNav .p_list .s_loopitem a:hover {
	color: #fe5a0a
}
.saf-cateNav .p_list .s_loopitem a.light {
	background: #fe5a0a;
	color: #fff
}
@media screen and (max-width:768px) {
.saf-lightBox .saf-lightboxBody {
	padding: 10% 15px;
	flex-direction: column
}
.saf-lightBox .saf-lightboxBody .swiper {
	width: 100%;
	height: 80vh
}
.saf-lightBox .saf-lightboxBody .swiper-slide {
	padding-bottom: 0
}
.saf-lightBox a.closelightBox {
	zoom: 0.8
}
.saf-lightBox a.saf-lightBox-btn {
	display: none
}
.saf-lightBox .moctrlBar {
	display: flex;
	gap: 30px;
	width: 100%;
	justify-content: center;
	padding-bottom: 30px
}
.saf-lightBox .moctrlBar span {
	display: flex
}
.saf-lightBox .moctrlBar span svg {
	width: auto;
	height: 30px;
	fill: #fff
}
.saf-lightBox .moctrlBar span.light-prev {
	transform: rotate(90deg)
}
.saf-lightBox .moctrlBar span.light-next {
	transform: rotate(-90deg)
}
.saf-banner {
	height: 250px
}
.saf-cateNav .p_list {
	justify-content: flex-start
}
.saf-cateNav .p_list .s_loopitem {
	flex: 0 0 50%
}
.saf-cateNav .p_list .s_loopitem p {
	width: 100%
}
.saf-cateNav .p_list .s_loopitem a {
	padding: 10px 5px;
	text-align: center
}
saf-online saf-onlineItem {
	border-radius: 0;
	box-shadow: none
}
}
@media screen and (min-width: 769px) {
}
@media screen and (max-width: 1024px) and (min-width: 769px) {
}
@media screen and (max-width: 1440px) and (min-width: 769px) {
}
@media screen and (max-width: 1320px) and (min-width: 769px) {
}
#c_popbox-1699930445477 {
	width: 80%;
	max-width: 700px;
	height: auto;
	position: relative;
	margin: 100px auto 200px auto;
	display: none;
	background_radio: 2;
	display-radio: none
}
#c_popbox-1699930445477 .pop_wrapper {
	height: inherit;
	position: relative;
	min-height: inherit;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center
}
#c_popbox-1699930445477 .p_container {
	background-color: #fff;
	position: relative;
	z-index: 2;
	min-height: inherit;
	width: inherit;
	height: inherit;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center
}
#c_popbox-1699930445477 .p_background {
	width: 30000%;
	background-color: rgba(0, 0, 0, 0.7);
	position: absolute;
	top: -100px;
	left: -15000%;
	min-height: calc(100% + 200px)
}
#c_popbox-1699930445477 .p_background-preview {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgb(0, 0, 0);
	opacity: 0.7
}
#c_popbox-1699930445477 .p_content {
	min-height: inherit;
	width: inherit;
	height: inherit;
	overflow: auto;
	display-radio: 1
}
#c_popbox-1699930445477 .p_title {
	padding: 10px;
	overflow: hidden
}
#c_popbox-1699930445477 .p_close {
	width: auto;
	height: auto;
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
	z-index: 10000;
	text-align: right
}
.fixed {
	position: fixed !important;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	top: 50%;
	z-index: 9999;
	margin: -150px auto 0 auto
}
.fixed .p_background {
	position: fixed !important;
	top: 0 !important;
	right: 0;
	bottom: 0;
	left: 0 !important
}
#c_static_001_P_13621-1743060313414 {
	display-radio: 1;
	min-height: 0px;
	padding-top: 40px;
	padding-bottom: 40px;
	padding-left: 40px;
	padding-right: 40px;
	background-color: rgba(255,255,255,0);
	background_radio: 2
}
#c_static_001_P_13621-1743060313414 .form-control:focus {
	color: #495057;
	background-color: #ffffff00;
	border-color: #80bdff00;
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 0%)
}
#c_static_001_P_13621-1743060313414 .e_image-5 {
	overflow: hidden;
	display-radio: 1;
	max-width: 250px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5%
}
#c_static_001_P_13621-1743060313414 .e_image-5 img {
	width: 100%;
	height: 100%;
	object-fit: contain
}
#c_static_001_P_13621-1743060313414 .e_container-6 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%;
	display-radio: flex;
	padding-top: 50px;
	padding-bottom: 20px;
	padding-left: 5%;
	padding-right: 5%;
	background_radio: 1
}
#c_static_001_P_13621-1743060313414 .e_container-6 > .p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%
}
#c_static_001_P_13621-1743060313414 .e_search-9 {
	display: flex;
	border: 1px solid #ccc;
	background-color: #fff;
	border-radius: 20px;
	background_radio: 1;
	display-radio: flex
}
#c_static_001_P_13621-1743060313414 .e_search-9 .p_inputCon {
	flex-grow: 1;
	padding: 0 20px;
	overflow: hidden
}
#c_static_001_P_13621-1743060313414 .e_search-9 .p_selectCon {
	flex: 0 0 120px;
	max-width: 30%
}
#c_static_001_P_13621-1743060313414 .e_search-9 .p_btnCon {
	flex: 0 0 100px;
	max-width: 20%
}
#c_static_001_P_13621-1743060313414 .e_search-9 .p_input {
	width: 100%;
	height: 100%;
	line-height: 38px;
	border: none
}
#c_static_001_P_13621-1743060313414 .e_search-9 .p_btn {
	padding: 0;
	width: 100%;
	height: 100%;
	border-radius: 0 20px 20px 0;
	font-size: 14px;
	line-height: 38px;
	overflow: hidden;
	display-radio: 1;
	background-color: #fe5a0a
}
#c_static_001_P_13621-1743060313414 .e_search-9 .p_select {
	height: 100%;
	position: relative;
	text-align: center;
	cursor: pointer;
	color: #999
}
#c_static_001_P_13621-1743060313414 .e_search-9 .p_current {
	line-height: 38px;
	overflow: hidden;
	display: block;
	height: 100%
}
#c_static_001_P_13621-1743060313414 .e_search-9 .p_current .icon {
	fill: currentColor;
	width: 14px;
	height: 14px
}
#c_static_001_P_13621-1743060313414 .e_search-9 .p_selectList {
	display: none;
	width: 100%;
	background-color: #fff;
	border: 1px solid #eee;
	position: absolute;
	left: 0;
	top: 100%;
	z-index: 9;
	border-radius: 0 0 4px 4px;
	max-height: 162px;
	overflow: auto
}
#c_static_001_P_13621-1743060313414 .e_search-9 .p_selectItem {
	line-height: 20px;
	padding: 10px 0;
	cursor: pointer
}
#c_static_001_P_13621-1743060313414 .e_search-9 .p_selectItem:hover, #c_static_001_P_13621-1743060313414 .e_search-9 .p_selectItem.p_active {
	background-color: #eee
}
@media screen and (max-width:768px) {
#c_static_001_P_13621-1743060313414 {
	display-radio: 1;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 50px;
	background_radio: 2
}
}
@media screen and (max-width: 1024px) and (min-width: 769px) {
#c_static_001_P_13621-1743060313414 {
	background_radio: 2;
	display-radio: 1;
	height: auto;
	padding-bottom: 50px
}
}
#c_grid-1741603846767 {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	background_radio: 2;
	display-radio: 1;
	background-fill-value: background-image;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center
}
#c_grid-1741603846767 .p_gridbox::after {
	content: '';
	clear: left;
	display: block
}
#c_grid-1741603846767 > div > .p_gridbox {
	width: 100%;
	overflow: hidden;
	position: static
}
#c_grid-1741603846767 > div > .p_gridCell {
	float: left;
	position: static
}
#c_grid-1741603846767 > .p_gridbox.signal {
	min-height: inherit
}
#c_grid-1741603846767 > .p_gridbox.signal > .p_gridCell {
	min-height: inherit !important
}
@media screen and (max-width:768px) {
#c_grid-1741603846767 > .p_gridbox > .p_gridCell:nth-child(1n + 1) {
	width: 100%;
	margin-left: 0%;
	margin-right: 0%;
	margin-top: 0rem;
	margin-bottom: 0rem;
	clear: left
}
}
@media screen and (min-width: 769px) {
#c_grid-1741603846767 > .p_gridbox > .p_gridCell:nth-child(1n + 1) {
	width: 100%;
	margin-left: 0%;
	margin-right: 0%;
	margin-top: 0rem;
	margin-bottom: 0rem;
	clear: left
}
}
#c_banner_032_P_012-17654353343760 {
	min-height: 300px;
	background_radio: 2;
	display-radio: 1;
	background-color: rgba(0,0,0,1)
}
#c_banner_032_P_012-17654353343760 .e_bannerA-1 {
	height: 100vh;
	max-height: 1440px
}
#c_banner_032_P_012-17654353343760 .e_bannerA-1 .swiper-container {
	width: 100%;
	height: 100%;
	background-color: var(--bgColor);
	transition: 1s background-color 1.3s
}
#c_banner_032_P_012-17654353343760 .e_bannerA-1 .swiper-wrapper {
	transition-delay: 1s;
	transition-timing-function: cubic-bezier(0.5, 0, 0, 1)
}
#c_banner_032_P_012-17654353343760 .e_bannerA-1 .swiper-slide {
	text-align: center;
	font-size: 18px;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center
}
#c_banner_032_P_012-17654353343760 .e_bannerA-1 .title {
	transition-delay: 1s;
	z-index: 10
}
#c_banner_032_P_012-17654353343760 .e_bannerA-1 .title .AZT1 {
	font-weight: 700;
	font-size: 120px;
	letter-spacing: -1px;
	-webkit-text-stroke: 1px #fff;
	text-stroke: 1px #fff;
	color: transparent;
	text-transform: uppercase;
	font-family: Arial
}
#c_banner_032_P_012-17654353343760 .e_bannerA-1 .title .AZT2 {
	font-size: 40px;
	letter-spacing: -1px;
	color: rgba(255,255,255,0);
	-webkit-text-stroke: 2px var(--color);
	text-transform: uppercase;
	font-weight: lighter
}
#c_banner_032_P_012-17654353343760 .e_bannerA-1 .summary {
	font-size: 32px;
	color: #fff;
	line-height: 3
}
#c_banner_032_P_012-17654353343760 .e_bannerA-1 .img-box:before {
	position: absolute;
	bottom: 0px;
	left: 0px;
	content: '';
	width: 100%;
	background-image: linear-gradient(52deg, rgb(1 66 147 / 0%) 28%, rgb(28 131 219 / 0%));
	height: 100%;
	z-index: 1;
	transition: all 0.6s
}
#c_banner_032_P_012-17654353343760 .e_bannerA-1 .img-box {
	width: 100%;
	height: 100%;
	position: absolute;
	transform: scale(0.6, 0.6);
	transition-duration: 1s;
	transition-property: transform;
	transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
	opacity: 0.9;
	overflow: hidden
}
#c_banner_032_P_012-17654353343760 .e_bannerA-1 .img-box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transform: scale(1.2, 1.2) translateX(50%);
	transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
	transition-property: transform
}
#c_banner_032_P_012-17654353343760 .e_bannerA-1 .button-prev, .e_bannerA-1 .button-next {
	transition: 0.5s;
	outline: none;
	position: absolute;
	width: 140px;
	z-index: 10;
	top: 65vh;
	transform: translateY(-34px);
	cursor: pointer
}
#c_banner_032_P_012-17654353343760 .e_bannerA-1 .button-prev {
	left: 4vw
}
#c_banner_032_P_012-17654353343760 .e_bannerA-1 .button-next {
	right: 4vw
}
#c_banner_032_P_012-17654353343760 .e_bannerA-1 .button.disabled {
	opacity: 0.2;
	cursor: default
}
#c_banner_032_P_012-17654353343760 .e_bannerA-1 #arrow-svg-home {
	transform: translateY(353px)
}
#c_banner_032_P_012-17654353343760 .e_bannerA-1 .button-next #arrow-svg-home {
	transform: translateY(353px) rotateY(180deg);
	transform-origin: 80px 0px 0px
}
#c_banner_032_P_012-17654353343760 .e_bannerA-1 svg {
	transition: 0.5s
}
#c_banner_032_P_012-17654353343760 .e_bannerA-1 .cls-1 {
	transition: 0.5s;
	opacity: 1;
	transform-origin: -20px 40px
}
#c_banner_032_P_012-17654353343760 .e_bannerA-1 .cls-4 {
	transition: 0.5s;
	stroke-width: 2px;
	stroke: #fff;
	fill: none;
	stroke-dasharray: 1;
	stroke-dashoffset: 1;
	opacity: 0.4;
	transform-origin: 0px 0px 0px
}
#c_banner_032_P_012-17654353343760 .e_bannerA-1 #arrow-trg {
	transition: 0.5s;
	fill: #fff;
	transform: rotateY(180deg) translate(-53px, 39px)
}
#c_banner_032_P_012-17654353343760 .e_bannerA-1 #line {
	transition: 0.5s;
	stroke: #fff;
	transform: translate(50px, 42px)
}
#c_banner_032_P_012-17654353343760 .e_bannerA-1 .button-prev:not(.disabled):hover svg {
	transform: translateX(-25px)
}
#c_banner_032_P_012-17654353343760 .e_bannerA-1 .button-next:not(.disabled):hover svg {
	transform: translateX(25px)
}
#c_banner_032_P_012-17654353343760 .e_bannerA-1 .button:not(.disabled):hover .cls-1 {
	transform: scale(1.1)
}
#c_banner_032_P_012-17654353343760 .e_bannerA-1 .button:not(.disabled):hover .cls-4 {
	stroke-dasharray: 2px;
	stroke-dashoffset: 2px;
	opacity: 1
}
#c_banner_032_P_012-17654353343760 .e_bannerA-1 .button:not(.disabled):hover #arrow-trg {
	transform: rotateY(180deg) translate(-37px, 39px)
}
#c_banner_032_P_012-17654353343760 .e_bannerA-1 .button:not(.disabled):hover #line {
	transform: translate(35px, 42px) scaleX(0.33)
}
@media screen and (max-width:768px) {
#c_banner_032_P_012-17654353343760 .e_bannerA-1 .button-prev:not(.disabled):hover svg {
	transform: translateX(-10px)
}
#c_banner_032_P_012-17654353343760 .e_bannerA-1 .button-next:not(.disabled):hover svg {
	transform: translateX(10px)
}
#c_banner_032_P_012-17654353343760 .e_bannerA-1 .button-prev, .e_bannerA-1 .button-next {
	width: 100px
}
#c_banner_032_P_012-17654353343760 .e_bannerA-1 .title .AZT1 {
	font-size: 28px;
	word-wrap: break-word;
	word-break: normal
}
#c_banner_032_P_012-17654353343760 .e_bannerA-1 .title .AZT2 {
	font-size: 30px
}
#c_banner_032_P_012-17654353343760 .e_bannerA-1 .summary {
	font-size: 16px;
	margin: 0 auto;
	line-height: 2;
	width: 100%
}
#c_banner_032_P_012-17654353343760 .e_bannerA-1 {
	height: 43vh;
	max-height: 1000px
}
}
@media screen and (min-width: 769px) {
}
@media screen and (max-width: 1024px) and (min-width: 769px) {
}
@media screen and (max-width: 1440px) and (min-width: 769px) {
#c_banner_032_P_012-17654353343760 .e_bannerA-1 .title h5 {
	font-size: 80px
}
#c_banner_032_P_012-17654353343760 .e_bannerA-1 .title h3 {
	font-size: 30px
}
}
@media screen and (max-width: 1320px) and (min-width: 769px) {
}
#c_product_list_019_P_060-17654366179030 {
	display-radio: 1;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	min-height: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	max-width: none;
	width: 100%;
	background_radio: 2;
	background-fill-value: background-image;
	background-image: url(../image/a0399cd6-5a7d-4353-b7bb-e4861d052603.jpg);
	background-size: cover;
	background-attachment: fixed
}
.p_flog_c {
	width: 100%;
	height: 100%
}
#c_product_list_019_P_060-17654366179030 .e_text-48 {
	font_radio: 2;
	text-align: center;
	line-height: 1.5;
	color: rgba(255,255,255,0.6);
	margin-top: 0px;
	display-radio: 1;
	margin-bottom: 0px;
	font-family: 'Barlow', sans-serif;
	font-weight: bold;
	font-size: 36px
}
#c_product_list_019_P_060-17654366179030 .swiper-container {
	overflow: visible
}
#c_product_list_019_P_060-17654366179030 .swiper-button-next {
	right: 0px;
	top: 50%;
	left: auto;
	color: #fff;
	width: 40px;
	height: 60px;
	display: inline-block;
	background: var(--theme-color);
	text-align: center;
	line-height: 60px;
	transition: all 1s ease 0s;
	border-radius: 0px;
	margin: 0px;
	transform: translate(0%, -50%)
}
#c_product_list_019_P_060-17654366179030 .swiper-button-prev {
	right: auto;
	top: 50%;
	left: 0px;
	color: #fff;
	width: 40px;
	height: 60px;
	display: inline-block;
	background: var(--theme-color);
	text-align: center;
	line-height: 60px;
	transition: all 1s ease 0s;
	border-radius: 0px;
	margin: 0px;
	transform: translate(0%, -50%)
}
#c_product_list_019_P_060-17654366179030 .swiper-button-next:hover {
	background: var(--themes-color)
}
#c_product_list_019_P_060-17654366179030 .swiper-button-prev:hover {
	background: var(--themes-color)
}
#c_product_list_019_P_060-17654366179030 .swiper-button-next:after {
	font-size: 18px
}
#c_product_list_019_P_060-17654366179030 .swiper-button-prev:after {
	font-size: 18px
}
#c_product_list_019_P_060-17654366179030 .e_container-64 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%;
	display-radio: flex;
	background_radio: 2
}
#c_product_list_019_P_060-17654366179030 .e_container-64 > .p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%
}
#c_product_list_019_P_060-17654366179030 .e_container-91 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 94%;
	display-radio: flex;
	max-width: 1480px;
	padding-top: 4rem;
	padding-bottom: 50px;
	margin-left: auto;
	margin-right: auto;
	background_radio: 1
}
#c_product_list_019_P_060-17654366179030 .e_container-91 > .p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%
}
#c_product_list_019_P_060-17654366179030 .e_container-91 .p_item {
	display-radio: 1
}
#c_product_list_019_P_060-17654366179030 .e_container-91 .cbox-91-1 {
	padding-left: 100px
}
#c_product_list_019_P_060-17654366179030 .e_container-236 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	margin-left: 0px;
	margin-right: auto;
	padding-right: 0px;
	padding-top: 0px;
	display-radio: flex;
	width: auto;
	padding-left: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	background_radio: 1;
	max-width: none
}
#c_product_list_019_P_060-17654366179030 .e_container-236 > .p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%
}
#c_product_list_019_P_060-17654366179030 .e_container-236 .p_item {
	display-radio: 1
}
#c_product_list_019_P_060-17654366179030 .e_text-238 {
	font_radio: 2;
	text-align: center;
	line-height: 1.4;
	color: rgba(86,88,90,1);
	margin-top: 0px;
	display-radio: 1;
	margin-bottom: 0px;
	font-weight: bold;
	margin-left: auto;
	margin-right: auto;
	font-size: 42px;
	max-width: none;
	font-family: Microsoft YaHei, 微软雅黑
}
#c_product_list_019_P_060-17654366179030 .e_richText-243 {
	font_radio: 2;
	color: rgba(86,88,90,1);
	text-align: center;
	margin-right: auto;
	display-radio: 1;
	width: auto;
	line-height: 2;
	padding-top: 0px;
	margin-top: 0px;
	padding-right: 0px;
	font-weight: normal;
	font-size: 20px;
	margin-left: auto;
	max-width: 1080px
}
#c_product_list_019_P_060-17654366179030 .e_html-252 {
	min-height: 10px;
	display-radio: 1;
	max-width: 66px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px
}
@media screen and (max-width:768px) {
#c_product_list_019_P_060-17654366179030 {
	display-radio: 1;
	background_radio: 1
}
.p_nav {
	display: none
}
#c_product_list_019_P_060-17654366179030 .e_container-91 {
	display-radio: 1;
	padding-top: 40px;
	padding-bottom: 40px
}
#c_product_list_019_P_060-17654366179030 .e_container-64 {
	display-radio: 1
}
#c_product_list_019_P_060-17654366179030 .e_container-91 .cbox-91-0 {
	flex: 0 0 100%
}
#c_product_list_019_P_060-17654366179030 .e_container-236 {
	display-radio: 1;
	padding-left: 0px;
	padding-right: 0px
}
#c_product_list_019_P_060-17654366179030 .e_text-238 {
	display-radio: 1;
	font_radio: 2;
	font-size: 24px
}
#c_product_list_019_P_060-17654366179030 .e_richText-243 {
	display-radio: 1;
	font_radio: 2;
	padding-right: 0px;
	padding-left: 0px;
	font-size: 14px;
	margin-top: 0px;
	margin-bottom: 0px
}
}
#c_product_list_019_P_241-17654366074870 {
	padding-bottom: 0px;
	display-radio: 1;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	min-height: 0px;
	max-width: none;
	padding-top: 0px;
	background_radio: 2;
	background-fill-value: background-image;
	background-image: url(../image/a0399cd6-5a7d-4353-b7bb-e4861d052603.jpg);
	background-size: cover;
	background-attachment: fixed;
	overflow: hidden
}
#c_product_list_019_P_241-17654366074870 .e_loop-6 .p_list {
	display: flex;
	flex-wrap: wrap
}
#c_product_list_019_P_241-17654366074870 .e_loop-6 .products {
	position: relative;
	overflow: visible;
	padding-bottom: 40px
}
#c_product_list_019_P_241-17654366074870 .e_loop-6 .swiper-slide {
}
#c_product_list_019_P_241-17654366074870 .e_loop-6 .p_list {
	display: flex;
	flex-wrap: wrap
}
#c_product_list_019_P_241-17654366074870 .swiper-container-horizontal>.swiper-pagination-bullets {
	bottom: 0px;
	left: 0;
	width: 100%;
	font-size: 0px;
	display: none
}
#c_product_list_019_P_241-17654366074870 .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	display: inline-block;
	border-radius: 46px;
	background: rgba(0,0,0,0.1);
	opacity: 1;
	transition: all .5s ease 0s
}
#c_product_list_019_P_241-17654366074870 .swiper-pagination-bullet:hover {
	opacity: 1;
	background: #fe5a0a
}
#c_product_list_019_P_241-17654366074870 .swiper-pagination-bullet-active {
	width: 48px;
	opacity: 1;
	background: #fe5a0a
}
#c_product_list_019_P_241-17654366074870 .swiper-button-next {
	color: #fff;
	width: 40px;
	height: 80px;
	display: inline-block;
	background: #fe5a0a;
	text-align: center;
	line-height: 80px;
	transition: all 1s ease 0s;
	border-radius: 6px 0px 0px 6px;
	margin: 0px;
	margin-top: -20px;
	transform: translate(0%, -50%);
	z-index: 9;
	right: 0px;
	top: 50%;
	left: auto;
	opacity: 0.6
}
#c_product_list_019_P_241-17654366074870 .swiper-button-prev {
	color: #fff;
	width: 40px;
	height: 80px;
	display: inline-block;
	background: #fe5a0a;
	text-align: center;
	line-height: 80px;
	transition: all 1s ease 0s;
	border-radius: 0px 6px 6px 0px;
	margin: 0px;
	margin-top: -20px;
	transform: translate(0%, -50%);
	z-index: 9;
	right: auto;
	top: 50%;
	left: 0px;
	opacity: 0.6
}
#c_product_list_019_P_241-17654366074870 .swiper-button-next.swiper-button-disabled, #c_product_list_019_P_241-17654366074870 .swiper-button-prev.swiper-button-disabled {
	opacity: .5;
	pointer-events: inherit
}
#c_product_list_019_P_241-17654366074870 .swiper-button-next:hover {
	background: #fe5a0a;
	opacity: 1
}
#c_product_list_019_P_241-17654366074870 .swiper-button-prev:hover {
	background: #fe5a0a;
	opacity: 1
}
#c_product_list_019_P_241-17654366074870 .swiper-button-next:after {
	font-size: 18px
}
#c_product_list_019_P_241-17654366074870 .swiper-button-prev:after {
	font-size: 18px
}
#c_product_list_019_P_241-17654366074870 .e_loop-6 .p_loopitem {
	flex: 0 0 33.3%;
	position: relative;
	display-radio: 1
}
#c_product_list_019_P_241-17654366074870 .e_loop-6 .p_page {
	text-align: center
}
#c_product_list_019_P_241-17654366074870 .e_loop-6 .p_filter_wrapper {
	width: 100%
}
#c_product_list_019_P_241-17654366074870 .e_loop-6 .p_kv_wrapper {
	display: flex;
	flex-wrap: nowrap
}
#c_product_list_019_P_241-17654366074870 .e_loop-6 .p_filter_key {
	line-height: 40px;
	margin-right: 10px;
	font-weight: bold
}
#c_product_list_019_P_241-17654366074870 .e_loop-6 .p_v_item {
	display: inline-block;
	margin: 0 5px;
	line-height: 40px;
	cursor: pointer
}
#c_product_list_019_P_241-17654366074870 .e_loop-6 .p_active {
	color: blueviolet
}
#c_product_list_019_P_241-17654366074870 .e_loop-6 .p_result_item {
	position: relative;
	padding: 3px 20px 3px 10px;
	border: 1px solid #ddd;
	border-radius: 3px;
	margin-right: 10px
}
#c_product_list_019_P_241-17654366074870 .e_loop-6 .p_filter_close {
	position: absolute;
	right: 0;
	top: 0;
	padding: 3px;
	font-style: normal;
	font-size: 16px;
	margin-top: -5px;
	cursor: pointer
}
#c_product_list_019_P_241-17654366074870 .e_loop-6 .multSelect {
	font-size: 14px;
	position: relative
}
#c_product_list_019_P_241-17654366074870 .e_loop-6 .multSelect .inputWrap {
	width: 100%;
	min-width: 100px;
	min-height: 40px;
	border: 1px solid #ccc;
	border-radius: 3px;
	position: relative;
	cursor: pointer
}
#c_product_list_019_P_241-17654366074870 .e_loop-6 .multSelect.is-invalid .inputWrap {
	border-color: #dc3545
}
#c_product_list_019_P_241-17654366074870 .e_loop-6 .multSelect ul {
	padding: 0 5px;
	margin: 0;
	padding-right: 35px
}
#c_product_list_019_P_241-17654366074870 .e_loop-6 .multSelect ul, li {
	list-style: none
}
#c_product_list_019_P_241-17654366074870 .e_loop-6 .multSelect li {
	display: inline-block;
	background: #edf0f3;
	color: #92969c;
	padding: 3px 5px;
	margin: 5px 5px 5px 0;
	border-radius: 5px
}
#c_product_list_019_P_241-17654366074870 .e_loop-6 .multSelect .multSelect-option {
	width: 100%;
	border: 1px solid #ccc;
	border-top: 0;
	max-height: 200px;
	overflow-y: scroll;
	position: absolute;
	height: 0;
	opacity: 1;
	z-index: 9;
	background: #fff
}
#c_product_list_019_P_241-17654366074870 .e_loop-6 .multSelect .multSelect-option>div {
	line-height: 35px;
	cursor: pointer;
	padding: 0 10px
}
#c_product_list_019_P_241-17654366074870 .e_loop-6 .multSelect .multSelect-option>div.selected {
	color: #409eff
}
#c_product_list_019_P_241-17654366074870 .e_loop-6 .multSelect .multSelect-option>div:hover {
	color: #409eff;
	background: #f3f6f9
}
#c_product_list_019_P_241-17654366074870 .e_loop-6 .multSelect .fa-close {
	font-style: normal;
	font-size: 12px;
	padding: 0 5px 0 7px
}
#c_product_list_019_P_241-17654366074870 .e_loop-6 .multSelect .inputWrap>.fa svg {
	fill: #666;
	width: 16px;
	height: 16px;
	position: absolute;
	right: 0;
	top: calc(50% - 8px)
}
#c_product_list_019_P_241-17654366074870 .e_loop-6 .multSelect .inputWrap>.fa-down svg {
	transform: rotate(-90deg)
}
#c_product_list_019_P_241-17654366074870 .e_loop-6 .multSelect .inputWrap>.fa-up svg {
	transform: rotate(90deg)
}
#c_product_list_019_P_241-17654366074870 .e_loop-6 .multSelect .placeholder {
	line-height: 40px;
	padding-left: 10px;
	color: #aaa;
	position: absolute;
	left: 0;
	top: 0
}
#c_product_list_019_P_241-17654366074870 .e_loop-6 .p_filter_select {
	width: 150px
}
#c_product_list_019_P_241-17654366074870 .e_loop-6 .p_normal_start, #c_product_list_019_P_241-17654366074870 .e_loop-6 .p_date_start {
	display: inline;
	width: 100px
}
#c_product_list_019_P_241-17654366074870 .e_loop-6 .p_normal_end, #c_product_list_019_P_241-17654366074870 .e_loop-6 .p_date_end {
	display: inline;
	width: 100px
}
#c_product_list_019_P_241-17654366074870 .e_loop-6 .p_split {
	margin: 0 5px
}
#c_product_list_019_P_241-17654366074870 .e_loop-6 .p_normal {
	margin-right: 16px
}
#c_product_list_019_P_241-17654366074870 .e_loop-6 {
	background_radio: 1;
	margin-left: auto;
	margin-right: auto;
	padding-left: 0px;
	padding-right: 0px;
	display-radio: 1;
	width: auto;
	max-width: none;
	padding-top: 0px;
	padding-bottom: 0px
}
#c_product_list_019_P_241-17654366074870 .e_container-7 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%;
	margin-right: auto;
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	display-radio: flex;
	margin-bottom: 0px;
	margin-left: auto;
	background_radio: 2;
	overflow: hidden;
	height: 100%;
	background-color: rgba(255,255,255,1);
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px
}
#c_product_list_019_P_241-17654366074870 .e_container-7 > .p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%
}
#c_product_list_019_P_241-17654366074870 .e_container-47 {
	padding: 5% 20px;
	transition: all 0.5s ease 0s;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%;
	display-radio: flex;
	padding-bottom: 20px;
	padding-right: 20px;
	padding-left: 23px;
	padding-top: 0px;
	position: absolute;
	top: 14%;
	left: 50%;
	transform: translate(-50%, 0%);
	opacity: 1;
	background_radio: 2;
	background-color: rgba(0, 0, 0, 0)
}
#c_product_list_019_P_241-17654366074870 .e_container-7:hover .e_container-47 {
	opacity: 1;
	padding-right: 130px
}
#c_product_list_019_P_241-17654366074870 .e_image-8 {
	width: 100%;
	height: 0px;
	padding-bottom: 130%;
	overflow: hidden;
	display: block;
	position: relative;
	display-radio: block;
	margin: 0px
}
#c_product_list_019_P_241-17654366074870 .e_image-8 img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) scale(1);
	width: 100%;
	height: 100%;
	overflow: hidden;
	transition: all .5s ease 0s;
	object-fit: cover
}
#c_product_list_019_P_241-17654366074870 .e_container-7:hover .e_image-8 img {
	transform: translate(-50%, -50%) scale(1.1)
}
#c_product_list_019_P_241-17654366074870 .e_container-29 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%;
	display-radio: flex;
	background_radio: 1;
	height: 100%
}
#c_product_list_019_P_241-17654366074870 .e_container-29 > .p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%;
	overflow: hidden
}
#c_product_list_019_P_241-17654366074870 .e_loop-6 .p_rollPagination {
	display-radio: 1
}
.p_flog_c {
	width: 100%;
	height: 100%
}
#c_product_list_019_P_241-17654366074870 .e_text-43 {
	font_radio: 2;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: bold;
	display-radio: -webkit-box;
	-webkit-line-clamp: 1;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	padding-top: 0px;
	padding-bottom: 0px;
	color: rgb(255 255 255);
	font-size: 20px;
	text-shadow: 1px 1px 4px #070c2d
}
#c_product_list_019_P_241-17654366074870 .e_text-43 a {
}
#c_product_list_019_P_241-17654366074870 .e_container-7:hover .e_text-43 a {
}
#c_product_list_019_P_241-17654366074870 .e_container-47 > .p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%
}
#c_product_list_019_P_241-17654366074870 .e_text-48 {
	font_radio: 2;
	text-align: center;
	line-height: 1.5;
	color: rgba(255,255,255,0.6);
	margin-top: 0px;
	display-radio: 1;
	margin-bottom: 0px;
	font-weight: bold;
	font-size: 36px
}
#c_product_list_019_P_241-17654366074870 .e_container-100 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%;
	background_radio: 1;
	display-radio: flex;
	margin-top: 0px
}
#c_product_list_019_P_241-17654366074870 .e_container-100 > .p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%
}
#c_product_list_019_P_241-17654366074870 .e_container-101 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 94%;
	display-radio: flex;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 7%;
	background_radio: 1;
	max-width: 1480px;
	padding-top: 0px;
	margin-top: 0px
}
#c_product_list_019_P_241-17654366074870 .e_container-101 > .p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%
}
#c_product_list_019_P_241-17654366074870 .e_container-101 .p_item {
	display-radio: 1
}
#c_product_list_019_P_241-17654366074870 .e_container-129 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%;
	background_radio: 1;
	display-radio: flex
}
#c_product_list_019_P_241-17654366074870 .e_container-129 > .p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%
}
#c_product_list_019_P_241-17654366074870 .e_icon-130 {
	font_radio: 2;
	display-radio: 1;
	color: rgba(255,255,255,1);
	margin-top: -2px;
	padding-left: 0px;
	padding-right: 0px;
	margin-left: auto;
	margin-right: auto;
	width: auto;
	height: auto
}
#c_product_list_019_P_241-17654366074870 .e_icon-130 .icon {
	margin: 0;
	width: 100%;
	height: 100%;
	fill: currentColor
}
#c_product_list_019_P_241-17654366074870 .e_container-129 .cbox-129-1 {
	align-self: center;
	flex: 0 0 auto
}
#c_product_list_019_P_241-17654366074870 .e_container-129 .cbox-129-0 {
	align-self: center
}
#c_product_list_019_P_241-17654366074870 .e_container-143 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%;
	display-radio: flex;
	padding-top: 50px;
	padding-bottom: 50px;
	padding-right: 20px;
	padding-left: 20px;
	background_radio: 2;
	height: 100%;
	background-fill-value: background-image;
	background-image: url(https://omo-oss-image1.thefastimg.com/portal-saas/pg2025112618583825506/cms/image/bba3d6b6-d3bf-4f10-ad79-29b00fe92918.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: bottom center
}
#c_product_list_019_P_241-17654366074870 .e_container-143 .p_item {
	position: initial;
	display-radio: 1
}
#c_product_list_019_P_241-17654366074870 .e_container-143 > .p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%
}
#c_product_list_019_P_241-17654366074870 .e_container-143 .cbox-143-0 {
	flex: 0 0 auto;
	padding-right: 15px
}
#c_product_list_019_P_241-17654366074870 .e_container-144 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	display-radio: flex;
	width: auto;
	background_radio: 1;
	height: 100%;
	padding: 0px
}
#c_product_list_019_P_241-17654366074870 .e_container-144 > .p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between
}
#c_product_list_019_P_241-17654366074870 .e_container-145 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%
}
#c_product_list_019_P_241-17654366074870 .e_container-145 > .p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%
}
#c_product_list_019_P_241-17654366074870 .e_text-146 {
	font_radio: 2;
	text-align: center;
	line-height: 1.8;
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: normal;
	display-radio: -webkit-box;
	-webkit-line-clamp: 1;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	padding-top: 0px;
	padding-bottom: 0px;
	color: rgba(0,0,0,1);
	font-size: 18px
}
#c_product_list_019_P_241-17654366074870 .e_text-146 a {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	display: inline-block;
	overflow: hidden
}
#c_product_list_019_P_241-17654366074870 .e_text-147 {
	font_radio: 2;
	text-align: left;
	line-height: 1.5;
	margin-top: 0px;
	margin-bottom: 10px;
	font-weight: bold;
	display-radio: -webkit-box;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	padding-top: 0px;
	padding-bottom: 0px;
	color: rgba(255,255,255,1);
	font-size: 18px
}
#c_product_list_019_P_241-17654366074870 .e_text-147 a {
	color: rgba(255,255,255,1)
}
#c_product_list_019_P_241-17654366074870 .e_richText-148 {
	font_radio: 2;
	font-size: 14px;
	line-height: 1.8;
	color: rgba(255,255,255,1);
	overflow: hidden;
	display-radio: -webkit-box;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	max-width: 350px;
	-webkit-line-clamp: 5
}
#c_product_list_019_P_241-17654366074870 .e_container-149 {
	display: inline-block;
	margin: 0px;
	width: auto;
	background_radio: 1;
	display-radio: inline-block;
	margin-top: 0px;
	margin-bottom: 20px
}
#c_product_list_019_P_241-17654366074870 .e_container-149 > .p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%
}
#c_product_list_019_P_241-17654366074870 .e_container-149 .cbox-149-0 {
	flex: 0 0 auto;
	margin-left: 0px;
	margin-right: auto
}
#c_product_list_019_P_241-17654366074870 .e_button-150 {
	display: inline-block;
	position: relative;
	overflow: visible;
	text-align: center;
	box-sizing: border-box;
	padding: 8px;
	background_radio: 2;
	border_radio: 2;
	font_radio: 2;
	radius_radio: 2;
	font-size: 12px;
	line-height: 2;
	color: rgba(255,255,255,1);
	margin-top: 0px;
	display-radio: block;
	padding-top: 4px;
	padding-bottom: 4px;
	width: auto;
	margin-left: auto;
	padding-left: 0px;
	margin-right: auto;
	padding-right: 0px;
	border: none;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	background-color: rgba(255,255,255,0);
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: rgba(255,255,255,1);
	transition: all 0.5s ease 0s !important
}
#c_product_list_019_P_241-17654366074870 .e_button-150:hover {
	background-color: rgba(255,255,255,0);
	color: rgba(255,255,255,1);
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	border-bottom-color: rgba(255,255,255,1);
	padding-left: 20px;
	padding-right: 20px
}
#c_product_list_019_P_241-17654366074870 .e_button-150 span {
	display: block;
	width: 100%;
	position: relative;
	z-index: 1;
	outline: 0;
	margin: 0px;
	overflow: hidden;
	line-height: 1.5
}
#c_product_list_019_P_241-17654366074870 .e_button-150::after {
	content: "";
	position: absolute;
	width: 0;
	height: 100%;
	transition: all .3s;
	z-index: 0;
	opacity: 1;
	top: 0;
	left: 0px
}
#c_product_list_019_P_241-17654366074870 .e_button-150:hover::after {
	opacity: 1
}
#c_product_list_019_P_241-17654366074870 .e_line-151 {
	display-radio: 1;
	width: 30px;
	min-width: 0px;
	height: 12px;
	max-height: none;
	min-height: 0px;
	border-top-style: solid;
	border-top-color: rgba(255,255,255,1);
	margin-top: 12px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	margin-left: 0px;
	margin-right: auto;
	border-top-width: 1px;
	max-width: none;
	line_radio: 1
}
#c_product_list_019_P_241-17654366074870 .e_container-153 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	transform: translateY(100%);
	transition: all 0.5s ease 0s;
	opacity: 1;
	background_radio: 2;
	display-radio: flex;
	background: linear-gradient(-45deg, #315f9752 0, #1d2976 100%)
}
#c_product_list_019_P_241-17654366074870 .e_container-7:hover .e_container-153 {
	transform: translateY(0%);
	opacity: 1
}
#c_product_list_019_P_241-17654366074870 .e_container-153 > .p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%
}










#c_product_list_019_P_241-17654366074870 .e_container-154 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 26px;
	background_radio: 2;
	display-radio: flex;
	height: 26px;
	background: #fe5a0a;
	border-top-left-radius: 100px;
	border-top-right-radius: 100px;
	border-bottom-left-radius: 100px;
	border-bottom-right-radius: 100px;
	padding-left: 6px;
	padding-right: 6px;
	background-color: #fe5a0a
}
#c_product_list_019_P_241-17654366074870 .e_container-154 > .p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%
}
#c_product_list_019_P_241-17654366074870 .e_container-154 .cbox-154-0 {
	align-self: center
}
#c_product_list_019_P_241-17654366074870 .e_container-155 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	position: absolute;
	top: 0px;
	left: 0px;
	display-radio: flex;
	width: auto;
	background_radio: 1;
	padding-left: 22px;
	padding-top: 22px
}
#c_product_list_019_P_241-17654366074870 .e_container-155 > .p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%
}
#c_product_list_019_P_241-17654366074870 .e_container-155 .cbox-155-0 {
	flex: 0 0 auto
}
#c_product_list_019_P_241-17654366074870 .e_image-156 {
	width: 60px;
	display-radio: 1;
	height: auto;
	margin-bottom: 0px
}
#c_product_list_019_P_241-17654366074870 .e_image-156 img {
	width: 100%;
	height: 100%;
	object-fit: cover
}
#c_product_list_019_P_241-17654366074870 .e_button-158 {
	display: block;
	position: relative;
	overflow: hidden;
	text-align: center;
	box-sizing: border-box;
	width: 100%;
	padding: 8px;
	background_radio: 2;
	border_radio: 2;
	font_radio: 2;
	radius_radio: 2;
	display-radio: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 240px;
	min-width: 0px;
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: rgba(239,239,239,1);
	color: rgba(0,0,0,1);
	font-size: 16px;
	font-family: Microsoft YaHei;
	border-style: solid;
	border-color: rgba(239,239,239,1);
	border-width: 1px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px
}
#c_product_list_019_P_241-17654366074870 .e_button-158 span {
	display: block;
	width: 100%;
	position: relative;
	z-index: 1;
	outline: 0;
	margin: 0px;
	overflow: hidden
}
#c_product_list_019_P_241-17654366074870 .e_button-158::after {
	content: "";
	position: absolute;
	width: 0;
	height: 100%;
	transition: all .3s;
	z-index: 0;
	opacity: 1;
	top: 0;
	left: 0px
}
#c_product_list_019_P_241-17654366074870 .e_button-158:hover::after {
	opacity: 1
}
#c_product_list_019_P_241-17654366074870 .e_button-158:hover {
	background-color: rgba(0,0,0,0);
	font-family: Microsoft YaHei;
	color: rgba(0,0,0,1);
	border-style: solid;
	border-color: rgba(0,0,0,1);
	border-width: 1px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px
}
#c_product_list_019_P_241-17654366074870 .e_button-158:before {
	border-radius: 50%
}
@media screen and (max-width:768px) {
#c_product_list_019_P_241-17654366074870 .e_loop-6 .p_loopitem {
	flex-grow: 0;
	flex-shrink: 0;
	flex-basis: calc(100% / 1)
}
#c_product_list_019_P_241-17654366074870 .e_container-7 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: auto;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	display-radio: flex;
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	background-color: rgba(255,255,255,1);
	background_radio: 2;
	margin-top: 0px
}
#c_product_list_019_P_241-17654366074870 .e_loop-6 {
	display-radio: 1;
	margin-right: auto;
	margin-left: auto
}
#c_product_list_019_P_241-17654366074870 .e_image-8 {
	display-radio: 1
}
#c_product_list_019_P_241-17654366074870 {
	display-radio: 1;
	background_radio: 1
}
#c_product_list_019_P_241-17654366074870 .e_container-29 {
	display-radio: 1
}
.p_nav {
	display: none
}
#c_product_list_019_P_241-17654366074870 .e_text-43 {
	display-radio: 1;
	font_radio: 2;
	line-height: 1.8;
	font-size: 16px;
	text-align: left
}
#c_product_list_019_P_241-17654366074870 .e_container-101 {
	display-radio: 1;
	margin-top: 0px;
	padding-top: 30px;
	padding-bottom: 30px;
	background_radio: 1;
	overflow: hidden
}
#c_product_list_019_P_241-17654366074870 .e_container-47 {
	background_radio: 1;
	display-radio: 1;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px
}
#c_product_list_019_P_241-17654366074870 .e_text-146 {
	display-radio: 1;
	font_radio: 2;
	color: rgba(255,255,255,1);
	line-height: 1;
	font-size: 14px
}
#c_product_list_019_P_241-17654366074870 .e_text-147 {
	display-radio: 1;
	font_radio: 2;
	color: rgba(255,255,255,1);
	line-height: 1;
	font-size: 18px
}
#c_product_list_019_P_241-17654366074870 .e_container-149 {
	background_radio: 1;
	display-radio: 1;
	margin-top: 20px
}
#c_product_list_019_P_241-17654366074870 .e_button-150 {
	background_radio: 1;
	border_radio: 1;
	font_radio: 1;
	radius_radio: 1;
	display-radio: 1;
	width: auto;
	padding-top: 7px;
	padding-bottom: 7px;
	margin-top: 0px
}
#c_product_list_019_P_241-17654366074870 .e_loop-6 .products {
	position: relative;
	overflow: visible;
	padding-bottom: 50px
}
#c_product_list_019_P_241-17654366074870 .e_image-8 {
	width: 100%;
	height: 0px;
	padding-bottom: 110%;
	overflow: hidden;
	display: block;
	position: relative;
	display-radio: block;
	margin-left: 0px
}
#c_product_list_019_P_241-17654366074870 .e_container-7 .e_image-8 img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) scale(1);
	width: 100%;
	height: 100%;
	overflow: hidden;
	transition: all 0.5s ease 0s
}
#c_product_list_019_P_241-17654366074870 .e_container-7:hover .e_image-8 img {
	transform: translate(-50%, -50%) scale(1.1)
}
#c_product_list_019_P_241-17654366074870 .e_image-156 {
	display-radio: 1
}
#c_product_list_019_P_241-17654366074870 .swiper-button-prev, #c_product_list_019_P_241-17654366074870 .swiper-button-next {
	color: #fff;
	width: 30px;
	height: 60px;
	line-height: 60px
}
#c_product_list_019_P_241-17654366074870 .e_container-154 {
	background_radio: 1;
	display-radio: 1;
	width: 24px;
	height: 24px;
	padding-left: 5px;
	padding-right: 5px
}
#c_product_list_019_P_241-17654366074870 .e_button-158 {
	background_radio: 1;
	border_radio: 1;
	font_radio: 1;
	radius_radio: 1;
	display-radio: 1;
	margin-top: 0px
}
}
@media screen and (min-width: 769px) {
#c_product_list_019_P_241-17654366074870 .e_loop-6 .p_loopitem {
	flex-grow: 0;
	flex-shrink: 0;
	flex-basis: calc(100% / 4)
}
}
#c_static_001_P_90909-1765443329747 {
	min-height: 300px;
	background: #0D171B;
	padding: 100px 0 0;
	overflow: hidden;
--cn:linear-gradient(90deg, #2b3a95, #51a2dc);
	background_radio: 2;
	display-radio: 1;
	background-fill-value: background-image;
	background-image: url(../image/58bc4ded-e176-45de-ae66-995dc5783f81.jpg);
	background-size: cover;
	background-attachment: fixed
}
#c_static_001_P_90909-1765443329747 .e_loop-1 {
	padding-bottom: 30px
}
#c_static_001_P_90909-1765443329747 .e_loop-1 .cn-cases {
	display: grid
}
#c_static_001_P_90909-1765443329747 .e_loop-1 .cn-cases > div {
	grid-area: 1/1;
	position: relative;
	z-index: 0
}
#c_static_001_P_90909-1765443329747 .e_loop-1 .cn-cases > div.cn-casesBox {
	z-index: 3;
	width: 100%;
	max-width: var(--bw);
	margin: 0 auto;
	padding: 15px;
	pointer-events: none
}
#c_static_001_P_90909-1765443329747 .e_loop-1 .cn-cases > div.cn-casesBox > div {
	width: 30%;
	height: auto;
	display: flex;
	flex-direction: column;
	gap: 60px;
	pointer-events: all;
	padding-left: 50px;
	position: relative
}
#c_static_001_P_90909-1765443329747 .e_loop-1 .cn-cases > div.cn-casesBox > div::before {
	content: "";
	display: block;
	width: 1px;
	height: 150%;
	background: #fff;
	position: absolute;
	left: 0;
	bottom: 0;
	opacity: 0.3
}
#c_static_001_P_90909-1765443329747 .e_loop-1 .cn-cases > div.cn-casesBox > div .casesList {
	flex: 1;
	display: flex;
	flex-direction: column;
	gap: 20px
}
#c_static_001_P_90909-1765443329747 .e_loop-1 .cn-cases > div.cn-casesBox > div .casesList .case_item {
	cursor: pointer
}
#c_static_001_P_90909-1765443329747 .e_loop-1 .cn-cases > div.cn-casesBox > div .casesList .case_item p {
	font-size: 18px;
	color: #fff;
	display: flex;
	align-items: center;
	gap: 10px
}
#c_static_001_P_90909-1765443329747 .e_loop-1 .cn-cases > div.cn-casesBox > div .casesList .case_item h5::after {
	content: "";
	width: 0;
	height: 14px;
	border-radius: 4px;
	background: var(--cn);
	transition: all 0.5s
}
#c_static_001_P_90909-1765443329747 .e_loop-1 .cn-cases > div.cn-casesBox > div .casesList .case_item.saf-current h5::after {
	width: 40px
}
#c_static_001_P_90909-1765443329747 .e_loop-1 .cn-cases > div.cn-casesBox > div .casesList .case_item .content {
	height: 0px;
	overflow: hidden;
	transition: all 0.5s
}
#c_static_001_P_90909-1765443329747 .e_loop-1 .cn-cases > div.cn-casesBox > div .casesList .case_item.saf-current .content {
	height: 110px
}
#c_static_001_P_90909-1765443329747 .e_loop-1 .cn-cases > div.cn-casesBox > div .casesList .case_item .content p {
	color: #ffffffca;
	font-size: 14px;
	line-height: 1.6;
	text-align: justify;
	margin-bottom: 15px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden
}
#c_static_001_P_90909-1765443329747 .e_loop-1 .cn-cases > div.cn-casesBox > div .casesList .case_item .content a {
	display: inline-block;
	color: #ffffffca;
	font-size: 14px;
	text-decoration: underline;
	text-underline-offset: 5px;
	transition: all 0.5s
}
#c_static_001_P_90909-1765443329747 .e_loop-1 .cn-cases > div.cn-casesBox > div .casesList .case_item .content a:hover {
	color: var(--n)
}
#c_static_001_P_90909-1765443329747 .e_loop-1 .p_list {
	display: flex;
	flex-wrap: wrap;
	position: relative;/*解决无缝滚动在循环体多列展示问题  */
	max-width: 100%;/* 解决无缝滚动在循环体多列展示问题 */
	display: grid;
	width: 55%;
	margin-left: auto
}
#c_static_001_P_90909-1765443329747 .e_loop-1 .caseCategoryName {
	width: 200px;
	height: auto;
	position: absolute;
	z-index: 6;
	background: #fff;
	left: 0;
	top: 50%;
	transform: translate(-50%, -50%);
	padding: 30px;
	display: flex;
	flex-direction: column;
	gap: 10px;
	align-items: center
}
#c_static_001_P_90909-1765443329747 .e_loop-1 .caseCategoryName > div.title {
	display: flex;
	flex-direction: column;
	align-items: center;
	line-height: 1.2;
	font-size: 20px
}
#c_static_001_P_90909-1765443329747 .e_loop-1 .caseCategoryName .case_cate {
	display: grid;
	overflow: hidden
}
#c_static_001_P_90909-1765443329747 .e_loop-1 .caseCategoryName .case_cate > p {
	grid-area: 1/1;
	position: relative;
	z-index: 0;
	animation: fadeOut 0.3s both;
	font-size: 18px;
	text-align: center
}
#c_static_001_P_90909-1765443329747 .e_loop-1 .caseCategoryName .case_cate > p.saf-current {
	animation: fadeInUp 0.5s both
}
#c_static_001_P_90909-1765443329747 .e_loop-1 .p_loopitem {
	flex: 0 0 33.3%;
	position: relative;
	grid-area: 1/1;
	z-index: 0;
	overflow: hidden
}
#c_static_001_P_90909-1765443329747 .e_loop-1 .p_loopitem.saf-current {
	z-index: 5
}
#c_static_001_P_90909-1765443329747 .e_image-2 {
	overflow: hidden;
	aspect-ratio: 16/9;
	animation: slideOutLeft 0.5s both
}
#c_static_001_P_90909-1765443329747 .e_loop-1 .p_loopitem.saf-current .e_image-2 {
	animation: slideInRight 0.5s both
}
#c_static_001_P_90909-1765443329747 .e_image-2 img {
	width: 100%;
	height: 100%;
	object-fit: cover
}
.case-rolling {
	width: 100%;
	overflow: hidden;
	display: flex;
	pointer-events: none
}
.case-rolling p {
	font-size: clamp(2rem, 6vw, 6rem);
	line-height: 1;
	color: #fff;
	opacity: 0.1;
	padding: 0 20px;
	font-weight: 700
}
.case-rolling p:nth-child(2n+1) {
	-webkit-text-stroke: 1px #fff;
	text-stroke: 1px #fff;
	color: transparent
}
.cn-Title {
	display: flex;
	gap: 10px
}
.cn-Title span {
	font-weight: bold;
	font-size: clamp(2rem, 3vw, 2.6rem);
	color: #222;
	line-height: 1
}
.cn-Title.wc span {
	color: #fff
}
.cn-Title.wc i {
	color: #eee
}
.cn-Title i {
	font-style: normal;
	font-size: 12px;
	color: #555;
	max-width: 85px
}
@media screen and (max-width:768px) {
#c_static_001_P_90909-1765443329747 {
	padding: 50px 0 0
}
#c_static_001_P_90909-1765443329747 .e_loop-1 .cn-cases {
	display: flex;
	flex-direction: column;
	gap: 30px;
	padding: 0 15px
}
#c_static_001_P_90909-1765443329747 .e_loop-1 .cn-cases > div.cn-casesBox {
	padding: 0
}
#c_static_001_P_90909-1765443329747 .e_loop-1 .cn-cases > div.cn-casesBox > div {
	width: 100%;
	padding-left: 30px
}
#c_static_001_P_90909-1765443329747 .e_loop-1 .cn-cases > div.cn-casesBox > div::before {
}
#c_static_001_P_90909-1765443329747 .e_loop-1 .p_list {
	width: 100%;
	border-radius: 10px;
	overflow: hidden
}
#c_static_001_P_90909-1765443329747 .e_loop-1 .caseCategoryName {
	display: none
}
}
@media screen and (min-width: 769px) {
}
@media screen and (max-width: 1024px) and (min-width: 769px) {
}
@media screen and (max-width: 1440px) and (min-width: 769px) {
}
@media screen and (max-width: 1320px) and (min-width: 769px) {
}
#c_static_1271-1765442317244 {
	background_radio: 2;
	display-radio: 1;
	z-index: 0!important;
	overflow: hidden;
	padding-top: 4rem;
	padding-bottom: 4rem
}
@-webkit-keyframes warn {
0% {
opacity:0;
-webkit-transform:scale(.5);
transform:scale(.5)
}
5% {
opacity:1
}
to {
	opacity: 1;
	-webkit-transform: scale(2);
	transform: scale(2)
}
}
@keyframes warn {
0% {
opacity:0;
-webkit-transform:scale(.5);
transform:scale(.5)
}
5% {
opacity:1
}
to {
	opacity: 1;
	-webkit-transform: scale(2);
	transform: scale(2)
}
}
@-webkit-keyframes warn-2 {
0% {
opacity:0;
-webkit-transform:scale(.5);
transform:scale(.5)
}
5% {
opacity:8
}
to {
	opacity: 1;
	-webkit-transform: scale(1.4);
	transform: scale(1.4)
}
}
@keyframes warn-2 {
0% {
opacity:0;
-webkit-transform:scale(.5);
transform:scale(.5)
}
5% {
opacity:8
}
to {
	opacity: 1;
	-webkit-transform: scale(1.4);
	transform: scale(1.4)
}
}
@keyframes fa_btn_ani {
0% {
transform:translate(-50%, -50%) scale(0.8);
opacity:0
}
50% {
transform:translate(-50%, -50%) scale(1.4);
opacity:0.4
}
100% {
transform:translate(-50%, -50%) scale(1.2);
opacity:0
}
}
#c_static_1271-1765442317244 .e_text-1 {
	line-height: normal;
	display-radio: 1;
	font_radio: 2;
	margin-top: 0px
}
#c_static_1271-1765442317244 .fa_Mores a span {
	display: inline-block;
	color: var(--bc);
	font-size: 16px;
	transition: all 0.5s
}
#c_static_1271-1765442317244 .fa_Mores a {
	display: inline-flex;
	align-items: center
}
#c_static_1271-1765442317244 .fa_Mores a:hover span.fa_span_a {
	margin-right: 0
}
#c_static_1271-1765442317244 .fa_Mores a span.fa_span_a {
	width: 50px;
	height: 50px;
	position: relative;
	margin-right: 40px;
	transition: all 0.5s
}
#c_static_1271-1765442317244 .fa_Mores a span.fa_span_a:before {
	background: var(--bc);
	opacity: 0.3;
	border-radius: 50%;
	position: absolute;
	transform: translate(-50%, -50%);
	left: 50%;
	top: 50%;
	content: "";
	width: 50px;
	height: 50px;
	transition: all 0.5s;
	animation: fa_btn_ani 5s linear infinite
}
#c_static_1271-1765442317244 .fa_Mores a:hover span.fa_span_a:before {
	opacity: 0!important
}
#c_static_1271-1765442317244 .fa_Mores a:hover span.fa_span_a:after {
	left: -15px
}
#c_static_1271-1765442317244 .fa_Mores a:hover span.fa_span_b {
	padding-right: 40px
}
#c_static_1271-1765442317244 .fa_Mores a span.fa_span_a:before {
	background: var(--bc);
	opacity: 0.3;
	border-radius: 50%;
	position: absolute;
	transform: translate(-50%, -50%);
	left: 50%;
	top: 50%;
	content: "";
	width: 50px;
	height: 50px;
	transition: all 0.5s;
	animation: fa_btn_ani 5s linear infinite
}
#c_static_1271-1765442317244 .fa_Mores a span.fa_span_a:after {
	content: "";
	position: absolute;
	left: 25px;
	width: 40px;
	height: 1px;
	background: var(--bc);
	top: 50%;
	transform: translate(-0%, -50%);
	transition: all 0.5s
}
#c_static_1271-1765442317244 .fa_Mores a span.fa_span_a i {
	width: 10px;
	height: 10px;
	background: var(--bc);
	border-radius: 50%;
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: all 0.5s
}
@keyframes fa_btn_ani {
0% {
transform:translate(-50%, -50%) scale(0.8);
opacity:0
}
50% {
transform:translate(-50%, -50%) scale(1.4);
opacity:0.4
}
100% {
transform:translate(-50%, -50%) scale(1.2);
opacity:0
}
}
#c_static_1271-1765442317244 .e_container-2 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%
}
#c_static_1271-1765442317244 .e_container-2 > .p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%
}
#c_static_1271-1765442317244 .e_container-107 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	max-width: 1600px;
	margin: 0 auto;
	background_radio: 1;
	display-radio: flex;
	width: 94%
}
#c_static_1271-1765442317244 .e_container-107 > .p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%
}
#c_static_1271-1765442317244 .e_richText-110 {
	font_radio: 2;
	display-radio: 1;
	color: rgba(89,87,87,1);
	font-size: var(--text-16-18);
	line-height: 1.8;
	margin-top: 35px;
	max-width: 1500px;
	margin-left: auto;
	margin-right: auto;
	text-align: justify;
	column-count: 2;
	column-gap: 40px;
	column-rule: 1px #ccc dashed
}
#c_static_1271-1765442317244 .e_container-111 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%;
	background_radio: 1;
	display-radio: flex;
	padding-top: 0px;
	margin-top: 5%;
	align-items: flex-end;
	max-width: 1500px;
	margin-left: auto;
	margin-right: auto
}
#c_static_1271-1765442317244 .e_container-111 > .p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%
}
#c_static_1271-1765442317244 .e_container-111 .p_item {
	display-radio: 1
}
#c_static_1271-1765442317244 .e_container-112 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%;
	background_radio: 1;
	display-radio: flex;
	max-width: 95%
}
#c_static_1271-1765442317244 .e_container-112 > .p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%
}
#c_static_1271-1765442317244 .e_container-112 .p_item {
	display-radio: 1
}
#c_static_1271-1765442317244 .e_image-113 {
	overflow: hidden;
	display-radio: 1;
	max-width: 482px;
	border-radius: 10px;
	margin-left: auto;
	margin-right: auto
}
#c_static_1271-1765442317244 .e_image-113 img {
	width: 100%;
	height: 100%;
	object-fit: contain
}
#c_static_1271-1765442317244 .e_container-114 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%;
	background_radio: 1;
	display-radio: flex;
	max-width: 95%;
	/*margin-bottom: 30%*/
}
#c_static_1271-1765442317244 .e_container-114 > .p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%
}
#c_static_1271-1765442317244 .e_container-116 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%;
	background_radio: 1;
	display-radio: flex;
	max-width: 95%
}
#c_static_1271-1765442317244 .e_container-116 > .p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%
}
#c_static_1271-1765442317244 .e_image-117 {
	overflow: hidden;
	display-radio: 1;
	max-width: 482px;
	border-radius: 10px;
	margin-left: auto;
	margin-right: auto
}
#c_static_1271-1765442317244 .e_image-117 img {
	width: 100%;
	height: 100%;
	object-fit: contain
}
#c_static_1271-1765442317244 .e_container-118:before {
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 0;
	width: 88%;
	height: 88%;
	background-image: url(../image/429651dc-ae85-4427-a66b-a86c8a3ec5c8.webp);
	background-repeat: no-repeat;
	background-size: cover;
	animation: scroll-txt 15s linear infinite
}
#c_static_1271-1765442317244 .e_container-118 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	position: absolute;
	bottom: auto;
	right: auto;
	width: 200px;
	background_radio: 2;
	display-radio: flex;
	height: 200px;
	align-items: center;
	background-color: #FFF;
	border-radius: 100px;
	margin-left: auto;
	margin-right: auto;
	top: 7%;
	left: 100%;
	z-index: 2;
	transform: translateX(-50%) translateY(-50%)
}
#c_static_1271-1765442317244 .e_container-118 > .p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%
}
#c_static_1271-1765442317244 .e_container-119 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%;
	background_radio: 2;
	display-radio: flex;
	max-width: 120px;
	margin-left: auto;
	margin-right: auto;
	background-color: var(--bc);
	border-top-left-radius: 200px;
	border-top-right-radius: 200px;
	border-bottom-left-radius: 200px;
	border-bottom-right-radius: 200px;
	height: 120px;
	margin-top: 0px;
	padding-top: 0px
}
#c_static_1271-1765442317244 .e_container-119 > .p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%
}
#c_static_1271-1765442317244 .e_container-119 .cbox-119-0 {
	align-self: center
}
#c_static_1271-1765442317244 .e_text-120 {
	line-height: normal;
	font_radio: 2;
	display-radio: 1;
	font-size: var(--text-14-16);
	text-align: center;
	color: rgba(255,255,255,1)
}
#c_static_1271-1765442317244:before {
	top: 50%;
	left: 50%;
	opacity: 1;
	position: absolute;
	background: #fff;
	height: 0%;
	width: 0%;
	content: "";
	transition: all 0.8s;
	border-radius: 100%;
	margin: auto;
	z-index: 0
}
#c_static_1271-1765442317244:hover:before {
	background-image: linear-gradient(65.0deg, rgb(232, 232, 232) 0.0, rgba(255, 255, 255, 0) 60.0%);
	width: 90%;
	height: 110%;
	top: -5%;
	left: 5%
}
@keyframes scroll-txt {
0% {
transform:translate(-50%, -50%) rotate(0)
}
100% {
transform:translate(-50%, -50%) rotate(360deg)
}
}
#c_static_1271-1765442317244 .e_container-123 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	margin-left: 0px;
	margin-right: auto;
	padding-right: 0px;
	padding-top: 0px;
	display-radio: flex;
	width: auto;
	padding-left: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	background_radio: 1;
	max-width: none
}
#c_static_1271-1765442317244 .e_container-123 > .p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%
}
#c_static_1271-1765442317244 .e_container-123 .p_item {
	display-radio: 1
}
#c_static_1271-1765442317244 .e_text-124 {
	font_radio: 2;
	text-align: center;
	line-height: 1.4;
	color: rgba(86,88,90,1);
	margin-top: 0px;
	display-radio: 1;
	margin-bottom: 0px;
	font-weight: bold;
	margin-left: auto;
	margin-right: auto;
	font-size: 42px;
	max-width: none;
	font-family: Microsoft YaHei, 微软雅黑
}
#c_static_1271-1765442317244 .e_richText-126 {
	font_radio: 2;
	color: rgba(86,88,90,1);
	text-align: center;
	margin-right: auto;
	display-radio: 1;
	width: auto;
	line-height: 2;
	padding-top: 0px;
	margin-top: 0px;
	padding-right: 0px;
	font-weight: normal;
	font-size: 20px;
	margin-left: auto;
	max-width: 1080px
}
#c_static_1271-1765442317244 .e_html-127 {
	min-height: 10px;
	display-radio: 1;
	max-width: 66px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px
}
#c_static_1271-1765442317244 .e_video-128 {
	width: 100%;
	position: relative
}
#c_static_1271-1765442317244 .e_video-128 video {
	width: 100%;
	display: block;
	border-radius: 15px
}
#c_static_1271-1765442317244 .e_video-128 .p_video {
	position: relative
}
#c_static_1271-1765442317244 .e_video-128 .cover {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0
}
#c_static_1271-1765442317244 .e_video-128 .cover .coverImage {
	width: 100%;
	height: 100%
}
#c_static_1271-1765442317244 .e_video-128 .cover .coverImage img {
	width: 100%;
	height: 100%;
	object-fit: contain
}
#c_static_1271-1765442317244 .e_video-128 .cover .playBtn {
	position: absolute;
	width: 80px;
	height: 80px;
	z-index: 2;
	left: 50%;
	top: 50%;
	margin: -40px auto auto -40px;
	cursor: pointer
}
@media screen and (max-width:768px) {
#c_static_1271-1765442317244 {
	background_radio: 2;
	display-radio: 1;
	margin-top: 0px;
	margin-bottom: 0px
}
#c_static_1271-1765442317244:before {
	opacity: 0
}
#c_static_1271-1765442317244 .e_richText-110 {
	font_radio: 1;
	display-radio: 1;
	width: auto;
	max-width: 90%;
	padding-top: 0px;
	column-count: 1;
	column-gap: 0px;
	margin-top: 5%
}
#c_static_1271-1765442317244 .e_container-118 {
	display: none
}
#c_static_1271-1765442317244 .e_container-111 {
	background_radio: 1;
	display-radio: 1;
	max-width: 95%;
	margin-left: auto;
	margin-right: auto
}
#c_static_1271-1765442317244 .e_container-112 {
	background_radio: 1;
	display-radio: 1;
	max-width: none
}
#c_static_1271-1765442317244 .e_container-107 {
	background_radio: 1;
	display-radio: 1;
	margin-top: 0px
}
#c_static_1271-1765442317244 .e_container-111 .cbox-111-0 {
	flex: 0 0 100%
}
#c_static_1271-1765442317244 .e_container-111 .cbox-111-1 {
	flex: 0 0 100%
}
#c_static_1271-1765442317244 .e_container-111 .cbox-111-2 {
	flex: 0 0 100%
}
#c_static_1271-1765442317244 .e_image-117 {
	display-radio: 1;
	width: auto;
	margin-left: auto;
	margin-right: auto
}
#c_static_1271-1765442317244 .e_container-116 {
	max-width: 100%;
	margin-bottom: 10px
}
#c_static_1271-1765442317244 .e_container-114 {
	max-width: 100%;
	margin-bottom: 10px
}
#c_static_1271-1765442317244 .e_container-123 {
	display-radio: 1;
	padding-left: 0px;
	padding-right: 0px
}
#c_static_1271-1765442317244 .e_text-124 {
	display-radio: 1;
	font_radio: 2;
	font-size: 24px
}
#c_static_1271-1765442317244 .e_richText-126 {
	display-radio: 1;
	font_radio: 2;
	padding-right: 0px;
	padding-left: 0px;
	font-size: 14px;
	margin-top: 0px;
	margin-bottom: 0px
}
}
#c_static_001_P_63175-1765504803668 {
	display-radio: 1;
	padding-top: 4%;
	min-height: 0px;
	background_radio: 2;
	padding-bottom: 0px;
	background-fill-value: background-image;
	background-image: url(../image/d58f7a5b-6c97-448e-ba1c-aa5236e76f36.jpg);
	background-size: cover
}
#c_static_001_P_63175-1765504803668 .e_loop-5 .p_list {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	max-width: 100%
}
#c_static_001_P_63175-1765504803668 .e_loop-5 .p_loopitem {
	flex: 0 0 33.3%;
	position: relative
}
#c_static_001_P_63175-1765504803668 .e_loop-5 .p_page {
	text-align: center
}
#c_static_001_P_63175-1765504803668 .e_loop-5 .p_filter_wrapper {
	width: 100%;
	font-size: 13px
}
#c_static_001_P_63175-1765504803668 .e_loop-5 .p_kv_wrapper {
	display: flex;
	flex-wrap: nowrap;
	line-height: 40px;
	margin: 15px 0
}
#c_static_001_P_63175-1765504803668 .e_loop-5 .p_filter_key {
	width: 70px;
	overflow: hidden;
	margin-right: 10px;
	font-weight: bold;
	color: #333333;
	font-size: 12px
}
#c_static_001_P_63175-1765504803668 .e_loop-5 .p_v_item {
	display: inline-block;
	padding: 0 3px;
	cursor: pointer;
	font-size: 13px;
	color: #555555;
	margin-right: 30px
}
#c_static_001_P_63175-1765504803668 .e_loop-5 .p_active .p_fbutton {
	color: #fff;
	background-color: cornflowerblue
}
#c_static_001_P_63175-1765504803668 .e_loop-5 .p_result_item {
	position: relative;
	padding: 3px 20px 3px 10px;
	border: 1px solid #ddd;
	border-radius: 3px;
	margin-right: 10px
}
#c_static_001_P_63175-1765504803668 .e_loop-5 .p_filter_close {
	position: absolute;
	right: 0;
	top: 0;
	padding: 3px;
	font-style: normal;
	font-size: 16px;
	margin-top: -5px;
	cursor: pointer
}
#c_static_001_P_63175-1765504803668 .e_loop-5 .p_s_option {
}
#c_static_001_P_63175-1765504803668 .e_loop-5 .multSelect {
	font-size: 13px;
	position: relative
}
#c_static_001_P_63175-1765504803668 .e_loop-5 .multSelect .inputWrap {
	width: 100%;
	min-width: 100px;
	min-height: 24px;
	border: 1px solid #DCDFE6;
	border-radius: 3px;
	position: relative;
	cursor: pointer;
	background: white
}
#c_static_001_P_63175-1765504803668 .e_loop-5 .multSelect.is-invalid .inputWrap {
	border-color: #dc3545
}
#c_static_001_P_63175-1765504803668 .e_loop-5 .multSelect ul {
	padding: 0 5px;
	margin: 0;
	padding-right: 35px
}
#c_static_001_P_63175-1765504803668 .e_loop-5 .multSelect ul, li {
	list-style: none
}
#c_static_001_P_63175-1765504803668 .e_loop-5 .multSelect li {
	display: inline-block;
	background: #edf0f3;
	color: #92969c;
	padding: 0px 5px;
	margin: 1px 5px 1px 0;
	border-radius: 5px;
	line-height: 16px
}
#c_static_001_P_63175-1765504803668 .e_loop-5 .multSelect .multSelect-option {
	width: 100%;
	border: 1px solid #DCDFE6;
	border-radius: 2px;
	border-top: 0;
	max-height: 200px;
	overflow-y: scroll;
	position: absolute;
	height: 0;
	opacity: 1;
	z-index: 9;
	background: #fff
}
#c_static_001_P_63175-1765504803668 .e_loop-5 .multSelect .multSelect-option>div {
	line-height: 24px;
	cursor: pointer;
	padding: 0 10px
}
#c_static_001_P_63175-1765504803668 .e_loop-5 .multSelect .multSelect-option>div.selected {
	color: #409eff
}
#c_static_001_P_63175-1765504803668 .e_loop-5 .multSelect .multSelect-option>div:hover {
	color: #409eff;
	background: #f3f6f9
}
#c_static_001_P_63175-1765504803668 .e_loop-5 .multSelect .fa-close {
	font-style: normal;
	font-size: 12px;
	padding: 0 5px 0 7px
}
#c_static_001_P_63175-1765504803668 .e_loop-5 .multSelect .inputWrap>.fa svg {
	fill: #666;
	width: 12px;
	height: 12px;
	position: absolute;
	right: 0;
	top: calc(50% - 3px)
}
#c_static_001_P_63175-1765504803668 .e_loop-5 .multSelect .inputWrap>.fa-down svg {
	transform: rotate(-90deg)
}
#c_static_001_P_63175-1765504803668 .e_loop-5 .multSelect .inputWrap>.fa-up svg {
	transform: rotate(90deg)
}
#c_static_001_P_63175-1765504803668 .e_loop-5 .multSelect .placeholder {
	line-height: 40px;
	padding-left: 10px;
	color: #aaa;
	position: absolute;
	left: 0;
	top: 0
}
#c_static_001_P_63175-1765504803668 .e_loop-5 .p_normal_start {
	display: inline;
	width: 100px;
	height: 40px
}
#c_static_001_P_63175-1765504803668 .e_loop-5 .p_date_start {
	display: inline;
	width: 105px;
	height: 40px
}
#c_static_001_P_63175-1765504803668 .e_loop-5 .p_normal_end {
	display: inline;
	width: 100px;
	height: 40px;
	margin-right: 5px
}
#c_static_001_P_63175-1765504803668 .e_loop-5 .p_date_end {
	display: inline;
	width: 105px;
	height: 40px;
	margin-right: 5px
}
#c_static_001_P_63175-1765504803668 .e_loop-5 .p_split {
	margin: 0 5px
}
#c_static_001_P_63175-1765504803668 .e_loop-5 .p_normal {
	margin-right: 16px
}
#c_static_001_P_63175-1765504803668 .e_loop-5 .p_fbutton {
	background-color: #007bff;
	border: 1px solid #409EFF;
	text-decoration: none;
	color: white;
	font-size: 14px;
	text-align: center;
	padding: 10px 25px;
	position: relative;
	overflow: hidden
}
#c_static_001_P_63175-1765504803668 .e_loop-5 .input-check, #c_static_001_P_63175-1765504803668 .e_loop-5 .input-radio {
	margin: 0 5px;
	vertical-align: text-top
}
#c_static_001_P_63175-1765504803668 .e_loop-5 .position-left {
	display: flex
}
#c_static_001_P_63175-1765504803668 .e_loop-5 .position-right {
	display: flex;
	flex-direction: row-reverse
}
#c_static_001_P_63175-1765504803668 .e_loop-5 .position-top {
}
#c_static_001_P_63175-1765504803668 .e_loop-5 .position-bottom {
	display: flex;
	flex-direction: column-reverse
}
#c_static_001_P_63175-1765504803668 .e_loop-5 .p_mbutton {
	border: 1px solid #409EFF;
	text-decoration: none;
	color: #409EFF;
	font-size: 14px;
	text-align: center;
	padding: 10px 25px;
	position: relative;
	overflow: hidden
}
#c_static_001_P_63175-1765504803668 .e_loop-5 .p_mbutton:after {
	content: "";
	display: none;
	width: 16px;
	height: 16px;
	background-color: #409eff;
	-webkit-transform: skewY(  -45deg);
	transform: skewY(  360deg);
	position: absolute;
	bottom: 0px;
	right: 0;
	z-index: 1
}
#c_static_001_P_63175-1765504803668 .e_loop-5 .p_mbutton::before {
	content: "";
	display: none;
	width: 6px;
	height: 9px;
	border-right: #ffffff solid 2px;
	border-bottom: #ffffff solid 2px;
	-webkit-transform: rotate(  35deg);
	transform: rotate(  35deg);
	position: absolute;
	bottom: 5px;
	right: 4px;
	z-index: 2
}
#c_static_001_P_63175-1765504803668 .e_loop-5 .p_active .p_mbutton::before {
	display: block
}
#c_static_001_P_63175-1765504803668 .e_loop-5 .p_active .p_mbutton::after {
	display: block
}
#c_static_001_P_63175-1765504803668 .e_loop-5 .p_input_match {
	width: 100px;
	height: 40px;
	padding: 10px;
	border: 1px solid #ced4da;
	border-radius: 3px
}
#c_static_001_P_63175-1765504803668 .e_loop-5 .p_filter_result {
	display: inline-block
}
#c_static_001_P_63175-1765504803668 .e_loop-5 .p_contclear {
	cursor: pointer
}
#c_static_001_P_63175-1765504803668 .e_loop-5 .swiper-container {
	padding-bottom: 30px
}
#c_static_001_P_63175-1765504803668 .e_loop-5 .p_imgwrapper {
	width: 80px;
	height: 100px;
	overflow: hidden
}
#c_static_001_P_63175-1765504803668 .e_loop-5 .p_imgtitle {
	display: flex;
	justify-content: center;
	flex-wrap: nowrap;
	margin: 0 auto;
	line-height: 20px
}
#c_static_001_P_63175-1765504803668 .e_loop-5 .p_imgwrapper img {
	width: 100%;
	object-fit: cover
}
#c_static_001_P_63175-1765504803668 .e_loop-5 .p_active .p_imgwrapper {
	border: 1px solid #409eff
}
#c_static_001_P_63175-1765504803668 .e_loop-5 .p_filter_result {
	display: none
}
#c_static_001_P_63175-1765504803668 .e_loop-5 .p_contclear {
	display: none
}
#c_static_001_P_63175-1765504803668 .industry-list > div:before {
	position: absolute;
	bottom: 0px;
	left: 0px;
	content: '';
	width: 100%;
	background-image: linear-gradient(127deg, #fe5a0a, rgb(0 78 161 / 9%));
	height: 100%;
	z-index: 1;
	transition: all 0.6s
}
#c_static_001_P_63175-1765504803668 .e_image-6 {
	overflow: hidden
}
#c_static_001_P_63175-1765504803668 .e_image-6 img {
	width: 100%;
	height: 100%;
	object-fit: contain
}
#c_static_001_P_63175-1765504803668 .e_image-6:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	z-index: 1;
	transition: all .5s;
	opacity: 1;
	background: #082661
}
#c_static_001_P_63175-1765504803668 .industry-list > div.active .e_image-6:after {
	opacity: 0.5
}
#c_static_001_P_63175-1765504803668 .e_container-7 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%;
	display-radio: flex;
	padding-top: 60px;
	padding-bottom: 60px;
	padding-left: 40px;
	padding-right: 40px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
	background_radio: 1
}
#c_static_001_P_63175-1765504803668 .e_container-7 > .p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%
}
#c_static_001_P_63175-1765504803668 .e_text-9 {
	line-height: 1.2;
	font_radio: 2;
	display-radio: 1;
	font-size: 2vw;
	margin-top: 20px;
	color: rgba(255,255,255,1);
	font-family: "a5764067-f30d-441e-9b16-ca6cf51a06d2"
}
#c_static_001_P_63175-1765504803668 .e_text-10 {
	line-height: 1.5;
	font_radio: 2;
	display-radio: -webkit-box;
	font-size: 15px;
	margin-top: 10px;
	color: rgb(255 255 255 / 85%);
	text-transform: uppercase;
	font-weight: 100;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden
}
#c_static_001_P_63175-1765504803668 .e_text-11 {
	line-height: normal
}
#c_static_001_P_63175-1765504803668 .e_text-11 a {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 3;
	width: 100%;
	height: 100%
}
#c_static_001_P_63175-1765504803668 .e_icon-15 {
	font_radio: 2;
	display-radio: 1;
	width: auto;
	height: auto;
	max-width: 50px;
	font-size: 16px;
	color: rgba(255,255,255,1);
	line-height: 1
}
#c_static_001_P_63175-1765504803668 .e_icon-15 .icon {
	margin: 0;
	width: 100%;
	height: 100%;
	fill: currentColor
}
#c_static_001_P_63175-1765504803668 .e_loop-5 {
	display-radio: 1;
	margin-left: auto;
	margin-right: auto
}
#c_static_001_P_63175-1765504803668 .e_container-25 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	margin-left: 0px;
	margin-right: auto;
	padding-right: 0px;
	padding-top: 0px;
	display-radio: flex;
	width: auto;
	padding-left: 0px;
	padding-bottom: 0px;
	margin-bottom: 30px;
	margin-top: 0px;
	background_radio: 1;
	max-width: none
}
#c_static_001_P_63175-1765504803668 .e_container-25 > .p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%
}
#c_static_001_P_63175-1765504803668 .e_container-25 .p_item {
	display-radio: 1
}
#c_static_001_P_63175-1765504803668 .e_text-26 {
	font_radio: 2;
	text-align: center;
	line-height: 1.4;
	color: rgba(86,88,90,1);
	margin-top: 0px;
	display-radio: 1;
	margin-bottom: 0px;
	font-weight: bold;
	margin-left: auto;
	margin-right: auto;
	font-size: 42px;
	max-width: none;
	font-family: Microsoft YaHei, 微软雅黑
}
#c_static_001_P_63175-1765504803668 .e_html-27 {
	min-height: 10px;
	display-radio: 1;
	max-width: 66px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px
}
#c_static_001_P_63175-1765504803668 .e_richText-28 {
	font_radio: 2;
	color: rgba(86,88,90,1);
	text-align: center;
	margin-right: auto;
	display-radio: 1;
	width: auto;
	line-height: 2;
	padding-top: 0px;
	margin-top: 0px;
	padding-right: 0px;
	font-weight: normal;
	font-size: 20px;
	margin-left: auto;
	max-width: 1080px
}
#c_static_001_P_63175-1765504803668 .e_richText-29 blockquote {
	font-style: italic;
	font-family: Georgia, Times, "Times New Roman", serif;
	padding: 2px 0;
	border-style: solid;
	border-color: #ccc;
	border-width: 0;
	padding-left: 20px;
	padding-right: 8px;
	border-left-width: 5px
}
#c_static_001_P_63175-1765504803668 .e_richText-29 ol {
	display: block;
	list-style-type: decimal;
	margin-block-start: 1em;
	margin-block-end: 1em;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
	padding-inline-start: 40px
}
#c_static_001_P_63175-1765504803668 .e_richText-29 li {
	display: list-item;
	text-align: -webkit-match-parent;
	list-style: inherit
}
#c_static_001_P_63175-1765504803668 .e_richText-29 ul {
	display: block;
	list-style-type: disc;
	margin-block-start: 1em;
	margin-block-end: 1em;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
	padding-inline-start: 40px
}
#c_static_001_P_63175-1765504803668 .e_richText-29 {
	line-height: 1.5;
	font_radio: 2;
	display-radio: -webkit-box;
	font-size: 15px;
	margin-top: 10px;
	color: rgb(255 255 255 / 85%);
	text-transform: uppercase;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	-webkit-line-clamp: 3
}
#c_static_001_P_63175-1765504803668 .e_richText-29 .ttsRead {
	color: #105850;
	display: none
}
@media screen and (max-width:768px) {
#c_static_001_P_63175-1765504803668 .industry-list > div {
	background-color: rgba(0, 0, 0, 1);
	width: 100%;
	z-index: 2;
	position: relative
}
#c_static_001_P_63175-1765504803668 .e_image-6 img {
	opacity: 0.6;
	height: 100%;
	object-fit: cover
}
#c_static_001_P_63175-1765504803668 {
	display-radio: 1;
	padding-top: 0px
}
#c_static_001_P_63175-1765504803668 .e_container-7 {
	display-radio: 1;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-right: 30px;
	padding-left: 30px
}
#c_static_001_P_63175-1765504803668 .e_text-9 {
	font_radio: 2;
	display-radio: 1;
	font-size: 20px;
	color: rgba(255,255,255,1);
	line-height: 1.5;
	font-weight: bold
}
#c_static_001_P_63175-1765504803668 .e_icon-15 {
	font_radio: 1;
	display-radio: 1;
	max-width: 30px
}
#c_static_001_P_63175-1765504803668 .e_text-10 {
	font_radio: 2;
	display-radio: 1;
	font-size: 12px;
	color: rgba(255,255,255,1);
	line-height: 1.5
}
#c_static_001_P_63175-1765504803668 .e_container-25 {
	display-radio: 1;
	padding-left: 0px;
	padding-right: 0px
}
#c_static_001_P_63175-1765504803668 .e_text-26 {
	display-radio: 1;
	font_radio: 2;
	font-size: 24px
}
#c_static_001_P_63175-1765504803668 .e_richText-28 {
	display-radio: 1;
	font_radio: 2;
	padding-right: 0px;
	padding-left: 0px;
	font-size: 14px;
	margin-top: 0px;
	margin-bottom: 0px
}
#c_static_001_P_63175-1765504803668 .e_image-6 {
	overflow: hidden;
	aspect-ratio: 16/10
}
}
@media screen and (min-width: 769px) {
#c_static_001_P_63175-1765504803668 .e_loop-5 .p_loopitem {
	flex-grow: 0;
	flex-shrink: 0;
	flex-basis: calc(100% / 5)
}
#c_static_001_P_63175-1765504803668 .industry-list {
	height: 400px;
	overflow: hidden
}
#c_static_001_P_63175-1765504803668 .industry-list > div {
	width: calc(100% / 5);
	float: left;
	overflow: hidden;
	position: relative;
	transition: 0.8s;
	background-color: #333f47;
	border: 0px solid rgba(246,249,254,1)
}
#c_static_001_P_63175-1765504803668 .industry-list > div.now {
	width: 50%
}
#c_static_001_P_63175-1765504803668 .industry-list > div.sible {
	width: calc(50% / 2)
}
#c_static_001_P_63175-1765504803668 .e_image-6 img {
	display: block;
	height: 400px;
	width: auto;
	margin: auto;
	opacity: 0.9;
	transition: all .5s ease .2s
}
#c_static_001_P_63175-1765504803668 .industry-list > div:hover .e_image-6 img {
	opacity: 0.8;
	transform: scale(1.1)
}
}
@media screen and (max-width: 1024px) and (min-width: 769px) {
}
#c_new_list_492-1765504894854 {
	min-height: 0px;
	background_radio: 2;
	display-radio: 1;
	margin-top: 0px;
	padding-top: 4rem;
	padding-bottom: 4rem;
	background-fill-value: background-image;
	background-position: center center
}
#c_new_list_492-1765504894854 .e_container-2 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 90%;
	background_radio: 1;
	display-radio: flex;
	max-width: 1600px;
	margin-left: auto;
	margin-right: auto
}
#c_new_list_492-1765504894854 .e_container-2 > .p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%
}
#c_new_list_492-1765504894854 .e_loopFocus-7 .p_list {
	display: flex;
	flex-wrap: wrap;
	gap: 20px
}
#c_new_list_492-1765504894854 .e_loopFocus-7 .p_loopItem {
	position: relative;
	flex: 0 0 100%
}
#c_new_list_492-1765504894854 .e_loopFocus-7 .p_page {
	text-align: center
}
#c_new_list_492-1765504894854 .e_loopFocus-7 .p_leftData {
	display: flex;
	gap: 20px
}
#c_new_list_492-1765504894854 .e_loopFocus-7 .p_left {
	flex: 0 0 50%;
	border-radius: 10px
}
#c_new_list_492-1765504894854 .e_loopFocus-7 .p_focusItem {
	height: 100%;
	display-radio: 1
}
#c_new_list_492-1765504894854 .e_loopFocus-7 .p_right {
	flex: 0 0 50%
}
#c_new_list_492-1765504894854 .e_loopFocus-7 .p_nodata {
	min-height: 200px
}
#c_new_list_492-1765504894854 .e_loopFocus-7 {
	display-radio: 1;
	margin-top: 40px
}
#c_new_list_492-1765504894854 .e_image-9 {
	overflow: hidden;
	display-radio: 1;
	height: 100%;
	position: relative;
	border-radius: 10px
}
#c_new_list_492-1765504894854 .e_image-9:before {
	content: attr(data-title);
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: auto;
	padding: 20px 80px 20px 15px;
	background: rgba(0, 0, 0, .5);
	color: #fff;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	z-index: 2;
	line-height: 1;
	font-size: 15px;
	pointer-events: none
}
#c_new_list_492-1765504894854 .e_image-9 img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) scale(1);
	transition: all 2s
}
#c_new_list_492-1765504894854 .e_image-9:hover img {
	transform: translate(-50%, -50%) scale(1.1)
}
#c_new_list_492-1765504894854 .e_container-10 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%;
	background_radio: 2;
	display-radio: flex;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;
	background-color: rgb(217 219 231 / 50%);
	border-radius: 10px;
	transition: all 0.3s
}
#c_new_list_492-1765504894854 .e_container-10:hover {
	background-color: #fe5a0a
}
#c_new_list_492-1765504894854 .e_container-10:hover * {
	color: #fff
}
#c_new_list_492-1765504894854 .e_container-10 > .p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%
}
#c_new_list_492-1765504894854 .e_text-11 {
	line-height: 1;
	font_radio: 2;
	display-radio: -webkit-box;
	font-weight: bold;
	font-size: var(--text-14-16);
	-webkit-line-clamp: 1;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	transition: all 0.3s;
	color: #333
}
#c_new_list_492-1765504894854 .e_text-12 {
	line-height: 1.5;
	font_radio: 2;
	display-radio: -webkit-box;
	font-size: var(--text-14);
	-webkit-line-clamp: 2;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin-top: 10px;
	color: rgba(112,112,112,1);
	transition: all 0.3s
}
#c_new_list_492-1765504894854 .swiper-horizontal>.swiper-pagination-bullets {
	bottom: 15px;
	right: 15px;
	width: auto;
	left: unset;
	z-index: 3
}
#c_new_list_492-1765504894854 .swiper-pagination-bullet {
	background-color: #fff;
	opacity: .5
}
#c_new_list_492-1765504894854 .swiper-pagination-bullet.swiper-pagination-bullet-active {
	opacity: 1
}
#c_new_list_492-1765504894854 .swiper-button-next, #c_new_list_492-1765504894854 .swiper-button-prev {
	width: 25px;
	height: 40px;
	background: rgba(0, 0, 0, .3);
	border-radius: 5px;
	transition: all 0.3s
}
#c_new_list_492-1765504894854 .swiper-button-next:after, #c_new_list_492-1765504894854 .swiper-button-prev:after {
	font-size: var(--text-12);
	color: #fff;
	font-weight: bold
}
#c_new_list_492-1765504894854 .swiper-button:hover {
	background-color: var(--bc)
}
#c_new_list_492-1765504894854 .e_container-14 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	margin-left: 0px;
	margin-right: auto;
	padding-right: 0px;
	padding-top: 0px;
	display-radio: flex;
	width: auto;
	padding-left: 0px;
	padding-bottom: 0px;
	margin-bottom: 30px;
	margin-top: 0px;
	background_radio: 1;
	max-width: none
}
#c_new_list_492-1765504894854 .e_container-14 > .p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%
}
#c_new_list_492-1765504894854 .e_container-14 .p_item {
	display-radio: 1
}
#c_new_list_492-1765504894854 .e_text-15 {
	font_radio: 2;
	text-align: center;
	line-height: 1.4;
	color: rgba(86,88,90,1);
	margin-top: 0px;
	display-radio: 1;
	margin-bottom: 0px;
	font-weight: bold;
	margin-left: auto;
	margin-right: auto;
	font-size: 42px;
	max-width: none;
	font-family: Microsoft YaHei, 微软雅黑
}
#c_new_list_492-1765504894854 .e_html-16 {
	min-height: 10px;
	display-radio: 1;
	max-width: 66px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px
}
#c_new_list_492-1765504894854 .e_richText-17 {
	font_radio: 2;
	color: rgba(86,88,90,1);
	text-align: center;
	margin-right: auto;
	display-radio: 1;
	width: auto;
	line-height: 2;
	padding-top: 0px;
	margin-top: 0px;
	padding-right: 0px;
	font-weight: normal;
	font-size: 20px;
	margin-left: auto;
	max-width: 1080px
}
@media screen and (max-width:768px) {
#c_new_list_492-1765504894854 .e_loopFocus-7 .p_leftData {
	display: block
}
#c_new_list_492-1765504894854 .e_loopFocus-7 .p_list {
	gap: 10px
}
#c_new_list_492-1765504894854 .e_loopFocus-7 .p_left {
	flex: 0 0 50%;
	border-radius: 10px;
	margin-bottom: 20px;
	height: 260px
}
#c_new_list_492-1765504894854 .e_loopFocus-7 {
	display-radio: 1;
	margin-top: 20px
}
#c_new_list_492-1765504894854 {
	background_radio: 2;
	display-radio: 1;
	padding-top: 30px;
	padding-bottom: 30px
}
#c_new_list_492-1765504894854 .e_text-11 {
	font_radio: 2;
	display-radio: 1;
	font-size: 16px;
	color: #333333;
	line-height: 1
}
#c_new_list_492-1765504894854 .e_text-12 {
	font_radio: 1;
	display-radio: 1;
	margin-top: 5px
}
#c_new_list_492-1765504894854 .e_container-14 {
	display-radio: 1;
	padding-left: 0px;
	padding-right: 0px
}
#c_new_list_492-1765504894854 .e_text-15 {
	display-radio: 1;
	font_radio: 2;
	font-size: 24px
}
#c_new_list_492-1765504894854 .e_richText-17 {
	display-radio: 1;
	font_radio: 2;
	padding-right: 0px;
	padding-left: 0px;
	font-size: 14px;
	margin-top: 0px;
	margin-bottom: 0px
}
}
#c_static_001_P_36602-1706153128682 {
	display-radio: 1;
	min-width: 0px;
	margin-left: auto;
	margin-right: auto;
	width: auto;
	max-width: none;
	background-fill-value: background-color;
	padding-bottom: 0px;
	overflow: hidden;
	padding-top: 0px;
	height: 100%
}
#c_static_001_P_36602-1706153128682 .Box_pro {
	max-width: 470px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin: 0 auto
}
#c_static_001_P_36602-1706153128682 .lsit_por {
	width: auto;
	font-size: 14px;
	color: #000;
	text-align: center;
	line-height: 1.8;
	cursor: pointer
}
#c_static_001_P_36602-1706153128682 .img_box {
	position: relative;
	width: 73px;
	height: 73px;
	margin: 0 auto 10px;
	overflow: hidden;
	transition: all .5s ease
}
#c_static_001_P_36602-1706153128682 .img_box img {
	position: absolute;
	left: 0;
	top: 0
}
#c_static_001_P_36602-1706153128682 .img_box img:last-child {
	z-index: 2;
	opacity: 1
}
#c_static_001_P_36602-1706153128682 .lsit_por:hover .img_box {
	transform: translateY(-10px)
}
#c_static_001_P_36602-1706153128682.response-animated {
	animation-name: none, none;
	animation-delay: 0.0s, 0.6s;
	animation-duration: 0.6s, 0.6s;
	animation-iteration-count: 1, 1
}
#c_static_001_P_36602-1706153128682 .e_richText-3 {
	display-radio: 1;
	font_radio: 2;
	font-size: 16px;
	color: rgba(0,0,0,1);
	line-height: 2;
	width: auto;
	max-width: none;
	min-width: 0px;
	padding-left: 0px;
	padding-right: 0px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 0px;
	margin-top: 3%;
	padding-bottom: 0px;
	margin-bottom: 3%
}
#c_static_001_P_36602-1706153128682 .e_richText-21 {
	display-radio: 1;
	font_radio: 2;
	font-size: 16px;
	color: rgba(0,0,0,1);
	line-height: 2;
	width: auto;
	max-width: none;
	min-width: 0px;
	padding-left: 0px;
	padding-right: 0px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 0px;
	margin-top: 3%;
	padding-bottom: 0px;
	margin-bottom: 3%
}
#c_static_001_P_36602-1706153128682 .p_item {
	display-radio: 1
}
@media screen and (max-width:768px) {
#c_static_001_P_36602-1706153128682 {
	margin-left: 0
}
#c_static_001_P_36602-1706153128682 {
	display-radio: 1;
	overflow: hidden
}
}
