@charset "utf-8";

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
	margin: 0;
	padding: 0;
	list-style: none
}

img,
a img {
	border: 0px;
}

body {
	font: 14px "Microsoft YaHei";
	color: #333;
	background: #fff;
}

a:link {
	color: #333;
	text-decoration: none
}

a:visited {
	color: #333;
	text-decoration: none
}

a:hover {
	color: #00b5ff !important;
	text-decoration: none
}

a:active {
	color: #00b5ff;
	text-decoration: none
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

input,
textarea,
select,
button {
	border: 0;
	background: none;
	outline: 0;
	font-family: "Microsoft Yahei";
}

input[type="button"],
input[type="text"],
input[type="submit"],
select {
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
}

input,
input:focus,
input:active {
	user-select: text;
}

textarea {
	resize: none;
}

em {
	font-style: normal;
}

.container {
	width: 1600px;
	margin: 0 auto;
}

.w1400 {
	width: 1400px;
	margin: 0 auto;
}

.w1200 {
	width: 1200px;
	margin: 0 auto;
}

.w14002 {
	width: 1400px;
	margin: 0 auto;
	position: relative;
}

.clear:after {
	content: "";
	display: block;
	height: 0;
	overflow: hidden;
	clear: both;
}

.hide {
	display: none;
}

.bg-cover {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.col-md-6s {
	float: left;
	width: 50%;
	*width: 48%;
}

.col-md-4s {
	float: left;
	width: 33.3%;
	*width: 31.3%;
}

.col-md-3s {
	float: left;
	width: 25%;
	*width: 23%;
}

.col-md-5s {
	float: left;
	width: 20%;
	*width: 18%;
}

.col-md-12s {
	width: 100%;
	float: left;
}

video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.hide {
	display: none;
}

.clearfix {
	zoom: 1;
}

.clearfix:after {
	content: ".";
	*zoom: 1;
	display: block;
	visibility: hidden;
	height: 0;
	clear: both;
}

.w1497 {
	width: 1497px;
	margin: 0 auto;
}

/* @font-face {font-family:SourceHanSansSC;src:url('../fonts/SourceHanSansCN-Light.otf');src:url('../fonts/SourceHanSansSC-Regular.otf');} */
@media screen and (max-width:1599px) {
	.container {
		width: 1400px;
	}
}

@media screen and (max-width:1499px) {
	.container {
		width: 1400px;
	}
}

@media screen and (max-width:1496px) {
	.w1497 {
		width: 1400px;
	}
}

@media screen and (max-width:1399px) {
	.container {
		width: 1200px;
	}

	.w1497 {
		width: 1200px;
	}

	.w1400 {
		width: 1200px;
	}
}

/*header start*/
.logo-text .small {
	font-size: 18px;
	font-family: Source Han Sans CN;
	color: #ffffff;
}

.logo-text {
	float: left;
	height: 76px;
	margin-top: 27px;
	font-size: 18px;
	color: #ffffff;
	margin-left: 16px;
}

.logo-text .big {
	font-size: 28px;
	font-family: Source Han Sans CN;
	font-weight: bold;
	color: #ffffff;
	margin-bottom: 4px;
}

.logo-text .big span {
	color: #204792;
}

.lines_bg {
	float: left;
	margin: 0 6px 0 4px;
}

.header_zw {
	display: block;
	height: 120px;
}

/* 头部 */
.header {
	position: relative;
	top: 0px;
	left: 0;
	z-index: 9999;
	width: 100%;
	height: 120px;
	background-color: #fff;
}

.header.fixed {
	position: fixed;
	background-color: #fff;
	top: 0;
	height: 90px;
	box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.2);
	transition: .3s all ease;
	-webkit-transition: .3s all ease;
	-moz-transition: .3s all ease;
	-ms-transition: .3s all ease;
	-o-transition: .3s all ease;
}

.header.fixed .nav {
	height: 90px;
}

.header .logo {
	padding-top: 18px;
	float: left;
}

.header .logo img {
	height: 100%;
}

.header .more {
	float: right;
	margin-top: 45px;
}

.header .more .ico {
	display: block;
	height: 30px;
	width: 30px;
	float: left;
	background-position: center !important;
}

.header .more .search {
	background: url(../images/search.png) no-repeat;
	cursor: pointer;
	margin-right: 15px;
}

.header .more .wechat {
	background: url(../images/wechat.png) no-repeat;
	cursor: pointer;
}

.header .nav {
	float: right;
	height: 120px;
	margin-right: 10px;
	transition: .3s ease;
	-webkit-transition: .3s ease;
	-moz-transition: .3s ease;
	-ms-transition: .3s ease;
	-o-transition: .3s ease;
}

.header .nav ul {
	height: 100%;
}

.header .nav>ul>li {
	float: left;
	margin: 0 15px;
	height: 100%;
	cursor: pointer;
}

.header .nav>ul>li>a {
	font-family: "microsoft yahei";
	height: 43px;
	line-height: 43px;
	position: relative;
	display: block;
	font-size: 17px;
	transition: .7s;
	color: #333;
	-webkit-transition: .7s;
	-moz-transition: .7s;
	-ms-transition: .7s;
	-o-transition: .7s;
	line-height: 40px;
	padding-top: 44px;
}

.header .nav>ul>li:hover>a {
	color: #00b5ff !important;
}

.header .nav>ul>li>a:after {
	height: 2px;
	background: #333;
	content: "";
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	transition: .6s all ease;
	-webkit-transition: .6s all ease;
	-moz-transition: .6s all ease;
	-ms-transition: .6s all ease;
	-o-transition: .6s all ease;
}

/* .header .nav>ul>li:hover> a:after,.header .nav>ul>li.active>a:after {-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);}
*/
.header ul li a {
	transition: .3s;
}

.header ul>li:hover>a {
	color: #fff;
}

.header .nav>ul>li.active>a {
	color: #00b5ff;
}

.header .subnav {
	display: none;
	position: absolute;
	width: 100%;
	top: 100%;
	left: 0;
	z-index: 111;
	background: #ffffff;
	border-top: 1px solid #f6f6f6;
	padding: 20px 0;
}

.header .subnav ol {
	float: right;
	text-align: right;
}

.header .subnav ol li {
	float: left;
	margin: 0 10px;
}

.header .subnav ol>li>a {
	line-height: 48px;
}

.header .header_other {
	float: right;
	padding-top: 44px;
}

.header.fixed .header_other {
	padding-top: 26px;
}

.header .weixin-code {
	float: left;
	line-height: 34px;
	position: relative;
	margin-left: 14px;
}

.header .ename-program-list {
	position: absolute;
	left: -50px;
	top: 76px;
	z-index: 80;
	width: 126px;
	height: 0;
	overflow: hidden;
	font-size: 14px;
	background: #fff;
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
	box-shadow: 2px 2px 10px 5px rgba(0, 0, 0, .05);
}

.header .ename-program-list img {
	width: 107px !important;
	height: 107px;
}

.header.fixed .ename-program-list {
	top: 68px;
}

.ename-program-list ul {
	transition: all .5s linear;
	-webkit-transition: all .5s linear;
	-moz-transition: all .5s linear;
	-ms-transition: all .5s linear;
	-o-transition: all .5s linear;
}

.ename-program-list li {
	position: relative;
	text-align: center;
	margin-top: 10px;
}

.nav-app-pic {
	display: block;
	width: 56px;
	height: 56px;
	margin: auto;
	border-radius: 10px;
	box-shadow: 2px 2px 10px 5px rgba(0, 0, 0, .05);
	transition: .9s;
}

.header .weixin-code:hover .ename-program-list {
	height: 126px;
}

.header .search-btn {
	float: left;
	line-height: 34px;
}

.header .header_other img {
	vertical-align: middle;
}

.header.fixed .nav>ul>li>a {
	padding-top: 22px;
}

.header.fixed .logo {
	height: 67px;
	padding-top: 11px;
}

.header.fixed .logo-text {
	height: auto;
	margin-top: 10px;
}

.ibox-scoll {
	animation: 850ms 350ms;
	-webkit-animation: 850ms 350ms;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
	-webkit-animation-name: fadedown;
	animation-name: fadedown;
}

.header.fixed .headerSearch {
	top: 90px;
}

.headerSearch {
	position: absolute;
	top: 120px;
	background: #fff;
	background: rgba(255, 255, 255, .5);
	height: 80px;
	overflow: hidden;
	width: 100%;
	z-index: 222;
	display: none;
}

.headerSearch form {
	width: 720px;
	margin: 0 auto;
	margin-top: 20px;
	background: #fff;
	height: 40px;
	overflow: hidden;
}

.headerSearch .sear_text {
	width: 600px;
	float: left;
	box-sizing: border-box;
	height: 40px;
	line-height: 40px;
	color: #666;
	padding-left: 10px;
	background: url('../images/search-btn.png') no-repeat 15px center;
	padding-left: 50px;
}

.headerSearch .sear_btn {
	float: right;
	width: 90px;
	height: 40px;
	cursor: pointer;
	text-align: center;
	background: #00b5ff;
	color: #fff;
	font-size: 16px;
	transition: all 0.3s;
}

.headerSearch .sear_btn:hover {
	background-color: #de9401;
}

@-webkit-keyframes fadedown {
	from {
		-webkit-transform: translateY(-100%);
		opacity: 0;
	}

	to {
		-webkit-transform: translateY(0);
		opacity: 1;
	}
}

@keyframes fadedown {
	from {
		transform: translateY(-100%);
		opacity: 0;
	}

	to {
		transform: translateY(0);
		opacity: 1;
	}
}

@media screen and (max-width:1599px) {
	.header .nav>ul>li {
		margin: 0 5px;
	}

	.header .weixin-code {
		line-height: 32px;
		margin-right: 32px;
	}

	.header .logo {
		height: 72px;
		padding-top: 28px;
	}

	.header .search-btn {
		line-height: 32px;
	}
}

@media screen and (max-width:1499px) {
	.header .logo {
		height: 67px;
		padding-top: 30px;
	}
}

@media screen and (max-width:1399px) {
	.header.fixed .nav>ul>li>a {
		padding-top: 28px;
	}

	.header.fixed .header_other {
		padding-top: 32px;
	}

	.header .logo {
		height: 62px;
	}

	.header.fixed .logo {
		height: 62px;
		padding-top: 16px;
	}

	.header .weixin-code img {
		width: 30px;
	}

	.header .search-btn {
		line-height: 28px;
	}

	.header .weixin-code {
		line-height: 30px;
		margin-right: 20px;
	}

	.header .search-btn img {
		width: 22px;
	}
}

/*首页公共头部*/
.index_title {
	text-align: center;
	position: relative;
	overflow: hidden;
}

.inner-tit {
	font-family: YouSheBiaoTiHei;
	font-weight: 400;
	color: #333;
}

.inner-tit span {
	color: #00b5ff;
}

.index_title p {
	font-size: 16px;
	font-family: Arial;
	font-weight: 400;
	color: #000000;
	margin-top: 16px;
	text-transform: uppercase;
}

.index_title2 {
	text-align: center;
	overflow: hidden;
}

.inner-tit2 {
	font-size: 46px;
	font-weight: bold;
	color: #404040;
}

.inner-tit2 span {
	color: #00b5ff;
}

.index_title2 p {
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 300;
	color: #888888;
	line-height: 40px;
}

.index_title2 i {
	display: block;
	width: 42px;
	height: 2px;
	background: #00b5ff;
	margin: 12px auto 0;
}

.index_title2 img {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: middle;
}

/* 广告图 */
.banner {
	overflow: hidden;
	position: relative;
	z-index: 2;
}

.banner img {
	width: 100%;
}

.banner .slick-dots {
	bottom: 45px;
}

.banner .slick-dots {
	z-index: 3333;
}

.banner .slick-dots li {
	margin: 0 1.5px;
}

.banner .slick-dots li button {
	width: 14px;
	height: 14px;
	padding: 0;
}

.banner .slick-dots li button {
	background-color: #ffffff;
	width: 12px;
	height: 12px;
}

.banner .slick-dots li.slick-active button {
	width: 37px;
	border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	-ms-border-radius: 7px;
	-o-border-radius: 7px;
}

#banner .slick-slide {
	float: none;
	position: relative;
}

#banner .slick-track .slick-slide {
	float: left;
}

/* #banner .slick-slide img {width:100%;transform:scale(1.1,1.1);transition:transform 3s;-webkit-transition:transform 3s;-moz-transition:transform 3s;-ms-transition:transform 3s;-o-transition:transform 3s;}
*/
#banner .slick-slide a {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

/* #banner .slick-slide.scale-pic img {transform:scale(1,1);-webkit-transform:scale(1,1);-moz-transform:scale(1,1);-ms-transform:scale(1,1);-o-transform:scale(1,1);}
*/
/* 新闻资讯 */
.index-news {
	padding: 42px 0 42px;
	overflow: hidden;
	background-color: #F5F5F5;
}

.news-ilist {
	width: 69.341%;
}

.news-slist {
	width: 30.659%;
}

.index-news .news-title {
	margin: 0 28px 20px;
}

.index-news .news-title span {
	font-size: 24px;
	font-family: "microsoft yahei";
	font-weight: bold;
	color: #333333;
	line-height: 33px;
}

.index-news .news-title a {
	font-size: 16px;
	font-family: "microsoft yahei";
	font-weight: 300;
	color: #666666;
	line-height: 33px;
}

.index-news .ind-news-ibox {
	margin: 0 -18px;
}

.index-news .ind-news-ibox .item {
	margin: 0 15px;
	padding-bottom: 6px;
	background-color: #ffffff;
	cursor: pointer;
}

.index-news .ind-news-ibox .pic {
	width: 100%;
	overflow: hidden;
	padding: 12px 9px 16px 9px;
	box-sizing: border-box;
}

.index-news .ind-news-ibox .pic a {
	display: block;
	width: 100%;
	overflow: hidden;
}

.index-news .ind-news-ibox .pic img {
	width: 100%;
	transition: transform 2s;
	-webkit-transition: transform 2s;
	-moz-transition: transform 2s;
	-ms-transition: transform 2s;
	-o-transition: transform 2s;
}

.index-news .ind-news-ibox .item:hover .pic img {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
}

.index-news .ind-news-ibox .item:hover .tit a {
	color: #00b5ff;
	transition: color 1s;
	-webkit-transition: color 1s;
	-moz-transition: color 1s;
	-ms-transition: color 1s;
	-o-transition: color 1s;
}

.index-news .news-desc-ibox {
	padding: 0 20px;
}

.index-news .tit_top {
	margin-bottom: 12px;
}

.index-news .news-desc-ibox .tit a {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 18px;
	font-family: "microsoft yahei";
	font-weight: bold;
	color: #333333;
}

.index-news .news-desc-ibox .tit {
	float: left;
	width: 75%;
}

.index-news .news-desc-ibox .time {
	font-size: 14px;
	font-family: "microsoft yahei";
	font-weight: 300;
	color: #666666;
	float: right;
	margin-top: 5px;
}

.index-news .news-desc-ibox .text {
	overflow: hidden;
	display: -webkit-box !important;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	height: 48px;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	line-height: 24px;
}

.index-news .news-recommend-list {
	height: 225px;
	background-color: #ffffff;
	margin: 0 15px;
}

.index-news .news-recommend-list .news-item a {
	height: 51px;
	line-height: 51px;
	margin: 0 20px;
	display: block;
	border-bottom: 1px solid #f5f5f5;
	font-size: 15px;
	color: #666;
	box-sizing: border-box;
}

.index-news .news-tit {
	float: left;
	text-align: left;
	width: 76%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.index-news .news-time {
	float: right;
	font-size: 14px;
	color: #666666;
	font-family: "microsoft yahei";
	font-weight: 300;
}

.news-slist .dd {
	margin: 0px 0 0 15px;
	height: 597px;
	overflow: hidden;
	background-color: #fff;
	padding: 30px 35px 0 34px;
	box-sizing: border-box;
}

.news-slist .dd li {
	margin-bottom: 10px;
}

.news-slist .dd li a {
	display: block;
	border-bottom: 1px solid #f5f5f5;
	padding-bottom: 16px;
	transition: color .4s;
	margin-left: 30px;
}

.news-slist .dd li .ifaq.q {
	margin-bottom: 10px;
}

.news-slist .dd li {
	position: relative;
}

.news-slist .dd li .title span {
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 33px;
}

.news-slist .dd li .title:hover span {
	color: #00b5ff;
}

.news-slist .dd li img {
	position: absolute;
	left: 0px;
	top: 10px;
}

.news-slist .dd li .text {
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #777777;
	line-height: 22px;
	height: 44px;
	overflow: hidden;
	display: -webkit-box !important;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.news-slist .dd li a:hover .title {
	color: #00b5ff;
}

@media screen and (max-width:1599px) {
	.news-slist .dd {
		height: 584px;
	}
}

@media screen and (max-width:1399px) {
	.news-slist .dd {
		height: 546px;
	}

	.index-news .news-tit {
		width: 74%;
	}
}

/*底部*/
#footer {
	position: relative;
	overflow: hidden;
}

#footer .foot-nav-ibox {
	padding: 82px 0 0px;
}

#footer .foot-left {
	float: right;
}

#footer .foot-top {
	height: 136px;
	border-bottom: 1px solid #D5D5D5;
}

#footer .foot-logo {
	float: left;
	margin-top: 38px;
}

#footer .firend-link {
	color: #666666;
	font-family: PingFang SC;
	border-bottom: 1px solid #2d2d2d;
	padding-bottom: 16px;
}

#footer .firend-link a {
	color: #666666;
	font-family: PingFang SC;
	padding: 0 8px;
	position: relative;
}

#footer .firend-link a i {
	position: absolute;
	left: -2px;
	top: 2px;
	background-color: #666;
	width: 1px;
	height: 14px;
}

.copy_right_box {
	width: 100%;
	height: 105px;
	background-color: #00b5ff;
	font-size: 16px;
	font-family: "microsoft yahei";
	font-weight: 300;
	color: #FFFFFF;
	margin: 0 auto;
}

.copy_right_box .copyright {
	color: #ffffff;
	padding: 0 30px 0 36px;
}

.copy_right_box .copyright a {
	color: #ffffff;
	margin-left: 14px;
	line-height: 105px;
	transition: .8s;
	-webkit-transition: .8s;
	-moz-transition: .8s;
	-ms-transition: .8s;
	-o-transition: .8s;
}

.copy_right_box .copyright a:hover {
	color: #fff !important;
	opacity: 0.7;
}

#footer .ft-logo {
	margin-top: 20px;
}

#footer .friend_link {
	font-size: 14px;
	font-family: "microsoft yahei";
	font-weight: 300;
	color: #FFFFFF;
	line-height: 48px;
	opacity: 0.7;
	float: left;
	width: 100%;
}

#footer .friend_link span {
	opacity: 0.7;
}

#footer .friend_link a {
	color: #FFFFFF;
	opacity: 0.7;
}

#footer .friend_link a:hover {
	color: #fff !important;
	opacity: 1;
}

#footer .foot-language {
	float: right;
	width: 191px;
	position: relative;
	margin-top: 26px;
	background-color: #fff;
}

#footer .foot-language em.global {
	background: url(../images/global.png) no-repeat left center;
	position: absolute;
	left: 12px;
	top: 12px;
	width: 14px;
	height: 14px;
}

#footer .foot-language a {
	font-size: 14px;
	color: #A7A7A7;
	display: block;
	padding: 0 35px;
	height: 36px;
	line-height: 36px;
}

#footer .foot-language i.iconfont {
	position: absolute;
	right: 16px;
	top: 12px;
	color: #C9C9C9;
	cursor: pointer;
}

#footer .foot-language .language-box2 {
	width: 191px;
	margin-right: 0;
	position: absolute;
	left: 0;
	bottom: 38px;
}

#footer .foot-language .language-desc:hover {
	background-color: #00b5ff;
}

#footer .foot-language .language-desc:hover a {
	color: #ffffff !important;
}

#footer .social_icon {
	margin-top: 53px;
	float: right;
	margin-right: 60px;
}

#footer .social_icon a {
	display: inline-block;
	margin: 0 9px;
}

#footer .social_icon a:hover {
	opacity: .5;
	filter: alpha(opacity=50);
	-webkit-filter: alpha(opacity=50);
}

#footer .foot-right {
	float: left;
	width: 35%;
	height: 100%;
	box-sizing: border-box;
}

#footer .foot-info p {
	font-size: 16px;
	font-family: "microsoft yahei";
	font-weight: 300;
	color: #FFFFFF;
	line-height: 33px;
	opacity: 0.7;
}

#footer .foot-info-tit {
	font-size: 30px;
	font-family: "microsoft yahei";
	font-weight: 500;
	color: #FFFFFF;
	line-height: 38px;
	padding-top: 10px;
}

#footer .ft_tel {
	font-size: 30px;
	font-family: "microsoft yahei";
	font-weight: bold;
	color: #FFFFFF;
	line-height: 30px;
	margin-top: 16px;
	margin-bottom: 10px;
}

#footer .ft_tel img {
	margin-right: 6px;
	vertical-align: middle;
}

.foot-nav {
	float: left;
}

.foot-nav dt {
	font-size: 18px;
	font-family: "microsoft yahei";
	font-weight: bold;
	color: #FFFFFF;
	line-height: 48px;
}

.foot-nav dd li a {
	font-size: 16px;
	font-family: "microsoft yahei";
	font-weight: 300;
	color: #FFFFFF;
	line-height: 48px;
	opacity: 0.7;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: .8s;
	-webkit-transition: .8s;
	-moz-transition: .8s;
	-ms-transition: .8s;
	-o-transition: .8s;
}

.foot-nav1 {
	width: 174px;
	margin-right: 116px;
}

.foot-nav1 ul li {
	float: left;
	width: 50%;
}

.foot-nav2 {
	margin-right: 220px;
}

.foot-nav2 dd li a {
	line-height: 33px;
}

.foot-nav dd li a:hover {
	color: #fff !important;
	opacity: 1;
}

.foot-nav2 dt span {
	display: block;
	margin-bottom: 8px;
}

#footer .foot-model {
	float: right;
}

#footer .webcode {
	width: 126px;
	margin-top: 34px;
	float: right;
}

#footer .webcode span {
	display: block;
	font-size: 16px;
	font-family: "microsoft yahei";
	font-weight: 300;
	color: rgba(255, 255, 255, 0.7);
	line-height: 48px;
	text-align: center;
}

@media screen and (max-width:1399px) {
	.foot-nav1 {
		margin-right: 80px;
	}

	.foot-nav2 {
		margin-right: 130px;
	}
}

/* 合作客户 */
.ind-parent {
	padding-bottom: 50px;
	padding-top: 55px;
	overflow: hidden;
}

.ind-parent img {
	width: 100%;
}

.ind-parent .title {
	font-size: 45px;
	font-family: "microsoft yahei";
	font-weight: bold;
	color: #333333;
	text-align: center;
	position: relative;
	margin-bottom: 18px;
}

.ind-parent .title::after {
	content: "";
	position: absolute;
	right: 0;
	top: 30px;
	height: 1px;
	background-color: #e0e0e0;
	width: 490px;
}

.ind-parent .title::before {
	content: "";
	position: absolute;
	left: 0;
	top: 32px;
	height: 1px;
	background-color: #e0e0e0;
	width: 490px;
}

.ind-parent .text {
	font-size: 18px;
	font-family: "microsoft yahei";
	font-weight: 300;
	color: #333333;
	text-align: center;
	margin-bottom: 34px;
}

.ind-parent .img {
	text-align: center;
}

@media screen and (max-width:1599px) {

	.ind-parent .title::before,
	.ind-parent .title::after {
		top: 33px;
		width: 454px;
	}
}

@media screen and (max-width:1399px) {

	.ind-parent .title::before,
	.ind-parent .title::after {
		width: 350px;
	}
}

/* 公司简介 */
.ind-about {
	position: relative;
	height: 965px;
}

.ind-about .about-inner {
	width: 100%;
	height: 726px;
}

.ind-about .title {
	/* text-align: right; */
	text-align: center;
	font-size: 45px;
	font-family: "microsoft yahei";
	font-weight: bold;
	color: #333333;
	padding-top: 56px;
	margin-bottom: 10px;
}

.ind-about .title span {
	color: #00b5ff;
}

.ind-about .text {
	font-size: 24px;
	font-family: "microsoft yahei";
	font-weight: bold;
	color: #00b5ff;
	/* text-align: right; */
	text-align: center;
	margin-bottom: 20px;
}

.ind-about .small_text {
	font-size: 16px;
	font-family: "microsoft yahei";
	font-weight: 400;
	color: #333333;
	line-height: 33px;
}

.ind-about .small_text span {
	display: block;
	text-align: right;
	width: 848px;
	float: right;
	margin-top: 20px;
}

.about-num-show {
	width: 772px;
	height: 132px;
	background: rgba(255, 255, 255, 0.57);
	margin-top: 24px;
}

.about-num-show .num {
	float: left;
	width: 25%;
	text-align: center;
	margin-top: 34px;
}

.about-num-show .num i {
	display: block;
	text-align: center;
	font-size: 18px;
	font-family: "microsoft yahei";
	font-weight: 400;
	color: #333333;
	font-style: normal;
	margin-top: 12px;
}

.about-num-show .num span.timer {
	font-size: 59px;
	font-family: "microsoft yahei";
	font-weight: bold;
	color: #00b8ff;
	line-height: 42px;
}

.about-num-show .num em {
	position: absolute;
	/* right: -16px; */
	right: -24px;
	top: -14px;
}

.about-num-show .inner {
	position: relative;
	display: inline-block;
}

.ind-about .related_products {
	position: absolute;
	bottom: 0px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	overflow: hidden;
}

.ind-about .related_products li {
	width: 25%;
	float: left;
}

.ind-about .related_products .tit {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 24px;
	font-family: "microsoft yahei";
	font-weight: bold;
	color: #00b5ff;
	text-align: center;
	border-bottom: 1px solid #e3e3e4;
	padding-bottom: 6px;
	padding-top: 14px;
	transition: .8s;
	-webkit-transition: .8s;
	-moz-transition: .8s;
	-ms-transition: .8s;
	-o-transition: .8s;
}

.ind-about .related_products a:hover .tit {
	color: #fff;
}

.ind-about .related_products .text2 {
	height: 90px;
	overflow: hidden;
	display: -webkit-box !important;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	font-size: 15px;
	font-family: "microsoft yahei";
	font-weight: 300;
	color: #666666;
	line-height: 30px;
	text-align: left;
	margin: 14px 6px 0;
	transition: .8s;
	-webkit-transition: .8s;
	-moz-transition: .8s;
	-ms-transition: .8s;
	-o-transition: .8s;
}

.ind-about .related_products a:hover .text2 {
	color: #fff;
}

.ind-about .related_products li a {
	display: block;
	padding: 15px 16px 16px;
	background-color: #F5F5F5;
	margin: 0 9px;
	transition: background-color .88s;
	-webkit-transition: background-color .88s;
	-moz-transition: background-color .88s;
	-ms-transition: background-color .88s;
	-o-transition: background-color .88s;
}

.ind-about .related_products li.n1 a,
.ind-about .related_products li.n1 img {
	border-radius: 40px 0 0 0;
	-webkit-border-radius: 40px 0 0 0;
	-moz-border-radius: 40px 0 0 0;
	-ms-border-radius: 40px 0 0 0;
	-o-border-radius: 40px 0 0 0;
}

.ind-about .related_products li.n4 a,
.ind-about .related_products li.n4 img {
	border-radius: 0 40px 0 0;
	-webkit-border-radius: 0 40px 0 0;
	-moz-border-radius: 0 40px 0 0;
	-ms-border-radius: 0 40px 0 0;
	-o-border-radius: 0 40px 0 0;
}

.ind-about .related_products li a:hover {
	background-color: #00b5ff;
}

.ind-about .related_products .img,
.ind-about .related_products .img img {
	width: 100%;
	overflow: hidden;
}

.ind-about .related_products ul {
	margin: 0 -10px;
}

.ind-about .related_products img {
	transition: .8s;
	-webkit-transition: .8s;
	-moz-transition: .8s;
	-ms-transition: .8s;
	-o-transition: .8s;
}

.ind-about .related_products a:hover img {
	transform: scale(1.02);
	-webkit-transform: scale(1.02);
	-moz-transform: scale(1.02);
	-ms-transform: scale(1.02);
	-o-transform: scale(1.02);
}

/* 产品分类 */
.ind_fenleix {
	background-color: #F5F5F5;
	overflow: hidden;
	padding-bottom: 47px;
	padding-top: 55px;
}

.tab_list .tit {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 16px;
	font-family: "microsoft yahei";
	font-weight: 300;
	color: #333333;
	line-height: 26px;
	text-align: center;
	padding: 8px 0 16px;
	transition: color .8s;
	-webkit-transition: color .8s;
	-moz-transition: color .8s;
	-ms-transition: color .8s;
	-o-transition: color .8s;
}

.tab_list:hover .tit {
	/* color: #00b5ff; */
}
.tab_list .inner:hover .tit{
	color: #00b5ff;

}
.ind_fenleix .tab_tit {
	width: 210px;
	height: 69px;
	background: #FFFFFF;
	border-radius: 10px;
	text-align: center;
	font-size: 16px;
	font-family: "microsoft yahei";
	font-weight: 300;
	color: #666666;
	line-height: 69px;
	text-align: center;
	float: left;
	margin: 0 8px;
	transition: background .8s;
	-webkit-transition: background .8s;
	-moz-transition: background .8s;
	-ms-transition: background .8s;
	-o-transition: background .8s;
	cursor: pointer;
}

