/*css通用样式*/
body,
ol,
ul,
h1,
h2,
h3,
h4,
h5,
h6,
p,
th,
td,
dl,
dd,
form,
fieldset,
legend,
input,
textarea,
select {
	margin: 0;
	padding: 0;
}

body,
button,
input,
select,
textarea {
	font-weight: normal;
	color: #333;
	font-size: 14px;
	font-family: 'Microsoft Yahei', "微软雅黑", "宋体", "Arial", HELVETICA;
	position: relative;
}

td,
th {
	padding: 4px;
}

input,
textarea {
	border: 1px #ccc solid;
	background: #ffffff;
	outline: none;
}

img {
	border: none;
	vertical-align: middle;
}

a {
	text-decoration: none;
	color: #868585;
}

.clear {
	clear: both;
	overflow: hidden;
}

.rt {
	float: right;
}

.lf {
	float: left;
}

.ellipsis_one {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	display: block;
}

.ellipsis_two {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	word-break: break-all;
}

.ellipsis_three {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	word-break: break-all;
}

.ellipsis_four {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	word-break: break-all;
}

.flex {
	display: -moz-flex;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
}

.box-sizing {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box
}

.detail_editor img {
	max-width: 100%
}

.word_break {
	word-wrap: break-word;
	word-break: break-all;
}

/*图片最大100%，并居中*/
.img-fluid {
	max-width: 100%;
	display: block;
	margin: auto;
}

.row_little {
	margin-left: -15px;
	margin-right: -15px;
}

.fl {
	float: left !important;
}

.fr {
	float: right !important;
}

.tac {
	text-align: center;
}

.tal {
	text-align: left;
}

.tar {
	text-align: right;
}

.hjzf_aboutus_21_hx {
	width: 140px;
	height: 3px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.hjzf_aboutus_21_wrapper {
	display: flex;
	flex-wrap: wrap;
}

.hjzf_aboutus_21_img {
	display: flex;
}

.hjzf_aboutus_21_img li {
	margin-right: 20px;
	flex: 0 0 32%;
}

.hjzf_aboutus_21_left {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: space-between;
}

.hjzf_aboutus_21_right_img {
	display: flex;
	align-items: flex-end;
}

.hjzf_aboutus_21_right_img img {
	margin-bottom: 0;
}

@media(max-width: 768px) {
	.hjzf_aboutus_21_left {
		margin-bottom: 20px;
	}

	.hjzf_aboutus_21_img {
		justify-content: space-between;
	}

	.hjzf_aboutus_21_img li {
		margin-right: 0;
	}
}

@media (min-width: 768px) and (max-width: 1439px) {
	.hjzf_aboutus_21_left .index_text {
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;
		word-break: break-all;
		padding-bottom: 0 !important;
		margin-bottom: 20px;
	}
}


header {
	width: 100%;
	height: auto;
	margin: auto;
}

.head-hj04_row {
	position: relative;
	width: 100%;
}

.head__left-widgets .first {
	margin-right: 10px;
}

.head__left-widgets .last {
	margin-right: 0;
}

.head_langauge {
	position: relative;
	cursor: pointer;
	z-index: 100;
	display: flex;
	display: -webkit-flex;
	flex-direction: column;
	justify-content: center;
	background: #f7f7f7;
	padding: 0 12px;
}

.head_langauge>span img {
	margin-right: 5px;
}

.head_langauge i {
	color: #666666;
	margin-right: 5px;
}

.head_langauge #lang_ul {
	position: absolute;
	top: 80px;
	left: 0;
	display: none;
	background: #fff;
	padding: 5px 10px;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
	width: auto;
	z-index: 2
}

.head_langauge #lang_ul li {
	padding-left: 20px;
	position: relative;
	margin-bottom: 5px;
}

.head_langauge:hover #lang_ul {
	display: block;
}

.head_mail {
	display: flex;
	display: -webkit-flex;
	flex-direction: column;
	justify-content: center;
	margin-left: 30px;
}

.head__bar__box {
	width: 100%;
	margin: auto;
	background: #fff;
}

.head__bar {
	width: 100%;
}

.head__bar__branding {
	min-height: 80px;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
	-ms-flex-align: center;
	justify-content: space-between
}

.head__bar__branding-logo {
	width: auto
}

.head__bar__text {
	max-width: 50%;
	height: 80px;
	justify-content: flex-end;
}

.head__bar__branding-logo img {
	max-width: 100%
}

.head__bar__text span.head__bar__texttitle {
	font-size: 17px;
	line-height: 17px;
	color: #ffb536;
	font-weight: bold;
}

.head__bar__text span.head__bar__textmain a {
	font-size: 24px;
	line-height: 32px;
	color: #666;
	text-decoration: none;

}

.head__bar__text span:last-child a:hover {
	text-decoration: underline;
}

