.footer {
	background-color: #464c58;
	font-weight: normal;
}
.footer .band {
	background-color: #323641;
	color: #ccc;
}
.footer .band .wrap {
	padding:15px 0;
	text-align:center;
}
.footer .band a {
	font-size:14px;
	color:#fff;
	margin:0 20px;
}

.footer .info {
	position: relative;
	padding: 50px 0 80px 0;
	text-align: center;
}
.ft-logo {
	position: absolute;
	left: 0;
	top: 50px;
}
.ft-logo img {
	height: 55px;
	width: auto;
}

.ft-info {
	position: relative;
	padding-left: 300px;
	text-align: left;
	color: #fff;
	font-size: 14px;
	line-height: 180%;
}
.ft-info span {
	display: inline-block;
	margin: 0 10px;
}

.ft-info .call {
	position: absolute;
	right: 0;
	top: 0px;
	height: 50px;
	font-size: 30px;
	padding-left: 70px;
	background: url(img/ico-phone.png) no-repeat 0 50%;
}
.ft-info .call > div {
	padding-top: 10px;
}

.footer .copyright {
	margin-top: 10px;
	color: #ccc;
	margin-left: 10px;
}


.go-top {
	position: fixed;
	right: 40px;
	bottom: 100px;
	width: 70px;
	height: 70px;
	background: url(img/gotop.png) no-repeat;
	background-size: cover;
	opacity: .4;
	display: none;
}

@media (max-width: 767px) {
	.footer .band a {
		display: inline-block;
		margin: 0;
		padding: 0 8px;
		border-left: 1px #999 solid;
		font-size: 11px;
	}
	.footer .band a:first-child {
		border-left: 0;
	}
	
	.footer .info {
		padding: 30px 0 50px 0;
		font-size: 12px;
	}
	.ft-logo {
		position: relative;
		top: unset;
		left: unset;
		height: auto;
	}
	.ft-logo img {
		height: 40px;
	}
	.ft-info {
		padding: 30px 20px;
		font-size: 12px;
	}
	
	.ft-info .call {
		display: none;
	}
	.footer .copyright {
		
	}
	
	.go-top {
		width: 50px;
		height: 50px;
		right: 10px;
		bottom: 50px;
	}
	
}