﻿/* footer */
.ewb-footer {
	margin-top: 20px;
	height: 134px;
	background: url(../images/footer_bg.jpg) center top no-repeat;
	min-width:1200px;
}

.ewb-ft-con {
	position: relative;
	padding-top: 27px;
	line-height: 32px;
	text-align: center;
}

.ewb-ft-con a {
	color: #333;
}

.ewb-ft-con span {
	padding: 0 10px;
}

.ewb-ft-link1 {
	position: absolute;
	top: 20px;
	left: 149px;
}

.ewb-ft-link2 {
	position: absolute;
	top: 31px;
	right: 123px;
}

@media (min-width: 768px) {
    .ewb-container {
        width: 760px;
        margin:0 auto;
    }
}

@media (min-width: 980px) {
    .ewb-container {
        width: 980px;
        margin:0 auto;
    }
}

@media (min-width: 1200px) {
    .ewb-container {
        width: 1200px;
        margin:0 auto;
    }
}
@media (min-width: 1440px) {
    .ewb-container {
        width: 1440px;
        margin:0 auto;
    }
}