:root {
	--text-32-60: clamp(2rem, 1.481rem + 2.59vw, 3.75rem);
    --text-28-52: clamp(1.75rem, 1.306rem + 2.22vw, 3.25rem);
    --text-24-40: clamp(1.5rem, 1.204rem + 1.48vw, 2.5rem);
    --text-20-32: clamp(1.25rem, 1.028rem + 1.11vw, 2rem);
    --text-18-24: clamp(1.125rem, 1.014rem + 0.56vw, 1.5rem);
    --text-16-18: clamp(1rem, 0.963rem + 0.19vw, 1.125rem);
    --text-14-16: clamp(0.875rem, 0.838rem + 0.19vw, 1rem);
    --text-12-14: clamp(0.75rem, 0.713rem + 0.19vw, 0.875rem);
}

.icon {
	font-size: 16px;
    width: 20px;
    height: 20px;
    margin-right: 3px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: middle;
    margin-top: -3px;
    fill: #0562e3;
}

.s_title {
	font-size: 16px;
    color: #333333;
    line-height: 1;
    font-family: Arial;
}

.s_title a {
	font-family: Arial;
	color: #333333;
}


/* banner */

#c_banner_063-1785405849668 .e_bannerA-2 .swiper-container {
	width: 100%;
	height: 100vh;
	max-height: 950px;
	overflow: hidden;
}
#c_banner_063-1785405849668 .e_bannerA-2 .swiper-slide {
	overflow: hidden;
	background: #fff;
	z-index: 10;
}
#c_banner_063-1785405849668 .e_bannerA-2 .swiper-slide-active {
	z-index: 11;
}
#c_banner_063-1785405849668 .e_bannerA-2 .p_slide {
	background-position: center center;
	background-size: cover;
}
#c_banner_063-1785405849668 .e_bannerA-2 .p_img {
	width: 100%;
	height: 100%;
	overflow: hidden;
	display: none;
}
#c_banner_063-1785405849668 .e_bannerA-2 .p_video {
	width: 100%;
	height: 100%;
	overflow: hidden;
}
#c_banner_063-1785405849668 .e_bannerA-2 .P_link_img {
	display: block;
	position: relative;
	overflow: hidden;
	height: 100%;
	width: 100%;
	background-size: cover;
	transition: all ease 2s;
	transform: scale(1.1);
}
#c_banner_063-1785405849668 .e_bannerA-2 .swiper-slide-active .P_link_img {
	transform: scale(1);
}
#c_banner_063-1785405849668 .e_bannerA-2 .p_videoPoster {
	display: block;
	position: relative;
	overflow: hidden;
	height: 100%;
	width: 100%;
	background-size: cover;
	transition: transform ease 2s;
	transform: scale(1);
	cursor: pointer;
	z-index: 19;
}
#c_banner_063-1785405849668 .e_bannerA-2 .swiper-slide-active .p_videoPoster {
	transform: scale(1);
}
#c_banner_063-1785405849668 .e_bannerA-2 .P_link_img img {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%) scale(1.18);
	width: auto;
	height: 100%;
}
#c_banner_063-1785405849668 .e_bannerA-2 .p_videoPoster img {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%) scale(1.18);
	width: auto;
	height: 100%;
}
#c_banner_063-1785405849668 .e_bannerA-2 .p_info {
	position: absolute;
	top: 52%;
	left: 50%;
	width: 94%;
    /* padding-right:35%;
 */
    z-index:22;
	transform: translate(-50%, -50%);
	max-width: 1450px;
}
#c_banner_063-1785405849668 .e_bannerA-2 .p_info_fivebox {
	width: 100%;
}
#c_banner_063-1785405849668 .e_bannerA-2 .p_entitle {
	color: #fff;
	font-size: var(--text-18-24);
	font-family: arial;
	line-height: 1.6;
	transition:all ease 1.6s .4s;
	opacity: 0;
	transform: translateY(40px);
	text-shadow: 0px 0px 5px #fff;
}
#c_banner_063-1785405849668 .e_bannerA-2 .swiper-slide-active .p_entitle {
	opacity: 1;
	transform: translateY(0px);
}
#c_banner_063-1785405849668 .e_bannerA-2 .p_btitle {
color: #fff;
    font-size: var(--text-32-60);
    line-height: normal;
    letter-spacing: 0px;
    text-transform: uppercase;
    font-weight: bold;
    transform: translateY(100%);
	opacity: 0;
    transition: all ease 1.6s .6s;
}
#c_banner_063-1785405849668 .e_bannerA-2 .swiper-slide-active .p_btitle {
	transform: translateY(0px);
	opacity: 1;
}
#c_banner_063-1785405849668 .e_bannerA-2 .p_summary {
	color: #fff;
    font-size: var(--text-20-32);
    line-height: 1.6;
    margin-top: 10px;
	transition: transform 1.2s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);
	transform: translateY(100%);
	transition-delay: .7s;
	text-transform: uppercase;
	letter-spacing: 0px;
	display-radio: 1;
    font-family: "e4e3e3c6-bc31-46d0-8fbe-e655bac1d986" !important;
}
#c_banner_063-1785405849668 .e_bannerA-2 .swiper-slide-active .p_summary {
	transform: translateY(0);
}
#c_banner_063-1785405849668 .e_bannerA-2 .p_cspan {
	position: relative;
	margin-top: 10px;
	display: block;
	transition: all ease 2s .8s;
	opacity: 0;
	transform: translateY(40px);
}
#c_banner_063-1785405849668 .e_bannerA-2 .p_button {
	display: inline-block;
	margin-top: 40px;
	background-color: rgba(5, 97, 227, 0.774);
	border-color: rgba(5,98,227,1);
	border-top-left-radius: 30px;
	border-top-right-radius: 30px;
	border-bottom-left-radius: 30px;
	border-bottom-right-radius: 30px;
	border-style: none;
	width: 100%;
	max-width: 180px;
	padding: 14px 15px;
	color: #fff;
	text-align: center;
	font-size: var(--text-14-16);
	transform: translateY(126%);
	transition: all ease 1.6s 0.7s,color ease 0.3s;
	opacity: 0;
	overflow: hidden;
	position: relative;
}
#c_banner_063-1785405849668 .e_bannerA-2 .p_button:hover:before {
	transform: scaleY(1);
	opacity: 1;
}
#c_banner_063-1785405849668 .e_bannerA-2 .p_button:hover {
	color: var(--bc);
}
#c_banner_063-1785405849668 .e_bannerA-2 .p_button:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
	background-color: #fff;
    -webkit-transform-origin:bottom center;
	transform-origin: bottom center;
    -webkit-transform:scaleY(0);
	transform: scaleY(0);
	transition: transform 300ms, -webkit-transform 300ms;
}
#c_banner_063-1785405849668 .e_bannerA-2 .swiper-slide-active .p_button {
	transform: translateY(0);
	opacity: 1;
}
#c_banner_063-1785405849668 .e_bannerA-2 .swiper-slide-active .p_cspan {
	opacity: 1;
	transform: translateY(0px);
}
#c_banner_063-1785405849668 .e_bannerA-2 .p_cspan::before {
	background: #de242c;
}
#c_banner_063-1785405849668 .e_bannerA-2 .p_scrool {
	position: absolute;
	left: calc((100% - 90px) / 2);
	bottom: 40px;
	color: #fff;
	z-index: 10;
}
#c_banner_063-1785405849668 .e_bannerA-2 .p_scrool span {
	text-transform: uppercase;
	color: #fff;
	display: block;
	font-family: arial;
	line-height: 20px;
	margin-top: 12px;
	font-size: var(--text-12);
}
#c_banner_063-1785405849668 .e_bannerA-2 .p_scrool i {
	display: block;
	width: 20px;
	height: 30px;
	margin: 0 auto;
	border-radius: 12px;
	border: 2px #fff solid;
	position: relative;
}
#c_banner_063-1785405849668 .e_bannerA-2 .p_scrool i:before {
	content: "";
	display: block;
	width: 4px;
	height: 10px;
	background: #fff;
	border-radius: 2px;
	position: absolute;
	left: 50%;
	transform: translate(-50%, 0);
	top: 3px;
	animation: scrollmouse 2s linear infinite;
}
@keyframes scrollmouse {
	from {
	transform: translate(-50%, 0);
	opacity: 1;
}
to {
	transform: translate(-50%, 10px);
	opacity: 0;
}
}
#c_banner_063-1785405849668 .e_bannerA-2 .p_kongjian {
	position: absolute;
	right: 0;
	width: 100%;
	border-left: 1px solid rgb(255 255 255 / 10%);
	height: 100%;
	top: 0;
	bottom: 0;
	z-index: 1;
	max-width: 100px;
	pointer-events: none;
	display: none;
}
#c_banner_063-1785405849668 .e_bannerA-2 .swiper-pagination {
	position: absolute;
	display: flex;
	flex-direction: row;
	top: auto;
	right: auto;
	transform: translate(50%, -50%);
	left: 7%;
	width: auto;
	height: auto;
	bottom: 40px;
}
#c_banner_063-1785405849668 .e_bannerA-2 .swiper-pagination-bullet {
	margin: 3px 5px !important;
	background: hsl(0deg 0% 100% / 40%);
	opacity: 1;
	width: 10px;
	height: 10px;
	transition: all ease .3s;
}
#c_banner_063-1785405849668 .e_bannerA-2 .swiper-pagination-bullet-active {
	width: 30px;
	border-radius: 15px;
	background: rgb(255 255 255);
}
#c_banner_063-1785405849668 .e_bannerA-2 .swiper-pagination-bullet:hover {
	background: rgb(255 255 255);
}
#c_banner_063-1785405849668 .e_bannerA-2 .p_btn_next {
	color: #fff;
	border-radius: 0;
	border: 1px solid #fff;
	width: 50px;
	height: 50px;
	transition: all ease .3s;
	position: static;
	margin: 0 auto;
}
#c_banner_063-1785405849668 .e_bannerA-2 .p_btn_next::after {
	font-size: var(--text-14-16);
}
#c_banner_063-1785405849668 .e_bannerA-2 .p_btn_next:hover {
	background: rgba(255, 255, 255, .6);
	border: 1px solid rgba(255, 255, 255, .9);
}
#c_banner_063-1785405849668 .e_bannerA-2 .p_btn_next:hover::after {
	color: #1a74bb;
}
#c_banner_063-1785405849668 .e_bannerA-2 .p_btn_prev {
	color: #fff;
	border-radius: 0;
	border: 1px solid #fff;
	height: 50px;
	width: 50px;
	transition: all ease .3s;
	position: static;
	margin: 0px 20px 0px 0px;
}
#c_banner_063-1785405849668 .e_bannerA-2 .p_btn_prev::after {
	font-size: var(--text-14-16);
}
#c_banner_063-1785405849668 .e_bannerA-2 .p_btn_prev:hover {
	background: rgba(255, 255, 255, .6);
	border: 1px solid rgba(255, 255, 255, .9);
}
#c_banner_063-1785405849668 .e_bannerA-2 .p_btn_prev:hover::after {
	color: #1a74bb;
}
#c_banner_063-1785405849668 .e_bannerA-2 .videoContent {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 20;
	cursor: pointer;
}
#c_banner_063-1785405849668 .e_bannerA-2 .videoContent video {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	height: 100%;
	width: auto;
}
#c_banner_063-1785405849668 .e_bannerA-2 .p_video_button {
	position: absolute;
	right: 0;
	width: 100%;
	bottom: 160px;
	z-index: 110;
	max-width: 100px;
	height: 50px;
}
#c_banner_063-1785405849668 .e_bannerA-2 .p_videobtm {
	color: #fff;
	border-radius: 100%;
	border: 2px solid #fff;
	top: auto;
	bottom: 0;
	width: 50px;
	height: 50px;
	left: 50%;
	transform: translateX(-50%);
	transition: all ease .3s;
	display: none;
	position: absolute;
	cursor: pointer;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	display: none;
}
#c_banner_063-1785405849668 .e_bannerA-2 .p_video_button svg {
	margin: 0 auto;
	width: 15px;
}
#c_banner_063-1785405849668 .e_bannerA-2 .p_arr {
	max-width: 120px;
	width: 100%;
	position: absolute;
	right: 7%;
	bottom: 40px;
	height: auto;
	z-index: 1;
	display: flex;
	flex-direction: row;
	justify-content: center;
	text-align: center;
}
#c_banner_063-1785405849668 .e_bannerA-2 .p_videobtm:hover {
	background: #0e70b9;
	border: 2px solid #0e70b9;
}
#c_banner_063-1785405849668 .e_bannerA-2 .video_cover {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: url(https://omo-oss-image.thefastimg.com/portal-saas/new2021110809444772096/cms/image/ac7dfb0c-9f66-4346-a20f-f226255c788d.png) repeat;
	z-index: 21;
	opacity: 1;
}
#c_banner_063-1785405849668 {
	display-radio: 1;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
#c_banner_063-1785405849668 .e_bannerA-2 .p_img img,
#c_banner_063-1785405849668 .e_bannerA-2 .p_videoPoster img,
#c_banner_063-1785405849668 .e_bannerA-2 .gallery-thumbs .swiper-slide img {
	object-fit: contain;
}
#c_banner_063-1785405849668 .e_bannerA-2 .p_info_fivebox .item-word {
	position: relative;
}
#c_banner_063-1785405849668 .e_bannerA-2 .p_slide:after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	background-image: linear-gradient(180deg, #0000009e,#06070a2e, transparent);
	opacity: 0.3;
}
#c_banner_063-1785405849668 .e_bannerA-2 .p_slide:before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	background-image: linear-gradient(90deg, #0a2e4773,#0a2e4747, transparent);
	opacity: 0.7;
}



#c_banner_063-1785405849668 .e_bannerA-2 .p_slide:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background-image: linear-gradient(90deg, #0a2e4773,#0a2e4747, transparent);
    opacity: 0.7;
}

@media(min-width:769px) {
	#c_banner_063-1785405849668 .e_bannerA-2 .p_summary {
		text-shadow: 3px 0 10px rgb(22 78 145 / 40%);
	}
}


@media(max-width:768px) {
	#c_banner_063-1785405849668 .e_bannerA-2 .p_button {
		max-width: 120px;
		padding: 5px;
		margin-top: 0px;
	}

	#c_banner_063-1785405849668 .e_bannerA-2 .p_info_fivebox {
		width: 80%;
		padding-bottom: 0px;
	}

	#c_banner_063-1785405849668 .e_bannerA-2 .p_info {
		width: 90%;
		top: 60%;
		padding-right: 0;
	}

	#c_banner_063-1785405849668 .e_bannerA-2 .p_scrool {
		display: none;
	}

	#c_banner_063-1785405849668 .e_bannerA-2 .p_summary {
		font-size: 14px;
		line-height: 1.6;
		margin-bottom: 10px;
		margin-top: 10px;
	}

	#c_banner_063-1785405849668 .e_bannerA-2 .p_entitle {
		font-size: 12px;
	}

	#c_banner_063-1785405849668 .e_bannerA-2 .p_btitle {
		font-size: 24px;
	}

	#c_banner_063-1785405849668 .e_bannerA-2 .p_cspan::before {
		width: 25px;
		height: 2px;
	}

	#c_banner_063-1785405849668 .e_bannerA-2 .p_kongjian {
		max-width: 55px;
		display: none;
	}

	#c_banner_063-1785405849668 .e_bannerA-2 .p_arr {
		max-width: 55px;
		display: none;
	}

	#c_banner_063-1785405849668 .e_bannerA-2 .p_video_button {
		max-width: 55px;
		bottom: 106px;
		height: 28px;
	}

	#c_banner_063-1785405849668 .e_bannerA-2 .swiper-pagination-bullet {
		width: 6px;
		height: 6px;
		margin: 3px !important;
	}

	#c_banner_063-1785405849668 .e_bannerA-2 .swiper-pagination-bullet-active {
		width: 20px;
	}

	#c_banner_063-1785405849668 .e_bannerA-2 .swiper-pagination-bullet:hover {
		height: 6px;
	}

	#c_banner_063-1785405849668 .e_bannerA-2 .p_btn_prev {
		width: 28px;
		height: 28px;
		margin: 5px auto 0;
	}

	#c_banner_063-1785405849668 .e_bannerA-2 .p_video_button span {
		width: 28px;
		height: 28px;
	}

	#c_banner_063-1785405849668 .e_bannerA-2 .p_btn_next {
		width: 28px;
		height: 28px;
	}

	#c_banner_063-1785405849668 .e_bannerA-2 .p_btn_prev::after {
		font-size: 12px;
	}

	#c_banner_063-1785405849668 .e_bannerA-2 .p_btn_next::after {
		font-size: 12px;
	}

	#c_banner_063-1785405849668 .e_bannerA-2 .swiper-container {
		height: 35vh;
		margin-top: 0px;
	}

	#c_banner_063-1785405849668 .e_bannerA-2 .p_cspan {
		margin-top: 0px;
	}

	#c_banner_063-1785405849668 .e_bannerA-2 .p_video_button svg {
		width: 12px;
	}

	#c_banner_063-1785405849668 .e_bannerA-2 .swiper-pagination {
		right: auto;
		top: auto;
		bottom: 15px;
		left: auto;
		width: 100%;
		justify-content: center;
		height: auto;
		transform: unset;
		flex-direction: row;
	}

	#c_banner_063-1785405849668 .e_bannerA-2 .videoContent video {
		height: 100%;
		width: auto;
	}

	#c_banner_063-1785405849668 .e_bannerA-2 .p_scrool span {
		display: none;
	}

	#c_banner_063-1785405849668 .e_bannerA-2 .p_slide {
		background-position: 80% center;
		background-size: cover;
	}
}


