/* pre css */
#c_grid-116273709439191 .p_gridbox::after {
	content: '';
	clear: left;
	display: block
}
#c_grid-116273709439191 > div > .p_gridbox {
	width: 100%;
	overflow: hidden;
	position: static
}
#c_grid-116273709439191 > div > .p_gridCell {
	float: left;
	position: static
}
#c_grid-116273709439191 > .p_gridbox.signal {
	min-height: inherit
}
#c_grid-116273709439191 > .p_gridbox.signal > .p_gridCell {
	min-height: inherit !important
}
#c_grid-116273709439191 {
	margin-left: auto;
	margin-right: auto;
	width: 100%
}
#c_grid-116273709439191 >.p_gridbox {
	background-color: #f5f5f5
}

@media screen and (max-width:768px) {
#c_grid-116273709439191 > .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-116273709439191 > .p_gridbox > .p_gridCell:nth-child(1n + 1) {
	width: 100%;
	margin-left: 0%;
	margin-right: 0%;
	margin-top: 0rem;
	margin-bottom: 0rem;
	clear: left
}
}

@media screen and (max-width: 1024px) and (min-width: 769px) {
#c_grid-116273709439191 > .p_gridbox > .p_gridCell:nth-child(1n + 1) {
	width: 99%;
	margin-left: 0.5%;
	margin-right: 0.5%;
	margin-top: 0.5rem;
	margin-bottom: 0.5rem;
	clear: left
}
}
@font-face {
	font-family: 'iconfont1';/* Project id 2304431 */
	src: url('../other/font_2304431_rv8lqqq1xo.woff2?t=1647689614218') format('woff2'), url('../other/font_2304431_rv8lqqq1xo.woff?t=1647689614218') format('woff'), url('../other/font_2304431_rv8lqqq1xo.ttf?t=1647689614218') format('truetype')
}
.a_icon {
	font-family: "iconfont1"
}
#c_static_001-1647521729034 {
	display-radio: 1;
	min-height: 0px;
	height: 100px
}
.s_summary {
	font-size: var(--f20);
	font-family: 'Poppins', serif;
	font-weight: 700;
	color: #333333
}
.s_summary:after {
	display: inline-block;
	margin-left: 10px;
	height: 1px;
	background: #333;
	animation: fa_sumline_ani alternate 8s linear infinite;
	content: "";
	vertical-align: middle
}
.s_summary * {
	font-weight: 500
}
.s_summary.fa_title_w {
	color: var(--main-color)
}
.s_link {
	font-size: var(--f40);
	color: var(--tit-color);
	font-weight: 700
}
.s_link * {
	font-size: inherit!important;
	font-weight: inherit!important;
	line-height: 1.5!important
}
.fa_title_w.s_link {
	color: #fff
}
.s_templatetitle {
	font-size: var(--f30);
	color: #333
}
.fa_linkbox {
	position: relative
}
.fa_link_a {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	z-index: 50
}
.s_body {
	font-size: var(--f24);
	color: #333
}
.fa_hTitle {
	font-size: var(--f60);
	font-weight: 600;
	text-transform: uppercase;
	color: var(--tit-color)
}
.fa_hTitle i {
	color: var(--main-color);
	font-weight: inherit
}
.fa_hsubTitle {
	font-size: var(--f40);
	font-weight: 500;
	color: var(--tit-color)
}
.fa_pTitle {
	font-size: var(--f40);
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	color: var(--main-color);
	position: relative;
	line-height: 1
}
.fa_pTitle:before {
	width: 30px;
	height: 30px;
	background: #00ffff;
	content: "";
	position: absolute;
	left: -10px;
	top: -6px;
	border-radius: 50%;
	mix-blend-mode: hard-light;
	opacity: 0.2
}
.fa_psubTitle {
	font-size: var(--f30);
	color: #333;
	padding-bottom: 30px;
	border-bottom: #ddd solid 1px;
	position: relative
}
.fa_psubTitle:after {
	animation: fa_sumline_ani alternate 8s linear infinite;
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	height: 1px;
	background: var(--main-color)
}
.fa_details img, .fa_details video, .fa_detail img, .fa_detail video {
	max-width: 100%!important;
	height: auto!important
}
.fa_homeMore {
	display: inline-block;
	font-size: 14px;
	color: #333;
	width: 142px;
	position: relative;
	padding-right: 15px;
	padding-bottom: 20px
}
.fa_homeMore:before {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 50%;
	background: var(--main-color);
	height: 1px;
	content: "";
	transition: all 0.5s
}
.fa_homeMore:after {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 50%;
	background: #333;
	height: 1px;
	content: "";
	transition: all 0.5s
}
.fa_homeMore span {
	text-align: left;
	text-transform: uppercase
}
.fa_homeMore span:before {
	content: "\e665";
	font-family: 'iconfont1';
	position: absolute;
	right: 0;
	top: 5px;
	font-size: 16px;
	color: #333;
	transition: all 0.5s
}
.fa_homeMore:hover span:before {
	color: var(--main-color);
	transform: scaleY(0.7)
}
.fa_homeMore:hover:before {
	width: 100%
}
.fa_homeMore:hover:after {
	width: 0%
}
.fa_Pagebanner .fa_pic img {
	width: 100%;
	object-fit: cover;
	object-position: center
}
.fa_Pagebanner .fa_li {
	position: relative
}
.fa_Pagebanner .fa_li .fa_info {
	position: absolute;
	width: 96%;
	text-align: left;
	color: #fff;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 20;
	max-width: var(--wrapper);
	padding: 10px;
	text-align: center
}
.fa_Pagebanner .fa_li .fa_info h1 {
	font-size: var(--f60);
	margin-bottom: 20px;
	font-family: 'Poppins', sans-serif;
	color: rgba(255, 255, 255, 1);
	font-weight: 700;/* mix-blend-mode:soft-light;
 */
	text-transform: capitalize
}
.fa_Pagebanner .fa_li .fa_info h6 {
	font-size: var(--f20);
	color: #fff;
	margin: 10px 30px
}
.fa_Pagebanner .fa_li .fa_info p {
	color: #fff;
	opacity: 0.5;
	font-size: 14px
}
.fa_Pagebanner:before {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 100%;
	background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.9));
	content: "";
	z-index: 5
}
.fa_Pagebanner .fa_mouse {
	position: absolute;
	left: 50%;
	bottom: 3vw;
	transform: translateX(-50%);
	width: 30px;
	height: 50px;
	border-radius: 100px;
	z-index: 20;
	border: rgba(255,255,255,0.6) solid 2px
}
.fa_Pagebanner .fa_mouse:before {
	animation: ani-mouse 3s linear infinite;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	content: "";
	width: 3px;
	height: 6px;
	background: #fff;
	border-radius: 500px
}
@keyframes fa_sumline_ani {
0% {
width:20px
}
100% {
width:100px
}
}
@-webkit-keyframes ani-mouse {
0% {
opacity:1;
top:29%
}
15% {
opacity:1;
top:50%
}
50% {
opacity:0;
top:50%
}
100% {
opacity:0;
top:29%
}
}
@-webkit-keyframes ani-mouse {
0% {
opacity:1;
top:29%
}
15% {
opacity:1;
top:50%
}
50% {
opacity:0;
top:50%
}
100% {
opacity:0;
top:29%
}
}
#c_grid-116273709439191 > .p_gridbox > .p_gridCell:nth-child(1n + 1) {
	width: 100%!important;
	padding: 0!important;
	margin: 0!important
}

@media screen and (max-width:768px) {
#c_static_001-1647521729034 {
	height: 55px
}
.fa_pageNavs {
	background: var(--listbg)
}
.fa_pageNavs .fa_item {
	width: 50%;
	text-align: center;
	border-bottom: #eee solid 1px
}
.fa_pageNavs .fa_item:nth-child(odd) {
	border-right: #eee solid 1px
}
.fa_pageNavs .fa_item a.fa_link {
	padding: 10px;
	width: 100%;
	display: block
}
.s_summary {
	font-size: 24px
}
.s_link {
	font-size: 20px
}
.fa_Pagebanner .fa_pic img {
	height: 40vh!important
}
.fa_Pagebanner .fa_mouse {
	display: none
}
}

