@keyframes bannerimg {
	from {
		transform: scale(1.2)
	}

	to {
		transform: scale(1)
	}
}

@keyframes puBanner {
	from {
		transform: translateY(100px);
		opacity: 0
	}

	to {
		transform: translateY(0);
		opacity: 1
	}
}

.jh_ny_banner {
	min-height: 0px;
	display-radio: 1;
	background_radio: 2;
	margin-top: 0px
}

.jh_ny_banner .e_bannerA-2 .swiper-wrapper {}

.jh_ny_banner .e_bannerA-2 .swiper-slide {
	height: 100%;
	position: relative
}

.jh_ny_banner .e_bannerA-2 .p_img {
	width: 100%;
	height: 100%
}

.jh_ny_banner .e_bannerA-2 .p_img:before {
	background: linear-gradient(90deg, rgb(0 73 137), rgba(0, 0, 0, 0));
	content: '';
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	top: 0px;
	display: block;
	z-index: 2;
	width: 100%
}

.jh_ny_banner .e_bannerA-2 .p_img a {
	pointer-events: none
}

.jh_ny_banner .e_bannerA-2 .p_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	animation: bannerimg 2s
}

.jh_ny_banner .e_bannerA-2 .custom-bullet {
	background: #ccc
}

.jh_ny_banner .e_bannerA-2 .p_info {
	width: 100%;
	max-width: 1600px;
	padding: 0 20px;
	position: absolute;
	left: 50%;
	top: 58%;
	z-index: 9;
	display: flex;
	transform: translate(-50%, -20%);
	align-items: center
}

.jh_ny_banner .e_bannerA-2 .p_info div {
	width: 100%;
	display: flex;
	flex-flow: column;
	flex-direction: column-reverse;
	position: relative;
	padding-bottom: 40px
}

.jh_ny_banner .e_bannerA-2 .p_info div:before {
	content: "";
	display: block;
	width: 16px;
	height: 16px;
	background: #0181cc;
	border-radius: 50%;
	position: absolute;
	left: 0;
	bottom: 0;
	top: 70%;
	animation: puBanner 1.7s
}

.jh_ny_banner .e_bannerA-2 .p_info div:after {
	content: "";
	display: block;
	width: 16px;
	height: 16px;
	background: #fff;
	border-radius: 50%;
	position: absolute;
	left: 10px;
	bottom: 0;
	top: 70%;
	opacity: 0.6;
	animation: puBanner 1.7s
}

.jh_ny_banner .e_bannerA-2 .p_subtitle {
	line-height: 2;
	padding: 5px 0
}

.jh_ny_banner .e_bannerA-2 .swiper-container-vertical {
	height: 400px
}

.jh_ny_banner .e_bannerA-2 .p_video {
	width: 100%;
	height: 100%;
	z-index: 3;
	overflow: hidden;
	margin-right: 0;
	margin-left: auto;
	position: relative
}

.jh_ny_banner .e_bannerA-2 .p_video .videoContent {
	width: 100%;
	height: 100%
}

.jh_ny_banner .e_bannerA-2 .p_video video {
	width: 100%;
	height: 100%;
	background: #000
}

.jh_ny_banner .e_bannerA-2 .p_videoPoster {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 2;
	cursor: pointer
}

.jh_ny_banner .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
}

.jh_ny_banner .e_bannerA-2 .p_videoPoster img {
	width: 100%;
	height: 100%;
	object-fit: cover
}

.jh_ny_banner .e_bannerA-2 .p_videoInfo {
	display: none
}

.jh_ny_banner .e_bannerA-2 .p_info h2 {
	animation: puBanner 1s;
	font-size: 2.5rem
}

.jh_ny_banner .e_bannerA-2 .p_info h6 {
	animation: puBanner 1.3s
}

.jh_ny_banner .e_bannerA-2 .p_info p {
	animation: puBanner 1.5s;
	text-transform: uppercase
}

.jh_ny_banner .swiper-slide {
	display: none
}

.jh_ny_banner .swiper-slide.swiper-slide-active {
	display: block !important
}

.jh_ny_banner .e_bannerA-2 {
	background_radio: 1;
	display-radio: 1
}

@media screen and (max-width:768px) {
	.jh_ny_banner .e_bannerA-2 .swiper-wrapper {
		height: 18vh;
		margin-top: 0px
	}

	.jh_ny_banner .e_bannerA-2 .p_img a {
		background: #000;
		display: block;
		width: 100%;
		height: 100%
	}

	.jh_ny_banner .e_bannerA-2 .p_img img {
		display: block
	}

	.jh_ny_banner .e_bannerA-2 .p_info {
		width: 100%;
		max-width: 1600px;
		padding: 0 20px;
		position: absolute;
		left: 50%;
		top: 55%;
		z-index: 9;
		display: flex;
		transform: translate(-50%, -20%);
		align-items: center
	}

	.jh_ny_banner .e_bannerA-2 .p_info h2 {
		font-size: 18px
	}

	.jh_ny_banner .e_bannerA-2 .p_info h6 {
		font-size: 14px
	}

	.jh_ny_banner .e_bannerA-2 .p_info div {
		padding-bottom: 10px
	}
}

