/* pre css */
#c_navigation_006_P_004-16680411621380 {
	min-height: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.4), transparent);
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 999;
	transition: all 0.5s;
	padding: 20px 0
}

#c_navigation_006_P_004-16680411621380.light {
	padding: 0
}

.cn-make #c_navigation_006_P_004-16680411621380 {
	position: relative
}

.header .p_iconBox {
	padding: 20px 0 20px 20px;
	height: 80px;
	line-height: 40px;
	display: none
}

.header .p_iconBox svg {
	width: 30px;
	height: 30px
}

.header .p_iconBox svg.p_closeIcon {
	display: none
}

.header {
	width: 100%;
	display: flex;
	padding: 0 50px
}

.header .logorim {
	padding: 25px 0;
	transition: all 0.5s
}

.header .logorim a {
	display: block
}

.header .logorim a img {
	height: 30px;
	width: auto
}

.header .search {
	position: relative
}

.header .search a {
	display: flex;
	height: 100%;
	align-items: center;
	padding: 0 0 0 20px
}

.header .search a svg {
	width: auto;
	height: 20px;
	fill: var(--w)
}

.header .search a:hover svg {
	fill: var(--c)
}

.header .search p {
	display: flex;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translate(100px, -50%);
	background: #fff;
	border: 1px #fff solid;
	border-radius: 30px;
	opacity: 0;
	visibility: hidden;
	transition: all 0.8s;
	overflow: hidden
}

.header .search p a.searchBtn {
	padding: 0 10px;
	display: flex;
	align-items: center;
	height: auto
}

.header .search p a.searchBtn svg {
	fill: #666
}

.header .search p span {
	font-size: 20px;
	padding: 0 10px;
	cursor: pointer;
	color: #999;
	border-right: 1px #ddd solid;
	display: flex;
	align-items: center
}

.header .search p span:hover {
	color: #f00
}

.header .search p input {
	border: none;
	height: 40px;
	flex: 1;
	padding: 0 10px
}

.header .search p.show {
	opacity: 1;
	visibility: visible;
	transform: translate(0, -50%)
}

.header .search p.is-invalid {
	border-color: #fff
}

.header .search p.is-invalid input::-webkit-input-placeholder {
	color: #f00
}

.header .search p.is-invalid input::-ms-input-placeholder {
	color: #f00
}

.header .search p.is-invalid input::placeholder {
	color: #f00
}

.header .lugRim {
	position: relative;
	padding-left: 20px
}

.header .lugRim a {
	display: flex;
	align-items: center;
	height: 100%
}

.header .lugRim a span {
	padding-right: 10px;
	display: flex;
	align-items: center
}

.header .lugRim a span svg {
	width: auto;
	height: 20px;
	fill: var(--w)
}

.header .lugRim a em {
	font-style: normal;
	color: var(--w)
}

.header .lugRim .dropMenu {
	width: max-content;
	min-width: 100%;
	position: absolute;
	right: 0;
	top: 120%;
	background: var(--c);
	padding: 10px 15px 20px;
	border-radius: 0 0 10px 10px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
	opacity: 0;
	visibility: hidden;
	transition: all 0.5s
}

.header .lugRim:hover .dropMenu {
	opacity: 1;
	visibility: visible;
	top: 100%
}

.header .lugRim .dropMenu a {
	display: block;
	line-height: 40px;
	font-size: 14px;
	color: var(--w);
	border-bottom: 1px rgba(255, 255, 255, 0.2) solid;
	position: relative
}

.header .lugRim .dropMenu a:after {
	content: "";
	display: block;
	width: 0;
	height: 1px;
	background: var(--w);
	position: absolute;
	left: 0;
	bottom: -1px;
	transition: all 0.5s
}

.header .lugRim .dropMenu a:hover {
	color: var(--w)
}

.header .lugRim .dropMenu a:hover:after {
	width: 100%
}

.header ul {
	flex: 1;
	justify-content: center;
	display: flex;
	flex-wrap: wrap
}

.header ul li.p_level1Item {
	padding: 0;
	position: relative
}

.header ul li.p_level1Item>p.p_menuItem {
	padding: 0;
	position: relative
}

.header ul li.p_level1Item>p.p_menuItem:after {
	content: "";
	display: block;
	width: 100%;
	height: 0;
	background: var(--c);
	position: absolute;
	left: 0;
	bottom: 0;
	transition: all 0.5s
}

.header ul li.p_level1Item>p>a {
	padding: 0 20px;
	line-height: 80px;
	font-weight: bold;
	font-size: 16px;
	display: block;
	position: relative;
	z-index: 4;
	transition: all 0.5s;
	color: var(--w)
}

.header ul li.p_level1Item:hover>p.p_menuItem:after {
	height: 100%
}

.header ul li.p_level1Item:hover>p>a {
	color: var(--w)
}

.header ul li.p_level1Item .p_level2Box {
	position: absolute;
	width: max-content;
	min-width: 100%;
	left: 50%;
	top: 100%;
	transform: translate(-50%, 0);
	background: #fff;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
	display: none;
	flex-wrap: wrap;
	overflow: hidden
}

.header ul li.p_level1Item .p_level2Box li.p_level2Item {
	width: 100%;
	border-bottom: 1px #ddd solid
}

.header ul li.p_level1Item .p_level2Box li.p_level2Item:last-child {
	border: none
}

.header ul li.p_level1Item .p_level2Box li.p_level2Item a {
	display: block;
	line-height: 40px;
	padding: 0 20px;
	text-align: center
}

.header ul li.p_level1Item .p_level2Box li.p_level2Item a:hover {
	background: var(--b);
	color: var(--w)
}

.header.on .logorim {
	padding: 15px 0
}

.header.on ul li.p_level1Item>p>a {
	line-height: 60px
}

.visible-xs {
	display: none
}

@media screen and (max-width:768px) {
	#c_navigation_006_P_004-16680411621380 {
		padding: 0
	}

	.header {
		padding: 0 15px;
		background: #fff
	}

	.header .logorim {
		flex: 1;
		padding: 28px 0
	}

	.header .logorim a img {
		height: 24px
	}

	.header .p_iconBox {
		display: block;
		padding-left: 0px
	}

	.header .lugRim a span svg,
	.header .search a svg {
		fill: #666
	}

	.header .lugRim a em {
		display: none
	}

	.header .search p {
		border-color: #ddd
	}

	.header .search p.is-invalid {
		border-color: #f00
	}

	.header ul {
		position: absolute;
		left: 0;
		top: 100%;
		border-top: 1px #ddd solid;
		background: #f8f8f8;
		width: 100%;
		display: none;
		box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1)
	}

	.header ul li.p_level1Item {
		width: 100%
	}

	.header ul li.p_level1Item>p>a {
		line-height: 60px;
		border-bottom: 1px #ddd solid;
		color: #666
	}

	.header ul li.p_level1Item .p_level2Box {
		position: relative;
		top: 0;
		left: 0;
		transform: translate(0, 0);
		border-top: none
	}

	.hidden-xs {
		display: none
	}

	.visible-xs {
		display: block
	}
}

@media screen and (min-width: 769px) {}

@media screen and (max-width: 1200px) and (min-width: 768px) {
	.header {
		padding: 0 15px
	}
}

#c_grid-1668041187583 {
	margin-left: auto;
	margin-right: auto;
	width: 100%
}

#c_grid-1668041187583 .p_gridbox::after {
	content: '';
	clear: left;
	display: block
}

#c_grid-1668041187583>div>.p_gridbox {
	width: 100%;
	overflow: hidden;
	position: static
}

#c_grid-1668041187583>div>.p_gridCell {
	float: left;
	position: static
}

