.footer5 {
    background: rgb(0, 0, 0);
}

.footer5 * {
    box-sizing: border-box;
}

.footer5 img {
    max-width: 100%;
    display: block;
    border: 0;
}

.footer5Content {
    max-width: 1200px;
    margin: 0 auto;
}

.footer5 .footer5Content .content:after,
.footer5 .footer5Content .content .left .leftItem:after,
.footer5 .footer5Content .content .right .footerNav:after {
    content: "";
    height: 0;
    display: block;
    clear: both;
    visibility: hidden;
}

.footer5 .footer5Content .content {
    padding: 40px 0;
    font-size: 0;
}

.footer5 .footer5Content .content .left {
    display: inline-block;
    vertical-align: top;
    width: 40%;
    color: rgb(255, 255, 255);
}

.footer5 .footer5Content .content .right {
    display: inline-block;
    vertical-align: top;
    width: 60%;
}

.footer5 .footer5Content .content .left .leftItem .leftItemIcon {
    display: inline-block;
    vertical-align: top;
    width: 20%;
    padding-top: 16px;
}

.footer5 .footer5Content .content .left .leftItem .leftItemIcon img {
    width: 66px;
    height: 66px;
    object-fit: cover;
}

.footer5 .footer5Content .content .left .leftItem .leftItemContent {
    display: inline-block;
    vertical-align: top;
    width: 80%;
    padding: 10px;
    margin-bottom: 20px;
}

.footer5 .footer5Content .content .left .leftItem .leftItemContent img {
    width: 66px;
}

.footer5 .footer5Content .content .left .leftItem .decContent {
    font-size: 20px;
    line-height: 1.5;
    width: 400px;
}

.footer5 .footer5Content .content .left .leftItem .decContent .phoneNum {
    font-size: 28px;
}

.footer5 .footer5Content .content .left .leftItem .addressContent {
    font-size: 14px;
    color: rgb(127, 127, 127);
}

.footer5 .footer5Content .content .right .footerNav {
    border-bottom: 1px solid rgb(38, 38, 38);
    padding: 20px;
    list-style: none;
    font-size: 0;
    width: 800px;
}

.footer5 .footer5Content .content .right .footerNav li {
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    color: #fff;
}

.footer5 .footer5Content .content .right .footerNav li a {
    color: #fff;
    width: 100px;
    text-align: center;
    display: inline-block;
    text-decoration: none;
}

.footer5 .footer5Content .content .right .footerNav li .line {
    color: rgb(127, 127, 127);
}

.footer5 .footer5Content .content .right .contactUs {
    font-size: 16px;
    color: rgb(165, 165, 165);
    padding-left: 30px;
    padding-top: 26px;
}

.footer5 .footer5Content .content .right .contactUs p {
    margin: 0;
    line-height: 1.5;
}

.footer5Bottom {
    border-top: 1px solid rgb(38, 38, 38);
}

.footer5Bottom .footer5Content {
    line-height: 1.5;
    font-size: 14px;
    color: rgb(89, 89, 89);
    padding: 10px 0;
}