.head__bar__navigation {
	width: 100%;
	border-top: 1px solid rgba(51, 51, 51, .12);
	background: #fff;
}

.head__bar__box--mobile {
	background: #fff;
}

.head_menu_navbar {
	width: 50%;
}

.hj_navbar_nav {
	-webkit-flex: 1 1 100%;
	-moz-flex: 1 1 100%;
	-ms-flex: 1 1 100%;
	flex: 1 1 100%;
	-ms-flex-positive: 1;
	-ms-flex-negative: 1;
	-ms-flex-preferred-size: 100%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: -ms-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	justify-content: space-between;
}

.hj_navbar_nav>li {
	-webkit-flex-grow: 1;
	-moz-flex-grow: 1;
	-ms-flex-positive: 1;
	-ms-flex-grow: 1;
	flex-grow: 1;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-flex-pack: center;
	-ms-justify-content: center;
	justify-content: center;
}

.hj_navbar_nav>li>a>i {
	font-size: 16px;
	line-height: 21px;
	color: #666;
}

.hj_navbar_nav>li>a {
	display: flex;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: -ms-flex;
	-webkit-align-content: center;
	-moz-align-content: center;
	-ms-align-content: center;
	align-content: center;
	-ms-flex-line-pack: stretch;
	margin: 17px 0 15px 0;
	padding: 4px 0 4px 0;
	justify-content: center;
}

.hj_navbar_nav>li>a>h2 {
	font-size: 16px;
	line-height: 21px;
	font-weight: normal;
	color: #333;
	text-align: center;
	margin-left: 10px;
	position: relative;
}

.hj_navbar_nav>li>a>h2:before {
	position: absolute;
	bottom: -5px;
	left: 0;
	width: 100%;
	height: 2px;
	background: rgba(0, 0, 0, .1);
	content: '';
	opacity: 0;
}

.hj_navbar_nav>li:hover>a>h2:before {
	transform: translateY(-5px);
	-moz-transform: translateY(-5px);
	-webkit-transform: translateY(-5px);
	transition: 0.6s;
	-moz-transition: 0.6s;
	-webkit-transition: 0.6s;
}



.head_search {
	padding-left: 30px;
	position: relative;
	display: flex;
	display: -webkit-flex;
	flex-direction: column;
	justify-content: center;
}

.head_search a {
	align-items: center;
	color: #666;
	font-size: 20px;
	line-height: 32px;
}

.head_search a span {
	margin-left: 5px;
}

.head_search a:hover i,
.head_search a:hover span {
	opacity: 0.7
}


.head_search .head_search_wrap {
	width: 200px;
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: calc(100% + 10px);
	z-index: 96;
	padding: 10px;
	background: #fff;
	right: -10px;
	-webkit-filter: drop-shadow(0 0 4px rgba(0, 0, 0, .2));
	filter: drop-shadow(0 0 4px rgba(0, 0, 0, .2));
	-webkit-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
}

.head_search .head_search_wrap:before {
	position: absolute;
	top: -7px;
	right: 20px;
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 7px solid #fff;
	content: '';
}

.head_search .head_search_wrap.active {
	opacity: 1;
	visibility: visible;
}

.head_search .head_search_wrap li {
	list-style-type: none;
	float: left;
}

.head_search .head_search_wrap li input,
.head_search .head_search_wrap li button {
	width: 100%;
	border: none;
	outline: none;
	height: 34px;
	line-height: 34px;
	background: #f4f4f4;
}

.head_search .head_search_wrap li input {
	padding-left: 10px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box
}

.head_search .head_search_wrap li.search_first {
	width: 80%
}

.head_search .head_search_wrap li.search_second {
	width: 20%
}

/*mobile serach*/
.mobile_searchbutton {
	float: right;
	margin-right: 20px;
	width: 30px;
}

.mobile_searchbutton img {
	width: 100%
}

.mobile_search_content {
	width: 100%;
	margin: auto;
	height: 0;
	overflow: hidden;
	transition: 0.6s;
	-webkit-transition: 0.6s;
	-moz-transition: 0.6s;
}

.mobile_search_content.active {
	height: 60px;
	transition: 0.6s;
	-webkit-transition: 0.6s;
	-moz-transition: 0.6s;
}

.mobile_search {
	padding: 10px 15px;
	margin: auto;
	background: #6c6c6c
}

.mobile_search .mobile_search_box form {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: space-between
}

.mobile_search_input {
	width: calc(100% - 35px);
	display: flex;
	display: -webkit-flex;
}

.mobile_search_input input {
	width: 100%;
	padding-left: 10px;
	border: none;
	background: #808080;
	height: 40px;
	color: #fff;
}

.mobile_search_input button {
	border: none;
	outline: none;
	background: #808080;
	color: #fff;
	padding: 0 3vw;
}