.ind_fenleix .tab_tit.active,
.ind_fenleix .tab_tit:hover {
	background-color: #00b5ff;
	color: #fff;
}

.ind_fenleix .tab_tit:hover a {
	color: #fff !important;
}

.ind_fenleix .tab_list .inner {
	float: left;
	/* width: 25%; */
	width: 20%;
}

.ind_fenleix .tab_list .item {
	background-color: #fff;
	margin: 11px;
	display: block;
	overflow: hidden;
}

.ind_fenleix .tab_list .img {
	width: 100%;
	overflow: hidden;
}

.ind_fenleix .tab_list img {
	width: 100%;
	transition: transform 1.1s;
	-webkit-transition: transform 1.1s;
	-moz-transition: transform 1.1s;
	-ms-transition: transform 1.1s;
	-o-transition: transform 1.1s;
}

.ind_fenleix .tab_list .inner:hover img {
	transform: scale(1.02);
	-webkit-transform: scale(1.02);
	-moz-transform: scale(1.02);
	-ms-transform: scale(1.02);
	-o-transform: scale(1.02);
}

.ind_fenleix .tab_con {
	margin-top: 18px;
}

@media screen and (max-width:1599px) {
	.ind_fenleix .tab_tit {
		width: 184px;
	}
}

@media screen and (max-width:1399px) {
	.ind_fenleix .tab_tit {
		width: 155px;
		height: 60px;
		line-height: 60px;
		font-size: 14px;
	}
}

/* 产品及领域 */
.ind_lingyue {
	padding-bottom: 30px;
	padding-top: 60px;
	overflow: hidden;
}

.ind_lingyue .inner_tit {
	font-size: 45px;
	font-family: "microsoft yahei";
	font-weight: bold;
	color: #333333;
	text-align: center;
}

.ind_lingyue .inner_text {
	font-size: 18px;
	font-family: "microsoft yahei";
	font-weight: 300;
	color: #333333;
	text-align: center;
}

.ind_lingyue .tab_tit_top2 {
	text-align: center;
	margin-bottom: 12px;
	margin-top: 48px;
}

.ind_lingyue .tab_tit2 {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	cursor: pointer;
	margin: 0 1%;
}

.logopic {
	text-align: center;
	margin-bottom: 10px;
}

.logopic.pic2 {
	display: none;
}

.tab_tit2:hover .logopic,
.tab_tit2.active .logopic {
	display: none;
}

.tab_tit2:hover .logopic.pic2,
.tab_tit2.active .logopic.pic2 {
	display: block;
}

.tab_tit2.active .icon_text,
.tab_tit2:hover .icon_text {
	color: #00b5ff;
}

.icon_text {
	font-size: 18px;
	font-family: "microsoft yahei";
	font-weight: 400;
	color: #666666;
}

.ind_lingyue .tab_con2 .tit2 {
	font-size: 16px;
	font-family: "microsoft yahei";
	font-weight: 400;
	color: #333333;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: center;
	padding: 8px 0 16px;
	transition: color .8s;
	-webkit-transition: color .8s;
	-moz-transition: color .8s;
	-ms-transition: color .8s;
	-o-transition: color .8s;
}

.ind_lingyue .tab_con2 .inner:hover .tit2 {
	color: #00b5ff;
}

.ind_lingyue .tab_con2 .inner {
	width: 20%;
	float: left;
}

.ind_lingyue .tab_con2 a {
	display: block;
}

.ind_lingyue .tab_con2 .img {
	width: 100%;
	overflow: hidden;
}

.ind_lingyue .tab_con2 .img img {
	width: 100%;
	transition: transform .9s;
	-webkit-transition: transform .9s;
	-moz-transition: transform .9s;
	-ms-transition: transform .9s;
	-o-transition: transform .9s;
}

.ind_lingyue .tab_con2 .inner:hover .img img {
	transform: scale(1.02);
	-webkit-transform: scale(1.02);
	-moz-transform: scale(1.02);
	-ms-transform: scale(1.02);
	-o-transform: scale(1.02);
}

@media screen and (max-width:1399px) {
	.ind_lingyue .tab_tit2 {
		margin: 0 17px;
	}
}

/* 首页-广告 */
.ind_guanggao {
	width: 100%;
	height: 362px;
	color: #fff;
	overflow: hidden;
}

.rexian_text {
	font-size: 18px;
	font-family: "microsoft yahei";
	font-weight: 400;
	color: #FFFFFF;
	text-align: center;
}

.rexian_text img {
	display: block;
	margin: 0 auto 5px;
}

.rexian_tel {
	font-size: 36px;
	font-family: "microsoft yahei";
	font-weight: bold;
	color: #FFFFFF;
	line-height: 40px;
}

a.zixun {
	width: 185px;
	height: 42px;
	background: #FFFFFF;
	border-radius: 21px;
	text-align: center;
	line-height: 42px;
	font-size: 24px;
	font-family: "microsoft yahei";
	font-weight: 400;
	color: #00b5ff;
	display: block;
	margin: 15px auto;
	transition: all .8s;
	-webkit-transition: all .8s;
	-moz-transition: all .8s;
	-ms-transition: all .8s;
	-o-transition: all .8s;
}

a.zixun:hover {
	transform: translateY(-10px);
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	-o-transform: translateY(-10px);
}

.rexian {
	margin-right: 60px;
	margin-top: 111px;
}

.guangao_img {
	margin-top: 19px;
}

.guanggao_left .tit {
	font-size: 30px;
	font-family: "microsoft yahei";
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	padding-top: 26px;
	position: relative;
	z-index: 2;
}

.guanggao_left .text {
	font-size: 15px;
	font-family: "microsoft yahei";
	font-weight: 300;
	color: #FFFFFF;
	text-align: center;
	margin-bottom: 20px;
	position: relative;
	z-index: 2;
}

.ad_icon_list span {
	font-size: 18px;
	font-family: "microsoft yahei";
	font-weight: 400;
	color: #FFFFFF;
	line-height: 24px;
	text-align: center;
	display: block;
}

.ad_icon_list {
	position: relative;
	z-index: 2;
}

.ad_icon_list .item {
	float: left;
	width: 25%;
	transition: .8s;
	-webkit-transition: .8s;
	-moz-transition: .8s;
	-ms-transition: .8s;
	-o-transition: .8s;
}

.ad_icon_list .item:hover {
	transform: translateY(-8px);
	-webkit-transform: translateY(-8px);
	-moz-transform: translateY(-8px);
	-ms-transform: translateY(-8px);
	-o-transform: translateY(-8px);
}

.ad_icon_list .img {
	text-align: center;
}

.guanggao_left {
	width: 632px;
	height: 271px;
	margin-top: 55px;
	position: relative;
}

.guanggao_left .mask {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: #fff;
	opacity: 0.1;
}

@media screen and (max-width:1399px) {
	.guanggao_left {
		width: 566px;
	}

	.rexian {
		margin-right: 36px;
	}

	.guanggao_left .tit {
		font-style: 28px;
	}

	.guangao_img {
		width: 310px;
	}
}

.chanpinlist {
	width: 100%;
	height: 455px;
	background-color: #ccc !important;
}


/*产品详情---资质证书*/
.prod_certified {
	padding: 40px 44px 60px 44px;
	background: url(../images/chara_titbg.png) repeat #2b467c;
	text-align: center;
}

.prod_certified .prod_ntitle {
	color: #fff;
}

.prodcert_desc {
	text-align: center;
	font-size: 20px;
	line-height: 25px;
	color: #fff;
	margin-top: 24px;
}

.prodcert_sub {
	text-align: center;
	font-size: 32px;
	line-height: 35px;
	color: #fff;
	margin: 15px 0;
}

.prodcert_zl {
	width: 250px;
	font-size: 18px;
	line-height: 28px;
	color: #fff;
	margin: 10px 20px 20px 250px;
	padding: 6px 50px;
	border: 1px solid #FFF
}



.prod_certifiedBox img {
	width: 100% !important;
}

/*产品详情---天诚优势*/
.prod_adv {
	padding: 20px 0 0 0;
}

.prod_advBox {
	font-size: 0;
	margin-top: 20px;
}

.prod_advBox ul:after {
	content: ".";
	height: 0;
	display: block;
	clear: both;
	visibility: hidden;
}

.prod_advBox ul {
	background: #213c72;
}

.prod_advBox li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: middle;
	font-size: 14px;
	color: #fff;
}

.prod_advBox li span {
	color: #ff9933;
}

.prod_advBox .pic {
	width: 50%;
}

.prod_advBox .text {
	width: 50%;
}

.prod_advBox .n2 .pic {
	width: 50%;
	margin-left: 0;
	float: right;
}

.prod_advBox .n2 .text {
	width: 50%;
	margin-left: 0;
	float: right;
}

.prod_advBox li .txt {
	padding: 0 46px 0 30px;
}

.prod_advBox li .title {
	font-size: 30px;
	line-height: 38px;
}

.prod_advBox li .info {
	font-size: 24px;
	line-height: 38px;
	margin-top: 10px;
}

.prod_advBox li .desc {
	font-size: 18px;
	line-height: 30px;
	margin-top: 16px;
}

.prod_advBox li .desc p {
	line-height: 36px;
}

.prodetails_content .prod_ntitle {
	font-size: 48px;
	text-align: center;
	line-height: 1.4;
}

.prodetails_content .prod_ntitle span {
	color: #ff7200;
}




@font-face {
	font-family: BEBAS;
	src: url(../fonts/BEBAS-1.ttf);
}

.header_phone {
	line-height: 32px;
	font-size: 24px;
	color: #00b5ff;
	font-family: BEBAS;
	margin-top: 3px;
}

.header_phone img {}

/* pre css */
#c_grid-116273709439191 .p_gridbox::after {
	content: '';
	clear: left;
	display: block
}

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

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

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

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

#c_grid-116273709439191 {
	margin-left: auto;
	margin-right: auto;
	width: 100%
}

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

#c_static_001-1646276996905 {
	display-radio: 1;
	min-height: 0px;
	background-color: rgba(255, 255, 255, 1)
}

#c_static_001-1646276996905 .e_container-1 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 94%;
	display-radio: flex;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	min-height: 94px
}

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

#c_static_001-1646276996905 .e_container-1 .cbox-1-1 {
	flex: 0 0 40%;
	align-self: center
}

#c_static_001-1646276996905 .e_container-1 .cbox-1-0 {
	flex: 0 0 60%;
	align-self: center
}

#c_static_001-1646276996905 .e_container-2 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%;
	display-radio: flex
}

#c_static_001-1646276996905 .e_container-2>.p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%
}

#c_static_001-1646276996905 .e_container-2 .cbox-2-0 {
	flex: 0 0 105px;
	align-self: center
}

#c_static_001-1646276996905 .e_container-2 .cbox-2-1 {
	padding-left: 15px;
	align-self: center
}

#c_static_001-1646276996905 .e_image-3 {
	overflow: hidden;
	display-radio: 1;
	max-width: 105px
}

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

#c_static_001-1646276996905 .e_text-4 {
	line-height: 1.2;
	display-radio: 1;
	font_radio: 2;
	font-size: 30px;
	font-weight: bold;
	color: rgba(82, 85, 87, 1)
}

#c_static_001-1646276996905 .e_text-5 {
	line-height: 1.2;
	display-radio: 1;
	font_radio: 2;
	font-size: 14px;
	color: rgba(82, 85, 87, 1);
	margin-top: 5px;
	font-family: Arial
}

#c_static_001-1646276996905 .e_container-6 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%;
	display-radio: flex;
	max-width: 349px;
	margin-left: 197px;
	padding-left: 47px;
	background-fill-value: background-image;
	background-image: url(../image/22349afc-f266-47f9-a46e-bc83d8b060ce.png);
	background-repeat: no-repeat;
	background-position: center left
}

#c_static_001-1646276996905 .e_container-6>.p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%
}

#c_static_001-1646276996905 .e_text-7 {
	line-height: normal;
	display-radio: 1;
	font_radio: 2;
	font-size: 24px;
	font-weight: bold;
	color: rgba(0, 158, 223, 1);
	max-width: 293px;
	margin-left: 0px
}

#c_static_001-1646276996905 .e_text-8 {
	line-height: normal;
	display-radio: 1;
	font_radio: 2;
	font-size: 14px;
	color: rgba(108, 111, 113, 1)
}

#c_static_001-1646276996905 .e_container-6 .cbox-6-0 {
	align-self: center
}

@media screen and (max-width:768px) {
	#c_static_001-1646276996905 {
		display: none
	}
}

#c_static_001-1646277429448 {
	min-height: 0px;
	display-radio: 1;
	background-color: rgba(0, 158, 223, 1)
}

#c_static_001-1646277429448 .e_container-1 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 94%;
	display-radio: flex;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto
}

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

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

#c_static_001-1646277429448 .e_container-1 .cbox-1-1 {
	flex: 0 0 23%;
	margin-left: auto;
	align-self: center
}

#c_static_001-1646277429448 .e_container-1 .cbox-1-0 {
	flex: 0 0 75%;
	align-self: center
}

#c_static_001-1646277429448 .e_form-2 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%;
	display-radio: flex
}

#c_static_001-1646277429448 .e_form-2>.p_formItem {
	flex: 1;
	max-width: 100%;
	max-height: 100%
}

#c_static_001-1646277429448 .e_input-3 .p_phoneCode {
	width: 90px;
	margin-right: 10px
}

#c_static_001-1646277429448 .e_input-3 {
	display-radio: 1;
	margin: 0
}

#c_static_001-1646277429448 .e_formBtn-4 {
	display: block;
	position: absolute;
	overflow: hidden;
	width: 40px;
	background_radio: 2;
	border_radio: 2;
	font_radio: 1;
	radius_radio: 2;
	min-height: 35px;
	display-radio: block;
	background-fill-value: background-image;
	background-image: url(../image/6e2a1deb-67de-41e5-9ba7-546c03f21dd6.png);
	background-repeat: no-repeat;
	background-position: center center;
	border: none;
	right: 0;
	top: 0;
	z-index: 10
}

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

#c_static_001-1646277429448 .e_formBtn-4:hover {
	background-fill-value: background-image;
	background-image: url(../image/6e2a1deb-67de-41e5-9ba7-546c03f21dd6.png);
	background-repeat: no-repeat;
	background-position: center center;
	border-style: none
}

#c_static_001-1646277429448 .e_input-3 .s_form-control {
	border-radio: 2;
	border-style: none;
	border-top-left-radius: 30px;
	border-top-right-radius: 30px;
	border-bottom-left-radius: 30px;
	border-bottom-right-radius: 30px
}

#c_static_001-1646277429448 .e_input-3 .s_form-control:hover {
	border-style: none;
	border-top-left-radius: 30px;
	border-top-right-radius: 30px;
	border-bottom-left-radius: 30px;
	border-bottom-right-radius: 30px
}

#c_static_001-1646277429448 .e_navigationC-5 .p_iconBox {
	height: auto;
	width: 38px;
	border-radius: 0
}

#c_static_001-1646277429448 .e_navigationC-5 .p_openIcon {
	width: 100%;
	height: auto;
	margin: 0
}

#c_static_001-1646277429448 .e_navigationC-5 .p_closeIcon {
	width: 100%;
	height: 30px
}

#c_static_001-1646277429448 .e_navigationC-5 .p_navButton {
	display: none
}

#c_static_001-1646277429448 .e_navigationC-5 .p_navBox1,
#c_static_001-1646277429448 .e_navigationC-5 .p_navBox2 {
	width: 100%;
	display: flex;
	max-width: 870px
}

#c_static_001-1646277429448 .e_navigationC-5 .p_navBox2 {
	position: absolute;
	top: 100%;
	left: 0;
	padding: 0 !important;
	z-index: 99;
	display: none;
	background: #f5f5f5
}

#c_static_001-1646277429448 .e_navigationC-5 .p_navBox2 ul {
	width: 100%
}

#c_static_001-1646277429448 .e_navigationC-5 .p_navItem1 {
	border: none;
	display: block;
	width: calc(100% / 7);
	position: relative
}

#c_static_001-1646277429448 .e_navigationC-5 .p_navCon {
	position: relative;
	display-radio: 1;
	font-size: 16px;
	color: rgba(255, 255, 255, 1);
	text-align: center;
	line-height: 52px
}

#c_static_001-1646277429448 .e_navigationC-5 .p_navCon a {
	display: block
}

#c_static_001-1646277429448 .e_navigationC-5 .p_navItem2 {
	width: 100%
}

#c_static_001-1646277429448 .e_navigationC-5 .p_navBox2>div {
	width: 100%;
	margin: 0 auto
}

#c_static_001-1646277429448 .e_navigationC-5 .p_navItem2 .s_templatesum {
	font-size: 14px;
	color: #666666;
	text-align: center;
	line-height: 36px
}

#c_static_001-1646277429448 .e_navigationC-5 .p_navItem2 .s_templatesum:hover {
	background: #00b7ea;
	color: #fff
}

@media screen and (max-width:768px) {
	#c_static_001-1646277429448 .e_navigationC-5 .p_navContent {
		display: none;
		height: 100%;
		width: 100%;
		position: fixed;
		top: 0;
		left: 0;
		background: #fff;
		padding: 20px;
		z-index: 99
	}

	#c_static_001-1646277429448 .e_navigationC-5 .p_navButton {
		display: flex;
		justify-content: flex-end
	}

	#c_static_001-1646277429448 .e_navigationC-5 .p_navBox1 {
		width: 100%
	}

	#c_static_001-1646277429448 .e_navigationC-5 .p_navItem1 {
		padding: 0;
		border-bottom: 1px solid rgb(0 0 0 / 5%);
		line-height: 50px;
		font-size: 14px;
		text-align: left;
		width: 100%
	}

	#c_static_001-1646277429448 .e_navigationC-5 .p_navItem2 {
		line-height: 50px;
		width: auto;
		margin: 0
	}

	#c_static_001-1646277429448 .e_navigationC-5 .p_navCon {
		display: flex;
		color: #333;
		justify-content: space-between
	}

	#c_static_001-1646277429448 .e_navigationC-5 .p_navItem2 {
		border: none
	}

	#c_static_001-1646277429448 .e_navigationC-5 .p_jtIcon {
		float: right;
		transition: 0.5s;
		height: 30px;
		margin-top: 10px
	}

	#c_static_001-1646277429448 .e_navigationC-5 .p_jtHover {
		transition: 0.5s;
		transform: rotate(90deg)
	}

	#c_static_001-1646277429448 .e_navigationC-5 .p_navBox1,
	#c_static_001-1646277429448 .e_navigationC-5 .p_navBox2 {
		width: 100%;
		display: block
	}

	#c_static_001-1646277429448 .e_navigationC-5 .p_navBox2 {
		display: none;
		padding: 0 0 0 20px;
		position: relative;
		top: 0;
		left: 0;
		background: none
	}

	#c_static_001-1646277429448 .e_navigationC-5 .p_navBox2 ul {
		width: 100%;
		display: block
	}

	#c_static_001-1646277429448 .e_navigationC-5 .p_navCon {
		position: relative
	}

	#c_static_001-1646277429448 .e_navigationC-5 .p_navCon a {
		display: block;
		padding: 0
	}

	#c_static_001-1646277429448 .e_navigationC-5 .p_navCon::before {
		display: none
	}

	#c_static_001-1646277429448 .e_navigationC-5 .p_navItem2 {
		margin: 0
	}

	#c_static_001-1646277429448 .e_navigationC-5 .p_navBox2>div {
		width: 100%;
		max-width: 100%;
		margin: 0;
		display: block;
		padding-left: 25px
	}

	#c_static_001-1646277429448 .e_navigationC-5 .p_navBox2 ul::after {
		display: none
	}

	#c_grid-116273709439191>.p_gridbox>.p_gridCell:nth-child(1n + 1) {
		width: 100%;
		margin: 0
	}

	#c_static_001-1646277429448 .e_container-1 .cbox-1-1 {
		display: none
	}

	#c_static_001-1646277429448 .e_container-1 .cbox-1-0 {
		flex: 0 0 100%
	}

	#c_static_001-1646277429448 .mo_logo {
		width: 70px;
		height: 100%;
		background: url(../image/7736e86b-3b94-4e39-8b1d-3aa11ceb08a3.png) no-repeat left center/100%;
		display: block
	}

	#c_static_001-1646277429448 {
		background-color: #fff
	}

	#c_static_001-1646277429448 .e_navigationC-5 {
		width: 100%;
		display: flex;
		justify-content: space-between;
		height: 60px;
		align-items: center
	}

	#c_static_001-1646277429448 .e_navigationC-5 .p_navItem2 .s_templatesum {
		text-align: left
	}
}

@media screen and (min-width: 769px) {
	#c_static_001-1646277429448 .e_navigationC-5 p {
		display: flex;
		/*flex-direction: column;*/
		align-items: center
	}

	#c_static_001-1646277429448 .e_navigationC-5 .p_jtIcon {
		display: none
	}

	#c_static_001-1646277429448 .e_navigationC-5 .p_iconBox {
		display: none
	}

	.mo_logo {
		display: none
	}

	#c_static_001-1646277429448 .e_navigationC-5 .p_navItem1:hover .p_navCon {
		background: #00b7ea
	}
}

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

#c_grid-116273709439190 .p_gridbox::after {
	content: '';
	clear: left;
	display: block
}

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

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

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

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

#c_grid-116273709439190 {
	margin-left: auto;
	margin-right: auto;
	width: 100%
}

@media screen and (max-width:768px) {
	#c_grid-116273709439190>.p_gridbox>.p_gridCell:nth-child(1n + 1) {
		width: 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-1644999847822 {
	min-height: 0px;
	display-radio: 1
}

.right_bar {
	position: fixed;
	top: 300px;
	right: 0;
	width: 60px;
	height: auto;
	z-index: 10
}

.right_bar li {
	width: 60px;
	height: 60px;
	z-index: 20
}

.right_bar li.rtbar_li1,
.right_bar li.rtbar_li4 {
	position: absolute;
	left: 0
}

.right_bar li.rtbar_li1 {
	top: 0
}

.right_bar li.rtbar_li2 {
	position: absolute;
	top: 62px;
	left: 0;
	width: 160px
}

.right_bar li.rtbar_li3 {
	position: absolute;
	top: 124px;
	left: 0
}

.right_bar li.rtbar_li4 {
	top: 186px;
	left: 0 !important
}

.rtbar_li4 {
	position: absolute;
	top: 153px;
	left: 0
}

.right_bar li a {
	display: block;
	color: #FFF;
	font-size: 14px;
	height: 60px;
	line-height: 60px;
	overflow: hidden;
	background-color: #009edf;
	opacity: 0.8
}

.right_bar li a img {
	display: block;
	float: left;
	vertical-align: middle;
	width: 24px;
	height: 24px;
	margin: 18px
}

.right_bar li a:hover {
	background-color: #2b8fe3;
	opacity: 1
}

.rtbar_shwx {
	display: none;
	position: absolute;
	top: -120px;
	left: -140px;
	padding-bottom: 9px;
	width: 130px;
	overflow: hidden
}

.rtbar_shwx img {
	background-color: #FFF;
	width: 100%;
	padding: 3px
}

.right_bar {
	display: none
}

.rtbar_shwx {
	top: -50px
}

.rtbar_li5 {
	position: absolute;
	top: 248px;
	left: 0
}

#c_static_001-1636703125092 {
	min-height: 0px;
	padding-top: 50px;
	display-radio: 1;
	background-color: rgba(46, 58, 64, 1)
}

#c_static_001-1636703125092 .e_container-1 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 94%;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	display-radio: flex;
	margin-bottom: 50px;
	justify-content: space-between
}

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

#c_static_001-1636703125092 .e_container-1 .cbox-1-0 {
	flex: 0 0 68%
}

.e_text0 {
	font_radio: 2;
	line-height: 2
}

.e_text1 {
	font_radio: 2;
	line-height: 2
}

.e_text2 {
	font_radio: 2;
	line-height: 2;
	font-weight: normal
}

.e_text3 {
	font_radio: 2;
	line-height: 2
}

.e_text4 {
	font_radio: 2;
	line-height: 2
}

.e_text5 {
	font_radio: 2;
	line-height: 2
}

.e_text6 {
	font_radio: 2;
	line-height: 2
}

#c_static_001-1636703125092 .e_container-34 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 94%;
	display-radio: flex;
	background-color: rgba(48, 36, 32, 0);
	max-width: 1570px;
	margin-left: auto;
	margin-right: auto;
	min-height: 80px;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: rgba(183, 184, 184, 0.34)
}

#c_static_001-1636703125092 .e_container-34>.p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%
}

#c_static_001-1636703125092 .e_container-34 .p_item {
	display-radio: 1
}

#c_static_001-1636703125092 .e_container-1 .cbox-1-1 {
	flex: 0 0 30%;
	margin-left: auto
}

#c_static_001-1636703125092 .e_bottomNav-35 .p_level2Box,
#c_static_001-1636703125092 .e_bottomNav-35 .p_level3Box {
	height: auto
}

#c_static_001-1636703125092 .e_bottomNav-35 .p_openIcon,
#c_static_001-1636703125092 .e_bottomNav-35 .p_closeIcon {
	width: 36px;
	height: 36px
}

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

#c_static_001-1636703125092 .e_bottomNav-35 {
	font_radio: 2;
	padding-bottom: 20px;
	line-height: 2;
	display-radio: 1
}

#c_static_001-1636703125092 .e_bottomNav-35 .p_menuItem {
	display-radio: 1;
	font-size: 16px;
	color: rgba(255, 255, 255, 1);
	margin-bottom: 15px;
	line-height: 1;
	font-weight: bold
}

#c_static_001-1636703125092 .e_bottomNav-35 .p_menuItem1 {
	display-radio: 1;
	font-size: 14px;
	color: #b7b8b8;
	line-height: 32px
}

#c_static_001-1636703125092 .p_menuItem1 {
	display-radio: 1
}

.iShare_weibo {
	background: url(../image/21ff19f9-1c8a-4fed-aef4-99e3c55f7a44.png_1920xaf.png)
}

.iShare_wechat {
	background: url(../image/2e35ff3b-7837-4068-8b43-4cac7c095b40.png_1920xaf.png)
}

.iShare_qq {
	background: url(../image/e0905017-d701-49ba-8145-e99d57702026.png_1920xaf.png)
}

.iShare_qzone {
	background: url(../image/5e4b3771-1259-430d-8e43-3441647f6f8c.png_1920xaf.png)
}

.iShare_copy {
	background: url(../image/bbfac792-27e6-4590-848a-1675a493ffbc.png_1920xaf.png)
}

#c_static_001-1636703125092 .e_richText-49 {
	display-radio: 1;
	font_radio: 2;
	max-width: none;
	margin-left: auto;
	margin-right: auto;
	font-size: 14px;
	color: rgba(183, 184, 184, 1);
	line-height: 1.8;
	padding-top: 0px;
	padding-bottom: 0px;
	width: auto;
	margin-top: 15px;
	margin-bottom: 15px;
	text-align: center
}

#c_static_001-1636703125092 .e_bottomNav-35 .p_level1Item:first-child {
	display: none
}

#c_grid-116273709439190>.p_gridbox>.p_gridCell:nth-child(1n + 1) {
	margin: 0;
	width: 100%
}

#c_static_001-1636703125092 .e_container-1 .cbox-1-2 {
	flex: 0 0 20%
}

#c_static_001-1636703125092 .e_container-34 .cbox-34-0 {
	align-self: center
}

#c_static_001-1636703125092 .e_container-56 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%;
	display-radio: flex;
	min-height: 0px;
	margin-top: 15px
}

#c_static_001-1636703125092 .e_container-56>.p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%
}

#c_static_001-1636703125092 .e_container-58 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%;
	display-radio: flex;
	max-width: none;
	margin-left: auto;
	padding-left: 47px;
	background-fill-value: background-image;
	background-image: url(../image/22349afc-f266-47f9-a46e-bc83d8b060ce.png);
	background-repeat: no-repeat;
	background-position: center left
}

#c_static_001-1636703125092 .e_container-58>.p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%
}

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

#c_static_001-1636703125092 .e_text-60 {
	line-height: 1;
	display-radio: 1;
	font_radio: 2;
	font-size: 24px;
	font-weight: bold;
	color: rgba(0, 158, 223, 1)
}

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

#c_static_001-1636703125092 .e_text-61 {
	line-height: 2;
	display-radio: 1;
	font_radio: 2;
	font-size: 14px;
	color: rgba(255, 255, 255, 1);
	padding-left: 35px;
	background-fill-value: background-image;
	background-image: url(../image/ecdd914b-202c-483d-b69b-551eedeec921.png);
	background-repeat: no-repeat;
	background-position: left 4px
}

#c_static_001-1636703125092 .e_container-66 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%;
	display-radio: flex;
	min-height: 0px;
	margin-top: 5px
}

#c_static_001-1636703125092 .e_container-66>.p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%
}

