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

:root {
	--c: #dc010a;
	--n: #004290;
	--t: #444;
	--bw: 1400px;
	--cc: #fff;
	--ccsize: 150px;
	--d: #666
}

* {
	word-break: break-word
}

.loadingBox {
	width: 100%;
	height: 100vh;
	max-height: 1440px;
	background: var(--n);
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 999;
	transition: all 0.8s
}

.loadingBox.hides {
	height: 0;
	top: 0;
	bottom: auto;
	overflow: hidden
}

.loadingBox svg {
	width: calc(100% - 200px);
	height: auto;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	opacity: 0.05
}

.loadingBox svg path {
	fill: #fff
}

.saf-cn-link {
	--lw: 50px;
	--lh: 60px;
	--lt: #fff;
	--lsvg: #fff;
	display: flex;
	position: relative;
	align-items: center;
	justify-content: center;
	padding-top: 50px
}

.saf-cn-link.black {
	--lt: #666;
	--lsvg: #fff;
	justify-content: flex-start
}

.saf-cn-link a {
	display: flex;
	position: relative;
	align-items: center
}

.saf-cn-link  span {
	display: block;
	width: var(--lw);
	height: var(--lh);
	position: relative;
	overflow: hidden;
	margin-right: 20px;
	transition: all 0.5s
}

.saf-cn-link  span:before {
	content: "";
	margin-left: 5px;
	display: block;
	width: var(--lh);
	height: var(--lh);
	background: var(--c);
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%) scale(0.2);
	border-radius: 50%;
	opacity: 0;
	transition: all 0.5s
}

.saf-cn-link  span svg {
	width: auto;
	height: 20px;
	fill: var(--lt);
	position: absolute;
	margin-left: 5px;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%)
}

.saf-cn-link  span:after {
	content: "";
	display: block;
	width: var(--lh);
	height: var(--lh);
	border: 1px var(--lt) dashed;
	border-radius: 50%;
	transition: all 0.5s
}

.saf-cn-link:hover  span {
	overflow: visible;
	margin-right: 30px
}

.saf-cn-link:hover  span:before {
	transform: translate(-50%,-50%) scale(1);
	opacity: 1
}

.saf-cn-link:hover  span:after {
	border: none
}

.saf-cn-link:hover  span svg {
	fill: var(--lsvg)
}

.saf-make #c_static_001_P_36614-1727612177978 {
	position: relative
}

.saf-header {
	width: 100%;
	height: auto;
	padding: 0px 30px;
	transition: all 0.8s;
	position: relative;
	background: #fff;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.1)
}

.saf-header.on {
	padding: 0 30px;
	--t: #444
}

.saf-header .saf_navContent {
	width: 100%;
	display: flex
}

.saf-header .saf_navContent .logoRim {
	padding-right: 20px
}

.saf-header .saf_navContent .logoRim a {
	display: block;
	padding: 15px 0
}

.saf-header .saf_navContent .logoRim a svg {
	width: auto;
	height: 50px;
	display: inline-block
}

.saf-header .saf_navContent .lugRim {
	padding-left: 15px;
	display: flex;
	align-items: center;
	position: relative
}

.saf-header .saf_navContent .lugRim p {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: var(--n);
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer
}

.saf-header .saf_navContent .lugRim p svg {
	width: 20px;
	height: 20px;
	fill: #fff
}

.saf-header .saf_navContent .lugRim .lugLi {
	width: max-content;
	background: #f5f5f5;
	position: absolute;
	right: 0;
	top: 120%;
	padding: 15px;
	border-radius: 10px;
	opacity: 0;
	visibility: hidden;
	transition: all 0.8s;
	box-shadow: 0 5px 15px rgba(0,0,0,0.15)
}

.saf-header .saf_navContent .lugRim .lugLi a {
	display: block;
	line-height: 36px;
	font-size: 15px;
	color: #666
}

.saf-header .saf_navContent .lugRim .lugLi a:hover {
	color: var(--c)
}

.saf-header .saf_navContent .lugRim:hover p {
	background: var(--c)
}

.saf-header .saf_navContent .lugRim:hover .lugLi {
	top: 100%;
	opacity: 1;
	visibility: visible
}

.saf-header .saf_navContent .companys {
	padding-left: 15px;
	display: flex;
	align-items: center;
	position: relative
}

.saf-header .saf_navContent .companys p {
	height: 40px;
	border-radius: 40px;
	background: var(--c);
	color: #fff;
	display: flex;
	align-items: center;
	flex-direction: row;
	padding: 0 20px;
	cursor: pointer
}

.saf-header .saf_navContent .companys p svg {
	width: auto;
	height: 18px;
	fill: #fff;
	margin-right: 10px
}

.saf-header .saf_navContent .companys .companyLi {
	width: max-content;
	background: #fff;
	padding: 15px 20px 30px;
	border-radius: 10px;
	box-shadow: 0 0 15px rgba(0,0,0,0.15);
	position: absolute;
	top: 120%;
	right: 0;
	opacity: 0;
	visibility: hidden;
	transition: all 0.8s
}

.saf-header .saf_navContent .companys:hover .companyLi {
	opacity: 1;
	visibility: visible;
	top: 100%
}

.saf-header .saf_navContent .companys .companyLi a {
	display: block;
	line-height: 1.6;
	padding: 10px 0 10px 20px;
	border-bottom: 1px #ddd solid;
	font-size: 15px;
	color: #666;
	position: relative
}

.saf-header .saf_navContent .companys .companyLi a:before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-color: transparent;
	border-width: 5px 0 5px 5px;
	border-left-color: #666;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate(0,-50%)
}

.saf-header .saf_navContent .companys .companyLi a:hover {
	color: var(--c);
	border-color: var(--n)
}

.saf-header .saf_navContent .companys .companyLi a:hover:before {
	border-left-color: var(--c)
}

.saf-menuList {
	flex: 1;
	display: flex;
	flex-wrap: wrap;
	justify-content: center
}

.saf-menuList li.saf_navItem {
	height: 100%
}

.saf-menuList li.saf_navItem > p {
	display: flex;
	align-items: center;
	height: 100%
}

.saf-menuList li.saf_navItem > p > a {
	flex: 1;
	height: 100%;
	display: flex;
	align-items: center;
	font-size: 17px;
	color: #ffffff;
	padding: 0 15px
}

.saf-menuList li.saf_navItem > p > a span {
	flex: 1
}

.saf-menuList li.saf_navItem > p > a svg {
	width: auto;
	height: 14px;
	fill: #999;
	display: none
}

.saf-menuList li.saf_navItem:hover > p > a {
	color: #ffffff !important;
	background: var(--c)
}

.saf_navBox {
	position: absolute;
	left: 50%;
	top: 100%;
	transform: translate(-50%,0);
	width: 100%;
	background: #f5f5f5;
	padding: 20px 0;
	display: none
}

.saf_navBox > ul {
	width: 100%;
	max-width: var(--bw);
	margin: 0 auto;
	display: flex;
	justify-content: center
}

.saf_navBox > ul > li {
	padding: 5px 15px
}

.saf_navBox > ul > li > a {
	display: block;
	line-height: 1.6;
	padding: 0px 0;
	font-size: 15px;
	position: relative;
	overflow: hidden
}

.saf_navBox > ul > li.hasChild {
	flex: 1
}

.saf_navBox > ul > li.hasChild > a {
	border-bottom: 1px #ccc solid
}

.saf_navBox > ul > li > a > span {
	position: relative;
	z-index: 4
}

.saf_navBox > ul > li:hover > a > span {
	color: var(--n)
}

.saf_navBox_3 {
	width: 100%;
	padding: 15px 0
}

.saf_navBox_3 ul {
	width: 100%
}

.saf_navBox_3 ul li {
}

.saf_navBox_3 ul li a {
	display: flex;
	align-items: center;
	line-height: 1.6;
	padding: 5px 0;
	font-size: 15px;
	position: relative;
	overflow: hidden
}

.saf_navBox_3 ul li a:before {
	content: "";
	display: block;
	width: 6px;
	height: 6px;
	background: #999;
	border-radius: 50%
}

.saf_navBox_3 ul li a span {
	position: relative;
	z-index: 4;
	flex: 1;
	padding-left: 10px
}

.saf_navBox_3 ul li a svg {
	width: auto;
	height: 10px;
	fill: #999
}

.saf_navBox_3 ul li:hover a:before {
	background: var(--c)
}

.saf_navBox_3 ul li:hover a span {
	color: var(--c)
}

.saf_navBox_3 ul li:hover a svg {
	fill: var(--c)
}

.saf-search {
	display: flex;
	align-items: center
}

.saf-search .searchForm {
	border: 1px #ddd solid;
	border-radius: 20px;
	height: 40px;
	padding: 0 15px;
	display: flex;
	transition: all 0.5s
}

.saf-search .searchForm input {
	border: none;
	width: 120px;
	background: none;
	color: #666
}

.saf-search .searchForm a {
	display: flex;
	align-items: center;
	padding-left: 15px
}

.saf-search .searchForm a svg {
	width: auto;
	height: 20px;
	fill: #666
}

.saf-header .saf-search {
	display: flex;
	position: relative
}

.saf-header .saf-search > a {
	display: flex;
	align-items: center;
	padding: 0;
	color: #fff;
	font-size: 18px;
	position: relative
}

.saf-header .saf-search > a > svg {
	width: auto;
	height: 24px;
	fill: #fff;
	margin-right: 10px
}

#c_static_001_P_36614-1727612177978 .e_navigationC-1 {
	border-top: solid 0px var(--c);
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	backdrop-filter: blur(10px);
	transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	background: rgba(255, 255, 255, 0.15)
}

#c_static_001_P_36614-1727612177978 {
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 9999
}

.saf-make #c_static_001_P_36614-1727612177978 {
	position: relative
}

.saf-header .lugRim {
	display: flex;
	position: relative
}

.saf-header .lugRim > .lugList {
	min-width: 100%;
	width: max-content;
	position: absolute;
	right: 0;
	top: 100%;
	background: #f5f5f5;
	padding: 15px 15px 20px;
	border-top: 3px var(--c) solid;
	display: none
}

.saf-header .lugRim > .lugList > a {
	display: flex;
	align-items: center;
	padding: 10px 0;
	font-size: 16px;
	color: #666;
	border-bottom: 1px #ddd solid
}

.saf-header .lugRim > .lugList > a > img {
	width: 30px;
	height: 20px;
	object-fit: cover
}

.saf-header .lugRim > .lugList > a > span {
	flex: 1;
	padding-left: 10px
}

.saf-header .lugRim > a > svg {
	width: auto;
	height: 24px;
	fill: var(--t);
	margin-right: 10px
}

.saf-header .lugRim .lugList {
	min-width: 100%;
	width: max-content;
	position: absolute;
	right: 0;
	top: 100%;
	background: #f5f5f5;
	padding: 15px 15px 20px;
	border-top: 3px var(--c) solid;
	display: none
}

.saf-header .lugRim .lugList > a {
	display: flex;
	align-items: center;
	padding: 10px 0;
	font-size: 16px;
	color: #666;
	border-bottom: 1px #ddd solid
}

.saf-header .lugRim > a:after {
	content: "";
	display: block;
	width: 0;
	height: 0px;
	border: 5px transparent solid;
	border-bottom-color: var(--c);
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translate(-50%,0);
	transition: all 0.5s;
	opacity: 0
}

.saf-header .lugRim:hover > a:after {
	opacity: 1
}

.saf-header .lugRim .lugList > a > img {
	width: 30px;
	height: 20px;
	object-fit: cover
}

.saf-header .lugRim > .lugList > a > span {
	flex: 1;
	padding-left: 10px
}

.logoRim img {
	width: auto;
	height: 55px;
	-webkit-filter: brightness(0) invert(1);
	filter: brightness(0) invert(1)
}

#c_static_001_P_36614-1727612177978 .e_navigationC-1.on {
	background: #fff
}

.on .logoRim img {
	-webkit-filter: brightness(1) invert(0);
	filter: brightness(1) invert(0)
}

.on .saf-menuList li.saf_navItem > p > a {
	color: var(--t)
}

.saf-header.on .saf-search > a {
	color: var(--t)
}

.saf-header.on .saf-search > a > svg {
	width: auto;
	height: 24px;
	fill: var(--t);
	margin-right: 10px
}

#c_static_001_P_36614-1727612177978 .e_navigationC-1:hover {
	background: #fff
}

#c_static_001_P_36614-1727612177978 .e_navigationC-1:hover .logoRim img {
	-webkit-filter: brightness(1) invert(0);
	filter: brightness(1) invert(0)
}

#c_static_001_P_36614-1727612177978 .e_navigationC-1:hover .saf-menuList li.saf_navItem > p > a {
	color: var(--t)
}

#c_static_001_P_36614-1727612177978 .e_navigationC-1:hover.on .saf-menuList li.saf_navItem > p > a {
	color: var(--t)
}

#c_static_001_P_36614-1727612177978 .e_navigationC-1:hover .saf-search > a {
	color: var(--t)
}

#c_static_001_P_36614-1727612177978 .e_navigationC-1:hover .saf-search > a > svg {
	width: auto;
	height: 24px;
	fill: var(--t);
	margin-right: 10px
}

#c_static_001_P_36614-1727612177978 .e_navigationC-1 .saf-language > li.saf-selected > a {
	display: flex;
	align-items: center;
	font-size: 16px;
	color: #fff
}

#c_static_001_P_36614-1727612177978 .e_navigationC-1 .saf-language > li.saf-selected > svg {
	width: auto;
	height: 14px;
	fill: #fff;
	margin-left: 10px
}

#c_static_001_P_36614-1727612177978 .e_navigationC-1:hover .saf-language > li.saf-selected > a {
	display: flex;
	align-items: center;
	font-size: 16px;
	color: var(--t)
}

#c_static_001_P_36614-1727612177978 .e_navigationC-1:hover .saf-language > li.saf-selected > svg {
	width: auto;
	height: 14px;
	fill: var(--t);
	margin-left: 10px
}

#c_static_001_P_36614-1727612177978 .e_navigationC-1.on .saf-language > li.saf-selected > a {
	display: flex;
	align-items: center;
	font-size: 16px;
	color: var(--t)
}

#c_static_001_P_36614-1727612177978 .e_navigationC-1.on .saf-language > li.saf-selected > svg {
	width: auto;
	height: 14px;
	fill: var(--t);
	margin-left: 10px
}

