body{background:#101820}/* pre css */#c_grid-116273709439191{background:#101820;}
#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 {
	width: 100%;
	position: sticky;
	top: 0px;
	z-index: 99;
	box-shadow: 0px 0px 6px rgba(0, 0, 0, .1);
	transition: all .3s
}

#c_grid-116273709439191.myBox {
	top: -55px
}

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

	#c_grid-116273709439191.myBox {
		top: -40px
	}
}

@media screen and (min-width: 769px) {
	#c_grid-116273709439191 > .p_gridbox > .p_gridCell:nth-child(1n + 1) {
		width: 100%;
		margin-left: 0%;
		margin-right: 0%;
		margin-top: 0rem;
		margin-bottom: 0rem;
		clear: left
	}
}

@media screen and (max-width: 1024px) and (min-width: 769px) {
	#c_grid-116273709439191 > .p_gridbox > .p_gridCell:nth-child(1n + 1) {
		width: 100%;
		margin-left: 0%;
		margin-right: 0%;
		margin-top: 0rem;
		margin-bottom: 0rem;
		clear: left
	}
}

#c_static_001-1722824805512 {
	background-color: #101820;
	border-bottom: 1px solid #e2e2e2
}

#c_static_001-1722824805512 .e_container-1 {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: var(--mainWidth);
	max-width: var(--maxWidth);
	margin: 0px auto;
	height: 55px
}

#c_static_001-1722824805512 .e_container-1 .cbox-1-1 {
	display: flex;
	align-items: center
}

#c_static_001-1722824805512 .e_icon-3 {
	width: 30px;
	height: 30px;
	padding-right: 15px;
	margin-right: 15px;
	border-right: 1px solid var(--mainColor);
	box-sizing: content-box
}

#c_static_001-1722824805512 .e_icon-3 .icon {
	margin: 0;
	width: 100%;
	height: 100%;
	cursor: pointer
}

#c_static_001-1722824805512 .e_languageNew-4 {
	position: relative
}

#c_static_001-1722824805512 .e_languageNew-4 .p_wrapper {
	width: 100%
}

#c_static_001-1722824805512 .e_languageNew-4 .p_current {
	display: flex;
	align-items: center;
	cursor: pointer
}

#c_static_001-1722824805512 .e_languageNew-4 .p_current img {
	width: 24px;
	height: 24px;
	margin-right: 8px
}

#c_static_001-1722824805512 .e_languageNew-4 .p_current .arrow {
	width: 20px;
	height: 20px;
	margin-left: 10px;
	margin-top: 5px;
	transition: all .5s
}

#c_static_001-1722824805512 .e_languageNew-4.p_active .p_current .arrow {
	transform: rotate(-180deg)
}

#c_static_001-1722824805512 .e_languageNew-4 .wrap {
	display: grid;
	grid-template-rows: 0fr;
	overflow: hidden;
	transition: all .5s;
	position: absolute;
	width: 100%;
	border-radius: 10px;
	border: 1px solid transparent;
	top: calc(100% + 10px);
	right: 0px;
	padding: 0px 15px;
	z-index: 9
}

#c_static_001-1722824805512 .e_languageNew-4.p_active .wrap {
	grid-template-rows: 1fr;
	border-color: #ddd;
	background-color: #fff
}

#c_static_001-1722824805512 .e_languageNew-4 .p_options {
	min-height: 0px
}

#c_static_001-1722824805512 .e_languageNew-4 .p_item {
	line-height: 42px;
	position: relative;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #8d8888;
	font-weight: normal
}

#c_static_001-1722824805512 .e_languageNew-4 .p_selected {
	color: var(--mainColor)
}

#c_static_001-1722824805512 .e_search-5 {
	display: none;
	align-items: center;
	flex-direction: row;
	gap: 20px;
	width: var(--mainWidth);
	max-width: var(--maxWidth);
	background: #fff;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: all ease .5s;
	padding: 5vw;
	z-index: 999
}

#c_static_001-1722824805512 div.show {
	display: flex
}

#c_static_001-1722824805512 .mask {
	display: none;
	position: fixed;
	inset: 0px;
	background-color: rgba(0, 0, 0, .6);
	z-index: 998
}

#c_static_001-1722824805512 .e_search-5 .p_inputCon {
	flex-grow: 1;
	padding: 10px;
	overflow: hidden;
	border-bottom: 2px solid #ddd
}

#c_static_001-1722824805512 .e_search-5 .p_selectCon {
	flex: 0 0 120px;
	max-width: 30%
}

#c_static_001-1722824805512 .e_search-5 .p_btnCon {
	flex: 0 0 100px;
	max-width: 20%
}

#c_static_001-1722824805512 .e_search-5 .closeFrom {
	cursor: pointer
}

#c_static_001-1722824805512 .e_search-5 .closeFrom path {
	stroke: var(--mainColor)
}

#c_static_001-1722824805512 .e_search-5 .p_input {
	width: 100%;
	height: 100%;
	border: none
}

#c_static_001-1722824805512 .e_search-5 .p_btn {
	padding: 4px;
	width: 100%;
	height: 100%;
	font-size: 16px;
	overflow: hidden;
	color: #333;
	background-color: transparent;
	border: 1px solid #333;
	border-radius: 25px
}

#c_static_001-1722824805512 .e_search-5 .p_select {
	height: 100%;
	position: relative;
	text-align: center;
	cursor: pointer;
	color: #999
}

#c_static_001-1722824805512 .e_search-5 .p_current {
	overflow: hidden;
	display: block;
	height: 100%
}

#c_static_001-1722824805512 .e_search-5 .p_current .icon {
	fill: currentColor;
	width: 14px;
	height: 14px
}

#c_static_001-1722824805512 .e_search-5 .p_selectList {
	display: none;
	width: 100%;
	background-color: #fff;
	border: 1px solid #eee;
	position: absolute;
	left: 0;
	top: 100%;
	z-index: 9;
	border-radius: 0 0 4px 4px;
	max-height: 162px;
	overflow: auto
}

#c_static_001-1722824805512 .e_search-5 .p_selectItem {
	line-height: 20px;
	padding: 10px 0;
	cursor: pointer
}

#c_static_001-1722824805512 .e_search-5 .p_selectItem:hover,.e_search-6 .p_selectItem.p_active {
	background-color: #eee
}

#c_static_001-1722824805512 .e_loop_sub-6 {
	display: flex;
	flex-wrap: wrap;
	gap: 12px
}