#c_static_001-1636703125092 .e_text-68 {
	line-height: 2;
	display-radio: 1;
	font_radio: 2;
	font-size: 14px;
	color: rgba(255, 255, 255, 1);
	padding-left: 35px;
	background-fill-value: background-image;
	background-image: url(../image/caeddd9e-e256-47b8-8e3f-8bc942ecdab8.png);
	background-repeat: no-repeat;
	background-position: center left
}

#c_static_001-1636703125092 .e_text-69 {
	line-height: 2;
	display-radio: 1;
	font_radio: 2;
	font-size: 14px;
	color: rgba(255, 255, 255, 1);
	padding-left: 35px;
	background-fill-value: background-image;
	background-image: url(../image/b429d7f7-106a-4eb4-8a5f-c91f5e342109.png);
	background-repeat: no-repeat;
	background-position: center left;
	margin-top: 5px
}

#c_static_001-1636703125092 .e_text-70 {
	line-height: 2;
	display-radio: 1;
	font_radio: 2;
	font-size: 14px;
	color: rgba(255, 255, 255, 1);
	padding-left: 35px;
	background-fill-value: background-image;
	background-image: url(../image/25d25f47-96e9-4d3d-b1b0-6ee868ad5018.png);
	background-repeat: no-repeat;
	background-position: center left;
	margin-top: 5px
}

#c_static_001-1636703125092 .e_image-71 {
	overflow: hidden;
	display-radio: 1;
	max-width: 110px;
	margin-left: auto
}

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

#c_static_001-1636703125092 .e_container-66 .cbox-66-0 {
	flex: 0 0 48%
}

#c_static_001-1636703125092 .e_container-66 .cbox-66-1 {
	flex: 0 0 48%;
	margin-left: auto
}

#c_static_001-1636703125092 .e_credible-72 .img1 {
	width: 65px;
	height: 23px
}

#c_static_001-1636703125092 .e_credible-72 .img2 {
	width: 79px;
	height: 28px
}

#c_static_001-1636703125092 .e_credible-72 .img3 {
	width: 92px;
	height: 33px
}

#c_static_001-1636703125092 .e_credible-72 .img4 {
	width: 106px;
	height: 38px
}

#c_static_001-1636703125092 .e_credible-72 .img5 {
	width: 131px;
	height: 47px
}

#c_static_001-1636703125092 .e_container-73 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%;
	display-radio: flex;
	max-width: none;
	margin-left: auto;
	padding-left: 47px;
	background-fill-value: background-image;
	background-image: url(../image/22349afc-f266-47f9-a46e-bc83d8b060ce.png);
	background-repeat: no-repeat;
	background-position: center left
}

#c_static_001-1636703125092 .e_container-73>.p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%
}

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

#c_static_001-1636703125092 .e_text-75 {
	line-height: 1;
	display-radio: 1;
	font_radio: 2;
	font-size: 24px;
	font-weight: bold;
	color: rgba(0, 158, 223, 1)
}

#c_static_001-1636703125092 .e_richText-76 {
	margin-left: 70px;
	max-width: 102.8px
}

@media screen and (max-width:768px) {
	#c_static_001-1636703125092 .e_bottomNav-35 .p_menuItem {
		display: flex;
		justify-content: space-between;
		margin: 0;
		line-height: 50px;
		border-bottom: 1px solid rgba(255, 255, 255, 0.1)
	}

	#c_static_001-1636703125092 .e_bottomNav-35 .p_level1Box ul {
		display: none
	}

	#c_static_001-1636703125092 .e_bottomNav-35 .p_level2Box,
	#c_static_001-1636703125092 .e_bottomNav-35 .p_level3Box {
		padding: 10px 15px;
		margin: 0
	}

	#c_static_001-1636703125092 .e_bottomNav-35 .p_jtIcon {
		align-items: stretch;
		width: auto;
		height: auto;
		max-width: 25px;
		font-size: inherit;
		transition: 0.5s
	}

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

	#c_static_001-1636703125092 .e_container-1 .cbox-1-0 {
		flex: 0 0 100%
	}

	.p_level1Item {
		padding: 0
	}

	#c_static_001-1636703125092 .e_bottomNav-35 .p_menuItem1 {
		background-fill-value: background-image;
		background-image: url(../image/cf621ac6-18e6-4d0b-b216-09c2c9d5368d.png);
		background-repeat: no-repeat;
		background-position: center left;
		padding-left: 15px;
		font-size: 13px;
		color: rgba(255, 255, 255, 0.8);
		line-height: 36px
	}

	#c_static_001-1636703125092 .e_container-1 .cbox-1-1 {
		flex: 0 0 100%;
		margin-top: 1rem
	}

	#c_static_001-1636703125092 .e_richText-49 {
		text-align: center
	}

	#c_static_001-1636703125092 .e_container-1 {
		display: none
	}

	#c_static_001-1636703125092 {
		padding-top: 0
	}
}

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

	#c_static_001-1636703125092 .e_bottomNav-35 .p_level1Item {
		width: calc(100% / 5);
		padding: 0;
		padding-right: 20px
	}

	#c_static_001-1636703125092 .e_bottomNav-35 .p_jtIcon {
		display: none
	}
}

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

#c_banner_015-1644545799656 {
	min-height: 0px;
	display-radio: 1
}

#c_banner_015-1644545799656 .e_bannerA-2 {
	height: auto;
	display-radio: 1;
	background_radio: 1
}

#c_banner_015-1644545799656 .e_bannerA-2 .swiper-container {
	height: inherit
}

#c_banner_015-1644545799656 .e_bannerA-2 .swiper-wrapper {
	height: inherit
}

#c_banner_015-1644545799656 .e_bannerA-2 .swiper-slide {
	height: inherit
}

#c_banner_015-1644545799656 .e_bannerA-2 .p_img {
	width: 100%;
	height: auto;
	background: #000;
	display-radio: 1;
	background-color: #000
}

#c_banner_015-1644545799656 .e_bannerA-2 .p_img img {
	width: 100%;
	height: 100%;
	object-fit: cover
}

#c_banner_015-1644545799656 .e_bannerA-2 .custom-bullet {
	background: #ccc
}

#c_banner_015-1644545799656 .e_bannerA-2 .p_info {
	position: absolute;
	width: 80%;
	color: #fff;
	text-align: left;
	top: 60%;
	left: 50%;
	line-height: 1.6;
	transform: translate(-50%, -50%);
	z-index: 4
}

#c_banner_015-1644545799656 .e_bannerA-2 .p_subtitle {
	line-height: 2;
	padding: 5px 0
}

#c_banner_015-1644545799656 .e_bannerA-2 .swiper-container-vertical {
	height: 400px
}

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

#c_banner_015-1644545799656 .e_bannerA-2 .p_video .videoContent {
	width: 100%;
	height: 100%
}

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

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

#c_banner_015-1644545799656 .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
}

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

#c_banner_015-1644545799656 .e_bannerA-2 .p_videoInfo {
	display: none
}

#c_banner_015-1644545799656 .p_btitle {
	font-size: 28px;
	font-weight: normal;
	line-height: 1.6
}

#c_banner_015-1644545799656 .ad-line {
	height: 2px;
	width: 3%;
	background: #fff;
	margin: 0.8% 0% 0.8% 0%
}

#c_banner_015-1644545799656 .p_summary {
	font-size: 38px;
	font-weight: bold;
	line-height: 1.6
}

#c_banner_015-1644545799656 .swiper-pagination {
	bottom: 20px
}

#c_banner_015-1644545799656 .swiper-pagination-bullet {
	width: 35px;
	height: 5px;
	border-radius: 0;
	background: #fff;
	opacity: 1
}

#c_banner_015-1644545799656 .swiper-pagination-bullet-active {
	background: #2b8fe3
}

@media screen and (max-width:768px) {
	#c_banner_015-1644545799656 .e_bannerA-2 .swiper-slide {
		height: auto
	}

	#c_banner_015-1644545799656 .e_bannerA-2 .p_info {
		top: 49%
	}

	#c_banner_015-1644545799656 .e_bannerA-2 .p_subtitle {
		display: none
	}

	#c_banner_015-1644545799656 .e_bannerA-2 .p_summary {
		font-size: 16px
	}

	#c_banner_015-1644545799656 .e_bannerA-2 .p_img {
		height: 30vh
	}

	#c_banner_015-1644545799656 .p_btitle {
		font-size: 20px
	}
}

#c_static_001-1646296630967 {
	display-radio: 1;
	min-height: 0px;
	padding-top: 5rem;
	padding-bottom: 4rem
}

#c_static_001-1646296630967 .e_container-1 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 94%;
	display-radio: flex;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 0px
}

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

#c_static_001-1646296630967 .e_text-2 {
	line-height: 1;
	display-radio: 1;
	font_radio: 2;
	text-align: center;
	font-size: 36px;
	color: rgba(0, 158, 223, 1);
	width: max-content;
	margin: 0 auto;
	padding: 0 60px;
	position: relative
}

#c_static_001-1646296630967 .e_text-2:before {
	content: "";
	width: 50px;
	height: 2px;
	background: #009edf;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%)
}

#c_static_001-1646296630967 .e_text-2:after {
	content: "";
	width: 50px;
	height: 2px;
	background: #009edf;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%)
}

#c_static_001-1646296630967 .e_text-3 {
	line-height: 1;
	display-radio: 1;
	font_radio: 2;
	font-size: 24px;
	text-align: center;
	color: rgba(199, 200, 200, 1);
	margin-top: 10px;
	font-weight: 100
}

#c_static_001-1646296630967 .e_loop-4 .p_list {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	max-width: 100%
}

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

#c_static_001-1646296630967 .e_loop-4 .p_page {
	text-align: center
}

#c_static_001-1646296630967 .e_loop-4 .p_filter_wrapper {
	width: 100%;
	font-size: 13px
}

#c_static_001-1646296630967 .e_loop-4 .p_kv_wrapper {
	display: flex;
	flex-wrap: nowrap;
	line-height: 40px;
	margin: 15px 0
}

#c_static_001-1646296630967 .e_loop-4 .p_filter_key {
	width: 70px;
	overflow: hidden;
	margin-right: 10px;
	font-weight: bold;
	color: #333333;
	font-size: 12px
}

#c_static_001-1646296630967 .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-1646296630967 .e_loop-4 .p_active .p_fbutton {
	color: #fff;
	background-color: cornflowerblue
}

#c_static_001-1646296630967 .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-1646296630967 .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-1646296630967 .e_loop-4 .multSelect {
	font-size: 13px;
	position: relative
}

#c_static_001-1646296630967 .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-1646296630967 .e_loop-4 .multSelect.is-invalid .inputWrap {
	border-color: #dc3545
}

#c_static_001-1646296630967 .e_loop-4 .multSelect ul {
	padding: 0 5px;
	margin: 0;
	padding-right: 35px
}

#c_static_001-1646296630967 .e_loop-4 .multSelect ul,
li {
	list-style: none
}

#c_static_001-1646296630967 .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-1646296630967 .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-1646296630967 .e_loop-4 .multSelect .multSelect-option>div {
	line-height: 24px;
	cursor: pointer;
	padding: 0 10px
}

#c_static_001-1646296630967 .e_loop-4 .multSelect .multSelect-option>div.selected {
	color: #409eff
}

#c_static_001-1646296630967 .e_loop-4 .multSelect .multSelect-option>div:hover {
	color: #409eff;
	background: #f3f6f9
}

#c_static_001-1646296630967 .e_loop-4 .multSelect .fa-close {
	font-style: normal;
	font-size: 12px;
	padding: 0 5px 0 7px
}

#c_static_001-1646296630967 .e_loop-4 .multSelect .inputWrap>.fa svg {
	fill: #666;
	width: 12px;
	height: 12px;
	position: absolute;
	right: 0;
	top: calc(50% - 3px)
}

#c_static_001-1646296630967 .e_loop-4 .multSelect .inputWrap>.fa-down svg {
	transform: rotate(-90deg)
}

#c_static_001-1646296630967 .e_loop-4 .multSelect .inputWrap>.fa-up svg {
	transform: rotate(90deg)
}

#c_static_001-1646296630967 .e_loop-4 .multSelect .placeholder {
	line-height: 40px;
	padding-left: 10px;
	color: #aaa;
	position: absolute;
	left: 0;
	top: 0
}

#c_static_001-1646296630967 .e_loop-4 .p_normal_start {
	display: inline;
	width: 100px;
	height: 40px
}

#c_static_001-1646296630967 .e_loop-4 .p_date_start {
	display: inline;
	width: 105px;
	height: 40px
}

#c_static_001-1646296630967 .e_loop-4 .p_normal_end {
	display: inline;
	width: 100px;
	height: 40px;
	margin-right: 5px
}

#c_static_001-1646296630967 .e_loop-4 .p_date_end {
	display: inline;
	width: 105px;
	height: 40px;
	margin-right: 5px
}

#c_static_001-1646296630967 .e_loop-4 .p_split {
	margin: 0 5px
}

#c_static_001-1646296630967 .e_loop-4 .p_normal {
	margin-right: 16px
}

#c_static_001-1646296630967 .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-1646296630967 .e_loop-4 .input-check,
#c_static_001-1646296630967 .e_loop-4 .input-radio {
	margin: 0 5px;
	vertical-align: text-top
}

#c_static_001-1646296630967 .e_loop-4 .position-left {
	display: flex
}

#c_static_001-1646296630967 .e_loop-4 .position-right {
	display: flex;
	flex-direction: row-reverse
}

#c_static_001-1646296630967 .e_loop-4 .position-bottom {
	display: flex;
	flex-direction: column-reverse
}

#c_static_001-1646296630967 .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-1646296630967 .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-1646296630967 .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-1646296630967 .e_loop-4 .p_active .p_mbutton::before {
	display: block
}

#c_static_001-1646296630967 .e_loop-4 .p_active .p_mbutton::after {
	display: block
}

#c_static_001-1646296630967 .e_loop-4 .p_input_match {
	width: 100px;
	height: 40px;
	padding: 10px;
	border: 1px solid #ced4da;
	border-radius: 3px
}

#c_static_001-1646296630967 .e_loop-4 .p_filter_result {
	display: inline-block
}

#c_static_001-1646296630967 .e_loop-4 .p_contclear {
	cursor: pointer
}

#c_static_001-1646296630967 .e_loop-4 .swiper-container {
	padding-bottom: 30px
}

#c_static_001-1646296630967 .e_loop-4 {
	display-radio: 1;
	width: 94%;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px
}

#c_static_001-1646296630967 .e_container-5 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 96%;
	display-radio: flex;
	margin-left: auto;
	margin-right: auto;
	max-width: 192px
}

#c_static_001-1646296630967 .e_container-5>.p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%
}

#c_static_001-1646296630967 .e_text-6 {
	line-height: 55px;
	display-radio: 1;
	font_radio: 2;
	text-align: center;
	background-color: rgba(72, 72, 73, 1);
	color: rgba(255, 255, 255, 1);
	font-size: 18px;
	font-weight: bold
}

#c_static_001-1646296630967 .e_text-6:hover {
	background-color: rgba(0, 158, 223, 1)
}

#c_static_001-1646296630967 .e_loop-7 .p_list {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	max-width: 100%
}

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

#c_static_001-1646296630967 .e_loop-7 .p_page {
	text-align: center
}

#c_static_001-1646296630967 .e_loop-7 .p_filter_wrapper {
	width: 100%;
	font-size: 13px
}

#c_static_001-1646296630967 .e_loop-7 .p_kv_wrapper {
	display: flex;
	flex-wrap: nowrap;
	line-height: 40px;
	margin: 15px 0
}

#c_static_001-1646296630967 .e_loop-7 .p_filter_key {
	width: 70px;
	overflow: hidden;
	margin-right: 10px;
	font-weight: bold;
	color: #333333;
	font-size: 12px
}

#c_static_001-1646296630967 .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-1646296630967 .e_loop-7 .p_active .p_fbutton {
	color: #fff;
	background-color: cornflowerblue
}

#c_static_001-1646296630967 .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-1646296630967 .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-1646296630967 .e_loop-7 .multSelect {
	font-size: 13px;
	position: relative
}

#c_static_001-1646296630967 .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-1646296630967 .e_loop-7 .multSelect.is-invalid .inputWrap {
	border-color: #dc3545
}

#c_static_001-1646296630967 .e_loop-7 .multSelect ul {
	padding: 0 5px;
	margin: 0;
	padding-right: 35px
}

#c_static_001-1646296630967 .e_loop-7 .multSelect ul,
li {
	list-style: none
}

#c_static_001-1646296630967 .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-1646296630967 .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-1646296630967 .e_loop-7 .multSelect .multSelect-option>div {
	line-height: 24px;
	cursor: pointer;
	padding: 0 10px
}

#c_static_001-1646296630967 .e_loop-7 .multSelect .multSelect-option>div.selected {
	color: #409eff
}

#c_static_001-1646296630967 .e_loop-7 .multSelect .multSelect-option>div:hover {
	color: #409eff;
	background: #f3f6f9
}

#c_static_001-1646296630967 .e_loop-7 .multSelect .fa-close {
	font-style: normal;
	font-size: 12px;
	padding: 0 5px 0 7px
}

#c_static_001-1646296630967 .e_loop-7 .multSelect .inputWrap>.fa svg {
	fill: #666;
	width: 12px;
	height: 12px;
	position: absolute;
	right: 0;
	top: calc(50% - 3px)
}

#c_static_001-1646296630967 .e_loop-7 .multSelect .inputWrap>.fa-down svg {
	transform: rotate(-90deg)
}

#c_static_001-1646296630967 .e_loop-7 .multSelect .inputWrap>.fa-up svg {
	transform: rotate(90deg)
}

#c_static_001-1646296630967 .e_loop-7 .multSelect .placeholder {
	line-height: 40px;
	padding-left: 10px;
	color: #aaa;
	position: absolute;
	left: 0;
	top: 0
}

#c_static_001-1646296630967 .e_loop-7 .p_normal_start {
	display: inline;
	width: 100px;
	height: 40px
}

#c_static_001-1646296630967 .e_loop-7 .p_date_start {
	display: inline;
	width: 105px;
	height: 40px
}

#c_static_001-1646296630967 .e_loop-7 .p_normal_end {
	display: inline;
	width: 100px;
	height: 40px;
	margin-right: 5px
}

#c_static_001-1646296630967 .e_loop-7 .p_date_end {
	display: inline;
	width: 105px;
	height: 40px;
	margin-right: 5px
}

#c_static_001-1646296630967 .e_loop-7 .p_split {
	margin: 0 5px
}

#c_static_001-1646296630967 .e_loop-7 .p_normal {
	margin-right: 16px
}

#c_static_001-1646296630967 .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-1646296630967 .e_loop-7 .input-check,
#c_static_001-1646296630967 .e_loop-7 .input-radio {
	margin: 0 5px;
	vertical-align: text-top
}

#c_static_001-1646296630967 .e_loop-7 .position-left {
	display: flex
}

#c_static_001-1646296630967 .e_loop-7 .position-right {
	display: flex;
	flex-direction: row-reverse
}

#c_static_001-1646296630967 .e_loop-7 .position-bottom {
	display: flex;
	flex-direction: column-reverse
}

#c_static_001-1646296630967 .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-1646296630967 .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-1646296630967 .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-1646296630967 .e_loop-7 .p_active .p_mbutton::before {
	display: block
}

#c_static_001-1646296630967 .e_loop-7 .p_active .p_mbutton::after {
	display: block
}

#c_static_001-1646296630967 .e_loop-7 .p_input_match {
	width: 100px;
	height: 40px;
	padding: 10px;
	border: 1px solid #ced4da;
	border-radius: 3px
}

#c_static_001-1646296630967 .e_loop-7 .p_filter_result {
	display: inline-block
}

#c_static_001-1646296630967 .e_loop-7 .p_contclear {
	cursor: pointer
}

#c_static_001-1646296630967 .e_loop-7 .swiper-container {
	padding-bottom: 30px
}

#c_static_001-1646296630967 .e_loop-7 {
	display-radio: 1;
	width: 94%;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	min-height: 100px
}

#c_static_001-1646296630967 .e_container-8 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 96%;
	display-radio: flex;
	margin-left: auto;
	margin-right: auto;
	max-width: 283px;
	margin-bottom: 20px;
	border-style: solid;
	border-width: 1px;
	border-color: rgba(229, 229, 229, 1);
	background-color: rgba(229, 229, 229, 1)
}

#c_static_001-1646296630967 .e_container-8>.p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%
}

#c_static_001-1646296630967 .e_image-10 {
	overflow: hidden
}

#c_static_001-1646296630967 .e_image-10 img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	transition: 0.5s all
}

#c_static_001-1646296630967 .e_text-11 {
	line-height: 22px;
	display-radio: -webkit-box;
	font_radio: 2;
	font-size: 14px;
	text-align: center;
	margin-left: auto;
	padding-left: 10px;
	padding-right: 10px;
	max-width: 220px;
	margin-right: auto;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	color: rgba(72, 72, 73, 1);
	margin-top: 8px;
	margin-bottom: 8px
}

#c_static_001-1646296630967 .e_container-8>.p_item:hover img {
	transform: scale(1.1)
}

#c_static_001-1646296630967 .e_container-8>.p_item:hover .e_text-11 {
	color: #009edf
}

@media screen and (max-width:768px) {
	#c_static_001-1646296630967 .e_loop-4 .p_loopitem {
		flex-grow: 0;
		flex-shrink: 0;
		flex-basis: calc(100% / 3);
		margin: 5px 0
	}

	#c_static_001-1646296630967 .e_loop-7 .p_loopitem {
		flex-grow: 0;
		flex-shrink: 0;
		flex-basis: calc(100% / 2)
	}

	#c_static_001-1646296630967 {
		padding-top: 3rem;
		padding-bottom: 3rem;
		display: none
	}

	#c_static_001-1646296630967 .e_text-2 {
		font-size: 28px
	}

	#c_static_001-1646296630967 .e_text-3 {
		font-size: 20px
	}

	#c_static_001-1646296630967 .e_text-6 {
		font-size: 12px
	}
}

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

	#c_static_001-1646296630967 .e_loop-7 .p_loopitem {
		flex-grow: 0;
		flex-shrink: 0;
		flex-basis: calc(100% / 4)
	}

	#c_static_001-1646296630967 {
		display: none
	}
}

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

#c_static_001-16518055766400 {
	display-radio: 1;
	min-height: 0px;
	padding-top: 5rem;
	padding-bottom: 0px
}

#c_static_001-16518055766400 .e_container-1 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 94%;
	display-radio: flex;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 0px
}

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

#c_static_001-16518055766400 .e_text-2 {
	line-height: 1;
	display-radio: 1;
	font_radio: 2;
	text-align: center;
	font-size: 36px;
	color: rgba(0, 158, 223, 1);
	width: max-content;
	margin: 0 auto;
	padding: 0 60px;
	position: relative
}

#c_static_001-16518055766400 .e_text-2:before {
	content: "";
	width: 50px;
	height: 2px;
	background: #009edf;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%)
}

#c_static_001-16518055766400 .e_text-2:after {
	content: "";
	width: 50px;
	height: 2px;
	background: #009edf;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%)
}

#c_static_001-16518055766400 .e_text-3 {
	line-height: 1;
	display-radio: 1;
	font_radio: 2;
	font-size: 24px;
	text-align: center;
	color: rgba(199, 200, 200, 1);
	margin-top: 10px;
	font-weight: 100
}

@media screen and (max-width:768px) {
	#c_static_001-16518055766400 {
		padding-top: 3rem
	}

	#c_static_001-16518055766400 .e_text-2 {
		font-size: 28px
	}

	#c_static_001-16518055766400 .e_text-3 {
		font-size: 20px
	}
}

#c_effect_018-1651805614164 .e_loop-41 .p_list {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	max-width: 100%
}

#c_effect_018-1651805614164 .e_loop-41 .p_list>div {
	width: calc(100% / 6);
	transition: all ease .3s;
	cursor: pointer
}

#c_effect_018-1651805614164 .e_loop-41 .p_list>div:hover {
	background: rgb(245 245 245 / 100%)
}

#c_effect_018-1651805614164 .e_loop-41 .p_list .s_img {
	text-align: center;
	margin-bottom: 15px
}

#c_effect_018-1651805614164 .e_container-61>.p_item .p_list {
	position: relative;
	width: 100%;
	display: flex
}

#c_effect_018-1651805614164 .e_container-61>.p_item .p_list>.p_loopitem>div {
	display: flex;
	justify-content: space-between;
	flex-direction: column
}

#c_effect_018-1651805614164 .e_container-61>.p_item .p_list>.p_loopitem>div>div {
	width: 100%;
	overflow: hidden
}

#c_effect_018-1651805614164 .e_container-61>.p_item .p_list>.p_loopitem>div .s_img {
	overflow: hidden
}

#c_effect_018-1651805614164 .e_container-61>.p_item .p_list>.p_loopitem>div .p_item {
	padding: 0px 0 0 0
}

#c_effect_018-1651805614164 .e_container-61>.p_item .p_list>.p_loopitem>div .s_title {
	font-size: 16px;
	color: #333;
	line-height: 1.4;
	text-align: center;
	margin-top: 10px;
	padding: 0 15px
}

#c_effect_018-1651805614164 .cbox-47-1>div {
	display: flex;
	justify-content: flex-start;
	margin-bottom: 10px
}

#c_effect_018-1651805614164 .cbox-47-1>div>div {
	width: auto;
	display: flex;
	flex-direction: column;
	justify-content: center
}

#c_effect_018-1651805614164 .cbox-47-1>div .s_img img {
	width: 25px;
	height: 25px;
	margin-right: 10px
}

#c_effect_018-1651805614164 .cbox-47-1>div .s_title {
	color: #2986b3;
	line-height: 1;
	font-size: 16px
}

#c_effect_018-1651805614164 .e_container-61 {
	max-width: 1200px;
	width: 94%;
	margin: 0 auto 0px;
	position: relative;
	display-radio: 1
}

#c_effect_018-1651805614164 .e_container-61>.p_item {
	transition: all ease .8s;
	display: none
}

#c_effect_018-1651805614164 .e_container-61 .p_item.cur {
	display: block
}

#c_effect_018-1651805614164 {
	margin-bottom: 0px;
	padding-bottom: 4rem;
	padding-top: 30px;
	display-radio: 1;
	margin-top: 0px
}

#c_effect_018-1651805614164 .e_loop-41 .p_list>div.cur p {
	background-color: rgba(0, 158, 223, 1)
}

#c_effect_018-1651805614164 .e_loop-41 .p_list p:hover {
	background-color: rgba(0, 158, 223, 1)
}

#c_effect_018-1651805614164 .e_text-45 {
	max-width: none;
	display-radio: 1;
	font_radio: 2;
	font-size: 18px;
	color: rgba(255, 255, 255, 1);
	line-height: 55px;
	background-color: rgba(72, 72, 73, 1);
	font-weight: bold;
	text-align: center
}

#c_effect_018-1651805614164 .e_loop-41 {
	display-radio: 1;
	width: 94%;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto
}

#c_effect_018-1651805614164 .e_loop-87 .p_list {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	max-width: 100%
}

#c_effect_018-1651805614164 .e_loop-87 .p_loopitem {
	flex: 0 0 33.3%;
	position: relative
}

#c_effect_018-1651805614164 .e_loop-87 .p_page {
	text-align: center
}

#c_effect_018-1651805614164 .e_loop-87 .p_filter_wrapper {
	width: 100%;
	font-size: 13px
}

#c_effect_018-1651805614164 .e_loop-87 .p_kv_wrapper {
	display: flex;
	flex-wrap: nowrap;
	line-height: 40px;
	margin: 15px 0
}

#c_effect_018-1651805614164 .e_loop-87 .p_filter_key {
	width: 70px;
	overflow: hidden;
	margin-right: 10px;
	font-weight: bold;
	color: #333333;
	font-size: 12px
}

#c_effect_018-1651805614164 .e_loop-87 .p_v_item {
	display: inline-block;
	padding: 0 3px;
	cursor: pointer;
	font-size: 13px;
	color: #555555;
	margin-right: 30px
}

#c_effect_018-1651805614164 .e_loop-87 .p_active .p_fbutton {
	color: #fff;
	background-color: cornflowerblue
}

#c_effect_018-1651805614164 .e_loop-87 .p_result_item {
	position: relative;
	padding: 3px 20px 3px 10px;
	border: 1px solid #ddd;
	border-radius: 3px;
	margin-right: 10px
}

#c_effect_018-1651805614164 .e_loop-87 .p_filter_close {
	position: absolute;
	right: 0;
	top: 0;
	padding: 3px;
	font-style: normal;
	font-size: 16px;
	margin-top: -5px;
	cursor: pointer
}

#c_effect_018-1651805614164 .e_loop-87 .multSelect {
	font-size: 13px;
	position: relative
}

#c_effect_018-1651805614164 .e_loop-87 .multSelect .inputWrap {
	width: 100%;
	min-width: 100px;
	min-height: 24px;
	border: 1px solid #DCDFE6;
	border-radius: 3px;
	position: relative;
	cursor: pointer;
	background: white
}

#c_effect_018-1651805614164 .e_loop-87 .multSelect.is-invalid .inputWrap {
	border-color: #dc3545
}

#c_effect_018-1651805614164 .e_loop-87 .multSelect ul {
	padding: 0 5px;
	margin: 0;
	padding-right: 35px
}

#c_effect_018-1651805614164 .e_loop-87 .multSelect ul,
li {
	list-style: none
}