.mobile_search_close {
	width: 25px;
	height: 25px;
}

.mobile_search_close img {
	width: 100%;
}

/*mobile serach*/
.mobile_languagebutton {
	width: calc(100% - 80px);
	position: relative;
}

.mobile_languagebutton img {
	width: 25px;
	height: 25px;
}

.mobile_languagebutton span {
	font-size: 14px;
	color: #666666;
	position: relative;
}

.mobile_languagebutton span:after {
	content: '';
	display: inline-block;
	width: 0;
	height: 0;
	border-width: 5px;
	border-style: solid;
	border-color: #666 transparent transparent transparent;
	position: absolute;
	right: -15px;
	top: 6px;
	transition: 0.6s;
	-moz-transition: 0.6s;
	-webkit-transition: 0.6s;
}

.mobile_languagebutton.active span:after {
	border-color: transparent transparent #666 transparent;
	top: 1px;
	transition: 0.6s;
	-moz-transition: 0.6s;
	-webkit-transition: 0.6s;
}

.mobile_languagebutton span {
	margin-left: 5px;
}

.mobile_languagelist {
	margin-left: -15px;
	margin-right: -15px;
}

.mobile_languagelist ul {
	width: 100%;
	background: #f5f5f5;
	padding: 0px 23px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	height: 0;
	overflow-y: auto;
	transition: 0.6s;
	-moz-transition: 0.6s;
	-webkit-transition: 0.6s;
}

.mobile_languagelist.active {
	padding-bottom: 10px;
	background: #f5f5f5;
}

.mobile_languagelist.active ul {
	height: 200px;
	transition: 0.6s;
	-moz-transition: 0.6s;
	-webkit-transition: 0.6s;
}

.mobile_languagelist ul li {
	padding: 5px 24px;
	position: relative;
}

.mobile_languagelist #lang_ul_mobile li a {
	font-size: 16px;
	line-height: 24px;
	color: #333;
}



/*mobile*/

.mobile-navigation {
	-webkit-order: 2;
	-moz-order: 2;
	-ms-flex-order: 2;
	order: 2;
}

.mobile-navigation .dt-mobile-menu-icon {
	background-color: #ffb536;
	width: 30px;
	height: 30px;
	-webkit-border-radius: 500px;
	border-radius: 500px;
	display: -webkit-inline-flex;
	display: -moz-inline-flex;
	display: -ms-inline-flexbox;
	display: -ms-inline-flex;
	display: inline-flex;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
}

.mobile-navigation .dt-mobile-menu-icon span {
	display: inline-block;
	width: 16px;
	height: 2px;
	position: relative;
	background: #fff;
}

.mobile-navigation .dt-mobile-menu-icon span:before,
.mobile-navigation .dt-mobile-menu-icon span:after {
	position: absolute;
	left: 0;
	content: '';
	display: inline-block;
	width: 16px;
	height: 2px;
	background: #fff;
	-webkit-transform-origin: 1.5px center;
	transform-origin: 1.5px center;
	-webkit-transition: transform .3s;
	transition: transform .3s;
}

.mobile-navigation .dt-mobile-menu-icon span:before {
	top: 7px;
}

.mobile-navigation .dt-mobile-menu-icon span:after {
	top: -7px;
}

.mobile-sticky-header-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	visibility: hidden;
	background-color: rgba(17, 17, 17, .5);
	-webkit-transition: all .4s;
	transition: all .4s;
	z-index: 9601;
}

.mobile-sticky-header-overlay.active {
	opacity: 1;
	visibility: visible;
	z-index: 9601;
}

.mobile-menu-Sidebar {
	position: fixed;
	top: 0;
	height: 100%;
	min-height: 100%;
	max-width: 100%;
	z-index: 9602;
	box-sizing: border-box;
	-ms-transition: -ms-transform .5s ease;
	-webkit-transition: -webkit-transform .5s ease;
	transition: all .5s ease;
	-ms-transform: translate3d(100%, 0, 0);
	-webkit-transform: translate3d(0100%, 0, 0);
	transform: translate3d(100%, 0, 0);
	overflow: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	background-color: #fff;
	width: 300px;
	right: 0;

}

.mobile-sticky-header-overlay.active .mobile-menu-Sidebar {
	right: 300px;
	-ms-transition: -ms-transform .5s ease;
	-webkit-transition: -webkit-transform .5s ease;
	transition: right .5s ease;
}

.mobile-header-scrollbar-wrap {
	position: relative;
	width: 100%;
	height: 100%;
	padding: 0 15px;
}

.mobile-menutop {
	width: 100%;
	padding: 15px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box
}

.mobile-menutop .mobile-menutop-box {
	display: flex;
	display: -webkit-flex;
	justify-content: flex-end;
	align-items: center;
	margin-bottom: 10px;
}