/* header */
#c_navigation_006_P_4496-1785378032212 {
	width: 90%;
	top: 30px;
	left: 5%;
	border-radius: 50px;
	position: fixed;
	z-index: 999;
	transition: all .5s ease;
	display-radio: 1;
	background-color: rgba(0, 0, 0, 0.288);
	background_radio:2;
}
#c_navigation_006_P_4496-1785378032212.active .p_level1Box {
	border: none !important;
}
#c_navigation_006_P_4496-1785378032212.active {
	width: 100%;
	left: 0;
	right: 0;
	top: 0;
	background: #fff;
	box-shadow: 0 0 15px rgb(0 0 0 / 20%);
}
#c_navigation_006_P_4496-1785378032212 .e_container-13 {
	display-radio: 1;
	padding-left: 0px;
    background_radio:1;
}
#c_navigation_006_P_4496-1785378032212 .e_container-13 .p_item {
	display-radio: 1;
}
#c_navigation_006_P_4496-1785378032212 .e_container-14 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 94%;
	display-radio: flex;
	max-width: none;
	margin-left: auto;
	margin-right: auto;
    background_radio:1;
}
#c_navigation_006_P_4496-1785378032212 .e_container-14 > .p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%;
}
#c_navigation_006_P_4496-1785378032212 .e_container-14 .cbox-14-0 {
	flex: 0 0 15%;
	align-self: center;
}
#c_navigation_006_P_4496-1785378032212 .e_container-14 .cbox-14-2 {
	flex: 0 0 25%;
	align-self: center;
}
#c_navigation_006_P_4496-1785378032212 .e_image-15 {
	overflow: hidden;
	display-radio: 1;
	max-width: 120px;
	padding-top: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
}
#c_navigation_006_P_4496-1785378032212 .e_image-15 img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	filter: unset;
}
#c_navigation_006_P_4496-1785378032212.active .e_image-15 img {
	display: block;
}
#c_navigation_006_P_4496-1785378032212 .e_image-15 img:nth-child(2) {
	width: 100%;
	height: 100%;
	object-fit: contain;
	filter: unset;
	display: none;
}
#c_navigation_006_P_4496-1785378032212.active .e_image-15 img:nth-child(2) {
	width: 100%;
	height: 100%;
	object-fit: contain;
	filter: unset;
	display: block;
}
#c_navigation_006_P_4496-1785378032212 .e_container-14 .cbox-14-1 {
	margin-left: 0;
	align-self: center;
}
#c_navigation_006_P_4496-1785378032212 .e_navigationA-16 .p_level1Box {
	display: flex;
	justify-content: space-around;
}
#c_navigation_006_P_4496-1785378032212 .e_navigationA-16 .p_iconBox {
	height: 60px;
	width: 60px;
	border-radius: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
#c_navigation_006_P_4496-1785378032212 .e_navigationA-16 .p_openIcon {
	width: 100%;
	height: 60px;
	padding: 12px 0px;
	margin: 0;
}
#c_navigation_006_P_4496-1785378032212 .e_navigationA-16 .p_closeIcon {
	width: 100%;
	height: 60px;
	padding: 12px 0px;
	margin: 0;
	fill: #1b9fe1;
}
#c_navigation_006_P_4496-1785378032212 .e_navigationA-16 .p_navButton {
	display: none;
}
#c_navigation_006_P_4496-1785378032212 .e_navigationA-16 .p_level2Box {
	display: none;
	height: auto;
	padding: 0;
	background: #f2f2f2;
	min-width: 150%;
	position: absolute;
	left: 50%;
	top: 100%;
	z-index: 99;
	transform: translateX(-50%);
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

#c_navigation_006_P_4496-1785378032212 .e_navigationA-16 .p_level2Box

#c_navigation_006_P_4496-1785378032212 .e_navigationA-16 .p_level3Box {
	display: none;
	height: auto;
	padding: 15px 0;
	background: #f5f5f5;
	width: 130px;
	position: absolute;
	top: 0;
	left: 100%;
	z-index: 9;
	border-radius: 5px;
	border-top-left-radius: 0px;
}
#c_navigation_006_P_4496-1785378032212 .e_navigationA-16 .p_level1Item {
	position: relative;
	border: none;
}

#c_navigation_006_P_4496-1785378032212 .e_navigationA-16 .p_level2Item {
	position: relative;
	width: 100%;
}
#c_navigation_006_P_4496-1785378032212 .e_navigationA-16 .p_level2Item .p_menu2Item {
	margin: 0;
}
#c_navigation_006_P_4496-1785378032212 .e_navigationA-16 .p_level3Item {
	width: 100%;
}
#c_navigation_006_P_4496-1785378032212 .e_navigationA-16 .p_level1Item a {
	font-size: 18px;
	padding: 0 0.8vw;
	line-height: 90px;
	display: block;
	text-align: center;
	font-family: "raleway常规(raleway-regular)_爱给网_aigei_com";
	color: #fff;
}
#c_navigation_006_P_4496-1785378032212 .e_navigationA-16 .p_level2Item a {
	font-size: 15px;
	padding: 0 10px;
	line-height: 42px;
	display: block;
	text-align: center;
	color: #666;
	opacity: 1;
	transition: all ease .3s;
	white-space: nowrap;
}
#c_navigation_006_P_4496-1785378032212 .e_navigationA-16 .p_level2Item a:hover {
	color: #0562e3;
}
#c_navigation_006_P_4496-1785378032212 .e_navigationA-16 .p_level1Item:hover .p_menu1Item {
	color: #fff;
	margin: 0;
}
#c_navigation_006_P_4496-1785378032212 .e_navigationA-16 .p_level1Item:hover {
	background-color: #0562e3;
}
#c_navigation_006_P_4496-1785378032212 .head_lan {
	width: 80px;
	position: relative;
}
#c_navigation_006_P_4496-1785378032212 .lan_con {
	width: auto;
	display: flex;
	height: 80px;
	justify-content: center;
	align-items: center;
	border-right: 1px solid rgba(255,255,255,.2);
}
#c_navigation_006_P_4496-1785378032212 .lan_con:hover {
	cursor: pointer;
}
#c_navigation_006_P_4496-1785378032212 .head_lan .lan_tit {
	width: auto;
	line-height: 36px;
	display: flex;
	align-items: center;
}
#c_navigation_006_P_4496-1785378032212 .head_lan .lan_tit span {
	font-size: 14px;
	color: #fff;
	display: none;
}
#c_navigation_006_P_4496-1785378032212 .head_lan .lan_tit .iconfont.map {
	margin-right: 0px;
	margin-left: 0;
	font-size: 0;
	width: 26px;
	height: 26px;
    -webkit-border-radius:100%;
	background: url(https://omo-oss-image.thefastimg.com/portal-saas/pg2024041210045804330/cms/image/39ecda5a-9a4c-4c5a-badb-b30d3be9fdd8.gif) no-repeat center center;
	background-size: cover;
	display: block;
}
#c_navigation_006_P_4496-1785378032212.active .head_lan .lan_tit .iconfont.map {
	width: 26px;
	height: 26px;
	background: url(https://omo-oss-image.thefastimg.com/portal-saas/pg2024041210045804330/cms/image/39ecda5a-9a4c-4c5a-badb-b30d3be9fdd8.gif) #1b9fe1 no-repeat center center;
	background-size: cover;
	display: block;
}
#c_navigation_006_P_4496-1785378032212 .head_lan .lan_list {
	display: flex;
	width: 120px;
	background: #fff;
	padding: 3px 0px 10px 0px;
	position: fixed;
	z-index: 99;
	top: 65px;
	font-size: 13px;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
	opacity: 0;
	visibility: hidden;
	transform: translate(0, 20px);
	transition: all .3s ease;
	flex-direction: column;
}
#c_navigation_006_P_4496-1785378032212 .head_lan .lan_list.cur {
	opacity: 1;
	transform: translate(0, 0px);
	visibility: visible;
}
#c_navigation_006_P_4496-1785378032212 .head_lan .lan_list span {
	position: relative;
	display: inline-block;
	padding-left: 45px;
}
#c_navigation_006_P_4496-1785378032212 .head_lan .lan_list p:nth-child(1) span {
	background: url(https://omo-oss-image.thefastimg.com/portal-saas/pg2024041210045804330/cms/image/ecb70bf4-64f8-48d7-b1d2-d0ea4acb01b9.jpg) no-repeat left center;
}
#c_navigation_006_P_4496-1785378032212 .head_lan .lan_list p:nth-child(2) span {
	background: url(https://omo-oss-image.thefastimg.com/portal-saas/pg2024041210045804330/cms/image/f4679477-1a1b-49fa-a8ff-f981f8676495.jpg) no-repeat left center;
}
#c_navigation_006_P_4496-1785378032212 .head_lan .lan_list p:nth-child(3) span {
	background: url(https://omo-oss-image1.thefastimg.com//portal-saas/pg2024041210045804330/cms/image/46a708d3-f6ae-43b4-9d4c-d510057beffa.png) no-repeat left center;
}
#c_navigation_006_P_4496-1785378032212 .head_lan .lan_list .iconfont:before {
	color: #fff;
	position: absolute;
	font-size: 24px;
	width: 100%;
	top: -5px;
	text-align: center;
}
#c_navigation_006_P_4496-1785378032212 .head_lan .lan_list p {
	padding: 3px;
}
#c_navigation_006_P_4496-1785378032212 .head_lan .lan_list a {
	color: #666;
	display: block;
	text-align: center;
	padding: 2px 5px;
	height: 30px;
	line-height: 30px;
	transition: all .3s ease;
}
#c_navigation_006_P_4496-1785378032212 .head_lan .lan_list a:hover {
	color: #1b9fe1;
}
#c_navigation_006_P_4496-1785378032212 .form-group {
	margin-bottom: 0px;
}
#c_navigation_006_P_4496-1785378032212 .form-control {
	border-right: none;
	height: 50px;
	border-left: 1px solid #ddd;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	border-top-left-radius: 30px;
	border-bottom-left-radius: 30px;
	padding: 5px 25px;
}
#c_navigation_006_P_4496-1785378032212 .form-control:focus {
	color: #495057;
	background-color: #fff;
	border-color: #ddd;
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 0%);
}
#c_navigation_006_P_4496-1785378032212 .btn:focus {
	box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 0%);
}
#c_navigation_006_P_4496-1785378032212 .e_navigationA-16 {
	display-radio: 1;
	width: auto;
	padding-right: 40px;
}
#c_navigation_006_P_4496-1785378032212 .e_container-14 .cbox-14-3 {
	flex: 0 0 80px;
	align-self: center;
}
#c_navigation_006_P_4496-1785378032212 .e_icon-24 {
	width: 28px;
font_radio:2;
	display-radio: 1;
	font-size: 16px;
	color: rgba(255,255,255,1);
	line-height: 1;
	font-family: "poppins-regular";
	height: auto;
	margin-left: auto;
	margin-right: auto;
}
#c_navigation_006_P_4496-1785378032212 .e_icon-24 .icon {
	margin: 0;
	width: 100%;
	height: 100%;
	fill: #fff;
}
#c_navigation_006_P_4496-1785378032212 .e_icon-25 {
	width: 28px;
	height: auto;
	font_radio:2;
	display-radio: 1;
	font-size: 16px;
	color: rgba(255,255,255,1);
	line-height: 1;
	font-family: "poppins-regular";
	margin-left: auto;
	margin-right: auto;
}
#c_navigation_006_P_4496-1785378032212 .e_icon-25 .icon {
	margin: 0;
	width: 100%;
	height: 100%;
	fill: currentColor;
}
#c_navigation_006_P_4496-1785378032212 .e_container-29 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%;
background_radio:1;
	display-radio: flex;
	max-width: 280px;
	margin-left: auto;
	margin-right: 0px;
}
#c_navigation_006_P_4496-1785378032212 .e_container-29 > .p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%;
}
#c_navigation_006_P_4496-1785378032212 .e_container-29 .cbox-29-0 {
	background-color: rgba(5,98,227,1);
	border-top-left-radius: 50px;
	border-top-right-radius: 50px;
	border-bottom-left-radius: 50px;
	border-bottom-right-radius: 50px;
}
#c_navigation_006_P_4496-1785378032212 .e_container-30 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%;
background_radio:1;
	display-radio: flex;
	padding-top: 15px;
	padding-bottom: 15px;
}
#c_navigation_006_P_4496-1785378032212 .e_container-30 > .p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%;
	position: relative;
}
#c_navigation_006_P_4496-1785378032212 .e_container-30 .cbox-30-2 .dropdown-menu {
	margin: 0;
}
#c_navigation_006_P_4496-1785378032212 .e_container-30 .cbox-30-2:hover .dropdown-menu {
	display: block;
}
#c_navigation_006_P_4496-1785378032212 .e_container-30 .cbox-30-0 {
	border-right: 1px solid #fff;
	position: relative;
}
#c_navigation_006_P_4496-1785378032212 .e_container-30 .cbox-30-1 {
	border-right: 1px solid #fff;
}
#c_navigation_006_P_4496-1785378032212 .e_icon-31 {
	width: 28px;
	height: auto;
font_radio:2;
	display-radio: 1;
	font-size: 16px;
	color: rgba(255,255,255,1);
	line-height: 1;
	font-family: "poppins-regular";
	margin-left: auto;
	margin-right: auto;
}
#c_navigation_006_P_4496-1785378032212 .e_icon-31 .icon {
	margin: 0;
	width: 100%;
	height: 100%;
	fill: currentColor;
}

@media(min-width:769px) {
	#c_navigation_006_P_4496-1785378032212 .e_navigationA-16 .p_level1Item:hover .yx_NavCn {
	    color: #fff;
	}
	.yx_NavCn {
	    transition: all 0.6s;
	}
	#c_navigation_006_P_4496-1785378032212 .e_navigationA-16 .p_level1Item:hover .yx_NavEn {
	    top: 0;
	    line-height: 80px;
	    opacity: 1;
	}
	.yx_NavEn {
	    font-size: 0.9vw;
	    line-height: 100px;
	    color: var(--yx_Color);
	    width: 100%;
	    transition: all 0.6s;
	    display: block;
	    left: 50%;
	    transform: translateX(-50%);
	    position: absolute;
	    top: 100%;
	    text-align: center;
	    opacity: 0;
	}
	#c_navigation_006_P_4496-1785378032212 .e_navigationA-16 .p_navContent {
	    display: block;
	}
	#c_navigation_006_P_4496-1785378032212 .e_navigationA-16 .p_menu1Item {
	    color: #fff;
	    position: relative;
	    margin: 0;
	}
	#c_navigation_006_P_4496-1785378032212 .e_navigationA-16 .p_menu1Item::before {
	    content: '';
	    position: absolute;
	    left: 50%;
	    transform: translateX(-50%);
	    bottom: 0px;
	    border: 8px solid;
	    border-color: transparent transparent #0f50a3 transparent;
	    opacity: 0;
	    transition: all .5s ease;
	}
	#c_navigation_006_P_4496-1785378032212.active {
	    background: rgb(255 255 255 / 80%) !important;
	    box-shadow: 0 0 5px rgba(0,0,0,0.1) !important;
	    backdrop-filter: blur(24px);
	    -webkit-backdrop-filter: blur(24px);
		border-radius: 8px;
	}
	#c_navigation_006_P_4496-1785378032212.active .e_navigationA-16 .p_menu1Item {
	    color: #111;
	}
	#c_navigation_006_P_4496-1785378032212.active .e_navigationA-16 .p_menu1Item a {
		color: #111;
	}
	#c_navigation_006_P_4496-1785378032212 .e_navigationA-16 .p_jtIcon {
	    transform: rotate(90deg);
	    display: none;
	}
	#c_navigation_006_P_4496-1785378032212 .e_navigationA-16 .p_level2Item .p_jtIcon {
	    display: none;
	}
	#c_navigation_006_P_4496-1785378032212 .e_navigationA-16 .p_iconBox {
	    display: none;
	}
	#c_navigation_006_P_4496-1785378032212 .e_navigationA-16 .nav-tel {
	    display: flex;
	    align-items: center;
	}
	#c_navigation_006_P_4496-1785378032212 .e_navigationA-16 .nav-tel .tel-con {
	    display: flex;
	    align-items: center;
	    padding: 0 20px;
	    border-left: 1px solid rgba(255, 255, 255, .2);
	    border-right: 1px solid rgba(255, 255, 255, .2);
	}
	#c_navigation_006_P_4496-1785378032212 .e_navigationA-16 .nav-tel .tel-con .tel-ico {
	    height: 28px;
	    width: 28px;
	    display: flex;
	    justify-content: center;
	    align-items: center;
	    margin-right: 5px;
	}
	#c_navigation_006_P_4496-1785378032212 .e_navigationA-16 .nav-tel .tel-con .tel-text {
	    font-size: 20px;
	    font-weight: normal;
	    font-family: arial;
	    color: #fff;
	    line-height: 80px;
	}
	#c_navigation_006_P_4496-1785378032212 .e_navigationA-16 .nav-tel .tel-con .tel-ico svg {
	    fill: #fff;
	}
	#c_navigation_006_P_4496-1785378032212.active .e_navigationA-16 .nav-tel .tel-con .tel-text {
	    color: #333;
	}
	#c_navigation_006_P_4496-1785378032212.active .e_navigationA-16 .nav-tel .tel-con .tel-ico svg {
	    fill: #bf070f;
	}
	#c_navigation_006_P_4496-1785378032212.active .e_navigationA-16 .nav-tel .tel-con {
	    border-left: 1px solid #ddd;
	    border-right: 1px solid #ddd;
	}
	#c_navigation_006_P_4496-1785378032212 .e_navigationA-16 .p_level2Box {
	    box-shadow: 0 0 5px rgba(0,0,0,0.1);
	    background: rgba(255,255,255,0.8);
	    padding: 0px;
	    border-bottom-right-radius: 10px;
	    border-bottom-left-radius: 10px;
	}
	#c_navigation_006_P_4496-1785378032212 .e_navigationA-16 .p_level2Item a {
	    color: rgba(0,0,0,.8);
	    border-bottom: rgba(255,255,255,.2) solid 1px;
	}
	#c_navigation_006_P_4496-1785378032212 .e_navigationA-16 .p_level2Item a:hover {
	    color: #fff !important;
	    background: #0562e3;
	}
	#1c_navigation_006_P_4496-1785378032212.active .e_icon-25 .icon {
	    fill: #0562e3;
	}
	#1c_navigation_006_P_4496-1785378032212.active .e_icon-24 .icon {
	    fill: #0562e3;
	}
}