.jh_category_nav {
	min-height: 0px;
	background-color: rgba(239, 241, 245, 1);
	padding-top: 15px;
	padding-bottom: 15px;
	display-radio: 1
}

.jh_category_nav .e_container-1 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 92%;
	max-width: 1600px;
	margin-left: auto;
	margin-right: auto;
	display-radio: flex;
	background_radio: 1
}

.jh_category_nav .e_container-1>.p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%
}

.jh_category_nav .e_breadcrumb-2 .p_breadcrumbItem {
	position: relative
}

.jh_category_nav .e_breadcrumb-2 .icon {
	width: 12px;
	height: 12px
}

.jh_category_nav .e_breadcrumb-2 .p_breadcrumbItem:not(:first-child) {
	padding: 0 3px 0 15px
}

.jh_category_nav .e_breadcrumb-2 .p_breadcrumbItem:not(:first-child)::before {
	content: '>';
	position: absolute;
	left: 3px;
	color: #999
}

.jh_category_nav .e_breadcrumb-2 .p_breadcrumb {
	display: flex
}

.jh_category_nav .e_breadcrumb-2 .p_showTitle {
	position: relative;
	display: flex;
	align-items: center;
	padding-left: 5px;
	border: 1px solid transparent
}

.jh_category_nav .e_breadcrumb-2 .siblings::after {
	content: '>';
	display: flex;
	justify-content: center;
	align-items: center;
	width: 20px;
	height: 20px;
	transform: rotateZ(90deg);
	cursor: pointer;
	color: #ccc
}

.jh_category_nav .e_breadcrumb-2 .siblings.active {
	border: 1px solid #dee2e6
}

.jh_category_nav .e_breadcrumb-2 .siblings.active::after {
	transform: rotateZ(-90deg)
}

.jh_category_nav .e_breadcrumb-2 .p_slide {
	position: absolute;
	left: 18px;
	min-width: 100%;
	padding: 5px;
	display: none;
	z-index: 999
}

.jh_category_nav .e_breadcrumb-2 .p_sibling {
	display: block;
	width: 100%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden
}

.jh_category_nav .e_breadcrumb-2 {
	background_radio: 2;
	background-color: rgba(255, 255, 255, 0)
}

.jh_category_nav .e_loop-3 .p_list {
	display: flex;
	flex-wrap: wrap
}

.jh_category_nav .e_loop-3 .p_loopitem {
	flex: 0 0 33.3%;
	position: relative
}

.jh_category_nav .e_loop-3 .p_page {
	text-align: center
}

.jh_category_nav .e_loop-3 .p_filter_wrapper {
	width: 100%
}

.jh_category_nav .e_loop-3 .p_kv_wrapper {
	display: flex;
	flex-wrap: nowrap
}

.jh_category_nav .e_loop-3 .p_filter_key {
	line-height: 40px;
	margin-right: 10px;
	font-weight: bold
}

.jh_category_nav .e_loop-3 .p_v_item {
	display: inline-block;
	margin: 0 5px;
	line-height: 40px;
	cursor: pointer
}

.jh_category_nav .e_loop-3 .p_active {
	color: blueviolet
}

.jh_category_nav .e_loop-3 .p_result_item {
	position: relative;
	padding: 3px 20px 3px 10px;
	border: 1px solid #ddd;
	border-radius: 3px;
	margin-right: 10px
}

.jh_category_nav .e_loop-3 .p_filter_close {
	position: absolute;
	right: 0;
	top: 0;
	padding: 3px;
	font-style: normal;
	font-size: 16px;
	margin-top: -5px;
	cursor: pointer
}

.jh_category_nav .e_loop-3 .multSelect {
	font-size: 14px;
	position: relative
}

.jh_category_nav .e_loop-3 .multSelect .inputWrap {
	width: 100%;
	min-width: 100px;
	min-height: 40px;
	border: 1px solid #ccc;
	border-radius: 3px;
	position: relative;
	cursor: pointer
}

.jh_category_nav .e_loop-3 .multSelect.is-invalid .inputWrap {
	border-color: #dc3545
}

.jh_category_nav .e_loop-3 .multSelect ul {
	padding: 0 5px;
	margin: 0;
	padding-right: 35px
}

