@charset "utf-8";
 @media print, screen and (min-width: 751px) {
footer {
	width: 100%;
	min-width: 1000px;
	color: #ffffff;
	padding-top: 40px;
	padding-bottom: 40px;
	background-color: #54595a;
}
footer a {
	color: #ffffff;
}
footer a:hover{
	color: #ffffff;
}
footer .address {
	line-height: 2em;
}
footer .left {
	width: 500px;
	float: left;
}
footer .right {
	width: 442px;
	float: right;
}
footer .footerNav {
	float: left;
}
footer .footerNav:first-child {
	margin-right: 80px;
}
footer .footerNav .sub {
	font-size: 0.8125em; /*13px*/
	margin-left: 16px;
}
footer .footerNav .sub li {
	border-left: solid 1px #ffffff;
	padding-left: 5px;
	margin-top: 8px;
}
footer .copyright {
	font-size: 0.5625em; /*9px*/
	line-height: 1em;
	margin-top: 40px;
}

footer .contact{
	position:fixed;
	bottom:20px;
	width:100px;
	z-index:999999;
	display:none;

}

}
