footer {
    background-color: #000;
    /* height: 403px; */
    padding-top: 54px;
    box-sizing: border-box;
    color: #adadad;
}

.footer {
    display: flex;

}

.ln-code {
    text-align: center;
    width: 156px;
    height: 257px;
    font-weight: normal;
    padding-top: 20px;
    position: relative;
    flex-shrink: 0;
    /* top: -5px; */
    box-sizing: border-box;
    margin-right: 20px;
    background-color: rgba(44, 44, 44, 0.8);
}

.ln-code img {
    width: 118px;
    height: 118px;
    margin-top: 54px;
}

.footer-con {
    flex: 1;
}

.footer-link {
    padding-top: 10px;
    display: flex;
    flex-wrap: wrap;
}

.footer-link li {
    padding: 3px;
}

.footer-link a {
    border-left: 1px solid #3d3d3d;
    color: #555;
    height: 18px;
    line-height: 18px;
    display: inline-block;
    text-decoration: none;
    padding: 0 10px;
    font-size: 11px;
}

.footer-left {
    border-right: 1px solid #666
}

.footer-link li:first-child a {
    padding-left: 0;
    border-left: 0;
}

.footer-top {
    width: 100%;
    height: 0;
    border-top: 1px solid #666;
}

.footer-content {
    margin-top: 25px;
    display: flex;
    border-bottom: 1px solid #666;
    padding-bottom: 30px;
}

.footer-left h1 {
    font-size: 24px;
    line-height: 36px;
    font-weight: 400;
}

.footer-left p {
    font-size: 20px;
    line-height: 24px;
}

.footer-left,
.footer-right {
    flex: 1;
}

.footer-right {
    padding-left: 60px;
    box-sizing: border-box;
}

.tel {
    font-size: 28px;
    line-height: 24px;
}

.worktime {
    font-size: 12px;
    line-height: 24px;
}

.foot-bottom {
    text-align: center;
    margin-top: -20px;
    padding-bottom: 20px;
}

.footer-p {
    font-size: 12px;
    line-height: 50px;
}

.foot-bottom a {
    text-decoration: none;
    font-size: 14px;
    color: #555!important;
    line-height: 1.43;
}

.fu-wu {
    background-image: url(../static/img/img-091.png);
    height: 190px;
    text-align: center;
    padding-top: 50px;
    background-size: cover;
    background-repeat: repeat;
    box-sizing: border-box;
    background-position: center;
}

.fu-wu-title {
    font-size: 28px;
    color: #FFFFFF;
    line-height: 42px;
    margin-bottom: 19px;
}

.fu-wu-btn {
    width: 166px;
    height: 36px;
    border-radius: 4px 4px 4px 4px;
    text-align: center;
    line-height: 36px;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    margin: 0 auto;
    border: 1px solid rgba(255, 255, 255, 0.5);
}