.jh_category_nav .e_loop-3 .multSelect ul,
li {
	list-style: none
}

.jh_category_nav .e_loop-3 .multSelect li {
	display: inline-block;
	background: #edf0f3;
	color: #92969c;
	padding: 3px 5px;
	margin: 5px 5px 5px 0;
	border-radius: 5px
}

.jh_category_nav .e_loop-3 .multSelect .multSelect-option {
	width: 100%;
	border: 1px solid #ccc;
	border-top: 0;
	max-height: 200px;
	overflow-y: scroll;
	position: absolute;
	height: 0;
	opacity: 0;
	z-index: 9;
	background: #fff
}

.jh_category_nav .e_loop-3 .multSelect .multSelect-option>div {
	line-height: 35px;
	cursor: pointer;
	padding: 0 10px
}

.jh_category_nav .e_loop-3 .multSelect .multSelect-option>div.selected {
	color: #409eff
}

.jh_category_nav .e_loop-3 .multSelect .multSelect-option>div:hover {
	color: #409eff;
	background: #f3f6f9
}

.jh_category_nav .e_loop-3 .multSelect .fa-close {
	font-style: normal;
	font-size: 12px;
	padding: 0 5px 0 7px
}

.jh_category_nav .e_loop-3 .multSelect .inputWrap>.fa svg {
	fill: #666;
	width: 16px;
	height: 16px;
	position: absolute;
	right: 0;
	top: calc(50% - 8px)
}

.jh_category_nav .e_loop-3 .multSelect .inputWrap>.fa-down svg {
	transform: rotate(-90deg)
}

.jh_category_nav .e_loop-3 .multSelect .inputWrap>.fa-up svg {
	transform: rotate(90deg)
}

.jh_category_nav .e_loop-3 .multSelect .placeholder {
	line-height: 40px;
	padding-left: 10px;
	color: #aaa;
	position: absolute;
	left: 0;
	top: 0
}

.jh_category_nav .e_loop-3 .p_filter_select {
	width: 150px
}

.jh_category_nav .e_loop-3 .p_normal_start,
.jh_category_nav .e_loop-3 .p_date_start {
	display: inline;
	width: 100px
}

.jh_category_nav .e_loop-3 .p_normal_end,
.jh_category_nav .e_loop-3 .p_date_end {
	display: inline;
	width: 100px
}

.jh_category_nav .e_loop-3 .p_split {
	margin: 0 5px
}

.jh_category_nav .e_loop-3 .p_normal {
	margin-right: 16px
}

.jh_category_nav .e_loop-3 {
	background_radio: 1;
	margin-left: auto;
	margin-right: auto;
	transition-property: all;
	max-width: none
}

.jh_category_nav .e_loop-3 .cbox-3:nth-child(odd) {
	flex: 0 0 auto
}

.jh_category_nav .e_loop-3 .cbox-3:nth-child(even) {
	flex: 0 0 auto;
	align-items: center
}

.jh_category_nav .e_text-4 {
	line-height: normal;
	font_radio: 2;
	display-radio: 1;
	font-family: "fa1c040b-ee58-4620-ad77-209efac6cab8";
	font-size: 16px
}

.jh_category_nav .e_text-4 a {
	display: block;
	padding: 10px 35px;
	background: #fff;
	border-radius: 0px;
	border: 1px solid #eee;
	font-size: 16px;
	transition: all .5s ease
}

.jh_category_nav .e_text-4 a:hover {
	background: #0860A7;
	color: #fff
}

.jh_category_nav .e_text-4 a.on {
	background: #0860A7;
	color: #fff
}

.jh_category_nav .e_container-1 .cbox-1-1 {
	flex: 0 0 auto;
	align-self: center
}

@media screen and (max-width:768px) {
	.jh_category_nav .e_container-1 .cbox-1-1 {
		display: none
	}

	.jh_category_nav {
		padding-top: 10px;
		padding-bottom: 5px
	}

	.jh_category_nav .e_loop-3 .p_loopitem {
		position: static;
		display: inline-block;
		width: auto;
		margin: 0 5px;
		vertical-align: top
	}

	.jh_category_nav .e_loop-3 .p_loopitem:first-child {
		margin-left: 20px
	}

	.jh_category_nav .e_loop-3 .p_loopitem:last-child {
		margin-right: 20px
	}

	.jh_category_nav .e_loop-3 .p_list {
		font-size: 0;
		display: inline-block;
		margin: 0 auto;
		padding: 0px;
		text-align: center;
		width: 100%;
		overflow-x: auto;
		flex-wrap: nowrap;
		justify-content: center;
		overflow-y: hidden;
		white-space: nowrap
	}

	.jh_category_nav .e_text-4 a {
		font-size: 14px;
		text-align: center;
		padding: 10px 20px
	}
}