#c_grid-1668041187583>.p_gridbox.signal {
	min-height: inherit
}

#c_grid-1668041187583>.p_gridbox.signal>.p_gridCell {
	min-height: inherit !important
}

@media screen and (max-width:768px) {
	#c_grid-1668041187583>.p_gridbox>.p_gridCell:nth-child(1n + 1) {
		width: 99%;
		margin-left: 0.5%;
		margin-right: 0.5%;
		margin-top: 0.5rem;
		margin-bottom: 0.5rem;
		clear: left
	}
}

@media screen and (min-width: 769px) {
	#c_grid-1668041187583>.p_gridbox>.p_gridCell:nth-child(1n + 1) {
		width: 100%;
		margin-left: 0%;
		margin-right: 0%;
		margin-top: 0rem;
		margin-bottom: 0rem;
		clear: left
	}
}

@media screen and (max-width: 1024px) and (min-width: 769px) {
	#c_grid-1668041187583>.p_gridbox>.p_gridCell:nth-child(1n + 1) {
		width: 100%;
		margin-left: 0%;
		margin-right: 0%;
		margin-top: 0rem;
		margin-bottom: 0rem;
		clear: left
	}
}

@media screen and (max-width: 1200px) and (min-width: 768px) {}

#c_banner_019_P_121-16680412484510 {
	min-height: 300px;
	background: #333
}

#c_banner_019_P_121-16680412484510 .e_bannerA-2 {
	height: auto;
	width: 100%
}

#c_banner_019_P_121-16680412484510 .e_bannerA-2 .swiper-container {
	height: inherit;
	width: 100%
}

#c_banner_019_P_121-16680412484510 .e_bannerA-2 .swiper-wrapper {
	height: inherit
}

#c_banner_019_P_121-16680412484510 .e_bannerA-2 .swiper-slide {
	height: inherit
}

#c_banner_019_P_121-16680412484510 .e_bannerA-2 .p_img {
	width: 100%;
	height: 100vh;
	max-height: 1440px;
	background: #000;
	overflow: hidden;
	position: relative
}

#c_banner_019_P_121-16680412484510 .e_bannerA-2 .p_img:before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	background: linear-gradient(45deg, rgba(0, 0, 0, 0.5), transparent)
}

#c_banner_019_P_121-16680412484510 .e_bannerA-2 .p_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transform: scale(1.3);
	transition: all 4s
}

#c_banner_019_P_121-16680412484510 .e_bannerA-2 .custom-bullet {
	background: #ccc
}

#c_banner_019_P_121-16680412484510 .e_bannerA-2 .p_info {
	width: 100%;
	position: absolute;
	left: 50%;
	top: 55%;
	z-index: 9;
	display: flex;
	transform: translate(-50%, -50%);
	align-items: center;
	max-width: 1600px;
	padding: 15px 80px
}

#c_banner_019_P_121-16680412484510 .e_bannerA-2 .p_info div {
	width: 100%;
	max-width: 60%;
	text-shadow: 0 2px 5px rgba(0, 0, 0, 0.2)
}

#c_banner_019_P_121-16680412484510 .e_bannerA-2 .p_btitle {
	font-size: 32px;
	transform: translate(-100px, 0);
	opacity: 0;
	transition: all 0.5s ease 0.5s
}

#c_banner_019_P_121-16680412484510 .e_bannerA-2 .p_subtitle {
	line-height: 1.2;
	padding: 5px 0;
	font-size: 50px;
	font-weight: normal;
	transform: translate(150px, 0);
	opacity: 0;
	transition: all 0.5s ease 0.5s
}

#c_banner_019_P_121-16680412484510 .e_bannerA-2 .p_summary {
	font-size: 18px;
	text-transform: uppercase;
	transform: translate(-100px, 0);
	opacity: 0;
	transition: all 0.5s ease 0.7s
}

#c_banner_019_P_121-16680412484510 .e_bannerA-2 .p_blink {
	transform: translate(0, 100px);
	opacity: 0;
	transition: all 0.5s ease 1s;
	padding-top: 30px
}

#c_banner_019_P_121-16680412484510 .e_bannerA-2 .moreBtn {
	border-radius: 20px 0 20px 0;
	background: #008c3f;
	color: #fff;
	padding: 0 30px;
	line-height: 40px;
	font-size: 16px;
	display: inline-block;
	transition: all 0.5s
}

#c_banner_019_P_121-16680412484510 .e_bannerA-2 .moreBtn:hover {
	background: #f01926;
	color: #fff
}

#c_banner_019_P_121-16680412484510 .e_bannerA-2 .swiper-slide.swiper-slide-active .p_btitle {
	transform: translate(0, 0);
	opacity: 1
}

#c_banner_019_P_121-16680412484510 .e_bannerA-2 .swiper-slide.swiper-slide-active .p_subtitle {
	transform: translate(0, 0);
	opacity: 1
}

#c_banner_019_P_121-16680412484510 .e_bannerA-2 .swiper-slide.swiper-slide-active .p_summary {
	transform: translate(0, 0);
	opacity: 1
}

#c_banner_019_P_121-16680412484510 .e_bannerA-2 .swiper-slide.swiper-slide-active .p_blink {
	transform: translate(0, 0);
	opacity: 1
}

#c_banner_019_P_121-16680412484510 .e_bannerA-2 .swiper-slide.swiper-slide-active .p_img img {
	transform: scale(1)
}

#c_banner_019_P_121-16680412484510 .e_bannerA-2 .swiper-container-vertical {
	height: 400px
}

#c_banner_019_P_121-16680412484510 .e_bannerA-2 .p_video {
	width: 100%;
	height: 100%;
	z-index: 3;
	overflow: hidden;
	margin-right: 0;
	margin-left: auto;
	position: relative
}

#c_banner_019_P_121-16680412484510 .e_bannerA-2 .p_video .videoContent {
	width: 100%;
	height: 100%
}

#c_banner_019_P_121-16680412484510 .e_bannerA-2 .p_video {
	position: relative;
	width: 100%;
	height: 100vh;
	max-height: 1440px;
	overflow: hidden
}

#c_banner_019_P_121-16680412484510 .e_bannerA-2 .p_video:before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	background: linear-gradient(45deg, rgba(0, 0, 0, 0.5), transparent)
}

#c_banner_019_P_121-16680412484510 .e_bannerA-2 .p_video video {
	width: 100%;
	height: 100%;
	background: #000;
	object-fit: cover
}

#c_banner_019_P_121-16680412484510 .e_bannerA-2 .p_videoPoster {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 2;
	cursor: pointer
}

#c_banner_019_P_121-16680412484510 .e_bannerA-2 .p_videoPoster::before {
	content: " ";
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 2;
	background: url('../image/playVideo.png') no-repeat center center;
	display: none
}

#c_banner_019_P_121-16680412484510 .e_bannerA-2 .p_videoPoster img {
	width: 100%;
	height: 100%;
	object-fit: cover
}

#c_banner_019_P_121-16680412484510 .e_bannerA-2 .p_videoInfo {}

#c_banner_019_P_121-16680412484510 .swiper-button-next,
#c_banner_019_P_121-16680412484510 .swiper-button-prev {
	color: #fff
}

#c_banner_019_P_121-16680412484510 .swiper-pagination span {
	opacity: 1;
	background: var(--w);
	border-radius: 5px;
	transition: all 0.5s
}

#c_banner_019_P_121-16680412484510 .swiper-pagination span.swiper-pagination-bullet-active {
	width: 30px;
	background: var(--c)
}