#c_static_001-1722824805512 .e_loop_sub-6 .p_loopItem {
	position: relative
}

#c_static_001-1722824805512 .e_image-7 {
	overflow: hidden;
	width: 28px;
	height: 28px;
	border-radius: 50%
}

#c_static_001-1722824805512 .e_image-7 img {
	width: 100%;
	height: 100%;
	object-fit: contain
}

#c_static_001-1722824805512 .e_substationNew-8 {
	display: flex;
	justify-content: flex-end;
	position: relative;
	display-radio: flex;
	margin-right: 20px
}

#c_static_001-1722824805512 .e_substationNew-8 .p_title {
	width: 100px;
	height: 36px;
	line-height: 36px;
	font-size: 12px;
	text-align: center;
	background: #f5f5f5;
	color: #666;
	cursor: pointer;
	border-radius: 3px;
	transition: all ease .3s
}

#c_static_001-1722824805512 .e_substationNew-8 .p_openicon {
	width: 11px;
	height: auto;
	margin: 0;
	margin-left: 2px;
	transform: translateY(0px)
}

#c_static_001-1722824805512 .e_substationNew-8 .p_languageBox {
	position: absolute;
	top: 100%;
	right: 0;
	z-index: 99;
	background: #ffffff;
	padding: 15px 15px 0;
	border-radius: 3px;
	border: 1px solid #f6f6f6;
	font-size: 14px;
	display: flex;
	justify-content: space-between;
	width: 700px;
	color: #666;
	display: none
}

#c_static_001-1722824805512 .e_substationNew-8 .p_language {
	display: flex;
	justify-content: flex-start;
	width: 100%;
	max-height: 295px;
	overflow-y: auto;
	flex-wrap: wrap
}

#c_static_001-1722824805512 .e_substationNew-8 .p_yyItem {
	width: 20%;
	margin-bottom: 15px
}

#c_static_001-1722824805512 .e_substationNew-8 .p_yyItem .font {
	height: 24px;
	line-height: 24px;
	padding-right: 5px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

#c_static_001-1722824805512 .e_substationNew-8 .p_yyItem .font svg {
	border-radius: 50%;
	overflow: hidden;
	border: 1px solid #ddd
}

#c_static_001-1722824805512 .e_substationNew-8 .p_language::-webkit-scrollbar {
	width: 4px
}

#c_static_001-1722824805512 .e_substationNew-8 .p_language::-webkit-scrollbar-track {
	background: #eeeeee
}

#c_static_001-1722824805512 .e_substationNew-8 .p_language::-webkit-scrollbar-thumb {
	background: #a1a1a1
}

@media screen and (max-width:768px) {
	#c_static_001-1722824805512 .e_container-1 {
		height: 40px
	}

	#c_static_001-1722824805512 .e_languageNew-4 .p_current .arrow,#c_static_001-1722824805512 .e_languageNew-4 .p_current p {
		display: none
	}

	#c_static_001-1722824805512 .e_languageNew-4 .wrap {
		width: max-content
	}

	#c_static_001-1722824805512 .e_search-5 {
		gap: 12px
	}

	#c_static_001-1722824805512 .e_search-5 .closeFrom {
		display: none
	}

	#c_static_001-1722824805512 .e_substationNew-8 {
		display: none
	}
}

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

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

:root {
	--mainWidth: 95%;
	--maxWidth: 1600px;
	--mainColor: #E8321A
}

.pl_service4 > div:first-child {
	display: none
}

html,body {
	scroll-behavior: smooth
}

* {
	word-break: break-word
}

#c_static_001_P_52463-1722825270733 {
	min-height: 0px;
	background-color: #101820
}

#c_static_001_P_52463-1722825270733 .e_container-1 {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: var(--mainWidth);
	max-width: var(--maxWidth);
	margin: 0px auto
}

#c_static_001_P_52463-1722825270733 .e_container-1 > .p_item {
	position: static
}

#c_static_001_P_52463-1722825270733 .e_container-1 .cbox-1-0 {
	max-width: 100px;
	flex: .6
}

#c_static_001_P_52463-1722825270733 .e_container-1 .cbox-1-1 {
	display: flex;
	align-items: center;
	gap: 1.5vw
}

#c_static_001_P_52463-1722825270733 .e_button-6 {
	display: block;
	position: relative;
	overflow: hidden;
	text-align: center;
	box-sizing: border-box;
	width: 135px;
	padding: 8px;
	border: none;
	font-size: 16px;
	border-radius: 10px;
	background-color: var(--mainColor)
}

#c_static_001_P_52463-1722825270733 .e_button-6 svg {
	display: none
}

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

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

#c_static_001_P_52463-1722825270733 .e_button-6:hover::after {
	opacity: 1
}

#c_static_001_P_52463-1722825270733 .e_navigationA-7 .p_level1Box {
	display: flex
}

#c_static_001_P_52463-1722825270733 .e_navigationA-7 .p_iconBox {
	height: 45px;
	width: 45px;
	border-radius: 4px;
	display: flex;
	flex-direction: column;
	justify-content: center
}

#c_static_001_P_52463-1722825270733 .e_navigationA-7 .p_openIcon {
	width: 100%;
	height: 36px;
	margin: 0px
}

#c_static_001_P_52463-1722825270733 .e_navigationA-7 .p_closeIcon {
	width: 100%;
	height: 30px
}

#c_static_001_P_52463-1722825270733 .e_navigationA-7 .p_navButton {
	display: none
}

#c_static_001_P_52463-1722825270733 .e_navigationA-7 .p_level1Item {
	position: relative;
	border: none;
	flex: auto
}

#c_static_001_P_52463-1722825270733 .e_navigationA-7 .p_menu1Item a {
	position: relative;
	font-size: clamp(16px, 1.6vw, 18px);
	line-height: 90px;
	font-weight: bold;
	display: block;
	text-align: center;
	padding: 0px 1.5vw;
	z-index: 1;
	transition: all .5s
}

#c_static_001_P_52463-1722825270733 .e_image-2 {
	overflow: hidden
}

#c_static_001_P_52463-1722825270733 .e_image-2 img {
	width: 100%;
	height: 100%;
	object-fit: contain
}

