a {
    color: inherit;
}

.footer-box {
    color: #fff;
    background: url(../images/footer-bg.jpg) no-repeat center;
    background-size: 1920px auto;
}

.footer-box .footer-box-in {
    padding-top: 40px;
}

.footer-box .top {
    margin-bottom: 25px;
}

.footer-box .top .logo {
    display: inline-block;
    margin-right: 20px;
    width: 140px;
    height: 36px;
    background: url(../images/icons/logo-w.png);
    background-size: cover;
}

.footer-box .top span {
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
}

.footer-box .content {
    margin-bottom: 20px;
    padding-bottom: 24px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-box .left {
    width: 500px;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-box .tab {
    margin-bottom: 18px;
}

.footer-box .tab a {
    display: block;
    float: left;
    margin-right: 40px;
    padding-bottom: 5px;
    font-size: 14px;
    color: #7C8091;
}
.footer-box .tab a:last-of-type {
    margin-right: 0;
}
.footer-box .tab a.active {
    color: #fff;
    border-bottom: 2px solid #ff7200;
}

.footer-box .address-box .address-box-bottom {
    height: 180px;
}
.footer-box .address-box .detail {
    margin-bottom: 16px;
}

.footer-box .address-box p {
    margin-bottom: 10px;
    font-size: 12px;
}
.footer-box .address-box .footer-address {
    margin-top: 8px;
    color: #A5A7B3;
}

.footer-box .address-box table {
    font-size: 12px;
}

.footer-box .address-box table td {
    padding-bottom: 8px;
    padding-right: 8px;
    vertical-align: top;
}

.footer-box .right {
    padding-left: 50px;
    width: 700px;
}

.footer-box .right .item {
    float: left;
    min-width: 140px;
    font-size: 14px;
}

.footer-box .right h3 {
    margin-bottom: 14px;
    font-weight: bold;
    font-size: inherit;
}

.footer-box .right a {
    display: block;
    margin-bottom: 14px;
    color: #ddd;
}

.footer-box .right a i {
    text-decoration: underline;
    cursor: pointer;
}

.footer-box .link a {
    margin-right: 16px;
    margin-bottom: 10px;
    color: #7C8091;
    font-size: 12px;
}

.footer-box .bottom {
    padding: 11px 0;
    font-size: 12px;
    text-align: center;
}

.footer-share-to {
    margin-top: 15px;
}

.footer-share-to .icon {
    display: inline-block;
    position: relative;
    margin-right: 24px;
    width: 32px;
    height: 32px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    cursor: pointer;
}

.footer-share-to .icon.icon-wb {
    background-image: url(../images/icons/icon-wb-w.png);
}

.footer-share-to .icon.icon-wx {
    background-image: url(../images/icons/icon-wx-w.png);
}

.footer-share-to .icon.icon-app {
    background-image: url(../images/icons/icon-app-w.png);
}

.footer-share-to .icon:hover .share-box {
    display: block;
}

.footer-share-to .share-box {
    display: none;
    position: absolute;
    left: 50%;
    bottom: 28px;
    padding: 8px 12px 20px 12px;
    margin-left: -90px;
    width: 180px;
    height: 190px;
    background: url(../images/ewm-bg.png) no-repeat center;
    background-size: 100% auto;
}

.footer-share-to .share-box img {
    width: 100%;
}

/* ---------- start 分享 ---------- */
.szfw-box a {
    display: inline-block;
    margin-right: 10px;
    height: 24px;
}

.szfw-box a img {
    width: auto;
    height: 100%;
}

.guohui {
    margin-left: 10px;
    padding-left: 18px;
    background: url(../images/icons/icon-guohui.png) no-repeat 0 center;
    background-size: 16px;
}