﻿@charset "utf-8";

.header {
    background-color: #fff;
}

    .header .h-menus > .menu-item > .menu_name {
        color: #000;
    }

.skin-title, .footer > .auto-wrapper > div, .footer > .auto-wrapper > div > .tel, .footer a {
    color: #000;
}

.left-wrapper, .footer {
    background-color: #fff !important;
}

.nav-item > .nav-class > .nav_name, .nav-item > .nav-box > .nb_item a {
    color: #000;
}

html, body, .content-wrapper {
    background-color: #f6f6f6;
    background: #f6f6f6;
}
.nav-item > .nav-box > .c_active a {
    border-left: 5px solid #fff;
    border-right: 5px solid #fff;
    background: #eee;
    opacity: 0.7;
    color: #333 !important;
}

.n_active > .nav-box {
    background-color: #fff !important; /*左列表下拉内容*/
}
.header .logo-wrapper > .logo_img, .nav-class {
    border: none !important;
}