
/*footer*/
.footer_info{
	display: flex;
	justify-content: center;
	width: 100%;
	/*min-width: 1200px;*/
	margin: 0 auto;
	background-color: #e7e7e7;
}

.footer_detail{
	/*width: 100%;*/
	height: 120px;
	line-height: 120px;
	background-color: #e7e7e7;
	color: #427ab8;
	text-align: center;
}