@media screen and (max-width:768px) {
	#c_static_001_P_52463-1722825270733 .e_container-1 {
		height: 70px;
		align-items: center
	}

	#c_static_001_P_52463-1722825270733 .e_container-1 .cbox-1-0 {
		max-width: 55px
	}

	#c_static_001_P_52463-1722825270733 .e_container-1 .cbox-1-1 {
		gap: 15px
	}

	#c_static_001_P_52463-1722825270733 .e_button-6 {
		width: 45px;
		height: 45px;
		display: flex;
		padding: 10px
	}

	#c_static_001_P_52463-1722825270733 .e_button-6 svg {
		display: block;
		width: 26px;
		height: 26px;
		margin: auto
	}

	#c_static_001_P_52463-1722825270733 .e_button-6 span {
		display: none
	}

	#c_static_001_P_52463-1722825270733 .e_navigationA-7 .p_level1Item:hover .p_menu1Item a,.e_navigationA-7 .p_menu1Item a.active {
		color: var(--mainColor)
	}

	#c_static_001_P_52463-1722825270733 .e_navigationA-7 .p_level1Item:hover .p_jtIcon,.e_navigationA-7 .p_menu1Item .active .p_jtIcon {
		color: var(--mainColor)
	}

	#c_static_001_P_52463-1722825270733 .e_navigationA-7 .p_menu1Item a {
		line-height: 50px
	}

	#c_static_001_P_52463-1722825270733 .e_navigationA-7 .p_menu1Item {
		display: flex;
		align-items: center;
		justify-content: space-between
	}

	#c_static_001_P_52463-1722825270733 .e_navigationA-7 .p_level1Box {
		display: block;
		width: 100%;
		padding: 0px 20px;
		max-height: 90vh;
		overflow-y: scroll;
		overflow-x: hidden
	}

	#c_static_001_P_52463-1722825270733 .e_navigationA-7 .p_iconBox {
		display: flex
	}

	#c_static_001_P_52463-1722825270733 .e_navigationA-7 .p_navContent {
		display: none;
		padding: 20px 0px;
		height: 100vh;
		width: 100vw;
		position: fixed;
		top: 0px;
		left: 0;
		background: #fbfbfb;
		z-index: 99
	}

	#c_static_001_P_52463-1722825270733 .e_navigationA-7 .p_navButton {
		display: flex;
		justify-content: flex-end
	}

	#c_static_001_P_52463-1722825270733 .e_navigationA-7 .p_level2Box,.e_navigationA-7 .p_level3Box {
		padding: 0 0 0 30px;
		background: none;
		width: 100%;
		left: 0;
		transform: translateX(0);
		position: inherit;
		border-radius: 0
	}

	#c_static_001_P_52463-1722825270733 .e_navigationA-7 .p_jtIcon {
		float: right;
		transition: 0.5s;
		height: 30px;
		margin: 0px
	}

	#c_static_001_P_52463-1722825270733 .e_navigationA-7 .p_jtHover {
		transition: 0.5s;
		transform: rotate(90deg)
	}

	#c_static_001_P_52463-1722825270733 .e_navigationA-7 .p_level1Item {
		border-bottom: 1px solid rgb(0 0 0 / 5%);
		line-height: 50px;
		font-size: 14px
	}
}

@media screen and (min-width: 769px) {
	.zk-content {
		top: 146px
	}

	.myBox .zk-content {
		top: 90px
	}

	#c_static_001_P_52463-1722825270733 .e_navigationA-7 .p_level1Item:hover .p_menu1Item a,#c_static_001_P_52463-1722825270733.e_navigationA-7 .p_menu1Item a.active {
		color: var(--mainColor)
	}

	#c_static_001_P_52463-1722825270733 .e_navigationA-7 .p_menu1Item a::after {
		content: '';
		position: absolute;
		width: 0%;
		height: 2px;
		left: 50%;
		transform: translateX(-50%);
		bottom: 10px;
		background: var(--mainColor);
		transition: all .3s;
		z-index: -1;
		opacity: 0
	}

	#c_static_001_P_52463-1722825270733 .e_navigationA-7 .p_level1Item:hover .p_menu1Item a::after,#c_static_001_P_52463-1722825270733.e_navigationA-7 .p_menu1Item a.active::after {
		opacity: 1;
		width: 80%
	}

	#c_static_001_P_52463-1722825270733 .e_navigationA-7 .p_menu1Item .icon {
		transform: rotate(90deg);
		display: none
	}
}

@media screen and (max-width: 1024px) and (min-width: 769px) {
	#c_static_001_P_52463-1722825270733 .e_button-6 {
		width: 50px
	}

	#c_static_001_P_52463-1722825270733 .e_button-6 svg {
		display: block;
		width: 26px;
		height: 26px;
		margin: auto
	}

	#c_static_001_P_52463-1722825270733 .e_button-6 span {
		display: none
	}

	#c_static_001_P_52463-1722825270733 .e_navigationA-7 .p_menu1Item a {
		height: 80px
	}
}

#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-1722940881138 {
	min-height: 300px;
	padding: clamp(40px, 4vw, 80px) 0px;
	background: url(../fonts/f49aa63b028648ab827330fc8c2e0a19.woff);
	height: clamp(30px, 4vw, 40px)
}

#c_static_001-1722940881138 .e_formBtn-7 span {
	position: relative;
	z-index: 1;
	outline: 0;
	margin: 0px;
	overflow: hidden
}

#c_static_001-1722940881138 .e_formBtn-7::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	transition: all .3s;
	z-index: 0;
	opacity: 0;
	top: 0;
	left: 0px
}

#c_static_001-1722940881138 .e_formBtn-7:hover::after {
	opacity: 1
}

#c_static_001-1722940881138 .form-group {
	margin-bottom: 0px
}

#c_static_001-1722940881138 .form-control {
	border: none;
	border-radius: 15px !important;
	background-color: rgba(255, 255, 255, .5);
	height: clamp(50px, 5vw, 60px);
	color: #fff
}

#c_static_001-1722940881138 .form-control::placeholder {
	color: #fff
}

#c_static_001-1722940881138 textarea {
	min-height: clamp(120px, 8vw, 140px);
	resize: none;
	height: 100% !important
}

#c_static_001-1722940881138 .invalid-feedback {
	margin: 0px;
	position: absolute;
	bottom: 0px;
	z-index: 1;
	left: 15px;
	font-size: 12px;
	color: var(--mainColor)
}

#c_static_001-1722940881138 .e_text-8 {
	line-height: normal;
	color: #fff;
	text-align: center;
	font-size: 18px;
	margin-top: 10px
}