@media screen and (max-width:768px) {
	.loadingBox svg {
		width: calc(100% - 40px)
	}

	.saf-header .saf-search {
		display: flex;
		position: relative;
		display: none
	}

	.saf-header,.saf-header.on {
		padding: 0 15px
	}

	.saf-header .saf_navContent .logoRim {
		flex: 1
	}

	.saf-header .saf_navContent .logoRim a {
		display: inline-block
	}

	.saf-search {
		display: none
	}

	.saf_navButton {
		width: 40px;
		position: relative
	}

	.saf_navButton span {
		display: block;
		width: 30px;
		height: 2px;
		background: #f5f5f5;
		position: absolute;
		right: 0;
		top: 50%;
		margin-top: -1px;
		transition: all 0.8s
	}

	.saf_navButton span:before {
		content: "";
		display: block;
		width: 30px;
		height: 2px;
		background: #f5f5f5;
		position: absolute;
		left: 0;
		bottom: 10px;
		transition: all 0.8s
	}

	.saf_navButton span:after {
		content: "";
		display: block;
		width: 30px;
		height: 2px;
		background: #f5f5f5;
		position: absolute;
		left: 0;
		top: 10px;
		transition: all 0.8s
	}

	.on .saf_navButton span {
		background: var(--c)
	}

	.on .saf_navButton span:before {
		background: var(--c)
	}

	.on .saf_navButton span:after {
		background: var(--c)
	}

	.saf_navButton.open span {
		background: none
	}

	.saf_navButton.open span:before {
		background: var(--c);
		transform: rotate(45deg);
		bottom: 0
	}

	.saf_navButton.open span:after {
		background: var(--c);
		transform: rotate(-45deg);
		top: 0
	}

	.saf-header .saf_navContent .companys {
		display: none
	}

	.logoRim img {
		width: 140px;
		height: auto
	}

	.saf-menuList {
		width: 100%;
		position: absolute;
		left: 100%;
		top: 100%;
		background: #f5f5f5;
		height: calc(100vh - 80px);
		overflow-y: auto;
		transition: all 1s;
		display: block
	}

	.saf-menuList.show {
		left: 0
	}

	.saf-menuList li.saf_navItem {
		width: 100%;
		border-bottom: 1px #ddd solid;
		height: auto
	}

	.saf-menuList li.saf_navItem > p > a {
		font-size: 16px;
		line-height: 60px
	}

	.saf-header .saf_navContent .lugRim {
		padding-left: 15px;
		display: flex;
		align-items: center;
		position: relative;
		display: none
	}

	.saf_navBox {
		position: relative;
		top: 0;
		border-top: 1px #ddd solid
	}

	.saf_navBox ul {
		flex-wrap: wrap
	}

	.saf_navBox > ul > li.hasChild,.saf_navBox ul li {
		flex: 0 0 100%
	}

	.saf-menuList li.saf_navItem > p > a svg {
		display: block
	}

	.saf_navBox_3 {
		position: relative;
		top: 0
	}
}

@media screen and (min-width: 769px) {
}

@media screen and (max-width: 1024px) and (min-width: 769px) {
}

#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%
}

@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_63790-1734523796540 .e_container-1 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	max-width: none;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	display-radio: flex;
	margin-top: 0px;
	padding-top: 70px;
	padding-bottom: 70px;
	padding-left: var(--wp);
	padding-right: var(--wp);
	background_radio: 1
}

#c_static_001_P_63790-1734523796540 .e_container-1 > .p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%
}

#c_static_001_P_63790-1734523796540 .e_container-1 .cbox-1-0 {
	flex: 0 0 100%
}

.havestatic > div,.havestatic > div[class*="cbox-"] {
	position: static !important
}

.e_container0 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%;
	max-width: 1400px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px
}

.e_container0 > .p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%
}

.e_container0 .cbox-10-0 {
	flex: 0 0 auto;
	margin-right: 0px;
	margin-left: auto
}

.e_container0 .cbox-10-1 {
	flex: 0 0 auto;
	margin-left: 20px;
	margin-right: 20px
}

.e_container0 .cbox-10-2 {
	flex: 0 0 auto;
	margin-left: 0px;
	margin-right: auto
}

#c_static_001_P_63790-1734523796540 {
	min-height: 0px;
	padding-bottom: 0px;
	display-radio: 1;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	background: var(--c);
	border-top: 0px solid;
	border-image: linear-gradient(to right, var(--c), #F38200) 2 2 2 2;
	background-fill-value: background-color;
	background-attachment: fixed;
	background_radio: 2;
	background-color: var(--c)
}

#c_static_001_P_63790-1734523796540 .e_container-1 .cbox-1-2 {
	flex: 0 0 15%
}

#c_static_001_P_63790-1734523796540 .e_credible-33 .img1 {
	width: 65px;
	height: 23px
}

#c_static_001_P_63790-1734523796540 .e_credible-33 .img2 {
	width: 79px;
	height: 28px
}

#c_static_001_P_63790-1734523796540 .e_credible-33 .img3 {
	width: 92px;
	height: 33px
}

#c_static_001_P_63790-1734523796540 .e_credible-33 .img4 {
	width: 106px;
	height: 38px
}

#c_static_001_P_63790-1734523796540 .e_credible-33 .img5 {
	width: 131px;
	height: 47px
}

#c_static_001_P_63790-1734523796540 .e_credible-33 {
	display-radio: 1;
	background_radio: 1;
	max-width: 133px;
	margin-left: 0px;
	margin-right: auto;
	margin-top: 10px
}

#c_static_001_P_63790-1734523796540 .e_container-1 .p_item {
	display-radio: 1
}

.followUsST .icon {
	width: 20px;
	height: 20px;
	fill: rgba(255,255,255,0.3);
	transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out
}

.followUsST ul li {
	width: 40px;
	height: 20px;
	display: inline-block;
	margin: 0 -2px
}

.followUsST ul li a {
	display: block;
	width: 40px;
	height: 20px;
	text-align: center;
	line-height: 26px
}

.followUsST ul li a:hover .icon {
	fill: rgba(255,255,255,1)
}

#c_static_001_P_63790-1734523796540 .e_text-46 {
	line-height: 1;
	font_radio: 2;
	display-radio: 1;
	color: rgba(255,255,255,1);
	margin-bottom: 15px
}

#c_static_001_P_63790-1734523796540 .e_richText-48 {
	font_radio: 2;
	display-radio: 1;
	font-size: 14px;
	color: rgba(255,255,255,1);
	line-height: 1.7;
	font-family: Microsoft YaHei;
	margin-top: 20px;
	margin-bottom: 20px
}

#c_static_001_P_63790-1734523796540 .s_form_layout1 {
	background: none
}

#c_static_001_P_63790-1734523796540 .s_form_layout1 .s_input {
	border: 0;
	background: rgba(255,255,255,0.05);
	color: #fff
}

#c_static_001_P_63790-1734523796540 .s_form_layout1 textarea.s_input {
	height: 181px
}

#c_static_001_P_63790-1734523796540 .e_bottomNav-59 span {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical
}

#c_static_001_P_63790-1734523796540 .e_bottomNav-59 .p_level1Item {
	width: calc((100% - 120px) / 5);
	padding: 0 0px;
	flex-grow: 1;
	margin-left: 30px
}

/* #c_static_001_P_63790-1734523796540 .e_bottomNav-59 .p_level1Item:first-child {
	display: none
} */

#c_static_001_P_63790-1734523796540 .e_bottomNav-59 .p_level1Item:nth-child(2) {
	margin-left: 0
}

#c_static_001_P_63790-1734523796540 .e_bottomNav-59 .p_level3Box {
	display: none
}

#c_static_001_P_63790-1734523796540 .e_bottomNav-59 .p_menu1Item {
	font-size: 18px;
	font-weight: normal;
	line-height: 1;
	margin-bottom: 15px;
	color: #fff;
	border-bottom: 1px solid rgba(255,255,255,0.1);
	padding-bottom: 15px
}

#c_static_001_P_63790-1734523796540 .e_bottomNav-59 .p_menu2Item {
	font-size: 16px;
	font-weight: normal;
	line-height: 2.625;
	color: rgba(255,255,255,0.5);
	transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out
}

#c_static_001_P_63790-1734523796540 .e_bottomNav-59 .p_menu2Item:hover {
	color: #fff;
	transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out
}

#c_static_001_P_63790-1734523796540 .e_bottomNav-59 {
	font_radio: 1;
	display-radio: 1;
	width: 100%;
	max-width: var(--iw);
	margin-left: auto;
	margin-right: auto
}

.saf-auto-licenseo a {
	font-size: 14px !important;
	line-height: 2em !important;
	color: rgba(255,255,255,1) !important;
	transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out
}

.saf-auto-licenseo a:hover {
	color: var(--c) !important;
	transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out
}

.page_con {
	display: flex;
	justify-content: center
}

.page_con > a {
	display: flex;
	width: 40px;
	height: 40px;
	border-radius: 5px;
	border: 1px rgba(0,0,0,0.4) solid;
	fotn-size: 15px;
	color: #313131;
	position: relative;
	align-items: center;
	justify-content: center;
	margin: 0 4px
}

.page_con > a:hover {
	border-color: var(--c);
	color: var(--c)
}

.page_con > a.page_a.disabled {
	border-radius: 5px;
	background: rgba(0,0,0,0.2);
	border-color: rgba(0,0,0,0)
}

.page_con > a.page_a.current {
	border-radius: 5px;
	background: var(--c);
	color: #fff;
	border-color: transparent
}

.page_con > a.page_prev {
	color: transparent;
	font-size: 0
}

.page_con > a.page_prev:before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-color: transparent;
	border-width: 5px 5px 5px 0;
	border-right-color: #313131;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%)
}

.page_con > a.page_next {
	color: transparent;
	font-size: 0
}

.page_con > a.page_next:before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-color: transparent;
	border-width: 5px 0 5px 5px;
	border-left-color: #313131;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%)
}

.page_con > a.page_a.disabled:before {
	opacity: 0.4;
	border-right-color: #fff;
	border-left-color: #fff
}

.page_con .page_jump {
	display: none
}

#c_static_001_P_63790-1734523796540 .e_websiteShareNew-66 .p_share {
	display: flex
}

#c_static_001_P_63790-1734523796540 .e_websiteShareNew-66 .p_share.vertical {
	flex-direction: column
}

#c_static_001_P_63790-1734523796540 .e_websiteShareNew-66 .p_shareItem {
	width: 40px;
	height: 40px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	position: relative;
	padding: var(--shareP);
	background: var(--shareBg);
	border-radius: var(--shareR);
	transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out
}

#c_static_001_P_63790-1734523796540 .e_websiteShareNew-66 .p_shareItem:hover {
	background: var(--shareHBg);
	transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out
}

#c_static_001_P_63790-1734523796540 .e_websiteShareNew-66 .p_shareItem[key='moments'] {
	display: none
}

#c_static_001_P_63790-1734523796540 .e_websiteShareNew-66 .horizontal .p_shareItem+.p_shareItem {
	margin-left: 10px
}

#c_static_001_P_63790-1734523796540 .e_websiteShareNew-66 .vertical .p_shareItem+.p_shareItem {
	margin-top: 10px
}

#c_static_001_P_63790-1734523796540 .e_websiteShareNew-66 .p_img {
	width: 100%;
	height: 100%;
	object-fit: cover
}

#c_static_001_P_63790-1734523796540 .e_websiteShareNew-66 .p_wxShareCon {
	display: none;
	position: absolute;
	width: 140px;
	z-index: 9;
	left: 50%;
	transform: translateX(-50%);
	bottom: calc(100% + 10px);
	background-color: #fff;
	box-shadow: 1px 1px 4px #888;
	padding: 10px;
	border-radius: 4px
}
#c_static_001_P_63790-1734523796540 .e_websiteShareNew-66 .qqemail {width: 180px;}
#c_static_001_P_63790-1734523796540 .e_websiteShareNew-66 .p_wxShareCon canvas {
	display: block
}

#c_static_001_P_63790-1734523796540 .e_websiteShareNew-66 .vertical .p_wxShareCon {
	top: 50%;
	transform: translateY(-50%);
	left: calc(100% + 10px)
}

#c_static_001_P_63790-1734523796540 .e_websiteShareNew-66 .p_pop {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99999;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	display: none
}

#c_static_001_P_63790-1734523796540 .e_websiteShareNew-66 .p_content {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 300px;
	max-width: 90%;
	border-radius: 4px;
	background: #fff;
	padding: 20px;
	text-align: center;
	transform: translateX(-50%) translateY(-50%)
}

#c_static_001_P_63790-1734523796540 .e_websiteShareNew-66 .p_close {
	width: 20px;
	height: 20px;
	position: absolute;
	right: 10px;
	top: 10px;
	cursor: pointer
}

#c_static_001_P_63790-1734523796540 .e_websiteShareNew-66 .p_close .icon {
	width: 100%;
	height: 100%;
	margin: 0
}

#c_static_001_P_63790-1734523796540 .e_websiteShareNew-66 .p_prompt {
	margin: 15px 0
}

#c_static_001_P_63790-1734523796540 .e_websiteShareNew-66 .p_qrcode {
	padding-top: 0px
}

#c_static_001_P_63790-1734523796540 .e_websiteShareNew-66 .icon {
	margin: 0;
	width: 100%;
	height: 100%;
	fill: var(--shareF);
	transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out
}

#c_static_001_P_63790-1734523796540 .e_websiteShareNew-66 .p_shareItem:hover .icon {
	fill: var(--shareHF);
	transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out
}

#c_static_001_P_63790-1734523796540 .e_websiteShareNew-66 {
	display-radio: 1;
	margin-left: auto;
	margin-right: auto;
	max-width: none
}

#c_static_001_P_63790-1734523796540 [saf-st-share="1"] .p_shareItem:has(.weibo):hover {
	background: #DF2728
}

#c_static_001_P_63790-1734523796540 [saf-st-share="1"] .p_shareItem:has(.weixin):hover {
	background: #3EB135
}

#c_static_001_P_63790-1734523796540 [saf-st-share="1"] .p_shareItem:has(.pyq):hover {
	background: #3EB135
}

#c_static_001_P_63790-1734523796540 [saf-st-share="1"] .p_shareItem:has(.qq):hover {
	background: #2CADEE
}

#c_static_001_P_63790-1734523796540 [saf-st-share="1"] .p_shareItem:has(.qqzone):hover {
	background: #2CADEE
}

#c_static_001_P_63790-1734523796540 [saf-st-share="1"] .p_shareItem:has(.copylink):hover {
	background: #2CADEE
}

#c_static_001_P_63790-1734523796540 [saf-st-share="1"] .p_shareItem:has(.facebook):hover {
	background: #38569F
}

#c_static_001_P_63790-1734523796540 [saf-st-share="1"] .p_shareItem:has(.linkedin):hover {
	background: #096599
}

#c_static_001_P_63790-1734523796540 [saf-st-share="1"] .p_shareItem:has(.twitter):hover {
	background: #000000
}

#c_static_001_P_63790-1734523796540 [saf-st-share="1"] .p_shareItem:has(.tumblr):hover {
	background: #29405B
}

#c_static_001_P_63790-1734523796540 [saf-st-share="1"] .p_shareItem:has(.pinterest):hover {
	background: #CD1F27
}

.custom-switch {
	padding-left: 5rem
}

.custom-switch .custom-control-label::before {
	left: -3rem;
	width: 1.75rem;
	pointer-events: all;
	border-radius: 0.5rem
}

.custom-switch .custom-control-label::after {
	top: calc(0.25rem + 2px);
	left: calc(-3rem + 2px);
	width: calc(1rem - 4px);
	height: calc(1rem - 4px);
	background-color: #adb5bd;
	border-radius: 0.5rem;
	transition: transform 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out,-webkit-transform 0.15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
	.custom-switch .custom-control-label::after {
		transition: none
	}
}

.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
	background-color: #fff;
	-webkit-transform: translateX(0.75rem);
	transform: translateX(0.75rem)
}

.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
	background-color: rgba(0, 123, 255, 0.3)
}

.custom-control {
	position: relative;
	z-index: 1;
	display: block;
	min-height: 1.5rem;
	padding-left: 3.2rem;
	-webkit-print-color-adjust: exact;
	color-adjust: exact;
	print-color-adjust: exact
}

.custom-control-input {
	position: absolute;
	left: 0;
	z-index: -1;
	width: 1rem;
	height: 1.25rem;
	opacity: 0
}

.custom-control-input:checked ~ .custom-control-label::before {
	color: #fff;
	border-color: var(--c);
	background-color: var(--c)
}

