.footer {
	min-width:1200px;
	height:256px;
	margin-top:30px;
	background: url(../images/01_03.png);
	background-size:cover;
}
.footer-center {
	width: 1200px;
	margin: 0 auto;
}
.footer-left {
	float:left;
	display:block;
	width: 200px;
    /* height: 100px; */
    margin-top: 30px;
    margin-left: 20px;
}
.footer-institution {
	display: block;
    margin:10px 0px 10px 75px;
}
.footer-contents {
	width:800px;
	height:auto;
	float:left;
	margin-top: 60px;
    margin-left: 20px;
}
.footer-contents p {
	display:block;
	text-align: center;
	font-size:12px;
	color: #a07960;
	line-height:30px;
}
.footer-contents p a {
	font-size:12px;
	color: #a07960;
	line-height:24px;
	padding: 3px 0;
}
.footer-contents p a:hover {
	color: #5F4731;
}
.footer-right {
	float:right;
	width:111px;
	height:104px;
	margin-top: 80px;
	margin-right: 20px;
}