#c_effect_018-1651805614164 .e_loop-87 .multSelect li {
	display: inline-block;
	background: #edf0f3;
	color: #92969c;
	padding: 0px 5px;
	margin: 1px 5px 1px 0;
	border-radius: 5px;
	line-height: 16px
}

#c_effect_018-1651805614164 .e_loop-87 .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_effect_018-1651805614164 .e_loop-87 .multSelect .multSelect-option>div {
	line-height: 24px;
	cursor: pointer;
	padding: 0 10px
}

#c_effect_018-1651805614164 .e_loop-87 .multSelect .multSelect-option>div.selected {
	color: #409eff
}

#c_effect_018-1651805614164 .e_loop-87 .multSelect .multSelect-option>div:hover {
	color: #409eff;
	background: #f3f6f9
}

#c_effect_018-1651805614164 .e_loop-87 .multSelect .fa-close {
	font-style: normal;
	font-size: 12px;
	padding: 0 5px 0 7px
}

#c_effect_018-1651805614164 .e_loop-87 .multSelect .inputWrap>.fa svg {
	fill: #666;
	width: 12px;
	height: 12px;
	position: absolute;
	right: 0;
	top: calc(50% - 3px)
}

#c_effect_018-1651805614164 .e_loop-87 .multSelect .inputWrap>.fa-down svg {
	transform: rotate(-90deg)
}

#c_effect_018-1651805614164 .e_loop-87 .multSelect .inputWrap>.fa-up svg {
	transform: rotate(90deg)
}

#c_effect_018-1651805614164 .e_loop-87 .multSelect .placeholder {
	line-height: 40px;
	padding-left: 10px;
	color: #aaa;
	position: absolute;
	left: 0;
	top: 0
}

#c_effect_018-1651805614164 .e_loop-87 .p_normal_start {
	display: inline;
	width: 100px;
	height: 40px
}

#c_effect_018-1651805614164 .e_loop-87 .p_date_start {
	display: inline;
	width: 105px;
	height: 40px
}

#c_effect_018-1651805614164 .e_loop-87 .p_normal_end {
	display: inline;
	width: 100px;
	height: 40px;
	margin-right: 5px
}

#c_effect_018-1651805614164 .e_loop-87 .p_date_end {
	display: inline;
	width: 105px;
	height: 40px;
	margin-right: 5px
}

#c_effect_018-1651805614164 .e_loop-87 .p_split {
	margin: 0 5px
}

#c_effect_018-1651805614164 .e_loop-87 .p_normal {
	margin-right: 16px
}

#c_effect_018-1651805614164 .e_loop-87 .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_effect_018-1651805614164 .e_loop-87 .input-check,
#c_effect_018-1651805614164 .e_loop-87 .input-radio {
	margin: 0 5px;
	vertical-align: text-top
}

#c_effect_018-1651805614164 .e_loop-87 .position-left {
	display: flex
}

#c_effect_018-1651805614164 .e_loop-87 .position-right {
	display: flex;
	flex-direction: row-reverse
}

#c_effect_018-1651805614164 .e_loop-87 .position-bottom {
	display: flex;
	flex-direction: column-reverse
}

#c_effect_018-1651805614164 .e_loop-87 .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_effect_018-1651805614164 .e_loop-87 .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_effect_018-1651805614164 .e_loop-87 .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_effect_018-1651805614164 .e_loop-87 .p_active .p_mbutton::before {
	display: block
}

#c_effect_018-1651805614164 .e_loop-87 .p_active .p_mbutton::after {
	display: block
}

#c_effect_018-1651805614164 .e_loop-87 .p_input_match {
	width: 100px;
	height: 40px;
	padding: 10px;
	border: 1px solid #ced4da;
	border-radius: 3px
}

#c_effect_018-1651805614164 .e_loop-87 .p_filter_result {
	display: inline-block
}

#c_effect_018-1651805614164 .e_loop-87 .p_contclear {
	cursor: pointer
}

#c_effect_018-1651805614164 .e_loop-87 .swiper-container {
	padding-bottom: 30px
}

#c_effect_018-1651805614164 .e_loop-87 {
	display-radio: 1;
	width: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	min-height: 100px;
	max-width: none
}

#c_effect_018-1651805614164 .e_container-88 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 96%;
	display-radio: flex;
	margin-left: auto;
	margin-right: auto;
	max-width: 283px;
	margin-bottom: 20px;
	border-style: solid;
	border-width: 1px;
	border-color: rgba(229, 229, 229, 1);
	background-color: rgba(229, 229, 229, 1)
}

#c_effect_018-1651805614164 .e_container-88>.p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%
}

#c_effect_018-1651805614164 .e_container-88>.p_item:hover img {
	transform: scale(1.1)
}

#c_effect_018-1651805614164 .e_container-88>.p_item:hover .e_text-90 {
	color: #009edf
}

#c_effect_018-1651805614164 .e_image-89 {
	overflow: hidden;
	max-width: 281px;
	display-radio: 1
}

#c_effect_018-1651805614164 .e_image-89 img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	transition: 0.5s all
}

#c_effect_018-1651805614164 .e_text-90 {
	line-height: 22px;
	display-radio: -webkit-box;
	font_radio: 2;
	font-size: 14px;
	text-align: center;
	margin-left: auto;
	padding-left: 10px;
	padding-right: 10px;
	max-width: 220px;
	margin-right: auto;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	color: rgba(72, 72, 73, 1);
	margin-top: 8px;
	margin-bottom: 8px
}

#c_effect_018-1651805614164 .e_container-61 .p_item {
	display-radio: 1
}

#c_effect_018-1651805614164 .e_loop-91 .p_list {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	max-width: 100%
}

#c_effect_018-1651805614164 .e_loop-91 .p_loopitem {
	flex: 0 0 33.3%;
	position: relative
}

#c_effect_018-1651805614164 .e_loop-91 .p_page {
	text-align: center
}

#c_effect_018-1651805614164 .e_loop-91 .p_filter_wrapper {
	width: 100%;
	font-size: 13px
}

#c_effect_018-1651805614164 .e_loop-91 .p_kv_wrapper {
	display: flex;
	flex-wrap: nowrap;
	line-height: 40px;
	margin: 15px 0
}

#c_effect_018-1651805614164 .e_loop-91 .p_filter_key {
	width: 70px;
	overflow: hidden;
	margin-right: 10px;
	font-weight: bold;
	color: #333333;
	font-size: 12px
}

#c_effect_018-1651805614164 .e_loop-91 .p_v_item {
	display: inline-block;
	padding: 0 3px;
	cursor: pointer;
	font-size: 13px;
	color: #555555;
	margin-right: 30px
}

#c_effect_018-1651805614164 .e_loop-91 .p_active .p_fbutton {
	color: #fff;
	background-color: cornflowerblue
}

#c_effect_018-1651805614164 .e_loop-91 .p_result_item {
	position: relative;
	padding: 3px 20px 3px 10px;
	border: 1px solid #ddd;
	border-radius: 3px;
	margin-right: 10px
}

#c_effect_018-1651805614164 .e_loop-91 .p_filter_close {
	position: absolute;
	right: 0;
	top: 0;
	padding: 3px;
	font-style: normal;
	font-size: 16px;
	margin-top: -5px;
	cursor: pointer
}

#c_effect_018-1651805614164 .e_loop-91 .multSelect {
	font-size: 13px;
	position: relative
}

#c_effect_018-1651805614164 .e_loop-91 .multSelect .inputWrap {
	width: 100%;
	min-width: 100px;
	min-height: 24px;
	border: 1px solid #DCDFE6;
	border-radius: 3px;
	position: relative;
	cursor: pointer;
	background: white
}

#c_effect_018-1651805614164 .e_loop-91 .multSelect.is-invalid .inputWrap {
	border-color: #dc3545
}

#c_effect_018-1651805614164 .e_loop-91 .multSelect ul {
	padding: 0 5px;
	margin: 0;
	padding-right: 35px
}

#c_effect_018-1651805614164 .e_loop-91 .multSelect ul,
li {
	list-style: none
}

#c_effect_018-1651805614164 .e_loop-91 .multSelect li {
	display: inline-block;
	background: #edf0f3;
	color: #92969c;
	padding: 0px 5px;
	margin: 1px 5px 1px 0;
	border-radius: 5px;
	line-height: 16px
}

#c_effect_018-1651805614164 .e_loop-91 .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_effect_018-1651805614164 .e_loop-91 .multSelect .multSelect-option>div {
	line-height: 24px;
	cursor: pointer;
	padding: 0 10px
}

#c_effect_018-1651805614164 .e_loop-91 .multSelect .multSelect-option>div.selected {
	color: #409eff
}

#c_effect_018-1651805614164 .e_loop-91 .multSelect .multSelect-option>div:hover {
	color: #409eff;
	background: #f3f6f9
}

#c_effect_018-1651805614164 .e_loop-91 .multSelect .fa-close {
	font-style: normal;
	font-size: 12px;
	padding: 0 5px 0 7px
}

#c_effect_018-1651805614164 .e_loop-91 .multSelect .inputWrap>.fa svg {
	fill: #666;
	width: 12px;
	height: 12px;
	position: absolute;
	right: 0;
	top: calc(50% - 3px)
}

#c_effect_018-1651805614164 .e_loop-91 .multSelect .inputWrap>.fa-down svg {
	transform: rotate(-90deg)
}

#c_effect_018-1651805614164 .e_loop-91 .multSelect .inputWrap>.fa-up svg {
	transform: rotate(90deg)
}

#c_effect_018-1651805614164 .e_loop-91 .multSelect .placeholder {
	line-height: 40px;
	padding-left: 10px;
	color: #aaa;
	position: absolute;
	left: 0;
	top: 0
}

#c_effect_018-1651805614164 .e_loop-91 .p_normal_start {
	display: inline;
	width: 100px;
	height: 40px
}

#c_effect_018-1651805614164 .e_loop-91 .p_date_start {
	display: inline;
	width: 105px;
	height: 40px
}

#c_effect_018-1651805614164 .e_loop-91 .p_normal_end {
	display: inline;
	width: 100px;
	height: 40px;
	margin-right: 5px
}

#c_effect_018-1651805614164 .e_loop-91 .p_date_end {
	display: inline;
	width: 105px;
	height: 40px;
	margin-right: 5px
}

#c_effect_018-1651805614164 .e_loop-91 .p_split {
	margin: 0 5px
}

#c_effect_018-1651805614164 .e_loop-91 .p_normal {
	margin-right: 16px
}

#c_effect_018-1651805614164 .e_loop-91 .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_effect_018-1651805614164 .e_loop-91 .input-check,
#c_effect_018-1651805614164 .e_loop-91 .input-radio {
	margin: 0 5px;
	vertical-align: text-top
}

#c_effect_018-1651805614164 .e_loop-91 .position-left {
	display: flex
}

#c_effect_018-1651805614164 .e_loop-91 .position-right {
	display: flex;
	flex-direction: row-reverse
}

#c_effect_018-1651805614164 .e_loop-91 .position-bottom {
	display: flex;
	flex-direction: column-reverse
}

#c_effect_018-1651805614164 .e_loop-91 .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_effect_018-1651805614164 .e_loop-91 .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_effect_018-1651805614164 .e_loop-91 .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_effect_018-1651805614164 .e_loop-91 .p_active .p_mbutton::before {
	display: block
}

#c_effect_018-1651805614164 .e_loop-91 .p_active .p_mbutton::after {
	display: block
}

#c_effect_018-1651805614164 .e_loop-91 .p_input_match {
	width: 100px;
	height: 40px;
	padding: 10px;
	border: 1px solid #ced4da;
	border-radius: 3px
}

#c_effect_018-1651805614164 .e_loop-91 .p_filter_result {
	display: inline-block
}

#c_effect_018-1651805614164 .e_loop-91 .p_contclear {
	cursor: pointer
}

#c_effect_018-1651805614164 .e_loop-91 .swiper-container {
	padding-bottom: 30px
}

#c_effect_018-1651805614164 .e_loop-91 {
	display-radio: 1;
	width: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	min-height: 100px;
	max-width: none
}

#c_effect_018-1651805614164 .e_container-92 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 96%;
	display-radio: flex;
	margin-left: auto;
	margin-right: auto;
	max-width: 283px;
	margin-bottom: 20px;
	border-style: solid;
	border-width: 1px;
	border-color: rgba(229, 229, 229, 1);
	background-color: rgba(229, 229, 229, 1)
}

#c_effect_018-1651805614164 .e_container-92>.p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%
}

#c_effect_018-1651805614164 .e_container-92>.p_item:hover img {
	transform: scale(1.1)
}

#c_effect_018-1651805614164 .e_container-92>.p_item:hover .e_text-94 {
	color: #009edf
}

#c_effect_018-1651805614164 .e_image-93 {
	overflow: hidden
}

#c_effect_018-1651805614164 .e_image-93 img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	transition: 0.5s all
}

#c_effect_018-1651805614164 .e_text-94 {
	line-height: 22px;
	display-radio: -webkit-box;
	font_radio: 2;
	font-size: 14px;
	text-align: center;
	margin-left: auto;
	padding-left: 10px;
	padding-right: 10px;
	max-width: 220px;
	margin-right: auto;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	color: rgba(72, 72, 73, 1);
	margin-top: 8px;
	margin-bottom: 8px
}

#c_effect_018-1651805614164 .e_loop-95 .p_list {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	max-width: 100%
}

#c_effect_018-1651805614164 .e_loop-95 .p_loopitem {
	flex: 0 0 33.3%;
	position: relative
}

#c_effect_018-1651805614164 .e_loop-95 .p_page {
	text-align: center
}

#c_effect_018-1651805614164 .e_loop-95 .p_filter_wrapper {
	width: 100%;
	font-size: 13px
}

#c_effect_018-1651805614164 .e_loop-95 .p_kv_wrapper {
	display: flex;
	flex-wrap: nowrap;
	line-height: 40px;
	margin: 15px 0
}

#c_effect_018-1651805614164 .e_loop-95 .p_filter_key {
	width: 70px;
	overflow: hidden;
	margin-right: 10px;
	font-weight: bold;
	color: #333333;
	font-size: 12px
}

#c_effect_018-1651805614164 .e_loop-95 .p_v_item {
	display: inline-block;
	padding: 0 3px;
	cursor: pointer;
	font-size: 13px;
	color: #555555;
	margin-right: 30px
}

#c_effect_018-1651805614164 .e_loop-95 .p_active .p_fbutton {
	color: #fff;
	background-color: cornflowerblue
}

#c_effect_018-1651805614164 .e_loop-95 .p_result_item {
	position: relative;
	padding: 3px 20px 3px 10px;
	border: 1px solid #ddd;
	border-radius: 3px;
	margin-right: 10px
}

#c_effect_018-1651805614164 .e_loop-95 .p_filter_close {
	position: absolute;
	right: 0;
	top: 0;
	padding: 3px;
	font-style: normal;
	font-size: 16px;
	margin-top: -5px;
	cursor: pointer
}

#c_effect_018-1651805614164 .e_loop-95 .multSelect {
	font-size: 13px;
	position: relative
}

#c_effect_018-1651805614164 .e_loop-95 .multSelect .inputWrap {
	width: 100%;
	min-width: 100px;
	min-height: 24px;
	border: 1px solid #DCDFE6;
	border-radius: 3px;
	position: relative;
	cursor: pointer;
	background: white
}

#c_effect_018-1651805614164 .e_loop-95 .multSelect.is-invalid .inputWrap {
	border-color: #dc3545
}

#c_effect_018-1651805614164 .e_loop-95 .multSelect ul {
	padding: 0 5px;
	margin: 0;
	padding-right: 35px
}

#c_effect_018-1651805614164 .e_loop-95 .multSelect ul,
li {
	list-style: none
}

#c_effect_018-1651805614164 .e_loop-95 .multSelect li {
	display: inline-block;
	background: #edf0f3;
	color: #92969c;
	padding: 0px 5px;
	margin: 1px 5px 1px 0;
	border-radius: 5px;
	line-height: 16px
}

#c_effect_018-1651805614164 .e_loop-95 .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_effect_018-1651805614164 .e_loop-95 .multSelect .multSelect-option>div {
	line-height: 24px;
	cursor: pointer;
	padding: 0 10px
}

#c_effect_018-1651805614164 .e_loop-95 .multSelect .multSelect-option>div.selected {
	color: #409eff
}

#c_effect_018-1651805614164 .e_loop-95 .multSelect .multSelect-option>div:hover {
	color: #409eff;
	background: #f3f6f9
}

#c_effect_018-1651805614164 .e_loop-95 .multSelect .fa-close {
	font-style: normal;
	font-size: 12px;
	padding: 0 5px 0 7px
}

#c_effect_018-1651805614164 .e_loop-95 .multSelect .inputWrap>.fa svg {
	fill: #666;
	width: 12px;
	height: 12px;
	position: absolute;
	right: 0;
	top: calc(50% - 3px)
}

#c_effect_018-1651805614164 .e_loop-95 .multSelect .inputWrap>.fa-down svg {
	transform: rotate(-90deg)
}

#c_effect_018-1651805614164 .e_loop-95 .multSelect .inputWrap>.fa-up svg {
	transform: rotate(90deg)
}

#c_effect_018-1651805614164 .e_loop-95 .multSelect .placeholder {
	line-height: 40px;
	padding-left: 10px;
	color: #aaa;
	position: absolute;
	left: 0;
	top: 0
}

#c_effect_018-1651805614164 .e_loop-95 .p_normal_start {
	display: inline;
	width: 100px;
	height: 40px
}

#c_effect_018-1651805614164 .e_loop-95 .p_date_start {
	display: inline;
	width: 105px;
	height: 40px
}

#c_effect_018-1651805614164 .e_loop-95 .p_normal_end {
	display: inline;
	width: 100px;
	height: 40px;
	margin-right: 5px
}

#c_effect_018-1651805614164 .e_loop-95 .p_date_end {
	display: inline;
	width: 105px;
	height: 40px;
	margin-right: 5px
}

#c_effect_018-1651805614164 .e_loop-95 .p_split {
	margin: 0 5px
}

#c_effect_018-1651805614164 .e_loop-95 .p_normal {
	margin-right: 16px
}

#c_effect_018-1651805614164 .e_loop-95 .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_effect_018-1651805614164 .e_loop-95 .input-check,
#c_effect_018-1651805614164 .e_loop-95 .input-radio {
	margin: 0 5px;
	vertical-align: text-top
}

#c_effect_018-1651805614164 .e_loop-95 .position-left {
	display: flex
}

#c_effect_018-1651805614164 .e_loop-95 .position-right {
	display: flex;
	flex-direction: row-reverse
}

#c_effect_018-1651805614164 .e_loop-95 .position-bottom {
	display: flex;
	flex-direction: column-reverse
}

#c_effect_018-1651805614164 .e_loop-95 .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_effect_018-1651805614164 .e_loop-95 .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_effect_018-1651805614164 .e_loop-95 .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_effect_018-1651805614164 .e_loop-95 .p_active .p_mbutton::before {
	display: block
}

#c_effect_018-1651805614164 .e_loop-95 .p_active .p_mbutton::after {
	display: block
}

#c_effect_018-1651805614164 .e_loop-95 .p_input_match {
	width: 100px;
	height: 40px;
	padding: 10px;
	border: 1px solid #ced4da;
	border-radius: 3px
}

#c_effect_018-1651805614164 .e_loop-95 .p_filter_result {
	display: inline-block
}

#c_effect_018-1651805614164 .e_loop-95 .p_contclear {
	cursor: pointer
}

#c_effect_018-1651805614164 .e_loop-95 .swiper-container {
	padding-bottom: 30px
}

#c_effect_018-1651805614164 .e_loop-95 {
	display-radio: 1;
	width: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	min-height: 100px;
	max-width: none
}

#c_effect_018-1651805614164 .e_container-96 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 96%;
	display-radio: flex;
	margin-left: auto;
	margin-right: auto;
	max-width: 283px;
	margin-bottom: 20px;
	border-style: solid;
	border-width: 1px;
	border-color: rgba(229, 229, 229, 1);
	background-color: rgba(229, 229, 229, 1)
}

#c_effect_018-1651805614164 .e_container-96>.p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%
}

#c_effect_018-1651805614164 .e_container-96>.p_item:hover img {
	transform: scale(1.1)
}

#c_effect_018-1651805614164 .e_container-96>.p_item:hover .e_text-98 {
	color: #009edf
}

#c_effect_018-1651805614164 .e_image-97 {
	overflow: hidden
}

#c_effect_018-1651805614164 .e_image-97 img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	transition: 0.5s all
}

#c_effect_018-1651805614164 .e_text-98 {
	line-height: 22px;
	display-radio: -webkit-box;
	font_radio: 2;
	font-size: 14px;
	text-align: center;
	margin-left: auto;
	padding-left: 10px;
	padding-right: 10px;
	max-width: 220px;
	margin-right: auto;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	color: rgba(72, 72, 73, 1);
	margin-top: 8px;
	margin-bottom: 8px
}

#c_effect_018-1651805614164 .e_loop-99 .p_list {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	max-width: 100%
}

#c_effect_018-1651805614164 .e_loop-99 .p_loopitem {
	flex: 0 0 33.3%;
	position: relative
}

#c_effect_018-1651805614164 .e_loop-99 .p_page {
	text-align: center
}

#c_effect_018-1651805614164 .e_loop-99 .p_filter_wrapper {
	width: 100%;
	font-size: 13px
}

#c_effect_018-1651805614164 .e_loop-99 .p_kv_wrapper {
	display: flex;
	flex-wrap: nowrap;
	line-height: 40px;
	margin: 15px 0
}

#c_effect_018-1651805614164 .e_loop-99 .p_filter_key {
	width: 70px;
	overflow: hidden;
	margin-right: 10px;
	font-weight: bold;
	color: #333333;
	font-size: 12px
}

#c_effect_018-1651805614164 .e_loop-99 .p_v_item {
	display: inline-block;
	padding: 0 3px;
	cursor: pointer;
	font-size: 13px;
	color: #555555;
	margin-right: 30px
}

#c_effect_018-1651805614164 .e_loop-99 .p_active .p_fbutton {
	color: #fff;
	background-color: cornflowerblue
}

#c_effect_018-1651805614164 .e_loop-99 .p_result_item {
	position: relative;
	padding: 3px 20px 3px 10px;
	border: 1px solid #ddd;
	border-radius: 3px;
	margin-right: 10px
}

#c_effect_018-1651805614164 .e_loop-99 .p_filter_close {
	position: absolute;
	right: 0;
	top: 0;
	padding: 3px;
	font-style: normal;
	font-size: 16px;
	margin-top: -5px;
	cursor: pointer
}

#c_effect_018-1651805614164 .e_loop-99 .multSelect {
	font-size: 13px;
	position: relative
}

#c_effect_018-1651805614164 .e_loop-99 .multSelect .inputWrap {
	width: 100%;
	min-width: 100px;
	min-height: 24px;
	border: 1px solid #DCDFE6;
	border-radius: 3px;
	position: relative;
	cursor: pointer;
	background: white
}

#c_effect_018-1651805614164 .e_loop-99 .multSelect.is-invalid .inputWrap {
	border-color: #dc3545
}

#c_effect_018-1651805614164 .e_loop-99 .multSelect ul {
	padding: 0 5px;
	margin: 0;
	padding-right: 35px
}

#c_effect_018-1651805614164 .e_loop-99 .multSelect ul,
li {
	list-style: none
}

#c_effect_018-1651805614164 .e_loop-99 .multSelect li {
	display: inline-block;
	background: #edf0f3;
	color: #92969c;
	padding: 0px 5px;
	margin: 1px 5px 1px 0;
	border-radius: 5px;
	line-height: 16px
}

#c_effect_018-1651805614164 .e_loop-99 .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_effect_018-1651805614164 .e_loop-99 .multSelect .multSelect-option>div {
	line-height: 24px;
	cursor: pointer;
	padding: 0 10px
}

#c_effect_018-1651805614164 .e_loop-99 .multSelect .multSelect-option>div.selected {
	color: #409eff
}

#c_effect_018-1651805614164 .e_loop-99 .multSelect .multSelect-option>div:hover {
	color: #409eff;
	background: #f3f6f9
}

#c_effect_018-1651805614164 .e_loop-99 .multSelect .fa-close {
	font-style: normal;
	font-size: 12px;
	padding: 0 5px 0 7px
}

#c_effect_018-1651805614164 .e_loop-99 .multSelect .inputWrap>.fa svg {
	fill: #666;
	width: 12px;
	height: 12px;
	position: absolute;
	right: 0;
	top: calc(50% - 3px)
}

#c_effect_018-1651805614164 .e_loop-99 .multSelect .inputWrap>.fa-down svg {
	transform: rotate(-90deg)
}

#c_effect_018-1651805614164 .e_loop-99 .multSelect .inputWrap>.fa-up svg {
	transform: rotate(90deg)
}

#c_effect_018-1651805614164 .e_loop-99 .multSelect .placeholder {
	line-height: 40px;
	padding-left: 10px;
	color: #aaa;
	position: absolute;
	left: 0;
	top: 0
}

#c_effect_018-1651805614164 .e_loop-99 .p_normal_start {
	display: inline;
	width: 100px;
	height: 40px
}

#c_effect_018-1651805614164 .e_loop-99 .p_date_start {
	display: inline;
	width: 105px;
	height: 40px
}

#c_effect_018-1651805614164 .e_loop-99 .p_normal_end {
	display: inline;
	width: 100px;
	height: 40px;
	margin-right: 5px
}

#c_effect_018-1651805614164 .e_loop-99 .p_date_end {
	display: inline;
	width: 105px;
	height: 40px;
	margin-right: 5px
}

#c_effect_018-1651805614164 .e_loop-99 .p_split {
	margin: 0 5px
}

#c_effect_018-1651805614164 .e_loop-99 .p_normal {
	margin-right: 16px
}

#c_effect_018-1651805614164 .e_loop-99 .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_effect_018-1651805614164 .e_loop-99 .input-check,
#c_effect_018-1651805614164 .e_loop-99 .input-radio {
	margin: 0 5px;
	vertical-align: text-top
}

#c_effect_018-1651805614164 .e_loop-99 .position-left {
	display: flex
}

#c_effect_018-1651805614164 .e_loop-99 .position-right {
	display: flex;
	flex-direction: row-reverse
}

#c_effect_018-1651805614164 .e_loop-99 .position-bottom {
	display: flex;
	flex-direction: column-reverse
}

#c_effect_018-1651805614164 .e_loop-99 .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_effect_018-1651805614164 .e_loop-99 .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_effect_018-1651805614164 .e_loop-99 .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_effect_018-1651805614164 .e_loop-99 .p_active .p_mbutton::before {
	display: block
}

#c_effect_018-1651805614164 .e_loop-99 .p_active .p_mbutton::after {
	display: block
}

#c_effect_018-1651805614164 .e_loop-99 .p_input_match {
	width: 100px;
	height: 40px;
	padding: 10px;
	border: 1px solid #ced4da;
	border-radius: 3px
}

#c_effect_018-1651805614164 .e_loop-99 .p_filter_result {
	display: inline-block
}

#c_effect_018-1651805614164 .e_loop-99 .p_contclear {
	cursor: pointer
}

#c_effect_018-1651805614164 .e_loop-99 .swiper-container {
	padding-bottom: 30px
}

#c_effect_018-1651805614164 .e_loop-99 {
	display-radio: 1;
	width: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	min-height: 100px;
	max-width: none
}

#c_effect_018-1651805614164 .e_container-100 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 96%;
	display-radio: flex;
	margin-left: auto;
	margin-right: auto;
	max-width: 283px;
	margin-bottom: 20px;
	border-style: solid;
	border-width: 1px;
	border-color: rgba(229, 229, 229, 1);
	background-color: rgba(229, 229, 229, 1)
}

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

#c_effect_018-1651805614164 .e_container-100>.p_item:hover img {
	transform: scale(1.1)
}

#c_effect_018-1651805614164 .e_container-100>.p_item:hover .e_text-102 {
	color: #009edf
}

#c_effect_018-1651805614164 .e_image-101 {
	overflow: hidden
}

#c_effect_018-1651805614164 .e_image-101 img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	transition: 0.5s all
}

#c_effect_018-1651805614164 .e_text-102 {
	line-height: 22px;
	display-radio: -webkit-box;
	font_radio: 2;
	font-size: 14px;
	text-align: center;
	margin-left: auto;
	padding-left: 10px;
	padding-right: 10px;
	max-width: 220px;
	margin-right: auto;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	color: rgba(72, 72, 73, 1);
	margin-top: 8px;
	margin-bottom: 8px
}

#c_effect_018-1651805614164 .e_loop-103 .p_list {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	max-width: 100%
}

#c_effect_018-1651805614164 .e_loop-103 .p_loopitem {
	flex: 0 0 33.3%;
	position: relative
}

#c_effect_018-1651805614164 .e_loop-103 .p_page {
	text-align: center
}

#c_effect_018-1651805614164 .e_loop-103 .p_filter_wrapper {
	width: 100%;
	font-size: 13px
}

#c_effect_018-1651805614164 .e_loop-103 .p_kv_wrapper {
	display: flex;
	flex-wrap: nowrap;
	line-height: 40px;
	margin: 15px 0
}

