﻿.header-section {
    top: 0px;
    background: #fff;
}
    .header-section .header-wrapper .select-bar .current {
        color: #000;
        text-transform: uppercase;
    }
.header-bar span {
    background-color: #000;
}
@media (max-width: 991px) {
    .header-section.active {
        background: #fff;
    }
}
@media (max-width: 991px) {
    .header-section .header-wrapper .menu li a {
        padding: 5px 10px;
        display: flex;
        align-items: center;
        border-top: 1px solid rgba(59, 54, 140, .1);
        font-weight: 500;
        text-transform: capitalize;
        justify-content: space-between;
        color: #000;
    }
}
@media (max-width: 991px) {
    .header-section .header-wrapper .menu li a:hover {
        background: rgba(0, 0, 0, .98);
        color: #fff;
    }
}
@media (max-width: 991px) {
    .header-section .header-wrapper .menu li a.header-button {
        background: #000;
    }
}
@media (min-width: 992px) {
    .header-section .header-wrapper .menu li a {
        color: #000;
    }
}
.header-section.inner-header .header-button {
    border-color: #000;
}
.header-section .header-wrapper .header-button {
    color: #000;
    border: 1px solid #000;
}
@media (min-width: 992px) {
    .header-section .header-wrapper .menu li .submenu {
        min-width: 200px;
        background: #000;
        box-shadow: 0 0 5px rgba(136, 136, 136, .1);
        display: block;
        position: absolute;
        top: 100%;
        left: 0;
        -webkit-transform: scaleY(0);
        -ms-transform: scaleY(0);
        transform: scaleY(0);
        transform-origin: top;
        z-index: 999;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        transition: all .3s ease;
    }
        .header-section .header-wrapper .menu li .submenu li a:hover {
            color: #000;
            padding-left: 20px;
            background: #fff
        }
    .header-section .header-wrapper .header-button:hover {
        background: #000;
        color: #fff;
    }
}
.header-section.active {
    background: #fff;
    top: 0;
}
.header-section.inner-header.active .header-button {
    border-color: #000;
}
.scrollToTop {
    color: #fff;
    background: #da0011;
}
.footer-link li::after {
    background: #000;
}
.copyright {
    border-top: 1px solid #da0011;
    color: #000;
}
.footer-link li a {
    font-size: 16px;
    color: #000
}

    .footer-link li a:hover {
        color: #000
    }
h1, h2, h3, h4, h5, h6 {
    color: #000;
    font-family: "Microsoft YaHei", sans-serif;
}
.section-header .cate {
    margin-bottom: 38px;
    color: #333;
    font-family: "Microsoft YaHei", sans-serif;
}

.preloader {
    background-color: #fff;
}
.preloader-icon span {
    background: #da0011;
}