@media screen and (max-width:768px) {
	#c_static_001-1722940881138 .e_form-3 {
		flex-direction: column
	}

	#c_static_001-1722940881138 .e_form-3 .cbox-3-0 {
		max-width: 100%;
		gap: 20px
	}

	#c_static_001-1722940881138 .e_formBtn-7 {
		width: 100%;
		height: 50px;
		flex-direction: row-reverse
	}
}

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

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

:root {
	--color: #0076db;
	--fcolor: #ef0000
}

#c_static_001_P_52384-1723605196006 .e_cookie-1 * {
	font-family: "Arial"
}

#c_static_001_P_52384-1723605196006 {
	min-height: 0px;
	background_radio: 2;
	display-radio: 1
}

#c_static_001_P_52384-1723605196006 .e_cookie-1 .p_rIcon {
	width: 60px;
	height: 60px;
	position: fixed;
	left: 40px;
	bottom: 40px;
	background: var(--color);
	color: #fff;
	border-radius: 500px;
	padding: 6px;
	cursor: pointer;
	z-index: 99997;
	display: none
}

#c_static_001_P_52384-1723605196006 .e_cookie-1 .p_rIcon .icon {
	width: 100%;
	height: 100%;
	margin: 0
}

#c_static_001_P_52384-1723605196006 .e_cookie-1 .p_btContent {
	width: 95%;
	max-width: 1700px;
	padding: 10px;
	background: #f3f3f3;
	text-align: center;
	position: fixed;
	bottom: 10px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 99998;
	display: none;
	word-wrap: break-word;
	word-break: normal;
	border-radius: 12px;
	border: solid 1px #eee;
	box-shadow: 0px 0px 4px 0px rgb(0 0 0 / 22%)
}

#c_static_001_P_52384-1723605196006 .e_cookie-1 .p_btH3 {
	text-align: left;
	font-size: 24px
}

#c_static_001_P_52384-1723605196006 .e_cookie-1 .p_btP {
	margin: 8px 0;
	text-align: left
}

#c_static_001_P_52384-1723605196006 .e_cookie-46 .p_btSet {
	width: 155px;
	border-width: 1px;
	margin-right: 10px
}

#c_static_001_P_52384-1723605196006 .btn-outline-primary {
	color: var(--mainColor);
	border-color: var(--mainColor);
	border-width: 1px;
	margin: 0 5px;
	font-size: 14px;
	border-radius: 50px;
	line-height: 24px
}

#c_static_001_P_52384-1723605196006 .btn-primary {
	color: var(--mainColor);
	background-color: transparent;
	border-color: var(--mainColor);
	border-width: 1px;
	margin: 0 5px;
	font-size: 14px;
	border-radius: 50px;
	line-height: 24px;
	width: 100px
}

#c_static_001_P_52384-1723605196006 .btn-outline-primary:hover {
	color: var(--mainColor);
	border-color: var(--mainColor)
}

#c_static_001_P_52384-1723605196006 .btn-primary:hover {
	color: #fff;
	background-color: var(--mainColor);
	border-color: var(--mainColor)
}

#c_static_001_P_52384-1723605196006 .e_cookie-46 .p_btAllow {
	width: 100px;
	border-width: 1px
}

#c_static_001_P_52384-1723605196006 .e_cookie-1 .p_btBtn {
	text-align: left;
	float: left;
	display: flex;
	align-items: center
}

#c_static_001_P_52384-1723605196006 .e_cookie-1 .p_btRefuse,#c_static_001_P_52384-1723605196006 .e_cookie-1 .p_btConfirm {
	min-width: 160px;
	border-width: 1px;
	margin: 0 5px;
	font-size: 14px;
	border-radius: 50px;
	line-height: 24px
}

#c_static_001_P_52384-1723605196006 .e_cookie-1 .p_mdContent {
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99999;
	display: none
}

#c_static_001_P_52384-1723605196006 .e_cookie-1 .p_close {
	position: absolute;
	right: 30px;
	top: 30px
}

#c_static_001_P_52384-1723605196006 .e_cookie-1 .p_mdContent .p_btP {
	text-align: left
}

#c_static_001_P_52384-1723605196006 .e_cookie-1 .p_mdMain {
	background: #f3f3f3;
	width: 80%;
	max-width: 1000px;
	padding: 50px 3%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateY(-50%) translateX(-50%);
	border-radius: 20px
}

#c_static_001_P_52384-1723605196006 .e_cookie-1 .p_mdList {
	border-top: 1px solid #aaa;
	margin: 30px 20px;
	padding: 30px 0;
	height: 220px;
	overflow-y: auto
}

#c_static_001_P_52384-1723605196006 .e_cookie-1 .p_switch {
	font-weight: bold
}

#c_static_001_P_52384-1723605196006 .e_cookie-1 .p_itemPrompt {
	padding: 10px 0 20px 10px;
	display: none
}

#c_static_001_P_52384-1723605196006 .e_cookie-1 .p_mdItem {
	position: relative
}

#c_static_001_P_52384-1723605196006 .e_cookie-1 .p_mdItem + .p_mdItem {
	margin-top: 20px
}

#c_static_001_P_52384-1723605196006 .e_cookie-1 .p_plus {
	display: block;
	width: 24px;
	height: 24px;
	line-height: 24px;
	font-size: 20px;
	position: absolute;
	right: 0;
	top: 0;
	text-align: center;
	cursor: pointer;
	z-index: 99
}

#c_static_001_P_52384-1723605196006 .e_cookie-1 .p_plus::after {
	content: " + ";
	font-size: 28px
}

#c_static_001_P_52384-1723605196006 .e_cookie-1 .p_plus.p_active::after {
	content: " - ";
	font-size: 28px
}

#c_static_001_P_52384-1723605196006 .custom-switch {
	padding-left: 5rem
}

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

#c_static_001_P_52384-1723605196006 .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: 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;
	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;
	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) {
	#c_static_001_P_52384-1723605196006  .custom-switch .custom-control-label::after {
		transition: none
	}
}

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

#c_static_001_P_52384-1723605196006 .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
	background-color: var(--color)
}

#c_static_001_P_52384-1723605196006 .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
}

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

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

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

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

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

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

#c_static_001_P_52384-1723605196006 .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
}

#c_static_001_P_52384-1723605196006 .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_52384-1723605196006 .p_btContent .max_width {
	width: 95%;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between
}

#c_static_001_P_52384-1723605196006 .p_btContent .co_left {
	width: calc(100% - 300px);
	float: left;
	max-width: 1400px
}