#c_effect_018-1651805614164 .e_loop-103 .p_filter_key {
	width: 70px;
	overflow: hidden;
	margin-right: 10px;
	font-weight: bold;
	color: #333333;
	font-size: 12px
}

#c_effect_018-1651805614164 .e_loop-103 .p_v_item {
	display: inline-block;
	padding: 0 3px;
	cursor: pointer;
	font-size: 13px;
	color: #555555;
	margin-right: 30px
}

#c_effect_018-1651805614164 .e_loop-103 .p_active .p_fbutton {
	color: #fff;
	background-color: cornflowerblue
}

#c_effect_018-1651805614164 .e_loop-103 .p_result_item {
	position: relative;
	padding: 3px 20px 3px 10px;
	border: 1px solid #ddd;
	border-radius: 3px;
	margin-right: 10px
}

#c_effect_018-1651805614164 .e_loop-103 .p_filter_close {
	position: absolute;
	right: 0;
	top: 0;
	padding: 3px;
	font-style: normal;
	font-size: 16px;
	margin-top: -5px;
	cursor: pointer
}

#c_effect_018-1651805614164 .e_loop-103 .multSelect {
	font-size: 13px;
	position: relative
}

#c_effect_018-1651805614164 .e_loop-103 .multSelect .inputWrap {
	width: 100%;
	min-width: 100px;
	min-height: 24px;
	border: 1px solid #DCDFE6;
	border-radius: 3px;
	position: relative;
	cursor: pointer;
	background: white
}

#c_effect_018-1651805614164 .e_loop-103 .multSelect.is-invalid .inputWrap {
	border-color: #dc3545
}

#c_effect_018-1651805614164 .e_loop-103 .multSelect ul {
	padding: 0 5px;
	margin: 0;
	padding-right: 35px
}

#c_effect_018-1651805614164 .e_loop-103 .multSelect ul,
li {
	list-style: none
}

#c_effect_018-1651805614164 .e_loop-103 .multSelect li {
	display: inline-block;
	background: #edf0f3;
	color: #92969c;
	padding: 0px 5px;
	margin: 1px 5px 1px 0;
	border-radius: 5px;
	line-height: 16px
}

#c_effect_018-1651805614164 .e_loop-103 .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_effect_018-1651805614164 .e_loop-103 .multSelect .multSelect-option>div {
	line-height: 24px;
	cursor: pointer;
	padding: 0 10px
}

#c_effect_018-1651805614164 .e_loop-103 .multSelect .multSelect-option>div.selected {
	color: #409eff
}

#c_effect_018-1651805614164 .e_loop-103 .multSelect .multSelect-option>div:hover {
	color: #409eff;
	background: #f3f6f9
}

#c_effect_018-1651805614164 .e_loop-103 .multSelect .fa-close {
	font-style: normal;
	font-size: 12px;
	padding: 0 5px 0 7px
}

#c_effect_018-1651805614164 .e_loop-103 .multSelect .inputWrap>.fa svg {
	fill: #666;
	width: 12px;
	height: 12px;
	position: absolute;
	right: 0;
	top: calc(50% - 3px)
}

#c_effect_018-1651805614164 .e_loop-103 .multSelect .inputWrap>.fa-down svg {
	transform: rotate(-90deg)
}

#c_effect_018-1651805614164 .e_loop-103 .multSelect .inputWrap>.fa-up svg {
	transform: rotate(90deg)
}

#c_effect_018-1651805614164 .e_loop-103 .multSelect .placeholder {
	line-height: 40px;
	padding-left: 10px;
	color: #aaa;
	position: absolute;
	left: 0;
	top: 0
}

#c_effect_018-1651805614164 .e_loop-103 .p_normal_start {
	display: inline;
	width: 100px;
	height: 40px
}

#c_effect_018-1651805614164 .e_loop-103 .p_date_start {
	display: inline;
	width: 105px;
	height: 40px
}

#c_effect_018-1651805614164 .e_loop-103 .p_normal_end {
	display: inline;
	width: 100px;
	height: 40px;
	margin-right: 5px
}

#c_effect_018-1651805614164 .e_loop-103 .p_date_end {
	display: inline;
	width: 105px;
	height: 40px;
	margin-right: 5px
}

#c_effect_018-1651805614164 .e_loop-103 .p_split {
	margin: 0 5px
}

#c_effect_018-1651805614164 .e_loop-103 .p_normal {
	margin-right: 16px
}

#c_effect_018-1651805614164 .e_loop-103 .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_effect_018-1651805614164 .e_loop-103 .input-check,
#c_effect_018-1651805614164 .e_loop-103 .input-radio {
	margin: 0 5px;
	vertical-align: text-top
}

#c_effect_018-1651805614164 .e_loop-103 .position-left {
	display: flex
}

#c_effect_018-1651805614164 .e_loop-103 .position-right {
	display: flex;
	flex-direction: row-reverse
}

#c_effect_018-1651805614164 .e_loop-103 .position-bottom {
	display: flex;
	flex-direction: column-reverse
}

#c_effect_018-1651805614164 .e_loop-103 .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_effect_018-1651805614164 .e_loop-103 .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_effect_018-1651805614164 .e_loop-103 .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_effect_018-1651805614164 .e_loop-103 .p_active .p_mbutton::before {
	display: block
}

#c_effect_018-1651805614164 .e_loop-103 .p_active .p_mbutton::after {
	display: block
}

#c_effect_018-1651805614164 .e_loop-103 .p_input_match {
	width: 100px;
	height: 40px;
	padding: 10px;
	border: 1px solid #ced4da;
	border-radius: 3px
}

#c_effect_018-1651805614164 .e_loop-103 .p_filter_result {
	display: inline-block
}

#c_effect_018-1651805614164 .e_loop-103 .p_contclear {
	cursor: pointer
}

#c_effect_018-1651805614164 .e_loop-103 .swiper-container {
	padding-bottom: 30px
}

#c_effect_018-1651805614164 .e_loop-103 {
	display-radio: 1;
	width: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	min-height: 100px;
	max-width: none
}

#c_effect_018-1651805614164 .e_container-104 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 96%;
	display-radio: flex;
	margin-left: auto;
	margin-right: auto;
	max-width: 283px;
	margin-bottom: 20px;
	border-style: solid;
	border-width: 1px;
	border-color: rgba(229, 229, 229, 1);
	background-color: rgba(229, 229, 229, 1)
}

#c_effect_018-1651805614164 .e_container-104>.p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%
}

#c_effect_018-1651805614164 .e_container-104>.p_item:hover img {
	transform: scale(1.1)
}

#c_effect_018-1651805614164 .e_container-104>.p_item:hover .e_text-106 {
	color: #009edf
}

#c_effect_018-1651805614164 .e_image-105 {
	overflow: hidden
}

#c_effect_018-1651805614164 .e_image-105 img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	transition: 0.5s all
}

#c_effect_018-1651805614164 .e_text-106 {
	line-height: 22px;
	display-radio: -webkit-box;
	font_radio: 2;
	font-size: 14px;
	text-align: center;
	margin-left: auto;
	padding-left: 10px;
	padding-right: 10px;
	max-width: 220px;
	margin-right: auto;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	color: rgba(72, 72, 73, 1);
	margin-top: 8px;
	margin-bottom: 8px
}

#c_effect_018-1651805614164 .e_loop-107 .p_list {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	max-width: 100%
}

#c_effect_018-1651805614164 .e_loop-107 .p_loopitem {
	flex: 0 0 33.3%;
	position: relative
}

#c_effect_018-1651805614164 .e_loop-107 .p_page {
	text-align: center
}

#c_effect_018-1651805614164 .e_loop-107 .p_filter_wrapper {
	width: 100%;
	font-size: 13px
}

#c_effect_018-1651805614164 .e_loop-107 .p_kv_wrapper {
	display: flex;
	flex-wrap: nowrap;
	line-height: 40px;
	margin: 15px 0
}

#c_effect_018-1651805614164 .e_loop-107 .p_filter_key {
	width: 70px;
	overflow: hidden;
	margin-right: 10px;
	font-weight: bold;
	color: #333333;
	font-size: 12px
}

#c_effect_018-1651805614164 .e_loop-107 .p_v_item {
	display: inline-block;
	padding: 0 3px;
	cursor: pointer;
	font-size: 13px;
	color: #555555;
	margin-right: 30px
}

#c_effect_018-1651805614164 .e_loop-107 .p_active .p_fbutton {
	color: #fff;
	background-color: cornflowerblue
}

#c_effect_018-1651805614164 .e_loop-107 .p_result_item {
	position: relative;
	padding: 3px 20px 3px 10px;
	border: 1px solid #ddd;
	border-radius: 3px;
	margin-right: 10px
}

#c_effect_018-1651805614164 .e_loop-107 .p_filter_close {
	position: absolute;
	right: 0;
	top: 0;
	padding: 3px;
	font-style: normal;
	font-size: 16px;
	margin-top: -5px;
	cursor: pointer
}

#c_effect_018-1651805614164 .e_loop-107 .multSelect {
	font-size: 13px;
	position: relative
}

#c_effect_018-1651805614164 .e_loop-107 .multSelect .inputWrap {
	width: 100%;
	min-width: 100px;
	min-height: 24px;
	border: 1px solid #DCDFE6;
	border-radius: 3px;
	position: relative;
	cursor: pointer;
	background: white
}

#c_effect_018-1651805614164 .e_loop-107 .multSelect.is-invalid .inputWrap {
	border-color: #dc3545
}

#c_effect_018-1651805614164 .e_loop-107 .multSelect ul {
	padding: 0 5px;
	margin: 0;
	padding-right: 35px
}

#c_effect_018-1651805614164 .e_loop-107 .multSelect ul,
li {
	list-style: none
}

#c_effect_018-1651805614164 .e_loop-107 .multSelect li {
	display: inline-block;
	background: #edf0f3;
	color: #92969c;
	padding: 0px 5px;
	margin: 1px 5px 1px 0;
	border-radius: 5px;
	line-height: 16px
}

#c_effect_018-1651805614164 .e_loop-107 .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_effect_018-1651805614164 .e_loop-107 .multSelect .multSelect-option>div {
	line-height: 24px;
	cursor: pointer;
	padding: 0 10px
}

#c_effect_018-1651805614164 .e_loop-107 .multSelect .multSelect-option>div.selected {
	color: #409eff
}

#c_effect_018-1651805614164 .e_loop-107 .multSelect .multSelect-option>div:hover {
	color: #409eff;
	background: #f3f6f9
}

#c_effect_018-1651805614164 .e_loop-107 .multSelect .fa-close {
	font-style: normal;
	font-size: 12px;
	padding: 0 5px 0 7px
}

#c_effect_018-1651805614164 .e_loop-107 .multSelect .inputWrap>.fa svg {
	fill: #666;
	width: 12px;
	height: 12px;
	position: absolute;
	right: 0;
	top: calc(50% - 3px)
}

#c_effect_018-1651805614164 .e_loop-107 .multSelect .inputWrap>.fa-down svg {
	transform: rotate(-90deg)
}

#c_effect_018-1651805614164 .e_loop-107 .multSelect .inputWrap>.fa-up svg {
	transform: rotate(90deg)
}

#c_effect_018-1651805614164 .e_loop-107 .multSelect .placeholder {
	line-height: 40px;
	padding-left: 10px;
	color: #aaa;
	position: absolute;
	left: 0;
	top: 0
}

#c_effect_018-1651805614164 .e_loop-107 .p_normal_start {
	display: inline;
	width: 100px;
	height: 40px
}

#c_effect_018-1651805614164 .e_loop-107 .p_date_start {
	display: inline;
	width: 105px;
	height: 40px
}

#c_effect_018-1651805614164 .e_loop-107 .p_normal_end {
	display: inline;
	width: 100px;
	height: 40px;
	margin-right: 5px
}

#c_effect_018-1651805614164 .e_loop-107 .p_date_end {
	display: inline;
	width: 105px;
	height: 40px;
	margin-right: 5px
}

#c_effect_018-1651805614164 .e_loop-107 .p_split {
	margin: 0 5px
}

#c_effect_018-1651805614164 .e_loop-107 .p_normal {
	margin-right: 16px
}

#c_effect_018-1651805614164 .e_loop-107 .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_effect_018-1651805614164 .e_loop-107 .input-check,
#c_effect_018-1651805614164 .e_loop-107 .input-radio {
	margin: 0 5px;
	vertical-align: text-top
}

#c_effect_018-1651805614164 .e_loop-107 .position-left {
	display: flex
}

#c_effect_018-1651805614164 .e_loop-107 .position-right {
	display: flex;
	flex-direction: row-reverse
}

#c_effect_018-1651805614164 .e_loop-107 .position-bottom {
	display: flex;
	flex-direction: column-reverse
}

#c_effect_018-1651805614164 .e_loop-107 .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_effect_018-1651805614164 .e_loop-107 .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_effect_018-1651805614164 .e_loop-107 .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_effect_018-1651805614164 .e_loop-107 .p_active .p_mbutton::before {
	display: block
}

#c_effect_018-1651805614164 .e_loop-107 .p_active .p_mbutton::after {
	display: block
}

#c_effect_018-1651805614164 .e_loop-107 .p_input_match {
	width: 100px;
	height: 40px;
	padding: 10px;
	border: 1px solid #ced4da;
	border-radius: 3px
}

#c_effect_018-1651805614164 .e_loop-107 .p_filter_result {
	display: inline-block
}

#c_effect_018-1651805614164 .e_loop-107 .p_contclear {
	cursor: pointer
}

#c_effect_018-1651805614164 .e_loop-107 .swiper-container {
	padding-bottom: 30px
}

#c_effect_018-1651805614164 .e_loop-107 {
	display-radio: 1;
	width: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	min-height: 100px;
	max-width: none
}

#c_effect_018-1651805614164 .e_container-108 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 96%;
	display-radio: flex;
	margin-left: auto;
	margin-right: auto;
	max-width: 283px;
	margin-bottom: 20px;
	border-style: solid;
	border-width: 1px;
	border-color: rgba(229, 229, 229, 1);
	background-color: rgba(229, 229, 229, 1)
}

#c_effect_018-1651805614164 .e_container-108>.p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%
}

#c_effect_018-1651805614164 .e_container-108>.p_item:hover img {
	transform: scale(1.1)
}

#c_effect_018-1651805614164 .e_container-108>.p_item:hover .e_text-110 {
	color: #009edf
}

#c_effect_018-1651805614164 .e_image-109 {
	overflow: hidden;
	display-radio: 1
}

#c_effect_018-1651805614164 .e_image-109 img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	transition: 0.5s all
}

#c_effect_018-1651805614164 .e_text-110 {
	line-height: 22px;
	display-radio: -webkit-box;
	font_radio: 2;
	font-size: 14px;
	text-align: center;
	margin-left: auto;
	padding-left: 10px;
	padding-right: 10px;
	max-width: 220px;
	margin-right: auto;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	color: rgba(72, 72, 73, 1);
	margin-top: 8px;
	margin-bottom: 8px
}

#c_effect_018-1651805614164 .e_container-43 {
	display-radio: 1;
	width: 96%;
	max-width: 192px;
	margin-left: auto
}

#c_effect_018-1651805614164 .e_button-111 {
	display: block;
	position: relative;
	overflow: hidden;
	text-align: center;
	box-sizing: border-box;
	width: 150px;
	padding: 8px;
	background_radio: 2;
	border_radio: 2;
	font_radio: 2;
	radius_radio: 1;
	background-color: rgba(255, 255, 255, 0);
	font-size: 14px;
	font-family: Microsoft YaHei;
	border-style: solid;
	border-width: 1px;
	border-color: rgba(0, 158, 223, 1);
	margin-top: 20px;
	display-radio: block;
	margin-left: auto;
	margin-right: auto
}

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

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

#c_effect_018-1651805614164 .e_button-111:hover::after {
	opacity: 1
}

#c_effect_018-1651805614164 .e_button-111:hover {
	background-color: rgba(0, 158, 223, 1);
	color: rgba(255, 255, 255, 1);
	border-style: solid;
	border-color: rgba(0, 158, 223, 1);
	border-width: 1px
}

#c_effect_018-1651805614164 .e_loop-112 .p_list {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	max-width: 100%
}

#c_effect_018-1651805614164 .e_loop-112 .p_loopitem {
	flex: 0 0 33.3%;
	position: relative
}

#c_effect_018-1651805614164 .e_loop-112 .p_page {
	text-align: center
}

#c_effect_018-1651805614164 .e_loop-112 .p_filter_wrapper {
	width: 100%;
	font-size: 13px
}

#c_effect_018-1651805614164 .e_loop-112 .p_kv_wrapper {
	display: flex;
	flex-wrap: nowrap;
	line-height: 40px;
	margin: 15px 0
}

#c_effect_018-1651805614164 .e_loop-112 .p_filter_key {
	width: 70px;
	overflow: hidden;
	margin-right: 10px;
	font-weight: bold;
	color: #333333;
	font-size: 12px
}

#c_effect_018-1651805614164 .e_loop-112 .p_v_item {
	display: inline-block;
	padding: 0 3px;
	cursor: pointer;
	font-size: 13px;
	color: #555555;
	margin-right: 30px
}

#c_effect_018-1651805614164 .e_loop-112 .p_active .p_fbutton {
	color: #fff;
	background-color: cornflowerblue
}

#c_effect_018-1651805614164 .e_loop-112 .p_result_item {
	position: relative;
	padding: 3px 20px 3px 10px;
	border: 1px solid #ddd;
	border-radius: 3px;
	margin-right: 10px
}

#c_effect_018-1651805614164 .e_loop-112 .p_filter_close {
	position: absolute;
	right: 0;
	top: 0;
	padding: 3px;
	font-style: normal;
	font-size: 16px;
	margin-top: -5px;
	cursor: pointer
}

#c_effect_018-1651805614164 .e_loop-112 .multSelect {
	font-size: 13px;
	position: relative
}

#c_effect_018-1651805614164 .e_loop-112 .multSelect .inputWrap {
	width: 100%;
	min-width: 100px;
	min-height: 24px;
	border: 1px solid #DCDFE6;
	border-radius: 3px;
	position: relative;
	cursor: pointer;
	background: white
}

#c_effect_018-1651805614164 .e_loop-112 .multSelect.is-invalid .inputWrap {
	border-color: #dc3545
}

#c_effect_018-1651805614164 .e_loop-112 .multSelect ul {
	padding: 0 5px;
	margin: 0;
	padding-right: 35px
}

#c_effect_018-1651805614164 .e_loop-112 .multSelect ul,
li {
	list-style: none
}

#c_effect_018-1651805614164 .e_loop-112 .multSelect li {
	display: inline-block;
	background: #edf0f3;
	color: #92969c;
	padding: 0px 5px;
	margin: 1px 5px 1px 0;
	border-radius: 5px;
	line-height: 16px
}

#c_effect_018-1651805614164 .e_loop-112 .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_effect_018-1651805614164 .e_loop-112 .multSelect .multSelect-option>div {
	line-height: 24px;
	cursor: pointer;
	padding: 0 10px
}

#c_effect_018-1651805614164 .e_loop-112 .multSelect .multSelect-option>div.selected {
	color: #409eff
}

#c_effect_018-1651805614164 .e_loop-112 .multSelect .multSelect-option>div:hover {
	color: #409eff;
	background: #f3f6f9
}

#c_effect_018-1651805614164 .e_loop-112 .multSelect .fa-close {
	font-style: normal;
	font-size: 12px;
	padding: 0 5px 0 7px
}

#c_effect_018-1651805614164 .e_loop-112 .multSelect .inputWrap>.fa svg {
	fill: #666;
	width: 12px;
	height: 12px;
	position: absolute;
	right: 0;
	top: calc(50% - 3px)
}

#c_effect_018-1651805614164 .e_loop-112 .multSelect .inputWrap>.fa-down svg {
	transform: rotate(-90deg)
}

#c_effect_018-1651805614164 .e_loop-112 .multSelect .inputWrap>.fa-up svg {
	transform: rotate(90deg)
}

#c_effect_018-1651805614164 .e_loop-112 .multSelect .placeholder {
	line-height: 40px;
	padding-left: 10px;
	color: #aaa;
	position: absolute;
	left: 0;
	top: 0
}

#c_effect_018-1651805614164 .e_loop-112 .p_normal_start {
	display: inline;
	width: 100px;
	height: 40px
}

#c_effect_018-1651805614164 .e_loop-112 .p_date_start {
	display: inline;
	width: 105px;
	height: 40px
}

#c_effect_018-1651805614164 .e_loop-112 .p_normal_end {
	display: inline;
	width: 100px;
	height: 40px;
	margin-right: 5px
}

#c_effect_018-1651805614164 .e_loop-112 .p_date_end {
	display: inline;
	width: 105px;
	height: 40px;
	margin-right: 5px
}

#c_effect_018-1651805614164 .e_loop-112 .p_split {
	margin: 0 5px
}

#c_effect_018-1651805614164 .e_loop-112 .p_normal {
	margin-right: 16px
}

#c_effect_018-1651805614164 .e_loop-112 .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_effect_018-1651805614164 .e_loop-112 .input-check,
#c_effect_018-1651805614164 .e_loop-112 .input-radio {
	margin: 0 5px;
	vertical-align: text-top
}

#c_effect_018-1651805614164 .e_loop-112 .position-left {
	display: flex
}

#c_effect_018-1651805614164 .e_loop-112 .position-right {
	display: flex;
	flex-direction: row-reverse
}

#c_effect_018-1651805614164 .e_loop-112 .position-bottom {
	display: flex;
	flex-direction: column-reverse
}

#c_effect_018-1651805614164 .e_loop-112 .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_effect_018-1651805614164 .e_loop-112 .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_effect_018-1651805614164 .e_loop-112 .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_effect_018-1651805614164 .e_loop-112 .p_active .p_mbutton::before {
	display: block
}

#c_effect_018-1651805614164 .e_loop-112 .p_active .p_mbutton::after {
	display: block
}

#c_effect_018-1651805614164 .e_loop-112 .p_input_match {
	width: 100px;
	height: 40px;
	padding: 10px;
	border: 1px solid #ced4da;
	border-radius: 3px
}

#c_effect_018-1651805614164 .e_loop-112 .p_filter_result {
	display: inline-block
}

#c_effect_018-1651805614164 .e_loop-112 .p_contclear {
	cursor: pointer
}

#c_effect_018-1651805614164 .e_loop-112 .swiper-container {
	padding-bottom: 30px
}

#c_effect_018-1651805614164 .e_loop-112 {
	display-radio: 1;
	width: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	min-height: 100px;
	max-width: none
}

#c_effect_018-1651805614164 .e_container-113 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 96%;
	display-radio: flex;
	margin-left: auto;
	margin-right: auto;
	max-width: 283px;
	margin-bottom: 20px;
	border-style: solid;
	border-width: 1px;
	border-color: rgba(229, 229, 229, 1);
	background-color: rgba(229, 229, 229, 1)
}

#c_effect_018-1651805614164 .e_container-113>.p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%
}

#c_effect_018-1651805614164 .e_container-113>.p_item:hover img {
	transform: scale(1.1)
}

#c_effect_018-1651805614164 .e_container-113>.p_item:hover .e_text-115 {
	color: #009edf
}

#c_effect_018-1651805614164 .e_image-114 {
	overflow: hidden;
	display-radio: 1
}

#c_effect_018-1651805614164 .e_image-114 img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	transition: 0.5s all
}

#c_effect_018-1651805614164 .e_text-115 {
	line-height: 22px;
	display-radio: -webkit-box;
	font_radio: 2;
	font-size: 14px;
	text-align: center;
	margin-left: auto;
	padding-left: 10px;
	padding-right: 10px;
	max-width: 220px;
	margin-right: auto;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	color: rgba(72, 72, 73, 1);
	margin-top: 8px;
	margin-bottom: 8px
}

#c_effect_018-1651805614164 .e_loop-116 .p_list {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	max-width: 100%
}

#c_effect_018-1651805614164 .e_loop-116 .p_loopitem {
	flex: 0 0 33.3%;
	position: relative
}

#c_effect_018-1651805614164 .e_loop-116 .p_page {
	text-align: center
}

#c_effect_018-1651805614164 .e_loop-116 .p_filter_wrapper {
	width: 100%;
	font-size: 13px
}

#c_effect_018-1651805614164 .e_loop-116 .p_kv_wrapper {
	display: flex;
	flex-wrap: nowrap;
	line-height: 40px;
	margin: 15px 0
}

#c_effect_018-1651805614164 .e_loop-116 .p_filter_key {
	width: 70px;
	overflow: hidden;
	margin-right: 10px;
	font-weight: bold;
	color: #333333;
	font-size: 12px
}

#c_effect_018-1651805614164 .e_loop-116 .p_v_item {
	display: inline-block;
	padding: 0 3px;
	cursor: pointer;
	font-size: 13px;
	color: #555555;
	margin-right: 30px
}

#c_effect_018-1651805614164 .e_loop-116 .p_active .p_fbutton {
	color: #fff;
	background-color: cornflowerblue
}

#c_effect_018-1651805614164 .e_loop-116 .p_result_item {
	position: relative;
	padding: 3px 20px 3px 10px;
	border: 1px solid #ddd;
	border-radius: 3px;
	margin-right: 10px
}

#c_effect_018-1651805614164 .e_loop-116 .p_filter_close {
	position: absolute;
	right: 0;
	top: 0;
	padding: 3px;
	font-style: normal;
	font-size: 16px;
	margin-top: -5px;
	cursor: pointer
}

#c_effect_018-1651805614164 .e_loop-116 .multSelect {
	font-size: 13px;
	position: relative
}

#c_effect_018-1651805614164 .e_loop-116 .multSelect .inputWrap {
	width: 100%;
	min-width: 100px;
	min-height: 24px;
	border: 1px solid #DCDFE6;
	border-radius: 3px;
	position: relative;
	cursor: pointer;
	background: white
}

#c_effect_018-1651805614164 .e_loop-116 .multSelect.is-invalid .inputWrap {
	border-color: #dc3545
}

#c_effect_018-1651805614164 .e_loop-116 .multSelect ul {
	padding: 0 5px;
	margin: 0;
	padding-right: 35px
}

#c_effect_018-1651805614164 .e_loop-116 .multSelect ul,
li {
	list-style: none
}

#c_effect_018-1651805614164 .e_loop-116 .multSelect li {
	display: inline-block;
	background: #edf0f3;
	color: #92969c;
	padding: 0px 5px;
	margin: 1px 5px 1px 0;
	border-radius: 5px;
	line-height: 16px
}

#c_effect_018-1651805614164 .e_loop-116 .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_effect_018-1651805614164 .e_loop-116 .multSelect .multSelect-option>div {
	line-height: 24px;
	cursor: pointer;
	padding: 0 10px
}

#c_effect_018-1651805614164 .e_loop-116 .multSelect .multSelect-option>div.selected {
	color: #409eff
}

#c_effect_018-1651805614164 .e_loop-116 .multSelect .multSelect-option>div:hover {
	color: #409eff;
	background: #f3f6f9
}

#c_effect_018-1651805614164 .e_loop-116 .multSelect .fa-close {
	font-style: normal;
	font-size: 12px;
	padding: 0 5px 0 7px
}

#c_effect_018-1651805614164 .e_loop-116 .multSelect .inputWrap>.fa svg {
	fill: #666;
	width: 12px;
	height: 12px;
	position: absolute;
	right: 0;
	top: calc(50% - 3px)
}

#c_effect_018-1651805614164 .e_loop-116 .multSelect .inputWrap>.fa-down svg {
	transform: rotate(-90deg)
}

#c_effect_018-1651805614164 .e_loop-116 .multSelect .inputWrap>.fa-up svg {
	transform: rotate(90deg)
}

#c_effect_018-1651805614164 .e_loop-116 .multSelect .placeholder {
	line-height: 40px;
	padding-left: 10px;
	color: #aaa;
	position: absolute;
	left: 0;
	top: 0
}

#c_effect_018-1651805614164 .e_loop-116 .p_normal_start {
	display: inline;
	width: 100px;
	height: 40px
}

#c_effect_018-1651805614164 .e_loop-116 .p_date_start {
	display: inline;
	width: 105px;
	height: 40px
}

#c_effect_018-1651805614164 .e_loop-116 .p_normal_end {
	display: inline;
	width: 100px;
	height: 40px;
	margin-right: 5px
}

#c_effect_018-1651805614164 .e_loop-116 .p_date_end {
	display: inline;
	width: 105px;
	height: 40px;
	margin-right: 5px
}

#c_effect_018-1651805614164 .e_loop-116 .p_split {
	margin: 0 5px
}

#c_effect_018-1651805614164 .e_loop-116 .p_normal {
	margin-right: 16px
}

#c_effect_018-1651805614164 .e_loop-116 .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_effect_018-1651805614164 .e_loop-116 .input-check,
#c_effect_018-1651805614164 .e_loop-116 .input-radio {
	margin: 0 5px;
	vertical-align: text-top
}

#c_effect_018-1651805614164 .e_loop-116 .position-left {
	display: flex
}

#c_effect_018-1651805614164 .e_loop-116 .position-right {
	display: flex;
	flex-direction: row-reverse
}

#c_effect_018-1651805614164 .e_loop-116 .position-bottom {
	display: flex;
	flex-direction: column-reverse
}