@media screen and (max-width:768px) {
	#c_banner_019_P_121-16680412484510 {
		padding-top: 80px
	}

	#c_banner_019_P_121-16680412484510 .e_bannerA-2 .swiper-slide {
		height: auto
	}

	#c_banner_019_P_121-16680412484510 .e_bannerA-2 .p_img {
		height: 450px
	}

	#c_banner_019_P_121-16680412484510 .e_bannerA-2 .p_info {
		width: 100%;
		z-index: 9;
		top: 60%;
		padding: 20px
	}

	#c_banner_019_P_121-16680412484510 .e_bannerA-2 .p_info div {
		max-width: 90%
	}

	#c_banner_019_P_121-16680412484510 .e_bannerA-2 .p_btitle {
		font-size: 18px
	}

	#c_banner_019_P_121-16680412484510 .e_bannerA-2 .p_subtitle {
		font-size: 26px
	}

	#c_banner_019_P_121-16680412484510 .e_bannerA-2 .p_summary {
		font-size: 14px
	}

	#c_banner_019_P_121-16680412484510 .swiper-button-next,
	#c_banner_019_P_121-16680412484510 .swiper-button-prev {
		display: none
	}

	#c_banner_019_P_121-16680412484510 .e_bannerA-2 .p_video {
		height: 450px
	}
}

@media screen and (max-width: 1200px) and (min-width: 768px) {}

#c_static_001-16680412675880 {
	min-height: 300px;
	position: relative;
	overflow: hidden
}

#c_static_001-16680412675880 .e_loop-1 {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	padding: 12% 0 0;
	z-index: 6;
	border-bottom: 1px var(--w) dotted
}

.cn-make #c_static_001-16680412675880 .e_loop-1 {
	position: relative;
	padding-bottom: 100px
}

#c_static_001-16680412675880 .e_loop-1 .p_list {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	max-width: 800px;
	margin: 0 auto;
	padding: 5px
}

#c_static_001-16680412675880 .e_loop-1 .p_loopitem {
	flex: 1;
	position: relative;
	padding: 15px;
	text-align: center
}

#c_static_001-16680412675880 .e_loop-1 .p_loopitem:before {
	content: "";
	display: block;
	width: 16px;
	height: 16px;
	border: 1px solid var(--w);
	position: absolute;
	left: 50%;
	bottom: -13px;
	transform: translate(-50%, 0);
	border-radius: 50%
}

#c_static_001-16680412675880 .e_loop-1 .p_loopitem:after {
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	background: var(--w);
	position: absolute;
	left: 50%;
	bottom: -10px;
	transform: translate(-50%, 0);
	border-radius: 50%
}

#c_static_001-16680412675880 .e_loop-1 .p_loopitem.active:before {
	border-color: var(--c)
}

#c_static_001-16680412675880 .e_loop-1 .p_loopitem.active:after {
	background: var(--c)
}

#c_static_001-16680412675880 .e_loop-1 .p_page {
	text-align: center
}

#c_static_001-16680412675880 .e_loop-1 .p_filter_wrapper {
	width: 100%;
	font-size: 13px
}

#c_static_001-16680412675880 .e_loop-1 .p_kv_wrapper {
	display: flex;
	flex-wrap: nowrap;
	line-height: 40px;
	margin: 15px 0
}

#c_static_001-16680412675880 .e_loop-1 .p_filter_key {
	width: 70px;
	overflow: hidden;
	margin-right: 10px;
	font-weight: bold;
	color: #333333;
	font-size: 12px
}

#c_static_001-16680412675880 .e_loop-1 .p_v_item {
	display: inline-block;
	padding: 0 3px;
	cursor: pointer;
	font-size: 13px;
	color: #555555;
	margin-right: 30px
}

#c_static_001-16680412675880 .e_loop-1 .p_active .p_fbutton {
	color: #fff;
	background-color: cornflowerblue
}

#c_static_001-16680412675880 .e_loop-1 .p_result_item {
	position: relative;
	padding: 3px 20px 3px 10px;
	border: 1px solid #ddd;
	border-radius: 3px;
	margin-right: 10px
}

#c_static_001-16680412675880 .e_loop-1 .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-16680412675880 .e_loop-1 .multSelect {
	font-size: 13px;
	position: relative
}

#c_static_001-16680412675880 .e_loop-1 .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-16680412675880 .e_loop-1 .multSelect.is-invalid .inputWrap {
	border-color: #dc3545
}

#c_static_001-16680412675880 .e_loop-1 .multSelect ul {
	padding: 0 5px;
	margin: 0;
	padding-right: 35px
}

#c_static_001-16680412675880 .e_loop-1 .multSelect ul,
li {
	list-style: none
}

#c_static_001-16680412675880 .e_loop-1 .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-16680412675880 .e_loop-1 .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-16680412675880 .e_loop-1 .multSelect .multSelect-option>div {
	line-height: 24px;
	cursor: pointer;
	padding: 0 10px
}

#c_static_001-16680412675880 .e_loop-1 .multSelect .multSelect-option>div.selected {
	color: #409eff
}

#c_static_001-16680412675880 .e_loop-1 .multSelect .multSelect-option>div:hover {
	color: #409eff;
	background: #f3f6f9
}

#c_static_001-16680412675880 .e_loop-1 .multSelect .fa-close {
	font-style: normal;
	font-size: 12px;
	padding: 0 5px 0 7px
}

#c_static_001-16680412675880 .e_loop-1 .multSelect .inputWrap>.fa svg {
	fill: #666;
	width: 12px;
	height: 12px;
	position: absolute;
	right: 0;
	top: calc(50% - 3px)
}

#c_static_001-16680412675880 .e_loop-1 .multSelect .inputWrap>.fa-down svg {
	transform: rotate(-90deg)
}

#c_static_001-16680412675880 .e_loop-1 .multSelect .inputWrap>.fa-up svg {
	transform: rotate(90deg)
}

#c_static_001-16680412675880 .e_loop-1 .multSelect .placeholder {
	line-height: 40px;
	padding-left: 10px;
	color: #aaa;
	position: absolute;
	left: 0;
	top: 0
}

#c_static_001-16680412675880 .e_loop-1 .p_normal_start {
	display: inline;
	width: 100px;
	height: 40px
}

#c_static_001-16680412675880 .e_loop-1 .p_date_start {
	display: inline;
	width: 105px;
	height: 40px
}

#c_static_001-16680412675880 .e_loop-1 .p_normal_end {
	display: inline;
	width: 100px;
	height: 40px;
	margin-right: 5px
}

#c_static_001-16680412675880 .e_loop-1 .p_date_end {
	display: inline;
	width: 105px;
	height: 40px;
	margin-right: 5px
}

#c_static_001-16680412675880 .e_loop-1 .p_split {
	margin: 0 5px
}

#c_static_001-16680412675880 .e_loop-1 .p_normal {
	margin-right: 16px
}

#c_static_001-16680412675880 .e_loop-1 .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-16680412675880 .e_loop-1 .input-check,
#c_static_001-16680412675880 .e_loop-1 .input-radio {
	margin: 0 5px;
	vertical-align: text-top
}

#c_static_001-16680412675880 .e_loop-1 .position-left {
	display: flex
}

#c_static_001-16680412675880 .e_loop-1 .position-right {
	display: flex;
	flex-direction: row-reverse
}

#c_static_001-16680412675880 .e_loop-1 .position-bottom {
	display: flex;
	flex-direction: column-reverse
}

#c_static_001-16680412675880 .e_loop-1 .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-16680412675880 .e_loop-1 .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-16680412675880 .e_loop-1 .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-16680412675880 .e_loop-1 .p_active .p_mbutton::before {
	display: block
}

#c_static_001-16680412675880 .e_loop-1 .p_active .p_mbutton::after {
	display: block
}