.custom-control-input:focus ~ .custom-control-label::before {
	box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25)
}

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
	border-color: #80bdff
}

.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
	color: #fff;
	background-color: #b3d7ff;
	border-color: #b3d7ff
}

.custom-control-label {
	position: relative;
	margin-bottom: 0;
	vertical-align: top
}

.custom-control-label::before {
	position: absolute;
	top: 0.25rem;
	left: -1.5rem;
	display: block;
	width: 1rem;
	height: 1rem;
	pointer-events: none;
	content: "";
	background-color: #fff;
	border: 1px solid #adb5bd
}

.custom-control-label::after {
	position: absolute;
	top: 0.25rem;
	left: -1.5rem;
	display: block;
	width: 1rem;
	height: 1rem;
	content: "";
	background: 50%/50% 50% no-repeat
}

#c_static_001_P_63790-1734523796540 .e_container-68 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%;
	background_radio: 1;
	display-radio: flex;
	border-bottom: 1px solid rgba(255,255,255,0.2);
	padding-bottom: calc(var(--wpt) * 0.3125);
	margin-bottom: calc(var(--wpt) * 0.3125);
	max-width: var(--iw);
	margin-left: auto;
	margin-right: auto
}

#c_static_001_P_63790-1734523796540 .e_container-68 > .p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%
}

#c_static_001_P_63790-1734523796540 .e_container-68 .cbox-68-1 {
	flex: 0 0 auto;
	align-self: center
}

#c_static_001_P_63790-1734523796540 .e_image-69 {
	overflow: hidden;
	display-radio: 1;
	max-width: 210px
}

#c_static_001_P_63790-1734523796540 .e_image-69 img {
	width: 100%;
	height: 100%;
	object-fit: contain
}

#c_static_001_P_63790-1734523796540 .e_container-70 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%;
	background_radio: 1;
	display-radio: flex;
	max-width: var(--iw);
	margin-left: auto;
	margin-right: auto
}

#c_static_001_P_63790-1734523796540 .e_container-70 > .p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%
}

#c_static_001_P_63790-1734523796540 .e_container-71 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%;
	background_radio: 1;
	display-radio: flex;
	max-width: 260px
}

#c_static_001_P_63790-1734523796540 .e_container-71 > .p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%
}

#c_static_001_P_63790-1734523796540 .e_container-71 .p_item {
	display-radio: 1
}

#c_static_001_P_63790-1734523796540 .e_text-72 {
	line-height: 1;
	font_radio: 2;
	display-radio: 1;
	color: rgba(255,255,255,1);
	margin-bottom: 15px;
	font-family: DIN
}

#c_static_001_P_63790-1734523796540 .e_container-70 .cbox-70-1 {
	flex: 0 0 auto;
	margin-left: 5%
}

#c_static_001_P_63790-1734523796540 .e_text-75 {
	line-height: normal;
	font_radio: 2;
	display-radio: 1;
	color: rgba(255,255,255,1);
	max-width: 150px;
	text-align: center;
	margin-top: 5px
}

#c_static_001_P_63790-1734523796540 .e_text-77 {
	line-height: normal;
	font_radio: 2;
	display-radio: 1;
	color: rgba(255,255,255,1);
	max-width: 150px;
	text-align: center;
	margin-top: 5px
}

#c_static_001_P_63790-1734523796540 .e_container-71 .cbox-71-0 {
	margin-right: 30px
}

#c_static_001_P_63790-1734523796540 .e_image-83 {
	overflow: hidden;
	display-radio: 1;
	max-width: 120px
}

#c_static_001_P_63790-1734523796540 .e_image-83 img {
	width: 100%;
	height: 100%;
	object-fit: contain
}

#c_static_001_P_63790-1734523796540 .e_image-84 {
	overflow: hidden;
	display-radio: 1;
	max-width: 120px
}

#c_static_001_P_63790-1734523796540 .e_image-84 img {
	width: 100%;
	height: 100%;
	object-fit: contain
}

#c_static_001_P_63790-1734523796540 .e_container-90 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%;
	display-radio: flex;
	max-width: 450px;
	padding-right: 0px;
	margin-right: 0px;
	margin-left: auto
}

#c_static_001_P_63790-1734523796540 .e_container-90 > .p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%
}

#c_static_001_P_63790-1734523796540 .e_container-90 .p_item {
	display-radio: 1
}

#c_static_001_P_63790-1734523796540 .e_container-91 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%
}

#c_static_001_P_63790-1734523796540 .e_container-91 > .p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%
}

#c_static_001_P_63790-1734523796540 .e_text-92 {
	line-height: 2;
	font_radio: 2;
	display-radio: 1;
	color: rgba(240,238,238,1);
	font-size: var(--f16);
	margin-top: 5px
}

#c_static_001_P_63790-1734523796540 .e_text-93 {
	line-height: 2;
	font_radio: 2;
	display-radio: 1;
	color: rgba(51,51,51,1)
}

#c_static_001_P_63790-1734523796540 .e_text-94 {
	line-height: 2;
	font_radio: 2;
	display-radio: 1;
	color: rgba(240,238,238,1);
	font-size: var(--f16);
	margin-top: 5px
}

#c_static_001_P_63790-1734523796540 .e_text-95 {
	line-height: 2;
	font_radio: 2;
	display-radio: 1;
	color: rgba(240,238,238,1);
	font-size: var(--f16);
	margin-top: 5px
}

#c_static_001_P_63790-1734523796540 .e_text-96 {
	line-height: 2;
	font_radio: 2;
	display-radio: 1;
	color: rgba(240,238,238,1);
	margin-top: 5px;
	font-size: var(--f16)
}

#c_static_001_P_63790-1734523796540 .e_container-97 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	display-radio: flex;
	margin-left: auto;
	margin-right: auto;
	background_radio: 1;
	width: auto
}

#c_static_001_P_63790-1734523796540 .e_container-97 > .p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%
}

#c_static_001_P_63790-1734523796540 .e_container-97 .p_item {
	display-radio: 1
}

#c_static_001_P_63790-1734523796540 .e_line-98 {
	display-radio: 1;
	padding-top: 0px;
	margin-top: 50px;
	margin-bottom: 0px;
	height: 1px;
	border-top-color: rgba(255,255,255,0.1)
}

#c_static_001_P_63790-1734523796540 .e_container-99 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 90%;
	max-width: 1600px;
	display-radio: flex;
	margin-left: auto;
	margin-right: auto;
	padding-top: 2%;
	padding-bottom: 2%;
	background_radio: 1
}

#c_static_001_P_63790-1734523796540 .e_container-99 > .p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%
}

#c_static_001_P_63790-1734523796540 .e_container-99 .cbox-99-1 {
	align-self: center;
	flex: 0 0 auto
}

#c_static_001_P_63790-1734523796540 .e_container-99 .cbox-99-3 {
	flex: 0 0 auto
}

#c_static_001_P_63790-1734523796540 .e_container-99 .cbox-99-2 {
	flex: 0 0 auto
}

#c_static_001_P_63790-1734523796540 .e_credible-100 .img1 {
	width: 65px;
	height: 23px
}

#c_static_001_P_63790-1734523796540 .e_credible-100 .img2 {
	width: 79px;
	height: 28px
}

#c_static_001_P_63790-1734523796540 .e_credible-100 .img3 {
	width: 92px;
	height: 33px
}

#c_static_001_P_63790-1734523796540 .e_credible-100 .img4 {
	width: 106px;
	height: 38px
}

#c_static_001_P_63790-1734523796540 .e_credible-100 .img5 {
	width: 131px;
	height: 47px
}

#c_static_001_P_63790-1734523796540 .e_credible-100 {
	max-width: 65px;
	background_radio: 1;
	display-radio: 1;
	margin-right: 0px;
	margin-left: auto
}

#c_static_001_P_63790-1734523796540 .e_provider-101 {
	text-align: left;
	font_radio: 2;
	display-radio: 1;
	font-size: 14px;
	margin-top: 0px;
	color: rgba(255,255,255,0.7);
	font-family: "ebd5a37a-93f8-46f3-af54-a7b022d9712c";
	margin-right: 10px;
	padding-right: 20px
}

#c_static_001_P_63790-1734523796540 .e_richText-102 {
	font_radio: 2;
	display-radio: 1;
	font-size: 16px;
	color: rgba(255,255,255,0.6);
	line-height: 1;
	font-weight: normal;
	font-family: "ebd5a37a-93f8-46f3-af54-a7b022d9712c"
}

.saf-pubTitle h3 {
	font-size: 2.4rem;
	color: #222;
	line-height: 1.5
}

.saf-cnCate .saf_loopitem a:hover {
	color: var(--c)
}

.saf-cateBox {
	width: 100%;
	max-width: var(--bw);
	margin: 0 auto;
	padding: 10px
}

.saf-cateBox .p_list {
	justify-content: center
}
.saf-cateBox .qolist {justify-content: left}
.saf-cateBox .saf-loopitem {
	padding: 5px
}

.saf-cateBox .saf-loopitem a {
	display: block;
	padding: 10px 30px;
	line-height: 1.6;
	font-size: 16px;
	color: #666;
	border: 1px rgba(0,0,0,0.1) solid
}

.saf-cateBox .saf-loopitem a:hover,.saf-cateBox .saf-loopitem a.light {
	background: var(--c);
	border-color: var(--c);
	color: #fff
}
#c_static_001_P_63790-1734523796540 .e_text-46 img{
	width: 60%;
	max-width:200px;
}
@media screen and (max-width:768px) {
	#c_static_001_P_63790-1734523796540 {
		padding-right: 0px;
		padding-left: 0px;
		display-radio: 1;
		background-size: auto 100%
	}

	#c_static_001_P_63790-1734523796540 .e_container-1 {
		flex-direction: column;
		display-radio: 1;
		padding-top: 50px;
		padding-bottom: 50px
	}

	#c_static_001_P_63790-1734523796540 .e_bottomNav-59 .p_menu1Item,#c_static_001_P_63790-1734523796540 .e_bottomNav-59 .p_menu2Item {
		display: flex;
		justify-content: space-between;
		line-height: 40px;
		font-size: 14px
	}

	#c_static_001_P_63790-1734523796540 .e_bottomNav-59 .p_menu1Item {
		font-size: 16px;
		font-weight: normal;
		margin-bottom: 0;
		padding-bottom: 0;
		line-height: 50px
	}

	#c_static_001_P_63790-1734523796540 .e_bottomNav-59 .p_level1Box ul {
		display: none
	}

	#c_static_001_P_63790-1734523796540 .e_bottomNav-59 .p_jtIcon {
		width: 20px;
		height: 20px;
		max-width: 20px;
		font-size: inherit;
		transition: 0.5s;
		margin: 15px 0 0 0;
		fill: rgba(255,255,255,0.5)
	}

	#c_static_001_P_63790-1734523796540 .e_bottomNav-59 .p_jtIcon.active {
		transform: rotateZ(90deg)
	}

	#c_static_001_P_63790-1734523796540 .e_bottomNav-59 a {
		display: flex;
		flex-direction: column;
		justify-content: center
	}

	#c_static_001_P_63790-1734523796540 .e_bottomNav-59 .p_level1Item:first-child {
		display: block
	}

	#c_static_001_P_63790-1734523796540 .e_bottomNav-59 .p_level1Item:last-child {
		display: block
	}

	#c_static_001_P_63790-1734523796540 .e_bottomNav-59 .p_level1Item {
		padding: 0;
		width: 100%;
		margin: 0
	}

	#c_static_001_P_63790-1734523796540 .e_bottomNav-59 .p_menu2Item svg {
		opacity: .5
	}

	#c_static_001_P_63790-1734523796540 .e_bottomNav-59 {
		font_radio: 1;
		margin-top: 10px
	}


	#c_static_001_P_63790-1734523796540 .e_bottomNav-59 .p_level1Box .s_templatesum {
		background: rgba(0,0,0,0.1);
		padding: 5px 20px 20px 20px
	}

	#c_static_001_P_63790-1734523796540 .e_bottomNav-59 .p_level1Box .s_templatesum .p_level2Item {
		border-bottom: 1px dashed rgba(255,255,255,0.05);
		line-height: 30px
	}

	#c_static_001_P_63790-1734523796540 .e_bottomNav-59 .p_menu2Item span:before {
		content: "-";
		display: inline-block;
		margin-right: 5px
	}

	#c_static_001_P_63790-1734523796540 .e_text-46 {
		font_radio: 1;
		display-radio: 1
	}

	#c_static_001_P_63790-1734523796540 .e_text-72 {
		font_radio: 1;
		display-radio: 1
	}

	#c_static_001_P_63790-1734523796540 .e_container-70 {
		background_radio: 1;
		display-radio: 1;
		flex-direction: column
	}

	#c_static_001_P_63790-1734523796540 .e_container-70 .cbox-70-0 {
		margin-bottom: 30px
	}

	#c_static_001_P_63790-1734523796540 .e_container-70 .cbox-70-1 {
		margin-left: 0px
	}

	#c_static_001_P_63790-1734523796540 .saf-auto-licenseo a {
		font-size: 12px !important
	}

	#c_static_001_P_63790-1734523796540 .e_websiteShareNew-66 .p_shareItem[key='moments'] {
		display: none !important
	}

	#c_static_001_P_63790-1734523796540 .e_container-90 {
		background_radio: 1;
		display-radio: 1;
		flex-direction: column;
		width: 100%
	}

	#c_static_001_P_63790-1734523796540 .e_container-91 .cbox-91-0 {
		flex: 0 0 100%
	}

	#c_static_001_P_63790-1734523796540 .e_container-91 .cbox-91-1 {
		flex: 0 0 100%
	}

	#c_static_001_P_63790-1734523796540 .e_line-98 {
		display-radio: 1;
		padding-top: 0px;
		margin-top: 10px;
		margin-bottom: 10px;
		height: 1px;
		border-top-color: rgba(255,255,255,0.1)
	}

	#c_static_001_P_63790-1734523796540 .e_container-99 {
		display-radio: 1
	}

	#c_static_001_P_63790-1734523796540 .e_container-99 .cbox-99-1 {
		align-self: flex-start;
		flex: 0 0 100%
	}

	#c_static_001_P_63790-1734523796540 .e_container-99 .cbox-99-2 {
		flex: 0 0 100%
	}

	#c_static_001_P_63790-1734523796540 .e_container-99 > .p_item {
		flex: 0 0 100%
	}

	#c_static_001_P_63790-1734523796540 .e_credible-100 {
		max-width: 65px;
		background_radio: 1;
		display-radio: 1;
		margin-right: auto;
		margin-left: 0px
	}
}

@media screen and (min-width: 769px) {
	#c_static_001_P_63790-1734523796540 .e_bottomNav-59 .p_level1Box {
		display: flex
	}

	#c_static_001_P_63790-1734523796540 .e_bottomNav-59 .p_jtIcon {
		display: none
	}

	#c_static_001_P_63790-1734523796540 .e_bottomNav-59 .p_menu1Item {
		border-bottom: 0px solid rgba(255,255,255,0.1)
	}
}

@media screen and (max-width: 1024px) and (min-width: 769px) {
	#c_static_001_P_63790-1734523796540 {
		display-radio: 1;
		padding-left: 0px;
		padding-right: 0px
	}

	#c_static_001_P_63790-1734523796540 .e_container-1 {
		display-radio: 1
	}

	#c_static_001_P_63790-1734523796540 .e_bottomNav-59 {
		display-radio: 1;
		font_radio: 1
	}

	#c_static_001_P_63790-1734523796540 .e_image-84 {
		display-radio: 1
	}
}