@media screen and (max-width:768px) {
	#c_static_001_P_52384-1723605196006 .e_cookie-1 .p_btSet,#c_static_001_P_52384-1723605196006 .e_cookie-1 .p_btAllow,#c_static_001_P_52384-1723605196006 .e_cookie-1 .p_btRefuse,#c_static_001_P_52384-1723605196006 .e_cookie-1 .p_btConfirm {
		margin: 5px;
		margin: 5px;
		width: calc(50% - 12px);
		min-width: 140px
	}

	#c_static_001_P_52384-1723605196006 .e_cookie-1 .p_mdMain {
		background: #f3f3f3;
		width: 90%;
		max-width: 1000px;
		padding: 20px;
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translateY(-50%) translateX(-50%);
		border-radius: 4px
	}

	#c_static_001_P_52384-1723605196006 .e_cookie-1 .p_close {
		right: 10px;
		top: 10px
	}

	#c_static_001_P_52384-1723605196006 .p_btContent .max_width {
		display: block
	}

	#c_static_001_P_52384-1723605196006 .p_btContent .co_left {
		width: 100%;
		float: left
	}

	#c_static_001_P_52384-1723605196006 .p_btContent .co_left {
		width: 100%;
		float: left;
		max-width: 1400px
	}

	#c_static_001_P_52384-1723605196006 .e_cookie-1 .p_btBtn {
		display: block
	}
}

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

@media screen and (max-width: 1024px) and (min-width: 769px) {
	#c_static_001_P_52384-1723605196006 .p_btContent .max_width {
		display: block
	}

	#c_static_001_P_52384-1723605196006 .p_btContent .co_left {
		width: 100%;
		float: left
	}

	#c_static_001_P_52384-1723605196006 .p_btContent .co_left {
		width: 100%;
		float: left;
		max-width: 1400px
	}

	#c_static_001_P_52384-1723605196006 .btn-primary {
		width: 100%
	}

	#c_static_001_P_52384-1723605196006 .btn-outline-primary {
		width: 100%;
		margin: 5px;
		min-width: 140px
	}
}

#c_static_001-1722942179099 {
	min-height: 300px;
	background-color: #333132
}

#c_static_001-1722942179099 .e_container-1 {
	display: flex;
	justify-content: space-between;
	width: var(--mainWidth);
	max-width: var(--maxWidth);
	margin: 0px auto;
	padding: clamp(40px, 4vw, 60px) 0px;
	gap: 25px
}

#c_static_001-1722942179099 .e_container-1 .cbox-1-0 {
	flex: .6;
	max-width: 420px
}

#c_static_001-1722942179099 .e_container-1 .cbox-1-2 {
	flex: .4;
	max-width: 260px
}

#c_static_001-1722942179099 .e_bottomNav-2 span {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical
}

#c_static_001-1722942179099 .e_bottomNav-2 .p_level1Item {
}

#c_static_001-1722942179099 .e_bottomNav-2 .p_level2Box {
}

#c_static_001-1722942179099 .e_bottomNav-2 .p_level3Box {
	display: none
}

#c_static_001-1722942179099 .e_bottomNav-2 .p_menu1Item {
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 20px
}

#c_static_001-1722942179099 .e_bottomNav-2 .p_menu2Item {
	font-size: 14px;
	color: #fff;
	line-height: 2.2
}

#c_static_001-1722942179099 .e_text-3 {
	line-height: normal;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 20px
}

#c_static_001-1722942179099 .e_loop_sub-4 {
	display: flex;
	flex-wrap: wrap;
	gap: 12px
}

#c_static_001-1722942179099 .e_loop_sub-4 .p_loopItem {
	position: relative;
	flex: 0 0 100%
}

#c_static_001-1722942179099 .e_text-5 {
	line-height: 1.6;
	font-size: 14px;
	color: #fff
}

#c_static_001-1722942179099 .e_image-6 {
	overflow: hidden
}

#c_static_001-1722942179099 .e_image-6 img {
	width: 100%;
	height: 100%;
	object-fit: contain
}

#c_static_001-1722942179099 .line {
	display: block;
	width: 100%;
	height: 1px;
	background-color: rgba(255, 255, 255, .3)
}

#c_static_001-1722942179099 .e_container-8 {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 1.2vw;
	width: var(--mainWidth);
	max-width: var(--maxWidth);
	margin: 0px auto;
	padding: 15px 0px
}

#c_static_001-1722942179099 .e_container-8 > .p_item {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 1.2vw
}

#c_static_001-1722942179099 .e_text-9 {
	line-height: normal;
	margin: 0px;
	color: rgba(187,187,187,1);
	font-size: 14px
}

#c_static_001-1722942179099 .e_provider-10 {
	text-align: center;
	font_radio: 2;
	display-radio: 1;
	color: rgba(187,187,187,1);
	font-size: 14px
}

#c_static_001-1722942179099 .e_container-8 .p_item {
	display-radio: 1
}

#c_static_001-1722942179099 .e_text-11 {
	line-height: normal;
	font_radio: 2;
	display-radio: 1;
	font-size: 14px;
	color: rgba(187,187,187,1)
}

#c_static_001-1722942179099 .e_businessAndCopyright-12 .p_business {
	cursor: pointer
}

#c_static_001-1722942179099 .e_businessAndCopyright-12 .p_businesspopup {
	position: fixed;
	width: 100%;
	height: 100%;
	display: none;
	top: 10px;
	left: 0;
	z-index: 9999
}

#c_static_001-1722942179099 .e_businessAndCopyright-12 .p_businessclose {
	position: absolute;
	right: 20px;
	z-index: 9999;
	top: 0;
	cursor: pointer
}

#c_static_001-1722942179099 .e_businessAndCopyright-12 .icon {
	color: white;
	cursor: pointer
}

#c_static_001-1722942179099 .e_businessAndCopyright-12 .p_businesscontent {
	position: absolute;
	z-index: 9999;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	height: 100%
}

#c_static_001-1722942179099 .e_businessAndCopyright-12 .p_businessbg {
	background: #1e1e1e;
	opacity: .9;
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 999
}

#c_static_001-1722942179099 .e_businessAndCopyright-12 .p_businessimg {
	width: 100%;
	height: 100%;
	object-fit: contain
}

#c_static_001-1722942179099 .e_businessAndCopyright-12 {
	font_radio: 2;
	display-radio: 1;
	font-size: 14px;
	color: rgba(187,187,187,1);
	line-height: normal;
	text-align: left;
	font-family: "lato"
}

#c_static_001-1722942179099 .e_text-13 {
	line-height: normal;
	font-size: 14px;
	color: rgba(187,187,187,1)
}