#c_static_001-16680412675880 .e_loop-1 .p_input_match {
	width: 100px;
	height: 40px;
	padding: 10px;
	border: 1px solid #ced4da;
	border-radius: 3px
}

#c_static_001-16680412675880 .e_loop-1 .p_filter_result {
	display: none
}

#c_static_001-16680412675880 .e_loop-1 .p_contclear {
	cursor: pointer;
	display: none
}

#c_static_001-16680412675880 .e_loop-1 .swiper-container {
	padding-bottom: 15px
}

#c_static_001-16680412675880 .e_loop-1 .p_imgwrapper {
	width: 80px;
	height: 100px;
	overflow: hidden
}

#c_static_001-16680412675880 .e_loop-1 .p_imgtitle {
	display: flex;
	justify-content: center;
	flex-wrap: nowrap;
	margin: 0 auto;
	line-height: 20px
}

#c_static_001-16680412675880 .e_loop-1 .p_imgwrapper img {
	width: 100%;
	object-fit: cover
}

#c_static_001-16680412675880 .e_loop-1 .p_active .p_imgwrapper {
	border: 1px solid #409eff
}

#c_static_001-16680412675880 .e_loop-1 .p_inputRangeSearch {
	padding: 7px 12px;
	background: #007bff;
	color: white;
	font-size: 14px;
	font-style: normal
}

#c_static_001-16680412675880 .e_loop-1 .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-16680412675880 .e_richText-2 {
	text-align: center;
	background: #fff;
	padding: 20px;
	width: auto;
	display: inline-block;
	border-radius: 50%;
	transition: all 0.5s
}

#c_static_001-16680412675880 .e_richText-2 svg {
	width: auto;
	height: 60px;
	transition: all 0.8s
}

#c_static_001-16680412675880 .e_richText-2 p {
	display: none
}

#c_static_001-16680412675880 .e_richText-2 svg path {
	fill: var(--b)
}

#c_static_001-16680412675880 .e_loop-1 .p_loopitem.active .e_richText-2 {
	transform: translate(0, -10px);
	background: var(--c)
}

#c_static_001-16680412675880 .e_loop-1 .p_loopitem.active .e_richText-2 svg path {
	fill: var(--w)
}

#c_static_001-16680412675880 .e_image-6 {
	overflow: hidden
}

#c_static_001-16680412675880 .e_image-6 img {
	width: 100%;
	height: 100%;
	object-fit: contain
}

#c_static_001-16680412675880 .e_loop-1 .cnCateSwiper .swiper-wrapper .swiper-slide {
	flex: none
}

#c_static_001-16680412675880 .saf-cn-ProcateBox {
	width: 100%;
	position: relative;
	z-index: 1;
	height: 100vh;
	max-height: 1440px
}

.cn-make #c_static_001-16680412675880 .saf-cn-ProcateBox {
	height: auto
}

#c_static_001-16680412675880 .saf-cn-ProcateBox .e_image-6 {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: #000
}

#c_static_001-16680412675880 .saf-cn-ProcateBox .e_image-6:before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	display: none;
	background: linear-gradient(45deg, rgba(255, 255, 255, 0.5), transparent)
}

#c_static_001-16680412675880 .saf-cn-ProcateBox .e_image-6 img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 5s
}

#c_static_001-16680412675880 .saf-cn-ProcateBox .e_image-6 .cn-cateInfo {
	max-width: 1600px;
	width: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 2;
	transform: translate(-50%, 0);
	padding: 20px
}

#c_static_001-16680412675880 .saf-cn-ProcateBox .e_image-6 .cn-cateInfo h3 {
	font-size: 3rem;
	color: var(--w);
	margin: 0;
	animation: fadeOutDown 1s both
}

#c_static_001-16680412675880 .saf-cn-ProcateBox .e_image-6 .cn-cateInfo p {
	padding: 20px 0 40px;
	font-size: 16px;
	color: var(--w);
	line-height: 1.6;
	animation: fadeOutDown 1s both;
	max-width: 700px
}

#c_static_001-16680412675880 .saf-cn-ProcateBox .e_image-6 .cn-cateInfo a {
	display: inline-block;
	padding: 0 30px;
	border: 1px var(--w) solid;
	line-height: 40px;
	color: var(--w);
	animation: fadeOutDown 1s both;
	border-radius: 5px
}

#c_static_001-16680412675880 .saf-cn-ProcateBox .e_image-6 .cn-cateInfo a:hover {
	background: var(--c);
	border-color: var(--c);
	color: var(--w)
}

#c_static_001-16680412675880 .saf-cn-ProcateBox .e_image-6.active .cn-cateInfo h3 {
	animation: fadeInUp 1s 0.5s both
}

#c_static_001-16680412675880 .saf-cn-ProcateBox .e_image-6.active .cn-cateInfo p {
	animation: fadeInUp 1s 0.6s both
}

#c_static_001-16680412675880 .saf-cn-ProcateBox .e_image-6.active .cn-cateInfo a {
	animation: fadeInUp 1s 0.7s both
}

#c_static_001-16680412675880 .saf-cn-ProcateBox .e_image-6.active {
	position: relative;
	z-index: 4
}

#c_static_001-16680412675880 .saf-cn-ProcateBox .e_image-6.active img {
	opacity: 1
}

#c_static_001-1668049323149 {
	min-height: 300px;
	background: var(--b)
}

#c_static_001-1668049323149 .e_container-1 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%;
	display-radio: flex;
	position: relative
}

#c_static_001-1668049323149 .e_container-1>.p_item {
	flex: 0 0 100%;
	max-width: 100%;
	max-height: 100%
}

#c_static_001-1668049323149 .e_container-1>.p_item.cbox-1-1 {
	position: absolute;
	left: 0;
	top: 50%;
	z-index: 4;
	text-align: center;
	width: 100%;
	padding: 3rem;
	transform: translate(0, -50%)
}

#c_static_001-1668049323149 .e_loop-4 .p_list {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	/*解决无缝滚动在循环体多列展示问题  */
	max-width: 100%
		/* 解决无缝滚动在循环体多列展示问题 */
}

#c_static_001-1668049323149 .e_loop-4 .p_loopitem {
	flex: 0 0 33.3333%;
	position: relative
}

#c_static_001-1668049323149 .e_loop-4 .p_page {
	text-align: center
}

#c_static_001-1668049323149 .e_loop-4 .p_filter_wrapper {
	width: 100%;
	font-size: 13px
}

#c_static_001-1668049323149 .e_loop-4 .p_kv_wrapper {
	display: flex;
	flex-wrap: nowrap;
	line-height: 40px;
	margin: 15px 0
}

#c_static_001-1668049323149 .e_loop-4 .p_filter_key {
	/* min-width:80px;
 */
	width: 70px;
	overflow: hidden;
	margin-right: 10px;
	font-weight: bold;
	color: #333333;
	font-size: 12px
}

#c_static_001-1668049323149 .e_loop-4 .p_v_item {
	display: inline-block;
	padding: 0 3px;
	cursor: pointer;
	font-size: 13px;
	color: #555555;
	margin-right: 30px
}

#c_static_001-1668049323149 .e_loop-4 .p_active .p_fbutton {
	color: #fff;
	background-color: cornflowerblue
		/* border-radius:2px;
 */
}

#c_static_001-1668049323149 .e_loop-4 .p_result_item {
	position: relative;
	padding: 3px 20px 3px 10px;
	border: 1px solid #ddd;
	border-radius: 3px;
	margin-right: 10px
}

#c_static_001-1668049323149 .e_loop-4 .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-1668049323149 .e_loop-4 .p_s_option {}