saf-online.saf-theme01 {
	--br: 10px;
	--oc: #0064af;
	--os: 50px
}

saf-online.saf-theme02 {
	--br: 50%;
	--oc: #0064af;
	--os: 60px
}

saf-online {
	display: block;
	width: var(--os);
	position: fixed;
	right: 10px;
	bottom: 10%;
	z-index: 90
}

saf-online.hideOnline {
	opacity: 0;
	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: 0;
	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
}

saf-online  saf-onlineItem a {
	width: 100%;
	height: 100%;
	display: block;
	background: #fff;
	border-radius: var(--br);
	position: relative;
	box-shadow: 0 0 10px rgba(0,0,0,0.15)
}

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: 0;
	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: 0;
	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: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
}

@media screen and (max-width:768px) {
	#c_effect_109_P_076-1722314041879.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
	}

	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) {
}

:root {
	--s: #f2f1f0;
	--t: #565656;
	--ww: 100%;
	--wp: 8%;
	--wpt: clamp(50px,8.335vw,100px);
	--iw: 1600px;
	--bannHight: 460px;
	--bannMarginTop: 40px;
	--bannBtnTop: 40%;
	--bannImgFilter: brightness(70%);
	--bc: var(--c) !important;
	--kw: "关键词：";
	--kww: 85px;
	--kwp: 105px;
	--gy: "概要：";
	--cateTxt: "全部分类 >";
	--tdownload: "相关下载";
	--shareBg: rgba(255,255,255,0.3);
	--shareHBg: var(--c);
	--shareF: #ffffff;
	--shareHF: #fff;
	--shareR: 50%;
	--shareP: 10px;
	--r20: 20px;
	--r30: 30px;
	--r80: 80px
}[f100] {
	font-size: clamp(48px,5.209vw,100px)
}[f60] {
	font-size: clamp(20px,3.125vw,60px)
}[f56] {
	font-size: clamp(46px,2.917vw,56px)
}[f50] {
	font-size: clamp(30px,2.605vw,50px)
}[f48] {
	font-size: clamp(34px,2.5vw,48px)
}[f46] {
	font-size: clamp(28px,2.396vw,46px)
}[f36] {
	font-size: clamp(24px,1.875vw,36px)
}[f30] {
	font-size: clamp(26px,1.563vw,30px)
}[f26] {
	font-size: clamp(20px,1.354vw,26px)
}[f24] {
	font-size: clamp(22px,1.25vw,24px)
}[f22] {
	font-size: clamp(14px,1.146vw,22px)
}[f20] {
	font-size: clamp(16px,1.042vw,20px)
}[f18] {
	font-size: clamp(16px,0.9375vw,18px)
}[f16] {
	font-size: clamp(14px,0.833vw,16px)
}[f14] {
	font-size: clamp(12px,0.729vw,14px)
}[f12] {
	font-size: 12px
}

html[lang="zh"] div[class*='e_cookie'] {
	display: none
}

body {
	font-family: PingFangSC-Regular,"Microsoft YaHei","微软雅黑","Microsoft JhengHei","华文细黑",STHeiti,MingLiu;
	overflow-x: hidden
}

.reset_style,body {
	word-break: break-word
}

#c_static_001_P_63789-1734076501513 {
	min-height: 0px;
	background_radio: 2;
	display-radio: 1
}

#c_static_001_P_63789-1734076501513 .e_html-1 {
	min-height: 0px;
	display-radio: 1;
	background_radio: 1
}

#c_grid-116273709439191 {
	position: fixed;
	left: 0;
	top: 0;
	background: rgba(255,255,255,0.05);
	width: 100%;
	z-index: 9999;
	border-bottom: 1px solid rgba(255,255,255,0.3);
	backdrop-filter: blur(5px);
	transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out
}

.active#c_grid-116273709439191 {
	background: #fff;
	box-shadow: 0 5px 10px rgba(0,0,0,0.1);
	transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out
}[st-its] {
	transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out
}[st-its]:hover {
	background: var(--c) !important;
	transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out
}[st-its] .s_img img {
	transform: scale(1,1);
	-ms-transform: scale(1,1);
	-moz-transform: scale(1,1);
	-webkit-transform: scale(1,1);
	-o-transform: scale(1,1);
	transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out
}[st-its]:hover .s_img img {
	transform: scale(1.05,1.05);
	-ms-transform: scale(1.05,1.05);
	-moz-transform: scale(1.05,1.05);
	-webkit-transform: scale(1.05,1.05);
	-o-transform: scale(1.05,1.05);
	transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out
}[st-its] .s_title {
	transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out
}[st-its]:hover .s_title {
	color: #fff !important;
	transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out
}

@media screen and (max-width:768px) {
	:root {
		--wp: 20px;
		--bannHight: 200px
	}
}

@media screen and (min-width: 769px) {
}

@media screen and (max-width: 1024px) and (min-width: 769px) {
	:root {
		--wp: 30px
	}
}

:root {
	--c: #064ea2;
	--hmfirst: #064ea2;
	--hm: #064ea2;
	--primary: #064ea2;
	--n: #009b4c;
	--bw: #064ea2;
	--bc: #064ea2;
	--br: 5px;
	--cc: #064ea2;
	--bw: 1600px;
	--ccsize: 150px
}

body {
	--saftime: 0.8s;
	--safswtime: 1s 1s;
	--pagecolor: #064ea2;
	opacity: 0;
	transition: padding-top 1s
}

body.saf-active {
	--pagecolor: #064ea2
}

::-webkit-scrollbar {
	width: 4px;
	height: 4px;
	border-radius: 10px
}

::-webkit-scrollbar-thumb {
	background-color: var(--c)
}

::-webkit-scrollbar-track {
	background: #000
}

* {
	word-break: break-word
}

#c_static_001_P_41643-1733390961160 {
}

#c_static_001_P_41643-1733390961160 .e_html-1 {
}

div[class^="e_richText"]  figure.table {
	display: block
}

div[class^="e_loop"],div[class^="e_banner"] {
	width: 100%
}[saf-languages] {
	display: flex;
	align-items: center;
	position: relative;
	padding: 0 15px;
	--t: #444
}[saf-languages] > ul {
	display: flex;
	flex-wrap: wrap
}[saf-languages] > ul > li.saf-item {
	padding: 5px;
	display: flex
}[saf-languages] > ul > li.saf-item > a {
	display: flex;
	align-items: center;
	font-size: 16px;
	color: var(--t);
	transition: all 0.5s
}[saf-languages] > ul > li.saf-item > a > svg {
	width: 30px;
	height: 30px;
	margin-right: 10px;
	transition: all 1s;
	transform: rotateX(var(--saf-rotate))
}[saf-languages] > ul > li.saf-item > a:hover {
	color: var(--c)
}[saf-languages] > li.saf-selected {
	display: flex;
	align-items: center
}[saf-languages] > li.saf-selected > svg {
	width: auto;
	height: 14px;
	fill: var(--t);
	margin-left: 10px
}[saf-languages] > li.saf-selected > a {
	display: flex;
	align-items: center;
	font-size: 16px;
	color: var(--t)
}[saf-languages] > li.saf-selected > a svg {
	width: 30px;
	height: 30px;
	margin-right: 10px
}[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: 0
}[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%
}[saf-languages] > .saf-sub > ul li.saf-item a > svg {
	width: 26px;
	height: 26px;
	margin-right: 10px;
	transition: all 1s;
	transform: rotateX(var(--saf-rotate))
}[saf-languages] > .saf-sub > ul li.saf-item a:hover {
	border-color: var(--c);
	color: var(--c)
}/*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: 0;
	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: var(--c)
}

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

@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)
	}
}

@media screen and (min-width: 769px) {
}

@media screen and (max-width: 1024px) and (min-width: 769px) {
}

#c_banner_019_P_1165-17373752701460 {
	display-radio: 1
}

#c_banner_019_P_1165-17373752701460 .e_bannerA-2 {
	height: auto;
	background_radio: 1;
	display-radio: 1
}

#c_banner_019_P_1165-17373752701460 .e_bannerA-2 .swiper-container {
	height: inherit
}

#c_banner_019_P_1165-17373752701460 .e_bannerA-2 .swiper-wrapper {
	height: inherit
}

#c_banner_019_P_1165-17373752701460 .e_bannerA-2 .swiper-slide {
	height: inherit
}

#c_banner_019_P_1165-17373752701460 .e_bannerA-2 .p_img {
	width: 100%;
	height: 100%;
	background: #000
}

#c_banner_019_P_1165-17373752701460 .e_bannerA-2 .p_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0.7
}

#c_banner_019_P_1165-17373752701460 .e_bannerA-2 .custom-bullet {
	background: #ccc
}

#c_banner_019_P_1165-17373752701460 .e_bannerA-2 .p_info {
	width: 90%;
	position: absolute;
	right: 50%;
	top: 50%;
	z-index: 9;
	display: flex;
	transform: translateX(50%) translateY(-50%);
	align-items: center;
	text-align: center;
	max-width: 1500px
}

#c_banner_019_P_1165-17373752701460 .e_bannerA-2 .p_info div {
	width: 100%
}

#c_banner_019_P_1165-17373752701460 .e_bannerA-2 .p_subtitle {
	text-align: center;
	text-shadow: 0px 0px #fff;
	font-family: "Microsoft JhengHei";
	font-size: 30px;
	color: #ffffff;
	font-weight: normal;
	line-height: 50px;
	padding: 20px;
	position: relative;
	font-family: Antonio
}

#c_banner_019_P_1165-17373752701460 .e_bannerA-2 .p_subtitle:before {
	content: "";
	width: 13px;
	height: 11px;
	position: absolute;
	left: 50%;
	margin-left: -6px;
	top: 0;
	background: url(https://omo-oss-image.thefastimg.com/portal-saas/new2023120814243415902/cms/image/ad373232-f175-4b1d-86c2-e86ea202bc81.png) no-repeat center
}

#c_banner_019_P_1165-17373752701460 .e_bannerA-2 .p_subtitle:after {
	content: "";
	width: 13px;
	height: 11px;
	position: absolute;
	left: 50%;
	margin-left: -6px;
	bottom: 0;
	background: url(https://omo-oss-image.thefastimg.com/portal-saas/new2023120814243415902/cms/image/8da9c5c7-e6db-4e62-9440-6797e7558d06.png) no-repeat center
}

#c_banner_019_P_1165-17373752701460 .e_bannerA-2 .swiper-container-vertical {
	height: 400px
}

#c_banner_019_P_1165-17373752701460 .e_bannerA-2 .p_video {
	width: 100%;
	height: 100%;
	z-index: 3;
	overflow: hidden;
	margin-right: 0;
	margin-left: auto;
	position: relative
}

#c_banner_019_P_1165-17373752701460 .e_bannerA-2 .p_video .videoContent {
	width: 100%;
	height: 100%
}

#c_banner_019_P_1165-17373752701460 .e_bannerA-2 .p_video video {
	width: 100%;
	height: 100%;
	background: #000
}

#c_banner_019_P_1165-17373752701460 .e_bannerA-2 .p_videoPoster {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 2;
	cursor: pointer
}

#c_banner_019_P_1165-17373752701460 .e_bannerA-2 .p_videoPoster::before {
	content: " ";
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 2;
	background: url('/npublic/img/playVideo.png') no-repeat center center
}

#c_banner_019_P_1165-17373752701460 .e_bannerA-2 .p_videoPoster img {
	width: 100%;
	height: 100%;
	object-fit: cover
}

#c_banner_019_P_1165-17373752701460 .e_bannerA-2 .p_videoInfo {
	display: none
}

#c_banner_019_P_1165-17373752701460 .e_bannerA-2 .p_btitle {
	text-shadow: 0px 0px 2px #8b8b8b;
	font-family: Antonio;
	font-size: 50px;
	color: #fff;
	font-weight: bold;
	line-height: 62px;
	margin-bottom: 24px;
	text-align: center
}

#c_banner_019_P_1165-17373752701460 .e_breadcrumb-7 {
	width: 100%;
	padding: 15px 0;
	background: rgba(0,0,0,0.2);
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 4
}

#c_banner_019_P_1165-17373752701460 .e_breadcrumb-7 .p_breadcrumb {
	max-width: var(--bw);
	margin: 0 auto;
	padding: 0 15px;
	width: 90%
}

#c_banner_019_P_1165-17373752701460 .e_breadcrumb-7 .p_breadcrumbItem {
	position: relative;
	float: left
}

#c_banner_019_P_1165-17373752701460 .e_breadcrumb-7 svg {
	width: 13px;
	height: 13px;
	fill: #fff
}

#c_banner_019_P_1165-17373752701460 .e_breadcrumb-7 .p_breadcrumbItem:not(:first-child) {
	padding: 0 3px 0 15px
}

#c_banner_019_P_1165-17373752701460 .e_breadcrumb-7 .p_breadcrumbItem:not(:first-child)::before {
	content: '>';
	position: absolute;
	left: 3px;
	color: #999
}

#c_banner_019_P_1165-17373752701460 .e_breadcrumb-7 .p_breadcrumb::after {
	display: block;
	clear: both;
	content: ''
}

#c_banner_019_P_1165-17373752701460 .e_breadcrumb-7 .p_showTitle {
	position: relative;
	display: flex;
	align-items: center;
	padding-left: 5px;
	border: 1px solid transparent
}

#c_banner_019_P_1165-17373752701460 .e_breadcrumb-7 .siblings::after {
	content: '>';
	display: flex;
	justify-content: center;
	align-items: center;
	width: 20px;
	height: 20px;
	transform: rotateZ(90deg);
	cursor: pointer;
	color: #ccc
}

#c_banner_019_P_1165-17373752701460 .e_breadcrumb-7 .siblings.active {
	border: 1px solid #dee2e6
}

#c_banner_019_P_1165-17373752701460 .e_breadcrumb-7 .siblings.active::after {
	transform: rotateZ(-90deg)
}

#c_banner_019_P_1165-17373752701460 .e_breadcrumb-7 .p_slide {
	position: absolute;
	left: 18px;
	min-width: 100%;
	padding: 5px;
	display: none;
	z-index: 999
}

#c_banner_019_P_1165-17373752701460 .e_breadcrumb-7 .p_sibling {
	display: block;
	width: 100%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden
}

#c_banner_019_P_1165-17373752701460 .e_breadcrumb-7 .p_breadcrumb * {
	color: #fff !important
}

@media screen and (max-width:768px) {
	#c_banner_019_P_1165-17373752701460 .e_bannerA-2 .swiper-slide {
		height: 300px
	}

	#c_banner_019_P_1165-17373752701460 .e_bannerA-2 .p_info {
		z-index: 9;
		text-align: center;
		top: 60%
	}

	#c_banner_019_P_1165-17373752701460 .e_bannerA-2 .p_subtitle {
		font-size: 16px;
		line-height: 25px
	}

	#c_banner_019_P_1165-17373752701460 .e_bannerA-2 .p_summary {
		display: none
	}

	#c_banner_019_P_1165-17373752701460 {
		display-radio: 1
	}

	#c_banner_019_P_1165-17373752701460 .e_bannerA-2 {
		background_radio: 1;
		display-radio: 1
	}

	#c_banner_019_P_1165-17373752701460 .e_bannerA-2 .p_btitle {
		font-size: 36px;
		text-align: center;
		font-weight: normal;
		line-height: 30px;
		text-shadow: 1px 1px 3px #888787
	}

	#c_banner_019_P_1165-17373752701460 .e_breadcrumb-7 .p_breadcrumbItem:nth-child(1) .p_title,.e_breadcrumb-7 .p_breadcrumbItem:nth-child(2) .p_title {
		white-space: pre
	}

	#c_banner_019_P_1165-17373752701460 .e_breadcrumb-7 .p_breadcrumbItem:nth-child(3) .p_title {
		word-break: break-all;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
		overflow: hidden
	}

	#c_banner_019_P_1165-17373752701460 .e_breadcrumb-7 a {
		display: flex
	}
}

@media screen and (min-width: 769px) {
}

@media screen and (max-width: 1024px) and (min-width: 769px) {
}

#c_static_001-17211312903060 {
	border-bottom: 1px #ddd solid;
	padding: 10px 0
}

#c_static_001-17211312903060 .e_loop-1 .p_list {
	display: flex;
	flex-wrap: wrap;
	position: relative;
/*解决无缝滚动在循环体多列展示问题  */
	max-width: 100%/* 解决无缝滚动在循环体多列展示问题 */
}