@media screen and (min-width: 769px) {
	.jh_category_nav .e_loop-3 .p_loopitem {
		flex-grow: 0;
		flex-shrink: 0;
		flex: 0 0 auto;
		margin-right: 15px
	}
}

.jh_feedback {
	padding-top: 40px;
	padding-bottom: 50px;
	background_radio: 2;
	display-radio: 1
}

.jh_feedback .e_formBtn-6 {
	display: block;
	position: relative;
	overflow: hidden;
	text-align: center;
	box-sizing: border-box;
	width: auto;
	padding: 8px;
	margin-top: 20px;
	border: none;
	font-size: 16px;
	font-weight: normal;
	background-color: var(--mainColor);
	border-radius: 0px;
	color: #FFFFFF;
	padding-top: 15px;
	padding-bottom: 15px;
	max-width: none;
	margin-bottom: 0px;
	font-family: "5fc242cd-8338-4365-a421-e51526f8350d"
}

.jh_feedback .e_formBtn-6 span {
	display: block;
	width: 100%;
	position: relative;
	z-index: 1;
	outline: 0;
	margin: 0px;
	overflow: hidden;
	font-family: "0cc696f0-3e35-40b6-b24b-5212df1a334f"
}

.jh_feedback .e_formBtn-6::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	transition: all .3s;
	z-index: 0;
	opacity: 0;
	top: 0;
	left: 0px
}

.jh_feedback .e_formBtn-6:hover::after {
	opacity: 1
}

.jh_feedback .e_form-1 {
	margin-left: auto;
	margin-right: auto;
	padding-left: 0px;
	padding-right: 0px;
	display-radio: 1;
	max-width: none;
	background_radio: 1;
	margin-top: 20px;
	margin-bottom: 10px
}

.jh_feedback .e_container-7 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	display-radio: flex;
	margin-left: auto;
	margin-right: auto;
	width: 90%;
	max-width: 1400px;
	background_radio: 1
}

.jh_feedback .e_container-7>.p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%
}

.jh_feedback .e_form-1>div input {
	display: flex;
	align-items: center;
	margin: 0 auto;
	height: 46px;
	padding: 0 20px;
	background: #ffffff;
	border: 1px solid #e7e7e7;
	box-sizing: border-box;
	transition: .5s
}

.jh_feedback .e_form-1>div textarea {
	display: flex;
	align-items: center;
	margin: 0 auto;
	height: 150px;
	padding: 15PX 20px;
	background: #ffffff;
	border: 1px solid #e7e7e7;
	box-sizing: border-box;
	transition: .5s;
	margin-bottom: 13px
}

.jh_feedback .e_input-2 .p_phoneCode {
	width: 90px;
	margin-right: 10px
}

.jh_feedback .e_textarea-5 .p_required {
	vertical-align: middle;
	font-size: 1.4em;
	line-height: 100%;
	position: relative;
	font-weight: bold;
	top: 0.15em;
	padding-left: 5px
}

.jh_feedback .e_input-2 {
	display-radio: 1
}

.jh_feedback .e_input-2 .p_input {
	display-radio: 1;
	font-family: "5fc242cd-8338-4365-a421-e51526f8350d"
}

.jh_feedback .e_text-15 {
	line-height: 1.5;
	font_radio: 2;
	font-size: 30px;
	color: rgba(51, 51, 51, 1);
	padding-top: 0px;
	font-weight: normal;
	display-radio: 1;
	margin-bottom: 5px
}

.jh_feedback .e_container-7 .cbox-7-1 {
	padding-right: 3%;
	padding-left: 3%;
	background-color: #f5f5f5;
	padding-top: 3%;
	padding-bottom: 3%;
	border-bottom: var(--c) 3px solid
}

.jh_feedback .e_container-7 .cbox-7-0 {}

.p_mapimg {
	width: 139px;
	height: 104px
}

.jh_feedback .e_clueEmail-58 {
	display-radio: 1
}

.jh_feedback .e_clueEmail-58 .p_input {
	display-radio: 1;
	font-family: "5fc242cd-8338-4365-a421-e51526f8350d"
}

.jh_feedback .e_textarea-5 .p_input {
	display-radio: 1;
	font-family: "5fc242cd-8338-4365-a421-e51526f8350d"
}

.jh_feedback .e_form-1 .cbox-1-0 {
	margin-top: 0px
}

.jh_feedback .e_text-80 {
	line-height: normal;
	font_radio: 2;
	display-radio: 1;
	font-family: "fa1c040b-ee58-4620-ad77-209efac6cab8"
}

.jh_feedback .e_textarea-5 {
	display-radio: 1
}