#c_static_001-1668049323149 .e_loop-4 .multSelect {
	font-size: 13px;
	position: relative
}

#c_static_001-1668049323149 .e_loop-4 .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-1668049323149 .e_loop-4 .multSelect.is-invalid .inputWrap {
	border-color: #dc3545
}

#c_static_001-1668049323149 .e_loop-4 .multSelect ul {
	padding: 0 5px;
	margin: 0;
	padding-right: 35px
}

#c_static_001-1668049323149 .e_loop-4 .multSelect ul,
li {
	list-style: none
}

#c_static_001-1668049323149 .e_loop-4 .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-1668049323149 .e_loop-4 .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-1668049323149 .e_loop-4 .multSelect .multSelect-option>div {
	line-height: 24px;
	cursor: pointer;
	padding: 0 10px
}

#c_static_001-1668049323149 .e_loop-4 .multSelect .multSelect-option>div.selected {
	color: #409eff
}

#c_static_001-1668049323149 .e_loop-4 .multSelect .multSelect-option>div:hover {
	color: #409eff;
	background: #f3f6f9
}

#c_static_001-1668049323149 .e_loop-4 .multSelect .fa-close {
	font-style: normal;
	font-size: 12px;
	padding: 0 5px 0 7px
}

#c_static_001-1668049323149 .e_loop-4 .multSelect .inputWrap>.fa svg {
	fill: #666;
	width: 12px;
	height: 12px;
	position: absolute;
	right: 0;
	top: calc(50% - 3px)
}

#c_static_001-1668049323149 .e_loop-4 .multSelect .inputWrap>.fa-down svg {
	transform: rotate(-90deg)
}

#c_static_001-1668049323149 .e_loop-4 .multSelect .inputWrap>.fa-up svg {
	transform: rotate(90deg)
}

#c_static_001-1668049323149 .e_loop-4 .multSelect .placeholder {
	line-height: 40px;
	padding-left: 10px;
	color: #aaa;
	position: absolute;
	left: 0;
	top: 0
}

/* #c_static_001-1668049323149 .e_loop-4 .p_filter_close::before {
	content: "\2716";
}
*/
/* #c_static_001-1668049323149 .e_loop-4 .p_filter_select {
	width: 110px;
	height: 24px;
	padding: 0;
	border: 1px solid #DCDFE6;
}
*/
#c_static_001-1668049323149 .e_loop-4 .p_normal_start {
	display: inline;
	width: 100px;
	height: 40px
}

#c_static_001-1668049323149 .e_loop-4 .p_date_start {
	display: inline;
	width: 105px;
	height: 40px
}

#c_static_001-1668049323149 .e_loop-4 .p_normal_end {
	display: inline;
	width: 100px;
	height: 40px;
	margin-right: 5px
}

#c_static_001-1668049323149 .e_loop-4 .p_date_end {
	display: inline;
	width: 105px;
	height: 40px;
	margin-right: 5px
}

#c_static_001-1668049323149 .e_loop-4 .p_split {
	margin: 0 5px
}

#c_static_001-1668049323149 .e_loop-4 .p_normal {
	margin-right: 16px
}

#c_static_001-1668049323149 .e_loop-4 .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-1668049323149 .e_loop-4 .input-check,
#c_static_001-1668049323149 .e_loop-4 .input-radio {
	margin: 0 5px;
	vertical-align: text-top
}

#c_static_001-1668049323149 .e_loop-4 .position-left {
	display: flex
}

#c_static_001-1668049323149 .e_loop-4 .position-right {
	display: flex;
	flex-direction: row-reverse
}

#c_static_001-1668049323149 .e_loop-4 .position-top {
	/* display:flex;
 */
}

#c_static_001-1668049323149 .e_loop-4 .position-bottom {
	display: flex;
	flex-direction: column-reverse
}

#c_static_001-1668049323149 .e_loop-4 .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-1668049323149 .e_loop-4 .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-1668049323149 .e_loop-4 .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-1668049323149 .e_loop-4 .p_active .p_mbutton::before {
	display: block
}

#c_static_001-1668049323149 .e_loop-4 .p_active .p_mbutton::after {
	display: block
}

#c_static_001-1668049323149 .e_loop-4 .p_input_match {
	width: 100px;
	height: 40px;
	padding: 10px;
	border: 1px solid #ced4da;
	border-radius: 3px
}

#c_static_001-1668049323149 .e_loop-4 .p_filter_result {
	display: inline-block
}

#c_static_001-1668049323149 .e_loop-4 .p_contclear {
	cursor: pointer
}

#c_static_001-1668049323149 .e_loop-4 .swiper-container {
	padding-bottom: 30px
}

#c_static_001-1668049323149 .e_loop-4 .p_imgwrapper {
	width: 80px;
	height: 100px;
	overflow: hidden
}

#c_static_001-1668049323149 .e_loop-4 .p_imgtitle {
	display: flex;
	justify-content: center;
	flex-wrap: nowrap;
	margin: 0 auto;
	line-height: 20px
}

#c_static_001-1668049323149 .e_loop-4 .p_imgwrapper img {
	width: 100%;
	object-fit: cover
}

#c_static_001-1668049323149 .e_loop-4 .p_active .p_imgwrapper {
	border: 1px solid #409eff
}

#c_static_001-1668049323149 .e_loop-4 .p_filter_result {
	display: none
}

#c_static_001-1668049323149 .e_loop-4 .p_contclear {
	display: none
}

#c_static_001-1668049323149 .e_loop-4 .p_inputRangeSearch {
	padding: 7px 12px;
	background: #007bff;
	color: white;
	font-size: 14px;
	font-style: normal
}

#c_static_001-1668049323149 .e_loop-4 .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-1668049323149 .e_loop-4 {
	display-radio: 1
}

#c_static_001-1668049323149 .e_container-1 .p_item {
	display-radio: 1
}

#c_static_001-1668049323149 .e_image-5 {
	overflow: hidden;
	width: 100%;
	height: 100vh;
	max-height: 1440px;
	background: #000;
	position: relative
}

#c_static_001-1668049323149 .e_image-5:before {
	content: "";
	display: none;
	width: 100%;
	height: 0;
	background: var(--c);
	opacity: 0.9;
	position: absolute;
	left: 0;
	bottom: 0;
	transition: all 0.5s;
	z-index: 1
}

#c_static_001-1668049323149 .e_image-5 img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0.4;
	transition: all 0.5s
}

#c_static_001-1668049323149 .e_h3-6 {
	font_radio: 1;
	display-radio: 1;
	font-size: 2.5rem;
	color: #fff;
	margin: 0
}

#c_static_001-1668049323149 .e_text-7 {
	line-height: 1.6;
	font-size: 18px;
	text-transform: uppercase;
	font_radio: 2;
	display-radio: 1;
	padding: 10px 0 30px;
	color: #fff
}

#c_static_001-1668049323149 .e_button-8 {
	display: block;
	position: relative;
	overflow: hidden;
	text-align: center;
	box-sizing: border-box;
	width: 140px;
	border-radius: 4px;
	padding: 10px;
	background_radio: 1;
	border_radio: 1;
	font_radio: 1;
	radius_radio: 1;
	display-radio: block;
	margin: 0 auto;
	background: linear-gradient(to right, #019680, #22c286);
	border: none
}

#c_static_001-1668049323149 .e_button-8 span {
	display: block;
	width: 100%;
	position: relative;
	z-index: 1;
	outline: 0;
	margin: 0px;
	overflow: hidden
}

#c_static_001-1668049323149 .e_button-8::after {
	content: "";
	position: absolute;
	width: 0;
	height: 100%;
	transition: all .3s;
	z-index: 0;
	opacity: 0;
	top: 0;
	left: 0px
}