#c_static_001-17211312903060 .e_loop-1 .p_loopitem {
	flex: 0 0 33.3%;
	position: relative
}

#c_static_001-17211312903060 .e_loop-1 .p_page {
	text-align: center;
	display: none
}

@media screen and (max-width:768px) {
	.saf-cateBox .saf-loopitem {
		flex: 0 0 50%
	}

	.saf-cateBox .saf-loopitem a {
		padding: 0px 5px;
		line-height: 2.4;
		text-align: center;
		-webkit-line-clamp: 1;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		overflow: hidden
	}
}

@media screen and (min-width: 769px) {
	#c_static_001-17211312903060 .e_loop-1 .p_loopitem {
		flex-grow: 0;
		flex-shrink: 0;
		flex-basis: calc(100% / 6)
	}
}

@media screen and (max-width: 1024px) and (min-width: 769px) {
}

#c_static_537_P_150-1721131347998 {
	margin-left: auto;
	margin-right: auto;
	display-radio: 1;
	max-width: none;
	width: auto;
	background-fill-value: background-image;
	min-height: 0px;
	padding-top: 30px;
	padding-bottom: 5%;
	background_radio: 2;
	/* background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: top center;
	background-image: url(https://omo-oss-image1.thefastimg.com/portal-saas/pg2024112918265872073/cms/image/70f5029a-378d-4cf7-86f4-37dab8561496.jpg);
	background-size: 100% 100% */
}

#c_static_537_P_150-1721131347998 .e_container-63 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 90%;
	display-radio: flex;
	margin-left: auto;
	margin-right: auto;
	max-width: 1600px;
	background_radio: 1
}

#c_static_537_P_150-1721131347998 .e_container-63 > .p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%
}

#c_static_537_P_150-1721131347998 .e_container-63 .cbox-63-0 {
	flex: 0 0 100%;
	align-self: center;
	margin-right: 0
}

#c_static_537_P_150-1721131347998 .e_container-63 .cbox-63-1 {
	align-self: center
}

#c_static_537_P_150-1721131347998 .e_container-67 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%;
	display-radio: flex;
	max-width: 1600px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	background_radio: 1;
	padding: 15px
}

#c_static_537_P_150-1721131347998 .e_container-67 > .p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%
}

#c_static_537_P_150-1721131347998 .e_container-124 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	display-radio: flex;
	max-width: 1600px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 0px;
	padding-right: 0px;
	margin-bottom: 0px;
	width: 90%;
	background_radio: 1
}

#c_static_537_P_150-1721131347998 .e_container-124 > .p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%
}

#c_static_537_P_150-1721131347998 .e_container-124 .cbox-124-0 {
	align-self: center
}

#c_static_537_P_150-1721131347998 .e_container-124 .p_item {
	display-radio: 1
}

#c_static_537_P_150-1721131347998 .e_container-124 .cbox-124-1 {
	align-self: center
}

#c_static_537_P_150-1721131347998 .yx_flexJC {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center
}

#c_static_537_P_150-1721131347998 .e_container-175 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	display-radio: flex;
	max-width: none;
	margin-left: auto;
	margin-right: auto;
	padding-top: 0px;
	margin-top: 3%;
	background_radio: 1;
	width: auto
}

#c_static_537_P_150-1721131347998 .e_container-175 > .p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%
}

#c_static_537_P_150-1721131347998 .e_container-176 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%
}

#c_static_537_P_150-1721131347998 .e_container-176 > .p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%
}

#c_static_537_P_150-1721131347998 .e_container-177 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%;
	display-radio: flex;
	margin-bottom: 30px
}

#c_static_537_P_150-1721131347998 .e_container-177 > .p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%
}

#c_static_537_P_150-1721131347998 .e_icon-178 {
	width: 40px;
	height: 40px;
	font_radio: 1;
	display-radio: 1;
	margin-left: auto;
	margin-right: auto;
	color: var(--c)
}

#c_static_537_P_150-1721131347998 .e_icon-178 .icon {
	margin: 0;
	width: 100%;
	height: 100%;
	fill: currentColor
}

#c_static_537_P_150-1721131347998 .e_scrollNumber-179 {
	height: auto;
	line-height: 60px;
	font-size: 40px;
	font_radio: 2;
	display-radio: 1;
	text-align: center;
	margin-top: 2%;
	padding-top: 0px
}

#c_static_537_P_150-1721131347998 .e_text-180 {
	line-height: normal;
	font_radio: 2;
	display-radio: 1;
	text-align: center;
	font-size: 16px;
	margin-top: 0px;
	margin-bottom: 10px
}

#c_static_537_P_150-1721131347998 .e_container-181 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%
}

#c_static_537_P_150-1721131347998 .e_container-181 > .p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%
}

#c_static_537_P_150-1721131347998 .e_container-182 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%;
	display-radio: flex;
	margin-bottom: 30px
}

#c_static_537_P_150-1721131347998 .e_container-182 > .p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%
}

#c_static_537_P_150-1721131347998 .e_icon-183 {
	width: 40px;
	height: 40px;
	font_radio: 2;
	display-radio: 1;
	margin-left: auto;
	margin-right: auto;
	color: var(--c)
}

#c_static_537_P_150-1721131347998 .e_icon-183 .icon {
	margin: 0;
	width: 100%;
	height: 100%;
	fill: currentColor
}

#c_static_537_P_150-1721131347998 .e_scrollNumber-184 {
	line-height: 60px;
	font-size: 40px;
	font_radio: 2;
	display-radio: 1;
	text-align: center;
	margin-top: 2%;
	margin-bottom: 0px;
	height: auto
}

#c_static_537_P_150-1721131347998 .e_text-185 {
	line-height: normal;
	font_radio: 2;
	display-radio: 1;
	text-align: center;
	font-size: 16px;
	margin-top: 0px;
	margin-bottom: 10px
}

#c_static_537_P_150-1721131347998 .e_container-186 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%;
	display-radio: flex
}

#c_static_537_P_150-1721131347998 .e_container-186 > .p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%
}

#c_static_537_P_150-1721131347998 .e_container-187 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%;
	display-radio: flex;
	margin-bottom: 30px
}

#c_static_537_P_150-1721131347998 .e_container-187 > .p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%
}

#c_static_537_P_150-1721131347998 .e_icon-188 {
	width: 40px;
	height: 40px;
	font_radio: 1;
	display-radio: 1;
	margin-left: auto;
	margin-right: auto;
	color: var(--c)
}

#c_static_537_P_150-1721131347998 .e_icon-188 .icon {
	margin: 0;
	width: 100%;
	height: 100%;
	fill: currentColor
}

#c_static_537_P_150-1721131347998 .e_scrollNumber-189 {
	line-height: 60px;
	font-size: 40px;
	font_radio: 2;
	display-radio: 1;
	text-align: center;
	margin-top: 2%;
	margin-bottom: 0px
}

#c_static_537_P_150-1721131347998 .e_text-190 {
	line-height: normal;
	font_radio: 2;
	display-radio: 1;
	text-align: center;
	font-size: 16px;
	margin-bottom: 10px;
	margin-top: 0px
}

#c_static_537_P_150-1721131347998 .e_scrollNumber-184 .p_plus {
	display-radio: 1;
	font-size: 16px
}

#c_static_537_P_150-1721131347998 .e_scrollNumber-189 .p_plus {
	display-radio: 1;
	font-size: 16px
}

#c_static_537_P_150-1721131347998 .e_scrollNumber-179 .p_plus {
	display-radio: 1;
	font-size: 16px
}

#c_static_537_P_150-1721131347998 .e_container-67 .cbox-67-0 {
	margin-right: 2%
}

#c_static_537_P_150-1721131347998 .e_container-67 .cbox-67-1 {
	margin-left: 2%
}

#c_static_537_P_150-1721131347998 .s_summary {
	font-weight: normal
}

#c_static_537_P_150-1721131347998 .e_container-195 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%;
	background_radio: 1;
	display-radio: flex;
	margin-top: 0px
}

#c_static_537_P_150-1721131347998 .e_container-195 > .p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%;
	text-align: left
}

#c_static_537_P_150-1721131347998 .e_h1-196 {
	font-size: 2.4rem;
	font-family: "saf-Pop-Regular";
	color: #333;
	padding: 0 0 10px;
	font_radio: 2;
	display-radio: 1;
	margin-bottom: 0px;
	padding-bottom: 0px;
	text-align: center;
	font-weight: normal
}

#c_static_537_P_150-1721131347998 .e_text-197 {
	line-height: 1.6;
	font_radio: 2;
	font-size: 20px;
	font-family: "Times New Roman";
	text-transform: uppercase;
	display-radio: 1;
	text-align: center;
	margin-top: 5px
}

#c_static_537_P_150-1721131347998 .e_line-198 {
	line_radio: 2;
	display-radio: 1;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: var(--bc);
	max-width: 80px;
	margin-left: auto;
	min-height: 5px;
	padding-bottom: 0px;
	padding-top: 0px;
	margin-bottom: 15px;
	margin-top: 20px;
	height: 5px;
	margin-right: auto
}

#c_static_537_P_150-1721131347998 .e_container-200 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%;
	display-radio: flex;
	margin-bottom: 30px
}

#c_static_537_P_150-1721131347998 .e_container-200 > .p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%
}

#c_static_537_P_150-1721131347998 .e_icon-201 {
	width: 40px;
	height: 40px;
	font_radio: 1;
	display-radio: 1;
	margin-left: auto;
	margin-right: auto;
	color: var(--c)
}

#c_static_537_P_150-1721131347998 .e_icon-201 .icon {
	margin: 0;
	width: 100%;
	height: 100%;
	fill: currentColor
}

#c_static_537_P_150-1721131347998 .e_scrollNumber-202 {
	line-height: 60px;
	font-size: 40px;
	font_radio: 2;
	display-radio: 1;
	text-align: center;
	margin-top: 2%;
	margin-bottom: 0px
}

#c_static_537_P_150-1721131347998 .e_scrollNumber-202 .p_plus {
	display-radio: 1;
	font-size: 16px
}

#c_static_537_P_150-1721131347998 .e_text-203 {
	line-height: normal;
	font_radio: 2;
	display-radio: 1;
	text-align: center;
	font-size: 16px;
	margin-bottom: 10px;
	margin-top: 0px
}

#c_static_537_P_150-1721131347998 .e_container-204 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%;
	display-radio: flex;
	margin-bottom: 30px
}

#c_static_537_P_150-1721131347998 .e_container-204 > .p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%
}

#c_static_537_P_150-1721131347998 .e_icon-205 {
	width: 40px;
	height: 40px;
	font_radio: 1;
	display-radio: 1;
	margin-left: auto;
	margin-right: auto;
	color: var(--c)
}

#c_static_537_P_150-1721131347998 .e_icon-205 .icon {
	margin: 0;
	width: 100%;
	height: 100%;
	fill: currentColor
}

#c_static_537_P_150-1721131347998 .e_scrollNumber-206 {
	line-height: 60px;
	font-size: 40px;
	font_radio: 2;
	display-radio: 1;
	text-align: center;
	margin-top: 2%;
	margin-bottom: 0px
}

#c_static_537_P_150-1721131347998 .e_scrollNumber-206 .p_plus {
	display-radio: 1;
	font-size: 16px
}

#c_static_537_P_150-1721131347998 .e_richText-208 {
	line-height: 2;
	font_radio: 2;
	display-radio: 1;
	margin-top: 0px;
	font-size: 18px;
	color: rgba(62,58,57,1);
	text-indent: 2rem
}
#c_static_537_P_150-1721131347998 .e_richText-208 img{
	max-width: 90%;
}
#c_static_537_P_150-1721131347998 .e_richText-208 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_537_P_150-1721131347998 .e_richText-208 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_537_P_150-1721131347998 .e_richText-208 li {
	display: list-item;
	text-align: -webkit-match-parent;
	list-style: inherit
}

#c_static_537_P_150-1721131347998 .e_richText-208 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_537_P_150-1721131347998 .e_text-207 {
	font_radio: 2;
	display-radio: 1;
	font-size: clamp(0.875rem, 0.844rem + 0.16vw, 1rem);
	color: #666;
	line-height: 1.8;
	text-align: center
}

#c_static_537_P_150-1721131347998 .e_button-209 {
	position: relative;
	overflow: hidden;
	box-sizing: border-box;
	border-style: solid;
	border-width: 1px;
	border-radius: 30px;
	padding: 0;
	max-width: 150px;
	max-height: none;
	line-height: 45px;
	display: block;
	width: 100%;
	text-align: center;
	transition: all ease .3s,opacity ease .8s 1.2s,transform ease .8s 1.2s;
	margin-bottom: 0px;
	background-color: #fff;
	font-size: 16px;
	font-family: Microsoft YaHei;
	border-color: var(--hmfirst);
	color: var(--hmfirst);
	background_radio: 1;
	border_radio: 1;
	font_radio: 1;
	radius_radio: 1;
	display-radio: block;
	margin-top: 25px;
	margin-left: auto;
	margin-right: auto
}

#c_static_537_P_150-1721131347998 .e_button-209 span {
	display: block;
	width: 100%;
	position: relative;
	z-index: 1;
	outline: 0;
	margin: 0px;
	overflow: hidden
}

#c_static_537_P_150-1721131347998 .e_button-209::after {
	content: "";
	position: absolute;
	width: 0;
	height: 100%;
	transition: all .3s;
	z-index: 0;
	opacity: 0;
	top: 0;
	left: 0px
}

#c_static_537_P_150-1721131347998 .e_button-209:hover::after {
	opacity: 1
}

#c_static_537_P_150-1721131347998 .e_button-209:hover {
	background: var(--hmfirst);
	color: #fff;
	border-radius: 30px;
	border-right-style: solid;
	border-right-width: 6px;
	border-right-color: var(--hmfirst);
	background-color: var(--hmfirst)
}