@media screen and (min-width: 769px) {
.fa_pageNavs .fa_item {
	transition: all 0.5s;
	color: #666;
	position: relative;
	margin-right: 2.5vw
}
.fa_pageNavs .fa_item a.fa_link {
	padding: 30px 0;
	display: block
}
.fa_pageNavs .fa_item:before {
	content: "";
	left: 50%;
	bottom: 0;
	position: absolute;
	background: var(--main-color);
	height: 2px;
	transform: translateX(-50%);
	opacity: 0;
	transition: all 0.5s;
	width: 0%
}
.fa_pageNavs .fa_item:hover, .fa_pageNavs .fa_item.fa_navon {
	color: var(--main-color)
}
.fa_pageNavs .fa_item:hover:before, .fa_pageNavs .fa_navon:before {
	opacity: 1;
	width: 100%
}
.fa_bannerPage .p_img {
	height: 500px!important
}
#c_navigation_110-1650528715256 .e_navigationE-9 .fa_yj_li:nth-child(4) {
}
#c_navigation_110-1650528715256 .e_navigationE-9 .fa_yj_li .p_navBox2 {
	width: 150%
}
}
#c_navigation_110-1650528715256 .e_container-2 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	margin-right: 120px
}
#c_navigation_110-1650528715256 .e_text-3 {
	font_radio: 2;
	margin-left: 0px;
	margin-right: auto;
	font-size: 28px;
	font-weight: bold;
	color: rgba(255,153,102,1)
}
#c_navigation_110-1650528715256 .e_image-4 {
	overflow: hidden;
	max-width: 65px;
	margin-right: 5px
}
#c_navigation_110-1650528715256 .e_image-4 img {
	width: 100%;
	height: 100%;
	object-fit: contain
}
#c_navigation_110-1650528715256 .e_container-5 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	margin-left: auto;
	margin-right: auto;
	display-radio: flex;
	max-width: none;
	align-items: center;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	z-index: 600;
	background: #fff
}
#c_navigation_110-1650528715256 .e_image-8 {
	overflow: hidden;
	margin-right: 5px;
	display-radio: 1;
	max-width: 300px;
}
#c_navigation_110-1650528715256 .e_image-8 img {
	width: 100%;
	height: 100%;
	object-fit: contain
}
#c_navigation_110-1650528715256 .e_navigationE-9 {
	display: flex;
	justify-content: flex-end
}
#c_navigation_110-1650528715256 .e_navigationE-9 .p_navButton {
	width: 100px;
	display: flex;
	justify-content: center;
	padding: 20px 0
}
#c_navigation_110-1650528715256 .e_navigationE-9 .p_navButton > p {
	width: 21px;
	height: 16px;
	cursor: pointer
}
#c_navigation_110-1650528715256 .e_navigationE-9 .p_navButton span {
	width: 100%;
	background: #333;
	display: block;
	height: 2px;
	margin: 2px 0;
	float: left;
	-webkit-transition: all ease 0.8s, opacity ease 0.3s;
	-moz-transition: all ease 0.8s, opacity ease 0.3s;
	-ms-transition: all ease 0.8s, opacity ease 0.3s;
	-o-transition: all ease 0.8s, opacity ease 0.3s;
	transition: all ease 0.8s, opacity ease 0.3s;
	opacity: 1
}
#c_navigation_110-1650528715256 .e_navigationE-9 .p_navButton span:nth-of-type(1) {
	width: 50%;
	float: left
}
#c_navigation_110-1650528715256 .e_navigationE-9 .p_navButton span:nth-of-type(3) {
	width: 50%;
	float: right
}
#c_navigation_110-1650528715256 .e_navigationE-9 .p_navButton > p.showmenu span {
	background: #323538;
	-webkit-animation: animaspan 0.5s 1;
	animation: animaspan 0.5s 1;
	animation-fill-mode: forwards;
	-webkit-animation-fill-mode: forwards
}
#c_navigation_110-1650528715256 .e_navigationE-9 .p_navButton > p.showmenu span:nth-of-type(1) {
	transform: translateY(6px) rotate(720deg);
	width: 100%
}
#c_navigation_110-1650528715256 .e_navigationE-9 .p_navButton > p.showmenu span:nth-of-type(2) {
	transform: rotate(720deg)
}
#c_navigation_110-1650528715256 .e_navigationE-9 .p_navButton > p.showmenu span:nth-of-type(3) {
	transform: translateY(-6px) rotate(720deg);
	width: 100%
}
#c_navigation_110-1650528715256 .e_navigationE-9 .p_navButton > p.showmenu span.biahuan:nth-of-type(1) {
	transform: translateY(6px) rotate(670deg)
}
#c_navigation_110-1650528715256 .e_navigationE-9 .p_navButton > p.showmenu span.biahuan:nth-of-type(2) {
	transform: translateY(0px) rotate(768deg)
}
#c_navigation_110-1650528715256 .e_navigationE-9 .p_navButton > p.showmenu span.biahuan:nth-of-type(3) {
	width: 0;
	opacity: 0
}
#c_navigation_110-1650528715256 .e_navigationE-9 .p_navItem1 > p a {
	transition: all ease .3s;
	position: relative;
	display: block
}
#c_navigation_110-1650528715256 .e_navigationE-9 .p_navCon {
	color: rgb(0 0 0 / 60%);
	font-size: 16px;
	line-height: 1
}
#c_navigation_110-1650528715256 .e_navigationE-9 .p_navItem1 > p a::after {
	background: #70b92f
}
#c_navigation_110-1650528715256 .e_navigationE-9 .p_navItem2 a {
	font-size: 16px;
	text-align: center;
	line-height: 1;
	color: #333;
	transition: all ease .3s
}
#c_navigation_110-1650528715256 .e_navigationE-9 .p_img {
	width: 100%;
	display: block;
	max-width: 35px;
	margin: 20px auto 0;
	display: none
}
#c_navigation_110-1650528715256 .e_navigationE-9 .p_menuItem {
	font-size: 15px;
	border-left: 1px solid rgb(0 0 0 / 20%);
	padding-left: 15px;
	font-weight: 500;
	color: rgb(0 0 0 / 50%)
}
#c_navigation_110-1650528715256 .e_navigationE-9 .p_navItem2 img {
	width: 100%
}
#c_navigation_110-1650528715256 .e_navigationE-9 .haveThree .p_navItem2 a {
	text-align: left
}
#c_navigation_110-1650528715256 .e_navigationE-9 .p_level3Box {
	margin-top: 50px
}
.havestatic > div, .havestatic > div[class*="cbox-"] {
	position: static !important
}
#c_navigation_110-1650528715256 {
	min-height: 0px;
	display-radio: 1
}
#c_navigation_110-1650528715256 .e_text-10 {
	height: 100%;
	font_radio: 2;
	display-radio: 1;
	font-size: 16px;
	color: #333333;
	line-height: 1
}
#c_navigation_110-1650528715256 .e_text-10 span {
	line-height: normal;
	color: #fff;
	font-weight: 600;
	font-size: 16px;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	text-transform: uppercase;
	width: 100%;
	cursor: pointer
}
#c_navigation_110-1650528715256 .fa_wave {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: hidden
}
#c_navigation_110-1650528715256 .parallax > use {
	animation: move-forever 12s linear infinite;
	transform-origin: 50% 50%
}
#c_navigation_110-1650528715256 .parallax > use:nth-child(1) {
	animation-delay: -2s
}
#c_navigation_110-1650528715256 .parallax > use:nth-child(2) {
	animation-delay: -2s;
	animation-duration: 5s
}
#c_navigation_110-1650528715256 .parallax > use:nth-child(3) {
	animation-delay: -4s;
	animation-duration: 3s
}
#c_navigation_110-1650528715256 .editorial {
	display: block;
	width: 100%;
	height: 20%;
	margin: 0;
	max-height: 200px
}
@keyframes move-forever {
0% {
transform:translate(-90px, 0%)
}
100% {
transform:translate(85px, 0%)
}
}
#c_navigation_110-1650528715256 .e_text-10:hover a {
	color: rgba(255,255,255,1)
}
#c_navigation_110-1650528715256 .e_navigationE-9 .fa_yj_li .p_navBox2 a {
	line-height: 39px
}

@media screen and (max-width:768px) {
#c_navigation_110-1650528715256 .e_navigationE-9 .p_navBox1::-webkit-scrollbar {
width:0px
}
#c_navigation_110-1650528715256 .e_navigationE-9 .p_navBox1::-webkit-scrollbar-track {
background:#eee
}
#c_navigation_110-1650528715256 .e_navigationE-9 .p_navBox1::-webkit-scrollbar-thumb {
background:#d7d7d7
}
#c_navigation_110-1650528715256 .e_navigationE-9 .p_navBox1::-webkit-scrollbar-thumb:hover {
background:#fff
}
#c_navigation_110-1650528715256 .e_navigationE-9 .p_navButton {
	width: 50px;
	display: flex;
	justify-content: center;
	padding: 10px 0
}
#c_navigation_110-1650528715256 .e_navigationE-9 .p_navBox1 {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	background: #f5f5f5;
	padding: 0 15px;
	height: calc(0vh);
	overflow-y: scroll;
	z-index: 10;
	max-height: 1080px;
	transition: all ease .3s;
	width: 100%
}
#c_navigation_110-1650528715256 .e_navigationE-9 .p_navBox1.pkcclb {
	height: calc(100vh)
}
#c_navigation_110-1650528715256 .e_navigationE-9 .p_navBox1.isdesign {
	height: calc(100vh);
	display: none
}
#c_navigation_110-1650528715256 .e_navigationE-9 .p_navItem1 {
	border-bottom: 1px solid rgb(0 0 0 / 7%)
}
#c_navigation_110-1650528715256 .e_navigationE-9 .p_navItem1:last-child {
	margin-bottom: 100px
}
#c_navigation_110-1650528715256 .e_navigationE-9 .p_navCon {
	display: flex;
	justify-content: space-between;
	padding: 0;
	color: rgb(0 0 0 / 70%);
	font-size: 16px;
	line-height: 60px
}
#c_navigation_110-1650528715256 .e_navigationE-9 .p_navItem1 > p svg {
	width: auto;
	margin: 18px 0;
	opacity: .7;
	cursor: pointer;
	transition: all ease .3s
}
#c_navigation_110-1650528715256 .e_navigationE-9 .p_navItem1 > p svg.rotate {
	transform: rotate(90deg)
}
#c_navigation_110-1650528715256 .e_navigationE-9 .p_navItem1 > p a {
	padding: 0
}
#c_navigation_110-1650528715256 .e_navigationE-9 .p_navItem1 a:hover {
	color: rgb(0 0 0 / 100%)
}
#c_navigation_110-1650528715256 .e_navigationE-9 .p_navItem2 a {
	display: flex;
	justify-content: space-between;
	line-height: 30px;
	font-size: 14px;
	color: rgb(0 0 0 / 50%);
	font-weight: 500
}
#c_navigation_110-1650528715256 .e_navigationE-9 .p_navItem2 .p_img {
	width: 23px;
	opacity: .8;
	margin: 0
}
#c_navigation_110-1650528715256 .e_navigationE-9 .p_navItem2 .p_img img, #c_navigation_110-1650528715256 .e_navigationE-9 .p_level3Item span img {
	width: 100%;
	margin: 0
}
#c_navigation_110-1650528715256 .e_navigationE-9 .p_navBox2 {
	display: none;
	padding: 0;
	background: rgb(255 255 255 / 0%)
}
#c_navigation_110-1650528715256 .e_navigationE-9 .p_navBox2 > div {
	padding-bottom: 20px
}
#c_navigation_110-1650528715256 .e_navigationE-9 .p_menuItem {
	padding-left: 0;
	border: 0;
	font-size: 14px
}
#c_navigation_110-1650528715256 .e_navigationE-9 .p_level3Box {
	margin: 10px 0;
	display: flex;
	flex-wrap: wrap;
	background: rgb(255 255 255 / 60%);
	padding: 15px
}
#c_navigation_110-1650528715256 .e_navigationE-9 .p_level3Item span {
	display: none
}
#c_navigation_110-1650528715256 .e_navigationE-9 .p_level3Item {
	width: 33.333%;
	display: inline-block
}
.p_haveNav {
	min-height: auto !important
}
.p_haveNav.fix {
	position: fixed !important;
	z-index: 1000;
	top: 0;
	left: 0;
	right: 0;
	background: #fff
}
#c_navigation_110-1650528715256 .e_container-5 {
	height: 60px
}
#c_navigation_110-1650528715256 .e_container-5 .p_item:nth-child(1) {
	width: 40%;
	padding-left: 20px;
	background: #fff
}
#c_navigation_110-1650528715256 .e_container-5 .p_item:nth-child(2) {
	width: calc( 60% - 40px)
}
#c_navigation_110-1650528715256 .e_container-5 .p_item:nth-child(3) {
	width: 40px
}
#c_navigation_110-1650528715256 .e_text-10 {
	font-size: 12px;
	color: var(--main-color)
}
#c_navigation_110-1650528715256 .fa_BtnNav {
	color: #333;
	font-size: 20px;
	width: 30px
}
#c_navigation_110-1650528715256 .fa_lanmo {
	display: flex;
	align-items: center;
	justify-content: center;
	position: fixed;
	top: 52px;
	left: 0;
	right: 0;
	display: none;
	width: 100%;
	background: rgba(0,0,0,0.6);
	z-index: 999;
	bottom: 0/* border-top: #ddd solid 1px; */
}
#c_navigation_110-1650528715256 .fa_BtnNav {
	color: #333;
	font-size: 20px;
	width: 30px
}
#c_navigation_110-1650528715256 .fa_lanmo>div {
	padding: 20px;
	background: rgba(255,255,255,0.95)
}
#c_navigation_110-1650528715256 .fa_lanmo a {
	display: block;
	padding: 10px 20px;
	border-bottom: #ddd solid 1px;
	text-align: center
}
#c_navigation_110-1650528715256 .fa_lanmo .fa_lanclosr {
	background: var(--main-color);
	color: #fff;
	padding: 10px 20px;
	text-align: center
}
}