.jh_feedback .e_input-81 .p_phoneCode {
	position: relative;
	width: 90px;
	margin-right: 10px
}

.jh_feedback .e_input-81 .p_phoneCode .form-control {
	height: 36px
}

.jh_feedback .e_input-81 .p_currentCode {
	cursor: pointer
}

.jh_feedback .e_input-81 .p_arrow {
	position: absolute;
	right: 5px;
	top: 50%;
	transform: translateY(-50%)
}

.jh_feedback .e_input-81 .p_codeList {
	display: none;
	position: absolute;
	width: 120px;
	left: 0;
	top: calc(100% + 5px);
	background-color: #fff;
	color: #495057;
	border-radius: 4px;
	max-height: 192px;
	overflow: auto;
	z-index: 9;
	border: 1px solid #ced4da
}

.jh_feedback .e_input-81 .p_codeItem {
	line-height: 32px;
	padding: 0 15px;
	overflow: hidden;
	cursor: pointer
}

.jh_feedback .e_input-81 .p_codeItem:hover,
.jh_feedback .e_input-81 .p_codeItem.p_active {
	background-color: #f1f5f8
}

.jh_feedback .e_input-81 .p_enCode {
	float: right;
	color: #ccc
}

.jh_feedback .e_bmap-83 {
	width: 90%;
	height: 460px;
	position: relative;
	display-radio: 1;
	max-width: 1400px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 2%;
	margin-bottom: 0px
}

.jh_feedback .e_bmap-83 .p_container {
	width: 100%;
	height: 100%
}

.jh_feedback .e_bmap-83 .p_demo {
	width: 100%;
	height: 100%;
	object-fit: cover
}

.jh_feedback .e_bmap-83 .anchorBL {}

.jh_feedback .e_bmap-83 .p_maptext img {
	max-width: 100%
}

.jh_feedback .e_bmap-83 .p_loadmore {
	position: absolute;
	right: 20px;
	top: 20px;
	z-index: 99999
}

.jh_feedback .e_bmap-83 .p_conDom {
	display: flex;
	padding-bottom: 10px;
	padding-right: 10px
}

.jh_feedback .e_bmap-83 .p_imgCon {
	flex: 0 0 40%;
	padding-right: 10px
}

.jh_feedback .e_bmap-83 .p_mapImg+.p_mapImg {
	padding-top: 5px
}

.jh_feedback .e_bmap-83 .p_imgCon img {
	width: 100%
}

.jh_feedback .e_bmap-83 .p_textCon {}

.jh_feedback .e_container-91 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	display-radio: flex;
	margin-bottom: 10px;
	padding-left: 15px;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-right: 15px;
	max-width: 98%;
	width: auto;
	margin-left: auto;
	margin-right: auto;
	border-style: solid;
	border-width: 1px;
	border-color: rgba(220, 222, 224, 1);
	border-top-right-radius: 15px;
	border-bottom-left-radius: 15px;
	min-height: 240px;
	background_radio: 1
}

.jh_feedback .e_container-91>.p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%
}

.jh_feedback .e_container-91 .p_item {
	display-radio: 1
}

.jh_feedback .e_container-91 .cbox-91-1 {
	padding-left: 15px
}

.jh_feedback .e_container-92 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%;
	display-radio: flex;
	border-style: solid;
	border-width: 1px;
	border-color: var(--c);
	border-top-left-radius: 100px;
	border-top-right-radius: 100px;
	border-bottom-left-radius: 100px;
	border-bottom-right-radius: 100px;
	max-height: 50px;
	min-width: 0px;
	max-width: 50px;
	min-height: 50px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 12px;
	background_radio: 1
}

.jh_feedback .e_container-92>.p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%
}

.jh_feedback .e_line-94 {
	display-radio: 1;
	max-width: 50px;
	margin-left: auto;
	margin-right: auto;
	line_radio: 1
}

.jh_feedback .e_icon-96 {
	width: 24px;
	height: auto;
	font_radio: 2;
	display-radio: 1;
	margin-left: auto;
	margin-right: auto;
	padding-top: 0px;
	margin-top: 11px;
	max-width: none;
	color: var(--c)
}

.jh_feedback .e_icon-96 .icon {
	margin: 0;
	width: 100%;
	height: 100%;
	fill: currentColor
}

.jh_feedback .e_loop-105 .p_list {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	max-width: 100%
}

.jh_feedback .e_loop-105 .p_loopitem {
	flex: 0 0 33.3%;
	position: relative
}

.jh_feedback .e_loop-105 .p_loopitem:nth-last-child(1) {}

.jh_feedback .e_loop-105 .p_page {
	text-align: center
}

.jh_feedback .e_loop-105 .p_filter_wrapper {
	width: 100%;
	font-size: 13px
}