#c_effect_018-1651805614164 .e_loop-116 .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_effect_018-1651805614164 .e_loop-116 .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_effect_018-1651805614164 .e_loop-116 .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_effect_018-1651805614164 .e_loop-116 .p_active .p_mbutton::before {
	display: block
}

#c_effect_018-1651805614164 .e_loop-116 .p_active .p_mbutton::after {
	display: block
}

#c_effect_018-1651805614164 .e_loop-116 .p_input_match {
	width: 100px;
	height: 40px;
	padding: 10px;
	border: 1px solid #ced4da;
	border-radius: 3px
}

#c_effect_018-1651805614164 .e_loop-116 .p_filter_result {
	display: inline-block
}

#c_effect_018-1651805614164 .e_loop-116 .p_contclear {
	cursor: pointer
}

#c_effect_018-1651805614164 .e_loop-116 .swiper-container {
	padding-bottom: 30px
}

#c_effect_018-1651805614164 .e_loop-116 {
	display-radio: 1;
	width: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	min-height: 100px;
	max-width: none
}

#c_effect_018-1651805614164 .e_container-117 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 96%;
	display-radio: flex;
	margin-left: auto;
	margin-right: auto;
	max-width: 283px;
	margin-bottom: 20px;
	border-style: solid;
	border-width: 1px;
	border-color: rgba(229, 229, 229, 1);
	background-color: rgba(229, 229, 229, 1)
}

#c_effect_018-1651805614164 .e_container-117>.p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%
}

#c_effect_018-1651805614164 .e_container-117>.p_item:hover img {
	transform: scale(1.1)
}

#c_effect_018-1651805614164 .e_container-117>.p_item:hover .e_text-119 {
	color: #009edf
}

#c_effect_018-1651805614164 .e_image-118 {
	overflow: hidden;
	display-radio: 1
}

#c_effect_018-1651805614164 .e_image-118 img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	transition: 0.5s all
}

#c_effect_018-1651805614164 .e_text-119 {
	line-height: 22px;
	display-radio: -webkit-box;
	font_radio: 2;
	font-size: 14px;
	text-align: center;
	margin-left: auto;
	padding-left: 10px;
	padding-right: 10px;
	max-width: 220px;
	margin-right: auto;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	color: rgba(72, 72, 73, 1);
	margin-top: 8px;
	margin-bottom: 8px
}

#c_effect_018-1651805614164 .e_loop-120 .p_list {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	max-width: 100%
}

#c_effect_018-1651805614164 .e_loop-120 .p_loopitem {
	flex: 0 0 33.3%;
	position: relative
}

#c_effect_018-1651805614164 .e_loop-120 .p_page {
	text-align: center
}

#c_effect_018-1651805614164 .e_loop-120 .p_filter_wrapper {
	width: 100%;
	font-size: 13px
}

#c_effect_018-1651805614164 .e_loop-120 .p_kv_wrapper {
	display: flex;
	flex-wrap: nowrap;
	line-height: 40px;
	margin: 15px 0
}

#c_effect_018-1651805614164 .e_loop-120 .p_filter_key {
	width: 70px;
	overflow: hidden;
	margin-right: 10px;
	font-weight: bold;
	color: #333333;
	font-size: 12px
}

#c_effect_018-1651805614164 .e_loop-120 .p_v_item {
	display: inline-block;
	padding: 0 3px;
	cursor: pointer;
	font-size: 13px;
	color: #555555;
	margin-right: 30px
}

#c_effect_018-1651805614164 .e_loop-120 .p_active .p_fbutton {
	color: #fff;
	background-color: cornflowerblue
}

#c_effect_018-1651805614164 .e_loop-120 .p_result_item {
	position: relative;
	padding: 3px 20px 3px 10px;
	border: 1px solid #ddd;
	border-radius: 3px;
	margin-right: 10px
}

#c_effect_018-1651805614164 .e_loop-120 .p_filter_close {
	position: absolute;
	right: 0;
	top: 0;
	padding: 3px;
	font-style: normal;
	font-size: 16px;
	margin-top: -5px;
	cursor: pointer
}

#c_effect_018-1651805614164 .e_loop-120 .multSelect {
	font-size: 13px;
	position: relative
}

#c_effect_018-1651805614164 .e_loop-120 .multSelect .inputWrap {
	width: 100%;
	min-width: 100px;
	min-height: 24px;
	border: 1px solid #DCDFE6;
	border-radius: 3px;
	position: relative;
	cursor: pointer;
	background: white
}

#c_effect_018-1651805614164 .e_loop-120 .multSelect.is-invalid .inputWrap {
	border-color: #dc3545
}

#c_effect_018-1651805614164 .e_loop-120 .multSelect ul {
	padding: 0 5px;
	margin: 0;
	padding-right: 35px
}

#c_effect_018-1651805614164 .e_loop-120 .multSelect ul,
li {
	list-style: none
}

#c_effect_018-1651805614164 .e_loop-120 .multSelect li {
	display: inline-block;
	background: #edf0f3;
	color: #92969c;
	padding: 0px 5px;
	margin: 1px 5px 1px 0;
	border-radius: 5px;
	line-height: 16px
}

#c_effect_018-1651805614164 .e_loop-120 .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_effect_018-1651805614164 .e_loop-120 .multSelect .multSelect-option>div {
	line-height: 24px;
	cursor: pointer;
	padding: 0 10px
}

#c_effect_018-1651805614164 .e_loop-120 .multSelect .multSelect-option>div.selected {
	color: #409eff
}

#c_effect_018-1651805614164 .e_loop-120 .multSelect .multSelect-option>div:hover {
	color: #409eff;
	background: #f3f6f9
}

#c_effect_018-1651805614164 .e_loop-120 .multSelect .fa-close {
	font-style: normal;
	font-size: 12px;
	padding: 0 5px 0 7px
}

#c_effect_018-1651805614164 .e_loop-120 .multSelect .inputWrap>.fa svg {
	fill: #666;
	width: 12px;
	height: 12px;
	position: absolute;
	right: 0;
	top: calc(50% - 3px)
}

#c_effect_018-1651805614164 .e_loop-120 .multSelect .inputWrap>.fa-down svg {
	transform: rotate(-90deg)
}

#c_effect_018-1651805614164 .e_loop-120 .multSelect .inputWrap>.fa-up svg {
	transform: rotate(90deg)
}

#c_effect_018-1651805614164 .e_loop-120 .multSelect .placeholder {
	line-height: 40px;
	padding-left: 10px;
	color: #aaa;
	position: absolute;
	left: 0;
	top: 0
}

#c_effect_018-1651805614164 .e_loop-120 .p_normal_start {
	display: inline;
	width: 100px;
	height: 40px
}

#c_effect_018-1651805614164 .e_loop-120 .p_date_start {
	display: inline;
	width: 105px;
	height: 40px
}

#c_effect_018-1651805614164 .e_loop-120 .p_normal_end {
	display: inline;
	width: 100px;
	height: 40px;
	margin-right: 5px
}

#c_effect_018-1651805614164 .e_loop-120 .p_date_end {
	display: inline;
	width: 105px;
	height: 40px;
	margin-right: 5px
}

#c_effect_018-1651805614164 .e_loop-120 .p_split {
	margin: 0 5px
}

#c_effect_018-1651805614164 .e_loop-120 .p_normal {
	margin-right: 16px
}

#c_effect_018-1651805614164 .e_loop-120 .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_effect_018-1651805614164 .e_loop-120 .input-check,
#c_effect_018-1651805614164 .e_loop-120 .input-radio {
	margin: 0 5px;
	vertical-align: text-top
}

#c_effect_018-1651805614164 .e_loop-120 .position-left {
	display: flex
}

#c_effect_018-1651805614164 .e_loop-120 .position-right {
	display: flex;
	flex-direction: row-reverse
}

#c_effect_018-1651805614164 .e_loop-120 .position-bottom {
	display: flex;
	flex-direction: column-reverse
}

#c_effect_018-1651805614164 .e_loop-120 .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_effect_018-1651805614164 .e_loop-120 .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_effect_018-1651805614164 .e_loop-120 .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_effect_018-1651805614164 .e_loop-120 .p_active .p_mbutton::before {
	display: block
}

#c_effect_018-1651805614164 .e_loop-120 .p_active .p_mbutton::after {
	display: block
}

#c_effect_018-1651805614164 .e_loop-120 .p_input_match {
	width: 100px;
	height: 40px;
	padding: 10px;
	border: 1px solid #ced4da;
	border-radius: 3px
}

#c_effect_018-1651805614164 .e_loop-120 .p_filter_result {
	display: inline-block
}

#c_effect_018-1651805614164 .e_loop-120 .p_contclear {
	cursor: pointer
}

#c_effect_018-1651805614164 .e_loop-120 .swiper-container {
	padding-bottom: 30px
}

#c_effect_018-1651805614164 .e_loop-120 {
	display-radio: 1;
	width: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	min-height: 100px;
	max-width: none
}

#c_effect_018-1651805614164 .e_container-121 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 96%;
	display-radio: flex;
	margin-left: auto;
	margin-right: auto;
	max-width: 283px;
	margin-bottom: 20px;
	border-style: solid;
	border-width: 1px;
	border-color: rgba(229, 229, 229, 1);
	background-color: rgba(229, 229, 229, 1)
}

#c_effect_018-1651805614164 .e_container-121>.p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%
}

#c_effect_018-1651805614164 .e_container-121>.p_item:hover img {
	transform: scale(1.1)
}

#c_effect_018-1651805614164 .e_container-121>.p_item:hover .e_text-123 {
	color: #009edf
}

#c_effect_018-1651805614164 .e_image-122 {
	overflow: hidden;
	display-radio: 1
}

#c_effect_018-1651805614164 .e_image-122 img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	transition: 0.5s all
}

#c_effect_018-1651805614164 .e_text-123 {
	line-height: 22px;
	display-radio: -webkit-box;
	font_radio: 2;
	font-size: 14px;
	text-align: center;
	margin-left: auto;
	padding-left: 10px;
	padding-right: 10px;
	max-width: 220px;
	margin-right: auto;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	color: rgba(72, 72, 73, 1);
	margin-top: 8px;
	margin-bottom: 8px
}

#c_effect_018-1651805614164 .e_loop-124 .p_list {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	max-width: 100%
}

#c_effect_018-1651805614164 .e_loop-124 .p_loopitem {
	flex: 0 0 33.3%;
	position: relative
}

#c_effect_018-1651805614164 .e_loop-124 .p_page {
	text-align: center
}

#c_effect_018-1651805614164 .e_loop-124 .p_filter_wrapper {
	width: 100%;
	font-size: 13px
}

#c_effect_018-1651805614164 .e_loop-124 .p_kv_wrapper {
	display: flex;
	flex-wrap: nowrap;
	line-height: 40px;
	margin: 15px 0
}

#c_effect_018-1651805614164 .e_loop-124 .p_filter_key {
	width: 70px;
	overflow: hidden;
	margin-right: 10px;
	font-weight: bold;
	color: #333333;
	font-size: 12px
}

#c_effect_018-1651805614164 .e_loop-124 .p_v_item {
	display: inline-block;
	padding: 0 3px;
	cursor: pointer;
	font-size: 13px;
	color: #555555;
	margin-right: 30px
}

#c_effect_018-1651805614164 .e_loop-124 .p_active .p_fbutton {
	color: #fff;
	background-color: cornflowerblue
}

#c_effect_018-1651805614164 .e_loop-124 .p_result_item {
	position: relative;
	padding: 3px 20px 3px 10px;
	border: 1px solid #ddd;
	border-radius: 3px;
	margin-right: 10px
}

#c_effect_018-1651805614164 .e_loop-124 .p_filter_close {
	position: absolute;
	right: 0;
	top: 0;
	padding: 3px;
	font-style: normal;
	font-size: 16px;
	margin-top: -5px;
	cursor: pointer
}

#c_effect_018-1651805614164 .e_loop-124 .multSelect {
	font-size: 13px;
	position: relative
}

#c_effect_018-1651805614164 .e_loop-124 .multSelect .inputWrap {
	width: 100%;
	min-width: 100px;
	min-height: 24px;
	border: 1px solid #DCDFE6;
	border-radius: 3px;
	position: relative;
	cursor: pointer;
	background: white
}

#c_effect_018-1651805614164 .e_loop-124 .multSelect.is-invalid .inputWrap {
	border-color: #dc3545
}

#c_effect_018-1651805614164 .e_loop-124 .multSelect ul {
	padding: 0 5px;
	margin: 0;
	padding-right: 35px
}

#c_effect_018-1651805614164 .e_loop-124 .multSelect ul,
li {
	list-style: none
}

#c_effect_018-1651805614164 .e_loop-124 .multSelect li {
	display: inline-block;
	background: #edf0f3;
	color: #92969c;
	padding: 0px 5px;
	margin: 1px 5px 1px 0;
	border-radius: 5px;
	line-height: 16px
}

#c_effect_018-1651805614164 .e_loop-124 .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_effect_018-1651805614164 .e_loop-124 .multSelect .multSelect-option>div {
	line-height: 24px;
	cursor: pointer;
	padding: 0 10px
}

#c_effect_018-1651805614164 .e_loop-124 .multSelect .multSelect-option>div.selected {
	color: #409eff
}

#c_effect_018-1651805614164 .e_loop-124 .multSelect .multSelect-option>div:hover {
	color: #409eff;
	background: #f3f6f9
}

#c_effect_018-1651805614164 .e_loop-124 .multSelect .fa-close {
	font-style: normal;
	font-size: 12px;
	padding: 0 5px 0 7px
}

#c_effect_018-1651805614164 .e_loop-124 .multSelect .inputWrap>.fa svg {
	fill: #666;
	width: 12px;
	height: 12px;
	position: absolute;
	right: 0;
	top: calc(50% - 3px)
}

#c_effect_018-1651805614164 .e_loop-124 .multSelect .inputWrap>.fa-down svg {
	transform: rotate(-90deg)
}

#c_effect_018-1651805614164 .e_loop-124 .multSelect .inputWrap>.fa-up svg {
	transform: rotate(90deg)
}

#c_effect_018-1651805614164 .e_loop-124 .multSelect .placeholder {
	line-height: 40px;
	padding-left: 10px;
	color: #aaa;
	position: absolute;
	left: 0;
	top: 0
}

#c_effect_018-1651805614164 .e_loop-124 .p_normal_start {
	display: inline;
	width: 100px;
	height: 40px
}

#c_effect_018-1651805614164 .e_loop-124 .p_date_start {
	display: inline;
	width: 105px;
	height: 40px
}

#c_effect_018-1651805614164 .e_loop-124 .p_normal_end {
	display: inline;
	width: 100px;
	height: 40px;
	margin-right: 5px
}

#c_effect_018-1651805614164 .e_loop-124 .p_date_end {
	display: inline;
	width: 105px;
	height: 40px;
	margin-right: 5px
}

#c_effect_018-1651805614164 .e_loop-124 .p_split {
	margin: 0 5px
}

#c_effect_018-1651805614164 .e_loop-124 .p_normal {
	margin-right: 16px
}

#c_effect_018-1651805614164 .e_loop-124 .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_effect_018-1651805614164 .e_loop-124 .input-check,
#c_effect_018-1651805614164 .e_loop-124 .input-radio {
	margin: 0 5px;
	vertical-align: text-top
}

#c_effect_018-1651805614164 .e_loop-124 .position-left {
	display: flex
}

#c_effect_018-1651805614164 .e_loop-124 .position-right {
	display: flex;
	flex-direction: row-reverse
}

#c_effect_018-1651805614164 .e_loop-124 .position-bottom {
	display: flex;
	flex-direction: column-reverse
}

#c_effect_018-1651805614164 .e_loop-124 .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_effect_018-1651805614164 .e_loop-124 .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_effect_018-1651805614164 .e_loop-124 .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_effect_018-1651805614164 .e_loop-124 .p_active .p_mbutton::before {
	display: block
}

#c_effect_018-1651805614164 .e_loop-124 .p_active .p_mbutton::after {
	display: block
}

#c_effect_018-1651805614164 .e_loop-124 .p_input_match {
	width: 100px;
	height: 40px;
	padding: 10px;
	border: 1px solid #ced4da;
	border-radius: 3px
}

#c_effect_018-1651805614164 .e_loop-124 .p_filter_result {
	display: inline-block
}

#c_effect_018-1651805614164 .e_loop-124 .p_contclear {
	cursor: pointer
}

#c_effect_018-1651805614164 .e_loop-124 .swiper-container {
	padding-bottom: 30px
}

#c_effect_018-1651805614164 .e_loop-124 {
	display-radio: 1;
	width: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	min-height: 100px;
	max-width: none
}

#c_effect_018-1651805614164 .e_container-125 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 96%;
	display-radio: flex;
	margin-left: auto;
	margin-right: auto;
	max-width: 283px;
	margin-bottom: 20px;
	border-style: solid;
	border-width: 1px;
	border-color: rgba(229, 229, 229, 1);
	background-color: rgba(229, 229, 229, 1)
}

#c_effect_018-1651805614164 .e_container-125>.p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%
}

#c_effect_018-1651805614164 .e_container-125>.p_item:hover img {
	transform: scale(1.1)
}

#c_effect_018-1651805614164 .e_container-125>.p_item:hover .e_text-127 {
	color: #009edf
}

#c_effect_018-1651805614164 .e_image-126 {
	overflow: hidden;
	display-radio: 1
}

#c_effect_018-1651805614164 .e_image-126 img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	transition: 0.5s all
}

#c_effect_018-1651805614164 .e_text-127 {
	line-height: 22px;
	display-radio: -webkit-box;
	font_radio: 2;
	font-size: 14px;
	text-align: center;
	margin-left: auto;
	padding-left: 10px;
	padding-right: 10px;
	max-width: 220px;
	margin-right: auto;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	color: rgba(72, 72, 73, 1);
	margin-top: 8px;
	margin-bottom: 8px
}

#c_effect_018-1651805614164 .e_loop-128 .p_list {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	max-width: 100%
}

#c_effect_018-1651805614164 .e_loop-128 .p_loopitem {
	flex: 0 0 33.3%;
	position: relative
}

#c_effect_018-1651805614164 .e_loop-128 .p_page {
	text-align: center
}

#c_effect_018-1651805614164 .e_loop-128 .p_filter_wrapper {
	width: 100%;
	font-size: 13px
}

#c_effect_018-1651805614164 .e_loop-128 .p_kv_wrapper {
	display: flex;
	flex-wrap: nowrap;
	line-height: 40px;
	margin: 15px 0
}

#c_effect_018-1651805614164 .e_loop-128 .p_filter_key {
	width: 70px;
	overflow: hidden;
	margin-right: 10px;
	font-weight: bold;
	color: #333333;
	font-size: 12px
}

#c_effect_018-1651805614164 .e_loop-128 .p_v_item {
	display: inline-block;
	padding: 0 3px;
	cursor: pointer;
	font-size: 13px;
	color: #555555;
	margin-right: 30px
}

#c_effect_018-1651805614164 .e_loop-128 .p_active .p_fbutton {
	color: #fff;
	background-color: cornflowerblue
}

#c_effect_018-1651805614164 .e_loop-128 .p_result_item {
	position: relative;
	padding: 3px 20px 3px 10px;
	border: 1px solid #ddd;
	border-radius: 3px;
	margin-right: 10px
}

#c_effect_018-1651805614164 .e_loop-128 .p_filter_close {
	position: absolute;
	right: 0;
	top: 0;
	padding: 3px;
	font-style: normal;
	font-size: 16px;
	margin-top: -5px;
	cursor: pointer
}

#c_effect_018-1651805614164 .e_loop-128 .multSelect {
	font-size: 13px;
	position: relative
}

#c_effect_018-1651805614164 .e_loop-128 .multSelect .inputWrap {
	width: 100%;
	min-width: 100px;
	min-height: 24px;
	border: 1px solid #DCDFE6;
	border-radius: 3px;
	position: relative;
	cursor: pointer;
	background: white
}

#c_effect_018-1651805614164 .e_loop-128 .multSelect.is-invalid .inputWrap {
	border-color: #dc3545
}

#c_effect_018-1651805614164 .e_loop-128 .multSelect ul {
	padding: 0 5px;
	margin: 0;
	padding-right: 35px
}

#c_effect_018-1651805614164 .e_loop-128 .multSelect ul,
li {
	list-style: none
}

#c_effect_018-1651805614164 .e_loop-128 .multSelect li {
	display: inline-block;
	background: #edf0f3;
	color: #92969c;
	padding: 0px 5px;
	margin: 1px 5px 1px 0;
	border-radius: 5px;
	line-height: 16px
}

#c_effect_018-1651805614164 .e_loop-128 .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_effect_018-1651805614164 .e_loop-128 .multSelect .multSelect-option>div {
	line-height: 24px;
	cursor: pointer;
	padding: 0 10px
}

#c_effect_018-1651805614164 .e_loop-128 .multSelect .multSelect-option>div.selected {
	color: #409eff
}

#c_effect_018-1651805614164 .e_loop-128 .multSelect .multSelect-option>div:hover {
	color: #409eff;
	background: #f3f6f9
}

#c_effect_018-1651805614164 .e_loop-128 .multSelect .fa-close {
	font-style: normal;
	font-size: 12px;
	padding: 0 5px 0 7px
}

#c_effect_018-1651805614164 .e_loop-128 .multSelect .inputWrap>.fa svg {
	fill: #666;
	width: 12px;
	height: 12px;
	position: absolute;
	right: 0;
	top: calc(50% - 3px)
}

#c_effect_018-1651805614164 .e_loop-128 .multSelect .inputWrap>.fa-down svg {
	transform: rotate(-90deg)
}

#c_effect_018-1651805614164 .e_loop-128 .multSelect .inputWrap>.fa-up svg {
	transform: rotate(90deg)
}

#c_effect_018-1651805614164 .e_loop-128 .multSelect .placeholder {
	line-height: 40px;
	padding-left: 10px;
	color: #aaa;
	position: absolute;
	left: 0;
	top: 0
}

#c_effect_018-1651805614164 .e_loop-128 .p_normal_start {
	display: inline;
	width: 100px;
	height: 40px
}

#c_effect_018-1651805614164 .e_loop-128 .p_date_start {
	display: inline;
	width: 105px;
	height: 40px
}

#c_effect_018-1651805614164 .e_loop-128 .p_normal_end {
	display: inline;
	width: 100px;
	height: 40px;
	margin-right: 5px
}

#c_effect_018-1651805614164 .e_loop-128 .p_date_end {
	display: inline;
	width: 105px;
	height: 40px;
	margin-right: 5px
}

#c_effect_018-1651805614164 .e_loop-128 .p_split {
	margin: 0 5px
}

#c_effect_018-1651805614164 .e_loop-128 .p_normal {
	margin-right: 16px
}

#c_effect_018-1651805614164 .e_loop-128 .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_effect_018-1651805614164 .e_loop-128 .input-check,
#c_effect_018-1651805614164 .e_loop-128 .input-radio {
	margin: 0 5px;
	vertical-align: text-top
}

#c_effect_018-1651805614164 .e_loop-128 .position-left {
	display: flex
}

#c_effect_018-1651805614164 .e_loop-128 .position-right {
	display: flex;
	flex-direction: row-reverse
}

#c_effect_018-1651805614164 .e_loop-128 .position-bottom {
	display: flex;
	flex-direction: column-reverse
}

#c_effect_018-1651805614164 .e_loop-128 .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_effect_018-1651805614164 .e_loop-128 .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_effect_018-1651805614164 .e_loop-128 .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_effect_018-1651805614164 .e_loop-128 .p_active .p_mbutton::before {
	display: block
}

#c_effect_018-1651805614164 .e_loop-128 .p_active .p_mbutton::after {
	display: block
}

#c_effect_018-1651805614164 .e_loop-128 .p_input_match {
	width: 100px;
	height: 40px;
	padding: 10px;
	border: 1px solid #ced4da;
	border-radius: 3px
}

#c_effect_018-1651805614164 .e_loop-128 .p_filter_result {
	display: inline-block
}

#c_effect_018-1651805614164 .e_loop-128 .p_contclear {
	cursor: pointer
}

#c_effect_018-1651805614164 .e_loop-128 .swiper-container {
	padding-bottom: 30px
}

#c_effect_018-1651805614164 .e_loop-128 {
	display-radio: 1;
	width: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	min-height: 100px;
	max-width: none
}

#c_effect_018-1651805614164 .e_container-129 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 96%;
	display-radio: flex;
	margin-left: auto;
	margin-right: auto;
	max-width: 283px;
	margin-bottom: 20px;
	border-style: solid;
	border-width: 1px;
	border-color: rgba(229, 229, 229, 1);
	background-color: rgba(229, 229, 229, 1)
}

#c_effect_018-1651805614164 .e_container-129>.p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%
}

#c_effect_018-1651805614164 .e_container-129>.p_item:hover img {
	transform: scale(1.1)
}

#c_effect_018-1651805614164 .e_container-129>.p_item:hover .e_text-131 {
	color: #009edf
}

#c_effect_018-1651805614164 .e_image-130 {
	overflow: hidden;
	display-radio: 1
}

#c_effect_018-1651805614164 .e_image-130 img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	transition: 0.5s all
}

#c_effect_018-1651805614164 .e_text-131 {
	line-height: 22px;
	display-radio: -webkit-box;
	font_radio: 2;
	font-size: 14px;
	text-align: center;
	margin-left: auto;
	padding-left: 10px;
	padding-right: 10px;
	max-width: 220px;
	margin-right: auto;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	color: rgba(72, 72, 73, 1);
	margin-top: 8px;
	margin-bottom: 8px
}

#c_effect_018-1651805614164 .e_loop-132 .p_list {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	max-width: 100%
}

#c_effect_018-1651805614164 .e_loop-132 .p_loopitem {
	flex: 0 0 33.3%;
	position: relative
}

#c_effect_018-1651805614164 .e_loop-132 .p_page {
	text-align: center
}

#c_effect_018-1651805614164 .e_loop-132 .p_filter_wrapper {
	width: 100%;
	font-size: 13px
}

#c_effect_018-1651805614164 .e_loop-132 .p_kv_wrapper {
	display: flex;
	flex-wrap: nowrap;
	line-height: 40px;
	margin: 15px 0
}

#c_effect_018-1651805614164 .e_loop-132 .p_filter_key {
	width: 70px;
	overflow: hidden;
	margin-right: 10px;
	font-weight: bold;
	color: #333333;
	font-size: 12px
}

#c_effect_018-1651805614164 .e_loop-132 .p_v_item {
	display: inline-block;
	padding: 0 3px;
	cursor: pointer;
	font-size: 13px;
	color: #555555;
	margin-right: 30px
}

#c_effect_018-1651805614164 .e_loop-132 .p_active .p_fbutton {
	color: #fff;
	background-color: cornflowerblue
}

#c_effect_018-1651805614164 .e_loop-132 .p_result_item {
	position: relative;
	padding: 3px 20px 3px 10px;
	border: 1px solid #ddd;
	border-radius: 3px;
	margin-right: 10px
}

#c_effect_018-1651805614164 .e_loop-132 .p_filter_close {
	position: absolute;
	right: 0;
	top: 0;
	padding: 3px;
	font-style: normal;
	font-size: 16px;
	margin-top: -5px;
	cursor: pointer
}

#c_effect_018-1651805614164 .e_loop-132 .multSelect {
	font-size: 13px;
	position: relative
}

#c_effect_018-1651805614164 .e_loop-132 .multSelect .inputWrap {
	width: 100%;
	min-width: 100px;
	min-height: 24px;
	border: 1px solid #DCDFE6;
	border-radius: 3px;
	position: relative;
	cursor: pointer;
	background: white
}

#c_effect_018-1651805614164 .e_loop-132 .multSelect.is-invalid .inputWrap {
	border-color: #dc3545
}

#c_effect_018-1651805614164 .e_loop-132 .multSelect ul {
	padding: 0 5px;
	margin: 0;
	padding-right: 35px
}

#c_effect_018-1651805614164 .e_loop-132 .multSelect ul,
li {
	list-style: none
}

#c_effect_018-1651805614164 .e_loop-132 .multSelect li {
	display: inline-block;
	background: #edf0f3;
	color: #92969c;
	padding: 0px 5px;
	margin: 1px 5px 1px 0;
	border-radius: 5px;
	line-height: 16px
}

#c_effect_018-1651805614164 .e_loop-132 .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_effect_018-1651805614164 .e_loop-132 .multSelect .multSelect-option>div {
	line-height: 24px;
	cursor: pointer;
	padding: 0 10px
}

#c_effect_018-1651805614164 .e_loop-132 .multSelect .multSelect-option>div.selected {
	color: #409eff
}

#c_effect_018-1651805614164 .e_loop-132 .multSelect .multSelect-option>div:hover {
	color: #409eff;
	background: #f3f6f9
}

#c_effect_018-1651805614164 .e_loop-132 .multSelect .fa-close {
	font-style: normal;
	font-size: 12px;
	padding: 0 5px 0 7px
}

#c_effect_018-1651805614164 .e_loop-132 .multSelect .inputWrap>.fa svg {
	fill: #666;
	width: 12px;
	height: 12px;
	position: absolute;
	right: 0;
	top: calc(50% - 3px)
}

#c_effect_018-1651805614164 .e_loop-132 .multSelect .inputWrap>.fa-down svg {
	transform: rotate(-90deg)
}