@media screen and (min-width: 769px) {
#c_navigation_110-1650528715256 .e_navigationE-9 .p_navBox1 {
	display: flex;
	justify-content: flex-end
}
#c_navigation_110-1650528715256 .e_navigationE-9 .p_navItem1 > p {
	display: flex
}
#c_navigation_110-1650528715256 .e_navigationE-9 .p_navItem1 > p svg {
	display: none
}
#c_navigation_110-1650528715256 .e_navigationE-9 .p_navBox2 {
	position: absolute;
	left: 50%;/* right: 0; */
	transform: translateX(-50%);
	top: 100%;
	z-index: 10;
	transition: all ease .3s;
	opacity: 0;
	visibility: hidden;
	min-width: 200px;
	background: rgba(255,255,255,0.9);
	width: 100%
}
#c_navigation_110-1650528715256 .e_navigationE-9 .p_navBox2 ul {
	position: relative;
	z-index: 20
}
#c_navigation_110-1650528715256 .e_navigationE-9 .haveThree .p_navItem2 > a > .p_img {
	display: none
}
#c_navigation_110-1650528715256 .e_navigationE-9 .haveThree .p_level3Item:nth-child(1) p {
	padding: 0;
	border: 0
}
#c_navigation_110-1650528715256 .e_navigationE-9 .p_navItem2:first-child {
	margin-left: 0px
}
#c_navigation_110-1650528715256 .e_navigationE-9 .p_level3Item {
	margin-right: 15px
}
#c_navigation_110-1650528715256 .e_navigationE-9 .p_navItem1 > p a::after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	width: 0;
	height: 2px;
	margin: 0 auto;
	transition: all ease .3s
}
#c_navigation_110-1650528715256 .e_navigationE-9 .p_navItem1 > p a:hover::after {
	width: 100%
}
#c_navigation_110-1650528715256 .e_navigationE-9 .p_navItem1:hover .p_navBox2 {
	opacity: 1;
	visibility: visible
}
#c_navigation_110-1650528715256 .e_navigationE-9 .p_navBox2.isdesign {
	display: none;
	opacity: 1;
	visibility: visible
}
.p_haveNav {
	min-height: auto !important
}
#c_navigation_110-1650528715256 .e_container-5 .p_item:nth-child(1) {
	width: 20%;
	padding-left: 2vw
}
#c_navigation_110-1650528715256 .e_container-5 .p_item:nth-child(2) {
	width: calc( 80% - 160px);
}
#c_navigation_110-1650528715256 .e_container-5 .p_item:nth-child(3) {
	width: 160px;
	background: var(--main-color);
	height: 100px;
	position: relative!important
}
#c_navigation_110-1650528715256 .e_navigationE-9 .p_navButton {
	display: none
}
#c_navigation_110-1650528715256 .e_navigationE-9 .fa_yj_li {
	position: relative
}
#c_navigation_110-1650528715256 .e_navigationE-9 .fa_ej_li {
	width: 100%
}
#c_navigation_110-1650528715256 .e_navigationE-9 .p_navItem1 .fa_yj_span {
	color: #333;
	font-size: 16px;
	padding: 0 2vw;
	line-height: 100px
}
#c_navigation_110-1650528715256 .e_navigationE-9 .fa_ej_li>a {
	line-height: 48px;
	padding: 0 10px;
	display: block;
	transition: all 0.5s
}
#c_navigation_110-1650528715256 .e_navigationE-9 .fa_ej_li>a:hover {
	color: #fff;
	background: var(--main-color)
}
}

@media screen and (max-width: 1024px) and (min-width: 769px) {
#c_navigation_110-1650528715256 .e_navigationE-9 .p_navItem2 {
	margin-left: 30px
}
#c_navigation_110-1650528715256 .e_navigationE-9 .p_navBox2 .p_level3Box {
	flex-wrap: wrap;
	justify-content: flex-start;
	margin-top: 30px
}
#c_navigation_110-1650528715256 .e_navigationE-9 .p_level3Item {
	margin-right: 0px;
	width: 100%;
	margin-bottom: 12px
}
#c_navigation_110-1650528715256 .e_navigationE-9 .p_level3Item > a {
	display: flex
}
#c_navigation_110-1650528715256 .e_navigationE-9 .p_level3Item img {
	margin: 0;
	width: 16px;
	margin-right: 5px
}
#c_navigation_110-1650528715256 .e_navigationE-9 .haveThree .p_img {
	max-width: none;
	width: auto;
	margin: 0
}
#c_navigation_110-1650528715256 .e_navigationE-9 .p_menuItem {
	border-left: 0px solid rgb(0 0 0 / 20%);
	padding: 0;
	order: 2
}
#c_navigation_110-1650528715256 .e_navigationE-9 .haveThree .p_navItem2 {
	width: 25%
}
#c_navigation_110-1650528715256 .e_navigationE-9 .p_img {
	display: flex;
	flex-direction: column;
	justify-content: center
}
}
#c_grid-116273709439190 .p_gridbox::after {
	content: '';
	clear: left;
	display: block
}
#c_grid-116273709439190 > div > .p_gridbox {
	width: 100%;
	overflow: hidden;
	position: static
}
#c_grid-116273709439190 > div > .p_gridCell {
	float: left;
	position: static
}
#c_grid-116273709439190 > .p_gridbox.signal {
	min-height: inherit
}
#c_grid-116273709439190 > .p_gridbox.signal > .p_gridCell {
	min-height: inherit !important
}
#c_grid-116273709439190 {
	margin-left: auto;
	margin-right: auto;
	width: 100%
}
#c_grid-116273709439190 >.p_gridbox {
	background-color: #f5f5f5
}

@media screen and (max-width:768px) {
#c_grid-116273709439190 > .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-116273709439190 > .p_gridbox > .p_gridCell:nth-child(1n + 1) {
	width: 100%;
	margin-left: 0%;
	margin-right: 0%;
	margin-top: 0rem;
	margin-bottom: 0rem;
	clear: left
}
}