.jh_feedback .e_loop-105 .p_kv_wrapper {
	display: flex;
	flex-wrap: nowrap;
	line-height: 40px;
	margin: 15px 0
}

.jh_feedback .e_loop-105 .p_filter_key {
	width: 70px;
	overflow: hidden;
	margin-right: 10px;
	font-weight: bold;
	color: #333333;
	font-size: 12px
}

.jh_feedback .e_loop-105 .p_v_item {
	display: inline-block;
	padding: 0 3px;
	cursor: pointer;
	font-size: 13px;
	color: #555555;
	margin-right: 30px
}

.jh_feedback .e_loop-105 .p_active .p_fbutton {
	color: #fff;
	background-color: cornflowerblue
}

.jh_feedback .e_loop-105 .p_result_item {
	position: relative;
	padding: 3px 20px 3px 10px;
	border: 1px solid #ddd;
	border-radius: 3px;
	margin-right: 10px
}

.jh_feedback .e_loop-105 .p_filter_close {
	position: absolute;
	right: 0;
	top: 0;
	padding: 3px;
	font-style: normal;
	font-size: 16px;
	margin-top: -5px;
	cursor: pointer
}

.jh_feedback .e_loop-105 .p_s_option {}

.jh_feedback .e_loop-105 .multSelect {
	font-size: 13px;
	position: relative
}

.jh_feedback .e_loop-105 .multSelect .inputWrap {
	width: 100%;
	min-width: 100px;
	min-height: 24px;
	border: 1px solid #DCDFE6;
	border-radius: 3px;
	position: relative;
	cursor: pointer;
	background: white
}

.jh_feedback .e_loop-105 .multSelect.is-invalid .inputWrap {
	border-color: #dc3545
}

.jh_feedback .e_loop-105 .multSelect ul {
	padding: 0 5px;
	margin: 0;
	padding-right: 35px
}

.jh_feedback .e_loop-105 .multSelect ul,
li {
	list-style: none
}

.jh_feedback .e_loop-105 .multSelect li {
	display: inline-block;
	background: #edf0f3;
	color: #92969c;
	padding: 0px 5px;
	margin: 1px 5px 1px 0;
	border-radius: 5px;
	line-height: 16px
}

.jh_feedback .e_loop-105 .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
}

.jh_feedback .e_loop-105 .multSelect .multSelect-option>div {
	line-height: 24px;
	cursor: pointer;
	padding: 0 10px
}

.jh_feedback .e_loop-105 .multSelect .multSelect-option>div.selected {
	color: #409eff
}

.jh_feedback .e_loop-105 .multSelect .multSelect-option>div:hover {
	color: #409eff;
	background: #f3f6f9
}

.jh_feedback .e_loop-105 .multSelect .fa-close {
	font-style: normal;
	font-size: 12px;
	padding: 0 5px 0 7px
}

.jh_feedback .e_loop-105 .multSelect .inputWrap>.fa svg {
	fill: #666;
	width: 12px;
	height: 12px;
	position: absolute;
	right: 0;
	top: calc(50% - 3px)
}

.jh_feedback .e_loop-105 .multSelect .inputWrap>.fa-down svg {
	transform: rotate(-90deg)
}

.jh_feedback .e_loop-105 .multSelect .inputWrap>.fa-up svg {
	transform: rotate(90deg)
}

.jh_feedback .e_loop-105 .multSelect .placeholder {
	line-height: 40px;
	padding-left: 10px;
	color: #aaa;
	position: absolute;
	left: 0;
	top: 0
}

.jh_feedback .e_loop-105 .p_normal_start {
	display: inline;
	width: 100px;
	height: 40px
}

.jh_feedback .e_loop-105 .p_date_start {
	display: inline;
	width: 105px;
	height: 40px
}

.jh_feedback .e_loop-105 .p_normal_end {
	display: inline;
	width: 100px;
	height: 40px;
	margin-right: 5px
}

.jh_feedback .e_loop-105 .p_date_end {
	display: inline;
	width: 105px;
	height: 40px;
	margin-right: 5px
}

.jh_feedback .e_loop-105 .p_split {
	margin: 0 5px
}

.jh_feedback .e_loop-105 .p_normal {
	margin-right: 16px
}

.jh_feedback .e_loop-105 .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
}

.jh_feedback .e_loop-105 .input-check,
.jh_feedback .e_loop-105 .input-radio {
	margin: 0 5px;
	vertical-align: text-top
}

.jh_feedback .e_loop-105 .position-left {
	display: flex
}

.jh_feedback .e_loop-105 .position-right {
	display: flex;
	flex-direction: row-reverse
}

.jh_feedback .e_loop-105 .position-top {}

