<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CSS Document */

.footer .top {
    overflow: hidden;
    background-color: #333;
    padding: 60px 0;
    height: 220px;
}

.footer .top .left {
    float: left;
    overflow: hidden;
}

.footer .top .left .item {
    float: left;
    margin-left: 100px;
}

.footer .top .left .item:first-child {
    margin-left: 0;
}

.footer .top .left .item h1 {
    font-size: 18px;
    color: #fff;
    margin-bottom: 20px;
}

.footer .top .left .item .list {
    overflow: auto;
    height: 180px;
    padding-right: 20px;
}

.footer .top .left .item .list li a {
    font-size: 14px;
    color: #ccc;
    height: 30px;
    line-height: 30px;
}

.footer .top .left .item .list li a:hover {
    transition: all 0.4s linear;
    color: #fc7200;
}

.footer .top .left .item ::-webkit-scrollbar {
    width: 4px;
}

.footer .top .left .item ::-webkit-scrollbar-thumb {
    background-color: #025b9e;
    border: 1px solid #025b9e;
}

.footer .top .cen {
    float: left;
    overflow: hidden;
    margin-left: 10%;
    height: 220px;
    display: flex;
    justify-content: center;
    /* align-items: center; */
}

.footer .top .cen .img {
    float: left;
    margin-left: 50px;
}

.footer .top .cen .img:first-child {
    margin-left: 0;
}

.footer .top .cen .img img {
    width: 110px;
    display: block;
}

.footer .top .cen .img p {
    font-size: 14px;
    color: #ccc;
    margin-top: 15px;
    text-align: center;
}

.footer .top .right {
    float: right;
    width: 321px
}

.footer .top .right h1 {
    font-size: 18px;
    text-align: right;
    color: #fff;
    margin-bottom: 20px;
}

.footer .top .right h2 {
    font-size: 18px;
    text-align: right;
    font-weight: normal;
    color: #fff;
    margin-bottom: 10px;
}

.footer .top .right p {
    font-size: 16px;
    line-height: 26px;
    color: #ccc;
    margin-bottom: 30px;
    text-align: right;
}

.footer .top .right a {
    text-align: right;
    display: block;
    font-size: 30px;
    line-height: 40px;
    color: #fc7200;
    font-family: "BEBAS";
}


.footer .bot {
    border-top: 1px solid #666;
    height: auto;
    background-color: #333;
}

.footer .bot p {
    margin: 0 auto;
    max-width: 90%;
    text-align: center;
    font-size: 14px;
    line-height: 40px;
    color: #fff;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.footer .bot p a {
    font-size: 14px;
    line-height: 40px;
    color: #fff;
}

.footer .bot p a:hover {
    color: #fc7200;
    transition: all 0.4s linear;
}


@media (max-width: 1730px) {
    .footer .top .left .item {
        margin-left: 80px;
    }

    .footer .top .cen {
        margin-left: 8%;
    }

    .footer .top .cen .img {
        margin-left: 30px;
    }
}

@media (max-width: 1499px) {
    .footer .top .left .item {
        margin-left: 60px;
    }

    .footer .top .left .item h1 {
        font-size: 16px;
    }

    .footer .top .cen {
        margin-left: 6%;
    }

    .footer .top .cen .img img {
        width: 100px;
    }

    .footer .top .cen .img p {
        margin-top: 10px;
    }

    .footer .top .right h1 {
        font-size: 16px;
    }

    .footer .top .right {
        width: 195px;
    }

    .footer .top .right p {
        font-size: 15px;
        line-height: 24px;
    }

    .footer .top .right h2 {
        font-size: 16px;
    }

    .footer .top .right a {
        font-size: 26px;
        line-height: 36px;
    }
}

@media (max-width: 1299px) {
    .footer .top {
        padding: 40px 0;
    }

    .footer .top .left .item {
        margin-left: 40px;
    }

    .footer .top .left .item h1 {
        font-weight: normal;
        margin-bottom: 15px;
    }

    .footer .top .cen .img img {
        width: 90px;
    }

    .footer .top .cen .img p {
        font-size: 12px;
    }

    .footer .top .right {
        width: 185px;
    }

    .footer .top .right p {
        font-size: 14px;
        margin-bottom: 25px;
    }

    .footer .top .right h1 {
        margin-bottom: 10px;
    }

    .footer .top .right a {
        font-size: 24px;
        line-height: 34px;
    }
}

@media (max-width: 1199px) {
    .footer .top .right {
        display: none;
    }

    .footer .top .cen {
        float: right;
    }
}

@media (max-width: 996px) {
    .footer .top {
        display: none;
    }

}</pre></body></html>