@media screen and (max-width: 1024px) and (min-width: 769px) {
#c_grid-116273709439190 > .p_gridbox > .p_gridCell:nth-child(1n + 1) {
	width: 99%;
	margin-left: 0.5%;
	margin-right: 0.5%;
	margin-top: 0.5rem;
	margin-bottom: 0.5rem;
	clear: left
}
}
#c_static_001-1647521816765 {
	background: #00132b;
	display-radio: 1;
	background-color: rgba(58,58,58,1)
}
#c_static_001-1647521816765 .fa_shareicon a {
	background: #4b8319!IMPORTANT
}
#c_static_001-1647521816765 .fa_shareicon a:hover {
	background: #70b92f!IMPORTANT;
	text-decoration: none
}
#c_static_001-1647521816765 .e_container-2 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 96%;
	display-radio: flex;
	max-width: var(--wrapper);
	padding: var(--f30) 10px var(--f30);
	margin: auto
}
#c_static_001-1647521816765 .e_container-2 > .p_item {
	max-width: 100%;
	max-height: 100%;
	width: 100%
}
#c_static_001-1647521816765 .e_line-3 {
	display-radio: 1;
	border-top-color: rgba(255,255,255,0.15)
}
#c_static_001-1647521816765 .e_richText-4 {
	display-radio: 1;
	font_radio: 2;
	font-size: 16px;
	color: #333333;
	line-height: 1;
	opacity: 0.5
}
#c_static_001-1647521816765 .e_html-5 {
	display-radio: 1;
	background_radio: 1;
	min-height: 0px;
	margin-top: 30px;
	margin-bottom: 30px;
	color: #fff;
	font-size: 16px;
	padding-right: 60px;
	/* line-height: 35px; */
}
#c_static_001-1647521816765 .fa_shareicon a {
	font-size: 16px;
	width: 40px!important;
	height: 40px!important;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	border-radius: 50%;
	padding: 0!important;
	transition: all 0.5s;
	background: #01224d
}
#c_static_001-1647521816765 .fa_shareicon a:hover {
	background: #043d84;
	text-decoration: none
}
#c_static_001-1647521816765 .e_container-16 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 96%;
	display-radio: flex;
	max-width: var(--wrapper);
	padding: var(--padding);
	margin: auto
}
#c_static_001-1647521816765 .e_container-16 > .p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%
}
#c_static_001-1647521816765 .e_loop-34 .p_list {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	max-width: 100%;
	border-bottom: rgba(255,255,255,0.2) solid 1px;
	padding-bottom: 2vw;
	margin-bottom: 2vw
}
#c_static_001-1647521816765 .e_loop-34 .p_loopitem {
	position: relative
}
#c_static_001-1647521816765 .e_loop-34 .p_page {
	text-align: center
}
#c_static_001-1647521816765 .e_loop-34 .p_filter_wrapper {
	width: 100%;
	font-size: 13px
}
#c_static_001-1647521816765 .e_loop-34 .p_kv_wrapper {
	display: flex;
	flex-wrap: nowrap;
	line-height: 40px;
	margin: 15px 0
}
#c_static_001-1647521816765 .e_loop-34 .p_filter_key {
	width: 70px;
	overflow: hidden;
	margin-right: 10px;
	font-weight: bold;
	color: #333333;
	font-size: 12px
}
#c_static_001-1647521816765 .e_loop-34 .p_v_item {
	display: inline-block;
	padding: 0 3px;
	cursor: pointer;
	font-size: 13px;
	color: #555555;
	margin-right: 30px
}
#c_static_001-1647521816765 .e_loop-34 .p_active .p_fbutton {
	color: #fff;
	background-color: cornflowerblue
}
#c_static_001-1647521816765 .e_loop-34 .p_result_item {
	position: relative;
	padding: 3px 20px 3px 10px;
	border: 1px solid #ddd;
	border-radius: 3px;
	margin-right: 10px
}
#c_static_001-1647521816765 .e_loop-34 .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-1647521816765 .e_loop-34 .multSelect {
	font-size: 13px;
	position: relative
}
#c_static_001-1647521816765 .e_loop-34 .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-1647521816765 .e_loop-34 .multSelect.is-invalid .inputWrap {
	border-color: #dc3545
}
#c_static_001-1647521816765 .e_loop-34 .multSelect ul {
	padding: 0 5px;
	margin: 0;
	padding-right: 35px
}
#c_static_001-1647521816765 .e_loop-34 .multSelect ul, li {
	list-style: none
}
#c_static_001-1647521816765 .e_loop-34 .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-1647521816765 .e_loop-34 .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-1647521816765 .e_loop-34 .multSelect .multSelect-option>div {
	line-height: 24px;
	cursor: pointer;
	padding: 0 10px
}
#c_static_001-1647521816765 .e_loop-34 .multSelect .multSelect-option>div.selected {
	color: #409eff
}
#c_static_001-1647521816765 .e_loop-34 .multSelect .multSelect-option>div:hover {
	color: #409eff;
	background: #f3f6f9
}
#c_static_001-1647521816765 .e_loop-34 .multSelect .fa-close {
	font-style: normal;
	font-size: 12px;
	padding: 0 5px 0 7px
}
#c_static_001-1647521816765 .e_loop-34 .multSelect .inputWrap>.fa svg {
	fill: #666;
	width: 12px;
	height: 12px;
	position: absolute;
	right: 0;
	top: calc(50% - 3px)
}
#c_static_001-1647521816765 .e_loop-34 .multSelect .inputWrap>.fa-down svg {
	transform: rotate(-90deg)
}
#c_static_001-1647521816765 .e_loop-34 .multSelect .inputWrap>.fa-up svg {
	transform: rotate(90deg)
}
#c_static_001-1647521816765 .e_loop-34 .multSelect .placeholder {
	line-height: 40px;
	padding-left: 10px;
	color: #aaa;
	position: absolute;
	left: 0;
	top: 0
}
#c_static_001-1647521816765 .e_loop-34 .p_normal_start {
	display: inline;
	width: 100px;
	height: 40px
}
#c_static_001-1647521816765 .e_loop-34 .p_date_start {
	display: inline;
	width: 105px;
	height: 40px
}
#c_static_001-1647521816765 .e_loop-34 .p_normal_end {
	display: inline;
	width: 100px;
	height: 40px;
	margin-right: 5px
}
#c_static_001-1647521816765 .e_loop-34 .p_date_end {
	display: inline;
	width: 105px;
	height: 40px;
	margin-right: 5px
}
#c_static_001-1647521816765 .e_loop-34 .p_split {
	margin: 0 5px
}
#c_static_001-1647521816765 .e_loop-34 .p_normal {
	margin-right: 16px
}
#c_static_001-1647521816765 .e_loop-34 .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-1647521816765 .e_loop-34 .input-check, #c_static_001-1647521816765 .e_loop-34 .input-radio {
	margin: 0 5px;
	vertical-align: text-top
}
#c_static_001-1647521816765 .e_loop-34 .position-left {
	display: flex
}
#c_static_001-1647521816765 .e_loop-34 .position-right {
	display: flex;
	flex-direction: row-reverse
}
#c_static_001-1647521816765 .e_loop-34 .position-bottom {
	display: flex;
	flex-direction: column-reverse
}
#c_static_001-1647521816765 .e_loop-34 .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-1647521816765 .e_loop-34 .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-1647521816765 .e_loop-34 .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-1647521816765 .e_loop-34 .p_active .p_mbutton::before {
	display: block
}
#c_static_001-1647521816765 .e_loop-34 .p_active .p_mbutton::after {
	display: block
}
#c_static_001-1647521816765 .e_loop-34 .p_input_match {
	width: 100px;
	height: 40px;
	padding: 10px;
	border: 1px solid #ced4da;
	border-radius: 3px
}
#c_static_001-1647521816765 .e_loop-34 .p_filter_result {
	display: none
}
#c_static_001-1647521816765 .e_loop-34 .p_contclear {
	cursor: pointer;
	display: none
}
#c_static_001-1647521816765 .e_loop-34 .swiper-container {
	padding-bottom: 30px
}
#c_static_001-1647521816765 .e_loop-34 .p_imgwrapper {
	width: 80px;
	height: 100px;
	overflow: hidden
}
#c_static_001-1647521816765 .e_loop-34 .p_imgtitle {
	display: flex;
	justify-content: center;
	flex-wrap: nowrap;
	margin: 0 auto;
	line-height: 20px
}
#c_static_001-1647521816765 .e_loop-34 .p_imgwrapper img {
	width: 100%;
	object-fit: cover
}
#c_static_001-1647521816765 .e_loop-34 .p_active .p_imgwrapper {
	border: 1px solid #409eff
}
#c_static_001-1647521816765 .e_container-35 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%
}
#c_static_001-1647521816765 .e_container-35 > .p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%
}
#c_static_001-1647521816765 .e_container-36 {
	flex-direction: row;
	width: 100%;
	padding-left: 20px;
	position: relative
}
#c_static_001-1647521816765 .e_container-36:before {
	background: var(--main-color);
	position: absolute;
	left: 0;
	bottom: 0;
	top: 0;
	width: 5px;
	border-radius: 5px 0 5px 0;
	content: ""
}
#c_static_001-1647521816765 .e_container-36 > .p_item {
	display: inline-block;
	max-width: 100%;
	max-height: 100%
}
#c_static_001-1647521816765 .e_text-37 {
	line-height: normal;
	font-size: var(--f20);
	color: #fff
}
#c_static_001-1647521816765 .e_text-38 {
	line-height: normal;
	font-size: 14px;
	color: #fff;
	margin-left: 10px;
	font-weight: 300
}
#c_static_001-1647521816765 .e_text-39 {
	line-height: normal;
	font-size: var(--f24);
	color: #fff;
	display-radio: 1;
	font_radio: 2;
	margin-top: 20px;
	max-width: 350px
}
#c_static_001-1647521816765 .e_loop-34 .p_loopitem:nth-child(-n+2) .e_text-39 {
	font-family: 'Poppins', sans-serif
}
#c_static_001-1647521816765 .e_loop-34 .p_loopitem:last-child .e_text-39 {
	font-size: 16px
}
#c_static_001-1647521816765 .e_loop-34 {
	display-radio: 1;
	max-width: 1060px
}
#c_static_001-1647521816765 .e_container-43 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%
}
#c_static_001-1647521816765 .e_container-43 > .p_item {
	max-width: 100%;
	max-height: 100%
}
#c_static_001-1647521816765 .e_image-44 {
	overflow: hidden;
	display-radio: 1;
	max-width: 280px
}
#c_static_001-1647521816765 .e_image-44 img {
	width: 100%;
	height: 100%;
	object-fit: contain
}
#c_static_001-1647521816765 .e_container-45 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%;
	display-radio: flex;
	margin-left: 0;
	padding-left: 0px;
	max-width: 698px;
	margin-right: auto
}
#c_static_001-1647521816765 .e_container-45 > .p_item {
	max-width: 100%;
	max-height: 100%
}
#c_static_001-1647521816765 .e_form-48 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%;
	background: none
}
#c_static_001-1647521816765 .e_form-48 > .p_formItem {
	flex: 1;
	max-width: 100%;
	max-height: 100%;
}
#c_static_001-1647521816765 .e_container-49 {
	/* display: flex; */
	flex-direction: row;
	width: 27%;
	display-radio: flex;
	background: rgba(255,255,255,0.2);
	border-radius: 500px;
	overflow: hidden;
	height: 50px;
	padding: 5px;
	aling-items: center
}
#c_static_001-1647521816765 .e_container-49 > .p_item {
	max-width: 100%;
	max-height: 100%
}
#c_static_001-1647521816765 .e_container-49 > .p_item:nth-child(1) {
	width: calc(100% - 100px)
}
#c_static_001-1647521816765 .e_container-49 > .p_item:nth-child(2) {
	width: 100px;
	border-radius: 500px;
	background: #70b92f;
	color: #fff;
	line-height: 40px;
	height: 40px
}
#c_static_001-1647521816765 .e_input-50 .p_phoneCode {
	width: calc(100% - 20px);
	margin-right: 10px;
	border: none!important;
	color: #fff;
	background: none!important;
	box-shadow: none!important
}
#c_static_001-1647521816765 .e_input-50 input {
	border: none!important;
	background: none!important;
	box-shadow: none!important
}
#c_static_001-1647521816765 .e_button-51 {
	display: block;
	position: relative;
	overflow: hidden;
	text-align: center;
	box-sizing: border-box;
	width: 100px;
	height: 40px;
	line-height: 40px;
	background_radio: 1;
	border_radio: 1;
	font_radio: 1;
	radius_radio: 1;
	display-radio: block
}

@media screen and (max-width:768px) {
#c_static_001-1647521816765 {
	padding-bottom: 70px
}
#c_grid-116273709439190 > .p_gridbox > .p_gridCell:nth-child(1n + 1) {
	width: 100%!important;
	margin: 0!important
}
#c_static_001-1647521816765 .fa_shareicon {
	text-align: center
}
#c_static_001-1647521816765 .fa_shareicon a {
	margin-left: 10px;
	margin: 10px
}
#c_static_001-1647521816765 .e_container-2 > .p_item {
	width: 100%
}
#c_static_001-1647521816765 .e_loop-34 .p_loopitem {
	width: 100%;
	margin: 10px 0
}
#c_static_001-1647521816765 .e_image-44 {
	margin: 0 auto
}
#c_static_001-1647521816765 .e_container-43 > .p_item {
	width: 100%
}
#c_static_001-1647521816765 .e_container-45 > .p_item {
	width: 100%
}
}

@media screen and (min-width: 769px) {
#c_static_001-1647521816765 .fa_shareicon {
	text-align: left
}
#c_static_001-1647521816765 .fa_shareicon a {
	margin-right: 10px
}
#c_static_001-1647521816765 .e_loop-34 .p_loopitem {
	width: auto
}
#c_static_001-1647521816765 .e_container-43 > .p_item:nth-child(1) {
	width: 30%;
	border-right: rgba(255,255,255,0.2) solid 1px;
	padding-right: 2vw
}
#c_static_001-1647521816765 .e_container-43 > .p_item:nth-child(2) {
	width: 70%;
	padding-left: 2vw
}
#c_static_001-1647521816765 .e_container-45 > .p_item:nth-child(1) {
	width: 60%
}
#c_static_001-1647521816765 .e_container-45 > .p_item:nth-child(2) {
	width: 36%
}
}
#c_static_001-1647521820090 {
	display-radio: 1;
	min-height: 0px
}
#c_banner_019-1647693081579 {
	display-radio: 1;
	min-height: 0px
}
#c_banner_019-1647693081579 .e_bannerA-2 .p_img {
	width: 100%;
	height: 100%;
	background: #000
}
#c_banner_019-1647693081579 .e_bannerA-2 .p_img img {
	width: 100%
}
#c_banner_019-1647693081579 .e_bannerA-2 .custom-bullet {
	background: #ccc
}
#c_banner_019-1647693081579 .e_bannerA-2 .p_info {
	width: 50%;
	position: absolute;
	right: 50%;
	top: 50%;
	z-index: 9;
	display: flex;
	transform: translateX(50%) translateY(-50%);
	align-items: center;
	text-align: center
}
#c_banner_019-1647693081579 .e_bannerA-2 .p_info div {
	width: 100%
}
#c_banner_019-1647693081579 .e_bannerA-2 .p_subtitle {
	line-height: 2;
	padding: 5px 0
}
#c_banner_019-1647693081579 .e_bannerA-2 .swiper-container-vertical {
	height: 400px
}
#c_banner_019-1647693081579 .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-1647693081579 .e_bannerA-2 .p_video .videoContent {
	width: 100%;
	height: 100%
}
#c_banner_019-1647693081579 .e_bannerA-2 .p_video video {
	width: 100%;
	height: 100%;
	background: #000
}
#c_banner_019-1647693081579 .e_bannerA-2 .p_videoPoster {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 2;
	cursor: pointer
}
#c_banner_019-1647693081579 .e_bannerA-2 .p_videoPoster::before {
	content: " ";
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 2;
	background: url('../images/playVideo.png') no-repeat center center
}
#c_banner_019-1647693081579 .e_bannerA-2 .p_videoPoster img {
	width: 100%;
	height: 100%;
	object-fit: cover
}
#c_banner_019-1647693081579 .e_bannerA-2 .p_videoInfo {
	display: none
}
.fa_swp_bn {
	color: #fff;
	margin: 0!important;
	z-index: 5!important;
	padding: 0!important;
	width: auto!important;
	height: auto!important;
	background: none!important
}
.fa_swp_bn .fa_btn_l {
	left: 3vw!important
}
.fa_swp_bn .fa_btn_r {
	right: 3vw!important
}
.swiper-pagination-bullet-active {
	background: var(--main-color) !important
}

@media screen and (max-width:768px) {
#c_banner_019-1647693081579 .e_bannerA-2 .p_info {
	width: 100%;
	z-index: 9;
	text-align: center
}
#c_banner_019-1647693081579 .e_bannerA-2 .p_subtitle {
	display: none
}
#c_banner_019-1647693081579 .e_bannerA-2 .p_summary {
	display: none
}
.swiper-button-next:after, .swiper-button-prev:after {
	font-size: 20px
}
}

