.navigate_bottom{
	background-color: #000000;
  font-size: 13px;
	display: flex; flex-direction: column; align-items: center;
	padding: 30px 0px;
}
.navigate_bottom_line{
	height: 23px;
	display: flex; align-items: center;
	color: #FFFFFF;
	text-decoration: none;
}
.navigate_bottom_line:visited{
	color: #FFFFFF;
	text-decoration: none;
}
.navigate_bottom_call{
	background-image: url(../../img/navigate_bottom/call.png);
	width: 15px; height: 15px;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	margin-right: 5px;
}
.navigate_bottom_location{
	background-image: url(../../img/navigate_bottom/location.png);
	width: 15px; height: 15px;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	margin-right: 5px;
}
.call_text:after{
	content: '免费咨询热线：0371-53372883';
	line-height: 1;
	cursor: pointer;
}
.location_text:after{
	content: '郑州市高新区科学大道中原广告产业园1号楼9-23';
	line-height: 1;
	cursor: pointer;
}
.bqzz_text{
	color: #FFFFFF;
	text-decoration: none;
}
.bqzz_text:visited{
	color: #FFFFFF;
	text-decoration: none;
}
.bqzz_text{
	cursor: pointer;
	margin-right: 5px;
}


.b_n_f{
	position: fixed; z-index: 300;
	left: 0px; right: 0px; bottom: 0px;
} 
.b_n{
	background-color: #000000; line-height: 45px; font-size: 13px; text-align: center;
}
.b_n a{
	color: #e5e5e5; text-decoration: none;
}