.header {
    background: #b1352b;
    width: 100% !important;
    height: 80px;
    line-height: inherit;

}

.header-inner {
    width: 1145px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-left>a,
.header-right>a {
    color: #fff;
    display: inline-block;
    font-weight: bold;
}

.header-left {
    font-size: 26px;
}

.header-left img {
    width: 26px;
    height: 26px;
}

.header-right {
    font-size: 36px;
}

#banner .inner {
    width: 100%;
    text-align: center;
    position: relative;
    max-width: 100%;
}

body {
    background: #fff;
}

#footer {
    background: #b1352b;
}

.col_menu .col_menu_head {
    background: #b1352b;
}

/**位置栏目背景**/
.col_list .wp_listcolumn .wp_column a:hover,
.col_list .wp_listcolumn .wp_column a.selected {
    color: #b1352b;
    background: #eee;
}

.col_list .wp_listcolumn .wp_column a.selected span.column-name {
    color: #c82222;
}

.col_list .wp_listcolumn .wp_column.parent>a .column-name {
    font-weight: bold;
    color: #c21408;
}

.col_list .wp_listcolumn .wp_column a.selected {
    font-weight: bold;
    font-weight: bold;
    color: #c21408;
}

.col_list .wp_listcolumn .sub_list .sub_list a.selected {
    font-weight: bold;
    color: #c21408;
}

.col_metas .col_title h2 {
    display: inline-block;
    font-size: 20px;
    font-family: "Microsoft yahei";
    font-weight: normal;
    border-bottom: 3px solid #CBCBCB;
    color: #c82222;
    font-weight: bold;
}

.col_news_con a:hover {
    color: #c82222;
    padding-left: 5px;
}

.focus-box,
.focus-container {
    width: 100% !important;
}

#banner .inner {
    width: 1145px;
}

.nav .wp-menu .menu-item.hover a.menu-link,
.nav .wp-menu .menu-item a.hover {
    background-color: #b1352b;
    text-decoration: none;
    color: #fff;
}

.nav .sub-menu .sub-item a:hover {
    color: #fff;
    background-color: #cd1c0a;
    display: block;
}

@media screen and (max-width: 999px) {
    #nav {
        background: #b1352b;
    }
    .header-inner {
        width: 100vw;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: center;
    }
    .header-left {
        font-size: 16px;
    }
    .header-right {
        font-size: 20px;
    }
    .header-left img {
        width: 16px;
        height: 16px;
    }
}
@media screen and (max-width: 767px) {
    #nav {
        background: #b1352b;
    }
    .header-inner {
        width: 100vw;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: center;
    }
    .header-left {
        font-size: 12px;
    }
    .header-right {
        font-size: 16px;
    }
    .header-left img {
        width: 12px;
        height: 12px;
    }
}