@media screen and (min-width: 769px) {
#c_banner_019-1647693081579 .fa_btn_r {
	right: 5vw!important
}
#c_banner_019-1647693081579 .fa_btn_l {
	left: 5vw!important
}
}
#c_static_001-1650528600787 {
	display-radio: 1;
	min-height: 0px
}
#c_static_001-1650528600787 .e_container-1 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 96%;
	display-radio: flex;
	max-width: var(--wrapper);
	padding: 0 10px;
	margin: auto
}
#c_static_001-1650528600787 .e_container-1 > .p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%
}
#c_static_001-1650528600787 .e_container-2 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%
}
#c_static_001-1650528600787 .e_container-2 > .p_item {
	max-width: 100%;
	max-height: 100%
}
#c_static_001-1650528600787 .e_container-3 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%;
	display-radio: flex
}
#c_static_001-1650528600787 .e_container-3 > .p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%
}
#c_static_001-1650528600787 .e_scrollNumber-4 {
	position: relative
}
#c_static_001-1650528600787 .e_scrollNumber-4 .p_num {
	font-size: 5vw;
	font-weight: 700;
	color: #fff
}
#c_static_001-1650528600787 .e_text-5 {
	line-height: normal;
	display-radio: 1;
	font_radio: 2;
	margin-top: 10px;
	color: #fff
}
#c_static_001-1650528600787 .e_container-6 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%;
	padding-top: 2vw
}
#c_static_001-1650528600787 .e_container-6 > .p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%
}
#c_static_001-1650528600787 .e_loop-7 .p_list {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	max-width: 100%;
	
	
}
#c_static_001-1650528600787 .e_loop-7 .p_loopitem {
	position: relative
}
#c_static_001-1650528600787 .e_loop-7 .p_page {
	text-align: center
}
#c_static_001-1650528600787 .e_loop-7 .p_filter_wrapper {
	width: 100%;
	font-size: 13px
}
#c_static_001-1650528600787 .e_loop-7 .p_kv_wrapper {
	display: flex;
	flex-wrap: nowrap;
	line-height: 40px;
	margin: 15px 0
}
#c_static_001-1650528600787 .e_loop-7 .p_filter_key {/* min-width:80px;
 */
	width: 70px;
	overflow: hidden;
	margin-right: 10px;
	font-weight: bold;
	color: #333333;
	font-size: 12px
}
#c_static_001-1650528600787 .e_loop-7 .p_v_item {
	display: inline-block;
	padding: 0 3px;
	cursor: pointer;
	font-size: 13px;
	color: #555555;
	margin-right: 30px
}
#c_static_001-1650528600787 .e_loop-7 .p_active .p_fbutton {
	color: #fff;
	background-color: cornflowerblue/* border-radius:2px;
 */
}
#c_static_001-1650528600787 .e_loop-7 .p_result_item {
	position: relative;
	padding: 3px 20px 3px 10px;
	border: 1px solid #ddd;
	border-radius: 3px;
	margin-right: 10px
}
#c_static_001-1650528600787 .e_loop-7 .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-1650528600787 .e_loop-7 .p_s_option {
}
#c_static_001-1650528600787 .e_loop-7 .multSelect {
	font-size: 13px;
	position: relative
}
#c_static_001-1650528600787 .e_loop-7 .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-1650528600787 .e_loop-7 .multSelect.is-invalid .inputWrap {
	border-color: #dc3545
}
#c_static_001-1650528600787 .e_loop-7 .multSelect ul {
	padding: 0 5px;
	margin: 0;
	padding-right: 35px
}
#c_static_001-1650528600787 .e_loop-7 .multSelect ul, li {
	list-style: none
}
#c_static_001-1650528600787 .e_loop-7 .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-1650528600787 .e_loop-7 .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-1650528600787 .e_loop-7 .multSelect .multSelect-option>div {
	line-height: 24px;
	cursor: pointer;
	padding: 0 10px
}
#c_static_001-1650528600787 .e_loop-7 .multSelect .multSelect-option>div.selected {
	color: #409eff
}
#c_static_001-1650528600787 .e_loop-7 .multSelect .multSelect-option>div:hover {
	color: #409eff;
	background: #f3f6f9
}
#c_static_001-1650528600787 .e_loop-7 .multSelect .fa-close {
	font-style: normal;
	font-size: 12px;
	padding: 0 5px 0 7px
}
#c_static_001-1650528600787 .e_loop-7 .multSelect .inputWrap>.fa svg {
	fill: #666;
	width: 12px;
	height: 12px;
	position: absolute;
	right: 0;
	top: calc(50% - 3px)
}
#c_static_001-1650528600787 .e_loop-7 .multSelect .inputWrap>.fa-down svg {
	transform: rotate(-90deg)
}
#c_static_001-1650528600787 .e_loop-7 .multSelect .inputWrap>.fa-up svg {
	transform: rotate(90deg)
}
#c_static_001-1650528600787 .e_loop-7 .multSelect .placeholder {
	line-height: 40px;
	padding-left: 10px;
	color: #aaa;
	position: absolute;
	left: 0;
	top: 0
}
#c_static_001-1650528600787 .e_loop-7 .p_normal_start {
	display: inline;
	width: 100px;
	height: 40px
}
#c_static_001-1650528600787 .e_loop-7 .p_date_start {
	display: inline;
	width: 105px;
	height: 40px
}
#c_static_001-1650528600787 .e_loop-7 .p_normal_end {
	display: inline;
	width: 100px;
	height: 40px;
	margin-right: 5px
}
#c_static_001-1650528600787 .e_loop-7 .p_date_end {
	display: inline;
	width: 105px;
	height: 40px;
	margin-right: 5px
}
#c_static_001-1650528600787 .e_loop-7 .p_split {
	margin: 0 5px
}
#c_static_001-1650528600787 .e_loop-7 .p_normal {
	margin-right: 16px
}
#c_static_001-1650528600787 .e_loop-7 .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-1650528600787 .e_loop-7 .input-check, #c_static_001-1650528600787 .e_loop-7 .input-radio {
	margin: 0 5px;
	vertical-align: text-top
}
#c_static_001-1650528600787 .e_loop-7 .position-left {
	display: flex
}
#c_static_001-1650528600787 .e_loop-7 .position-right {
	display: flex;
	flex-direction: row-reverse
}
#c_static_001-1650528600787 .e_loop-7 .position-top {/* display:flex;
 */
}
#c_static_001-1650528600787 .e_loop-7 .position-bottom {
	display: flex;
	flex-direction: column-reverse
}
#c_static_001-1650528600787 .e_loop-7 .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-1650528600787 .e_loop-7 .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-1650528600787 .e_loop-7 .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-1650528600787 .e_loop-7 .p_active .p_mbutton::before {
	display: block
}
#c_static_001-1650528600787 .e_loop-7 .p_active .p_mbutton::after {
	display: block
}
#c_static_001-1650528600787 .e_loop-7 .p_input_match {
	width: 100px;
	height: 40px;
	padding: 10px;
	border: 1px solid #ced4da;
	border-radius: 3px
}
#c_static_001-1650528600787 .e_loop-7 .p_filter_result {
	display: inline-block
}
#c_static_001-1650528600787 .e_loop-7 .p_contclear {
	cursor: pointer
}
#c_static_001-1650528600787 .e_loop-7 .swiper-container {
	padding-bottom: 30px
}
#c_static_001-1650528600787 .e_loop-7 .p_imgwrapper {
	width: 80px;
	height: 100px;
	overflow: hidden
}
#c_static_001-1650528600787 .e_loop-7 .p_imgtitle {
	display: flex;
	justify-content: center;
	flex-wrap: nowrap;
	margin: 0 auto;
	line-height: 20px
}
#c_static_001-1650528600787 .e_loop-7 .p_imgwrapper img {
	width: 100%;
	object-fit: cover
}
#c_static_001-1650528600787 .e_loop-7 .p_active .p_imgwrapper {
	border: 1px solid #409eff
}
#c_static_001-1650528600787 .e_loop-7 .p_filter_result {
	display: none
}
#c_static_001-1650528600787 .e_loop-7 .p_contclear {
	display: none
}
#c_static_001-1650528600787 .e_container-8 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%
}
#c_static_001-1650528600787 .e_container-8 > .p_item {
	max-width: 100%;
	max-height: 100%
}
#c_static_001-1650528600787 .e_container-8 > .p_item:nth-child(1) {
	width: 35%
}
#c_static_001-1650528600787 .e_container-8 > .p_item:nth-child(2) {
	width: 65%
}
#c_static_001-1650528600787 .e_image-9 {
	overflow: hidden;
	display-radio: 1;
	width: auto;
	max-width: 80px;
	position: relative;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 20px
}
#c_static_001-1650528600787 .e_image-9:before {
	position: absolute;
	width: 30px;
	height: 30px;
	content: "";
	left: 50%;
	top: 50%;
	background: #79ba4085;
	border-radius: 50%;
	mix-blend-mode: hard-light;
	transition: all 0.5s;
	transform: translate(0%, -100%)
}
#c_static_001-1650528600787 .fa_li:hover .e_image-9:before {
	transform: translate(-50%, -50%);
	width: 80px;
	height: 80px;
	mix-blend-mode: normal;
	background: var(--main-color)
}
#c_static_001-1650528600787 .e_image-9 img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	transition: all 0.5s
}
#c_static_001-1650528600787 .fa_li:hover .e_image-9 img {
	transform: rotateY(-180deg) scale(0.8);
	filter: brightness(0%) invert(170%)
}
#c_static_001-1650528600787 .e_text-10 {
	line-height: normal;
	font-size: var(--f22);
	color: #000;
	margin-bottom: 10px;
	font_radio: 2;
	display-radio: 1;
	padding-top: 0px;
	margin-top: 10px
}
#c_static_001-1650528600787 .e_text-11 {
	line-height: normal;
	font-size: 14px;
	color: #999
}

@media screen and (max-width:768px) {
#c_static_001-1650528600787 .e_container-2 > .p_item:nth-child(1) {
	display: none
}
#c_static_001-1650528600787 .e_container-2 > .p_item:nth-child(2) {
	width: 100%
}
#c_static_001-1650528600787 .e_container-2 {
	margin-bottom: 40px
}
}

@media screen and (min-width: 769px) {
#c_static_001-1650528600787 .e_container-2 > .p_item:nth-child(1) {
	width: 25%
}
#c_static_001-1650528600787 .e_container-2 > .p_item:nth-child(2) {
	width: 75%;
	padding-left: 3vw
}
#c_static_001-1650528600787 .e_container-3 {
	position: relative;
	z-index: 2;
	margin-top: -3vw;
	padding: 2vw 10px 2vw 0
}
#c_static_001-1650528600787 .e_container-3>div {
	position: relative;
	z-index: 20;
	padding-left: 30px
}
#c_static_001-1650528600787 .e_container-3>div:before {
	/*content: "Set up";*/
	position: absolute;
	left: 0;
	top: 0;
	color: #fff;
	font-size: 14px;
	writing-mode: tb;
	text-transform: uppercase
}
#c_static_001-1650528600787 .e_container-3:before {
	content: "";/* left: -100%; */
	right: 0;
	top: 0;
	background: var(--linearX);
	position: absolute;
	bottom: 0;
	transition: all 0.5s;
	max-width: 600px;
	width: 300%;
	z-index: 3
}
}

