.footer{
	width: 1200px;
	min-height: 300px;
	background-color: #F6F6F6;
	margin: 0 auto;
	color: #666666;
	padding: 40px 0;
}

.ber{
	border-top: 1px solid #e5e5e5;
	background: #F6F6F6;
}

.hyg_slogan{
	margin: auto;
	height: 180px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.hyg_slogan_logo{
	width: 250px;
	transition: all 0.3s ease;
}

.hyg_slogan_logo:hover{
	opacity: 0.8;
}

.hyg_qrcode{
	margin: auto;
	width: 270px;
	text-align: center;
}

.hyg_qrcode_manage{
	margin-top: 20px;
	margin-bottom: 10px;
	text-align: left;
	font-size: 16px;
	font-weight: 500;
	color: #333;
	transition: all 0.3s ease;
}

.hyg_qrcode_manage:hover{
	color: #d12c22;
}

.hyg_qrcode_img{
	margin: 10px 0;
	width: 100px;
	height: 100px;
	border-radius: 8px;
	transition: all 0.3s ease;
}

.hyg_qrcode_img:hover{
	transform: scale(1.05);
}

.mt65{
	margin-top: 65px;
}

.hyg_qrcode_word{
	line-height: 20px;
	font-size: 12px;
	transition: all 0.3s ease;
}

.hyg_communication{
	padding: 30px 40px;
}

.hyg_communication p{
	line-height: 25px;
}

.hyg_communication p:first-child{
	font-size: 16px;
	font-weight: 500;
	color: #333;
	margin-bottom: 15px;
}

.link{
	border-bottom: 1px #e5e5e5 solid;
	margin-top: 30px;
}

.hyg_link_word{
	margin: 0 auto;
	width: 1040px;
	line-height: 50px;
	font-size: 14px;
}

.hyg_link_word a{
	transition: all 0.3s ease;
}

.hyg_link_word a:hover{
	color: #d12c22;
}

.hyg_recoard{
	margin: auto;
	width: 1040px;
	padding-top: 20px;
}

.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;
	transition: all 0.3s ease;
}

.hyg_recoard_right:hover{
	color: #d12c22;
}

.footer_company{
	line-height: 40px;
	font-size: 14px;
}

.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: 50%;
		height: 140px;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}

	.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
	}
}