#c_effect_018-1651805614164 .e_loop-132 .multSelect .inputWrap>.fa-up svg {
	transform: rotate(90deg)
}

#c_effect_018-1651805614164 .e_loop-132 .multSelect .placeholder {
	line-height: 40px;
	padding-left: 10px;
	color: #aaa;
	position: absolute;
	left: 0;
	top: 0
}

#c_effect_018-1651805614164 .e_loop-132 .p_normal_start {
	display: inline;
	width: 100px;
	height: 40px
}

#c_effect_018-1651805614164 .e_loop-132 .p_date_start {
	display: inline;
	width: 105px;
	height: 40px
}

#c_effect_018-1651805614164 .e_loop-132 .p_normal_end {
	display: inline;
	width: 100px;
	height: 40px;
	margin-right: 5px
}

#c_effect_018-1651805614164 .e_loop-132 .p_date_end {
	display: inline;
	width: 105px;
	height: 40px;
	margin-right: 5px
}

#c_effect_018-1651805614164 .e_loop-132 .p_split {
	margin: 0 5px
}

#c_effect_018-1651805614164 .e_loop-132 .p_normal {
	margin-right: 16px
}

#c_effect_018-1651805614164 .e_loop-132 .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_effect_018-1651805614164 .e_loop-132 .input-check,
#c_effect_018-1651805614164 .e_loop-132 .input-radio {
	margin: 0 5px;
	vertical-align: text-top
}

#c_effect_018-1651805614164 .e_loop-132 .position-left {
	display: flex
}

#c_effect_018-1651805614164 .e_loop-132 .position-right {
	display: flex;
	flex-direction: row-reverse
}

#c_effect_018-1651805614164 .e_loop-132 .position-bottom {
	display: flex;
	flex-direction: column-reverse
}

#c_effect_018-1651805614164 .e_loop-132 .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_effect_018-1651805614164 .e_loop-132 .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_effect_018-1651805614164 .e_loop-132 .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_effect_018-1651805614164 .e_loop-132 .p_active .p_mbutton::before {
	display: block
}

#c_effect_018-1651805614164 .e_loop-132 .p_active .p_mbutton::after {
	display: block
}

#c_effect_018-1651805614164 .e_loop-132 .p_input_match {
	width: 100px;
	height: 40px;
	padding: 10px;
	border: 1px solid #ced4da;
	border-radius: 3px
}

#c_effect_018-1651805614164 .e_loop-132 .p_filter_result {
	display: inline-block
}

#c_effect_018-1651805614164 .e_loop-132 .p_contclear {
	cursor: pointer
}

#c_effect_018-1651805614164 .e_loop-132 .swiper-container {
	padding-bottom: 30px
}

#c_effect_018-1651805614164 .e_loop-132 {
	display-radio: 1;
	width: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	min-height: 100px;
	max-width: none
}

#c_effect_018-1651805614164 .e_container-133 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 96%;
	display-radio: flex;
	margin-left: auto;
	margin-right: auto;
	max-width: 283px;
	margin-bottom: 20px;
	border-style: solid;
	border-width: 1px;
	border-color: rgba(229, 229, 229, 1);
	background-color: rgba(229, 229, 229, 1)
}

#c_effect_018-1651805614164 .e_container-133>.p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%
}

#c_effect_018-1651805614164 .e_container-133>.p_item:hover img {
	transform: scale(1.1)
}

#c_effect_018-1651805614164 .e_container-133>.p_item:hover .e_text-135 {
	color: #009edf
}

#c_effect_018-1651805614164 .e_image-134 {
	overflow: hidden;
	display-radio: 1
}

#c_effect_018-1651805614164 .e_image-134 img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	transition: 0.5s all
}

#c_effect_018-1651805614164 .e_text-135 {
	line-height: 22px;
	display-radio: -webkit-box;
	font_radio: 2;
	font-size: 14px;
	text-align: center;
	margin-left: auto;
	padding-left: 10px;
	padding-right: 10px;
	max-width: 220px;
	margin-right: auto;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	color: rgba(72, 72, 73, 1);
	margin-top: 8px;
	margin-bottom: 8px
}

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

	#c_effect_018-1651805614164 .e_loop-91 .p_loopitem {
		flex-grow: 0;
		flex-shrink: 0;
		flex-basis: calc(100% / 2)
	}

	#c_effect_018-1651805614164 .e_loop-95 .p_loopitem {
		flex-grow: 0;
		flex-shrink: 0;
		flex-basis: calc(100% / 2)
	}

	#c_effect_018-1651805614164 .e_loop-99 .p_loopitem {
		flex-grow: 0;
		flex-shrink: 0;
		flex-basis: calc(100% / 2)
	}

	#c_effect_018-1651805614164 .e_loop-103 .p_loopitem {
		flex-grow: 0;
		flex-shrink: 0;
		flex-basis: calc(100% / 2)
	}

	#c_effect_018-1651805614164 .e_loop-107 .p_loopitem {
		flex-grow: 0;
		flex-shrink: 0;
		flex-basis: calc(100% / 2)
	}

	#c_effect_018-1651805614164 {
		padding: 35px 0
	}

	#c_effect_018-1651805614164 .e_container-61>.p_item .p_list {
		flex-wrap: wrap
	}

	#c_effect_018-1651805614164 .e_container-61>.p_item .p_list>div {
		width: 48%
	}

	#c_effect_018-1651805614164 .e_container-61>.p_item .p_list>.p_loopitem>div .s_title {
		-webkit-line-clamp: 1;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		overflow: hidden;
		margin-bottom: 20px
	}

	#c_effect_018-1651805614164 .e_loop-41 .p_list>div {
		flex-basis: calc(100% / 3);
		margin: 5px 0
	}

	#c_effect_018-1651805614164 .e_loop-41 .p_list .s_title {
		font-size: 12px
	}

	#c_effect_018-1651805614164 .e_button-111 {
		margin-top: 2rem;
		font-size: 16px
	}

	#c_effect_018-1651805614164 .e_loop-112 .p_loopitem {
		flex-grow: 0;
		flex-shrink: 0;
		flex-basis: calc(100% / 2)
	}

	#c_effect_018-1651805614164 .e_loop-116 .p_loopitem {
		flex-grow: 0;
		flex-shrink: 0;
		flex-basis: calc(100% / 2)
	}

	#c_effect_018-1651805614164 .e_loop-120 .p_loopitem {
		flex-grow: 0;
		flex-shrink: 0;
		flex-basis: calc(100% / 2)
	}

	#c_effect_018-1651805614164 .e_loop-124 .p_loopitem {
		flex-grow: 0;
		flex-shrink: 0;
		flex-basis: calc(100% / 2)
	}

	#c_effect_018-1651805614164 .e_loop-128 .p_loopitem {
		flex-grow: 0;
		flex-shrink: 0;
		flex-basis: calc(100% / 2)
	}

	#c_effect_018-1651805614164 .e_loop-132 .p_loopitem {
		flex-grow: 0;
		flex-shrink: 0;
		flex-basis: calc(100% / 2)
	}
}

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

	#c_effect_018-1651805614164 .e_loop-91 .p_loopitem {
		flex-grow: 0;
		flex-shrink: 0;
		flex-basis: calc(100% / 4)
	}

	#c_effect_018-1651805614164 .e_loop-95 .p_loopitem {
		flex-grow: 0;
		flex-shrink: 0;
		flex-basis: calc(100% / 4)
	}

	#c_effect_018-1651805614164 .e_loop-99 .p_loopitem {
		flex-grow: 0;
		flex-shrink: 0;
		flex-basis: calc(100% / 4)
	}

	#c_effect_018-1651805614164 .e_loop-103 .p_loopitem {
		flex-grow: 0;
		flex-shrink: 0;
		flex-basis: calc(100% / 4)
	}

	#c_effect_018-1651805614164 .e_loop-107 .p_loopitem {
		flex-grow: 0;
		flex-shrink: 0;
		flex-basis: calc(100% / 4)
	}

	#c_effect_018-1651805614164 .e_loop-112 .p_loopitem {
		flex-grow: 0;
		flex-shrink: 0;
		flex-basis: calc(100% / 4)
	}

	#c_effect_018-1651805614164 .e_loop-116 .p_loopitem {
		flex-grow: 0;
		flex-shrink: 0;
		flex-basis: calc(100% / 4)
	}

	#c_effect_018-1651805614164 .e_loop-120 .p_loopitem {
		flex-grow: 0;
		flex-shrink: 0;
		flex-basis: calc(100% / 4)
	}

	#c_effect_018-1651805614164 .e_loop-124 .p_loopitem {
		flex-grow: 0;
		flex-shrink: 0;
		flex-basis: calc(100% / 4)
	}

	#c_effect_018-1651805614164 .e_loop-128 .p_loopitem {
		flex-grow: 0;
		flex-shrink: 0;
		flex-basis: calc(100% / 4)
	}

	#c_effect_018-1651805614164 .e_loop-132 .p_loopitem {
		flex-grow: 0;
		flex-shrink: 0;
		flex-basis: calc(100% / 4)
	}
}

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

#c_static_001-1646296635438 {
	min-height: 0px;
	display-radio: 1;
	background-fill-value: background-image;
	background-image: url(../image/0984f949-d93e-42d1-b728-c4d934ee49e7.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	margin-top: 0px;
	padding-top: 55px;
	padding-bottom: 5rem
}

#c_static_001-1646296635438 .e_container-3 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	/* width: 94%; */
	display-radio: flex;
	/* max-width: 1200px; */
	width: 1600px;
	max-width: 1600px;
	margin-left: auto;
	margin-right: auto
}

#c_static_001-1646296635438 .e_container-3>.p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%
}

#c_static_001-1646296635438 .e_text-4 {
	line-height: 1;
	display-radio: 1;
	font_radio: 2;
	/* text-align: center;
	font-size: 36px;
	color: rgb(0 181 255);
	width: max-content;
	margin: 0 auto;
	padding: 0 60px;
	position: relative */
	font-size: 45px;
	font-family: "microsoft yahei";
	 font-weight: bold;
	 color: #333333;
	    text-align: center;
	    position: relative;
	    margin-bottom: 18px;
}

#c_static_001-1646296635438 .e_text-4:before {
	content: "";
	width: 50px;
	height: 2px;
	background: #fff;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%)
}

#c_static_001-1646296635438 .e_text-4:after {
	content: "";
	width: 50px;
	height: 2px;
	background: #fff;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%)
}

#c_static_001-1646296635438 .e_text-5 {
	line-height: 1;
	display-radio: 1;
	font_radio: 2;
	font-size: 24px;
	text-align: center;
	color: rgb(92 86 86);
	margin-top: 10px;
	font-weight: 100
}

#c_static_001-1646296635438 .e_loop-6 .p_list {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	max-width: 100%
}

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

#c_static_001-1646296635438 .e_loop-6 .p_page {
	text-align: center
}

#c_static_001-1646296635438 .e_loop-6 .p_filter_wrapper {
	width: 100%;
	font-size: 13px
}

#c_static_001-1646296635438 .e_loop-6 .p_kv_wrapper {
	display: flex;
	flex-wrap: nowrap;
	line-height: 40px;
	margin: 15px 0
}

#c_static_001-1646296635438 .e_loop-6 .p_filter_key {
	width: 70px;
	overflow: hidden;
	margin-right: 10px;
	font-weight: bold;
	color: #333333;
	font-size: 12px
}

#c_static_001-1646296635438 .e_loop-6 .p_v_item {
	display: inline-block;
	padding: 0 3px;
	cursor: pointer;
	font-size: 13px;
	color: #555555;
	margin-right: 30px
}

#c_static_001-1646296635438 .e_loop-6 .p_active .p_fbutton {
	color: #fff;
	background-color: cornflowerblue
}

#c_static_001-1646296635438 .e_loop-6 .p_result_item {
	position: relative;
	padding: 3px 20px 3px 10px;
	border: 1px solid #ddd;
	border-radius: 3px;
	margin-right: 10px
}

#c_static_001-1646296635438 .e_loop-6 .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-1646296635438 .e_loop-6 .multSelect {
	font-size: 13px;
	position: relative
}

#c_static_001-1646296635438 .e_loop-6 .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-1646296635438 .e_loop-6 .multSelect.is-invalid .inputWrap {
	border-color: #dc3545
}

#c_static_001-1646296635438 .e_loop-6 .multSelect ul {
	padding: 0 5px;
	margin: 0;
	padding-right: 35px
}

#c_static_001-1646296635438 .e_loop-6 .multSelect ul,
li {
	list-style: none
}

#c_static_001-1646296635438 .e_loop-6 .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-1646296635438 .e_loop-6 .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-1646296635438 .e_loop-6 .multSelect .multSelect-option>div {
	line-height: 24px;
	cursor: pointer;
	padding: 0 10px
}

#c_static_001-1646296635438 .e_loop-6 .multSelect .multSelect-option>div.selected {
	color: #409eff
}

#c_static_001-1646296635438 .e_loop-6 .multSelect .multSelect-option>div:hover {
	color: #409eff;
	background: #f3f6f9
}

#c_static_001-1646296635438 .e_loop-6 .multSelect .fa-close {
	font-style: normal;
	font-size: 12px;
	padding: 0 5px 0 7px
}

#c_static_001-1646296635438 .e_loop-6 .multSelect .inputWrap>.fa svg {
	fill: #666;
	width: 12px;
	height: 12px;
	position: absolute;
	right: 0;
	top: calc(50% - 3px)
}

#c_static_001-1646296635438 .e_loop-6 .multSelect .inputWrap>.fa-down svg {
	transform: rotate(-90deg)
}

#c_static_001-1646296635438 .e_loop-6 .multSelect .inputWrap>.fa-up svg {
	transform: rotate(90deg)
}

#c_static_001-1646296635438 .e_loop-6 .multSelect .placeholder {
	line-height: 40px;
	padding-left: 10px;
	color: #aaa;
	position: absolute;
	left: 0;
	top: 0
}

#c_static_001-1646296635438 .e_loop-6 .p_normal_start {
	display: inline;
	width: 100px;
	height: 40px
}

#c_static_001-1646296635438 .e_loop-6 .p_date_start {
	display: inline;
	width: 105px;
	height: 40px
}

#c_static_001-1646296635438 .e_loop-6 .p_normal_end {
	display: inline;
	width: 100px;
	height: 40px;
	margin-right: 5px
}

#c_static_001-1646296635438 .e_loop-6 .p_date_end {
	display: inline;
	width: 105px;
	height: 40px;
	margin-right: 5px
}

#c_static_001-1646296635438 .e_loop-6 .p_split {
	margin: 0 5px
}

#c_static_001-1646296635438 .e_loop-6 .p_normal {
	margin-right: 16px
}

#c_static_001-1646296635438 .e_loop-6 .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-1646296635438 .e_loop-6 .input-check,
#c_static_001-1646296635438 .e_loop-6 .input-radio {
	margin: 0 5px;
	vertical-align: text-top
}

#c_static_001-1646296635438 .e_loop-6 .position-left {
	display: flex
}

#c_static_001-1646296635438 .e_loop-6 .position-right {
	display: flex;
	flex-direction: row-reverse
}

#c_static_001-1646296635438 .e_loop-6 .position-bottom {
	display: flex;
	flex-direction: column-reverse
}

#c_static_001-1646296635438 .e_loop-6 .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-1646296635438 .e_loop-6 .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-1646296635438 .e_loop-6 .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-1646296635438 .e_loop-6 .p_active .p_mbutton::before {
	display: block
}

#c_static_001-1646296635438 .e_loop-6 .p_active .p_mbutton::after {
	display: block
}

#c_static_001-1646296635438 .e_loop-6 .p_input_match {
	width: 100px;
	height: 40px;
	padding: 10px;
	border: 1px solid #ced4da;
	border-radius: 3px
}

#c_static_001-1646296635438 .e_loop-6 .p_filter_result {
	display: inline-block
}

#c_static_001-1646296635438 .e_loop-6 .p_contclear {
	cursor: pointer
}

#c_static_001-1646296635438 .e_loop-6 .swiper-container {
	padding-bottom: 30px
}

#c_static_001-1646296635438 .e_loop-6 {
	display-radio: 1;
	/* width: 94%;
	max-width: 1200px; */
	width: 100%;
	max-width: 1600px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px
}

#c_static_001-1646296635438 .e_container-7 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 96%;
	display-radio: flex;
	/* max-width: 291px; */
	min-width: 369px;
	margin-left: auto;
	margin-right: auto
}

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

#c_static_001-1646296635438 .e_image-8 {
	overflow: hidden
}

#c_static_001-1646296635438 .e_image-8 img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	transition: 0.5s all
}

#c_static_001-1646296635438 .e_container-9 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%;
	display-radio: flex;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 2vw
}

#c_static_001-1646296635438 .e_container-9>.p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%
}

#c_static_001-1646296635438 .e_text-11 {
	line-height: 1;
	display-radio: 1;
	font_radio: 2;
	font-size: 14px;
	text-align: center;
	color: rgba(255, 255, 255, 1);
	margin-top: 5px
}

#c_static_001-1646296635438 .e_text-12 {
	line-height: normal;
	display-radio: 1;
	font_radio: 2;
	font-size: 18px;
	color: rgba(255, 255, 255, 1);
	font-weight: bold;
	text-align: center
}
#c_static_001-1646296635438 .e_text-12>a{
	color: #fff;
}

.tubiao {
	display: block;
	width: 55px;
	height: 55px;
	margin: 0 auto 10px
}

#c_static_001-1646296635438 .e_loop-6 .p_loopitem:nth-child(1) .tubiao {
	background: url(/template/default/skin/images/yyly1.png) no-repeat center
}

#c_static_001-1646296635438 .e_loop-6 .p_loopitem:nth-child(2) .tubiao {
	background: url(/template/default/skin/images/yyly2.png) no-repeat center
}

#c_static_001-1646296635438 .e_loop-6 .p_loopitem:nth-child(3) .tubiao {
	background: url(/template/default/skin/images/yyly3.png) no-repeat center
}

#c_static_001-1646296635438 .e_loop-6 .p_loopitem:nth-child(4) .tubiao {
	background: url(/template/default/skin/images/yyly4.png) no-repeat center
}

#c_static_001-1646296635438 .e_container-7>.p_item:hover .e_image-8 img {
	transform: scale(1.1)
}

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

	#c_static_001-1646296635438 .e_text-4 {
		font-size: 28px
	}

	#c_static_001-1646296635438 .e_text-5 {
		font-size: 20px
	}

	#c_static_001-1646296635438 {
		padding-top: 3rem;
		padding-bottom: 3rem
	}
}

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

#c_static_001-1646200220923 {
	min-height: 0px;
	display-radio: 1;
	padding-top: 4rem;
	padding-bottom: 4rem
}

#c_static_001-1646200220923 .e_container-1 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 94%;
	display-radio: flex;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px
}

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

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

#c_static_001-1646200220923 .e_container-1 .cbox-1-0 {
	flex: 0 0 50%;
	align-self: center
}

#c_static_001-1646200220923 .e_container-1 .cbox-1-1 {
	flex: 0 0 50%;
	padding-left: 0px;
	align-self: center
}

#c_static_001-1646200220923 .e_image-3 {
	overflow: hidden;
	display-radio: 1
}

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

#c_static_001-1646200220923 .e_button-8 {
	display: block;
	position: relative;
	overflow: hidden;
	text-align: center;
	box-sizing: border-box;
	width: 115px;
	padding: 8px;
	background_radio: 2;
	border_radio: 2;
	font_radio: 2;
	radius_radio: 1;
	display-radio: block;
	background-color: rgba(255, 255, 255, 0);
	font-size: 14px;
	font-family: Microsoft YaHei;
	border-style: solid;
	border-width: 1px;
	border-color: rgba(0, 158, 223, 1);
	margin-top: 20px;
	color: rgba(0, 158, 223, 1)
}

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

#c_static_001-1646200220923 .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-1646200220923 .e_button-8:hover::after {
	opacity: 1
}

#c_static_001-1646200220923 .e_button-8:hover {
	background-color: rgba(0, 158, 223, 1);
	color: rgba(255, 255, 255, 1);
	border-style: solid;
	border-color: rgba(0, 158, 223, 1);
	border-width: 1px
}

#c_static_001-1646200220923 .e_container-22 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 94%;
	display-radio: flex;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 0px
}

#c_static_001-1646200220923 .e_container-22>.p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%
}

#c_static_001-1646200220923 .e_text-23 {
	line-height: 1;
	display-radio: 1;
	font_radio: 2;
	text-align: center;
	font-size: 36px;
	color: rgba(0, 158, 223, 1);
	width: max-content;
	margin: 0 auto;
	padding: 0 60px;
	position: relative
}

#c_static_001-1646200220923 .e_text-23:before {
	content: "";
	width: 50px;
	height: 2px;
	background: #009edf;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%)
}

#c_static_001-1646200220923 .e_text-23:after {
	content: "";
	width: 50px;
	height: 2px;
	background: #009edf;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%)
}

#c_static_001-1646200220923 .e_text-24 {
	line-height: 1;
	display-radio: 1;
	font_radio: 2;
	font-size: 24px;
	text-align: center;
	color: rgba(199, 200, 200, 1);
	margin-top: 10px;
	font-weight: 100
}

#c_static_001-1646200220923 .e_container-25 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 94%;
	display-radio: flex;
	max-width: 560px;
	margin-left: auto
}

#c_static_001-1646200220923 .e_container-25>.p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%
}

#c_static_001-1646200220923 .e_text-26 {
	line-height: normal;
	display-radio: 1;
	font_radio: 2;
	font-size: 24px;
	color: rgba(0, 158, 223, 1);
	font-weight: bold
}

#c_static_001-1646200220923 .e_text-27 {
	line-height: 1.6;
	display-radio: 1;
	font_radio: 2;
	font-size: 16px;
	color: rgba(107, 109, 110, 1);
	margin-top: 15px
}

#c_static_001-1646200220923 .e_text-28 {
	line-height: 1.6;
	display-radio: 1;
	font_radio: 2;
	font-size: 16px;
	color: rgba(107, 109, 110, 1);
	margin-top: 15px
}

@media screen and (max-width:768px) {
	#c_static_001-1646200220923 {
		padding: 50px 0
	}

	#c_static_001-1646200220923 .e_container-1 .cbox-1-0 {
		flex: 0 0 100%
	}

	#c_static_001-1646200220923 .e_container-1 .cbox-1-1 {
		flex: 0 0 100%;
		padding-left: 0;
		margin-top: 20px
	}

	#c_static_001-1646200220923 .e_button-8 {
		margin-top: 2rem;
		font-size: 16px
	}

	#c_static_001-1646200220923 .e_text-23 {
		font-size: 28px
	}

	#c_static_001-1646200220923 .e_text-24 {
		font-size: 20px
	}

	#c_static_001-1646200220923 .e_container-25 {
		width: 100%;
		max-width: 100%
	}

	#c_static_001-1646200220923 .e_text-26 {
		font-size: 20px
	}
}

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

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

#c_static_001-1646300492100 {
	min-height: 0px;
	display-radio: 1;
	background-color: rgba(235, 239, 242, 1);
	padding-top: 4rem;
	padding-bottom: 4rem
}

#c_static_001-1646300492100 .e_container-3 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 94%;
	display-radio: flex;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 0px
}

#c_static_001-1646300492100 .e_container-3>.p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%
}

#c_static_001-1646300492100 .e_text-4 {
	line-height: 1;
	display-radio: 1;
	font_radio: 2;
	text-align: center;
	font-size: 36px;
	color: rgba(0, 158, 223, 1);
	width: max-content;
	margin: 0 auto;
	padding: 0 60px;
	position: relative
}

#c_static_001-1646300492100 .e_text-4:before {
	content: "";
	width: 50px;
	height: 2px;
	background: #009edf;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%)
}

#c_static_001-1646300492100 .e_text-4:after {
	content: "";
	width: 50px;
	height: 2px;
	background: #009edf;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%)
}

#c_static_001-1646300492100 .e_text-5 {
	line-height: 1;
	display-radio: 1;
	font_radio: 2;
	font-size: 24px;
	text-align: center;
	color: rgba(199, 200, 200, 1);
	margin-top: 10px;
	font-weight: 100
}

#c_static_001-1646300492100 .e_loop-6 .p_list {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	max-width: 100%
}

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

#c_static_001-1646300492100 .e_loop-6 .p_page {
	text-align: center
}

#c_static_001-1646300492100 .e_loop-6 .p_filter_wrapper {
	width: 100%;
	font-size: 13px
}

#c_static_001-1646300492100 .e_loop-6 .p_kv_wrapper {
	display: flex;
	flex-wrap: nowrap;
	line-height: 40px;
	margin: 15px 0
}

#c_static_001-1646300492100 .e_loop-6 .p_filter_key {
	width: 70px;
	overflow: hidden;
	margin-right: 10px;
	font-weight: bold;
	color: #333333;
	font-size: 12px
}

#c_static_001-1646300492100 .e_loop-6 .p_v_item {
	display: inline-block;
	padding: 0 3px;
	cursor: pointer;
	font-size: 13px;
	color: #555555;
	margin-right: 30px
}

#c_static_001-1646300492100 .e_loop-6 .p_active .p_fbutton {
	color: #fff;
	background-color: cornflowerblue
}

#c_static_001-1646300492100 .e_loop-6 .p_result_item {
	position: relative;
	padding: 3px 20px 3px 10px;
	border: 1px solid #ddd;
	border-radius: 3px;
	margin-right: 10px
}

#c_static_001-1646300492100 .e_loop-6 .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-1646300492100 .e_loop-6 .multSelect {
	font-size: 13px;
	position: relative
}

#c_static_001-1646300492100 .e_loop-6 .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-1646300492100 .e_loop-6 .multSelect.is-invalid .inputWrap {
	border-color: #dc3545
}

#c_static_001-1646300492100 .e_loop-6 .multSelect ul {
	padding: 0 5px;
	margin: 0;
	padding-right: 35px
}

#c_static_001-1646300492100 .e_loop-6 .multSelect ul,
li {
	list-style: none
}

#c_static_001-1646300492100 .e_loop-6 .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-1646300492100 .e_loop-6 .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-1646300492100 .e_loop-6 .multSelect .multSelect-option>div {
	line-height: 24px;
	cursor: pointer;
	padding: 0 10px
}

#c_static_001-1646300492100 .e_loop-6 .multSelect .multSelect-option>div.selected {
	color: #409eff
}

#c_static_001-1646300492100 .e_loop-6 .multSelect .multSelect-option>div:hover {
	color: #409eff;
	background: #f3f6f9
}

#c_static_001-1646300492100 .e_loop-6 .multSelect .fa-close {
	font-style: normal;
	font-size: 12px;
	padding: 0 5px 0 7px
}

#c_static_001-1646300492100 .e_loop-6 .multSelect .inputWrap>.fa svg {
	fill: #666;
	width: 12px;
	height: 12px;
	position: absolute;
	right: 0;
	top: calc(50% - 3px)
}

#c_static_001-1646300492100 .e_loop-6 .multSelect .inputWrap>.fa-down svg {
	transform: rotate(-90deg)
}

#c_static_001-1646300492100 .e_loop-6 .multSelect .inputWrap>.fa-up svg {
	transform: rotate(90deg)
}

#c_static_001-1646300492100 .e_loop-6 .multSelect .placeholder {
	line-height: 40px;
	padding-left: 10px;
	color: #aaa;
	position: absolute;
	left: 0;
	top: 0
}

#c_static_001-1646300492100 .e_loop-6 .p_normal_start {
	display: inline;
	width: 100px;
	height: 40px
}

#c_static_001-1646300492100 .e_loop-6 .p_date_start {
	display: inline;
	width: 105px;
	height: 40px
}

#c_static_001-1646300492100 .e_loop-6 .p_normal_end {
	display: inline;
	width: 100px;
	height: 40px;
	margin-right: 5px
}

#c_static_001-1646300492100 .e_loop-6 .p_date_end {
	display: inline;
	width: 105px;
	height: 40px;
	margin-right: 5px
}

#c_static_001-1646300492100 .e_loop-6 .p_split {
	margin: 0 5px
}

#c_static_001-1646300492100 .e_loop-6 .p_normal {
	margin-right: 16px
}

#c_static_001-1646300492100 .e_loop-6 .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-1646300492100 .e_loop-6 .input-check,
#c_static_001-1646300492100 .e_loop-6 .input-radio {
	margin: 0 5px;
	vertical-align: text-top
}

#c_static_001-1646300492100 .e_loop-6 .position-left {
	display: flex
}

#c_static_001-1646300492100 .e_loop-6 .position-right {
	display: flex;
	flex-direction: row-reverse
}

#c_static_001-1646300492100 .e_loop-6 .position-bottom {
	display: flex;
	flex-direction: column-reverse
}

#c_static_001-1646300492100 .e_loop-6 .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-1646300492100 .e_loop-6 .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-1646300492100 .e_loop-6 .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-1646300492100 .e_loop-6 .p_active .p_mbutton::before {
	display: block
}

#c_static_001-1646300492100 .e_loop-6 .p_active .p_mbutton::after {
	display: block
}

#c_static_001-1646300492100 .e_loop-6 .p_input_match {
	width: 100px;
	height: 40px;
	padding: 10px;
	border: 1px solid #ced4da;
	border-radius: 3px
}

#c_static_001-1646300492100 .e_loop-6 .p_filter_result {
	display: inline-block
}

