@charset "utf-8";
/* CSS Document */


.footer {
	position: relative;
	height: 130px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url("../images/footer.jpg");
}

.footer .content{
	margin: 0 auto;
	width: 1200px;
}

.footer .content .cp {
	padding-top:16px;
	text-align: center;
	opacity: 0.61;
	color: #ececec;
	font-size: 20px;
	line-height: 39px;
	font-weight: lighter;
}


.footer .content:before { 
	content: ""; 
	position: absolute; 
	z-index: 1000; 
	top: 15px; 
	width: 200px; 
	height: 100px; 
	background: url(../images/ewmtwo.jpg) center center / cover no-repeat; 
}