@media(max-width:768px) {
	#c_navigation_006_P_4496-1785378032212 {
	    background: #fff;
	    width: 100%;
	    border-bottom: 1px solid rgba(255,255,255,.2);
	    position: fixed;
	    left: 0;
	    right: 0;
	    top: 0;
	    z-index: 99;
	    transition: all .5s ease;
	    display-radio: 1;
	    background-color: #fff;
	}
	#c_grid-116273709439191 > div > .p_gridCell {
	    margin: 0px !important;
	}
	#c_navigation_006_P_4496-1785378032212 .e_container-13 {
	    padding-left: 0px;
	    padding-right: 0px;
	}
	#c_navigation_006_P_4496-1785378032212 .e_container-14 {
	    position: relative;
	    width: 100%;
	    padding: 0px 0px 0px 15px;
	    justify-content: space-between;
	}
	#c_navigation_006_P_4496-1785378032212 .e_container-14 .cbox-14-0 {
	    flex: 0 0 26%;
	    z-index: 5;
	}
	#c_navigation_006_P_4496-1785378032212 .e_container-14 .cbox-14-1 {
	    flex: 0 0 50%;
	    margin-left: 0px;
	}
	#c_navigation_006_P_4496-1785378032212 .e_container-14 .cbox-14-3 {
	    flex: 0 0 30px;
	}
	#c_navigation_006_P_4496-1785378032212 .e_navigationA-16 {
	    padding-right: 0;
	}
	#c_navigation_006_P_4496-1785378032212 .e_container-14 .cbox-14-2 {
	    flex: 0 0 14%;
	    position: absolute;
	    z-index: 5;
	    right: 30px;
	    align-self: center;
	}
	#c_navigation_006_P_4496-1785378032212 .e_image-15 img:first-child {
	    display: none;
	}
	#c_navigation_006_P_4496-1785378032212 .e_image-15 img:nth-child(2) {
	    display: block;
	}
	#c_navigation_006_P_4496-1785378032212 .e_navigationA-16 .p_level1Box {
	    display: block;
	    width: 100%;
	    background: #f2f2f2;
	    position: relative;
	    z-index: 1;
	    margin-top: 60px;
	    padding-left: 20px;
	    padding-right: 20px;
	    border-top: 1px solid #ddd;
	}
	#c_navigation_006_P_4496-1785378032212 .e_navigationA-16 .p_iconBox {
	    display: block;
	}
	#c_navigation_006_P_4496-1785378032212 .e_navigationA-16 .p_navContent {
	    display: none;
	    padding: 0;
	    height: 100%;
	    width: 100%;
	    position: fixed;
	    top: 0;
	    overflow-y: scroll;
	    left: 0;
	    background: #f2f2f2;
	    z-index: 99;
	}
	#c_navigation_006_P_4496-1785378032212 .e_navigationA-16 .p_navContent .p_navButton {
	    position: fixed;
	    background: #fff;
	    z-index: 2;
	    width: 100%;
	}
	#c_navigation_006_P_4496-1785378032212 .e_navigationA-16 .p_navButton {
	    display: flex;
	    justify-content: flex-end;
	}
	#c_navigation_006_P_4496-1785378032212 .e_navigationA-16 .p_level2Box,
	#c_navigation_006_P_4496-1785378032212 .e_navigationA-16 .p_level3Box {
	    padding: 0 0 0 30px;
	    background: none;
	}
	#c_navigation_006_P_4496-1785378032212 .e_navigationA-16 .p_jtIcon {
	    float: right;
	    transition: 0.5s;
	    height: 30px;
	    margin-top: 10px;
	}
	#c_navigation_006_P_4496-1785378032212 .e_navigationA-16 .p_jtHover {
	    transition: 0.5s;
	    transform: rotate(90deg);
	}
	#c_navigation_006_P_4496-1785378032212 .e_navigationA-16 .p_level2Box,#c_navigation_006_P_4496-1785378032212 .e_navigationA-16 .p_level3Box {
	    width: 100%;
	    left: 0;
	    transform: translateX(0);
	    position: inherit;
	    border-radius: 0;
	}
	#c_navigation_006_P_4496-1785378032212 .e_navigationA-16 .p_level1Item {
	    border-bottom: 1px solid rgb(0 0 0 / 5%);
	    line-height: 50px;
	    font-size: 14px;
	}
	#c_navigation_006_P_4496-1785378032212 .e_navigationA-16 .p_level1Item a,#c_navigation_006_P_4496-1785378032212 .e_navigationA-16 .p_level2Item a {
	    line-height: 50px;
	    font-size: 14px;
	    padding: 0;
	    display: inline;
	    text-align: left;
	    opacity: 1;
	}
	#c_navigation_006_P_4496-1785378032212 .e_navigationA-16 .nav-tel {
	    display: none;
	}
	#c_navigation_006_P_4496-1785378032212 .e_navigationA-16 .tel-text {
	    font-size: 20px;
	    font-family: arial;
	    color: #bf070f;
	    font-weight: bold;
	    line-height: 40px;
	}
	#c_navigation_006_P_4496-1785378032212 .e_navigationA-16 .tel-con {
	    display: flex;
	    justify-content: flex-start;
	    align-items: center;
	}
	#c_navigation_006_P_4496-1785378032212 .e_navigationA-16 .tel-ico {
	    width: 28px;
	    height: 28px;
	    margin-right: 8px;
	}
	#c_navigation_006_P_4496-1785378032212 .e_navigationA-16 .tel-ico svg {
	    fill: #bf070f;
	}
	#c_navigation_006_P_4496-1785378032212 .head_lan {
	    width: 100%;
	}
	#c_navigation_006_P_4496-1785378032212 .head_lan .lan_tit {
	    display: none;
	}
	#c_navigation_006_P_4496-1785378032212 .lan_con {
	    width: auto;
	    display: flex;
	    height: 50px;
	    margin-left: 20px;
	    margin-right: 20px;
	    justify-content: center;
	    align-items: center;
	    border-bottom: 1px solid rgb(0 0 0 / 5%);
	    border-right: none;
	}
	#c_navigation_006_P_4496-1785378032212 .head_lan .lan_list {
	    display: flex;
	    width: 100%;
	    background: none;
	    padding: 0;
	    position: relative;
	    z-index: 1;
	    justify-content: center;
	    top: 0;
	    font-size: 13px;
	    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 0%);
	    opacity: 1;
	    visibility: visible;
	    transform: translate(0, 0px);
	    transition: all .3s ease;
	    flex-direction: row;
	}
	#c_navigation_006_P_4496-1785378032212 .e_image-15 {
	    display-radio: 1;
	    margin-top: 10px;
	    width: auto;
	    max-width: 160px;
	}
}


/* products */
#c_category_532-1785392068809 {
	width: 100%;
	overflow: hidden;
	height: auto;
	display: flex;
	display-radio: flex;
	background-fill-value: background-image;
	padding-top: 6rem;
	padding-bottom: 5rem;
	align-content: center;
	background_radio:2;
	min-height: 740px;
	background-image: url(https://omo-oss-image1.thefastimg.com/portal-saas/pg2025103116093076628/cms/image/9e03d494-6f71-4eeb-867c-dbbc401fb601.png);
	background-repeat: no-repeat;
	background-position: top left;
	max-height: none;
}
#c_category_532-1785392068809 .e_container-1 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 90%;
	max-width: 1460px;
	margin: 0 auto;
	display-radio: flex;
background_radio:1;
}
#c_category_532-1785392068809 .e_container-1 > .p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%;
	position: relative;
}
#c_category_532-1785392068809 .e_loop-3 .p_list {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	max-width: 100%;
}
#c_category_532-1785392068809 .e_loop-3 .p_loopitem {
	flex: 0 0 33.3%;
	position: relative;
}
#c_category_532-1785392068809 .e_loop-3 .p_page {
	text-align: center;
}
#c_category_532-1785392068809 .e_loop-3 .p_filter_wrapper {
	width: 100%;
	font-size: 13px;
}
#c_category_532-1785392068809 .e_loop-3 .p_kv_wrapper {
	display: flex;
	flex-wrap: nowrap;
	line-height: 40px;
	margin: 15px 0;
}
#c_category_532-1785392068809 .e_loop-3 .p_filter_key {
	width: 70px;
	overflow: hidden;
	margin-right: 10px;
	font-weight: bold;
	color: #333333;
	font-size: 12px;
}
#c_category_532-1785392068809 .e_loop-3 .p_v_item {
	display: inline-block;
	padding: 0 3px;
	cursor: pointer;
	font-size: 13px;
	color: #555555;
	margin-right: 30px;
}
#c_category_532-1785392068809 .e_loop-3 .p_active .p_fbutton {
	color: #fff;
	background-color: cornflowerblue;
}
#c_category_532-1785392068809 .e_loop-3 .p_result_item {
	position: relative;
	padding: 3px 20px 3px 10px;
	border: 1px solid #ddd;
	border-radius: 3px;
	margin-right: 10px;
}
#c_category_532-1785392068809 .e_loop-3 .p_filter_close {
	position: absolute;
	right: 0;
	top: 0;
	padding: 3px;
	font-style: normal;
	font-size: 16px;
	margin-top: -5px;
	cursor: pointer;
}
#c_category_532-1785392068809 .e_loop-3 .p_s_option {
}
#c_category_532-1785392068809 .e_loop-3 .multSelect {
	font-size: 13px;
	position: relative;
}
#c_category_532-1785392068809 .e_loop-3 .multSelect .inputWrap {
	width: 100%;
	min-width: 100px;
	min-height: 24px;
	border: 1px solid #DCDFE6;
	border-radius: 3px;
	position: relative;
	cursor: pointer;
	background: white;
}
#c_category_532-1785392068809 .e_loop-3 .multSelect.is-invalid .inputWrap {
	border-color: #dc3545;
}
#c_category_532-1785392068809 .e_loop-3 .multSelect ul {
	padding: 0 5px;
	margin: 0;
	padding-right: 35px;
}
#c_category_532-1785392068809 .e_loop-3 .multSelect ul,li {
	list-style: none;
}
#c_category_532-1785392068809 .e_loop-3 .multSelect li {
	display: inline-block;
	background: #edf0f3;
	color: #92969c;
	padding: 0px 5px;
	margin: 1px 5px 1px 0;
	border-radius: 5px;
	line-height: 16px;
}
#c_category_532-1785392068809 .e_loop-3 .multSelect .multSelect-option {
	width: 100%;
	border: 1px solid #DCDFE6;
	border-radius: 2px;
	border-top: 0;
	max-height: 200px;
	overflow-y: scroll;
	position: absolute;
	height: 0;
	opacity: 0;
	z-index: 9;
	background: #fff;
}
#c_category_532-1785392068809 .e_loop-3 .multSelect .multSelect-option>div {
	line-height: 24px;
	cursor: pointer;
	padding: 0 10px;
}
#c_category_532-1785392068809 .e_loop-3 .multSelect .multSelect-option>div.selected {
	color: #409eff;
}
#c_category_532-1785392068809 .e_loop-3 .multSelect .multSelect-option>div:hover {
	color: #409eff;
	background: #f3f6f9;
}
#c_category_532-1785392068809 .e_loop-3 .multSelect .fa-close {
	font-style: normal;
	font-size: 12px;
	padding: 0 5px 0 7px;
}
#c_category_532-1785392068809 .e_loop-3 .multSelect .inputWrap>.fa svg {
	fill: #666;
	width: 12px;
	height: 12px;
	position: absolute;
	right: 0;
	top: calc(50% - 3px);
}
#c_category_532-1785392068809 .e_loop-3 .multSelect .inputWrap>.fa-down svg {
	transform: rotate(-90deg);
}
#c_category_532-1785392068809 .e_loop-3 .multSelect .inputWrap>.fa-up svg {
	transform: rotate(90deg);
}
#c_category_532-1785392068809 .e_loop-3 .multSelect .placeholder {
	line-height: 40px;
	padding-left: 10px;
	color: #aaa;
	position: absolute;
	left: 0;
	top: 0;
}
#c_category_532-1785392068809 .e_loop-3 .p_normal_start {
	display: inline;
	width: 100px;
	height: 40px;
}
#c_category_532-1785392068809 .e_loop-3 .p_date_start {
	display: inline;
	width: 105px;
	height: 40px;
}
#c_category_532-1785392068809 .e_loop-3 .p_normal_end {
	display: inline;
	width: 100px;
	height: 40px;
	margin-right: 5px;
}
#c_category_532-1785392068809 .e_loop-3 .p_date_end {
	display: inline;
	width: 105px;
	height: 40px;
	margin-right: 5px;
}
#c_category_532-1785392068809 .e_loop-3 .p_split {
	margin: 0 5px;
}
#c_category_532-1785392068809 .e_loop-3 .p_normal {
	margin-right: 16px;
}
#c_category_532-1785392068809 .e_loop-3 .p_fbutton {
	background-color: #007bff;
	border: 1px solid #409EFF;
	text-decoration: none;
	color: white;
	font-size: 14px;
	text-align: center;
	padding: 10px 25px;
	position: relative;
	overflow: hidden;
}
#c_category_532-1785392068809 .e_loop-3 .input-check,
#c_category_532-1785392068809 .e_loop-3 .input-radio {
	margin: 0 5px;
	vertical-align: text-top;
}
#c_category_532-1785392068809 .e_loop-3 .position-left {
	display: flex;
}
#c_category_532-1785392068809 .e_loop-3 .position-right {
	display: flex;
	flex-direction: row-reverse;
}
#c_category_532-1785392068809 .e_loop-3 .position-top {
}
#c_category_532-1785392068809 .e_loop-3 .position-bottom {
	display: flex;
	flex-direction: column-reverse;
}
#c_category_532-1785392068809 .e_loop-3 .p_mbutton {
	border: 1px solid #409EFF;
	text-decoration: none;
	color: #409EFF;
	font-size: 14px;
	text-align: center;
	padding: 10px 25px;
	position: relative;
	overflow: hidden;
}
#c_category_532-1785392068809 .e_loop-3 .p_mbutton:after {
	content: "";
	display: none;
	width: 16px;
	height: 16px;
	background-color: #409eff;
    -webkit-transform:skewY(
-45deg);
	transform: skewY(
360deg);
	position: absolute;
	bottom: 0px;
	right: 0;
	z-index: 1;
}
#c_category_532-1785392068809 .e_loop-3 .p_mbutton::before {
	content: "";
	display: none;
	width: 6px;
	height: 9px;
	border-right: #ffffff solid 2px;
	border-bottom: #ffffff solid 2px;
    -webkit-transform:rotate(
35deg);
	transform: rotate(
35deg);
	position: absolute;
	bottom: 5px;
	right: 4px;
	z-index: 2;
}
#c_category_532-1785392068809 .e_loop-3 .p_active .p_mbutton::before {
	display: block;
}
#c_category_532-1785392068809 .e_loop-3 .p_active .p_mbutton::after {
	display: block;
}
#c_category_532-1785392068809 .e_loop-3 .p_input_match {
	width: 100px;
	height: 40px;
	padding: 10px;
	border: 1px solid #ced4da;
	border-radius: 3px;
}
#c_category_532-1785392068809 .e_loop-3 .p_filter_result {
	display: inline-block;
}
#c_category_532-1785392068809 .e_loop-3 .p_contclear {
	cursor: pointer;
}
#c_category_532-1785392068809 .e_loop-3 .swiper-container {
	padding-bottom: 30px;
}
#c_category_532-1785392068809 .e_loop-3 .p_imgwrapper {
	width: 80px;
	height: 100px;
	overflow: hidden;
}
#c_category_532-1785392068809 .e_loop-3 .p_imgtitle {
	display: flex;
	justify-content: center;
	flex-wrap: nowrap;
	margin: 0 auto;
	line-height: 20px;
}
#c_category_532-1785392068809 .e_loop-3 .p_imgwrapper img {
	width: 100%;
	object-fit: cover;
}
#c_category_532-1785392068809 .e_loop-3 .p_active .p_imgwrapper {
	border: 1px solid #409eff;
}
#c_category_532-1785392068809 .e_loop-3 .p_filter_result {
	display: none;
}
#c_category_532-1785392068809 .e_loop-3 .p_contclear {
	display: none;
}
#c_category_532-1785392068809 .e_loop-3 .p_inputRangeSearch {
	padding: 7px 12px;
	background: #007bff;
	color: white;
	font-size: 14px;
	font-style: normal;
}
#c_category_532-1785392068809 .e_loop-3 .p_inputSearch {
	padding: 0px 17px;
	background: #007bff;
	color: white;
	font-size: 14px;
	font-style: normal;
	height: 40px;
	display: inline-block;
	vertical-align: middle;
	border-radius: 5px;
	margin-left: 10px;
}
#c_category_532-1785392068809 .e_container-5 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%;
	display-radio: flex;
	align-items: center;
	cursor: pointer;
	height: auto !important;
    background_radio:1;
}
#c_category_532-1785392068809 .e_container-5 > .p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%;
	text-align: right;
	transition: all 0.5s;
}
#c_category_532-1785392068809 .e_container-5 > .p_item.cbox-5-1 {
	flex: 0 0 100px;
	padding-left: 20px;
}
#c_category_532-1785392068809 .e_container-5.swiper-slide-thumb-active > .p_item.cbox-5-0 {
	padding-right: 0px;
}
#c_category_532-1785392068809 .e_container-5:after {
	content: '';
	position: absolute;
	left: 0px;
	width: 47px;
	height: 40px;
	top: 50%;
	transform: translateY(-50%);
	opacity: 0;
}
#c_category_532-1785392068809 .e_container-5.swiper-slide-thumb-active:after {
	opacity: 1;
}
#c_category_532-1785392068809 .e_container-5.swiper-slide-thumb-active .e_text-7 {
	color: #fff;
	border-radius: 99px;
	background: linear-gradient(90deg, #0561e3 0%, #0561e349 100%);
}
#c_category_532-1785392068809 .e_text-7 {
	line-height: 1.6;
	font-size: var(--text-16-18);
	color: rgba(33, 33, 33, 1);
    font_radio:2;
	font-weight: 300;
	display-radio: 1;
	text-align: right;
	padding: 10px;
	width: 80%;
	margin: 0 auto;
	background: #f5f5f5;
	border-radius: 60px;
}
.cn-make #c_category_532-1785392068809 .e_container-9 {
	opacity: 1 !important;
	visibility: visible;