#c_static_001-1646300492100 .e_loop-6 .p_contclear {
	cursor: pointer
}

#c_static_001-1646300492100 .e_loop-6 {
	display-radio: 1;
	width: 94%;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px
}

#c_static_001-1646300492100 .e_image-7 {
	overflow: hidden;
	display-radio: 1;
	width: 96%;
	max-width: 385px;
	margin-left: auto;
	margin-right: auto
}

#c_static_001-1646300492100 .e_image-7 img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	transition: 0.5s all
}

#c_static_001-1646300492100 .swiper-button-next {
	width: 60px;
	height: 60px;
	background: #fff;
	border-radius: 50%;
	box-shadow: 0 0 10px rgb(0 0 0 / 30%);
	right: 20px
}

#c_static_001-1646300492100 .swiper-button-prev {
	width: 60px;
	height: 60px;
	background: #fff;
	border-radius: 50%;
	box-shadow: 0 0 10px rgb(0 0 0 / 30%);
	left: 20px
}

#c_static_001-1646300492100 .swiper-button-next:after {
	font-size: 16px
}

#c_static_001-1646300492100 .swiper-button-prev:after {
	font-size: 16px
}

#c_static_001-1646300492100 .e_image-7:hover img {
	transform: scale(1.1)
}

@media screen and (max-width:768px) {
	#c_static_001-1646300492100 .e_text-4 {
		font-size: 28px
	}

	#c_static_001-1646300492100 .e_text-5 {
		font-size: 20px
	}

	#c_static_001-1646300492100 {
		padding-top: 3rem;
		padding-bottom: 3rem;
		display: none
	}
}

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

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

#c_static_001-16463635179080 {
	min-height: 0px;
	display-radio: 1;
	background-color: rgba(235, 239, 242, 1);
	padding-top: 4rem;
	padding-bottom: 4rem
}

#c_static_001-16463635179080 .e_container-3 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 94%;
	display-radio: flex;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 0px
}

#c_static_001-16463635179080 .e_container-3>.p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%
}

#c_static_001-16463635179080 .e_text-4 {
	line-height: 1;
	display-radio: 1;
	font_radio: 2;
	text-align: center;
	font-size: 28px;
	color: rgba(0, 158, 223, 1);
	width: max-content;
	margin: 0 auto;
	padding: 0 60px;
	position: relative
}

#c_static_001-16463635179080 .e_text-4:before {
	content: "";
	width: 50px;
	height: 2px;
	background: #009edf;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%)
}

#c_static_001-16463635179080 .e_text-4:after {
	content: "";
	width: 50px;
	height: 2px;
	background: #009edf;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%)
}

#c_static_001-16463635179080 .e_text-5 {
	line-height: 1;
	display-radio: 1;
	font_radio: 2;
	font-size: 20px;
	text-align: center;
	color: rgba(199, 200, 200, 1);
	margin-top: 10px;
	font-weight: 100
}

#c_static_001-16463635179080 .e_loop-6 .p_list {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	max-width: 100%
}

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

#c_static_001-16463635179080 .e_loop-6 .p_page {
	text-align: center
}

#c_static_001-16463635179080 .e_loop-6 .p_filter_wrapper {
	width: 100%;
	font-size: 13px
}

#c_static_001-16463635179080 .e_loop-6 .p_kv_wrapper {
	display: flex;
	flex-wrap: nowrap;
	line-height: 40px;
	margin: 15px 0
}

#c_static_001-16463635179080 .e_loop-6 .p_filter_key {
	width: 70px;
	overflow: hidden;
	margin-right: 10px;
	font-weight: bold;
	color: #333333;
	font-size: 12px
}

#c_static_001-16463635179080 .e_loop-6 .p_v_item {
	display: inline-block;
	padding: 0 3px;
	cursor: pointer;
	font-size: 13px;
	color: #555555;
	margin-right: 30px
}

#c_static_001-16463635179080 .e_loop-6 .p_active .p_fbutton {
	color: #fff;
	background-color: cornflowerblue
}

#c_static_001-16463635179080 .e_loop-6 .p_result_item {
	position: relative;
	padding: 3px 20px 3px 10px;
	border: 1px solid #ddd;
	border-radius: 3px;
	margin-right: 10px
}

#c_static_001-16463635179080 .e_loop-6 .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-16463635179080 .e_loop-6 .multSelect {
	font-size: 13px;
	position: relative
}

#c_static_001-16463635179080 .e_loop-6 .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-16463635179080 .e_loop-6 .multSelect.is-invalid .inputWrap {
	border-color: #dc3545
}

#c_static_001-16463635179080 .e_loop-6 .multSelect ul {
	padding: 0 5px;
	margin: 0;
	padding-right: 35px
}

#c_static_001-16463635179080 .e_loop-6 .multSelect ul,
li {
	list-style: none
}

#c_static_001-16463635179080 .e_loop-6 .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-16463635179080 .e_loop-6 .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-16463635179080 .e_loop-6 .multSelect .multSelect-option>div {
	line-height: 24px;
	cursor: pointer;
	padding: 0 10px
}

#c_static_001-16463635179080 .e_loop-6 .multSelect .multSelect-option>div.selected {
	color: #409eff
}

#c_static_001-16463635179080 .e_loop-6 .multSelect .multSelect-option>div:hover {
	color: #409eff;
	background: #f3f6f9
}

#c_static_001-16463635179080 .e_loop-6 .multSelect .fa-close {
	font-style: normal;
	font-size: 12px;
	padding: 0 5px 0 7px
}

#c_static_001-16463635179080 .e_loop-6 .multSelect .inputWrap>.fa svg {
	fill: #666;
	width: 12px;
	height: 12px;
	position: absolute;
	right: 0;
	top: calc(50% - 3px)
}

#c_static_001-16463635179080 .e_loop-6 .multSelect .inputWrap>.fa-down svg {
	transform: rotate(-90deg)
}

#c_static_001-16463635179080 .e_loop-6 .multSelect .inputWrap>.fa-up svg {
	transform: rotate(90deg)
}

#c_static_001-16463635179080 .e_loop-6 .multSelect .placeholder {
	line-height: 40px;
	padding-left: 10px;
	color: #aaa;
	position: absolute;
	left: 0;
	top: 0
}

#c_static_001-16463635179080 .e_loop-6 .p_normal_start {
	display: inline;
	width: 100px;
	height: 40px
}

#c_static_001-16463635179080 .e_loop-6 .p_date_start {
	display: inline;
	width: 105px;
	height: 40px
}

#c_static_001-16463635179080 .e_loop-6 .p_normal_end {
	display: inline;
	width: 100px;
	height: 40px;
	margin-right: 5px
}

#c_static_001-16463635179080 .e_loop-6 .p_date_end {
	display: inline;
	width: 105px;
	height: 40px;
	margin-right: 5px
}

#c_static_001-16463635179080 .e_loop-6 .p_split {
	margin: 0 5px
}

#c_static_001-16463635179080 .e_loop-6 .p_normal {
	margin-right: 16px
}

#c_static_001-16463635179080 .e_loop-6 .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-16463635179080 .e_loop-6 .input-check,
#c_static_001-16463635179080 .e_loop-6 .input-radio {
	margin: 0 5px;
	vertical-align: text-top
}

#c_static_001-16463635179080 .e_loop-6 .position-left {
	display: flex
}

#c_static_001-16463635179080 .e_loop-6 .position-right {
	display: flex;
	flex-direction: row-reverse
}

#c_static_001-16463635179080 .e_loop-6 .position-bottom {
	display: flex;
	flex-direction: column-reverse
}

#c_static_001-16463635179080 .e_loop-6 .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-16463635179080 .e_loop-6 .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-16463635179080 .e_loop-6 .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-16463635179080 .e_loop-6 .p_active .p_mbutton::before {
	display: block
}

#c_static_001-16463635179080 .e_loop-6 .p_active .p_mbutton::after {
	display: block
}

#c_static_001-16463635179080 .e_loop-6 .p_input_match {
	width: 100px;
	height: 40px;
	padding: 10px;
	border: 1px solid #ced4da;
	border-radius: 3px
}

#c_static_001-16463635179080 .e_loop-6 .p_filter_result {
	display: inline-block
}

#c_static_001-16463635179080 .e_loop-6 .p_contclear {
	cursor: pointer
}

#c_static_001-16463635179080 .e_loop-6 {
	display-radio: 1;
	width: 94%;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px
}

#c_static_001-16463635179080 .e_image-7 {
	overflow: hidden;
	display-radio: 1;
	width: 96%;
	max-width: 385px;
	margin-left: auto;
	margin-right: auto
}

#c_static_001-16463635179080 .e_image-7 img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	transition: 0.5s all
}

#c_static_001-16463635179080 .swiper-button-next {
	width: 60px;
	height: 60px;
	background: #fff;
	border-radius: 50%;
	box-shadow: 0 0 10px rgb(0 0 0 / 30%);
	right: 20px
}

#c_static_001-16463635179080 .swiper-button-prev {
	width: 60px;
	height: 60px;
	background: #fff;
	border-radius: 50%;
	box-shadow: 0 0 10px rgb(0 0 0 / 30%);
	left: 20px
}

#c_static_001-16463635179080 .swiper-button-next:after {
	font-size: 16px
}

#c_static_001-16463635179080 .swiper-button-prev:after {
	font-size: 16px
}

#c_static_001-16463635179080 .e_image-7:hover img {
	transform: scale(1.1)
}

@media screen and (max-width:768px) {
	#c_static_001-16463635179080 .e_text-4 {
		font-size: 28px
	}

	#c_static_001-16463635179080 .e_text-5 {
		font-size: 20px
	}

	#c_static_001-16463635179080 {
		padding-top: 3rem;
		padding-bottom: 3rem
	}

	#c_static_001-16463635179080 .e_loop-6 .p_loopitem {
		flex-grow: 0;
		flex-shrink: 0;
		flex-basis: calc(100% / 1)
	}
}

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

	#c_static_001-16463635179080 {
		display: none
	}
}

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

#c_static_001-1646202678251 {
	display-radio: 1;
	min-height: 0px;
	padding-top: 4rem;
	padding-bottom: 4rem
}

#c_static_001-1646202678251 .swiper-pagination {
	width: max-content;
	left: auto;
	right: 2rem
}

#c_static_001-1646202678251 .swiper-pagination-bullet {
	width: 6px;
	height: 6px;
	opacity: 1;
	border-radius: 50%;
	margin: 0 6px;
	background: transparent;
	border: 1px solid #fff
}

#c_static_001-1646202678251 .swiper-pagination-bullet-active {
	background: #fff
}

#c_static_001-1646202678251 .e_text-12 {
	line-height: 1;
	display-radio: 1;
	font_radio: 2;
	text-align: center;
	font-size: 36px;
	color: rgba(0, 158, 223, 1);
	width: max-content;
	margin: 0 auto;
	padding: 0 60px;
	position: relative
}

#c_static_001-1646202678251 .e_text-12:before {
	content: "";
	width: 50px;
	height: 2px;
	background: #009edf;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%)
}

#c_static_001-1646202678251 .e_text-12:after {
	content: "";
	width: 50px;
	height: 2px;
	background: #009edf;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%)
}

#c_static_001-1646202678251 .e_text-13 {
	line-height: 1;
	display-radio: 1;
	font_radio: 2;
	font-size: 24px;
	text-align: center;
	color: rgba(199, 200, 200, 1);
	margin-top: 10px;
	font-weight: 100
}

#c_static_001-1646202678251 .e_container-11 {
	display-radio: 1;
	width: 94%;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto
}

#c_static_001-1646202678251 .e_container-14 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 94%;
	display-radio: flex;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px
}

#c_static_001-1646202678251 .e_container-14>.p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%
}

#c_static_001-1646202678251 .e_container-14 .p_item {
	display-radio: 1
}

#c_static_001-1646202678251 .e_container-14 .cbox-14-0 {
	flex: 0 0 49%;
	overflow: hidden
}

#c_static_001-1646202678251 .e_container-14 .cbox-14-1 {
	flex: 0 0 49%;
	margin-left: auto
}

#c_static_001-1646202678251 .e_loop-19 .p_list {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	max-width: 100%
}

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

#c_static_001-1646202678251 .e_loop-19 .p_page {
	text-align: center
}

#c_static_001-1646202678251 .e_loop-19 .p_filter_wrapper {
	width: 100%;
	font-size: 13px
}

#c_static_001-1646202678251 .e_loop-19 .p_kv_wrapper {
	display: flex;
	flex-wrap: nowrap;
	line-height: 40px;
	margin: 15px 0
}

#c_static_001-1646202678251 .e_loop-19 .p_filter_key {
	width: 70px;
	overflow: hidden;
	margin-right: 10px;
	font-weight: bold;
	color: #333333;
	font-size: 12px
}

#c_static_001-1646202678251 .e_loop-19 .p_v_item {
	display: inline-block;
	padding: 0 3px;
	cursor: pointer;
	font-size: 13px;
	color: #555555;
	margin-right: 30px
}

#c_static_001-1646202678251 .e_loop-19 .p_active .p_fbutton {
	color: #fff;
	background-color: cornflowerblue
}

#c_static_001-1646202678251 .e_loop-19 .p_result_item {
	position: relative;
	padding: 3px 20px 3px 10px;
	border: 1px solid #ddd;
	border-radius: 3px;
	margin-right: 10px
}

#c_static_001-1646202678251 .e_loop-19 .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-1646202678251 .e_loop-19 .multSelect {
	font-size: 13px;
	position: relative
}

#c_static_001-1646202678251 .e_loop-19 .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-1646202678251 .e_loop-19 .multSelect.is-invalid .inputWrap {
	border-color: #dc3545
}

#c_static_001-1646202678251 .e_loop-19 .multSelect ul {
	padding: 0 5px;
	margin: 0;
	padding-right: 35px
}

#c_static_001-1646202678251 .e_loop-19 .multSelect ul,
li {
	list-style: none
}

#c_static_001-1646202678251 .e_loop-19 .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-1646202678251 .e_loop-19 .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-1646202678251 .e_loop-19 .multSelect .multSelect-option>div {
	line-height: 24px;
	cursor: pointer;
	padding: 0 10px
}

#c_static_001-1646202678251 .e_loop-19 .multSelect .multSelect-option>div.selected {
	color: #409eff
}

#c_static_001-1646202678251 .e_loop-19 .multSelect .multSelect-option>div:hover {
	color: #409eff;
	background: #f3f6f9
}

#c_static_001-1646202678251 .e_loop-19 .multSelect .fa-close {
	font-style: normal;
	font-size: 12px;
	padding: 0 5px 0 7px
}

#c_static_001-1646202678251 .e_loop-19 .multSelect .inputWrap>.fa svg {
	fill: #666;
	width: 12px;
	height: 12px;
	position: absolute;
	right: 0;
	top: calc(50% - 3px)
}

#c_static_001-1646202678251 .e_loop-19 .multSelect .inputWrap>.fa-down svg {
	transform: rotate(-90deg)
}

#c_static_001-1646202678251 .e_loop-19 .multSelect .inputWrap>.fa-up svg {
	transform: rotate(90deg)
}

#c_static_001-1646202678251 .e_loop-19 .multSelect .placeholder {
	line-height: 40px;
	padding-left: 10px;
	color: #aaa;
	position: absolute;
	left: 0;
	top: 0
}

#c_static_001-1646202678251 .e_loop-19 .p_normal_start {
	display: inline;
	width: 100px;
	height: 40px
}

#c_static_001-1646202678251 .e_loop-19 .p_date_start {
	display: inline;
	width: 105px;
	height: 40px
}

#c_static_001-1646202678251 .e_loop-19 .p_normal_end {
	display: inline;
	width: 100px;
	height: 40px;
	margin-right: 5px
}

#c_static_001-1646202678251 .e_loop-19 .p_date_end {
	display: inline;
	width: 105px;
	height: 40px;
	margin-right: 5px
}

#c_static_001-1646202678251 .e_loop-19 .p_split {
	margin: 0 5px
}

#c_static_001-1646202678251 .e_loop-19 .p_normal {
	margin-right: 16px
}

#c_static_001-1646202678251 .e_loop-19 .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-1646202678251 .e_loop-19 .input-check,
#c_static_001-1646202678251 .e_loop-19 .input-radio {
	margin: 0 5px;
	vertical-align: text-top
}

#c_static_001-1646202678251 .e_loop-19 .position-left {
	display: flex
}

#c_static_001-1646202678251 .e_loop-19 .position-right {
	display: flex;
	flex-direction: row-reverse
}

#c_static_001-1646202678251 .e_loop-19 .position-bottom {
	display: flex;
	flex-direction: column-reverse
}

#c_static_001-1646202678251 .e_loop-19 .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-1646202678251 .e_loop-19 .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-1646202678251 .e_loop-19 .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-1646202678251 .e_loop-19 .p_active .p_mbutton::before {
	display: block
}

#c_static_001-1646202678251 .e_loop-19 .p_active .p_mbutton::after {
	display: block
}

#c_static_001-1646202678251 .e_loop-19 .p_input_match {
	width: 100px;
	height: 40px;
	padding: 10px;
	border: 1px solid #ced4da;
	border-radius: 3px
}

#c_static_001-1646202678251 .e_loop-19 .p_filter_result {
	display: inline-block
}

#c_static_001-1646202678251 .e_loop-19 .p_contclear {
	cursor: pointer
}

#c_static_001-1646202678251 .e_loop-19 .swiper-container {
	padding-bottom: 30px
}

#c_static_001-1646202678251 .e_container-20 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%;
	display-radio: flex;
	min-height: 0px;
	background-color: rgba(255, 255, 255, 1);
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: rgba(218, 218, 218, 1)
}

#c_static_001-1646202678251 .e_container-20>.p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%
}

#c_static_001-1646202678251 .e_loop-19 {
	display-radio: 1;
	max-width: 586px
}

#c_static_001-1646202678251 .e_container-20 .cbox-20-0 {
	flex: 0 0 100px;
	align-self: center
}

#c_static_001-1646202678251 .e_container-20 .cbox-20-1 {
	padding-left: 25px;
	align-self: center
}

#c_static_001-1646202678251 .e_container-21 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%;
	display-radio: flex;
	min-height: 100px;
	background-color: rgba(242, 242, 243, 1)
}

#c_static_001-1646202678251 .e_container-21>.p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%
}

#c_static_001-1646202678251 .e_timeFormat-22 {
	display-radio: 1;
	font_radio: 2;
	min-height: 0px;
	font-size: 48px;
	color: rgba(0, 158, 223, 1);
	line-height: 1;
	text-align: center
}

#c_static_001-1646202678251 .e_timeFormat-23 {
	display-radio: 1;
	font_radio: 2;
	font-size: 16px;
	color: rgba(0, 158, 223, 1);
	line-height: 1;
	min-height: 0px;
	text-align: center;
	margin-top: 10px
}

#c_static_001-1646202678251 .e_container-21 .cbox-21-0 {
	align-self: center
}

#c_static_001-1646202678251 .e_text-24 {
	line-height: normal;
	display-radio: -webkit-box;
	font_radio: 2;
	font-size: 18px;
	color: rgba(99, 99, 99, 1);
	-webkit-line-clamp: 1;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden
}

#c_static_001-1646202678251 .e_richText-25 {
	display-radio: -webkit-box;
	font_radio: 2;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	font-size: 14px;
	color: rgba(155, 160, 164, 1);
	line-height: 1.7;
	margin-top: 10px
}

#c_static_001-1646202678251 .e_container-20 .p_item {
	display-radio: 1
}

#c_static_001-1646202678251 .e_text-24:hover {
	color: rgba(0, 158, 223, 1)
}

#c_static_001-1646202678251 .e_container-27 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%;
	display-radio: flex
}

#c_static_001-1646202678251 .e_container-27>.p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%
}

#c_static_001-1646202678251 .e_image-28 {
	overflow: hidden;
	display-radio: 1
}

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

#c_static_001-1646202678251 .e_container-29 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%;
	display-radio: flex;
	padding-left: 2rem;
	padding-right: 2rem;
	background-color: rgba(0, 0, 0, 0.71);
	position: absolute;
	left: 0;
	bottom: 0
}

#c_static_001-1646202678251 .e_container-29>.p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%
}

#c_static_001-1646202678251 .e_text-30 {
	line-height: 40px;
	display-radio: -webkit-box;
	font_radio: 2;
	-webkit-line-clamp: 1;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	color: rgba(255, 255, 255, 1);
	font-size: 18px
}

#c_static_001-1646202678251 .e_container-14 .cbox-14-0 .cbox-19 {
	display: none
}

@media screen and (max-width:768px) {
	#c_static_001-1646202678251 .e_loop-19 .p_loopitem {
		flex-grow: 0;
		flex-shrink: 0;
		flex-basis: calc(100% / 1)
	}

	#c_static_001-1646202678251 .e_text-12 {
		font-size: 28px
	}

	#c_static_001-1646202678251 .e_text-13 {
		font-size: 20px
	}

	#c_static_001-1646202678251 .e_container-14 .cbox-14-0 {
		flex: 0 0 100%;
		overflow: hidden
	}

	#c_static_001-1646202678251 .e_container-14 .cbox-14-1 {
		flex: 0 0 100%
	}

	#c_static_001-1646202678251 .swiper-pagination {
		display: none
	}
}

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

#c_static_001-1646200231161 {
	min-height: 0px;
	display-radio: 1;
	background-fill-value: background-color;
	padding-top: 4rem;
	padding-bottom: 4rem;
	background-color: rgba(235, 239, 242, 1)
}

#c_static_001-1646200231161 .e_loop-6 .p_list {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	max-width: 100%
}

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

#c_static_001-1646200231161 .e_loop-6 .p_page {
	text-align: center
}

#c_static_001-1646200231161 .e_loop-6 .p_filter_wrapper {
	width: 100%;
	font-size: 13px
}

#c_static_001-1646200231161 .e_loop-6 .p_kv_wrapper {
	display: flex;
	flex-wrap: nowrap;
	line-height: 40px;
	margin: 15px 0
}

#c_static_001-1646200231161 .e_loop-6 .p_filter_key {
	width: 70px;
	overflow: hidden;
	margin-right: 10px;
	font-weight: bold;
	color: #333333;
	font-size: 12px
}

#c_static_001-1646200231161 .e_loop-6 .p_v_item {
	display: inline-block;
	padding: 0 3px;
	cursor: pointer;
	font-size: 13px;
	color: #555555;
	margin-right: 30px
}

#c_static_001-1646200231161 .e_loop-6 .p_active .p_fbutton {
	color: #fff;
	background-color: cornflowerblue
}

#c_static_001-1646200231161 .e_loop-6 .p_result_item {
	position: relative;
	padding: 3px 20px 3px 10px;
	border: 1px solid #ddd;
	border-radius: 3px;
	margin-right: 10px
}

#c_static_001-1646200231161 .e_loop-6 .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-1646200231161 .e_loop-6 .multSelect {
	font-size: 13px;
	position: relative
}

#c_static_001-1646200231161 .e_loop-6 .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-1646200231161 .e_loop-6 .multSelect.is-invalid .inputWrap {
	border-color: #dc3545
}

#c_static_001-1646200231161 .e_loop-6 .multSelect ul {
	padding: 0 5px;
	margin: 0;
	padding-right: 35px
}

#c_static_001-1646200231161 .e_loop-6 .multSelect ul,
li {
	list-style: none
}

#c_static_001-1646200231161 .e_loop-6 .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-1646200231161 .e_loop-6 .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-1646200231161 .e_loop-6 .multSelect .multSelect-option>div {
	line-height: 24px;
	cursor: pointer;
	padding: 0 10px
}

#c_static_001-1646200231161 .e_loop-6 .multSelect .multSelect-option>div.selected {
	color: #409eff
}

#c_static_001-1646200231161 .e_loop-6 .multSelect .multSelect-option>div:hover {
	color: #409eff;
	background: #f3f6f9
}

#c_static_001-1646200231161 .e_loop-6 .multSelect .fa-close {
	font-style: normal;
	font-size: 12px;
	padding: 0 5px 0 7px
}

#c_static_001-1646200231161 .e_loop-6 .multSelect .inputWrap>.fa svg {
	fill: #666;
	width: 12px;
	height: 12px;
	position: absolute;
	right: 0;
	top: calc(50% - 3px)
}

#c_static_001-1646200231161 .e_loop-6 .multSelect .inputWrap>.fa-down svg {
	transform: rotate(-90deg)
}

#c_static_001-1646200231161 .e_loop-6 .multSelect .inputWrap>.fa-up svg {
	transform: rotate(90deg)
}

#c_static_001-1646200231161 .e_loop-6 .multSelect .placeholder {
	line-height: 40px;
	padding-left: 10px;
	color: #aaa;
	position: absolute;
	left: 0;
	top: 0
}

#c_static_001-1646200231161 .e_loop-6 .p_normal_start {
	display: inline;
	width: 100px;
	height: 40px
}

#c_static_001-1646200231161 .e_loop-6 .p_date_start {
	display: inline;
	width: 105px;
	height: 40px
}

#c_static_001-1646200231161 .e_loop-6 .p_normal_end {
	display: inline;
	width: 100px;
	height: 40px;
	margin-right: 5px
}

#c_static_001-1646200231161 .e_loop-6 .p_date_end {
	display: inline;
	width: 105px;
	height: 40px;
	margin-right: 5px
}

#c_static_001-1646200231161 .e_loop-6 .p_split {
	margin: 0 5px
}

#c_static_001-1646200231161 .e_loop-6 .p_normal {
	margin-right: 16px
}

#c_static_001-1646200231161 .e_loop-6 .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-1646200231161 .e_loop-6 .input-check,
#c_static_001-1646200231161 .e_loop-6 .input-radio {
	margin: 0 5px;
	vertical-align: text-top
}

#c_static_001-1646200231161 .e_loop-6 .position-left {
	display: flex
}

#c_static_001-1646200231161 .e_loop-6 .position-right {
	display: flex;
	flex-direction: row-reverse
}

#c_static_001-1646200231161 .e_loop-6 .position-bottom {
	display: flex;
	flex-direction: column-reverse
}

#c_static_001-1646200231161 .e_loop-6 .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-1646200231161 .e_loop-6 .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-1646200231161 .e_loop-6 .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-1646200231161 .e_loop-6 .p_active .p_mbutton::before {
	display: block
}

#c_static_001-1646200231161 .e_loop-6 .p_active .p_mbutton::after {
	display: block
}

#c_static_001-1646200231161 .e_loop-6 .p_input_match {
	width: 100px;
	height: 40px;
	padding: 10px;
	border: 1px solid #ced4da;
	border-radius: 3px
}

#c_static_001-1646200231161 .e_loop-6 {
	display-radio: 1;
	width: 94%;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px
}

#c_static_001-1646200231161 .e_container-7 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 94%;
	display-radio: flex;
	max-width: 190px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px
}

#c_static_001-1646200231161 .e_container-7>.p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%;
	position: relative;
	overflow: hidden
}

#c_static_001-1646200231161 .e_image-8 {
	overflow: hidden;
	transition: all .5s ease;
	display-radio: 1;
	max-width: 239px;
	margin-left: auto;
	margin-right: auto
}

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

#c_static_001-1646200231161 .e_container-11 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 94%;
	display-radio: flex;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 0px
}

#c_static_001-1646200231161 .e_container-11>.p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%
}

#c_static_001-1646200231161 .e_text-12 {
	line-height: 1;
	display-radio: 1;
	font_radio: 2;
	text-align: center;
	font-size: 36px;
	color: rgba(0, 158, 223, 1);
	width: max-content;
	margin: 0 auto;
	padding: 0 60px;
	position: relative
}

#c_static_001-1646200231161 .e_text-12:before {
	content: "";
	width: 50px;
	height: 2px;
	background: #009edf;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%)
}

#c_static_001-1646200231161 .e_text-12:after {
	content: "";
	width: 50px;
	height: 2px;
	background: #009edf;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%)
}

#c_static_001-1646200231161 .e_text-13 {
	line-height: 1;
	display-radio: 1;
	font_radio: 2;
	font-size: 24px;
	text-align: center;
	color: rgba(199, 200, 200, 1);
	margin-top: 10px;
	font-weight: 100
}

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

	#c_static_001-1646200231161 .e_container-7 {
		max-width: 100%
	}

	#c_static_001-1646200231161 {
		background-size: cover;
		padding: 50px 0
	}

	#c_static_001-1646200231161 .e_text-12 {
		font-size: 28px
	}

	#c_static_001-1646200231161 .e_text-13 {
		font-size: 20px
	}
}

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

.ind-about .e_text-4.s_title{
	line-height: 1;
    display-radio: 1;
    font_radio: 2;
    /* text-align: center;
    font-size: 36px;
    color: rgb(0 181 255);
    width: max-content;
    margin: 0 auto;
    padding: 0 60px;
    position: relative;
	padding-top: 50px; */
	padding-top: 55px;
	font-size: 45px;
	    font-family: "microsoft yahei";
	    font-weight: bold;
	    color: #333333;
	    text-align: center;
	    position: relative;
	    margin-bottom: 18px;
}

.ind-about .e_text-5.s_title{

line-height: 1;
    display-radio: 1;
    font_radio: 2;
    font-size: 24px;
    text-align: center;
    color: rgb(92 86 86);
    margin-top: 10px;
    font-weight: 100;

}