.mobile-menu-Sidebar-close {
	float: right
}

.mobile-menu-Sidebar-close span {
	position: relative;
	display: block;
	width: 30px;
	height: 30px;
	margin: 0;
	background: #ffb536;
}

.mobile-menu-Sidebar-close span:before,
.mobile-menu-Sidebar-close span:after {
	display: inline-block;
	height: 2px;
	background: #fff;
	position: absolute;
	content: '';
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	top: 50%;
	left: 50%;
	margin: -1px 0 0 -11px;
	width: 22px;
	-webkit-transition: -webkit-transform .1s ease;
	transition: transform .1s ease;
}

.mobile-menu-Sidebar-close span:before {
	-ms-transform: rotate3d(0, 0, 1, 45deg);
	-webkit-transform: rotate3d(0, 0, 1, 45deg);
	transform: rotate3d(0, 0, 1, 45deg);
}

.mobile-menu-Sidebar-close span:after {
	-ms-transform: rotate3d(0, 0, 1, -45deg);
	-webkit-transform: rotate3d(0, 0, 1, -45deg);
	transform: rotate3d(0, 0, 1, -45deg);
}

.mobile-header-scrollbar-wrap>ul {
	width: 100%;
}

.mobile-header-scrollbar-wrap>ul>li {
	border-top: solid 1px rgba(31, 54, 92, .08);
	position: relative;
}

.mobile-header-scrollbar-wrap>ul>li:first-child {
	border-top: none;
}

.mobile-header-scrollbar-wrap>ul>li>a {
	padding: 16.5px 30px 16.5px 0;
	display: flex;
	justify-items: flex-start;
}

.mobile-header-scrollbar-wrap>ul>li>a>i {
	margin-right: 10px;
	font-size: 17px;
	line-height: 21px;
	color: #333;
}

.mobile-header-scrollbar-wrap>ul>li>a>h2 {
	font-size: 17px;
	line-height: 25px;
	color: #333;
	font-weight: bold;
}

.next-level-button {
	position: absolute;
	right: 0px;
	top: 18px;
	width: 30px;
	text-align: center;
	opacity: 0.3;
	transition: 0.6s;
	-moz-transition: 0.6s;
	-webkit-transition: 0.6s;
}

.next-level-button img {
	width: 25px;
	height: 25px;
}

.next-level-button.active {
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transition: 0.6s;
	-moz-transition: 0.6s;
	-webkit-transition: 0.6s;
}

.hj_navbar_nav_dropdown-menu {
	min-width: 100%;
	background: #f7f7f7;
	box-sizing: border-box;
}

.dropdown-menu_left {
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 12%;
	width: 30%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	float: left;
}

.dropdown-menu_left>div {
	font-size: 24px;
	line-height: 54px;
	color: #333333;
	font-weight: normal;
	text-transform: uppercase;
	margin-bottom: 30px;
}

.dropdown-menu_left ul li {
	width: 50%;
	border-top: 1px solid #d4d4d4;
}

@media (min-width: 1366px) and (max-width: 1440px) {
	.dropdown-menu_left ul li {
		width: 70%;
	}
}

.dropdown-menu_left ul li:first-child {
	border-top: none;
	letter-spacing:
}

.dropdown-menu_left li a h3 {
	line-height: 24px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 14px;
	color: #666666;
	font-weight: normal;
}

.hj_navbar_nav_dropdown-menu>li {
	padding: 7px 0;
	padding-right: 16px;
}

