.home-layout-page {
    --home-blue: var(--primary-color);
    --home-blue-dark: #0c1943;
    --home-blue-mid: var(--primary-color);
}

.home-layout-page .content {
    width: 100%;
    height: auto;
    margin: 0;
    padding-top: 181px;
    background: transparent;
    position: relative;
}

.home-layout-page .content .top {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 990;
    display: block;
    width: 100%;
    max-width: none;
    height: 130px;
    margin: 0;
    padding: 0;
    background: #0c1943 url("../images/yh_011.jpg") no-repeat left top;
    background-size: auto 130px;
}

.home-layout-page .content .top .container {
    width: 100%;
    max-width: 1200px;
    height: 130px;
    margin: 0 auto;
    padding: 0 15px;
    display: flex;
    align-items: center;
}

.home-layout-page .content .logo {
    display: block;
    flex: 0 0 auto;
}

.home-layout-page .content .logo-img {
    display: block;
    width: 424px;
    height: auto;
}

.home-layout-page .menu-btn {
    display: none;
}

.home-layout-page .nav {
    position: absolute;
    top: 130px;
    left: 0;
    z-index: 990;
    width: 100%;
    height: 51px;
    background: var(--home-blue);
}

.home-layout-page .nav .container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.home-layout-page .nav ul {
    display: flex;
    justify-content: center;
    align-items: stretch;
    min-height: 51px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.home-layout-page .nav li {
    flex: 1 1 0;
    min-width: 0;
}

.home-layout-page .nav a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 51px;
    padding: 0 8px;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
    text-align: center;
    white-space: nowrap;
}

.home-layout-page .nav li:hover,
.home-layout-page .nav .selected {
    background: var(--home-blue-mid);
}

.home-layout-page .footer {
    position: relative;
    width: 100%;
    margin-top: 20px;
    padding: 25px 0;
    color: #fff;
    background: var(--home-blue);
    line-height: 1.8;
    text-align: center;
    box-shadow: none;
}

.home-layout-page .footer p {
    padding: 0 5%;
}

@media (max-width: 1110px) {
    .home-layout-page .content {
        padding-top: 62px;
    }

    .home-layout-page .content .top {
        position: fixed;
        height: 62px;
        background-size: auto 62px;
    }

    .home-layout-page .content .top .container {
        height: 62px;
        max-width: none;
        width: 100% !important;
        padding: 0 12px 0 20px;
        display: flex !important;
        align-items: center !important;
        justify-content: space-between;
    }

    .home-layout-page .content .logo {
        width: auto;
        margin: 0;
        display: flex;
        align-items: center;
    }

    .home-layout-page .content .logo-img {
        width: calc(100vw - 96px);
        max-width: 280px;
    }

    .home-layout-page .menu-btn {
        display: block;
        float: none;
        width: 30px;
        height: auto;
        margin: 0 0 0 auto;
        align-self: center;
    }

    .home-layout-page .nav {
        position: fixed;
        top: 62px;
        display: none;
        height: auto;
    }

    .home-layout-page .nav .container {
        max-width: none;
        padding: 0;
    }

    .home-layout-page .nav ul {
        display: block;
        min-height: 0;
    }

    .home-layout-page .nav li {
        flex: none;
        width: 100%;
    }

    .home-layout-page .nav a {
        width: 100%;
        height: 36px;
        font-size: 15px;
        line-height: 36px;
    }
}

@media (max-width: 480px) {
    .home-layout-page .content .logo,
    .home-layout-page .content .logo-img {
        width: 190px;
    }
}
