.mk_tit1 {
	margin-bottom: 80px !important;
	margin-top: 14px;

}

.mk_con {
	margin-bottom: 100px;
}

.hzpt_all {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.hzpt_tit {
	width: 47.32%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	height: 135px;
	box-shadow: 0px 6px 40px 6px rgba(38, 38, 38, .1);
	margin-bottom: 50px;
	padding: 0 5%;
}

.yuan {
	width: 15px;
	height: 15px;
	background: #ff0000;
	border-radius: 50%;
	margin-right: 27px;
	flex-shrink: 0;
	flex-grow: 0;
}

.hzpt_tit a {
	font-size: 32px;
	color: #333333;
}

@media screen and (max-width:1000px) {
	.mk_tit1 {
		margin-bottom: 30px !important;
	}

	.mk_con {
		margin-bottom: 30px;
	}

	.hzpt_all {
		justify-content: center;
	}

	.hzpt_tit {
		width: 90%;
		height: auto;
		margin-bottom: 20px;
	}

	.hzpt_tit a {
		font-size: 20px;
		line-height: 2;
	}

	.yuan {
		width: 10px;
		height: 10px;
	}





}