@media screen and (max-width: 1024px) and (min-width: 769px) {
}
#c_static_001-16505286219800 {
	display-radio: 1;
	min-height: 0px;
	margin-bottom: 5%
}
#c_static_001-16505286219800 .e_container-2 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%;
	align-items: flex-end
}
#c_static_001-16505286219800 .e_container-2 > .p_item {
	max-width: 100%;
	max-height: 100%
}
#c_static_001-16505286219800 .e_container-2 .p_item {
	display-radio: 1
}
#c_static_001-16505286219800 .e_image-3 {
	overflow: hidden;
	display-radio: 1;
	margin-right: 0px;
	margin-left: auto;
	width: 100%;
	max-width: 1000px
}
#c_static_001-16505286219800 .e_image-3.delighter {
	-webkit-clip-path: polygon(100% 100%, 100% 100%, 100% 0, 100% 0);
	clip-path: polygon(100% 100%, 100% 100%, 100% 0, 100% 0);
	transition: all 1s
}
#c_static_001-16505286219800 .e_image-3.delighter.started {
	-webkit-clip-path: polygon(100% 100%, 0% 100%, 0% 0, 100% 0);
	clip-path: polygon(100% 100%, 0% 100%, 0% 0, 100% 0)
}
#c_static_001-16505286219800 .e_image-3 img {
	width: 100%;
	height: 100%;
	object-fit: contain
}
#c_static_001-16505286219800 .e_container-4 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%;
	padding: 0 10px
}
#c_static_001-16505286219800 .e_container-4 > .p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%
}
#c_static_001-16505286219800 .e_text-5 {
	line-height: normal
}
#c_static_001-16505286219800 .e_text-6 {
	line-height: normal;
	font_radio: 2;
	display-radio: 1
}
#c_static_001-16505286219800 .e_richText-7 {
	display-radio: 1;
	font_radio: 2;
	font-size: 16px;
	line-height: 30px;
	color: #666;
	margin-top: 5vw;
	position: relative;
	padding-right: 3%
}
#c_static_001-16505286219800 .e_container-2 .cbox-2-0 {
	margin-bottom: 0px
}

@media screen and (max-width:768px) {
#c_static_001-16505286219800 .e_container-2 > .p_item {
	width: 100%
}
#c_static_001-16505286219800 .e_container-4 {
	width: 96%;
	margin: 0 auto 20px
}
}

@media screen and (min-width: 769px) {
#c_static_001-16505286219800 .e_container-2 > .p_item {
	width: 50%
}
#c_static_001-16505286219800 .e_richText-7 {
	padding: 3vw;
	padding-right: 0
}
#c_static_001-16505286219800 .e_richText-7:before {
	content: "";
	background: #ebf1f6;
	position: absolute;
	left: 0;
	z-index: -1;
	top: 0;
	right: -1000%;
	bottom: 0
}
#c_static_001-16505286219800 .e_container-4 {
	width: 96%;
	margin: 0 0 0 auto;
	max-width: 810px
}
}

@media screen and (max-width: 1024px) and (min-width: 769px) {
}
#c_static_001-16505286235850 {
	display-radio: 1;
	min-height: 0px;
	background-fill-value: background-color;
	background-attachment: fixed;
	background-color: rgba(246,246,246,1)
}
#c_static_001-16505286235850 .e_container-1 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 96%;
	display-radio: flex;
	max-width: var(--wrapper);
	padding: var(--padding);
	margin: auto
}
#c_static_001-16505286235850 .e_container-1 > .p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%
}
#c_static_001-16505286235850 .e_text-2 {
	line-height: normal;
	display-radio: 1;
	font_radio: 2
}
#c_static_001-16505286235850 .e_text-3 {
	line-height: normal
}
#c_static_001-16505286235850 .e_loop-4 .p_list {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	max-width: 100%
	


}
#c_static_001-16505286235850 .e_loop-4 .p_loopitem {
	position: relative
}
#c_static_001-16505286235850 .e_loop-4 .p_page {
	text-align: center
}
#c_static_001-16505286235850 .e_loop-4 .p_filter_wrapper {
	width: 100%;
	font-size: 13px
}
#c_static_001-16505286235850 .e_loop-4 .p_kv_wrapper {
	display: flex;
	flex-wrap: nowrap;
	line-height: 40px;
	margin: 15px 0
}
#c_static_001-16505286235850 .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-16505286235850 .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-16505286235850 .e_loop-4 .p_active .p_fbutton {
	color: #fff;
	background-color: cornflowerblue/* border-radius:2px;
  */
}
#c_static_001-16505286235850 .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-16505286235850 .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-16505286235850 .e_loop-4 .p_s_option {
}
#c_static_001-16505286235850 .e_loop-4 .multSelect {
	font-size: 13px;
	position: relative
}
#c_static_001-16505286235850 .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-16505286235850 .e_loop-4 .multSelect.is-invalid .inputWrap {
	border-color: #dc3545
}
#c_static_001-16505286235850 .e_loop-4 .multSelect ul {
	padding: 0 5px;
	margin: 0;
	padding-right: 35px
}
#c_static_001-16505286235850 .e_loop-4 .multSelect ul, li {
	list-style: none
}
#c_static_001-16505286235850 .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-16505286235850 .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-16505286235850 .e_loop-4 .multSelect .multSelect-option>div {
	line-height: 24px;
	cursor: pointer;
	padding: 0 10px
}
#c_static_001-16505286235850 .e_loop-4 .multSelect .multSelect-option>div.selected {
	color: #409eff
}
#c_static_001-16505286235850 .e_loop-4 .multSelect .multSelect-option>div:hover {
	color: #409eff;
	background: #f3f6f9
}
#c_static_001-16505286235850 .e_loop-4 .multSelect .fa-close {
	font-style: normal;
	font-size: 12px;
	padding: 0 5px 0 7px
}
#c_static_001-16505286235850 .e_loop-4 .multSelect .inputWrap>.fa svg {
	fill: #666;
	width: 12px;
	height: 12px;
	position: absolute;
	right: 0;
	top: calc(50% - 3px)
}
#c_static_001-16505286235850 .e_loop-4 .multSelect .inputWrap>.fa-down svg {
	transform: rotate(-90deg)
}
#c_static_001-16505286235850 .e_loop-4 .multSelect .inputWrap>.fa-up svg {
	transform: rotate(90deg)
}
#c_static_001-16505286235850 .e_loop-4 .multSelect .placeholder {
	line-height: 40px;
	padding-left: 10px;
	color: #aaa;
	position: absolute;
	left: 0;
	top: 0
}/* #c_static_001-16505286235850 .e_loop-4 .p_filter_close::before {
	content: "\2716";
}
*//* #c_static_001-16505286235850 .e_loop-4 .p_filter_select {
	width: 110px;
	height: 24px;
	padding: 0;
	border: 1px solid #DCDFE6;
}
*/
#c_static_001-16505286235850 .e_loop-4 .p_normal_start {
	display: inline;
	width: 100px;
	height: 40px
}
#c_static_001-16505286235850 .e_loop-4 .p_date_start {
	display: inline;
	width: 105px;
	height: 40px
}
#c_static_001-16505286235850 .e_loop-4 .p_normal_end {
	display: inline;
	width: 100px;
	height: 40px;
	margin-right: 5px
}
#c_static_001-16505286235850 .e_loop-4 .p_date_end {
	display: inline;
	width: 105px;
	height: 40px;
	margin-right: 5px
}
#c_static_001-16505286235850 .e_loop-4 .p_split {
	margin: 0 5px
}
#c_static_001-16505286235850 .e_loop-4 .p_normal {
	margin-right: 16px
}
#c_static_001-16505286235850 .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-16505286235850 .e_loop-4 .input-check, #c_static_001-16505286235850 .e_loop-4 .input-radio {
	margin: 0 5px;
	vertical-align: text-top
}
#c_static_001-16505286235850 .e_loop-4 .position-left {
	display: flex
}
#c_static_001-16505286235850 .e_loop-4 .position-right {
	display: flex;
	flex-direction: row-reverse
}
#c_static_001-16505286235850 .e_loop-4 .position-top {/* display:flex;
  */
}
#c_static_001-16505286235850 .e_loop-4 .position-bottom {
	display: flex;
	flex-direction: column-reverse
}
#c_static_001-16505286235850 .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-16505286235850 .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-16505286235850 .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-16505286235850 .e_loop-4 .p_active .p_mbutton::before {
	display: block
}
#c_static_001-16505286235850 .e_loop-4 .p_active .p_mbutton::after {
	display: block
}
#c_static_001-16505286235850 .e_loop-4 .p_input_match {
	width: 100px;
	height: 40px;
	padding: 10px;
	border: 1px solid #ced4da;
	border-radius: 3px
}
#c_static_001-16505286235850 .e_loop-4 .p_filter_result {
	display: inline-block
}
#c_static_001-16505286235850 .e_loop-4 .p_contclear {
	cursor: pointer
}
#c_static_001-16505286235850 .e_loop-4 .swiper-container {
	padding-bottom: 30px
}
#c_static_001-16505286235850 .e_loop-4 .p_imgwrapper {
	width: 80px;
	height: 100px;
	overflow: hidden
}
#c_static_001-16505286235850 .e_loop-4 .p_imgtitle {
	display: flex;
	justify-content: center;
	flex-wrap: nowrap;
	margin: 0 auto;
	line-height: 20px
}
#c_static_001-16505286235850 .e_loop-4 .p_imgwrapper img {
	width: 100%;
	object-fit: cover
}
#c_static_001-16505286235850 .e_loop-4 .p_active .p_imgwrapper {
	border: 1px solid #409eff
}
#c_static_001-16505286235850 .e_loop-4 .p_filter_result {
	display: none
}
#c_static_001-16505286235850 .e_loop-4 .p_contclear {
	display: none
}
#c_static_001-16505286235850 .e_loop-4 {
	display-radio: 1;
	margin-top: 1%;
}
#c_static_001-16505286235850 .e_container-5 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%;
	background: #fff;
	padding: var(--f30);
	transition: all 0.5s
}
#c_static_001-16505286235850 .fa_li:hover .e_container-5 {
	box-shadow: 0 0 20px rgba(0,0,0,0.2)
}
#c_static_001-16505286235850 .e_container-5 > .p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%
}
#c_static_001-16505286235850 .e_text-6 {
	line-height: normal;
	font-size: var(--f18);
	color: #000;
	display-radio: 1;
	font_radio: 2
}
#c_static_001-16505286235850 .e_text-7 {
	line-height: normal;
	font-size: 14px;
	color: #aaa;
	display-radio: 1;
	font_radio: 2;
	margin-top: 10px;
	margin-bottom: 20px
}
#c_static_001-16505286235850 .e_text-8 {
	position: relative;
	font_radio: 1;
	display-radio: 1;
	margin-top: 20px
}
#c_static_001-16505286235850 .e_text-8 span {
	line-height: normal;
	color: 666;
	position: relative;
	z-index: 5;
	display: inline-block;
	transition: all 0.5s;
	font-size: 16px;
	transition: all 0.5s;
	line-height: 30px
}
#c_static_001-16505286235850 .fa_li:hover .e_text-8 span {
	color: #fff
}
#c_static_001-16505286235850 .e_text-8:before {
	content: "";
	background: var(--main-color);
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 500px;
	height: 30px;
	width: 30px;
	opacity: 0.5;
	transition: all 0.5s
}
#c_static_001-16505286235850 .fa_li:hover .e_text-8:before {
	opacity: 1;
	width: 120px
}
#c_static_001-16505286235850 .fa_li:hover .e_text-8 i {
	margin-right: 10px;
	margin-left: 10px;
	color: #fff
}
#c_static_001-16505286235850 .e_text-8 i {
	width: 30px;
	height: 30px;
	display: inline-flex;
	font-size: 18px;
	color: #fff;
	align-items: center;
	justify-content: center;
	margin-right: 15px;
	transition: all 0.5s
}
#c_static_001-16505286235850 .e_image-9 {
	overflow: hidden;
	display-radio: 1;
	margin-top: 20px;
	padding-bottom: 66%
}
#c_static_001-16505286235850 .e_container-10 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%
}
#c_static_001-16505286235850 .e_container-10 > .p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%
}