.jh_feedback .e_loop-105 .position-bottom {
	display: flex;
	flex-direction: column-reverse
}

.jh_feedback .e_loop-105 .p_mbutton {
	border: 1px solid #409EFF;
	text-decoration: none;
	color: #409EFF;
	font-size: 14px;
	text-align: center;
	padding: 10px 25px;
	position: relative;
	overflow: hidden
}

.jh_feedback .e_loop-105 .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
}

.jh_feedback .e_loop-105 .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
}

.jh_feedback .e_loop-105 .p_active .p_mbutton::before {
	display: block
}

.jh_feedback .e_loop-105 .p_active .p_mbutton::after {
	display: block
}

.jh_feedback .e_loop-105 .p_input_match {
	width: 100px;
	height: 40px;
	padding: 10px;
	border: 1px solid #ced4da;
	border-radius: 3px
}

.jh_feedback .e_loop-105 .p_filter_result {
	display: inline-block
}

.jh_feedback .e_loop-105 .p_contclear {
	cursor: pointer
}

.jh_feedback .e_loop-105 .swiper-container {
	padding-bottom: 30px
}

.jh_feedback .e_loop-105 .p_imgwrapper {
	width: 80px;
	height: 100px;
	overflow: hidden
}

.jh_feedback .e_loop-105 .p_imgtitle {
	display: flex;
	justify-content: center;
	flex-wrap: nowrap;
	margin: 0 auto;
	line-height: 20px
}

.jh_feedback .e_loop-105 .p_imgwrapper img {
	width: 100%;
	object-fit: cover
}

.jh_feedback .e_loop-105 .p_active .p_imgwrapper {
	border: 1px solid #409eff
}

.jh_feedback .e_loop-105 .p_filter_result {
	display: none
}

.jh_feedback .e_loop-105 .p_contclear {
	display: none
}

.jh_feedback .e_loop-105 .p_inputRangeSearch {
	padding: 7px 12px;
	background: #007bff;
	color: white;
	font-size: 14px;
	font-style: normal
}

.jh_feedback .e_loop-105 .p_inputSearch {
	padding: 0px 17px;
	background: #007bff;
	color: white;
	font-size: 14px;
	font-style: normal;
	height: 40px;
	display: inline-block;
	vertical-align: middle;
	border-radius: 5px;
	margin-left: 10px
}

.jh_feedback .e_loop-105 .p_categoryActive {
	color: #409EFF
}

.jh_feedback .e_text-106 {
	line-height: normal;
	font_radio: 2;
	display-radio: 1;
	font-family: "librefranklinthin-g79a";
	font-size: 18px;
	text-align: center
}

.jh_feedback .e_text-107 {
	line-height: normal;
	font_radio: 2;
	display-radio: 1;
	text-align: center;
	font-family: "montserrat-regular";
	font-size: 20px
}

.jh_feedback .e_text-107 strong {
	color: var(--c)
}

.jh_feedback .e_text-107 a {
	font-family: "montserrat-regular";
	font-size: 20px
}

.jh_feedback .e_loop-105 {
	display-radio: 1;
	width: auto;
	max-width: none;
	margin-top: 2%
}

.jh_feedback .e_container-108 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 90%;
	background_radio: 2;
	display-radio: flex;
	max-width: 1400px;
	margin-left: auto;
	margin-right: auto;
	background: var(--lightGray);
	padding-left: 30px;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-right: 30px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	background-color: var(--lightGray)
}

.jh_feedback .e_container-108>.p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%
}

.jh_feedback .e_container-7 .p_item {
	display-radio: 1
}

.jh_feedback .e_loop-105 .p_loopitem:nth-child(1) .e_container-91 {
	background: var(--mainColor)
}

.jh_feedback .e_loop-105 .p_loopitem:nth-last-child(1) .e_container-91 .e_text-107 {
	font-size: 14px
}

.jh_feedback .e_loop-105 .p_loopitem:nth-child(1) .e_container-91 * {
	color: #fff !important;
	fill: #fff;
	border-color: #fff !important
}

.jh_feedback .e_container-110 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%;
	display-radio: flex;
	margin-bottom: 40px
}

.jh_feedback .e_container-110>.p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%
}

.jh_feedback .e_h1-111 {
	font_radio: 2;
	display-radio: 1;
	text-align: center;
	font-family: "fa1c040b-ee58-4620-ad77-209efac6cab8";
	font-size: 36px
}

.jh_feedback .e_text-112 {
	line-height: 1;
	display-radio: 1;
	font_radio: 2;
	font-size: 20px;
	color: rgba(197, 197, 197, 1);
	font-family: "85cf51ba-3ac2-4779-ad85-03bc25ddb984";
	margin-bottom: 0px;
	text-transform: uppercase;
	text-align: center
}