#c_static_001-1668049323149 .e_button-8:hover::after {
	opacity: 1
}

#c_static_001-1668049323149 .e_container-1:hover .e_image-5:before {
	height: 100%
}

#c_static_001-1668049323149 .e_container-1:hover .e_image-5 img {
	transform: scale(1.1);
	opacity: 0.9
}

@media screen and (max-width:768px) {
	#c_static_001-1668049323149 .e_loop-4 .p_loopitem {
		flex: 0 0 100%
	}

	#c_static_001-1668049323149 .e_image-5 {
		height: 400px
	}
}

@media screen and (min-width: 769px) {}

@media screen and (max-width: 1024px) and (min-width: 769px) {}

#c_static_001-16680412834870 {
	min-height: 300px;
	padding: 200px 0;
	background: #000;
	position: relative;
	overflow: hidden
}

#c_static_001-16680412834870:before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: url(../picture1/四屏背景.jpg) center no-repeat;
	background-size: cover;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	opacity: 0.99
}

#c_static_001-16680412834870 .imgcircle {
	width: auto;
	height: 90%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
	animation: imgcircle 50s infinite;
	opacity: 0.1;
	display: none
}

#c_static_001-16680412834870 .imgcircle1 {
	width: auto;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	transform: translate(-50%, -50%);
	z-index: 2;
	animation: imgcircle 70s infinite;
	opacity: 0.2
}

#c_static_001-16680412834870 .imgcircle2 {
	width: auto;
	height: 70%;
	position: absolute;
	left: 100%;
	top: 100%;
	transform: translate(-50%, -50%);
	z-index: 2;
	animation: imgcircle 60s infinite;
	opacity: 0.1
}

#c_static_001-16680412834870 .e_container-1 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%;
	max-width: 1600px;
	margin: 0 auto;
	position: relative;
	z-index: 5;
	padding-top: 80px
}

#c_static_001-16680412834870 .e_container-1>.p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%;
	padding: 15px
}

#c_static_001-16680412834870 .e_h1-2 {
	color: #333;
	white-space: break-spaces;
	line-height: 1.5;
	font-size: 2.5rem;
	padding-bottom: 20px
}

#c_static_001-16680412834870 .e_container-3 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%;
	padding: 60px 0
}

#c_static_001-16680412834870 .e_container-3>.p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%;
	padding: 30px 0
}

#c_static_001-16680412834870 .e_scrollNumber-4 {
	height: 60px;
	line-height: 60px;
	font-size: 40px
}

#c_static_001-16680412834870 .e_text-5 {
	line-height: normal
}

#c_static_001-16680412834870 .e_scrollNumber-6 {
	height: 60px;
	line-height: 60px;
	font-size: 40px
}

#c_static_001-16680412834870 .e_scrollNumber-7 {
	height: 60px;
	line-height: 60px;
	font-size: 40px
}

#c_static_001-16680412834870 .e_scrollNumber-8 {
	height: 60px;
	line-height: 60px;
	font-size: 40px
}

#c_static_001-16680412834870 .e_text-9 {
	line-height: normal
}

#c_static_001-16680412834870 .e_text-10 {
	line-height: normal
}

#c_static_001-16680412834870 .e_text-11 {
	line-height: normal
}

#c_static_001-16680412834870 .e_container-3>.p_item>.s_title {
	color: #666
}

#c_static_001-16680412834870 .e_container-3>.p_item>p {
	font-size: 14px
}

#c_static_001-16680412834870 .e_container-3>.p_item>div span.p_num {
	font-size: 3rem;
	font-weight: bold;
	color: var(--c)
}

#c_static_001-16680412834870 .e_container-3>.p_item>div span.p_plus {
	font-size: 14px;
	color: #666
}

#c_static_001-16680412834870 .e_button-12 {
	display: block;
	position: relative;
	overflow: hidden;
	text-align: center;
	box-sizing: border-box;
	width: 160px;
	border-radius: 4px;
	padding: 15px;
	border: none;
	background: linear-gradient(to right, #019680, #22c286)
}

#c_static_001-16680412834870 .e_button-12 span {
	display: block;
	width: 100%;
	position: relative;
	z-index: 1;
	outline: 0;
	margin: 0px;
	overflow: hidden
}

#c_static_001-16680412834870 .e_button-12::after {
	content: "";
	position: absolute;
	width: 0;
	height: 100%;
	transition: all .3s;
	z-index: 0;
	opacity: 0;
	top: 0;
	left: 0px
}

#c_static_001-16680412834870 .e_button-12:hover::after {
	opacity: 1
}

#c_static_001-16680412834870 .e_text-13 {
	line-height: 1.6;
	font-size: 18px;
	color: #333;
	padding-bottom: 60px
}

@media screen and (max-width:768px) {
	#c_static_001-16680412834870 {
		padding: 100px 0
	}

	#c_static_001-16680412834870 .e_container-3>.p_item {
		flex: 0 0 50%;
		padding: 15px 0;
		border: 1px rgba(255, 255, 255, 0.2) solid;
		background: rgba(0, 0, 0, 0.3)
	}

	#c_static_001-16680412834870 .e_container-3>.p_item>div span.p_num {
		font-size: 2rem
	}

	#c_static_001-16680412834870 .imgcircle {
		height: 80%;
		opacity: 0.5
	}

	#c_static_001-16680412834870 .imgcircle1,
	#c_static_001-16680412834870 .imgcircle2 {
		display: none
	}

	#c_static_001-16680412834870 .e_h1-2 {
		font-size: 22px
	}

	#c_static_001-16680412834870 .e_text-13 {
		font-size: 14px
	}
}

@media screen and (min-width: 769px) {}

@media screen and (max-width: 1024px) and (min-width: 769px) {}

@media screen and (max-width: 1200px) and (min-width: 768px) {}

#c_static_001_P_7559-16680413004320 {
	min-height: 300px;
	padding: 100px 0;
	background: #fff url(../image/d7416c89-bf24-44b9-a7c5-fbc76a5252b6.jpg) center no-repeat;
	background-size: cover
}

#c_static_001_P_7559-16680413004320 .e_container-1 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%;
	max-width: 1600px;
	margin: 0 auto
}

#c_static_001_P_7559-16680413004320 .e_container-1>.p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%;
	padding: 15px
}

#c_static_001_P_7559-16680413004320 .e_container-1 .p_item {
	display-radio: 1
}

#c_static_001_P_7559-16680413004320 .e_loopFocus-4 .p_list {
	display: flex;
	flex-wrap: wrap
}

#c_static_001_P_7559-16680413004320 .e_loopFocus-4 .p_loopItem {
	position: relative;
	flex: 0 0 100%
}

#c_static_001_P_7559-16680413004320 .e_loopFocus-4 .p_page {
	text-align: center
}

#c_static_001_P_7559-16680413004320 .e_loopFocus-4 .p_leftData {
	display: flex
}

#c_static_001_P_7559-16680413004320 .e_loopFocus-4 .p_left {
	flex: 0 0 50%;
	padding-right: 15px
}

#c_static_001_P_7559-16680413004320 .e_loopFocus-4 .p_focusItem {
	height: 100%
}

#c_static_001_P_7559-16680413004320 .e_loopFocus-4 .p_right {
	flex: 0 0 50%;
	padding-left: 15px
}

#c_static_001_P_7559-16680413004320 .e_loopFocus-4 .p_nodata {
	min-height: 200px
}

#c_static_001_P_7559-16680413004320 .e_image-5 {
	overflow: hidden;
	height: 100%
}

#c_static_001_P_7559-16680413004320 .e_image-5 img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.5s
}