background_radio:1;
	display-radio: 1;
}
#c_category_532-1785392068809 .e_container-9.swiper-slide-active {
	visibility: visible;
	opacity: 1 !important;
}
#c_category_532-1785392068809 .e_container-9 > .p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%;
}
#c_category_532-1785392068809 .e_container-9 .p_item {
	display-radio: 1;
}
#c_category_532-1785392068809 .e_image-13 {
	overflow: hidden;
	display-radio: 1;
}
#c_category_532-1785392068809 .e_image-13 img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 100%;
}

@media(max-width:768px) {
	#c_category_532-1785392068809 {
		padding: 2rem 0;
	}
}

@keyframes mycircle {
    from {
	transform: rotate(0deg);
}
to {
	transform: rotate(360deg);
}
}
.cn-show .saf-cn-proSwiper {
	height: 100%;
	max-height: 1600px;
	display: flex;
	padding: 0px 0;
	align-items: center;
}
.cn-show .saf-cn-proSwiper .saf-col {
	padding: 15px;
}
.cn-show .saf-cn-proSwiper .saf-left {
	width: calc(100% - 35vw - 360px);
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-left: 0;
	max-width: 445px;
}
.cn-show .saf-cn-proSwiper .saf-left  .saf-proTitle {
	padding-bottom: 40px;
	color: #fff;
	display: none;
}
.cn-show .saf-cn-proSwiper .saf-left  .saf-proTitle h1 {
	font-size: 2.5rem;
	line-height: 1.6;
	margin: 0;
}
.cn-show .saf-cn-proSwiper .saf-left  .saf-proTitle p {
	font-size: 26px;
	line-height: 1.6;
	text-transform: uppercase;
}
.cn-show .saf-cn-proSwiper .saf-left .swiper-container {
	width: 100%;
}
.cn-show .saf-cn-proSwiper .saf-middle {
	width: 30vw;
	height: 30vw;
	position: relative;
	padding: 20px;
	margin-left: 5%;
}
.cn-show .saf-cn-proSwiper .saf-middle .saf-circle {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 0;
	background: linear-gradient(120deg, #0561e348, rgba(154, 164, 181, 0));
	background-repeat: no-repeat;
	background-size: cover;
	border: 1px #0562e3 solid;
	animation: mycircle 10s infinite linear;
}
.cn-show .saf-cn-proSwiper .saf-middle .saf-circle:before {
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	background: #0562e3;
	border-radius: 50%;
	position: absolute;
	left: -10px;
	top: 50%;
}
.cn-show .saf-cn-proSwiper .saf-middle .saf-proImg {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}
.cn-show .saf-cn-proSwiper .saf-middle .saf-proImg .e_image-13 {
	width: 100%;
	height: 100%;
	position: absolute;
	opacity: 0;
	visibility: hidden;
	transition: all 0.5s;
	z-index: 1;
	left: 0;
	top: 0;
	overflow: hidden;
}
.cn-show .saf-cn-proSwiper .saf-middle .saf-proImg .e_image-13 img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	transition: all 0.5s;
	transform: scale(0.5);
	opacity: 0;
}
.cn-show .saf-cn-proSwiper .saf-middle .saf-proImg .e_image-13.light {
	position: relative;
	z-index: 3;
	opacity: 1;
	visibility: visible;
}
.cn-show .saf-cn-proSwiper .saf-middle .saf-proImg .e_image-13.light img {
	transform: scale(1);
	opacity: 1;
}
.cn-show .saf-cn-proSwiper .saf-middle .saf-proImg .e_image-13.light:hover img {
	transform: scale(1.01);
	opacity: 1;
}
.cn-show .saf-cn-proSwiper .saf-right {
	width: 420px;
	height: 100%;
	padding-left: 3%;
	position: absolute;
	right: 0px;
}
.cn-show .saf-cn-proSwiper .saf-right:after {
	content: "";
	display: block;
	width: 1px;
	height: 100vh;
	max-height: 1440px;
	border-right: 0px #333 dashed;
	position: absolute;
	right: 0;
	top: 100%;
	transform: translate(-55px,-50%);
	opacity: 0.3;
}
.cn-show .saf-cn-proSwiper .saf-right .swiper-container {
	height: 100%;
}
.cn-show .saf-cn-proSwiper .saf-right .swiper-vertical>.swiper-wrapper {
	flex-direction: column;
	justify-content: center;
}
#c_category_532-1785392068809 .e_loop-3 {
	display-radio: 1;
}
#c_category_532-1785392068809 .e_richText-25 blockquote {
	padding: 2px 0;
	border-style: solid;
	border-color: #ccc;
	border-width: 0;
	padding-left: 20px;
	padding-right: 8px;
	border-left-width: 5px;
}
#c_category_532-1785392068809 .e_richText-25 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_category_532-1785392068809 .e_richText-25 li {
	display: list-item;
	text-align: -webkit-match-parent;
	list-style: inherit;
}
#c_category_532-1785392068809 .e_richText-25 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_category_532-1785392068809 .e_text-31 {
	line-height: normal;
font_radio:2;
	display-radio: 1;
	font-size: 34px;
	margin-bottom: 20px;
	font-weight: bold;
	font-family: "poppins-regular";
	margin-top: 20px;
}
#c_category_532-1785392068809 .e_richText-25 {
    font_radio:2;
	display-radio: -webkit-box;
	color: #333;
	line-height: 1.8;
	text-align: left;
	font-size: 16px;
	font-weight: 300;
-webkit-line-clamp:5;
	display: -webkit-box;
-webkit-box-orient:vertical;
	overflow: hidden;
}
#c_category_532-1785392068809 .e_button-35 .icon {
	margin-left: 10px;
	fill: #fff;
}
#c_category_532-1785392068809 .e_text-34 {
	line-height: normal;
font_radio:2;
	display-radio: 1;
	color: rgba(5,98,227,1);
	margin-top: 40px;
}
#c_category_532-1785392068809 .e_button-35 {
	display: block;
	position: relative;
	overflow: hidden;
	text-align: center;
	box-sizing: border-box;
	width: 150px;
	padding: 8px;
background_radio:2;
border_radio:2;
font_radio:1;
radius_radio:2;
	display-radio: block;
	background: linear-gradient(90deg, #0562e3 0%, #0561e3ab 100%);
	padding-top: 13px;
	padding-bottom: 13px;
	border-style: none;
	border-color: rgba(64, 158, 255, 1);
	border-width: 1px;
	border-top-left-radius: 54px;
	border-top-right-radius: 54px;
	border-bottom-left-radius: 54px;
	border-bottom-right-radius: 54px;
	margin-top: 30px;
	background-image: linear-gradient(90deg, #0562e3 0%, #0561e3ab 100%);
	color: #fff;
}
#c_category_532-1785392068809 .e_button-35 span {
	display: block;
	width: 100%;
	position: relative;
	z-index: 1;
	outline: 0;
	margin: 0px;
	overflow: hidden;
}
#c_category_532-1785392068809 .e_button-35::after {
	content: "";
	position: absolute;
	width: 0;
	height: 100%;
	transition: all .3s;
	z-index: 0;
	opacity: 0;
	top: 0;
	left: 0px;
}
#c_category_532-1785392068809 .e_button-35:hover::after {
	opacity: 1;
}
#c_category_532-1785392068809 .e_button-35:hover {
	background-color: rgba(201,12,12,1);
	border-style: none;
	border-color: rgba(64, 158, 255, 1);
	border-top-left-radius: 54px;
	border-top-right-radius: 54px;
	border-bottom-left-radius: 54px;
	border-bottom-right-radius: 54px;
	color: #fff !important;
}
#c_category_532-1785392068809 .e_button-35:before {
	border-radius: 50%;
}

@media(min-width:768px) {
	#c_category_532-1785392068809 .e_loop-3 .p_loopitem {
	    flex-grow: 0;
	    flex-shrink: 0;
	    flex-basis: calc(100% / 6);
	}
	.ccc0 {
	    font-size: 16px;
	}
	.ccc1 {
	    font-size: 40px;
	    line-height: 2;
	}
	.ccc2 {
	    font-size: 16px;
	}
	.ccc3 {
	    font-size: 12px;
	    margin-top: 40px;
	    float: left;
	    width: 100%;
	    line-height: 20px;
	}
	.ccc3_li {
	    float: left;
	    width: 77px;
	    margin-right: 35px;
	    text-align: center;
	}
	.ccc3_lia img {
	    width: 80%!important;
	    margin: 0 auto;
	}
	.ccc3_lib {
	    float: left;
	    padding-top: 10px;
	    width: 100%;
	    line-height: 15px;
	}
}

@media(max-width:768px) {
	.cn-show .saf-cn-proSwiper {
	    justify-content: center;
	    flex-wrap: wrap;
	    height: auto;
	}
	.cn-show .saf-cn-proSwiper .saf-left {
	    width: 100%;
	    padding-bottom: 0px;
	    padding-right: 0;
	}
	.cn-show .saf-cn-proSwiper .saf-left  .saf-proTitle {
	    text-align: center;
	    zoom: 0.8;
	}
	.cn-show .saf-cn-proSwiper  .e_container-9 > .p_item {
	    text-align: center;
	}
	.cn-show .saf-cn-proSwiper .saf-middle {
	    width: 90vw;
	    height: 90vw;
	    margin-left: 0;
	}
	.cn-show .saf-cn-proSwiper .saf-right {
	    flex: none;
	    width: 100%;
	    padding: 20px 15px 15px;
	    height: auto;
	}
	.cn-show .saf-cn-proSwiper .saf-right:after {
	    width: 100%;
	    height: 1;
	    border: none;
	    border-bottom: 1px #fff dashed;
	    left: 50%;
	    top: auto;
	    bottom: 20px;
	    transform: translate(-50%, 0);
	}
	.cn-show .saf-cn-proSwiper .saf-right .swiper-slide:before {
	    content: "";
	    display: block;
	    width: 0;
	    height: 2px;
	    border-radius: 5px;
	    background: #fff;
	    transition: all 5s;
	    position: absolute;
	    left: 0;
	    bottom: -16px;
	}
	.cn-show .saf-cn-proSwiper .saf-right .swiper-slide.swiper-slide-active:before {
	    width: 100%;
	}
	.cn-show .saf-cn-proSwiper .saf-right .swiper-container {
	    padding-bottom: 20px;
	    display: none;
	}
	.cn-show .saf-cn-proSwiper .saf-right .swiper-wrapper {
	    flex-direction: row;
	    width: auto;
	    flex-wrap: nowrap;
	}
	.cn-show .saf-cn-proSwiper .e_container-5 > .p_item {
	    text-align: left !important;
	}
	#c_category_532-1785392068809 .e_text-7 {
	    font_radio: 1;
	    display-radio: 1;
	}
	#c_category_532-1785392068809 .e_text-31 {
	    font_radio: 2;
	    display-radio: 1;
	    font-size: 26px;
	}
}




