.header {
    background-image: url("/public/jx/static/jiangxi/images/bg.jpeg");
    background-size: cover;
    padding: 0;
}

#nav {
    max-width: 1280px;
    width: 100%;
    /* height: 380px; */
    margin: 0 auto;
}

#nav .title {
    width: 520px;
    height: 80px;
    margin-top: 30px;
}

#nav .info {
    width: 500px;
    height: 35px;
}

#nav2 .home_menu_list {
    width: 100%;
    height: 80px;
    margin-top: 55px;
    text-align: center;
}

#nav2 .home_menu_list .home_menu {
    width: calc(100%/7);
    height: 80px;
}

#nav2 .home_menu_list .home_menu:hover{
    width: calc(100%/7);
    height: 80px;
    border-bottom: 5px #fff solid;
}

#nav2 .home_menu_list .home_menu summary {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    line-height: 80px;
    text-align: center;
}

#nav2 .home_menu_list .SelectMenu {
    width: calc(100%/7);
}

#nav2 .home_menu_list .SelectMenu-modal {
    width: 100%;
    margin-top: 0;
}