#c_static_001_P_7559-16680413004320 .e_text-6 {
	line-height: normal;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 4
}

#c_static_001_P_7559-16680413004320 .e_text-6 a {
	display: block;
	padding: 15px;
	background: var(--c);
	color: #fff;
	font-size: 18px;
	line-height: 1.5
}

#c_static_001_P_7559-16680413004320 .e_loopFocus-4 .p_focusItem:hover .e_image-5 img {
	transform: scale(1.1)
}

#c_static_001_P_7559-16680413004320 .e_loopFocus-4 .p_focusItem:hover .e_text-6 a {
	background: var(--b)
}

#c_static_001_P_7559-16680413004320 .e_container-7 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%;
	display-radio: flex;
	background: var(--w);
	border-bottom: 1px #ddd solid;
	height: 100%
}

#c_static_001_P_7559-16680413004320 .e_container-7:before {
	content: "";
	dispaly: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: auto;
	right: 0;
	top: 0;
	transition: all 0.5s;
	background: var(--c);
	opacity: 0
}

#c_static_001_P_7559-16680413004320 .e_container-7>.p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 10px
}

#c_static_001_P_7559-16680413004320 .e_container-7>.p_item.cbox-7-0 {
	flex: 0 0 100px;
	border-right: 1px rgba(0, 0, 0, 0.15) solid
}

#c_static_001_P_7559-16680413004320 .e_timeFormat-8 {
	line-height: 20px;
	font-size: 16px;
	font_radio: 1;
	display-radio: 1;
	text-align: center
}

#c_static_001_P_7559-16680413004320 .e_timeFormat-9 {
	line-height: 30px;
	font-size: 20px;
	font-weight: bold;
	font_radio: 1;
	display-radio: 1;
	text-align: center
}

#c_static_001_P_7559-16680413004320 .e_h3-10 {
	font_radio: 1;
	display-radio: 1
}

#c_static_001_P_7559-16680413004320 .e_h3-10 a {
	display: block;
	line-height: 1.6;
	font-size: 18px;
	color: #333;
	display-radio: -webkit-box;
	-webkit-line-clamp: 1;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden
}

#c_static_001_P_7559-16680413004320 .e_text-11 {}

#c_static_001_P_7559-16680413004320 .e_text-11 a {
	line-height: 1.5;
	font-size: 14px;
	color: #666;
	font_radio: 2;
	display-radio: -webkit-box;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden
}

#c_static_001_P_7559-16680413004320 .e_container-7:hover {
	border-color: var(--c)
}

#c_static_001_P_7559-16680413004320 .e_container-7:hover:before {
	opacity: 1
}

#c_static_001_P_7559-16680413004320 .e_container-7:hover * {
	color: var(--w) !important
}

@media screen and (max-width:768px) {
	#c_static_001_P_7559-16680413004320 .e_loopFocus-4 .p_leftData {
		display: block
	}

	#c_static_001_P_7559-16680413004320 .e_loopFocus-4 .p_leftData>div {
		padding: 15px 0 !important
	}

	#c_static_001_P_7559-16680413004320 .e_container-7>.p_item.cbox-7-0 {
		flex: 0 0 80px
	}
}

@media screen and (min-width: 769px) {}

@media screen and (max-width: 1024px) and (min-width: 769px) {}

@media screen and (max-width: 1200px) and (min-width: 768px) {}

#c_static_001_P_6420-16680413193130 {
	min-height: 0px;
	padding: 50px 0 0;
	display-radio: 1;
	background: #ddd;
	flex-direction: column;
	position: relative
}

#c_static_001_P_6420-16680413193130:before {
	content: "";
	display: none;
	width: 100%;
	height: 100%;
	background: url(../image/c0d1fc52-ad1f-4196-898f-85f628573805.jpg) center bottom no-repeat;
	background-size: cover;
	opacity: 0.3;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1
}

#c_static_001_P_6420-16680413193130 .e_container-1 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	max-width: 1600px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	display-radio: flex;
	padding-top: 10%;
	flex: 1;
	position: relative;
	z-index: 2
}

#c_static_001_P_6420-16680413193130 .e_container-1>.p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%;
	padding: 15px
}

.havestatic>div,
.havestatic>div[class*="cbox-"] {
	position: static !important
}

.e_container0 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%;
	max-width: 1600px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px
}

.e_container0>.p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%
}

.e_container0 .cbox-10-0 {
	flex: 0 0 auto;
	margin-right: 0px;
	margin-left: auto
}

.e_container0 .cbox-10-1 {
	flex: 0 0 auto;
	margin-left: 20px;
	margin-right: 20px
}

.e_container0 .cbox-10-2 {
	flex: 0 0 auto;
	margin-left: 0px;
	margin-right: auto
}

#c_static_001_P_6420-16680413193130 .e_container-22 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%;
	max-width: none;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-top: 30px;
	display-radio: flex;
	position: relative;
	z-index: 2;
	background: rgba(0, 0, 0, 0.03)
}

#c_static_001_P_6420-16680413193130 .e_container-22>.p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%
}

#c_static_001_P_6420-16680413193130 .e_container-23 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	max-width: 1400px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	display-radio: flex;
	justify-content: center;
	padding: 10px
}

#c_static_001_P_6420-16680413193130 .e_container-23>.p_item {
	max-width: 100%;
	max-height: 100%;
	padding: 5px
}

#c_static_001_P_6420-16680413193130 .e_provider-26 {
	font_radio: 2;
	font-size: 14px;
	font-family: Microsoft YaHei;
	line-height: 1.8;
	text-align: center;
	margin-top: 0px;
	width: auto;
	max-width: none;
	display-radio: 1;
	font-weight: normal
}

#c_static_001_P_6420-16680413193130 .e_provider-26 a {
	text-align: center;
	display: block;
	line-height: 30px;
	color: #666
}

#c_static_001_P_6420-16680413193130 .e_provider-26 a:hover {
	color: var(--c)
}

#c_static_001_P_6420-16680413193130 .e_provider-26 .p_item {
	width: auto
}

#c_static_001_P_6420-16680413193130 .e_bottomNav-29 span {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	color: #fff;
	font-size: 20px
}

#c_static_001_P_6420-16680413193130 .e_bottomNav-29 .p_level1Item {
	flex: 1;
	padding: 0 15px;
	flex-grow: 1;
	padding-left: 60px;
}

#c_static_001_P_6420-16680413193130 .e_bottomNav-29 .p_level1Item:nth-child(3) {
	flex: 1.5
}

#c_static_001_P_6420-16680413193130 .e_bottomNav-29 .p_level3Box {
	display: none
}

#c_static_001_P_6420-16680413193130 .e_bottomNav-29 .p_menu1Item {
	font-size: 16px;
	font-weight: normal;
	line-height: 1.8;
	margin-bottom: 15px
}

#c_static_001_P_6420-16680413193130 .e_bottomNav-29 .p_menu1Item span {
	font-size: 24px;
	font-weight: bold;
	color: #333
}

#c_static_001_P_6420-16680413193130 .e_bottomNav-29 .p_menu2Item {
	font-size: 15px;
	font-weight: normal;
	line-height: 2
}

#c_static_001_P_6420-16680413193130 .e_bottomNav-29 .p_menu2Item a {
	padding-left: 15px;
	position: relative;
	transition: all 0.5s;
	display: block;
	color: #666
}

#c_static_001_P_6420-16680413193130 .e_bottomNav-29 .p_menu2Item a:before {
	content: "";
	display: block;
	width: 2px;
	height: 2px;
	background: #666;
	transition: all 0.5s;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -1px
}