#c_static_001_P_70951-17853945164950 {
    background_radio:2;
	display-radio: 1;
	min-height: 0px;
	padding-top: 100px;
	position: relative;
	padding-bottom: 80px;
	background-fill-value: background-image;
	background-image: url(//wm.cdn.cn86.cn/pengrong/2026/08/92bbf5a0a17et8ah.jpg?x-oss-process=image/format,webp);
	background-repeat: no-repeat;
	background-position: top center;
}
#c_static_001_P_70951-17853945164950 .e_container-11 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 94%;
    background_radio:1;
	display-radio: flex;
	max-width: 1460px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 0px;
	margin-bottom: 3%;
	align-items: flex-end;
}
#c_static_001_P_70951-17853945164950 .e_container-11 > .p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%;
}
#c_static_001_P_70951-17853945164950 .e_container-12 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%;
    background_radio:1;
	display-radio: flex;
}
#c_static_001_P_70951-17853945164950 .e_container-12 > .p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%;
}
#c_static_001_P_70951-17853945164950 .e_richText-15 blockquote {
	font-style: italic;
	font-family: Georgia, Times, "Times New Roman", serif;
	padding: 2px 0;
	border-style: solid;
	border-color: #ccc;
	border-width: 0;
	padding-left: 20px;
	padding-right: 8px;
	border-left-width: 5px;
}
#c_static_001_P_70951-17853945164950 .e_richText-15 ol {
	display: block;
	list-style-type: decimal;
	margin-block-start: 1em;
	margin-block-end: 1em;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
	padding-inline-start: 40px;
}
#c_static_001_P_70951-17853945164950 .e_richText-15 li {
	display: list-item;
	text-align: -webkit-match-parent;
	list-style: inherit;
}
#c_static_001_P_70951-17853945164950 .e_richText-15 ul {
	display: block;
	list-style-type: disc;
	margin-block-start: 1em;
	margin-block-end: 1em;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
	padding-inline-start: 40px;
}
#c_static_001_P_70951-17853945164950 .e_richText-15 {
    font_radio:2;
	display-radio: 1;
	font-size: 16px;
	color: rgba(255,255,255,1);
	line-height: 1.8;
	margin-top: 20px;
	margin-bottom: 5%;
	font-weight: 300;
}
#c_static_001_P_70951-17853945164950 .e_container-38 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%;
}
#c_static_001_P_70951-17853945164950 .e_container-38 > .p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%;
}
#c_static_001_P_70951-17853945164950 .e_container-11 .cbox-11-1 {
	flex: 0 0 35%;
	padding-left: 5%;
}
#c_static_001_P_70951-17853945164950 .e_container-11 .cbox-11-0 {
	padding-right: 10%;
}
#c_static_001_P_70951-17853945164950 .e_container-47 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 94%;
    background_radio:1;
	display-radio: flex;
	max-width: 1460px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5%;
}
#c_static_001_P_70951-17853945164950 .e_container-47 > .p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%;
}
#c_static_001_P_70951-17853945164950 .e_loop-49 .p_list {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	max-width: 100%;
}
#c_static_001_P_70951-17853945164950 .e_loop-49 .p_loopitem {
	flex: 0 0 33.3%;
	position: relative;
}
#c_static_001_P_70951-17853945164950 .e_loop-49 .p_page {
	text-align: center;
}
#c_static_001_P_70951-17853945164950 .e_loop-49 .p_filter_wrapper {
	width: 100%;
	font-size: 13px;
}
#c_static_001_P_70951-17853945164950 .e_loop-49 .p_kv_wrapper {
	display: flex;
	flex-wrap: nowrap;
	line-height: 40px;
	margin: 15px 0;
}
#c_static_001_P_70951-17853945164950 .e_loop-49 .p_filter_key {
	width: 70px;
	overflow: hidden;
	margin-right: 10px;
	font-weight: bold;
	color: #333333;
	font-size: 12px;
}
#c_static_001_P_70951-17853945164950 .e_loop-49 .p_v_item {
	display: inline-block;
	padding: 0 3px;
	cursor: pointer;
	font-size: 13px;
	color: #555555;
	margin-right: 30px;
}
#c_static_001_P_70951-17853945164950 .e_loop-49 .p_active .p_fbutton {
	color: #fff;
	background-color: cornflowerblue;
}
#c_static_001_P_70951-17853945164950 .e_loop-49 .p_result_item {
	position: relative;
	padding: 3px 20px 3px 10px;
	border: 1px solid #ddd;
	border-radius: 3px;
	margin-right: 10px;
}
#c_static_001_P_70951-17853945164950 .e_loop-49 .p_filter_close {
	position: absolute;
	right: 0;
	top: 0;
	padding: 3px;
	font-style: normal;
	font-size: 16px;
	margin-top: -5px;
	cursor: pointer;
}
#c_static_001_P_70951-17853945164950 .e_loop-49 .p_s_option {
}
#c_static_001_P_70951-17853945164950 .e_loop-49 .multSelect {
	font-size: 13px;
	position: relative;
}
#c_static_001_P_70951-17853945164950 .e_loop-49 .multSelect .inputWrap {
	width: 100%;
	min-width: 100px;
	min-height: 24px;
	border: 1px solid #DCDFE6;
	border-radius: 3px;
	position: relative;
	cursor: pointer;
	background: white;
}
#c_static_001_P_70951-17853945164950 .e_loop-49 .multSelect.is-invalid .inputWrap {
	border-color: #dc3545;
}
#c_static_001_P_70951-17853945164950 .e_loop-49 .multSelect ul {
	padding: 0 5px;
	margin: 0;
	padding-right: 35px;
}
#c_static_001_P_70951-17853945164950 .e_loop-49 .multSelect ul,li {
	list-style: none;
}
#c_static_001_P_70951-17853945164950 .e_loop-49 .multSelect li {
	display: inline-block;
	background: #edf0f3;
	color: #92969c;
	padding: 0px 5px;
	margin: 1px 5px 1px 0;
	border-radius: 5px;
	line-height: 16px;
}
#c_static_001_P_70951-17853945164950 .e_loop-49 .multSelect .multSelect-option {
	width: 100%;
	border: 1px solid #DCDFE6;
	border-radius: 2px;
	border-top: 0;
	max-height: 200px;
	overflow-y: scroll;
	position: absolute;
	height: 0;
	opacity: 0;
	z-index: 9;
	background: #fff;
}
#c_static_001_P_70951-17853945164950 .e_loop-49 .multSelect .multSelect-option>div {
	line-height: 24px;
	cursor: pointer;
	padding: 0 10px;
}
#c_static_001_P_70951-17853945164950 .e_loop-49 .multSelect .multSelect-option>div.selected {
	color: #409eff;
}
#c_static_001_P_70951-17853945164950 .e_loop-49 .multSelect .multSelect-option>div:hover {
	color: #409eff;
	background: #f3f6f9;
}
#c_static_001_P_70951-17853945164950 .e_loop-49 .multSelect .fa-close {
	font-style: normal;
	font-size: 12px;
	padding: 0 5px 0 7px;
}
#c_static_001_P_70951-17853945164950 .e_loop-49 .multSelect .inputWrap>.fa svg {
	fill: #666;
	width: 12px;
	height: 12px;
	position: absolute;
	right: 0;
	top: calc(50% - 3px);
}
#c_static_001_P_70951-17853945164950 .e_loop-49 .multSelect .inputWrap>.fa-down svg {
	transform: rotate(-90deg);
}
#c_static_001_P_70951-17853945164950 .e_loop-49 .multSelect .inputWrap>.fa-up svg {
	transform: rotate(90deg);
}
#c_static_001_P_70951-17853945164950 .e_loop-49 .multSelect .placeholder {
	line-height: 40px;
	padding-left: 10px;
	color: #aaa;
	position: absolute;
	left: 0;
	top: 0;
}
#c_static_001_P_70951-17853945164950 .e_loop-49 .p_normal_start {
	display: inline;
	width: 100px;
	height: 40px;
}
#c_static_001_P_70951-17853945164950 .e_loop-49 .p_date_start {
	display: inline;
	width: 105px;
	height: 40px;
}
#c_static_001_P_70951-17853945164950 .e_loop-49 .p_normal_end {
	display: inline;
	width: 100px;
	height: 40px;
	margin-right: 5px;
}
#c_static_001_P_70951-17853945164950 .e_loop-49 .p_date_end {
	display: inline;
	width: 105px;
	height: 40px;
	margin-right: 5px;
}
#c_static_001_P_70951-17853945164950 .e_loop-49 .p_split {
	margin: 0 5px;
}
#c_static_001_P_70951-17853945164950 .e_loop-49 .p_normal {
	margin-right: 16px;
}
#c_static_001_P_70951-17853945164950 .e_loop-49 .p_fbutton {
	background-color: #007bff;
	border: 1px solid #409EFF;
	text-decoration: none;
	color: white;
	font-size: 14px;
	text-align: center;
	padding: 10px 25px;
	position: relative;
	overflow: hidden;
}
#c_static_001_P_70951-17853945164950 .e_loop-49 .input-check,
#c_static_001_P_70951-17853945164950 .e_loop-49 .input-radio {
	margin: 0 5px;
	vertical-align: text-top;
}
#c_static_001_P_70951-17853945164950 .e_loop-49 .position-left {
	display: flex;
}
#c_static_001_P_70951-17853945164950 .e_loop-49 .position-right {
	display: flex;
	flex-direction: row-reverse;
}
#c_static_001_P_70951-17853945164950 .e_loop-49 .position-top {
}
#c_static_001_P_70951-17853945164950 .e_loop-49 .position-bottom {
	display: flex;
	flex-direction: column-reverse;
}
#c_static_001_P_70951-17853945164950 .e_loop-49 .p_mbutton {
	border: 1px solid #409EFF;
	text-decoration: none;
	color: #409EFF;
	font-size: 14px;
	text-align: center;
	padding: 10px 25px;
	position: relative;
	overflow: hidden;
}
#c_static_001_P_70951-17853945164950 .e_loop-49 .p_mbutton:after {
	content: "";
	display: none;
	width: 16px;
	height: 16px;
	background-color: #409eff;
    -webkit-transform:skewY(
-45deg);
	transform: skewY(
360deg);
	position: absolute;
	bottom: 0px;
	right: 0;
	z-index: 1;
}
#c_static_001_P_70951-17853945164950 .e_loop-49 .p_mbutton::before {
	content: "";
	display: none;
	width: 6px;
	height: 9px;
	border-right: #ffffff solid 2px;
	border-bottom: #ffffff solid 2px;
    -webkit-transform:rotate(
35deg);
	transform: rotate(
35deg);
	position: absolute;
	bottom: 5px;
	right: 4px;
	z-index: 2;
}
#c_static_001_P_70951-17853945164950 .e_loop-49 .p_active .p_mbutton::before {
	display: block;
}
#c_static_001_P_70951-17853945164950 .e_loop-49 .p_active .p_mbutton::after {
	display: block;
}
#c_static_001_P_70951-17853945164950 .e_loop-49 .p_input_match {
	width: 100px;
	height: 40px;
	padding: 10px;
	border: 1px solid #ced4da;
	border-radius: 3px;
}
#c_static_001_P_70951-17853945164950 .e_loop-49 .p_filter_result {
	display: inline-block;
}
#c_static_001_P_70951-17853945164950 .e_loop-49 .p_contclear {
	cursor: pointer;
}
#c_static_001_P_70951-17853945164950 .e_loop-49 .swiper-container {
	padding-bottom: 30px;
}
#c_static_001_P_70951-17853945164950 .e_loop-49 .p_imgwrapper {
	width: 80px;
	height: 100px;
	overflow: hidden;
}
#c_static_001_P_70951-17853945164950 .e_loop-49 .p_imgtitle {
	display: flex;
	justify-content: center;
	flex-wrap: nowrap;
	margin: 0 auto;
	line-height: 20px;
}
#c_static_001_P_70951-17853945164950 .e_loop-49 .p_imgwrapper img {
	width: 100%;
	object-fit: cover;
}
#c_static_001_P_70951-17853945164950 .e_loop-49 .p_active .p_imgwrapper {
	border: 1px solid #409eff;
}
#c_static_001_P_70951-17853945164950 .e_loop-49 .p_filter_result {
	display: none;
}
#c_static_001_P_70951-17853945164950 .e_loop-49 .p_contclear {
	display: none;
}
#c_static_001_P_70951-17853945164950 .e_loop-49 .p_inputRangeSearch {
	padding: 7px 12px;
	background: #007bff;
	color: white;
	font-size: 14px;
	font-style: normal;
}
#c_static_001_P_70951-17853945164950 .e_loop-49 .p_inputSearch {
	padding: 0px 17px;
	background: #007bff;
	color: white;
	font-size: 14px;
	font-style: normal;
	height: 40px;
	display: inline-block;
	vertical-align: middle;
	border-radius: 5px;
	margin-left: 10px;
}
#c_static_001_P_70951-17853945164950 .e_loop-49 .p_categoryActive {
	color: #409EFF;
}
#c_static_001_P_70951-17853945164950 .e_container-50 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%;
    background_radio:2;
	display-radio: flex;
	padding: 15px;
	border-radius: 10px;
	background: #eff4fb;
}
#c_static_001_P_70951-17853945164950 .e_container-50 > .p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%;
}
#c_static_001_P_70951-17853945164950 .e_image-51 {
	overflow: hidden;
	border-radius: 10px;
}
#c_static_001_P_70951-17853945164950 .e_image-51 img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	transition: all .5s;
}
#c_static_001_P_70951-17853945164950 .e_container-50:hover .e_image-51 img {
	transform: scale(1.1);
}
#c_static_001_P_70951-17853945164950 .e_container-52 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%;
    background_radio:1;
	display-radio: flex;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 20px;
	padding-right: 20px;
}
#c_static_001_P_70951-17853945164950 .e_container-52 > .p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%;
}
#c_static_001_P_70951-17853945164950 .e_text-53 {
	line-height: normal;
font_radio:2;
	display-radio: 1;
	font-size: 24px;
	transition: all .5s;
	text-transform: uppercase;
	color: rgba(0,0,0,1);
}
#c_static_001_P_70951-17853945164950 .e_container-50:hover .e_text-53 {
	color: #0562e3;
}
#c_static_001_P_70951-17853945164950 .e_line-55 {
    line_radio:2;
	display-radio: 1;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: rgba(221,221,221,1);
	height: 1px;
}
#c_static_001_P_70951-17853945164950 .e_loop-57 .p_list {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	max-width: 100%;
}
#c_static_001_P_70951-17853945164950 .e_loop-57 .p_loopitem {
	flex: 0 0 33.3%;
	position: relative;
}
#c_static_001_P_70951-17853945164950 .e_loop-57 .p_page {
	text-align: center;
}
#c_static_001_P_70951-17853945164950 .e_loop-57 .p_filter_wrapper {
	width: 100%;
	font-size: 13px;
}
#c_static_001_P_70951-17853945164950 .e_loop-57 .p_kv_wrapper {
	display: flex;
	flex-wrap: nowrap;
	line-height: 40px;
	margin: 15px 0;
}
#c_static_001_P_70951-17853945164950 .e_loop-57 .p_filter_key {
	width: 70px;
	overflow: hidden;
	margin-right: 10px;
	font-weight: bold;
	color: #333333;
	font-size: 12px;
}
#c_static_001_P_70951-17853945164950 .e_loop-57 .p_v_item {
	display: inline-block;
	padding: 0 3px;
	cursor: pointer;
	font-size: 13px;
	color: #555555;
	margin-right: 30px;
}
#c_static_001_P_70951-17853945164950 .e_loop-57 .p_active .p_fbutton {
	color: #fff;
	background-color: cornflowerblue;
}
#c_static_001_P_70951-17853945164950 .e_loop-57 .p_result_item {
	position: relative;
	padding: 3px 20px 3px 10px;
	border: 1px solid #ddd;
	border-radius: 3px;
	margin-right: 10px;
}
#c_static_001_P_70951-17853945164950 .e_loop-57 .p_filter_close {
	position: absolute;
	right: 0;
	top: 0;
	padding: 3px;
	font-style: normal;
	font-size: 16px;
	margin-top: -5px;
	cursor: pointer;
}
#c_static_001_P_70951-17853945164950 .e_loop-57 .multSelect {
	font-size: 13px;
	position: relative;
}
#c_static_001_P_70951-17853945164950 .e_loop-57 .multSelect .inputWrap {
	width: 100%;
	min-width: 100px;
	min-height: 24px;
	border: 1px solid #DCDFE6;
	border-radius: 3px;
	position: relative;
	cursor: pointer;
	background: white;
}
#c_static_001_P_70951-17853945164950 .e_loop-57 .multSelect.is-invalid .inputWrap {
	border-color: #dc3545;
}
#c_static_001_P_70951-17853945164950 .e_loop-57 .multSelect ul {
	padding: 0 5px;
	margin: 0;
	padding-right: 35px;
}
#c_static_001_P_70951-17853945164950 .e_loop-57 .multSelect ul,li {
	list-style: none;
}
#c_static_001_P_70951-17853945164950 .e_loop-57 .multSelect li {
	display: inline-block;
	background: #edf0f3;
	color: #92969c;
	padding: 0px 5px;
	margin: 1px 5px 1px 0;
	border-radius: 5px;
	line-height: 16px;
}
#c_static_001_P_70951-17853945164950 .e_loop-57 .multSelect .multSelect-option {
	width: 100%;
	border: 1px solid #DCDFE6;
	border-radius: 2px;
	border-top: 0;
	max-height: 200px;
	overflow-y: scroll;
	position: absolute;
	height: 0;
	opacity: 0;
	z-index: 9;
	background: #fff;
}
#c_static_001_P_70951-17853945164950 .e_loop-57 .multSelect .multSelect-option>div {
	line-height: 24px;
	cursor: pointer;
	padding: 0 10px;
}
#c_static_001_P_70951-17853945164950 .e_loop-57 .multSelect .multSelect-option>div.selected {
	color: #409eff;
}
#c_static_001_P_70951-17853945164950 .e_loop-57 .multSelect .multSelect-option>div:hover {
	color: #409eff;
	background: #f3f6f9;
}
#c_static_001_P_70951-17853945164950 .e_loop-57 .multSelect .fa-close {
	font-style: normal;
	font-size: 12px;
	padding: 0 5px 0 7px;
}
#c_static_001_P_70951-17853945164950 .e_loop-57 .multSelect .inputWrap>.fa svg {
	fill: #666;
	width: 12px;
	height: 12px;
	position: absolute;
	right: 0;
	top: calc(50% - 3px);
}
#c_static_001_P_70951-17853945164950 .e_loop-57 .multSelect .inputWrap>.fa-down svg {
	transform: rotate(-90deg);
}
#c_static_001_P_70951-17853945164950 .e_loop-57 .multSelect .inputWrap>.fa-up svg {
	transform: rotate(90deg);
}
#c_static_001_P_70951-17853945164950 .e_loop-57 .multSelect .placeholder {
	line-height: 40px;
	padding-left: 10px;
	color: #aaa;
	position: absolute;
	left: 0;
	top: 0;
}
#c_static_001_P_70951-17853945164950 .e_loop-57 .p_normal_start {
	display: inline;
	width: 100px;
	height: 40px;
}
#c_static_001_P_70951-17853945164950 .e_loop-57 .p_date_start {
	display: inline;
	width: 105px;
	height: 40px;
}
#c_static_001_P_70951-17853945164950 .e_loop-57 .p_normal_end {
	display: inline;
	width: 100px;
	height: 40px;
	margin-right: 5px;
}
#c_static_001_P_70951-17853945164950 .e_loop-57 .p_date_end {
	display: inline;
	width: 105px;
	height: 40px;
	margin-right: 5px;
}
#c_static_001_P_70951-17853945164950 .e_loop-57 .p_split {
	margin: 0 5px;
}
#c_static_001_P_70951-17853945164950 .e_loop-57 .p_normal {
	margin-right: 16px;
}
#c_static_001_P_70951-17853945164950 .e_loop-57 .p_fbutton {
	background-color: #007bff;
	border: 1px solid #409EFF;
	text-decoration: none;
	color: white;
	font-size: 14px;
	text-align: center;
	padding: 10px 25px;
	position: relative;
	overflow: hidden;
}
#c_static_001_P_70951-17853945164950 .e_loop-57 .input-check,
.e_loop-57 .input-radio {
	margin: 0 5px;
	vertical-align: text-top;
}
#c_static_001_P_70951-17853945164950 .e_loop-57 .position-left {
	display: flex;
}
#c_static_001_P_70951-17853945164950 .e_loop-57 .position-right {
	display: flex;
	flex-direction: row-reverse;
}
#c_static_001_P_70951-17853945164950 .e_loop-57 .position-bottom {
	display: flex;
	flex-direction: column-reverse;
}
#c_static_001_P_70951-17853945164950 .e_loop-57 .p_mbutton {
	border: 1px solid #409EFF;
	text-decoration: none;
	color: #409EFF;
	font-size: 14px;
	text-align: center;
	padding: 10px 25px;
	position: relative;
	overflow: hidden;
}
#c_static_001_P_70951-17853945164950 .e_loop-57 .p_mbutton:after {
	content: "";
	display: none;
	width: 16px;
	height: 16px;
	background-color: #409eff;
    -webkit-transform:skewY(
-45deg);
	transform: skewY(
360deg);
	position: absolute;
	bottom: 0px;
	right: 0;
	z-index: 1;
}
#c_static_001_P_70951-17853945164950 .e_loop-57 .p_mbutton::before {
	content: "";
	display: none;
	width: 6px;
	height: 9px;
	border-right: #ffffff solid 2px;
	border-bottom: #ffffff solid 2px;
    -webkit-transform:rotate(
35deg);
	transform: rotate(
35deg);
	position: absolute;
	bottom: 5px;
	right: 4px;
	z-index: 2;
}
#c_static_001_P_70951-17853945164950 .e_loop-57 .p_active .p_mbutton::before {
	display: block;
}
#c_static_001_P_70951-17853945164950 .e_loop-57 .p_active .p_mbutton::after {
	display: block;
}
#c_static_001_P_70951-17853945164950 .e_loop-57 .p_input_match {
	width: 100px;
	height: 40px;
	padding: 10px;
	border: 1px solid #ced4da;
	border-radius: 3px;
}
#c_static_001_P_70951-17853945164950 .e_loop-57 .p_filter_result {
	display: none;
}
#c_static_001_P_70951-17853945164950 .e_loop-57 .p_contclear {
	cursor: pointer;
	display: none;
}
#c_static_001_P_70951-17853945164950 .e_loop-57 .swiper-container {
	padding-bottom: 30px;
}
#c_static_001_P_70951-17853945164950 .e_loop-57 .p_imgwrapper {
	width: 80px;
	height: 100px;
	overflow: hidden;
}
#c_static_001_P_70951-17853945164950 .e_loop-57 .p_imgtitle {
	display: flex;
	justify-content: center;
	flex-wrap: nowrap;
	margin: 0 auto;
	line-height: 20px;
}
#c_static_001_P_70951-17853945164950 .e_loop-57 .p_imgwrapper img {
	width: 100%;
	object-fit: cover;
}
#c_static_001_P_70951-17853945164950 .e_loop-57 .p_active .p_imgwrapper {
	border: 1px solid #409eff;
}
#c_static_001_P_70951-17853945164950 .e_loop-57 .p_inputRangeSearch {
	padding: 7px 12px;
	background: #007bff;
	color: white;
	font-size: 14px;
	font-style: normal;
}
#c_static_001_P_70951-17853945164950 .e_loop-57 .p_inputSearch {
	padding: 0px 17px;
	background: #007bff;
	color: white;
	font-size: 14px;
	font-style: normal;
	height: 40px;
	display: inline-block;
	vertical-align: middle;
	border-radius: 5px;
	margin-left: 10px;
}
#c_static_001_P_70951-17853945164950 .e_loop-57 .p_categoryActive {
	color: #409EFF;
}
#c_static_001_P_70951-17853945164950 .e_loop-57 {
	display-radio: 1;
}
#c_static_001_P_70951-17853945164950 .e_container-58 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%;
    background_radio:2;
	display-radio: flex;
	padding: 15px 25px;
	border-radius: 10px;
	margin-bottom: 10px;
	background: rgba(255, 255, 255, 0.15);
	backdrop-filter: blur(15px);
    -webkit-backdrop-filter:blur(15px);
	background-color: rgba(255, 255, 255, 0.15);
	margin-top: 10px;
}
#c_static_001_P_70951-17853945164950 .e_container-58 > .p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%;
}
#c_static_001_P_70951-17853945164950 .e_container-58 .cbox-58-0 {
	flex: 0 0 auto;
	align-self: center;
}
#c_static_001_P_70951-17853945164950 .e_container-58 .cbox-58-1 {
	padding-left: 20px;
}
#c_static_001_P_70951-17853945164950 .e_scrollNumber-59 {
	height: 56px;
	line-height: 56px;
	font-size: 40px;
    font_radio:2;
	display-radio: 1;
	font-family: "roboto-bold";
}
#c_static_001_P_70951-17853945164950 .e_scrollNumber-59 .p_num {
	display-radio: 1;
	font-family: "poppins-light";
	font-size: 50px;
	color: rgba(255,255,255,1);
}
#c_static_001_P_70951-17853945164950 .e_scrollNumber-59 .p_plus {
	display-radio: 1;
	font-size: 16px;
	font-weight: normal;
	color: rgba(255,255,255,1);
	margin-left: -5px;
	font-family: "poppins-light";
}
#c_static_001_P_70951-17853945164950 .e_text-60 {
	line-height: 1.2;
    font_radio:2;
	display-radio: 1;
	font-size: 16px;
	color: rgba(255,255,255,1);
	font-family: "poppins-light";
}
#c_static_001_P_70951-17853945164950 .e_text-62 {
	line-height: normal;
    font_radio:2;
	display-radio: 1;
	color: rgba(255,255,255,1);
	margin-top: 40px;
}
#c_static_001_P_70951-17853945164950 .e_text-62 .icon {
	fill: #fff;
}
#c_static_001_P_70951-17853945164950 .e_text-63 {
	line-height: normal;
