.footer{
	width: 1200px;
	height: 350px;
	background-color: #F6F6F6;
	margin: 0 auto;
	color: #666666;
}
.ber{
	border-top: 1px solid #E5E5E5;
	background: #F6F6F6;
}

.hyg_slogan{
	margin: auto;
	height: 200px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.hyg_slogan_logo{
	width: 290px;
}

.hyg_qrcode{
	margin: auto;
	width: 240px;
	text-align: center;
}

.hyg_qrcode_manage{
	margin-top: 20px;
	margin-bottom: 10px;
	text-align: left;
}

.hyg_qrcode_img{
	margin: 10px 0;
	width: 100px;
	height: 100px;
}

.mt65{
	margin-top: 65px;
}

.hyg_qrcode_word{
	line-height: 20px;
	font-size: 12px;
}

.hyg_communication{
	padding: 50px 40px;
}

.hyg_communication p{
	line-height: 25px;
}

.link{
	border-bottom: 1px #e5e5e5 solid;
}

.hyg_link_word{
	margin: 0 auto;
	width: 1040px;
	line-height: 50px;
}

.hyg_recoard{
	margin: auto;
	width: 1040px;
}

.hyg_recoard_right{
	background: url('https://hyg-images.oss-cn-shanghai.aliyuncs.com/web_img/hyg_gongan.jpg') no-repeat left;
	background-size: 20px 20px;
	width: auto;
	padding-left: 25px;
}

.footer_company{
	line-height: 50px;
}

.footer_phone{
	display: none;
}

@media screen and (max-width: 750px) {
	.footer_phone, .hyg_link_word, .hyg_recoard{
		width: 100%;
	}

	.footer_phone, .hyg_link_word {
		padding: 0 20px 5px;
		box-sizing: border-box;
		display: block;
		color: #666666;
		line-height: 34px;
		font-size: 12px;
	}
	.hyg_link_word{
		padding: 0  0 5px 0;
	}

	.footer{
		display: none;
	}

	.hyg_foot_logo{
		display: block;
		width: 100%;
	}

	.hyg_foot_left{
		width: 60%;
		height: 140px;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}

	.hyg_foot_left img{
		width: 100%;
	}

	.hyg_qrcode{
		width: 30%;
		margin-right: 0;
		height: 100px;
	}

	.hyg_qrcode_img{
		width: 60px;
		height: 60px;
		margin: 5px 0 0;
	}
	.hyg_qr_img{
		width: 60px;
		height: 60px;
	}

	.hyg_communication{
		padding: 0 ;
		width: 65%;
	}

	.hyg_qrcode_word{
		line-height: 16px;
	}

	.hyg_communication p{
		line-height: 20px;
		font-size: 12px;
	}

	.footer_company{
		line-height: 30px;
		padding: 5px 0 20px;
	}

	.footer_company p{
		text-align: center;
		font-size: 12px;
		line-height: 24px;
	}

	.footer_company_p{
		margin: 0 auto;
	}

	.hyg_recoard img{
		width: 16px;
		height: 16px;
		margin-right: 3px;
		vertical-align:middle
	}
}