@media screen and (max-width:768px) {
}

@media screen and (min-width: 769px) {
}

@media screen and (max-width: 1024px) and (min-width: 769px) {
}
#c_static_001-16505286253700 {
	display-radio: 1;
	min-height: 0px;
	background-fill-value: background-image;
	position: relative
}
a.businessbotton {
	color: #fff;
	font-size: 18px
}
.fa_on a.businessbotton {
	position: absolute;
	left: 0;
	bottom: -50px;
	letter-spacing: 5px;
	transition: 1s sll;
	text-decoration-line: underline
}
#c_static_001-16505286253700 .fa_bgbox {
	position: absolute;
	z-index: -1;
	left: 0;
	right: 0;
	top: 0;
	height: 80%;
	background-image: url(../images/cd605b34-08c8-47b0-88a9-b15056991dc5.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden
}
#c_static_001-16505286253700 .fa_block_cc>div {
	position: absolute
}
#c_static_001-16505286253700 .fa_block_cc .fa_block01 {
	background: #6eb92b;
	opacity: 0.8;
	filter: blur(120px);
	width: 60vw;
	border-radius: 50%;
	height: 60vw;
	animation: fa_block1_ani 20s linear infinite alternate
}
#c_static_001-16505286253700 .fa_block_cc .fa_block02 {
	background: #3a62ad;
	opacity: 0.6;
	filter: blur(100px);
	width: 50vw;
	height: 50vw;
	animation: fa_block2_ani 20s linear infinite alternate
}
#c_static_001-16505286253700 .e_container-1 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 96%;
	display-radio: flex;
	max-width: var(--wrapper);
	padding: var(--padding);
	margin: auto
}
#c_static_001-16505286253700 .e_container-1 > .p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%
}
#c_static_001-16505286253700 .e_text-2 {
	line-height: normal;
	color: #fff;
	font_radio: 2;
	display-radio: 1
}
#c_static_001-16505286253700 .e_text-2 * {
	color: #fff
}
#c_static_001-16505286253700 .e_text-3 {
	line-height: normal;
	color: #fff;
	display-radio: 1;
	font_radio: 2;
	margin-bottom: 5%
}
#c_static_001-16505286253700 .e_container-5 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%;
	display-radio: flex;
	margin-top: 5%
}
#c_static_001-16505286253700 .e_container-5 > .p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%
}
#c_static_001-16505286253700 .e_container-1 .p_item {
	display-radio: 1
}
@keyframes fa_block1_ani {
0% {
left:-5%;
top:-5%
}
20% {
top:10%;
left:40%;
transform:scale(1.2)
}
40% {
top:50%;
left:10%;
transform:scale(0.8)
}
60% {
top:20%;
left:120%;
transform:scale(1.2)
}
80% {
top:10%;
left:50%;
transform:scale(1.1)
}
100% {
top:-10%;
left:130%;
transform:scale(1.3)
}
}
@keyframes fa_block2_ani {
0% {
right:55%;
bottom:45%
}
20% {
right:35%;
bottom:35%;
transform:scale(1.2)
}
40% {
right:72%;
bottom:55%;
transform:scale(0.8)
}
60% {
right:5%;
bottom:40%;
transform:scale(1.2)
}
80% {
right:65%;
bottom:60%;
transform:scale(1.1)
}
100% {
right:30%;
bottom:50%;
transform:scale(1.3)
}
}

@media screen and (max-width:768px) {
.fa_box_ss .fa_li {
	background: #6eb92b;
	padding: 20px;
	position: relative;
	transition: all 0.5s;
width:100%:
}
.fa_box_ss .fa_li .fa_wrap {
	position: relative;
	z-index: 20
}
.fa_box_ss .fa_li .fa_Img {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 0;
	bottom: 0;
	opacity: 0.2
}
.fa_box_ss .fa_li h2 img {
	width: auto;
	max-width: 50%
}
.fa_box_ss .fa_li h3 {
	font-size: 20px;
	color: #fff;
	margin: 20px 0
}
.fa_box_ss .fa_li h3:after {
	content: "";
	background: #fff;
	display: block;
	height: 3px;
	width: 50%;
	max-width: 120px;
	margin-top: 20px
}
.fa_box_ss .fa_li .fa_sum {
	overflow: hidden;
	font-size: 14px;
	line-height: 24px;
	color: #fff
}
}

@media screen and (min-width: 769px) {
.fa_box_ss {
	display: flex;
	justify-content: space-between
}
.fa_box_ss .fa_li {
	width: 30%;
	background: #000;
	display: flex;
	padding: 2vw;
	justify-content: flex-start;
	align-items: flex-end;
	height: 560px;
	position: relative;
	transition: all 0.5s
}
.fa_box_ss .fa_li .fa_wrap {
	position: relative;
	z-index: 20;
	padding: 20px 0
}
.fa_box_ss .fa_li .fa_Img {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 0;
	bottom: 0
}
.fa_box_ss .fa_li .fa_Img:after {
	position: absolute;
	height: 50%;
	background: linear-gradient(rgba(6,71,155,0), rgb(0 0 0 / 68%));
	transition: all 0.5s;
	content: "";
	bottom: 0;
	left: 0;
	right: 0
}
.fa_box_ss .fa_li.fa_on .fa_Img:after {
	height: 100%;
	opacity: 0
}
.fa_box_ss .fa_li.fa_on .fa_Img img {
	opacity: 0.3
}
.fa_box_ss .fa_li.fa_on {
	width: 50%!important;
	align-items: flex-start
}
.fa_box_ss .fa_li h2 img {
	width: auto;
	max-width: 50%
}
.fa_box_ss .fa_li h3 {
	font-size: var(--f22);
	color: #fff;
	margin: 20px 0 0
}
.fa_box_ss .fa_li h3:after {
	content: "";
	left: 0;
	width: 0;
	height: 2px;
	background: #fff;
	margin: 20px 0;
	display: block;
	transition: all 0.5s
}
.fa_box_ss .fa_li h2 {
	font-size: var(--f22);
	color: #fff;
	margin-bottom: 20px
}
.fa_box_ss .fa_li .fa_sum {
	max-height: 0;
	overflow: hidden;
	opacity: 0;
	transition: all 0.5s;
	font-size: 14px;
	line-height: 24px;
	color: #fff
}
.fa_box_ss .fa_li.fa_on .fa_sum {
	max-height: 500px;
	opacity: 1
}
.fa_box_ss .fa_li.fa_on h3:after {
	width: 80px;
	opacity: 0.8
}
}

@media screen and (max-width: 1024px) and (min-width: 769px) {
}
#c_static_001-16505334513720 {
	display-radio: 1;
	min-height: 0px
}
#c_static_001-16505334513720 .e_container-1 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 96%;
	display-radio: flex;
	max-width: var(--wrapper);
	padding: var(--padding);
	margin: auto
}
#c_static_001-16505334513720 .e_container-1 > .p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%
}
#c_static_001-16505334513720 .e_text-2 {
	line-height: normal;
	display-radio: 1;
	font_radio: 2
}
#c_static_001-16505334513720 .e_text-3 {
	line-height: normal;
	display-radio: 1;
	font_radio: 2
}
#c_static_001-16505334513720 .e_container-4 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%;
	display-radio: flex;
	align-items: flex-end
}
#c_static_001-16505334513720 .e_container-4 > .p_item {
	max-width: 100%;
	max-height: 100%
}
#c_static_001-16505334513720 .e_button-5 {
	display: block;
	position: relative;
	overflow: hidden;
	text-align: center;
	box-sizing: border-box;
	border-radius: 4px;
	background: #e5eef2;
	line-height: 50px;
	padding: 0 20px;
	color: #333;
	font-size: 14px;
	min-width: 150px;
	text-align: center
}
#c_static_001-16505334513720 .e_button-5:before {
	width: 0;
	height: 0;
	position: absolute;
	left: 50%;
	top: 50%;
	transition: all 0.8s;
	opacity: 0;
	background: var(--main-color);
	content: "";
	z-index: 1;
	border-radius: 50%;
	transform: translate(-50%, -50%);
	display: block
}
#c_static_001-16505334513720 .e_button-5:hover:before {
	width: 200px;
	height: 200px;
	opacity: 0.6
}
#c_static_001-16505334513720 .e_button-5:after {
	width: 0;
	height: 0;
	position: absolute;
	left: 50%;
	top: 50%;
	transition: all 0.5s;
	opacity: 0;
	background: var(--main-color);
	content: "";
	z-index: 1;
	border-radius: 50%;
	transform: translate(-50%, -50%);
	display: block
}
#c_static_001-16505334513720 .e_button-5:hover:after {
	width: 200px;
	height: 200px;
	opacity: 0.9;
	transition-delay: 0.3s
}
#c_static_001-16505334513720 .e_button-5 span {
	display: block;
	width: 100%;
	position: relative;
	z-index: 2;
	outline: 0;
	margin: 0px;
	overflow: hidden;
	transition: all 0.8s
}
#c_static_001-16505334513720 .e_button-5:hover span {
	color: #fff
}
#c_static_001-16505334513720 .e_loop_I-6 {
	display: flex;
	overflow: hidden;
	display-radio: flex;
	margin-top: 5%
}
#c_static_001-16505334513720 .e_loop_I-6 .p_nodata {
	width: 100%
}
#c_static_001-16505334513720 .e_loop_I-6 .p_list {
	display: flex;
	flex-wrap: wrap
}
#c_static_001-16505334513720 .e_loop_I-6 .p_loopitem {
	position: relative;
	flex: 0 0 100%
}
#c_static_001-16505334513720 .e_loop_I-6 .p_first_item {
	height: 95%;
	overflow: hidden/* border:1px solid #ccc;
  */
}/* #c_static_001-16505334513720 .e_loop_I-6 .p_loopitem {
	min-height: 100px;
	border: 1px solid #ccc;
}
*/
#c_static_001-16505334513720 .e_container-7 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%
}
#c_static_001-16505334513720 .e_container-7 > .p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%
}
#c_static_001-16505334513720 .e_container-8 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%;
	background: #f4f8fa;
	padding: 2vw 20px;
	display-radio: flex;
	margin-top: 1vw;
	background-color: #f4f8fa;
	margin-bottom: 0px
}
#c_static_001-16505334513720 .e_container-8 > .p_item {
	max-width: 100%;
	max-height: 100%
}
#c_static_001-16505334513720 .e_image-9 {
	overflow: hidden;
	position: relative;
	padding-bottom: 80%
}
#c_static_001-16505334513720 .e_image-9:before {
	position: absolute;
	height: 50%;
	background: linear-gradient(rgba(6,71,155,0), rgb(112 185 47 / 55%));
	transition: all 0.5s;
	content: "";
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 2
}
#c_static_001-16505334513720 .e_container-10 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%;
	text-align: center;
	background: #dbdbdb;
	padding: 20px 10px
}
#c_static_001-16505334513720 .e_container-10 > .p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%
}
#c_static_001-16505334513720 .e_text-11 {
	line-height: normal;
	display-radio: 1;
	font_radio: 2;
	color: #000;
	font-size: var(--f18);
	margin-bottom: 10px;
	transition: all 0.5s
}
#c_static_001-16505334513720 .fa_li:hover .e_text-11 {
	color: var(--main-color)
}
#c_static_001-16505334513720 .e_text-12 {
	line-height: 24px;
	line-height: 24px;
	color: #999;
	font-size: 14px;
	height: 48px;
	display-radio: -webkit-box;
	font_radio: 2;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden
}
#c_static_001-16505334513720 .e_text-13 {
	line-height: normal;
	display-radio: 1;
	font_radio: 2;
	font-size: 16px;
	margin-top: 25px
}
#c_static_001-16505334513720 .e_text-13 span {
	color: #a0a0a0;
	padding-bottom: 5px;
	position: relative;
	overflow: hidden;
	transition: all 0.5s;
	display: inline-block
}
#c_static_001-16505334513720 .fa_li:hover .e_text-13 span {
	color: var(--main-color)
}
#c_static_001-16505334513720 .e_text-13 span:before {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 1px;
	background: #a0a0a0;
	transition: all 0.5s;
	width: 100%;
	content: "";
	display: block
}
#c_static_001-16505334513720 .fa_li:hover .e_text-13 span:before {
	transform: translateX(100%)
}
#c_static_001-16505334513720 .e_text-13 span:after {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 1px;
	background: var(--main-color);
	transition: all 0.5s;
	width: 100%;
	content: "";
	display: block;
	transform: translateX(-100%)
}
#c_static_001-16505334513720 .fa_li:hover .e_text-13 span:after {
	transform: translateX(0%);
	transition-delay: 0.1s
}
#c_static_001-16505334513720 .e_container-14 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%;
	position: absolute;
	z-index: 5;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 0px 30px 50px;
}
#c_static_001-16505334513720 .e_container-14 > .p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%
}
#c_static_001-16505334513720 .e_text-15 {
	/* line-height: normal; */
	color: #fff;
	font-size: var(--f18)
}
#c_static_001-16505334513720 .e_text-16 {
	line-height: normal;
	color: #fff;
	opacity: 0.8;
	font-size: 14px;
	margin-top: 10px
}
#c_static_001-16505334513720 .e_timeFormat-17 {
	font-size: 3vw;
	font-weight: 500;
	color: #9f9f9f
}
#c_static_001-16505334513720 .e_timeFormat-18 {
	font-size: 16px;
	font-weight: 500;
	color: #9f9f9f;
	display-radio: 1;
	font_radio: 2;
	margin-top: 20px
}