font_radio:2;
	display-radio: 1;
	font-size: 40px;
	margin-bottom: 20px;
	font-weight: bold;
	font-family: "poppins-regular";
	margin-top: 20px;
	color: rgba(255,255,255,1);
}
#c_static_001_P_70951-17853945164950 .e_button-64 .icon {
	margin-left: 10px;
	fill: #fff;
}
#c_static_001_P_70951-17853945164950 .e_button-64 {
	display: block;
	position: relative;
	overflow: hidden;
	text-align: center;
	box-sizing: border-box;
	width: 150px;
	padding: 8px;
    background_radio:2;
    border_radio:2;
    font_radio:1;
    radius_radio:2;
	display-radio: block;
	background: linear-gradient(90deg, #0562e3 0%, #0561e3ab 100%);
	padding-top: 13px;
	padding-bottom: 13px;
	border-style: none;
	border-color: rgba(64, 158, 255, 1);
	border-width: 1px;
	border-top-left-radius: 54px;
	border-top-right-radius: 54px;
	border-bottom-left-radius: 54px;
	border-bottom-right-radius: 54px;
	margin-top: 30px;
	background-image: linear-gradient(90deg, #0562e3 0%, #0561e3ab 100%);
}
#c_static_001_P_70951-17853945164950 .e_button-64 span {
	display: block;
	width: 100%;
	position: relative;
	z-index: 1;
	outline: 0;
	margin: 0px;
	overflow: hidden;
}
#c_static_001_P_70951-17853945164950 .e_button-64::after {
	content: "";
	position: absolute;
	width: 0;
	height: 100%;
	transition: all .3s;
	z-index: 0;
	opacity: 0;
	top: 0;
	left: 0px;
}
#c_static_001_P_70951-17853945164950 .e_button-64:hover::after {
	opacity: 1;
}
#c_static_001_P_70951-17853945164950 .e_button-64:hover {
	background-color: rgba(201,12,12,1);
	border-style: none;
	border-color: rgba(64, 158, 255, 1);
	border-top-left-radius: 54px;
	border-top-right-radius: 54px;
	border-bottom-left-radius: 54px;
	border-bottom-right-radius: 54px;
}
#c_static_001_P_70951-17853945164950 .e_button-64:before {
	border-radius: 50%;
}
#c_static_001_P_70951-17853945164950 .e_container-65 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 70px;
    background_radio:1;
	display-radio: flex;
	height: 70px;
}
#c_static_001_P_70951-17853945164950 .e_container-65 > .p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%;
}
#c_static_001_P_70951-17853945164950 .e_container-65 .cbox-65-0 {
	background-color: rgba(5,98,227,1);
	border-top-left-radius: 50px;
	border-top-right-radius: 50px;
	border-bottom-left-radius: 50px;
	border-bottom-right-radius: 50px;
}
#c_static_001_P_70951-17853945164950 .e_icon-66 {
	width: 34px;
    font_radio:2;
	display-radio: 1;
	font-size: 16px;
	color: rgba(255,255,255,1);
	line-height: 1;
	font-family: "poppins-regular";
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
}
#c_static_001_P_70951-17853945164950 .e_icon-66 .icon {
	margin: 0;
	width: 100%;
	height: 100%;
	fill: #fff;
	filter: brightness(100%) invert(100%);
}
#c_static_001_P_70951-17853945164950 .e_text-67 {
	font-weight: 300;
	line-height: 1.8;
    font_radio:2;
	display-radio: 1;
	color: rgba(41,41,41,1);
}

#c_static_001_P_70951-17853945164950 .s_title a,#c_static_001_P_70951-17853945164950 .s_title a:hover {
	color: #fff !important;
}

@media(max-width:768px) {
	#c_static_001_P_70951-17853945164950 .e_container-12 {
	    position: sticky;
	    top: 130px;
	    background_radio: 1;
	    display-radio: 1;
	}
	#c_static_001_P_70951-17853945164950 {
	    background_radio: 2;
	    display-radio: 1;
	    padding-top: 50px;
	    padding-bottom: 30px;
	}
	#c_static_001_P_70951-17853945164950 .e_richText-15 {
	    font-size: 15px;
	    margin-top: 15px;
	    margin-bottom: 30px;
	    font_radio: 2;
	    display-radio: -webkit-box;
	    -webkit-line-clamp: 6;
	    display: -webkit-box;
	    -webkit-box-orient: vertical;
	    overflow: hidden;
	    line-height: 1.3;
	}
	#c_static_001_P_70951-17853945164950 .e_container-11 {
	    background_radio: 1;
	    display-radio: 1;
	    flex-direction: column;
	}
	#c_static_001_P_70951-17853945164950 .e_container-11 .cbox-11-0 {
	    padding-left: 0px;
	    padding-right: 0px;
	    margin-bottom: 20px;
	    width: 100%;
	}
	#c_static_001_P_70951-17853945164950 .e_container-11 .cbox-11-1 {
	    padding-left: 0px;
	    padding-right: 0px;
	    width: 100%;
	    display: none;
	}
	#c_static_001_P_70951-17853945164950 .e_loop-49 .p_loopitem {
	    flex-grow: 0;
	    flex-shrink: 0;
	    flex-basis: calc(100% / 1);
	}
	#c_static_001_P_70951-17853945164950 .e_loop-57 .p_loopitem {
	    flex-grow: 0;
	    flex-shrink: 0;
	    flex-basis: calc(100% / 1);
	}
	#c_static_001_P_70951-17853945164950 .e_container-58 .cbox-58-1 {
	    padding-left: 10px;
	}
	#c_static_001_P_70951-17853945164950 .e_container-58 {
	    margin-top: 15px;
	}
	#c_static_001_P_70951-17853945164950 .e_scrollNumber-59 .p_num {
	    font-size: 30px;
	}
	#c_static_001_P_70951-17853945164950 .e_scrollNumber-59 {
	    height: 30px;
	    line-height: 30px;
	}
	#c_static_001_P_70951-17853945164950 .e_scrollNumber-59 .p_plus {
	    font-size: 14px;
	}
	#c_static_001_P_70951-17853945164950 .e_text-60 {
	    font-size: 14px;
	    margin-top: 10px;
	}
	#c_static_001_P_70951-17853945164950::before {
	    height: 500px;
	    background-image: url(https://omo-oss-image.thefastimg.com/portal-saas/pg2025081417292558527/cms/image/01b001ed-15aa-4f66-b107-e59507d5c6a4.jpg);
	    background-attachment: unset;
	}
	#c_static_001_P_70951-17853945164950 .e_container-52 {
	    padding: 20px 10px;
	}
	#c_static_001_P_70951-17853945164950 .e_text-53 {
	    font-size: 22px;
	}
	#c_static_001_P_70951-17853945164950 .e_container-50 {
	    margin-bottom: 25px;
	}
	#c_static_001_P_70951-17853945164950 .e_line-55 {
	    margin-top: 10px;
	    margin-bottom: 10px;
	}
	#c_static_001_P_70951-17853945164950 .e_text-63 {
	    font_radio: 2;
	    display-radio: 1;
	    font-size: 30px;
	}
}


@media(min-width:768px) {
	#c_static_001_P_70951-17853945164950 .e_loop-49 .p_loopitem {
	    flex-grow: 0;
	    flex-shrink: 0;
	    flex-basis: calc((100% - 60px) / 3);
	}
	#c_static_001_P_70951-17853945164950 .e_loop-49 .p_list {
	    justify-content: space-between;
	}
	#c_static_001_P_70951-17853945164950 .e_loop-57 .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_70951-17853945164950 {
	    background_radio: 2;
	    display-radio: 1;
	}
}

@media screen and (max-width: 1440px) and (min-width: 1367px) {
	#c_static_001_P_70951-17853945164950 {
	    padding-top: 70px;
	    padding-bottom: 70px;
	}
	#c_static_001_P_70951-17853945164950 .e_scrollNumber-59 .p_plus {
	    font-size: 14px;
	}
	#c_static_001_P_70951-17853945164950 .e_scrollNumber-59 {
	    height: 46px;
	    line-height: 46px;
	}
	#c_static_001_P_70951-17853945164950 .e_scrollNumber-59 .p_num {
	    font-size: 40px;
	}
	#c_static_001_P_70951-17853945164950 .e_text-60 {
	    font-size: 16px;
	}
	#c_static_001_P_70951-17853945164950 .e_container-11 .cbox-11-0 {
	    padding-right: 10%;
	}
	#c_static_001_P_70951-17853945164950 .e_text-53 {
	    font-size: 22px;
	}
}

@media screen and (max-width: 1366px) and (min-width: 1025px) {
	#c_static_001_P_70951-17853945164950 .e_scrollNumber-59 .p_plus {
	    font-size: 14px;
	}
	#c_static_001_P_70951-17853945164950 .e_scrollNumber-59 {
	    height: 46px;
	    line-height: 46px;
	}
	#c_static_001_P_70951-17853945164950 .e_scrollNumber-59 .p_num {
	    font-size: 40px;
	}
	#c_static_001_P_70951-17853945164950 .e_text-60 {
	    font-size: 16px;
	}
	#c_static_001_P_70951-17853945164950 .e_container-11 .cbox-11-0 {
	    padding-right: 10%;
	}
	#c_static_001_P_70951-17853945164950 .e_text-53 {
	    font-size: 22px;
	}
	#c_static_001_P_70951-17853945164950 .e_richText-15 {
	    font-size: 16px;
	}
	#c_static_001_P_70951-17853945164950 {
	    padding-top: 60px;
	    padding-bottom: 60px;
	}
	#c_static_001_P_70951-17853945164950::before {
	    height: 600px;
	}
}



#c_static_001-1785396547204 {
	min-height: 300px;
background_radio:2;
	display-radio: 1;
	background-color: rgba(255,255,255,1);
}
#c_static_001-1785396547204 .e_container-1 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 94%;
background_radio:1;
	display-radio: flex;
	max-width: 1460px;
	margin-left: auto;
	margin-right: auto;
	background: #eff4fb;
	border-radius: 8px;
	overflow: hidden;
}
#c_static_001-1785396547204 .e_container-1 > .p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%;
	align-self: center;
}
#c_static_001-1785396547204 .e_image-2 {
	overflow: hidden;
}
#c_static_001-1785396547204 .e_image-2 img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
#c_static_001-1785396547204 .e_container-3 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 80%;
background_radio:1;
	display-radio: flex;
	margin-left: auto;
	margin-right: auto;
}
#c_static_001-1785396547204 .e_container-3 > .p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%;
}
#c_static_001-1785396547204 .e_text-4 {
	line-height: normal;
font_radio:2;
	display-radio: 1;
	font-size: 34px;
	margin-bottom: 10px;
	font-weight: bold;
	font-family: "poppins-regular";
	margin-top: 0px;
}
#c_static_001-1785396547204 .e_text-5 {
	line-height: normal;
font_radio:2;
	display-radio: 1;
	color: rgba(5,98,227,1);
	margin-top: 20px;
}
#c_static_001-1785396547204 .e_text-6 {
	font-weight: 300;
	line-height: 1.7;