@media screen and (max-width:768px) {
	#c_static_537_P_150-1721131347998 .s_layout > .p_item .s_summary .p_num {
		font-size: 36px
	}

	#c_static_537_P_150-1721131347998 .s_layout > .p_item .s_summary .p_plus {
		font-size: 16px
	}

	#c_static_537_P_150-1721131347998 {
		display-radio: 1;
		padding-top: 8%;
		padding-bottom: 8%;
		background_radio: 2
	}

	#c_static_537_P_150-1721131347998 .e_container-63 {
		display-radio: 1;
		flex-direction: column;
		margin-bottom: 5%
	}

	#c_static_537_P_150-1721131347998 .e_container-63 .cbox-63-0 {
		margin-right: 0px
	}

	#c_static_537_P_150-1721131347998 .e_container-67 {
		display-radio: 1;
		flex-direction: column;
		padding-bottom: 0px;
		margin-bottom: 10%;
		background_radio: 1
	}

	#c_static_537_P_150-1721131347998 .e_container-67 .cbox-67-0 {
		padding-bottom: 0px;
		margin-bottom: 0px;
		margin-right: auto;
		margin-left: auto;
		padding-left: 0px;
		padding-right: 0px
	}

	#c_static_537_P_150-1721131347998 .e_container-63 .cbox-63-1 {
		flex: 1;
		align-self: flex-start;
		width: 100%
	}

	#c_static_537_P_150-1721131347998 .e_container-124 .cbox-124-0 {
		flex: 0 0 100%;
		margin-bottom: 0px;
		margin-top: 0px
	}

	#c_static_537_P_150-1721131347998 .e_container-124 .cbox-124-1 {
		flex: 0 0 100%;
		margin-top: 0px;
		margin-bottom: 0px
	}

	#c_static_537_P_150-1721131347998 .e_container-67 .cbox-67-1 {
		margin-left: auto;
		margin-right: auto;
		padding-left: 0px;
		padding-right: 0px
	}

	#c_static_537_P_150-1721131347998 .e_container-175 .cbox-175-0 {
		flex: 0 0 50%
	}

	#c_static_537_P_150-1721131347998 .e_container-175 .cbox-175-1 {
		flex: 0 0 50%
	}

	#c_static_537_P_150-1721131347998 .e_container-175 .cbox-175-2 {
		flex: 0 0 50%
	}

	#c_static_537_P_150-1721131347998 .e_h1-196 {
		font-size: 30px
	}

	#c_static_537_P_150-1721131347998 .e_text-197 {
		font-size: 16px
	}

	#c_static_537_P_150-1721131347998 .e_container-175 .cbox-175-3 {
		flex: 0 0 50%
	}

	#c_static_537_P_150-1721131347998 .e_container-175 .cbox-175-4 {
		flex: 0 0 100%
	}

	#c_static_537_P_150-1721131347998 .e_button-209 {
		display: block;
		position: relative;
		overflow: hidden;
		text-align: center;
		box-sizing: border-box;
		width: 130px;
		padding: 0;
		font-size: 14px;
		font-family: "0974c662-80e6-4b79-ad9b-89071f5677db";
		border-style: solid;
		border-width: 1px;
		margin-bottom: 0px;
		line-height: 40px;
		background_radio: 1;
		border_radio: 1;
		font_radio: 1;
		radius_radio: 1;
		display-radio: block;
		margin-top: 25px
	}

	#c_static_537_P_150-1721131347998 .e_richText-208 {
		font_radio: 2;
		display-radio: 1;
		font-size: 16px;
		color: rgba(46,46,46,1);
		line-height: 1.8;
		text-align: left
	}
}

@media screen and (min-width: 769px) {
}

@media screen and (max-width: 1024px) and (min-width: 769px) {
}

#c_static_001_P_33595-1737370207964 {
	min-height: 300px;
	width: 100%;
	overflow: hidden;
	display-radio: 1;
	background-fill-value: background-image;
	background-image: url(https://omo-oss-image1.thefastimg.com/portal-saas/pg2024112918265872073/cms/image/fe8f9995-2461-4b2d-95d8-c982b8c5d8f3.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	padding-bottom: 5%;
	background-size: cover;
	background-attachment: fixed;
	padding-top: 5%;
	background_radio: 2
}

#c_static_001_P_33595-1737370207964 .e_loopFocus-4 .p_list {
	display: flex;
	flex-wrap: wrap
}

#c_static_001_P_33595-1737370207964 .e_loopFocus-4 .p_loopItem {
	position: relative;
	flex: 0 0 100%
}

#c_static_001_P_33595-1737370207964 .e_loopFocus-4 .p_page {
	text-align: center
}

#c_static_001_P_33595-1737370207964 .e_loopFocus-4 .p_leftData {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px
}

#c_static_001_P_33595-1737370207964 .e_loopFocus-4 .p_left {
	flex: 0 0 60%;
	display: flex;
	flex-wrap: wrap;
	padding: 15px
}

#c_static_001_P_33595-1737370207964 .e_loopFocus-4 .p_focusItem {
	height: 100%;
	flex: 1;
	padding: 0;
	background: #fff;
	margin: 0 15px;
	border-right: 0px #ddd solid
}

#c_static_001_P_33595-1737370207964 .e_loopFocus-4 .p_focusItem:last-child {
	border: none;
	background: url(https://omo-oss-image.thefastimg.com/portal-saas/pg2024112918265872073/cms/image/6b5ef6b4-4102-40c5-8db0-5c84686349dc.jpg) no-repeat;
	background-size: 100% 100%
}

#c_static_001_P_33595-1737370207964 .e_loopFocus-4 .p_right {
	flex: 0 0 40%;
	padding: 15px;
	padding-left: 0
}

#c_static_001_P_33595-1737370207964 .e_loopFocus-4 .p_nodata {
	min-height: 200px
}

#c_static_001_P_33595-1737370207964 .e_loopFocus-4 {
	margin-left: auto;
	padding-top: 0px;
	display-radio: 1;
	width: 90%;
	max-width: 1600px;
	margin-right: auto
}

#c_static_001_P_33595-1737370207964 .e_image-5 {
	overflow: hidden;
	height: 300px;
	display-radio: 1
}

#c_static_001_P_33595-1737370207964 .e_image-5 img {
	width: 100%;
	height: 100%;
	object-fit: cover
}

#c_static_001_P_33595-1737370207964 .e_h3-6 {
	font_radio: 2;
	margin: 0;
	padding: 10px 0;
	display-radio: 1
}

#c_static_001_P_33595-1737370207964 .e_h3-6 a {
	display: -webkit-box;
	line-height: 1.6;
	font-size: 18px;
	color: #333;
	display-radio: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden
}

#c_static_001_P_33595-1737370207964 .e_text-7 {
	font_radio: 1;
	display-radio: 1
}

#c_static_001_P_33595-1737370207964 .e_text-7 a {
	line-height: 1.8;
	font-size: 15px;
	color: #b0b3b6;
	font_radio: 2;
	display-radio: -webkit-box;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden
}

#c_static_001_P_33595-1737370207964 .e_container-8 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%;
	display-radio: flex;
	height: 100%;
	background: #fff;
	align-items: center;
	padding: 5px;
	border-bottom: 1px #ddd solid;
	transition: all 0.5s;
	background_radio: 2;
	background-color: rgba(255,255,255,0.8);
	padding-top: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-right: 0px
}

#c_static_001_P_33595-1737370207964 .e_container-8 > .p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%;
	padding: 15px
}

#c_static_001_P_33595-1737370207964 .e_container-8 > .p_item.cbox-8-0 {
	flex: 0 0 40%;
	text-align: center;
	border-right: 0px #ddd solid
}

#c_static_001_P_33595-1737370207964 .e_container-8 .p_item {
	display-radio: 1
}

#c_static_001_P_33595-1737370207964 .e_h3-11 {
	margin: 0;
	padding-bottom: 0px;
	font_radio: 2;
	display-radio: -webkit-box;
	font-size: 16px;
	-webkit-line-clamp: 1;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin-bottom: 10px
}

#c_static_001_P_33595-1737370207964 .e_h3-11  a {
	line-height: 1.6;
	font-size: 18px;
	color: #333;
	font_radio: 1;
	display-radio: -webkit-box;
	-webkit-line-clamp: 1;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden
}

#c_static_001_P_33595-1737370207964 .e_text-12 {
}

#c_static_001_P_33595-1737370207964 .e_text-12 a {
	line-height: 1.8;
	font-size: 15px;
	color: #b0b3b6;
	font_radio: 2;
	display-radio: -webkit-box;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin-top: 2%
}

#c_static_001_P_33595-1737370207964 .e_h3-15 {
	margin: 0;
	padding: 10px 0;
	font_radio: 2;
	display-radio: -webkit-box;
	font-size: 16px;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	padding-bottom: 0px;
	margin-bottom: 10px
}

#c_static_001_P_33595-1737370207964 .e_h3-15 a {
	display: -webkit-box;
	line-height: 1.6;
	font-size: 18px;
	color: #111111;
	display-radio: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden
}

#c_static_001_P_33595-1737370207964 .e_text-16 {
	font_radio: 1;
	display-radio: 1
}

#c_static_001_P_33595-1737370207964 .e_text-16 a {
	line-height: 1.8;
	font-size: 15px;
	color: #b0b3b6;
	font_radio: 2;
	display-radio: -webkit-box;
	-webkit-line-clamp: 3;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin-top: 5%
}

#c_static_001_P_33595-1737370207964 .e_loopFocus-4 .p_loopItem:hover .e_container-8 {
	background: var(--c)
}

#c_static_001_P_33595-1737370207964 .e_loopFocus-4 .p_loopItem:hover  .e_h3-11 a {
	color: #fff
}

#c_static_001_P_33595-1737370207964 .e_loopFocus-4 .p_loopItem:hover .e_icon-42 .icon path {
	fill: #fff
}

#c_static_001_P_33595-1737370207964  .e_loopFocus-4 .p_loopItem:hover .e_text-12 a {
	color: #fff
}

#c_static_001_P_33595-1737370207964 .e_loopFocus-4 .p_focusItem .s_img img {
	transition: all 0.5s
}

#c_static_001_P_33595-1737370207964 .e_loopFocus-4 .p_focusItem:hover .s_img img {
	transform: scale(1.1)
}

#c_static_001_P_33595-1737370207964 .e_loopFocus-4 .p_focusItem:hover .e_h3-15 a {
	color: var(--c)
}

#c_static_001_P_33595-1737370207964 .e_loopFocus-4 .p_focusItem:hover .e_h3-6 a {
	color: var(--c)
}

#c_static_001_P_33595-1737370207964 .e_image-28 {
	overflow: hidden;
	display-radio: 1
}

#c_static_001_P_33595-1737370207964 .e_image-28 img {
	width: 100%;
	height: 100%;
	object-fit: cover
}

#c_static_001_P_33595-1737370207964 .e_container-8 .cbox-8-0 {
	flex: 0 0 30%
}

#c_static_001_P_33595-1737370207964 .e_timeFormat-29 {
	line-height: 1.6;
	font-size: 16px;
	color: rgba(171,171,171,1);
	font_radio: 2;
	display-radio: 1;
	text-align: right
}

#c_static_001_P_33595-1737370207964 .e_container-31 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%;
	background_radio: 1;
	display-radio: flex;
	padding-top: 0px
}

#c_static_001_P_33595-1737370207964 .e_container-31 > .p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%
}

#c_static_001_P_33595-1737370207964 .e_loop_sub-32 {
	display: flex;
	flex-wrap: wrap;
	display-radio: flex
}

#c_static_001_P_33595-1737370207964 .e_loop_sub-32 .p_loopItem {
	position: relative;
	flex: 0 0 33.3%
}

#c_static_001_P_33595-1737370207964 .e_text-33 {
	line-height: normal;
	font_radio: 2;
	display-radio: 1;
	color: var(--c);
	font-size: 16px
}

#c_static_001_P_33595-1737370207964 .e_button-34 {
	position: relative;
	overflow: hidden;
	box-sizing: border-box;
	border-style: solid;
	border-width: 0px;
	border-radius: 30px;
	padding: 0;
	max-width: 140px;
	max-height: none;
	line-height: 45px;
	display: block;
	width: 100%;
	text-align: center;
	transition: all ease .3s,opacity ease .8s 1.2s,transform ease .8s 1.2s;
	margin-bottom: 30px;
	background-color: var(--c);
	font-size: 14px;
	font-family: Microsoft YaHei;
	border-right-style: solid;
	border-right-width: 0px;
	border-right-color: #484848;
	color: #fff;
	border-color: var(--c);
	background_radio: 1;
	border_radio: 1;
	font_radio: 1;
	radius_radio: 1;
	display-radio: block;
	margin-top: 30%;
	margin-left: 0px;
	margin-right: auto;
	height: 45px
}

#c_static_001_P_33595-1737370207964 .e_button-34 svg {
	width: 40px;
	height: 40px
}

#c_static_001_P_33595-1737370207964 .e_button-34 span {
	display: block;
	width: 100%;
	position: relative;
	z-index: 1;
	outline: 0;
	margin: 0px;
	overflow: hidden
}

#c_static_001_P_33595-1737370207964 .e_button-34::after {
	content: "";
	position: absolute;
	width: 0;
	height: 100%;
	transition: all .3s;
	z-index: 0;
	opacity: 0;
	top: 0;
	left: 0px
}

#c_static_001_P_33595-1737370207964 .e_button-34:hover::after {
	opacity: 1
}

#c_static_001_P_33595-1737370207964 .e_loopFocus-4 .p_focusItem:hover .e_button-34 {
	color: #fff;
	border-radius: 30px;
	border-right-style: solid;
	border-right-width: 0px;
	border-right-color: var(--c);
	background-color: var(--c);
	border-color: var(--c)
}

#c_static_001_P_33595-1737370207964 .e_container-35 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%;
	background_radio: 1;
	display-radio: flex;
	margin-top: 15px;
	padding-top: 0px
}

#c_static_001_P_33595-1737370207964 .e_container-35 > .p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%
}

#c_static_001_P_33595-1737370207964 .e_loop_sub-36 {
	display: flex;
	flex-wrap: wrap;
	display-radio: flex
}

#c_static_001_P_33595-1737370207964 .e_loop_sub-36 .p_loopItem {
	position: relative;
	flex: 0 0 33.3%
}

#c_static_001_P_33595-1737370207964 .e_text-37 {
	line-height: normal;
	font_radio: 2;
	display-radio: 1;
	color: var(--c);
	font-size: 16px
}

#c_static_001_P_33595-1737370207964 .e_timeFormat-38 {
	line-height: 1.6;
	font-size: 16px;
	color: rgba(171,171,171,1);
	font_radio: 2;
	display-radio: 1;
	text-align: right
}

#c_static_001_P_33595-1737370207964 .e_container-39 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%;
	background_radio: 1;
	display-radio: flex;
	padding-top: 4%;
	padding-left: 6%;
	padding-bottom: 8%;
	padding-right: 6%
}

#c_static_001_P_33595-1737370207964 .e_container-39 > .p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%
}

#c_static_001_P_33595-1737370207964 .e_container-41 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%;
	background_radio: 1;
	display-radio: flex;
	padding-top: 10%;
	padding-left: 6%;
	padding-right: 6%
}

#c_static_001_P_33595-1737370207964 .e_container-41 > .p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%
}

#c_static_001_P_33595-1737370207964 .e_icon-42 {
	width: 30px;
	height: 30px;
	font_radio: 2;
	display-radio: 1;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	color: rgba(137,137,137,1)
}

#c_static_001_P_33595-1737370207964 .e_icon-42 .icon {
	margin: 0;
	width: 100%;
	height: 100%;
	fill: currentColor
}

#c_static_001_P_33595-1737370207964 .e_container-43 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%;
	background_radio: 1;
	display-radio: flex;
	margin-top: 0px
}

#c_static_001_P_33595-1737370207964 .e_container-43 > .p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%;
	text-align: left
}

#c_static_001_P_33595-1737370207964 .e_h1-44 {
	font-size: 2.4rem;
	font-family: "saf-Pop-Regular";
	color: #333;
	padding: 0 0 10px;
	font_radio: 2;
	display-radio: 1;
	margin-bottom: 0px;
	padding-bottom: 0px;
	text-align: center;
	font-weight: normal
}

