.footer-box {
    width: 100%;
    height: 275px;
    background-color: #2E2E2E;
    padding: 25px 0 10px;
    box-sizing: border-box;
}
.footer-wrap {
    width: 1200px;
    height: auto;
    margin: 0 auto;
}
.footer-left-logo > a {
    display: inline-block;
}
.footer-left-logo > img {
    display: block;
}
.footer-left-nav {
    margin-top: 20px;
}
.footer-left-nav-item > a {
    font-size: 14px;
    color: #999;
}
.footer-left-nav-item:nth-child(2n) {
    font-size: 12px;
    color: #999;
    margin: 0 12px;
}
.footer-left-call {
    margin-top: 15px;
}
.footer-left-call-item {
    font-size: 14px;
    color: #999;
    margin-right: 10px;
}
.footer-left-call-item > a {
    font-size: 14px;
    color: #999;
}
.footer-left-call > div:last-child {
    margin-right: 0;
}
.footer-left-info {
    margin-top: 15px;
}
.footer-left-info-item,
.footer-left-info-item > a {
    font-size: 14px;
    color: #999;
    margin-right: 20px;
}
.footer-left-info-item > a > img {
    width: 16px;
    height: 16px;
    vertical-align: middle;
}
.footer-left-info-item > a > span {
    vertical-align: middle;
}
.footer-right {
    width: 420px;
    height: auto;
}
.footer-right-title {
    width: 100%;
    height: auto;
    padding-bottom: 15px;
    border-bottom: 1px solid #666;
}
.footer-right-title > img {
    width: 19px;
    height: 19px;
    margin-right: 10px;
}
.footer-right-title > span {
    font-size: 18px;
    color: #999;
}
.footer-right-list {
    margin-top: 20px;
}
.footer-right-item {
    width: 120px;
    height: auto;
}
.footer-right-item > img {
    width: 120px;
    height: 120px;
}
.footer-right-item > div {
    font-size: 14px;
    color: #999;
    text-align: center;
    box-sizing: border-box;
}
.footer-left-nav-item > a:hover,
.footer-left-call-item > a:hover,
.footer-left-info-item > a:hover,
.footer-left-info-item > a:hover {
    text-decoration: underline;
}