@media screen and (max-width:768px) {
#c_static_001-16505334513720 .e_container-8 > .p_item {
	width: 100%
}
#c_static_001-16505334513720 .e_loop_I-6 {
	flex-wrap: wrap
}
#c_static_001-16505334513720 .e_loop_I-6 .p_first {
	width: 100%
}
#c_static_001-16505334513720 .e_loop_I-6 .p_right {
	width: 100%
}
#c_static_001-16505334513720 .e_container-8>.p_item:nth-child(1) {
	display: none
}
}

@media screen and (min-width: 769px) {
#c_static_001-16505334513720 .e_container-8 > .p_item:nth-child(1) {
	width: 20%
}
#c_static_001-16505334513720 .e_container-8 > .p_item:nth-child(2) {
	width: 80%;
	padding-left: 2vw
}
#c_static_001-16505334513720 .e_loop_I-6 .cbox-6:last-child {
	margin-top: 2.2vw
}
#c_static_001-16505334513720 .e_container-10 {
	transform: translateY(-3vw);
	transition: all 0.5s
}
#c_static_001-16505334513720 .fa_li:hover .e_container-10 {
	transform: translateY(-0);
	background: var(--main-color)
}
#c_static_001-16505334513720 .cbox-6 .cbox-10-0 .s_title {
	transition: all 0.5s
}
#c_static_001-16505334513720 .cbox-6 .fa_li:hover .cbox-10-0 .s_title {
	color: #fff
}
}

@media screen and (max-width: 1024px) and (min-width: 769px) {
}
#c_static_482-1657522403729 {
	min-height: 300px;
	/* padding-top: 40px; */
	padding-bottom: 50px;
	padding-left: 10px;
	padding-right: 10px
}
#c_static_482-1657522403729 .e_loop-15 .p_loopitem:last-child .s_img {
	display: none
}
#c_static_482-1657522403729 .e_loop-15 .p_loopitem:last-child {
	display: flex;
	justify-content: center;
	align-items: center
}
#c_static_482-1657522403729 .e_container-1 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	max-width: 1600px;
	margin-left: auto;
	margin-right: auto
}
#c_static_482-1657522403729 .e_container-1 .p_item {
	flex: 1;
	max-width: 100%
}
#c_static_482-1657522403729 .e_container-12 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%
}
#c_static_482-1657522403729 .e_container-12 > .p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%
}
#c_static_482-1657522403729 .e_text-13 {
	line-height: normal;
	display-radio: 1;
	font_radio: 2
}
#c_static_482-1657522403729 .e_text-14 {
	line-height: normal
}
#c_static_482-1657522403729 .e_loop-15 .p_list {
	display: flex;
	flex-wrap: wrap;
	border: 1px sol;
}
#c_static_482-1657522403729 .e_loop-15 .p_loopitem {
	flex: 0 0 33.3%;
	position: relative
}
#c_static_482-1657522403729 .e_loop-15 .p_page {
	text-align: center
}
#c_static_482-1657522403729 .e_loop-15 .p_filter_wrapper {
	width: 100%
}
#c_static_482-1657522403729 .e_loop-15 .p_kv_wrapper {
	display: flex;
	flex-wrap: nowrap
}
#c_static_482-1657522403729 .e_loop-15 .p_filter_key {
	line-height: 40px;
	margin-right: 10px
}
#c_static_482-1657522403729 .e_loop-15 .p_v_item {
	display: inline-block;
	margin: 0 5px;
	line-height: 40px;
	cursor: pointer
}
#c_static_482-1657522403729 .e_loop-15 .p_active {
	color: blueviolet
}
#c_static_482-1657522403729 .e_loop-15 .p_result_item {
	position: relative;
	padding: 3px 20px 3px 10px;
	border: 1px solid #ddd;
	border-radius: 3px;
	margin-right: 10px
}
#c_static_482-1657522403729 .e_loop-15 .p_filter_close {
	position: absolute;
	right: 0;
	top: 0;
	padding: 3px;
	font-style: normal;
	font-size: 10px;
	margin-top: 2px;
	cursor: pointer
}
#c_static_482-1657522403729 .e_loop-15 .multSelect {
	font-size: 14px;
	position: relative
}
#c_static_482-1657522403729 .e_loop-15 .multSelect .inputWrap {
	width: 100%;
	min-width: 100px;
	min-height: 40px;
	border: 1px solid #ccc;
	border-radius: 3px;
	position: relative;
	cursor: pointer
}
#c_static_482-1657522403729 .e_loop-15 .multSelect.is-invalid .inputWrap {
	border-color: #dc3545
}
#c_static_482-1657522403729 .e_loop-15 .multSelect ul {
	padding: 0 5px;
	margin: 0;
	padding-right: 35px
}
#c_static_482-1657522403729 .e_loop-15 .multSelect ul, li {
	list-style: none
}
#c_static_482-1657522403729 .e_loop-15 .multSelect li {
	display: inline-block;
	background: #edf0f3;
	color: #92969c;
	padding: 3px 5px;
	margin: 5px 5px 5px 0;
	border-radius: 5px
}
#c_static_482-1657522403729 .e_loop-15 .multSelect .multSelect-option {
	width: 100%;
	border: 1px solid #ccc;
	border-top: 0;
	max-height: 200px;
	overflow-y: scroll;
	position: absolute;
	height: 0;
	opacity: 0;
	z-index: 9;
	background: #fff
}
#c_static_482-1657522403729 .e_loop-15 .multSelect .multSelect-option>div {
	line-height: 40px;
	cursor: pointer;
	padding: 0 10px
}
#c_static_482-1657522403729 .e_loop-15 .multSelect .multSelect-option>div.selected {
	color: #409eff
}
#c_static_482-1657522403729 .e_loop-15 .multSelect .multSelect-option>div:hover {
	color: #409eff;
	background: #f3f6f9
}
#c_static_482-1657522403729 .e_loop-15 .multSelect .fa-close {
	font-style: normal;
	font-size: 12px;
	padding: 0 5px 0 7px
}
#c_static_482-1657522403729 .e_loop-15 .multSelect .inputWrap>.fa svg {
	fill: #666;
	width: 16px;
	height: 16px;
	position: absolute;
	right: 0;
	top: calc(50% - 8px)
}
#c_static_482-1657522403729 .e_loop-15 .multSelect .inputWrap>.fa-down svg {
	transform: rotate(-90deg)
}
#c_static_482-1657522403729 .e_loop-15 .multSelect .inputWrap>.fa-up svg {
	transform: rotate(90deg)
}
#c_static_482-1657522403729 .e_loop-15 .multSelect .placeholder {
	line-height: 40px;
	padding-left: 10px;
	color: #aaa;
	position: absolute;
	left: 0;
	top: 0
}
#c_static_482-1657522403729 .e_loop-15 .p_filter_select {
	width: 150px
}
#c_static_482-1657522403729 .e_loop-15 .p_normal_start, #c_static_482-1657522403729 .e_loop-15 .p_date_start {
	display: inline;
	width: 100px
}
#c_static_482-1657522403729 .e_loop-15 .p_normal_end, #c_static_482-1657522403729 .e_loop-15 .p_date_end {
	display: inline;
	width: 100px
}
#c_static_482-1657522403729 .e_loop-15 .p_split {
	margin: 0 5px
}
#c_static_482-1657522403729 .e_loop-15 .p_normal {
	margin-right: 16px
}
#c_static_482-1657522403729 .e_loop-15 {
	margin-top: 50px;
	margin-bottom: 50px
}
#c_static_482-1657522403729 .e_image-16 {
	overflow: hidden;
	max-width: 200px;
	margin-left: auto;
	margin-right: auto
}
#c_static_482-1657522403729 .e_image-16 img {
	width: 100%;
	height: 100%;
	object-fit: contain
}

@media screen and (max-width:768px) {
#c_static_482-1657522403729 .e_loop-15 .p_loopitem {
	flex-grow: 0;
	flex-shrink: 0;
	flex-basis: calc(100% / 2)
}
}

@media screen and (min-width: 769px) {
#c_static_482-1657522403729 .e_loop-15 .p_loopitem {
	flex-grow: 0;
	flex-shrink: 0;
	flex-basis: calc(95% / 6);
	border: 1px solid #e7e7e7;
	margin: 5px;
}
}







.cpbt{
    /* width: 1600px; */
    height: 120px;
    padding-top: 3%;
    margin: 0px auto;
    /* display: block; */
}



.cpbt ul{
    /* width: 1600px; */
    /* height: 67px; */
    /* margin: 0 auto; */
    /* display: block; */
    margin-left: 16%;
}


.cpbt ul li{
    font-size: 18px;
    color: #ffffff;
    line-height: 42px;
    width: 14%;
    text-align: center;
    border-radius: 30px;
    /* margin: 12px; */
    float: left;
    background-color: #70b92f;
    border: 1px solid #afafaf52;
    /* padding: 12px; */
    margin: 0 14px;
}

.cpbt ul li a{
	
/* font-size: 18px; */
	
color: #ffffff;
	
/* line-height: 42px; */
	
width: 189px;
	
/* text-align: center; */
	
/* border-radius: 30px; */
	
/* margin: 9px 5px; */
	
/* float: left; */
	
/* background-color: #ffffff; */
	
/* border: 1px solid #70b92f; */
}





.cpbt li:hover{
	
background-color: #e5e5e585;
	
color: #000;
	
transition: all .5s ease;
}



.cpbt li a:hover{
	
transition: all .5s ease;
	
color: #242424;
}

