/* footer */

.ewb-footer {
	width:1900px !important;
    height: 135px;
    height:auto;
    border-top: 3px solid #015293;
    background-color: #eee;
    position: relative;
}

.ewb-footer-content {
    padding-top: 12px;
    height:70px;;
    line-height: 24px;
    text-align: center;
    font-size: 15px;
}

.ewb-footer-content img {
    display: inline-block;
    /* margin: 0 6px 0 20px; */
    width: 13px;
    height: 14px;
}

.ewb-footer-icon1 {
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -370px;
}

.ewb-footer-icon1 a,
.ewb-footer-icon1 img {
    display: block;
    width: 52px;
    height: 63px;
}

.ewb-footer-icon2 {
    position: absolute;
    top: 13px;
    right: 50%;
    margin-right: -370px;
}

.ewb-footer-icon2 a,
.ewb-footer-icon2 img {
    display: block;
    width: 110px;
    height: 55px;
}

.ewb-footer-content a{
	color:#333;
}

.ewb-footer-icon3 {
    position: absolute;
    top: 15px;
    right: 50%;
    margin-right: -500px;
}

.ewb-footer-icon3 img {
    display: block;
    width: 110px;
    height: 55px;
}
.ewb-ft-link1{
left:700px;}

.ewb-ft-link2{
right:680px;}

@media (min-width: 768px) and (max-width: 979px) {
    .ewb-footer-content {
        font-size: 13px;
    }
}

@media (max-width: 767px) {
    .ewb-footer {
    	height:auto;
        padding-bottom: 20px;
    }
    .ewb-footer-content {
        padding: 80px 10px 0 10px;
        font-size: 12px;
    }
    .ewb-footer-icon1 {
        margin-left: -86px;
        top:0px;
    }
    .ewb-footer-icon2 {
        margin-right: -115px;
        top:13px;
    }
}