#c_static_001_P_6420-16680413193130 .e_bottomNav-29 .p_menu2Item a:hover {
	padding-left: 25px
}

#c_static_001_P_6420-16680413193130 .e_bottomNav-29 .p_menu2Item a:hover:before {
	width: 10px;
	background: var(--c)
}

#c_static_001_P_6420-16680413193130 .e_bottomNav-29 .p_menu2Item span {
	color: #666
}

#c_static_001_P_6420-16680413193130 .e_bottomNav-29 .p_menu2Item a:hover span {
	color: var(--c)
}

#c_static_001_P_6420-16680413193130 .e_bottomNav-29 {
	font_radio: 1;
	display-radio: 1
}

#c_static_001_P_6420-16680413193130 .e_credible-33 .img1 {
	width: 65px;
	height: 23px
}

#c_static_001_P_6420-16680413193130 .e_credible-33 .img2 {
	width: 79px;
	height: 28px
}

#c_static_001_P_6420-16680413193130 .e_credible-33 .img3 {
	width: 92px;
	height: 33px
}

#c_static_001_P_6420-16680413193130 .e_credible-33 .img4 {
	width: 106px;
	height: 38px
}

#c_static_001_P_6420-16680413193130 .e_credible-33 .img5 {
	width: 131px;
	height: 47px
}

#c_static_001_P_6420-16680413193130 .e_credible-33 {
	display-radio: 1;
	background_radio: 1;
	max-width: 133px;
	margin-left: auto;
	margin-right: auto
}

.cn-svgs {
	display: none
}

#c_static_001_P_6420-16680413193130 .e_richText-35 {
	line-height: 30px;
	font-size: 14px;
	color: #666;
	text-transform: uppercase
}

#c_static_001_P_6420-16680413193130 .e_richText-35 a {
	display: inline-block
}

#c_static_001_P_6420-16680413193130 .e_richText-35 a:hover {
	color: var(--c)
}

#c_static_001-1663489686560 .e_text-4 {
	line-height: normal;
	font_radio: 2;
	display-radio: 1
}

@media screen and (max-width:768px) {
	#c_static_001_P_6420-16680413193130 {
		padding: 0
	}

	#c_static_001_P_6420-16680413193130 .e_container-1>.p_item {
		flex: 0 0 100% !important
	}

	#c_static_001_P_6420-16680413193130 .e_container-1 .cbox-1-2 {
		display: none
	}

	#c_static_001_P_6420-16680413193130 .e_container-22 .cbox-22-0 {
		align-items: center
	}

	#c_static_001_P_6420-16680413193130 .e_container-23 {
		flex-direction: row;
		max-height: none;
		height: auto;
		display-radio: 1;
		margin-top: 50px
	}

	#c_static_001_P_6420-16680413193130 .e_container-23 .cbox-23-0 {
		align-items: center;
		flex: 0 0 100%;
		align-self: center
	}

	#c_static_001_P_6420-16680413193130 .e_container-23 .cbox-23-1 {
		align-items: center;
		align-self: center;
		flex: 0 0 100%
	}

	#c_static_001_P_6420-16680413193130 .e_provider-26 {
		font_radio: 1
	}

	#c_static_001_P_6420-16680413193130 .e_bottomNav-29 .p_menu1Item,
	#c_static_001_P_6420-16680413193130 .e_bottomNav-29 .p_menu2Item {
		display: flex;
		justify-content: space-between;
		margin: 0
	}

	#c_static_001_P_6420-16680413193130 .e_bottomNav-29 .p_level1Box {
		display: flex;
		flex-wrap: wrap;
		margin: -85px -5px 0
	}

	#c_static_001_P_6420-16680413193130 .e_bottomNav-29 .p_level1Box ul {
		display: none
	}

	#c_static_001_P_6420-16680413193130 .e_bottomNav-29 .p_jtIcon {
		width: auto;
		height: auto;
		max-width: 20px;
		font-size: inherit;
		transition: 0.5s;
		margin: 0
	}

	#c_static_001_P_6420-16680413193130 .e_bottomNav-29 .p_jtIcon.active {
		transform: rotateZ(90deg)
	}

	#c_static_001_P_6420-16680413193130 .e_bottomNav-29 a {
		display: flex;
		flex-direction: column;
		justify-content: center
	}

	#c_static_001_P_6420-16680413193130 .e_bottomNav-29 .p_level1Item {
		padding: 5px;
		flex: 0 0 50%
	}

	#c_static_001_P_6420-16680413193130 .e_bottomNav-29 .p_level1Item a {
		display: block;
		border: 1px #999 solid;
		line-height: 40px;
		text-align: center;
		width: 100%
	}

	#c_static_001_P_6420-16680413193130 .e_bottomNav-29 .p_menu2Item svg {
		opacity: .5
	}

	#c_static_001_P_6420-16680413193130 .e_bottomNav-29 {
		font_radio: 1;
		margin-top: 10px
	}

	#c_static_001_P_6420-16680413193130 .e_container-22 {
		display-radio: 1
	}

	#c_static_001_P_6420-16680413193130 .e_richText-35 {
		text-align: center
	}

	#c_static_001_P_6420-16680413193130 .e_bottomNav-29 .p_menu1Item span {
		font-size: 16px
	}
}

@media screen and (min-width: 769px) {
	#c_static_001_P_6420-16680413193130 .e_bottomNav-29 .p_level1Box {
		margin-top: -50px;  /* 向上移动20px，可以根据需要调整这个值 */
        display: flex;
        flex-wrap: wrap;
        margin: -20px -5px 0; 
	}

	#c_static_001_P_6420-16680413193130 .e_bottomNav-29 .p_jtIcon {
		display: none
	}
}

body {
	background: #333
}

#c_static_001_P_6972-1668041200917 {
	min-height: 0;
	background: #f8f8f8
}

#c_static_001_P_6972-1668041200917 .e_container-1 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%;
	padding: 15px;
	display: none
}

.cn-make #c_static_001_P_6972-1668041200917 .e_container-1 {
	display: block
}

#c_static_001_P_6972-1668041200917 .e_container-1>.p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%;
	background: #fff;
	border-radius: 10px;
	padding: 20px;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.1)
}

#c_static_001_P_6972-1668041200917 .e_h3-4 {
	margin: 0;
	padding-bottom: 15px;
	color: #333;
	font-size: 18px;
	border-bottom: 1px #ddd solid;
	position: relative
}

#c_static_001_P_6972-1668041200917 .e_h3-4:after {
	content: "Design By:Chennan";
	font-size: 14px;
	color: #999;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translate(0, -50%)
}

#c_static_001_P_6972-1668041200917 .e_container-6 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%;
	padding-top: 20px
}

#c_static_001_P_6972-1668041200917 .e_container-6>.p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%;
	display: flex;
	flex-wrap: wrap
}

#c_static_001_P_6972-1668041200917 .e_container-6>.p_item p {
	line-height: 24px;
	font-size: 14px;
	color: #333;
	padding: 5px 0;
	flex: 0 0 33.3333%
}

#c_static_001_P_6972-1668041200917 .e_container-6>.p_item p span {
	color: #116dff;
	font-weight: 700
}

#c_static_001_P_6972-1668041200917 .e_text-7 {
	line-height: normal
}

#c_static_001_P_6972-1668041200917 .e_html-8 {
	min-height: 0px
}

.cn-make #c_static_001_P_6972-1668041200917 .e_html-8 {
	min-height: 100px
}

@media screen and (max-width:768px) {}

@media screen and (min-width: 769px) {}

@media screen and (max-width: 1024px) and (min-width: 769px) {}

@media screen and (max-width: 1200px) and (min-width: 768px) {}