﻿#footer {
    min-width: 1200px;
    padding-bottom: 20px;
    background: #1c1207;
}

#footer>.wrapper {
    padding-top: 112px;
}

#footer-nav {
    position: absolute;
    top: 49px;
    left: 89px;
    font-size: 0;
}

#footer-nav li {
    display: inline-block;
    color: #f7da71;
    font-size: 14px;
    vertical-align: top;
}

#footer-nav li.color {
    color: red;
}

#footer-nav li:hover {
    color: #fff;
}

#footer-nav li+li:before {
    content: '|';
    padding: 0 5px;
    color: #f7da71;
}

#footer-nav li a {
    color: inherit;
    text-decoration: none;
}

.easy-domain {
    position: absolute;
    top: 49px;
    right: 89px;
    color: #f7da71;
    font-size: 14px;
}

#footer-logo {
    display: inline-block;
    width: 100%;
    height: 121px;
    background: url('../image/footer_center.png') no-repeat center;
    overflow: hidden;
}

#footer-logo .left-logo {
    float: left;
    width: 466px;
    height: 115px;
    background: url('../image/footer_left.png') no-repeat center;
}

#footer-logo .right-logo {
    float: right;
    width: 466px;
    height: 115px;
    background: url('../image/footer_right.2.png') no-repeat center;
}

#footer-suggest {
    display: block;
    margin: 0;
    color: #fff;
    font-size: 14px;
    text-align: center;
}