#c_static_001_P_33595-1737370207964 .e_text-45 {
	line-height: 1.6;
	font_radio: 2;
	font-size: 20px;
	font-family: "Times New Roman";
	text-transform: uppercase;
	display-radio: 1;
	text-align: center;
	margin-top: 5px
}

#c_static_001_P_33595-1737370207964 .e_line-46 {
	line_radio: 2;
	display-radio: 1;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: var(--bc);
	max-width: 80px;
	margin-left: auto;
	min-height: 5px;
	padding-bottom: 0px;
	padding-top: 0px;
	margin-bottom: 15px;
	margin-top: 20px;
	height: 5px;
	margin-right: auto
}

#c_static_001_P_33595-1737370207964 .e_button-47 {
	position: relative;
	overflow: hidden;
	box-sizing: border-box;
	border-style: solid;
	border-width: 1px;
	border-radius: 30px;
	padding: 0;
	max-width: 150px;
	max-height: none;
	line-height: 45px;
	display: block;
	width: 100%;
	text-align: center;
	transition: all ease .3s,opacity ease .8s 1.2s,transform ease .8s 1.2s;
	margin-bottom: 0px;
	background-color: #fff;
	font-size: 16px;
	font-family: Microsoft YaHei;
	border-color: var(--hmfirst);
	color: var(--hmfirst);
	background_radio: 1;
	border_radio: 1;
	font_radio: 1;
	radius_radio: 1;
	display-radio: block;
	margin-top: 25px;
	margin-left: auto;
	margin-right: auto
}

#c_static_001_P_33595-1737370207964 .e_button-47 span {
	display: block;
	width: 100%;
	position: relative;
	z-index: 1;
	outline: 0;
	margin: 0px;
	overflow: hidden
}

#c_static_001_P_33595-1737370207964 .e_button-47::after {
	content: "";
	position: absolute;
	width: 0;
	height: 100%;
	transition: all .3s;
	z-index: 0;
	opacity: 0;
	top: 0;
	left: 0px
}

#c_static_001_P_33595-1737370207964 .e_button-47:hover::after {
	opacity: 1
}

#c_static_001_P_33595-1737370207964 .e_button-47:hover {
	background: var(--hmfirst);
	color: #fff;
	border-radius: 30px;
	border-right-style: solid;
	border-right-width: 6px;
	border-right-color: var(--hmfirst);
	background-color: var(--hmfirst)
}

@media screen and (max-width:768px) {
	#c_static_001_P_33595-1737370207964 .e_loop_sub-36 .p_loopItem {
		flex-grow: 0;
		flex-shrink: 0;
		flex-basis: calc(100% / 1)
	}

	#c_static_001_P_33595-1737370207964 .e_loopFocus-4 .p_leftData {
		display: block
	}

	#c_static_001_P_33595-1737370207964 .e_loopFocus-4 .p_focusItem {
		height: 100%;
		flex: auto;
		padding: 15px;
		background: #fff;
		border-bottom: 1px #ddd solid
	}

	#c_static_001_P_33595-1737370207964 {
		display-radio: 1;
		padding-top: 8%;
		padding-bottom: 8%
	}

	#c_static_001_P_33595-1737370207964 .e_h3-15 {
		font_radio: 1;
		display-radio: 1
	}

	#c_static_001_P_33595-1737370207964 .e_image-5 {
		overflow: hidden;
		height: 200px
	}

	#c_static_001_P_33595-1737370207964 .e_container-8 > .p_item.cbox-8-0 {
		flex: 0 0 100px;
		text-align: center;
		border-right: 1px #ddd solid;
		display: none
	}

	#c_static_001_P_33595-1737370207964 .e_h3-6 a {
		font-size: 16px;
		color: #333;
		font-weight: bold
	}

	#c_static_001_P_33595-1737370207964 .e_h3-15 a {
		font-size: 16px;
		color: #333;
		font-weight: bold
	}

	#c_static_001_P_33595-1737370207964 .e_h3-11 a {
		font-size: 16px;
		color: #333;
		font-weight: bold
	}

	#c_static_001_P_33595-1737370207964 .e_image-28 {
		overflow: hidden;
		height: 200px
	}

	#c_static_001_P_33595-1737370207964 .e_button-34 {
		display: block;
		position: relative;
		overflow: hidden;
		text-align: center;
		box-sizing: border-box;
		width: 130px;
		padding: 0;
		font-size: 14px;
		font-family: "0974c662-80e6-4b79-ad9b-89071f5677db";
		border-color: rgba(31,34,58,1);
		border-style: solid;
		border-width: 0px;
		margin-top: 7%;
		margin-bottom: 10%;
		line-height: 40px
	}

	#c_static_001_P_33595-1737370207964 .e_loop_sub-32 .p_loopItem {
		flex-grow: 0;
		flex-shrink: 0;
		flex-basis: calc(100% / 1)
	}

	#c_static_001_P_33595-1737370207964 .e_loopFocus-4 .p_focusItem {
		margin: 0 0;
		margin-bottom: 25px
	}

	#c_static_001_P_33595-1737370207964 .e_button-34 {
		margin-top: 30%
	}

	#c_static_001_P_33595-1737370207964 .e_loopFocus-4 .p_right {
		padding: 0 15px
	}

	#c_static_001_P_33595-1737370207964 .e_loopFocus-4 .p_left {
		padding-bottom: 0
	}

	#c_static_001_P_33595-1737370207964 .e_h3-11 a {
		line-height: 1.6;
		font-size: 16px;
		color: #333;
		font_radio: 1;
		display-radio: -webkit-box;
		-webkit-line-clamp: 2;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		overflow: hidden
	}

	#c_static_001_P_33595-1737370207964 .e_h1-44 {
		font-size: 30px
	}

	#c_static_001_P_33595-1737370207964 .e_text-45 {
		font-size: 16px
	}

	#c_static_001_P_33595-1737370207964 .e_button-47 {
		display: block;
		position: relative;
		overflow: hidden;
		text-align: center;
		box-sizing: border-box;
		width: 130px;
		padding: 0;
		font-size: 14px;
		font-family: "0974c662-80e6-4b79-ad9b-89071f5677db";
		border-style: solid;
		border-width: 1px;
		margin-bottom: 0px;
		line-height: 40px;
		background_radio: 1;
		border_radio: 1;
		font_radio: 1;
		radius_radio: 1;
		display-radio: block;
		margin-top: 25px
	}
}

@media screen and (min-width: 769px) {
	#c_static_001_P_33595-1737370207964 .e_loop_sub-36 .p_loopItem {
		flex-grow: 0;
		flex-shrink: 0;
		flex-basis: calc(100% / 1)
	}

	#c_static_001_P_33595-1737370207964 .e_loop_sub-32 .p_loopItem {
		flex-grow: 0;
		flex-shrink: 0;
		flex-basis: calc(100% / 1)
	}
}

@media screen and (max-width: 1024px) and (min-width: 769px) {
}

#c_static_001_P_41398-1727253413898 {
	min-height: 300px;
	background: #fff;
	background_radio: 2;
	display-radio: 1;
	background-fill-value: background-image;
	background-image: url(https://omo-oss-image1.thefastimg.com/portal-saas/pg2024112918265872073/cms/image/94c37c18-5fbd-4671-bf23-417e4fbff99c.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-attachment: fixed;
	background-size: 100% 100%;
	padding-top: 4%;
	padding-bottom: 4%
}

#c_static_001_P_41398-1727253413898 .e_loop-27 {
	width: 100%;
	max-width: var(--bw);
	margin: 0 auto;
	padding: 0 15px
}

#c_static_001_P_41398-1727253413898 .e_loop-27 .p_list {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	max-width: 100%;
	padding: 50px 0 80px;
	counter-reset: figure
}

#c_static_001_P_41398-1727253413898 .e_loop-27 .p_list:before {
	content: "";
	display: block;
	width: 1px;
	height: 100%;
	background: #ddd;
	position: absolute;
	left: 50%;
	top: 0;
	z-index: 0;
	transform: translate(-50%,0)
}

#c_static_001_P_41398-1727253413898 .e_loop-27 .p_loopitem {
	flex: 0 0 33.3%;
	position: relative
}

#c_static_001_P_41398-1727253413898 .e_loop-27 .p_loopitem:before {
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: var(--c);
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	z-index: 3
}

#c_static_001_P_41398-1727253413898 .e_loop-27 .p_loopitem:after {
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	border: 1px var(--c) solid;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	z-index: 3
}

#c_static_001_P_41398-1727253413898 .e_loop-27 .p_page {
	text-align: center
}

#c_static_001_P_41398-1727253413898 .e_loop-27 .p_loopitem:nth-child(2n) .e_container-28 {
	margin-left: auto
}

#c_static_001_P_41398-1727253413898 .e_container-28 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: calc(50% - 30px);
	height: 100%;
	border: 1px #ddd solid;
	background: #fff;
	border-radius: 10px;
	background_radio: 2;
	display-radio: flex;
	background-color: #fff
}

#c_static_001_P_41398-1727253413898 .e_container-28 > .p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%;
	padding: 20px 15px 0px 25px
}

#c_static_001_P_41398-1727253413898 .e_container-28 > .p_item:before {
	counter-increment: figure;
	content: counter(figure, decimal-leading-zero);
	display: none;
	width: 60px;
	height: 60px;
	border: 1px var(--c) solid;
	border-radius: 50%;
	align-items: center;
	justify-content: center;
	font-size: 30px;
	color: var(--c);
	position: absolute;
	left: 30px;
	top: 50px;
	font-family: impact
}

#c_static_001_P_41398-1727253413898 .e_h3-29 {
	font-size: 24px;
	color: var(--c)
}

#c_static_001_P_41398-1727253413898 .e_richText-30 {
	text-align: justify;
	line-height: 1.6;
	font-size: 16px;
	color: #666;
	font_radio: 2;
	display-radio: 1
}

#c_static_001_P_41398-1727253413898 .e_richText-31 {
	text-align: justify;
	line-height: 1.6;
	font-size: 24px;
	color: var(--c);
	font_radio: 2;
	display-radio: 1
}

#c_static_001_P_41398-1727253413898 .e_container-32 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%;
	background_radio: 1;
	display-radio: flex;
	margin-top: 0px
}

#c_static_001_P_41398-1727253413898 .e_container-32 > .p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%;
	text-align: left
}

#c_static_001_P_41398-1727253413898 .e_h1-33 {
	font-size: 2.4rem;
	font-family: "saf-Pop-Regular";
	color: #333;
	padding: 0 0 10px;
	font_radio: 2;
	display-radio: 1;
	margin-bottom: 0px;
	padding-bottom: 0px;
	text-align: center;
	font-weight: normal
}

#c_static_001_P_41398-1727253413898 .e_text-34 {
	line-height: 1.6;
	font_radio: 2;
	font-size: 20px;
	font-family: "Times New Roman";
	text-transform: uppercase;
	display-radio: 1;
	text-align: center;
	margin-top: 5px
}

#c_static_001_P_41398-1727253413898 .e_line-35 {
	line_radio: 2;
	display-radio: 1;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: var(--bc);
	max-width: 80px;
	margin-left: auto;
	min-height: 5px;
	padding-bottom: 0px;
	padding-top: 0px;
	margin-bottom: 15px;
	margin-top: 20px;
	height: 5px;
	margin-right: auto
}

#c_static_001_P_41398-1727253413898 .e_image-36 {
	overflow: hidden;
	display-radio: 1;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
	margin-bottom: 20px;
	aspect-ratio: 4/3
}

#c_static_001_P_41398-1727253413898 .e_image-36 img {
	width: 100%;
	height: 100%;
	object-fit: cover
}

#c_static_001_P_41398-1727253413898 .e_container-37 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%;
	background_radio: 1;
	display-radio: flex
}

#c_static_001_P_41398-1727253413898 .e_container-37 > .p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%
}

#c_static_001_P_41398-1727253413898 .e_container-37 .cbox-37-0 {
	flex: 0 0 40%;
	margin-right: 5%
}

#c_static_001_P_41398-1727253413898 .e_container-37 .cbox-37-1 {
	align-self: center
}

@media screen and (max-width:768px) {
	#c_static_001_P_41398-1727253413898 {
		padding: 50px 15px;
		background_radio: 2;
		display-radio: 1;
		padding-top: 8%;
		padding-bottom: 8%
	}

	#c_static_001_P_41398-1727253413898 .e_loop-27 .p_loopitem {
		flex-grow: 0;
		flex-shrink: 0;
		flex-basis: calc(100% / 1);
		padding: 15px 0
	}

	#c_static_001_P_41398-1727253413898 .e_loop-27 .p_loopitem:before,.e_loop-27 .p_loopitem:after {
		display: none
	}

	#c_static_001_P_41398-1727253413898 .e_container-28 {
		width: 100%
	}

	#c_static_001_P_41398-1727253413898 .e_container-28 > .p_item {
		padding: 20px
	}

	#c_static_001_P_41398-1727253413898 .e_container-28 > .p_item:before {
		zoom: 0.8;
		left: 20px;
		top: 40px;
		display: none
	}

	#c_static_001_P_41398-1727253413898 .e_h1-33 {
		font-size: 30px
	}

	#c_static_001_P_41398-1727253413898 .e_text-34 {
		font-size: 16px
	}

	#c_static_001_P_41398-1727253413898 .e_loop-27 .p_loopitem:after {
		content: "";
		display: block;
		width: 20px;
		height: 20px;
		border-radius: 50%;
		border: 1px var(--c) solid;
		position: absolute;
		left: 50%;
		top: 0;
		transform: translate(-50%, -50%);
		z-index: 3
	}

	#c_static_001_P_41398-1727253413898 .e_loop-27 {
		display-radio: 1
	}

	#c_static_001_P_41398-1727253413898 .e_container-37 {
		display: flex;
		flex-wrap: wrap;
		flex-direction: column;
		width: 100%
	}

	#c_static_001_P_41398-1727253413898 .e_container-37 .cbox-37-0 {
		flex: 0 0 100%;
		margin-right: 0
	}
}

@media screen and (min-width: 769px) {
	#c_static_001_P_41398-1727253413898 .e_loop-27 .p_loopitem {
		flex-grow: 0;
		flex-shrink: 0;
		flex-basis: calc(100% / 1)
	}
}

#c_static_368_P_035-1729501825032 {
	min-height: 300px
}

#c_static_368_P_035-1729501825032 .e_container-1 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%;
	background-fill-value: background-image;
	background-image: url(https://omo-oss-image1.thefastimg.com/portal-saas/pg2024112918265872073/cms/image/d507be35-ae2d-4f25-aca3-91fa5b4cf3a4.jpg);
	background-repeat: no-repeat;
	margin-top: 0px;
	padding-top: 10%;
	padding-left: 5%;
	padding-bottom: 10%;
	padding-right: 5%;
	display-radio: flex;
	background-size: 100% 100%;
	background-position: top center;
	background-attachment: fixed;
	background_radio: 2
}

#c_static_368_P_035-1729501825032 .e_container-1 > .p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%;
	overflow-y: auto
}

#c_static_368_P_035-1729501825032 .e_container-2 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: auto;
	max-width: 900px;
	margin-right: 0px;
	margin-left: auto;
	background-color: rgba(0,0,0,0.4);
	padding-top: 3%;
	padding-left: 3%;
	padding-bottom: 3%;
	padding-right: 3%
}

#c_static_368_P_035-1729501825032 .e_container-2 > .p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%;
	overflow-y: auto
}