.jh_feedback .e_line-113 {
	max-width: 50px;
	height: 6px;
	border: none;
	background: var(--mainColor);
	margin-bottom: 1%;
	margin-top: 15px;
	display-radio: 1;
	margin-left: auto;
	margin-right: auto;
	border-radius: 3px
}

@media screen and (max-width:768px) {
	.jh_feedback .e_formBtn-6 {
		background_radio: 1;
		border_radio: 1;
		font_radio: 1;
		radius_radio: 1;
		display-radio: 1;
		margin-bottom: 0px
	}

	.jh_feedback .e_form-1 {
		display-radio: 1;
		padding-left: 0px;
		padding-right: 0px;
		margin-top: 3%;
		background_radio: 1
	}

	.jh_feedback .e_text-15 {
		display-radio: 1;
		font_radio: 2;
		font-size: 24px;
		line-height: 1.5
	}

	.jh_feedback .e_container-7 .p_item {
		display-radio: 1
	}

	.jh_feedback .e_container-7 .cbox-7-1 {
		width: 100%;
		flex: 0 0 100%
	}

	.jh_feedback .e_container-7 .cbox-7-0 {
		width: 100%;
		flex: 0 0 100%;
		padding-right: 0px;
		border: none
	}

	.jh_feedback {
		background_radio: 2;
		display-radio: 1;
		padding-top: 40px;
		padding-bottom: 40px
	}

	.jh_feedback .e_container-7 {
		background_radio: 1;
		display-radio: 1
	}

	.jh_feedback .e_loop-105 .p_loopitem {
		flex-grow: 0;
		flex-shrink: 0;
		flex-basis: calc(100% / 1)
	}

	.jh_feedback .e_container-91 {
		background_radio: 1;
		display-radio: 1;
		min-height: 0px
	}

	.jh_feedback .e_h1-111 {
		font_radio: 2;
		display-radio: 1;
		font-size: 20px
	}

	.jh_feedback .e_text-112 {
		display-radio: 1;
		font_radio: 2;
		font-size: 16px;
		text-align: center;
		margin-bottom: 5px
	}

	.jh_feedback .e_line-113 {
		display-radio: 1;
		border-top-width: 2px;
		display: none
	}
}

@media screen and (min-width: 769px) {
	.jh_feedback .e_loop-105 .p_loopitem {
		flex-grow: 0;
		flex-shrink: 0;
		flex-basis: calc(100% / 3)
	}
}

@media screen and (max-width: 1024px) and (min-width: 769px) {
	.jh_feedback .e_text-15 {
		font_radio: 2;
		display-radio: 1;
		font-size: 24px;
		color: #333333;
		line-height: 1.5
	}
}


.jh_privacy{
	min-height:300px;
	background_radio:2;
	display-radio:1;
	padding-top:3%;
	padding-bottom:3%
}
.jh_privacy .e_container-1{
	display:flex;
	flex-wrap:wrap;
	flex-direction:row;
	width:90%;
	background_radio:1;
	display-radio:flex;
	margin-left:auto;
	margin-right:auto
}
.jh_privacy .e_container-1 > .p_item{
	flex:1;
	max-width:100%;
	max-height:100%
}
.jh_privacy .e_container-1 .p_item{
	display-radio:1
}
.jh_privacy .e_text-3{
	line-height:1.5;
	font_radio:2;
	display-radio:1;
	font-size:28px;
	font-family:Arial;
	text-align:center;
	font-weight:bold
}
.jh_privacy .e_richText-4 blockquote{
	font-style:italic;
	font-family:Georgia,Times,"Times New Roman",serif;
	padding:2px 0;
	border-style:solid;
	border-color:#ccc;
	border-width:0;
	padding-left:20px;
	padding-right:8px;
	border-left-width:5px
}
.jh_privacy .e_richText-4 ol{
	display:block;
	list-style-type:decimal;
	margin-block-start:1em;
	margin-block-end:1em;
	margin-inline-start:0px;
	margin-inline-end:0px;
	padding-inline-start:40px
}
.jh_privacy .e_richText-4 li{
	display:list-item;
	text-align:-webkit-match-parent;
	list-style:inherit
}
.jh_privacy .e_richText-4 ul{
	display:block;
	list-style-type:disc;
	margin-block-start:1em;
	margin-block-end:1em;
	margin-inline-start:0px;
	margin-inline-end:0px;
	padding-inline-start:40px
}
.jh_privacy .e_richText-4{
	font_radio:2;
	display-radio:1;
	font-size:16px;
	color:#333;
	line-height:2;
	text-align:left;
	font-weight:normal;
	font-family:Arial
}
.jh_privacy .e_line-5{}