#c_static_001-1722942179099 .e_credible-14 .img1 {
	width: 65px;
	height: 23px
}

#c_static_001-1722942179099 .e_credible-14 .img2 {
	width: 79px;
	height: 28px
}

#c_static_001-1722942179099 .e_credible-14 .img3 {
	width: 92px;
	height: 33px
}

#c_static_001-1722942179099 .e_credible-14 .img4 {
	width: 106px;
	height: 38px
}

#c_static_001-1722942179099 .e_credible-14 .img5 {
	width: 80px;
	height: 30px;
	margin-top: 20px
}

#c_static_001-1722942179099 .e_loop_sub-15 {
	display: flex;
	justify-content: space-between;
	margin-top: clamp(20px, 4vw, 40px)
}

#c_static_001-1722942179099 .e_loop_sub-15 .p_loopItem {
	position: relative
}

#c_static_001-1722942179099 .e_image-16 {
	overflow: hidden;
	width: 40px;
	height: 40px;
	border-radius: 50%
}

#c_static_001-1722942179099 .e_image-16 img {
	width: 100%;
	height: 100%;
	object-fit: contain
}

#c_static_001-1722942179099 .e_text-17 {
	line-height: normal;
	font-size: 14px;
	color: rgba(187, 187, 187, 1)
}

@media screen and (max-width:768px) {
	#c_static_001-1722942179099 .e_container-1 {
		flex-direction: column-reverse
	}

	#c_static_001-1722942179099 .e_bottomNav-2 .p_menu1Item,#c_static_001-1722942179099 .e_bottomNav-2 .p_menu2Item {
		display: flex;
		justify-content: space-between;
		margin-bottom: 0px
	}

	#c_static_001-1722942179099 .e_bottomNav-2 .p_level1Box ul {
		display: none;
		margin-top: 10px
	}

	#c_static_001-1722942179099 .e_bottomNav-2 .p_jtIcon {
		width: auto;
		height: auto;
		max-width: 20px;
		font-size: inherit;
		transition: 0.5s;
		margin: 0
	}

	#c_static_001-1722942179099 .e_bottomNav-2 .p_jtIcon.active {
		transform: rotateZ(90deg)
	}

	#c_static_001-1722942179099 .e_bottomNav-2 a {
		display: flex;
		flex-direction: column;
		justify-content: center
	}

	#c_static_001-1722942179099 .e_bottomNav-2 .p_level1Item {
		padding: 0;
		margin-bottom: 10px
	}

	#c_static_001-1722942179099 .e_bottomNav-2 .p_menu2Item svg {
		opacity: .5
	}
}

@media screen and (min-width: 769px) {
	#c_static_001-1722942179099 .e_bottomNav-2 .p_level1Box {
		display: flex
	}

	#c_static_001-1722942179099 .e_bottomNav-2 .p_jtIcon {
		display: none
	}

	#c_static_001-1722942179099 .e_container-1 .cbox-1-1 {
		margin-left: 5vw;
		margin-right: auto
	}
}

@media screen and (max-width: 1024px) and (min-width: 769px) {
	#c_static_001-1722942179099 .e_loop_sub-4 {
		gap: 8px
	}

	#c_static_001-1722942179099 .e_container-1 .cbox-1-1 {
		margin-left: 0px
	}
}

#c_static_001-17229976770970 {
	padding: 12px 0px;
	background-color: #f8f8f8
}

#c_static_001-17229976770970 .e_breadcrumb-1 {
	width: var(--mainWidth);
	max-width: var(--maxWidth);
	margin: 0px auto
}

#c_static_001-17229976770970 .e_breadcrumb-1 .p_breadcrumbItem {
	position: relative;
	float: left
}

#c_static_001-17229976770970 .e_breadcrumb-1 .icon {
	width: 12px;
	height: 12px
}

#c_static_001-17229976770970 .e_breadcrumb-1 .p_breadcrumbItem:not(:first-child) {
	padding: 0 3px 0 15px
}

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

#c_static_001-17229976770970 .e_breadcrumb-1 .p_breadcrumb::after {
/* display: flex; */
	display: block;
	clear: both;
	content: ''
}

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

#c_static_001-17229976770970 .e_breadcrumb-1 .siblings::after {
	content: '>';
	display: flex;
	justify-content: center;
	align-items: center;
	width: 20px;
	height: 20px;
	transform: rotateZ(90deg);
	cursor: pointer;
	color: #ccc
}/* 鼠标覆盖 */#c_static_001-17229976770970 .e_breadcrumb-1 .siblings.active {
	border: 1px solid #dee2e6
}

#c_static_001-17229976770970 .e_breadcrumb-1 .siblings.active::after {
	transform: rotateZ(-90deg)
}

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

#c_static_001-17229976770970 .e_breadcrumb-1 .p_sibling {
	display: block;
	width: 100%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden
}

@media screen and (max-width:768px) {
	#c_static_001-17229976770970 .e_breadcrumb-1 .p_breadcrumbItem:nth-child(1) .p_title,#c_static_001-17229976770970 .e_breadcrumb-1 .p_breadcrumbItem:nth-child(2) .p_title {
		white-space: pre
	}

	#c_static_001-17229976770970 .e_breadcrumb-1 .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_static_001-17229976770970 .e_breadcrumb-1 a {
		display: flex
	}
}

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

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

#c_grid-1723019258637 {
	width: var(--mainWidth);
	max-width: var(--maxWidth);
	margin: 0px auto;
	padding: clamp(40px, 4vw, 80px) 0px
}

#c_grid-1723019258637 .p_gridbox {
	display: flex;
	align-items: flex-start;
	gap: clamp(20px, 2vw, 40px)
}

#c_grid-1723019258637 > div > .p_gridbox {
	width: 100%;
	overflow: hidden;
	position: static
}

#c_grid-1723019258637 > div > .p_gridCell {
	float: left;
	position: static
}

#c_grid-1723019258637 > .p_gridbox.signal {
	min-height: inherit
}

#c_grid-1723019258637 > .p_gridbox.signal > .p_gridCell {
	min-height: inherit !important
}

@media screen and (max-width:768px) {
	#c_grid-1723019258637 > .p_gridbox > .p_gridCell:nth-child(1n + 1) {
		width: 100%;
		margin-left: 0%;
		margin-right: 0%;
		margin-top: 0rem;
		margin-bottom: 0rem;
		clear: left
	}

	#c_grid-1723019258637 .p_gridbox {
		flex-direction: column;
		gap: 40px
	}
}