.hj_navbar_nav_dropdown-menu>li>a {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: -ms-flex;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

@media (max-width: 768px) {
	.hj_navbar_nav_dropdown-menu>li>a {
		padding-left: 10px;
	}
}

.hj_navbar_nav_dropdown-menu>li>a>img {
	display: none
}

.hj_navbar_nav_dropdown-menu>li>a>h3 {
	font-size: 15px;
	line-height: 18px;
	color: #999;
	font-weight: normal;
}

.dropdown-menu_right {
	background: #fff;
	padding: 30px 10% 40px 40px;
	width: 70%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	float: left;
}

.dropdown-menu_right_img {
	width: 30%;
	height: auto;
	overflow: hidden;
	float: left;
	flex-shrink: 0;
}

.dropdown-menu_right_img img {
	width: 100%;
}

.dropdown-menu_right_text {
	float: left;
	padding-left: 20px;
	width: 60%;
	position: relative;
}

.dropdown-menu_right_text div {
	font-size: 14px;
	color: #666666;
	line-height: 30px;
	text-overflow: ellipsis;
	overflow: hidden;
	height: 120px;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	word-break: keep-all;
}

.dropdown-menu_right_text a {
	display: block;
	padding-top: 10px;
}

.dropdown-menu_right_text a:hover {
	text-decoration: underline;
}

.mobile-header-scrollbar-wrap>ul>li>ul {
	display: none;
}

.mobile-header-scrollbar-wrap>ul>li>ul.active {
	display: block;

}

@media (min-width: 1200px) and (max-width: 1560px) {
	.dropdown-menu_right_img {
		width: 40%
	}

	.head_menu_navbar {
		width: 100%
	}

	.head_mail {
		margin-left: 10px;
		display: none
	}

	.head_search {
		padding-left: 10px;
	}
}

@media (min-width: 768px) and (max-width: 1199px) {
	.head__bar__box {
		display: none
	}

	.head__bar__box--mobile {
		display: block !important;
	}
}

@media (min-width: 768px) and (max-width: 1023px) {
	.hj_navbar_nav>li:before {
		display: none
	}
}

@media (max-width: 767px) {
	.head__bar__branding {
		min-height: 60px;
	}

	.head__left-widgets {
		text-align: left;
	}

	.head__bar__branding-logo img {
		max-width: 80%;
	}
}

@media (max-width: 576px) {
	.head__bar__branding-logo img {
		max-width: 80%;
	}
}

.head__bar {
	position: relative;
}

.liantuo_wrapper {
	position: absolute;
	width: 100%;
	min-height: 200px;
	padding: 20px 5vw;
	background-color: #ffffff;
	left: 0;
	top: 100%;
	z-index: 9999;
	opacity: 0;
	visibility: hidden;
	transition: all .5s;
	transform: translate(-30px, 30px);
}

.liantuo_wrapper.on {
	transform: translate(0, 0);
	opacity: 1;
	visibility: visible;
}

.liantuo_xiala {
	width: 50%;
	margin-left: 30.5%;
	display: flex;
	flex-wrap: wrap;
}

.liantuo_xiala .liantuo_yiji {
	flex: 0 0 31%;
	width: 31%;
	margin-right: 2%;
	margin-bottom: 20px;
}

.liantuo_yiji span {
	font-size: 20px;
	border-bottom: 1px solid #666;
	padding-bottom: 15px;
	margin-bottom: 20px;
	display: block;
}

.liantuo_yiji span a {
	color: #333;
}

.liantuo_erji a {
	color: #888;
	line-height: 2;
}


.new_hjzf_product38 {
	width: 100%;
	margin: auto;
	height: auto;
}

.new_hjzf_product38_title {
	position: relative;
	box-sizing: border-box;
}

.new_hjzf_product38_title--main,
.new_hjzf_product38_title--desc {
	text-align: center;
}

.new_hjzf_product38_title--main {
	color: #fff;
	margin: 0;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	font-weight: bold;
}

.new_hjzf_product38_title--desc {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	color: #666666;
}

.proshow-top-arrow {
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%) translateY(50%) rotate(45deg);
	width: 30px;
	height: 30px;
	background: #13bfbd;
	z-index: -2;
}

.new_hjzf_product38_Content {
	padding-top: 40px;
}

.new_hjzf_product38_productWrap {
	position: relative;
}

.new_hjzf_product38_productItem {
	width: 445px;
	position: relative;
	padding: 20px 10px 10px;
	text-align: center;
	background: #fff;
	transition: .2s;
	margin-bottom: 30px;
}

.new_hjzf_product38_productItemBox_img {
	width: 100%;
	margin-bottom: 25px
}

.new_hjzf_product38_productItemBox_img a {
	display: block;
	width: 100%;
	overflow: hidden
}

.new_hjzf_product38_productItemBox_img img {
	width: 100%;
	height: auto;
}

.new_hjzf_product38_productItemBox_name,
.new_hjzf_product38__classname {
	text-align: center;
}

.new_hjzf_product38_productItemBox_name a h3,
.new_hjzf_product38__classname h3 {
	position: relative;
	color: #fff;
	text-decoration: none;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	outline: 0;
	height: 32px;
}

.new_hjzf_product38__proMask {
	position: absolute;
	top: 0;
	left: 0;
	background: #96daf0;
	width: 100%;
	height: 100%;
	padding: 40px;
	visibility: hidden;
	opacity: 0;
	text-align: left;
	transition: all .6s;
}

.new_hjzf_product38_productItemBox .new_hjzf_product38__proMask .new_hjzf_product38__proMask__font {
	color: #fff;
	font-weight: normal
}

.new_hjzf_product38_productItemBox .new_hjzf_product38__proMask .new_hjzf_product38__proMask__name {
	padding-bottom: 30px;
	position: relative;
	overflow: hidden
}

.new_hjzf_product38_productItemBox .new_hjzf_product38__proMask .new_hjzf_product38__proMask__name:before {
	position: absolute;
	bottom: 10px;
	left: 0;
	width: 100%;
	height: 1px;
	background: #fff;
	content: '';
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(-101%, 0, 0);
	transform: translate3d(-101%, 0, 0);
}

