﻿
.public-width {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.footer-main {
    width: 100%;
    height: 558px;
    background-color: #26282d;
}

    .footer-main ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }


.foot-about {
    margin-top: 80px;
}

    .foot-about li {
        font-size: 16px;
        color: rgba(255,255,255,0.35);
    }

        .foot-about li:hover {
            font-size: 18px;
            color: #ffffff;
        }

.footer-left {
    width: 430px;
}

.footer-left-logo {
    height: 52px;
    width: 186px;
    margin-top: 172px;
}

.footer-left-title {
    margin-top: 80px;
    margin-left: 12px;
}

    .footer-left-title ul li {
        list-style: none;
        display: inline-block;
        margin-left: 50px;
    }

    .footer-left-title li a {
        color: rgba(255,255,255,0.35);
        font-size: 14px;
        line-height: 30px;
    }

.footer-r-lifirst {
    font-size: 18px;
    color: #ffffff;
}



.footer-r {
    display: flex;
    margin-top: 60px;
    margin-left: 12px;
}

.footer-r-phone {
    font-size: 30px;
    color: #ffffff;
    margin-top: 15px;
}

.footer-r-email {
    margin-top: 1px;
    font-size: 16px;
    color: rgba(255,255,255,0.35);
}

.footer-r-code {
    margin-left: 110px;
}

    .footer-r-code li {
        list-style: none;
        display: inline-block;
        text-align: center;
        font-size: 12px;
        color: rgba(255,255,255,0.35);
    }

        .footer-r-code li img {
            width: 86px;
            height: 86px;
        }

.footer-banquan {
    margin-top: 60px;
    text-align: center;
    font-size: 16px;
    color: rgba(255,255,255,0.35);
}

.footer-ml {
    width: 86px;
    margin-left: 88px;
    text-align: center;
}

.footer-link-top {
    height: 1px;
    margin-top: 60px;
    border-top: solid rgba(255,255,255,0.35) 1px;
}
.footer-left-title a:hover {
    color: #ffffff;
}