#c_static_368_P_035-1729501825032 .e_text-5 {
	font_radio: 2;
	font-size: 16px;
	font-family: Microsoft YaHei;
	color: rgba(255,255,255,1);
	margin-top: 10px;
	line-height: 1.6
}

#c_static_368_P_035-1729501825032 .e_text-19 {
	font_radio: 2;
	font-size: 16px;
	font-family: Microsoft YaHei;
	color: rgba(255,255,255,1);
	margin-top: 10px;
	line-height: 1.6
}

#c_static_368_P_035-1729501825032 .e_text-20 {
	font_radio: 2;
	font-size: 16px;
	font-family: Microsoft YaHei;
	color: rgba(255,255,255,1);
	margin-top: 10px;
	line-height: 1.6
}

#c_static_368_P_035-1729501825032 .e_text-21 {
	line-height: normal;
	font_radio: 2;
	display-radio: 1;
	max-width: none;
	margin-left: auto;
	margin-right: auto;
	font-size: 40px;
	font-weight: normal;
	color: rgba(255,255,255,1);
	text-align: left;
	width: auto;
	margin-bottom: 0px;
	font-family: "Times New Roman"
}

#c_static_368_P_035-1729501825032 .e_text-22 {
	line-height: 1.6;
	font_radio: 2;
	font-size: 24px;
	color: rgba(255,255,255,1);
	font-family: "Times New Roman";
	text-transform: uppercase;
	display-radio: 1
}

#c_static_368_P_035-1729501825032 .e_html-23 {
	min-height: 0px;
	background_radio: 1;
	display-radio: 1;
	margin-top: 0px;
	margin-bottom: 15px
}

#c_static_368_P_035-1729501825032 .yx_flexJC {
	-webkit-box-pack: left;
	-ms-flex-pack: left;
	-webkit-justify-content: left;
	justify-content: left
}

#c_static_368_P_035-1729501825032 .yx_InLine p span:nth-child(1) {
	width: 6px;
	background: #fff;
	animation: fa_span01_ani 1.2s linear infinite alternate
}

#c_static_368_P_035-1729501825032 .yx_InLine p span:nth-child(2) {
	width: 48px;
	background: #fff;
	animation: fa_span02_ani 1.2s linear infinite alternate
}

#c_static_368_P_035-1729501825032 .e_text-28 {
	font_radio: 2;
	font-size: 24px;
	font-family: "Times New Roman";
	color: rgba(255,255,255,1);
	margin-top: 10px;
	line-height: 1.6;
	display-radio: 1
}

#c_static_368_P_035-1729501825032 .e_text-29 {
	font_radio: 2;
	font-size: 24px;
	font-family: "Times New Roman";
	color: rgba(255,255,255,1);
	margin-top: 10px;
	line-height: 1.6;
	display-radio: 1
}

#c_static_368_P_035-1729501825032 .e_text-30 {
	font_radio: 2;
	font-size: 24px;
	font-family: "Times New Roman";
	color: rgba(255,255,255,1);
	margin-top: 10px;
	line-height: 1.6;
	display-radio: 1
}

#c_static_368_P_035-1729501825032 .e_text-34 {
	font_radio: 2;
	font-size: 24px;
	font-family: "Times New Roman";
	color: rgba(255,255,255,1);
	margin-top: 10px;
	line-height: 1.6;
	display-radio: 1
}

#c_static_368_P_035-1729501825032 .e_text-35 {
	font_radio: 2;
	font-size: 16px;
	font-family: Microsoft YaHei;
	color: rgba(255,255,255,1);
	margin-top: 10px;
	line-height: 1.6
}

@media screen and (max-width:768px) {
	#c_static_368_P_035-1729501825032 .e_container-2 {
		display: flex;
		flex-wrap: wrap;
		flex-direction: row;
		width: auto;
		max-width: 900px;
		margin-right: 0px;
		margin-left: auto;
		padding-top: 5%;
		padding-left: 5%;
		padding-bottom: 5%;
		padding-right: 5%;
		background-color: rgba(0,0,0,0.4)
	}

	#c_static_368_P_035-1729501825032 .e_text-21 {
		font-size: 24px;
		width: 100%;
		padding: 0;
		font_radio: 2;
		display-radio: 1;
		text-align: left
	}

	#c_static_368_P_035-1729501825032 .e_text-22 {
		font-size: 16px
	}

	#c_static_368_P_035-1729501825032 .e_html-23 {
		background_radio: 1;
		display-radio: 1
	}

	#c_static_368_P_035-1729501825032 {
		display-radio: 1
	}

	#c_static_368_P_035-1729501825032 .e_text-5 {
		font_radio: 1;
		display-radio: 1
	}

	#c_static_368_P_035-1729501825032 .e_text-19 {
		font_radio: 1;
		display-radio: 1
	}

	#c_static_368_P_035-1729501825032 .e_text-28 {
		font_radio: 1;
		display-radio: 1
	}

	#c_static_368_P_035-1729501825032 .e_text-29 {
		font_radio: 1;
		display-radio: 1
	}

	#c_static_368_P_035-1729501825032 .e_text-30 {
		font_radio: 1;
		display-radio: 1
	}

	#c_static_368_P_035-1729501825032 .e_text-34 {
		font_radio: 1;
		display-radio: 1
	}
}

@media screen and (min-width: 769px) {
}

@media screen and (max-width: 1024px) and (min-width: 769px) {
}

#c_effect_022_P_307-1721132433168 {
	width: 100%;
	padding: 120px 0 100px;
	background: url(https://omo-oss-image.thefastimg.com/portal-saas/pg2024112918265872073/cms/image/668ac2cc-0dd7-4204-9bf5-110a774e54d1.jpg) center no-repeat;
	background_radio: 2;
	display-radio: 1;
	background-fill-value: background-image;
	padding-top: 4%;
	padding-bottom: 4%;
	background-image: url(https://omo-oss-image1.thefastimg.com/portal-saas/pg2024112918265872073/cms/image/5fe5b804-93e4-4586-a8c8-6e51215260ce.jpg)
}

#c_effect_022_P_307-1721132433168 .e_container-1 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 90%;
	max-width: 1600px;
	margin-left: auto;
	margin-right: auto;
	padding-right: 0px;
	min-height: 0px;
	display-radio: flex;
	background_radio: 1;
	padding-left: 0px
}

#c_effect_022_P_307-1721132433168 .e_container-1 > .p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%
}

#c_effect_022_P_307-1721132433168 .e_loop-6 .p_list {
	display: flex;
	flex-wrap: wrap;
	position: relative
}

#c_effect_022_P_307-1721132433168 .e_loop-6 .p_loopitem {
	flex: 0 0 33.3%;
	position: relative
}

#c_effect_022_P_307-1721132433168 .e_loop-6 .p_page {
	text-align: center
}

#c_effect_022_P_307-1721132433168 .e_container-7 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%;
	cursor: pointer;
	transition: all ease .8s;
	display-radio: flex;
	border: 1px #ddd solid;
	background: #fff;
	height: 100%
}

#c_effect_022_P_307-1721132433168 .e_container-7 > .p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%
}

#c_effect_022_P_307-1721132433168 .e_text-10 {
	line-height: 1.5;
	font_radio: 2;
	font-size: 16px;
	color: #666;
	padding: 15px;
	text-align: center;
	transition: all ease .5s;
	display-radio: 1
}

#c_effect_022_P_307-1721132433168 .e_container-7 a {
	pointer-events: none
}

#c_effect_022_P_307-1721132433168 #bigimghnre {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: 100vh;
	max-height: 1000px;
	z-index: 11;
	opacity: 0;
	visibility: hidden;
	transition: all ease .3s
}

#c_effect_022_P_307-1721132433168 #bigimghnre img {
	height: 100%;
	margin: 0 auto;
	display: block
}

#c_effect_022_P_307-1721132433168 #bigimghnre .black {
	background: rgb(0 0 0 / .6);
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	cursor: pointer;
	transition: all ease .5s
}

#c_effect_022_P_307-1721132433168 #bigimghnre .black:hover {
	background: rgb(0 0 0 / .8)
}

#c_effect_022_P_307-1721132433168 #bigimghnre.in {
	opacity: 1;
	visibility: visible;
	transition: all ease .5s
}

#c_effect_022_P_307-1721132433168 .zhezi {
	position: absolute;
	margin-top: 0;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	overflow-y: auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin: 0 auto;
	max-height: 80vh;
	height: 100%
}

#c_effect_022_P_307-1721132433168 .zhezi .xx {
	position: fixed;
	width: 32px;
	right: 0;
	top: 0;
	z-index: 2;
	background: rgb(0 0 0 / 50%)
}

#c_effect_022_P_307-1721132433168 .zhezi .xx img {
	width: 32px !important;
	cursor: pointer
}

#c_effect_022_P_307-1721132433168 .zhezi::-webkit-scrollbar {
	width: 0px
}

#c_effect_022_P_307-1721132433168 .kzbianju .swiper-container {
	padding: 0 10px
}

#c_effect_022_P_307-1721132433168 .kzbianju {
	margin: 0 -10px;
	width: auto !important
}

#c_effect_022_P_307-1721132433168 .e_image-8 {
	overflow: hidden;
	margin-left: 0px;
	aspect-ratio: 3/2;
	border-bottom: 1px #ddd solid
}

#c_effect_022_P_307-1721132433168 .e_image-8 img {
	width: 100%;
	height: 100%;
	object-fit: contain
}

#c_effect_022_P_307-1721132433168 .e_container-20 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%;
	background_radio: 1;
	display-radio: flex;
	margin-top: 0px;
	margin-bottom: 25px
}

#c_effect_022_P_307-1721132433168 .e_container-20 > .p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%;
	text-align: left
}

#c_effect_022_P_307-1721132433168 .e_h1-21 {
	font-size: 2.4rem;
	font-family: "saf-Pop-Regular";
	color: #333;
	padding: 0 0 10px;
	font_radio: 2;
	display-radio: 1;
	margin-bottom: 0px;
	padding-bottom: 0px;
	text-align: center;
	font-weight: normal
}

#c_effect_022_P_307-1721132433168 .e_text-22 {
	line-height: 1.6;
	font_radio: 2;
	font-size: 20px;
	font-family: "Times New Roman";
	text-transform: uppercase;
	display-radio: 1;
	text-align: center;
	margin-top: 5px
}

#c_effect_022_P_307-1721132433168 .e_line-23 {
	line_radio: 2;
	display-radio: 1;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: var(--bc);
	max-width: 80px;
	margin-left: auto;
	min-height: 5px;
	padding-bottom: 0px;
	padding-top: 0px;
	margin-bottom: 15px;
	margin-top: 20px;
	height: 5px;
	margin-right: auto
}

#c_effect_022_P_307-1721132433168 .e_button-24 {
	position: relative;
	overflow: hidden;
	box-sizing: border-box;
	border-style: solid;
	border-width: 1px;
	border-radius: 30px;
	padding: 0;
	max-width: 150px;
	max-height: none;
	line-height: 45px;
	display: block;
	width: 100%;
	text-align: center;
	transition: all ease .3s,opacity ease .8s 1.2s,transform ease .8s 1.2s;
	margin-bottom: 0px;
	background-color: #fff;
	font-size: 16px;
	font-family: Microsoft YaHei;
	border-color: var(--hmfirst);
	color: var(--hmfirst);
	background_radio: 1;
	border_radio: 1;
	font_radio: 1;
	radius_radio: 1;
	display-radio: block;
	margin-top: 25px;
	margin-left: auto;
	margin-right: auto
}

#c_effect_022_P_307-1721132433168 .e_button-24 span {
	display: block;
	width: 100%;
	position: relative;
	z-index: 1;
	outline: 0;
	margin: 0px;
	overflow: hidden
}

#c_effect_022_P_307-1721132433168 .e_button-24::after {
	content: "";
	position: absolute;
	width: 0;
	height: 100%;
	transition: all .3s;
	z-index: 0;
	opacity: 0;
	top: 0;
	left: 0px
}

#c_effect_022_P_307-1721132433168 .e_button-24:hover::after {
	opacity: 1
}

#c_effect_022_P_307-1721132433168 .e_button-24:hover {
	background: var(--hmfirst);
	color: #fff;
	border-radius: 30px;
	border-right-style: solid;
	border-right-width: 6px;
	border-right-color: var(--hmfirst);
	background-color: var(--hmfirst)
}

@media screen and (max-width:768px) {
	#c_effect_022_P_307-1721132433168 .e_loop-6 .p_loopitem {
		flex-grow: 0;
		flex-shrink: 0;
		flex-basis: calc(100% / 2)
	}

	#c_effect_022_P_307-1721132433168 .zhezi {
		max-height: 100vh;
		height: auto;
		width: 90%
	}

	#c_effect_022_P_307-1721132433168 #bigimghnre img {
		height: auto;
		width: 100%
	}

	#c_effect_022_P_307-1721132433168 .e_container-1 {
		display-radio: 1;
		width: 92%;
		background_radio: 1
	}

	#c_effect_022_P_307-1721132433168 .e_text-10 {
		font_radio: 2;
		display-radio: 1;
		color: rgba(51,51,51,1);
		font-size: 15px
	}

	#c_effect_022_P_307-1721132433168 .e_loop-6 {
		display-radio: 1;
		width: auto;
		margin-left: auto;
		margin-right: auto
	}

	#c_effect_022_P_307-1721132433168 .e_image-8 {
		display-radio: 1
	}

	#c_effect_022_P_307-1721132433168 .e_container-7 {
		background_radio: 1;
		display-radio: 1;
		width: auto;
		margin-bottom: 0px;
		margin-left: auto;
		margin-right: auto
	}

	#c_effect_022_P_307-1721132433168 .e_h1-21 {
		font-size: 30px
	}

	#c_effect_022_P_307-1721132433168 .e_text-22 {
		font-size: 16px
	}

	#c_effect_022_P_307-1721132433168 {
		background_radio: 2;
		display-radio: 1;
		padding-top: 8%;
		padding-bottom: 8%
	}

	#c_effect_022_P_307-1721132433168 .e_button-24 {
		display: block;
		position: relative;
		overflow: hidden;
		text-align: center;
		box-sizing: border-box;
		width: 130px;
		padding: 0;
		font-size: 14px;
		font-family: "0974c662-80e6-4b79-ad9b-89071f5677db";
		border-style: solid;
		border-width: 1px;
		margin-bottom: 0px;
		line-height: 40px;
		background_radio: 1;
		border_radio: 1;
		font_radio: 1;
		radius_radio: 1;
		display-radio: block;
		margin-top: 25px
	}
}

@media screen and (min-width: 769px) {
	#c_effect_022_P_307-1721132433168 .e_loop-6 .p_loopitem {
		flex-grow: 0;
		flex-shrink: 0;
		flex-basis: calc(100% / 6)
	}
}

@media screen and (max-width: 1024px) and (min-width: 769px) {
	#c_effect_022_P_307-1721132433168 .e_loop-6 .p_loopitem {
		flex-grow: 0;
		flex-shrink: 0;
		flex-basis: calc(100% / 3)
	}

	#c_effect_022_P_307-1721132433168 .e_loop-6 {
		display-radio: 1
	}

	#c_effect_022_P_307-1721132433168 .e_container-7 {
		display-radio: 1;
		padding-left: 0px;
		padding-top: 0px;
		padding-right: 0px;
		padding-bottom: 0px;
		margin-left: 7px;
		margin-top: 7px;
		margin-right: 7px;
		margin-bottom: 7px
	}
}