@media screen and (min-width: 769px) {
	#c_grid-1723019258637 > .p_gridbox > .p_gridCell:nth-child(2n + 1) {
		flex: .5;
		max-width: 280px;
		min-width: 180px;
		position: sticky;
		top: 120px
	}

	#c_grid-1723019258637 > .p_gridbox > .p_gridCell:nth-child(2n + 2) {
		flex: 1
	}
}

@media screen and (max-width: 1024px) and (min-width: 769px) {
	#c_grid-1723019258637 > .p_gridbox > .p_gridCell:nth-child(2n + 1) {
		width: 49.99%;
		margin-left: 0%;
		margin-right: 0%;
		margin-top: 0rem;
		margin-bottom: 0rem;
		clear: left
	}

	#c_grid-1723019258637 > .p_gridbox > .p_gridCell:nth-child(2n + 2) {
		width: 49.99%;
		margin-left: 0%;
		margin-right: 0%;
		margin-top: 0rem;
		margin-bottom: 0rem;
		clear: inherit
	}
}

#c_static_001_P_52728-1723019700270 {
	min-height: 0px
}

#c_static_001_P_52728-1723019700270 .e_container-1 {
	display: flex;
	flex-direction: column;
	width: 100%;
	gap: 5px
}

#c_static_001_P_52728-1723019700270 .e_container-1 .cbox-1-0 {
	padding: 20px;
	background-color: var(--mainColor)
}

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

#c_static_001_P_52728-1723019700270 .e_text-3 {
	line-height: normal;
	color: #fff;
	font-size: 30px;
	font-weight: bold
}

#c_static_001_P_52728-1723019700270 .e_text-4 {
	line-height: normal;
	color: #eee
}

#c_static_001_P_52728-1723019700270 .e_loop-5 .p_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	position: relative;
	gap: 5px
}

#c_static_001_P_52728-1723019700270 .e_loop-5 .p_list .close {
	display: none;
	opacity: 1;
	font-weight: bold;
	position: absolute;
	right: 20px;
	top: 20px
}

#c_static_001_P_52728-1723019700270 .e_loop-5 .p_loopitem {
	width: 100%;
	position: relative;
	overflow: hidden;
	background-color: #333132
}

#c_static_001_P_52728-1723019700270 .e_loop-5 .navItem1,#c_static_001_P_52728-1723019700270 .e_loop-5 .navItem2 {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-right: 10px
}

#c_static_001_P_52728-1723019700270 .e_loop-5 .navItem2 a {
	padding: 10px 20px 10px 30px
}

#c_static_001_P_52728-1723019700270 .e_loop-5 .navList2Box {
	display: none;
	background-color: #f5f5f5
}

#c_static_001_P_52728-1723019700270 .e_loop-5 .navList3Box {
	background-color: #ededed
}

#c_static_001_P_52728-1723019700270 .e_loop-5 .navList3 .navItem3 a {
	padding: 10px 20px
}

#c_static_001_P_52728-1723019700270 .e_loop-5 .arrow {
	cursor: pointer;
	transform: rotate(-90deg);
	transition: all .5s
}

#c_static_001_P_52728-1723019700270 .e_loop-5 .arrow.rotate {
	transform: rotate(0deg)
}

#c_static_001_P_52728-1723019700270 .e_loop-5 .arrow path {
	transition: all .3s
}

#c_static_001_P_52728-1723019700270 .e_loop-5 .p_loopitem a {
	display: block;
	color:#fff;
	width: 100%;
	padding: 10px 20px;
	font-size: 16px
}

#c_static_001_P_52728-1723019700270 .e_loop-5 .active {
	background-color: var(--mainColor)
}

#c_static_001_P_52728-1723019700270 .e_loop-5 .active path {
	stroke: #fff
}

#c_static_001_P_52728-1723019700270 .e_loop-5 .active a {
	color: #fff
}

#c_static_001_P_52728-1723019700270 .e_loop-5 .more {
	display: none;
	cursor: pointer;
	padding: 2vw 2.5vw
}

#c_static_001_P_52728-1723019700270 .e_text-6 {
	line-height: normal;
	color: #fff;
	font-size: 14px;
	font_radio: 2;
	display-radio: 1
}

#c_static_001_P_52728-1723019700270 .e_text-6 a {
	display: block;
	padding: 0px 20px;
	line-height: 50px;
	color: #333
}

@media screen and (max-width:768px) {
	#c_static_001_P_52728-1723019700270 .e_text-3 {
		font-size: 26px;
		color: transparent
	}

	#c_static_001_P_52728-1723019700270 .e_text-4 {
		display: none
	}

	#c_static_001_P_52728-1723019700270 .e_container-1 {
		gap: 5px
	}

	#c_static_001_P_52728-1723019700270 .e_container-1 .cbox-1-0 {
		padding: 10px 0px;
		background-clip: text;
		-webkit-background-clip: text
	}

	#c_static_001_P_52728-1723019700270 .e_loop-5 .menuList {
		position: fixed;
		width: 100vw;
		height: 100vh;
		top: -1px;
		left: 100%;
		z-index: 200;
		padding: 60px 0px;
		overflow: auto;
		background-color: #fff;
		display: block;
		overflow-y: scroll;
		transition: all .3s
	}

	#c_static_001_P_52728-1723019700270 .e_loop-5 .p_loopitem {
		border: none;
		border-bottom: 1px solid #eee;
		width: 100%;
		background-color: transparent;
		text-align: left;
		margin: 0px
	}

	#c_static_001_P_52728-1723019700270 .e_loop-5 .navItem1 {
		transform: translateY(50px);
		opacity: 0;
		transition: all .5s
	}

	#c_static_001_P_52728-1723019700270 .e_loop-5 .navItem1.show {
		transform: translateY(0px);
		opacity: 1
	}

	#c_static_001_P_52728-1723019700270 .e_loop-5 .active .e_text-6 {
		color: #004C98
	}

	#c_static_001_P_52728-1723019700270 .e_loop-5 .more {
		display: flex;
		justify-content: space-between;
		align-items: center;
		color: #fff;
		background-color: var(--mainColor);
		text-align: center;
		font-size: 16px;
		padding: 12px 15px;
		border-radius: 5px
	}

	#c_static_001_P_52728-1723019700270 .e_loop-5 .p_list .close {
		display: block
	}

	#c_static_001_P_52728-1723019700270 .e_text-6 {
		color: #333;
		border-bottom: 1px solid rgb(255 255 255 / 17%);
		transform: translateY(50px)
	}

	#c_static_001_P_52728-1723019700270 .e_text-6 a {
		font-size: 16px
	}
}