font_radio:2;
	display-radio: 1;
}
#c_static_001-1785396547204 .e_text-7 {
	line-height: normal;
font_radio:2;
	display-radio: 1;
	color: rgba(5,98,227,1);
	margin-top: 20px;
}
#c_static_001-1785396547204 .e_text-8 {
	line-height: normal;
font_radio:2;
	display-radio: 1;
	font-size: 34px;
	margin-bottom: 10px;
	font-weight: bold;
	font-family: "poppins-regular";
	margin-top: 0px;
}
#c_static_001-1785396547204 .e_text-9 {
	font-weight: 300;
	line-height: 1.7;
font_radio:2;
	display-radio: 1;
}
#c_static_001-1785396547204 .e_icon-10 {
	width: 60px;
	height: 60px;
font_radio:2;
	display-radio: 1;
	font-size: 16px;
	color: rgba(5,98,227,1);
	line-height: 1;
	font-family: "poppins-regular";
}
#c_static_001-1785396547204 .e_icon-10 .icon {
	margin: 0;
	width: 100%;
	height: 100%;
	fill: currentColor;
}
#c_static_001-1785396547204 .e_icon-11 {
	width: 60px;
	height: 60px;
font_radio:2;
	display-radio: 1;
	font-size: 16px;
	color: rgba(5,98,227,1);
	line-height: 1;
	font-family: "poppins-regular";
	margin-top: 50px;
}
#c_static_001-1785396547204 .e_icon-11 .icon {
	margin: 0;
	width: 100%;
	height: 100%;
	fill: currentColor;
}

@media(max-width:768px) {
	#c_static_001-1785396547204 .e_text-4 {
		font_radio:2;
		display-radio: 1;
		font-size: 26px;
	}

	#c_static_001-1785396547204 .e_text-8 {font_radio:2;
		display-radio: 1;
	}

	#c_static_001-1785396547204 .e_container-1 {
		flex-direction: column;
	}

	#c_static_001-1785396547204 .e_container-3 {
		width: 90%;
		padding: 20px 0;
	}
}


#c_new_list_180-1785397317240 .e_container-14 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 96%;
	display-radio: flex;
	margin-left: auto;
	margin-bottom: 3%;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 40px;
	padding-right: 40px;
	transition-property: all;
	transition-radio: :hover;
	transition-duration: 0.4s;
	transition-timing-function: cubic-bezier(0.42,0,1,1);
	margin-right: 0px;
	background-color: #eff4fb;
}
#c_new_list_180-1785397317240 .e_container-14:hover {
	display-radio: 1;
	background-color: #0767e9;
	background: #0767e9;
}
#c_new_list_180-1785397317240 {
	display-radio: 1;
	padding-top: 5rem;
	padding-bottom: 5rem;
background_radio:2;
	min-height: 0px;
	background-fill-value: background-image;
	background-image: url(https://omo-oss-image1.thefastimg.com/portal-saas/pg2025103116093076628/cms/image/62f74e08-2fe0-439b-9482-f07eac514da2.png);
	background-position: bottom right;
	background-repeat: no-repeat;
}
#c_new_list_180-1785397317240 .e_loopFocus-1 .p_list {
	display: flex;
	flex-wrap: wrap;
}
#c_new_list_180-1785397317240 .e_loopFocus-1 .p_loopItem {
	position: relative;
	flex: 0 0 100%;
}
#c_new_list_180-1785397317240 .e_loopFocus-1 .p_page {
	text-align: center;
}
#c_new_list_180-1785397317240 .e_loopFocus-1 .p_leftData {
	display: flex;
}
#c_new_list_180-1785397317240 .e_loopFocus-1 .p_left {
	flex: 0 0 50%;
}
#c_new_list_180-1785397317240 .e_loopFocus-1 .p_focusItem {
	height: 100%;
}
#c_new_list_180-1785397317240 .e_loopFocus-1 .p_right {
	flex: 0 0 50%;
}
#c_new_list_180-1785397317240 .e_loopFocus-1 .p_nodata {
	min-height: 200px;
}
#c_new_list_180-1785397317240 .e_loopFocus-1 {
	display-radio: 1;
	max-width: 1460px;
	width: 94%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
}
#c_new_list_180-1785397317240 .e_container-2 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 94%;
	display-radio: flex;
	max-width: 1460px;
	margin-left: auto;
	margin-right: auto;
    background_radio:1;
}
#c_new_list_180-1785397317240 .e_container-2 > .p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%;
}
#c_new_list_180-1785397317240 .e_container-2 .cbox-2-0 {
	align-self: center;
}
#c_new_list_180-1785397317240 .e_container-2 .cbox-2-1 {
	align-self: center;
}
#c_new_list_180-1785397317240 .e_container-7 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%;
}
#c_new_list_180-1785397317240 .e_container-7 > .p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%;
}
#c_new_list_180-1785397317240 .e_image-8 {
	overflow: hidden;
	display-radio: 1;
}
#c_new_list_180-1785397317240 .e_image-8 img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	transform: scale(1);
	transition: all 0.5s;
}
#c_new_list_180-1785397317240 .e_container-7:hover .e_image-8 img {
	transform: scale(1.1);
}
#c_new_list_180-1785397317240 .e_container-9 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%;
	display-radio: flex;
	margin-top: 4%;
	transition-property: all;
	transition-duration: 0.4s;
	transition-timing-function: cubic-bezier(0.42,0,1,1);
}
#c_new_list_180-1785397317240 .e_container-9 > .p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%;
}
#c_new_list_180-1785397317240 .e_container-9 .p_item {
	display-radio: 1;
}
#c_new_list_180-1785397317240 .e_container-9 .cbox-9-0 {
	flex: 0 0 100%;
}
#c_new_list_180-1785397317240 .e_container-9 .cbox-9-1 {
	flex: 0 0 20%;
	align-self: center;
}
#c_new_list_180-1785397317240 .e_container-11 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 94%;
	display-radio: flex;
}
#c_new_list_180-1785397317240 .e_container-11 > .p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%;
}
#c_new_list_180-1785397317240 .e_text-12 {
	line-height: normal;
	display-radio: -webkit-box;
    font_radio:2;
	font-size: 20px;
	color: rgba(29,29,29,1);
	margin-top: 10px;
    -webkit-line-clamp:1;
	display: -webkit-box;
    -webkit-box-orient:vertical;
	overflow: hidden;
	font-family: "poppins-light";
}
#c_new_list_180-1785397317240 .e_text-13 {
	font-weight: 300;
	line-height: 1.7;
	display-radio: -webkit-box;
    font_radio:2;
	font-size: 16px;
	color: rgba(27,27,27,1);
	margin-top: 2%;
    -webkit-line-clamp:2;
	display: -webkit-box;
    -webkit-box-orient:vertical;
	overflow: hidden;
}
#c_new_list_180-1785397317240 .e_container-14 > .p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%;
}
#c_new_list_180-1785397317240 .e_container-14 .p_item {
	display-radio: 1;
}
#c_new_list_180-1785397317240 .e_container-14:hover .e_timeFormat-15,.e_container-14:hover .e_text-16,.e_container-14:hover .e_line-17,.e_container-14:hover .e_text-18,.e_container-14:hover .e_text-19 {
	display-radio: 1;
	color: rgba(255,255,255,1);
}
#c_new_list_180-1785397317240 .e_container-14:hover .e_timeFormat-15 .icon {
	fill: #fff;
}
#c_new_list_180-1785397317240 .e_container-14:hover .e_text-16 a {
	color: #fff;
}
 #c_new_list_180-1785397317240 .e_container-14:hover .e_text-19 a {
 	color: #fff;
 }
 #c_new_list_180-1785397317240 .e_container-14:hover .e_text-18 a {
 	color: rgba(255, 255, 255, 0.5);
 }
#c_new_list_180-1785397317240 .e_container-14:hover~.e_container-74 {
	display-radio: 1;
	background: rgba(186,5,5,1);
}
#c_new_list_180-1785397317240 .e_timeFormat-15 {
	font-weight: bold;
	min-height: 20px;
	display-radio: 1;
    font_radio:2;
	font-size: 20px;
	color: rgba(7,103,233,1);
	line-height: 1;
	font-family: "poppins-light";
	transition-property: all;
	transition-duration: 0.4s;
	transition-timing-function: cubic-bezier(0.42,0,1,1);
}
#c_new_list_180-1785397317240 .e_timeFormat-15,.e_text-16,.e_line-17,.e_text-18,.e_text-19 {
	transition-property: all;
	transition-duration: 0.4s;
	transition-timing-function: cubic-bezier(0.42,0,1,1);
}
#c_new_list_180-1785397317240 .e_text-16 {
	line-height: 2;
	display-radio: -webkit-box;
    font_radio:2;
	font-size: 20px;
	color: rgba(0,0,0,1);
    -webkit-line-clamp:1;
	display: -webkit-box;
    -webkit-box-orient:vertical;
	overflow: hidden;
	margin-top: 10px;
}
#c_new_list_180-1785397317240 .e_line-17 {
	display-radio: 1;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: rgba(211,211,211,1);
	transition-property: all;
	transition-duration: 0.4s;
	transition-timing-function: cubic-bezier(0.42,0,1,1);
}
#c_new_list_180-1785397317240 .e_text-18 {
	line-height: 1.8;
	display-radio: -webkit-box;
    font_radio:2;
    -webkit-line-clamp:3;
	display: -webkit-box;
    -webkit-box-orient:vertical;
	overflow: hidden;
	font-size: 16px;
	font-weight: 300;
	color: rgba(31,31,31,1);
	transition-property: all;
	transition-duration: 0.4s;
	transition-timing-function: cubic-bezier(0.42,0,1,1);
}
#c_new_list_180-1785397317240 .e_text-19 {
	line-height: normal;
	display-radio: -webkit-box;
    font_radio:2;
    -webkit-line-clamp:2;
	display: -webkit-box;
    -webkit-box-orient:vertical;
	overflow: hidden;
	font-size: 14px;
	color: rgba(7,103,233,1);
	margin-top: 4%;
}
#c_new_list_180-1785397317240 .e_container-14:hover .e_line-17 {
	display-radio: 1;
	border-color: rgba(255,255,255,0.26);
}
#c_new_list_180-1785397317240 .e_container-14:hover .e_timeFormat-15,#c_new_list_180-1785397317240 .e_container-14:hover .e_text-16,#c_new_list_180-1785397317240 .e_container-14:hover .e_text-19 {
	display-radio: 1;
	color: rgba(255,255,255,1);
}
#c_new_list_180-1785397317240 .e_container-14:hover .e_text-18 {
	display-radio: 1;
	color: rgba(255,255,255,0.5);
}
#c_new_list_180-1785397317240 .e_timeFormat-15,#c_new_list_180-1785397317240 .e_text-16,#c_new_list_180-1785397317240 .e_text-19 {
	transition-property: all;
	transition-duration: 0.4s;
	transition-timing-function: cubic-bezier(0.42,0,1,1);
}
#c_new_list_180-1785397317240 .e_text-20 {
	line-height: normal;
    font_radio:2;
	display-radio: 1;
	color: rgba(5,98,227,1);
}
#c_new_list_180-1785397317240 .e_text-21 {
	line-height: normal;
    font_radio:2;
	display-radio: 1;
	font-size: 34px;
	margin-bottom: 10px;
	font-weight: bold;
	font-family: "poppins-regular";
	margin-top: 10px;
}
#c_new_list_180-1785397317240 .e_button-22 .icon {
	margin-left: 10px;
	fill: #fff;
}
#c_new_list_180-1785397317240 .e_button-22 {
	display: block;
	position: relative;
	overflow: hidden;
	text-align: center;
	box-sizing: border-box;
	width: 150px;
	padding: 8px;
    background_radio:2;
    border_radio:2;
    font_radio:1;
    radius_radio:2;
	display-radio: block;
	background: linear-gradient(90deg, #0562e3 0%, #0561e3ab 100%);
	padding-top: 13px;
	padding-bottom: 13px;
	border-style: none;
	border-color: rgba(64, 158, 255, 1);
	border-width: 1px;
	border-top-left-radius: 54px;
	border-top-right-radius: 54px;
	border-bottom-left-radius: 54px;
	border-bottom-right-radius: 54px;
	background-image: linear-gradient(90deg, #0562e3 0%, #0561e3ab 100%);
	margin-top: 0px;
	margin-left: auto;
	margin-right: 0px;
}
#c_new_list_180-1785397317240 .e_button-22 span {
	display: block;
	width: 100%;
	position: relative;
	z-index: 1;
	outline: 0;
	margin: 0px;
	overflow: hidden;
}
#c_new_list_180-1785397317240 .e_button-22::after {
	content: "";
	position: absolute;
	width: 0;
	height: 100%;
	transition: all .3s;
	z-index: 0;
	opacity: 0;
	top: 0;
	left: 0px;
}
#c_new_list_180-1785397317240 .e_button-22:hover::after {
	opacity: 1;
}
#c_new_list_180-1785397317240 .e_button-22:hover {
	background-color: rgba(201,12,12,1);
	border-style: none;
	border-color: rgba(64, 158, 255, 1);
	border-top-left-radius: 54px;
	border-top-right-radius: 54px;
	border-bottom-left-radius: 54px;
	border-bottom-right-radius: 54px;
}
#c_new_list_180-1785397317240 .e_button-22:before {
	border-radius: 50%;
}
#c_new_list_180-1785397317240 .e_timeFormat-23 {
	font-weight: normal;
	min-height: 20px;
	display-radio: 1;
    font_radio:2;
	font-size: 20px;
	color: rgba(7,103,233,1);
	line-height: 1;
	font-family: "poppins-light";
	transition-property: all;
	transition-duration: 0.4s;
	transition-timing-function: cubic-bezier(0.42,0,1,1);
}
#c_new_list_180-1785397317240 .e_timeFormat-23,.e_text-16,.e_line-17,.e_text-18,.e_text-19 {
	transition-property: all;
	transition-duration: 0.4s;
	transition-timing-function: cubic-bezier(0.42,0,1,1);
}
#c_new_list_180-1785397317240 .e_timeFormat-23,.e_text-16,.e_text-19 {
	transition-property: all;
	transition-duration: 0.4s;
	transition-timing-function: cubic-bezier(0.42,0,1,1);
}

@media(max-width:768px) {
	#c_new_list_180-1785397317240 .e_loopFocus-1 .p_leftData {
	    display: block;
	}
	#c_new_list_180-1785397317240 .e_container-2 {
	    display-radio: 1;
	    flex-direction: column;
	    height: auto;
	}
	#c_new_list_180-1785397317240 .e_container-9 {
	    display-radio: 1;
	    flex-direction: column;
	}
	#c_new_list_180-1785397317240 .e_container-11 {
	    display-radio: 1;
	    margin-bottom: 20px;
	}
	#c_new_list_180-1785397317240 .e_container-14 {
	    display-radio: 1;
	    width: 100%;
	}
	#c_new_list_180-1785397317240 .e_text-21 {
	    font_radio: 2;
	    display-radio: 1;
	}
}


#c_static_001-1785399415843 {
	min-height: 0px;
background_radio:2;
	display-radio: 1;
	padding-bottom: 5rem;
}
#c_static_001-1785399415843 .e_container-1 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 94%;
	display-radio: flex;
	max-width: 1460px;
	margin-left: auto;
	margin-right: auto;
    background_radio:1;
}
#c_static_001-1785399415843 .e_container-1 > .p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%;
}
#c_static_001-1785399415843 .e_container-1 .cbox-1-0 {
	align-self: center;
}
#c_static_001-1785399415843 .e_container-1 .cbox-1-1 {
	align-self: center;
}
#c_static_001-1785399415843 .e_button-2 .icon {
	margin-left: 10px;
	fill: #fff;
}
#c_static_001-1785399415843 .e_button-2 {
	display: block;
	position: relative;
	overflow: hidden;
	text-align: center;
	box-sizing: border-box;
	width: 150px;
	padding: 8px;
    background_radio:2;
    border_radio:2;
    font_radio:1;
    radius_radio:2;
	display-radio: block;
	background: linear-gradient(90deg, #0562e3 0%, #0561e3ab 100%);
	padding-top: 13px;
	padding-bottom: 13px;
	border-style: none;
	border-color: rgba(64, 158, 255, 1);
	border-width: 1px;
	border-top-left-radius: 54px;
	border-top-right-radius: 54px;
	border-bottom-left-radius: 54px;
	border-bottom-right-radius: 54px;
	background-image: linear-gradient(90deg, #0562e3 0%, #0561e3ab 100%);
	margin-top: 0px;
	margin-left: auto;
	margin-right: 0px;
}
#c_static_001-1785399415843 .e_button-2 span {
	display: block;
	width: 100%;
	position: relative;
	z-index: 1;
	outline: 0;
	margin: 0px;
	overflow: hidden;
}
#c_static_001-1785399415843 .e_button-2::after {
	content: "";
	position: absolute;
	width: 0;
	height: 100%;
	transition: all .3s;
	z-index: 0;
	opacity: 0;
	top: 0;
	left: 0px;
}
#c_static_001-1785399415843 .e_button-2:hover::after {
	opacity: 1;
}
#c_static_001-1785399415843 .e_button-2:hover {
	background-color: rgba(201,12,12,1);
	border-style: none;
	border-color: rgba(64, 158, 255, 1);
	border-top-left-radius: 54px;
	border-top-right-radius: 54px;
	border-bottom-left-radius: 54px;
	border-bottom-right-radius: 54px;
}
#c_static_001-1785399415843 .e_button-2:before {
	border-radius: 50%;
}
#c_static_001-1785399415843 .e_text-3 {
	line-height: normal;
    font_radio:2;
	display-radio: 1;
	color: rgba(5,98,227,1);
}
#c_static_001-1785399415843 .e_text-4 {
	line-height: normal;
    font_radio:2;
	display-radio: 1;
	font-size: 34px;
	margin-bottom: 10px;
	font-weight: bold;
	font-family: "poppins-regular";
	margin-top: 10px;
}
#c_static_001-1785399415843 .e_form-9 {
	max-width: 1460px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 0px;
	padding-right: 0px;
	display-radio: 1;
