﻿footer{
    width: 100%;
    max-width: 100%;
    display: block;
    margin: 0 auto;
    font-size: 0;
    position: relative;
    background-color: #FFF;
}
.footer-box{
    width: 1600px;
    max-width: 100%;
    margin: 0 auto;
    display: block;
    padding: 70px 25px;
    box-sizing: border-box;
}
.footer-logo-box,
.footer-company-box,
.footer-menu-box,
.footer-fb-box{
    display: inline-block;
    vertical-align: middle;
}
.footer-logo-box{
    width: 125px;
    max-width: 100%;
}

.footer-company-title{
    font-size: 14px;
    letter-spacing: 1px;
    color: #6f6f6f;
    margin-bottom: 10px;
}
.footer-company-list-title,
.footer-company-p{
    display: inline-block;
    font-size: 12px;
    color: #6f6f6f;
    letter-spacing: 1px;
}
.footer-company-list{
    display: inline-block;
    margin-bottom: 10px;
}
.footer-company-box .footer-company-list:nth-child(odd){
    margin-left: 20px;
}
.footer-company-box{
    width: 600px;
    max-width: 100%;
    padding-left: 50px;
    box-sizing: border-box;
}
.footer-company-list .footer-company-list-title:nth-child(3){
    margin-left: 10px;
}
.footer-menu-list{
    width: 50%;
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
    color: #000;
    letter-spacing: 1px;
    text-align: center;
    margin-bottom: 10px;
}
.footer-menu-list:nth-last-child(1),
.footer-menu-list:nth-last-child(2){
    margin-bottom: 0;
}
.footer-menu-box{
    width: 325px;
    max-width: 100%;
    padding: 0 80px;
    box-sizing: border-box;
}
.footer-fb-box{
    width: calc(100% - 1050px);

}
.web{
    width: 100%;
    padding: 10px 0;
    font-size: 12px;
    color: #FFF;
    letter-spacing: 1px;
    background-color: #000;
    color: #FFF;
    text-align: center;
}
.fb-page{
    width: 100%;
}
.footer-fb-box{
    text-align: right;
}
.footer-fb{
    width: 100px;
    max-width: 100%;
    display: inline-block;
}