﻿
/**Bottom style**/
.Bottom {
	width: 1100px;
	height: 130px;
	margin: 0px auto;
	background: #EDEDED;
	justify-content: space-between;
	padding-bottom: 10px;
	display: flex;
}



.Bottom .foottext {

	font-size: 15px;
	line-height: 40px;
	width: 625px;
	text-align: left;
	padding: 10px;
}

.Bottom .footlogo {
	display: flex;
	align-items: center;
	padding-right: 10px;
}

.guoban img {
	width: 55px;
	margin-right: 20px;
}