.footer8 {
    background: rgb(0, 32, 96);
}

.footer8 * {
    box-sizing: border-box;
}

.footer8 img {
    max-width: 100%;
    height: auto;
    display: block;
    border: 0;
}

.footer8 .footer8List {
    border-bottom: 1px solid rgb(23, 54, 93);
}

.footer8 .footer8Content {
    max-width: 1200px;
    margin: 0 auto;
}

.footer8 .footer8List .contactDec {
    list-style: none;
    padding: 0;
    margin: 0;
    padding: 40px 0;
}

.footer8 .footer8List .contactDec:after {
    content: "";
    height: 0;
    display: block;
    clear: both;
    visibility: hidden;
}

.footer8 .footer8List .contactDec li {
    float: left;
    width: 33.33%;
    color: #fff;
    font-size: 20px;
    line-height: 1.5;
    overflow: hidden;
}

.footer8 .footer8List .contactDec li .img {
    display: inline;
    vertical-align: middle;
    margin-right: 14px;
    width: 26px;
    float: left;
}

.footer8 .footer8List .contactDec li .img img {
    width: 26px;
    height: 26px;
    object-fit: cover;
    display: block;
    border: 0;
}

.footer8 .footer8List .contactDec li .dec {
    display: inline;
    color: #fff;
    float: left;
    width: calc(100% - 50px);
}

.footer8 .footer8List .contactDec li .dec p {
    margin: 0;
    line-height: normal;
    margin-bottom: 6px;
}

.footer8 .footer8Bottom .footer8Content {
    text-align: center;
    color: rgb(127, 127, 127);
    font-size: 14px;
    line-height: 1.5;
    padding: 20px;
}