.w_100 {
    width: 100%;
}

.w_1400 {
    width: 1400px;
    margin: 0 auto;
}

.foot {
    height: 155px;
    padding-top: 5px;
    background: #e42500;
    color: #fff;
}


/* 头部样式 */

body {
    background: url(bg_top_2022.jpg) no-repeat center top;
}

.banner_wrap {
    width: 100%;
    height: 550px;
    position: relative;
}

.bg_inner {
    height: 550px;
    position: relative;
}

.bgL {
    width: 280px;
    height: 127px;
    position: absolute;
    top: 60px;
    background: url(logo_2022.png) no-repeat;
    background-size: cover;
}


/* 菜单导航栏 */

.menu_2022 {
    position: absolute;
    bottom: 24px;
    width: 1400px;
    height: 120px;
    padding: 20px 40px;
    background: #e42500;
    border-radius: 5px;
}

.menu_content {
    float: left;
}

.menu1 {
    float: left;
    width: 195px;
    height: 60px;
    margin-top: 10px;
    border-right: 1px solid #fff;
}

.menu1 a {
    display: block;
    width: 194px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    color: #fff;
    font-size: 18px;
}

.menu2 {
    float: left;
    width: 1125px;
    height: 80px;
}

.menu2 a {
    display: block;
    width: 125px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    font-size: 18px;
}