.yeguo-footer{
	min-width: 1200px;
	height: 150px;
	background-color: #fff;
}
.yeguo-footer-container{
	width: 1200px;
	margin: auto;
	border-top: solid 2px #eeeeee;
}
.yeguo-footer-container:after{
	content: '';
	display: block;
	clear: both;
}
.yeguo-footer-copyright{
	float: right;
	border-top: solid 2px #9ba0b5;
	margin-top: -2px;
}
.yeguo-footer-copyright p{
	text-align: right;
	font-size: 14px;
	color: #666666;
}
.yeguo-footer-copyright p:first-child{
	margin-top: 42px;
}
.yeguo-footer-copyright p{
	margin-top: 18px;
}
.yeguo-footer-topline{
	width: 124px;
	height: 2px;
	background-color: #363e62;
	float: right;
	margin-top: -2px;
}