@media screen and (min-width: 769px) {
	#c_static_001_P_52728-1723019700270 .e_loop-5 .navItem1:hover,#c_static_001_P_52728-1723019700270 .e_loop-5 .navItem2:hover,#c_static_001_P_52728-1723019700270 .e_loop-5 .navItem3:hover {
		background-color: var(--mainColor)
	}

	#c_static_001_P_52728-1723019700270 .e_loop-5 .navItem1:hover path,#c_static_001_P_52728-1723019700270 .e_loop-5 .navItem2:hover path {
		stroke: #fff
	}

	#c_static_001_P_52728-1723019700270 .e_loop-5 .navItem1:hover {
		color: #fff
	}

	#c_static_001_P_52728-1723019700270 .e_loop-5 .navItem2:hover {
		color: #fff
	}

	#c_static_001_P_52728-1723019700270 .e_loop-5 .navItem3:hover {
		color: #fff
	}

	#c_static_001_P_52728-1723019700270 .e_loop-5 .navItem1 {
		transition: all .3s
	}
}

@media screen and (max-width: 1024px) and (min-width: 769px) {
	#c_static_001_P_52728-1723019700270 .e_text-3 {
		font-size: 24px
	}

	#c_static_001_P_52728-1723019700270 .e_container-1 .cbox-1-0 {
		padding: 15px 10px
	}

	#c_static_001_P_52728-1723019700270 .e_text-6 a {
		padding: 0px 18px
	}
}

#c_static_001_P_52731-1723020194822 {
	min-height: 300px
}

#c_static_001_P_52731-1723020194822 .e_loop-1 .p_list {
	display: flex;
	flex-wrap: wrap;
	position: relative;
/*解决无缝滚动在循环体多列展示问题  */
	max-width: 100%;
/* 解决无缝滚动在循环体多列展示问题 */
	gap: clamp(25px, 2vw, 30px)
}

#c_static_001_P_52731-1723020194822 .e_loop-1 .p_loopitem {
	flex: 0 0 100%;
	position: relative
}

#c_static_001_P_52731-1723020194822 .e_loop-1 .p_page {
	text-align: center;
	margin-top: 40px
}

#c_static_001_P_52731-1723020194822 .e_container-2 {
	display: flex;
	width: 100%;
	position: relative;
	border: 1px solid #333132;
	background-color: #333132;
	border-radius: 20px;
	overflow: hidden;
	transition: all .5s
}

#c_static_001_P_52731-1723020194822 .e_loop-1 .p_loopitem:nth-child(even) .e_container-2 {
	flex-direction: row-reverse
}

#c_static_001_P_52731-1723020194822 .e_container-2:hover {
	box-shadow: 5px 5px 20px rgba(0, 0, 0, .1)
}

#c_static_001_P_52731-1723020194822 .e_container-2 .cbox-2-0 {
	flex: .6;
	max-width: 400px
}

#c_static_001_P_52731-1723020194822 .e_container-2 .cbox-2-1 {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: clamp(15px, 2vw, 30px);
	padding: clamp(15px, 2.5vw, 50px) clamp(10px, 2vw, 30px);
	transition: all .5s
}

#c_static_001_P_52731-1723020194822 .e_text-3 {
	line-height: normal;
	font-size: clamp(18px, 2vw, 24px);
	font-weight: bold;
	color:#fff;
}

#c_static_001_P_52731-1723020194822 .e_container-2:hover .e_text-3 {
	color: var(--mainColor)
}

#c_static_001_P_52731-1723020194822 .e_text-3::after {
	content: '';
	display: block;
	width: 60px;
	height: 2px;
	margin-top: 10px;
	background-color: var(--mainColor);
	transition: all .5s
}

#c_static_001_P_52731-1723020194822 .e_container-2:hover .e_text-3::after {
	width: 100px
}

#c_static_001_P_52731-1723020194822 .e_button-4 {
	display: block;
	position: relative;
	overflow: hidden;
	text-align: center;
	box-sizing: border-box;
	width: 150px;
	padding: 8px;
	font-size: 16px;
	border-radius: 25px;
	border: 1px solid var(--mainColor);
	background-color: transparent;
	color: var(--mainColor);
	margin: auto 0px 0px auto;
	transition: all .5s
}

#c_static_001_P_52731-1723020194822 .e_button-4:hover {
	background-color: var(--mainColor);
	color: #fff
}

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

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

#c_static_001_P_52731-1723020194822 .e_button-4:hover::after {
	opacity: 1
}

#c_static_001_P_52731-1723020194822 .e_image-5 {
	overflow: hidden;
	position: relative;
	padding-top: 75%;
	min-height: 240px;
	height: 100%;
	background: url(../images/406046e4-a3ef-4e9a-9938-a776b3a7a124.webp) no-repeat fixed center;
	background-size: cover
}

#c_static_001_P_52731-1723020194822 .e_image-5 img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	object-fit: contain;
	padding: 10px;
	transition: all .5s
}

#c_static_001_P_52731-1723020194822 .e_container-2:hover img {
	transform: scale(1.05)
}

#c_static_001_P_52731-1723020194822 .e_text-6 {
	line-height: 1.5;
	color: #fff
}

@media screen and (max-width:768px) {
	#c_static_001_P_52731-1723020194822 .e_loop-1 .p_list {
		gap: 25px
	}

	#c_static_001_P_52731-1723020194822 .e_loop-1 .p_loopitem {
		flex: 0 0 100%
	}

	#c_static_001_P_52731-1723020194822 .e_container-2 {
		flex-direction: column !important
	}

	#c_static_001_P_52731-1723020194822 .e_container-2 .cbox-2-0 {
		max-width: 100%
	}

	#c_static_001_P_52731-1723020194822 .e_container-2 .cbox-2-1 {
		top: 85%
	}
}

@media screen and (max-width: 1024px) and (min-width: 769px) {
	#c_static_001_P_52731-1723020194822 .e_loop-1 .p_list {
		gap: 1.5vw
	}

	#c_static_001_P_52731-1723020194822 .e_loop-1 .p_loopitem {
		flex: 0 0 calc((100% - 1.5vw) / 2)
	}

	#c_static_001_P_52731-1723020194822 .e_button-4 {
		font-size: 14px;
		width: 160px;
		padding: 5px
	}
}