.new_hjzf_product38_productItemBox .new_hjzf_product38__proMask .new_hjzf_product38__proMask__desc {
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
}

.new_hjzf_product38_productItemBox:hover .new_hjzf_product38__proMask {
	visibility: visible;
	opacity: 1;
}

.new_hjzf_product38_productItemBox:hover .new_hjzf_product38__proMask__name:before {
	-webkit-transition: -webkit-transform 0.35s 0.2s;
	transition: transform 0.35s 0.2s;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.new_hjzf_product38_productItemBox:hover .new_hjzf_product38__proMask__desc {
	opacity: 1;
	-webkit-transition: opacity 0.35s 0.2s, -webkit-transform 0.35s 0.2s;
	transition: opacity 0.35s 0.2s, transform 0.35s 0.2s;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.new_hjzf_product38_pagination {
	text-align: center;
	width: 100%;
	bottom: 0;
}

.new_hjzf_product38_pagination .swiper-pagination-bullet {
	width: 14px;
	height: 14px;
	background: #e7e7e7;
	margin: 0 5px;
	opacity: 1;
	outline: none;
}

@media (max-width: 991px) {
	.new_hjzf_product38 {
		padding: 50px 0;
	}

	.new_hjzf_product38_title--desc {
		margin-top: 25px;
	}

	.new_hjzf_product38_Content {
		padding-top: 20px;
	}
}

.hjzf_advantage_59_list_top {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 40px;
}

.hjzf_advantage_59_list_top li {
	flex: 0 0 24%;
	width: 24%;
	text-align: center;
	background-color: #6c6c6c;
	padding-top: 30px;
	padding-bottom: 15px;
	color: #fff;
	position: relative;
	cursor: pointer;
	transition: all .5s;
	margin-bottom: 10px;
}

.hjzf_advantage_59_list_top li:after {
	position: absolute;
	display: block;
	content: '';
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
	width: 0;
	height: 0;
	border-width: 15px;
	border-style: solid;
	border-color: transparent;
	border-bottom-color: #fff;
	opacity: 0;
	visibility: hidden;
	transition: all .5s;
}

.hjzf_advantage_59_list_top li.on:after {
	opacity: 1;
	visibility: visible;
}

.hjzf_advantage_59_list_bottom {
	display: flex;
	justify-content: space-between;
}

.hjzf_advantage_59_list_bottom_img {
	position: relative;
}

.hjzf_advantage_59_list_bottom>div {
	flex: 0 0 50%;
	width: 50%;
}

.hjzf_advantage_59_list_bottom_con {
	display: flex;
	justify-content: space-around;
	flex-direction: column;
}

.hjzf_advantage_59_list_bottom_title {
	font-size: 20px;
}

.hjzf_advantage_59_list_bottom_text {
	margin-bottom: 20px;
}

.hjzf_advantage_59_list_bottom_title:before {
	position: absolute;
	left: 0;
	top: -40px;
	width: 100px;
	height: 5px;
	content: '';
}

.hjzf_advantage_59_list_bottom_con a {
	border-radius: 40px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.hjzf_advantage_59_list_bottom_con a:hover {
	color: #fff;
}

.hjzf_advantage_59_list_bottom,
.hjzf_advantage_59_list_bottom.onover,
.hjzf_advantage_59_list_bottom:first-of-type.onover {
	display: none;
}

.hjzf_advantage_59_list_bottom:first-of-type,
.hjzf_advantage_59_list_bottom.on {
	display: flex;
}

.hjzf_advantage_59_list_bottom_a {
	display: flex;
	margin-bottom: 15px;
}

.hjzf_advantage_59_list_bottom_a .hjzf_advantage_59_left {
	margin-right: 30px;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.hjzf_advantage_59_list_bottom_a .hjzf_advantage_59_left:last-child:after {
	display: none;
}

.hjzf_advantage_59_list_bottom_a .hjzf_advantage_59_left:last-child {
	margin-right: 0;
}

.hjzf_advantage_59_left:after {
	position: absolute;
	display: block;
	content: '';
	height: 100%;
	width: 1px;
	background-color: #ccc;
	right: -15px;
	top: 0;
}

.hjzf_advantage_59_list_bottom_a .hjzf_advantage_59_left em {
	font-style: normal;
	font-size: 40px;
	margin-right: 5px;
}

@media(min-width: 1440px) {
	.hjzf_advantage_59_list_bottom_title .index_title {
		font-size: 80px;
	}
}

@media(min-width: 1200px) {
	.hjzf_advantage_59_list_bottom_con {
		padding-left: 100px;
		margin-top: 3vw;
		margin-bottom: 3vw;
	}

	.hjzf_advantage_59_list_bottom_img:after {
		position: absolute;
		display: block;
		content: '';
		right: 0;
		bottom: 40px;
		width: 80px;
		height: 40%;
		transform: translateX(50%);
		z-index: 9;
	}

	.hjzf_advantage_59_list_bottom_title .index_title {
		font-size: 60px;
	}

	.hjzf_advantage_59_left {
		flex-wrap: nowrap;
	}

	.hjzf_advantage_59_list_bottom_a .hjzf_advantage_59_left em {
		font-size: 24px;
	}

	.hjzf_advantage_59_left span {
		white-space: nowrap;
	}
}

@media(max-width: 1199px) {
	.hjzf_advantage_59_list_bottom_con {
		padding-left: 30px;
	}

	.hjzf_advantage_59_list_bottom_title:before {
		display: none;
	}
}

@media(max-width: 768px) {
	.hjzf_advantage_59_list_top li {
		flex: 0 0 49%;
		width: 0 0 49%;
	}

	.hjzf_advantage_59_list_bottom_con {
		padding-left: 0px;
	}

	.hjzf_advantage_59_list_bottom {
		flex-wrap: wrap;
	}

	.hjzf_advantage_59_list_bottom>div {
		flex: 0 0 100%;
		width: 100%;
	}
}

.hjzf2__service-3 {
	width: 100%;
	height: auto;
	margin: auto;
}

.hjzf2__service-3_TitleWrap {
	width: 100%;
	margin: auto;
	text-align: center;
}

.hjzf2__service-3_mainTitle {
	font-weight: bold;
	color: #333;
}

.hjzf2__service-3_desTitle {
	font-weight: normal;
	color: #85868c;
}

.hjzf2__service-3__swiper {
	margin-bottom: 40px;
}

.hjzf2__service-3_pic {
	width: 100%
}

.hjzf2__service-3_pic img {
	width: 100%
}

.hjzf2__service-3_item {
	position: relative
}

.hjzf2__service-3__info {
	position: absolute;
	top: 0;
	left: 0;
	width: calc(100% + 1px);
	height: 100%;
	text-align: center;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-flex-pack: center;
	-ms-justify-content: center;
	justify-content: center;
	-webkit-align-self: center;
	-moz-align-self: center;
	-ms-align-self: center;
	-ms-flex-item-align: center;
	align-self: center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 30px;
	background: rgba(0, 0, 0, .7);
	-webkit-flex-flow: column nowrap;
	-ms-flex-flow: column nowrap;
	flex-flow: column nowrap;
	min-height: 100%;
	overflow: hidden;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: .55s;
	transition: .55s;
}

.hjzf2__service-3__name {
	transition: color .3s;
	color: #fff;
	font-weight: bold;
	margin-bottom: 10px;
	opacity: 0;
	visibility: hidden;
}

.hjzf2__service-3__desc {
	margin-bottom: 0px;
	color: #85868c;
	opacity: 0;
	visibility: hidden;
}

.hjzf2__service-3_item:hover .hjzf2__service-3__info {
	opacity: 1;
	visibility: visible;
	-webkit-transition: .35s;
	transition: .35s;
	transform: translateZ(0);
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
}

.hjzf2__service-3_item:hover .hjzf2__service-3__name,
.hjzf2__service-3_item:hover .hjzf2__service-3__desc {
	opacity: 1;
	visibility: visible;
	-webkit-transition: .35s;
	transition: .35s;
	transform: translateZ(0);
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
}

.hjzf2__service-3__next,
.hjzf2__service-3__prev {
	background-image: none;
	width: 50px;
	height: 50px;
	background: rgba(0, 0, 0, 0.5);
	text-align: center;
	line-height: 58px;
	outline: none;
}

.hjzf2__service-3__prev {
	left: 0;
}

.hjzf2__service-3__next {
	right: 0;
}

.hjzf2__service-3__next i,
.hjzf2__service-3__prev i {
	color: #fff;
	font-size: 26px;
}

.hjzf2__service-3__more {
	width: 100%;
	margin: auto;
	text-align: center;
}

.hjzf2__service-3__more a {
	display: inline-block;
	width: 240px;
	border-width: 0px;
	color: #ffffff;
	border-radius: 100px;
	font-size: 16px;
	line-height: 24px;
	font-weight: bold;
	padding: 19px 13px 19px 13px;
	text-align: center;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.hjzf2_news_33_wrapper {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.hjzf2_news_33_wrapper li {
	flex: 0 0 48%;
	width: 48%;
	border: 2px solid #eeeef0;
	margin-bottom: 20px;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
}

.hjzf2_news_33_wrapper li h3 {
	margin: 20px;
}

.hjzf2_news_33_wrapper li h3 a {
	color: #333;
}

.hjzf2_news_33_wrapper li p {
	margin: 0 20px;
	margin-bottom: 10px;
}

.hjzf2_news_33_wrapper li span {
	display: block;
	background-color: #eeeef0;
	padding: 5px 20px;
	transition: all .5s;
}

.hjzf2_news_33_wrapper li span em,
.hjzf2_news_33_wrapper li span i {
	font-style: normal;
	display: block;
}

.hjzf2_news_33_wrapper li span em {
	font-size: 22px;
}

.hjzf2_news_33_wrapper li span i {
	font-size: 16px;
}

.hjzf2_news_33 .index_title {
	position: relative;
}

@media(max-width: 767px) {
	.hjzf2_news_33_wrapper li {
		flex: 0 0 100%;
	}
}

.HJZF_Z_other--1 {
	width: 100%;
	margin: auto;
	height: auto
}

.HJZF_Z_other--1 .HJZF_Z_other--wrap {
	text-align: center;
}

.HJZF_Z_other__one {
	text-align: center;
	font-weight: bold;
	margin: auto;
	word-break: keep-all;
	word-wrap: break-word;
}

.HJZF_Z_other__two {
	text-align: center;
	font-weight: bold;
	word-break: keep-all;
	word-wrap: break-word;
	margin: auto;
}

.HJZF_Z_other__more {
	font-weight: bold;
	display: inline-block;
	margin: auto;
}

.HJZF_Z_other__more a {
	color: #fff;
	padding: 10px 24px 10px 24px;
	display: inline-block;
}

@media (max-width: 576px) {
	.HJZF_Z_other__one {
		font-size: 20px;
		line-height: 26px;
		font-weight: bold;
		margin-bottom: 10px;
	}

	.HJZF_Z_other__two {
		font-size: 40px;
		line-height: 46px;
	}

	.HJZF_Z_other__more {
		font-size: 20px;
	}
}

.hjzf_bottom_11 {
	padding-top: 80px;
}

.mx-85 {
	max-width: 85%;
}

/* top */
.hjzf_bottom_11_top:before,
.hjzf_bottom_11_top:after {
	display: none;
}

.hjzf_bottom_11_top {
	margin-bottom: 80px;
	display: flex;
	justify-content: space-between;
}

.hjzf_bottom_11_top li {
	padding-left: 15px;
	flex: 1;
}

.hjzf_bottom_11_top li:nth-child(2) {
	padding-left: 10%;
	position: relative;
}

.hjzf_bottom_11_top li:nth-child(2):before,
.hjzf_bottom_11_top li:nth-child(2):after {
	position: absolute;
	content: '';
	width: 2px;
	height: 170px;
	top: 0;
}

.hjzf_bottom_11_top li:nth-child(2):before {
	left: 0;
}

.hjzf_bottom_11_top li:nth-child(2):after {
	right: 20%;
}

.hjzf_bottom_11_top li:first-child {
	padding-left: 15px;
	position: relative;
}

.hjzf_bottom_11_top li:first-child p {
	display: flex;
	flex-wrap: wrap;
}

.hjzf_bottom_11_top li:first-child p a {
	flex: 0 0 40%;
}

.hjzf_bottom_11_top li span {
	position: relative;
	display: block;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 30px;
}

.hjzf_bottom_11_top li span:before {
	position: absolute;
	width: 3px;
	height: 15px;
	content: '';
	left: -15px;
	top: 6px;
}

.hjzf_bottom_11_top li p {
	line-height: 2;
}

.hjzf_bottom_11_top li:last-child p {
	display: flex;
}

.hjzf_bottom_11_top li p em,
.hjzf_bottom_11_top li p i {
	font-style: normal;
}

.hjzf_bottom_11_top li p em {
	flex: 0 0 50px;
}

.hjzf_bottom_11_top li a,
.hjzf_bottom_11_b .fl,
.hjzf_bottom_11_b .fr,
.hjzf_bottom_11_top li p em,
.hjzf_bottom_11_top li p i {
	text-shadow: 2px 2px 6px rgba(0, 0, 0, .4);
}

/* bottom */
.hjzf_bottom_11_b {
	padding-top: 20px;
	padding-bottom: 20px;
	border-top: 1px solid #222;
	position: relative;
}

.hjzf_bottom_11_b:before {
	position: absolute;
	top: 1px;
	width: 100%;
	height: 1px;
	content: '';
	background-color: #484848;
}

.hjzf_bottom_11_b img {
	margin-right: 15px;
	margin-bottom: 10px;
}

.hjzf_bottom_11_b .fr a {
	margin-left: 10px;
}

@media(max-width:1200px) {
	.hjzf_bottom_11_top li:first-child p {
		flex-direction: column;
	}

	.hjzf_bottom_11_top li:first-child p a {
		flex: none;
	}
}

@media(max-width: 768px) {
	.hjzf_bottom_11 {
		padding-top: 40px;
	}

	.hjzf_bottom_11_top {
		margin-bottom: 40px;
	}
}