.hjzf_other_144_wrapper_con{
	position: relative;
	padding: 50px 30px;
	padding-left: 50px;
	padding-bottom: 5vw;
}
.hjzf_other_144_wrapper_con:before,.hjzf_other_144_wrapper_con:after{
	display: block;
	content:'';
	position: absolute;
	width: 65px;
	height: 65px;
}
.hjzf_other_144_wrapper_con:before{
	left: 0;
	top: 50px;
	transform: translate(-50%,-15px);
}
.hjzf_other_144_wrapper_con:after{
	right: 0;
	bottom: 0;
	transform: translateX(50%);
}
.hjzf_other_144_wrapper_img img{
	display: inline-block;
	margin-right: 80px;
	margin-top: -3vw;
	position: relative;
	z-index: 99;
}
@media(max-width: 1200px) {
	.hjzf_other_144_wrapper_con:before,.hjzf_other_144_wrapper_con:after{
		display: block;
		content:'';
		position: absolute;
		width: 30px;
		height: 30px;
	}
	.hjzf_other_144_wrapper_con:before{
		left: 0;
		top: 50px;
		transform: translate(0,-5px);
	}
	.hjzf_other_144_wrapper_con:after{
		right: 0;
		bottom: 0;
		transform: translateX(0%);
	}
	.hjzf_other_144_wrapper_con{
		padding-bottom: 80px;
	}
	.hjzf_other_144_wrapper_img img{
		margin-top: -40px;
	}
}

@media(max-width: 767px) {
	.hjzf_other_144_wrapper_img img{
		margin-right: 0;
	}
}