background_radio:1;
	width: 94%;
	padding-top: 30px;
}
#c_static_001-1785399415843 .e_form-9 > div input {
	border: 0;
	border: 1px solid #ddd;
	box-shadow: none;
	outline: none;
	border-radius: 0;
	height: 50px;
	line-height: 1;
	color: #333;
	transition: all ease .3s;
	padding: 0px 15px;
}
#c_static_001-1785399415843 .e_form-9 > div textarea {
	border: 0;
	border: 1px solid #ddd;
	box-shadow: none;
	outline: none;
	border-radius: 0;
	height: 120px;
	line-height: 1;
	color: #333;
	transition: all ease .3s;
	padding: 15px 15px;
}
#c_static_001-1785399415843 .e_form-9 > div {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#c_static_001-1785399415843 .e_form-9 > div .s_form1 {
	position: relative;
	margin-bottom: 20px;
	width: 32%;
}
#c_static_001-1785399415843 .e_form-9 .e_textarea-15 {
	width: 100%!important;
}
#c_static_001-1785399415843 .e_form-9 > div .p_label {
	position: absolute;
	left: 0;
	top: 14px;
	z-index: 20;
	transition: all ease .3s;
	color: #666;
	pointer-events: none;
	display: none;
}
#c_static_001-1785399415843 .e_form-9 > div .in .p_label {
	top: 0;
	font-weight: bold;
	color: #4ecd3e;
	font-size: 12px;
}
#c_static_001-1785399415843 .e_form-9 > div .s_form1::after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	width: 0%;
	height: 1px;
	z-index: 20;
	background: #4ecd3e;
}
#c_static_001-1785399415843 .e_form-9 > div .in::after {
	width: 100%;
	transition: all ease .3s;
}
#c_static_001-1785399415843 .e_form-9 > div [data-pagelink],
.e_form-9 > div [data-pagename] {
	width: 49%;
}
#c_static_001-1785399415843 .e_input-10 .p_phoneCode {
	width: 90px;
	margin-right: 10px;
}
#c_static_001-1785399415843 .e_input-11 .p_phoneCode {
	width: 90px;
	margin-right: 10px;
}
#c_static_001-1785399415843 .e_clueName-12 .p_phoneCode {
	width: 90px;
	margin-right: 10px;
}
#c_static_001-1785399415843 .e_textarea-15  .p_required {
	vertical-align: middle;
	font-size: 1.4em;
	line-height: 100%;
	position: relative;
	font-weight: bold;
	top: 0.15em;
	padding-left: 5px;
}
#c_static_001-1785399415843 .e_formBtn-16 {
	display: block;
	position: relative;
	overflow: hidden;
	text-align: center;
	box-sizing: border-box;
	width: 200px;
	padding: 15px 15px;
	background: #e60100;
	transition: all ease .3s;
	max-height: 56px;
	border: 0;
	margin: 0 auto;
background_radio:2;
border_radio:1;
font_radio:2;
radius_radio:1;
	display-radio: block;
	color: rgba(255, 255, 255, 1);
	font-size: 14px;
	background-color: rgba(15,111,198,1);
	font-family: "4be64138-da92-4802-b4f9-31f474f88d4e";
	margin-left: 0px;
	margin-right: auto;
}
#c_static_001-1785399415843 .e_formBtn-16:hover {
	background: #e60100;
	border-style: none;
	border-color: #e60100;
	background-color: rgba(64, 158, 255, 1);
}
#c_static_001-1785399415843 .e_formBtn-16 span {
	display: block;
	width: 100%;
	position: relative;
	z-index: 1;
	outline: 0;
	margin: 0px;
	overflow: hidden;
}
#c_static_001-1785399415843 .e_formBtn-16::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	transition: all .3s;
	z-index: 0;
	opacity: 0;
	top: 0;
	left: 0px;
}
#c_static_001-1785399415843 .e_formBtn-16:hover::after {
	opacity: 1;
}
#c_static_001-1785399415843 .e_clueName-12 {
	display-radio: 1;
}

#c_static_001-1785399415843 .e_form-9 .captcha {
	display: flex;
    align-items: center;
    justify-content: space-between;
}

@media(max-width:768px) {
	#c_static_001-1785399415843 .e_container-1 {
	    display-radio: 1;
	    flex-direction: column;
	    height: auto;
	}
	#c_static_001-1785399415843 .e_text-4 {
	    font_radio: 2;
	    display-radio: 1;
	}

	#c_static_001-1785399415843 .e_form-9 > div .s_form1 {
		width: 100%;
	}
}


#c_navigation_195-17853995916340 {
	display-radio: 1;
background_radio:2;
	background: linear-gradient(90deg, #0f6fc6 0%, #0562e3 100%);
	min-height: 0px;
	padding-top: 4rem;
	padding-bottom: 20px;
	background-image: linear-gradient(90deg, #0f6fc6 0%, #0562e3 100%);
}
#c_navigation_195-17853995916340 .e_container-4 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%;
	display-radio: flex;
    background_radio:1;
}
#c_navigation_195-17853995916340 .e_container-4 > .p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%;
}
#c_navigation_195-17853995916340 .e_container-5 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	display-radio: flex;
	max-width: 1600px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 0px;
	width: 94%;
    background_radio:1;
	padding-right: 0px;
	padding-top: 0px;
}
#c_navigation_195-17853995916340 .e_container-5 > .p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%;
}
#c_navigation_195-17853995916340 .e_container-12 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%;
	display-radio: flex;
	padding-right: 100px;
    background_radio:1;
}
#c_navigation_195-17853995916340 .e_container-12 > .p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%;
}
#c_navigation_195-17853995916340 .e_container-5 .p_item {
	display-radio: 1;
}
#c_navigation_195-17853995916340 .e_text-15 {
	line-height: 1;
	display-radio: 1;
    font_radio:2;
	font-size: 18px;
	color: rgba(255,255,255,1);
	margin-top: 0px;
	text-align: left;
	font-family: "poppins-light";
	margin-bottom: 5px;
}
#c_navigation_195-17853995916340 .e_container-4 .p_item {
	display-radio: 1;
}
#c_navigation_195-17853995916340 .e_icon-44 {
	width: 30px;
	height: auto;
    font_radio:2;
	display-radio: 1;
	font-size: 16px;
	color: rgba(255,255,255,1);
	line-height: 1;
	font-family: "poppins-regular";
	margin-left: 0px;
	margin-right: auto;
}
#c_navigation_195-17853995916340 .e_icon-44 .icon {
	margin: 0;
	width: 100%;
	height: 100%;
	fill: currentColor;
}
#c_navigation_195-17853995916340 .e_icon-45 {
	width: 26px;
	height: 30px;
    font_radio:2;
	display-radio: 1;
	font-size: 16px;
	color: rgba(255,255,255,1);
	line-height: 1;
	font-family: "poppins-regular";
	margin-left: 2px;
	margin-right: auto;
}
#c_navigation_195-17853995916340 .e_icon-45 .icon {
	margin: 0;
	width: 100%;
	height: 100%;
	fill: currentColor;
}
#c_navigation_195-17853995916340 .e_text-47 {
    font_radio:2;
	text-align: left;
	display-radio: 1;
	color: rgba(255,255,255,1);
}
#c_navigation_195-17853995916340 .e_text-47 p {
	margin: 0;
	color: #fff;
}
#c_navigation_195-17853995916340 .e_line-48 {
    line_radio:2;
	display-radio: 1;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: rgba(255,255,255,0.2);
	max-width: 1600px;
	margin-left: auto;
	margin-right: auto;
	width: 94%;
}
#c_navigation_195-17853995916340 .e_container-50 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%;
    background_radio:1;
	display-radio: flex;
}
#c_navigation_195-17853995916340 .e_container-50:not(:first-child) {
	margin-top: 20px;
}
#c_navigation_195-17853995916340 .e_container-50 > .p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%;
}
#c_navigation_195-17853995916340 .e_container-50 .cbox-50-0 {
	flex: 0 0 60px;
}
#c_navigation_195-17853995916340 .e_container-51 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%;
    background_radio:1;
	display-radio: flex;
	margin-top: 20px;
}
#c_navigation_195-17853995916340 .e_container-51 > .p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%;
}
#c_navigation_195-17853995916340 .e_container-51 .cbox-51-0 {
	flex: 0 0 60px;
}
#c_navigation_195-17853995916340 .e_text-52 {
	line-height: 1;
	display-radio: 1;
    font_radio:2;
	font-size: 18px;
	color: rgba(255,255,255,1);
	margin-top: 0px;
	text-align: left;
	font-family: "poppins-light";
}
#c_navigation_195-17853995916340 .e_container-5 .cbox-5-0 {
	flex: 0 0 70%;
}
#c_navigation_195-17853995916340 .p_level2Box {
	margin-top: 15px;
}
#c_navigation_195-17853995916340 .e_bottomNav-57 .p_level1Item:nth-child(1) {
	display: none;
}
#c_navigation_195-17853995916340 .e_bottomNav-57 span {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
    -webkit-line-clamp:1;
    -webkit-box-orient:vertical;
    color: #fff;
}
#c_navigation_195-17853995916340 .e_bottomNav-57 .p_level1Item {
	width: auto;
	padding-right: 25px;
	flex-grow: 1;
}
#c_navigation_195-17853995916340 .e_bottomNav-57 .p_level2Box {
}
#c_navigation_195-17853995916340 .e_bottomNav-57 .p_level3Box {
	display: none;
}
#c_navigation_195-17853995916340 .e_bottomNav-57 {
    font_radio:1;
	display-radio: 1;
	max-width: 1100px;
}
#c_navigation_195-17853995916340 .e_bottomNav-57 .p_menu1Item {
	display-radio: 1;
	font-size: 20px;
	color: rgba(255,255,255,1);
}
#c_navigation_195-17853995916340 .e_bottomNav-57 .p_menu2Item {
	display-radio: 1;
	font-size: 15px;
	line-height: 2;
	padding-top: 3px;
	padding-bottom: 3px;
	color: rgba(255,255,255,0.66);
	margin: 0;
}

#c_navigation_195-17853995916340 .e_bottomNav-57 .p_menu2Item span {
	color: rgba(255, 255, 255, 0.66);
}
#c_navigation_195-17853995916340 .e_container-59 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 94%;
    background_radio:1;
	display-radio: flex;
	max-width: 1600px;
	margin-left: auto;
	margin-right: auto;
}
#c_navigation_195-17853995916340 .e_container-59 > .p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%;
}
#c_navigation_195-17853995916340 .e_container-59 .cbox-59-0 {
	flex: 0 0 auto;
	align-self: center;
}
#c_navigation_195-17853995916340 .e_container-60 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%;
    background_radio:1;
	display-radio: flex;
	margin-top: 20px;
}
#c_navigation_195-17853995916340 .e_container-60 > .p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%;
}
#c_navigation_195-17853995916340 .e_container-60 .cbox-60-0 {
	flex: 0 0 60px;
}
#c_navigation_195-17853995916340 .e_text-61 {
	line-height: 1;
	display-radio: 1;
    font_radio:2;
	font-size: 18px;
	color: rgba(255,255,255,1);
	margin-top: 0px;
	text-align: left;
	font-family: "poppins-light";
}
#c_navigation_195-17853995916340 .e_icon-62 {
	width: 30px;
	height: auto;
    font_radio:2;
	display-radio: 1;
	font-size: 16px;
	color: rgba(255,255,255,1);
	line-height: 1;
	font-family: "poppins-regular";
	margin-left: 0px;
	margin-right: auto;
}
#c_navigation_195-17853995916340 .e_icon-62 .icon {
	margin: 0;
	width: 100%;
	height: 100%;
	fill: currentColor;
}
#c_navigation_195-17853995916340 .e_text-63 {
	line-height: 1.5;
	display-radio: 1;
    font_radio:2;
	font-size: 16px;
	color: rgba(255,255,255,1);
	margin-top: 0px;
	text-align: left;
	font-family: "poppins-light";
	margin-bottom: 0;
}
#c_navigation_195-17853995916340 .e_text-64 {
	line-height: 2;
	display-radio: 1;
    font_radio:2;
	font-size: 24px;
	color: rgba(255,255,255,1);
	margin-top: 0px;
	text-align: left;
	font-family: "poppins-light";
}
#c_navigation_195-17853995916340 .e_text-65 {
	line-height: 2;
	display-radio: 1;
    font_radio:2;
	font-size: 24px;
	color: rgba(255,255,255,1);
	margin-top: 0px;
	text-align: left;
	font-family: "poppins-light";
}

@media(max-width:768px) {
	#c_navigation_195-17853995916340 .e_container-5 {
	    display-radio: 1;
	    flex-direction: column;
	    padding-left: 20px;
	    padding-right: 20px;
	    padding-top: 40px;
	    padding-bottom: 40px;
	}
	#c_navigation_195-17853995916340 .e_container-5 .p_item {
	    display-radio: 1;
	    margin-bottom: 0px;
	    margin-top: 0px;
	}
	#c_navigation_195-17853995916340 .e_text-15 {
	    display-radio: 1;
	    font_radio: 2;
	    font-family: "b127722d-fb8f-411a-a6b1-e5c526dcfaa3";
	    font-size: 24px;
	}
	#c_navigation_195-17853995916340 .e_container-12 {
	    display-radio: 1;
	    padding-right: 0px;
	}
	#c_navigation_195-17853995916340 .e_text-47 {
	    display-radio: 1;
	    font_radio: 2;
	    color: rgba(106,106,106,1);
	    text-align: center;
	}
	#c_navigation_195-17853995916340 .e_text-52 {
	    display-radio: 1;
	    font_radio: 2;
	    font-family: "b127722d-fb8f-411a-a6b1-e5c526dcfaa3";
	    font-size: 24px;
	}
	#c_navigation_195-17853995916340 .e_bottomNav-57 .p_menu1Item,
	#c_navigation_195-17853995916340 .e_bottomNav-57 .p_menu2Item {
	    display: flex;
	    justify-content: space-between;
	}
	#c_navigation_195-17853995916340 .e_bottomNav-57 .p_level1Box ul {
	    display: none;
	}
	#c_navigation_195-17853995916340 .e_bottomNav-57 .p_jtIcon {
	    width: auto;
	    height: auto;
	    max-width: 20px;
	    font-size: inherit;
	    transition: 0.5s;
	    margin: 0;
	}
	#c_navigation_195-17853995916340 .e_bottomNav-57 .p_jtIcon.active {
	    transform: rotateZ(90deg);
	}
	#c_navigation_195-17853995916340 .e_bottomNav-57 a {
	    display: flex;
	    flex-direction: column;
	    justify-content: center;
	}
	#c_navigation_195-17853995916340 .e_bottomNav-57 .p_level1Item {
	    padding: 0;
	}
	#c_navigation_195-17853995916340 .e_bottomNav-57 .p_menu2Item svg {
	    opacity: .5;
	}
	#c_navigation_195-17853995916340 .e_text-61 {
	    display-radio: 1;
	    font_radio: 2;
	    font-family: "b127722d-fb8f-411a-a6b1-e5c526dcfaa3";
	    font-size: 24px;
	}
	#c_navigation_195-17853995916340 .e_text-63 {
	    display-radio: 1;
	    font_radio: 2;
	    font-family: "b127722d-fb8f-411a-a6b1-e5c526dcfaa3";
	    font-size: 24px;
	}
	#c_navigation_195-17853995916340 .e_text-64 {
	    display-radio: 1;
	    font_radio: 2;
	    font-family: "b127722d-fb8f-411a-a6b1-e5c526dcfaa3";
	    font-size: 24px;
	}
	#c_navigation_195-17853995916340 .e_text-65 {
	    display-radio: 1;
	    font_radio: 2;
	    font-family: "b127722d-fb8f-411a-a6b1-e5c526dcfaa3";
	    font-size: 24px;
	}
}

@media(min-width:768px) {
	#c_navigation_195-17853995916340 .e_bottomNav-57 .p_level1Box {
	    display: flex;
	}
	#c_navigation_195-17853995916340 .e_bottomNav-57 .p_jtIcon {
	    display: none;
	}
}