.page_content {
    width: 1400px;
    margin: 0 auto;
    overflow: hidden;
}

.topbar {
    height: 62px;
    background-color: #fff;
    position: sticky;
    top: 0;
    z-index: 99
}

.topbar .page_content {
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.topbar .page_content img {
    width: 131px;
    height: 38px
}

.topbar .page_content .right {
    display: flex;
    align-items: center
}

.topbar .page_content .right .search {
    display: flex;
    align-items: center;
    margin-right: 48px
}

.topbar .page_content .right .search input {
    width: 386px;
    height: 36px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border: 1px solid #FF0000;
    font-size: 14px;
    text-indent: 16px
}

.topbar .page_content .right .search button {
    width: 74px;
    height: 36px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    background-color: #FF0000;
    font-size: 16px;
    color: #fff
}

.topbar .page_content .right .search_yd {
    display: none
}

.topbar .page_content .right .nav {
    font-size: 14px;
    color: #1F1F25;
    display: flex;
    column-gap: 16px;
    margin-right: 24px;
    display: none;
}

.topbar .page_content .right .nav a {
    font-size: 14px;
    color: #1F1F25
}

.topbar .page_content .right .nav a:hover {
    color: #FF0000
}

.topbar .page_content .right .service {
    width: 104px;
    height: 36px;
    border-radius: 4px;
    background: none;
    border: 1px solid #1F1F25;
    font-size: 14px;
    color: #1F1F25;
    display: none;
}

.topbar .page_content .right .service:hover {
    border: 1px solid #FF0000;
    color: #FF0000
}

.bread_nav {
    font-size: 12px;
    color: #9C9FAC;
    margin-top: 10px
}

.bread_nav a {
    font-size: 12px;
    color: #9C9FAC
}

.bread_nav a:last-child {
    color: #6F7385
}

.page_bottom {
    margin-top: 72px;
    height: 80px;
    background-color: #262D38;
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 24px
}

.page_bottom div {
    font-size: 14px;
    color: #9C9FAC
}

.page_bottom div a {
    font-size: 14px;
    color: #9C9FAC
}

.page_bottom div a:hover {
    color: #FF0000
}