/* 底部需要样式开始 */
.footerwap{
	width:100%;
	margin:0 auto;
	background-color:#fff
}
.footer .w {
    width: 1000px;
    margin: 0 auto;
	
}
.footer {
    margin: 0;
    padding: 0;
}
.footer a {
    color: #333;
    text-decoration: none;
}

.footer .footer-column p a:hover {
    color: #DC2625;
    text-decoration: underline !important;
}

.footer {
    height: 140px;
    border-top: 5px solid #DC2625;
    text-align: center;
}
.footer .footer-column {
    height: 140px;
}
.footer .footer-column p {
    margin: 8px 0
}
.footer .footer-column .about {
	width: 1000px;
}
.footer .footer-column .about a {
    color: #333;
    font-size: 16px;
    padding: 0 13px;
}

.footer .footer-column .address span {
    display: inline-block;
    font-size: 14px;
    color: #333;
}

.footer .footer-column  a {
    font-size: 14px;
    color: #333;
}
.footer .footer-column .bean {
    vertical-align: baseline;
}

/* 底部需要样式结束 */