a {
    text-decoration: none;
}

/* 面包屑导航样式 */
.breadcrumb-container {
    width: 1440rem;
}

@media screen and (max-width: 1280px) {
    .breadcrumb-container {
        max-width: 1120rem;
    }
}

@media screen and (max-width: 800px) {
    .breadcrumb-container {
        width: 100%;
    }
}

.breadcrumb {
    font-size: 14rem;
    padding-top: 17rem;
}

.breadcrumb-item {
    cursor: pointer;
}

.breadcrumb-item:hover {
    color: #0068D7 !important;
}

.breadcrumb-item a {
    color: #0068d7;
    text-decoration: none;
    font-size: 14rem;
}

.breadcrumb-item+.breadcrumb-item::before {
    padding: 0 6rem;
}

.breadcrumb-item.active {
    color: #333333;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: #666666;
}

.hubContainer {
    background-color: #ffffff;
}

.hub_banner {
    width: 100%;
    height: 380rem;
    background: url("/static/frontend/pc/images/as_banner.webp") no-repeat;
    background-size: 100% 100%;
}

.hub_banner_text {
    max-width: 1440rem;
    margin: 0 auto;
}

.hub_banner_text h1 {
    font-size: 48rem;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    color: #111111;
    text-align: center;
    margin-top: 96rem;
}

.hub_banner_text p {
    max-width: 1000rem;
    margin: 0 auto;
    font-size: 16rem;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    color: #333333;
    margin-top: 20rem;
    text-align: center;
}

/* content-1 */
.content-1 {
    max-width: 1440rem;
    min-height: 468rem;
    margin: 0 auto;
    box-sizing: border-box;
    margin-top: 90rem;
    justify-content: space-between;
    align-items: center;
}

.content_1_left {
    box-sizing: border-box;
    max-width: 731rem;
}

.content_1_right {
    width: 620rem;
    height: 372rem;
}

.content_1_right img {
    width: 620rem;
    height: 100%;
}

.content_1_left h1 {
    font-size: 48rem;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    color: #0a1d3d;
}

.content_1_left p {
    max-width: 706rem;
    font-size: 16rem;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    color: #333333;
    line-height: 24rem;
}

.content_1_left ul {
    padding-left: 20rem;
}

.content_1_left ul li span {
    font-size: 16rem;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    text-align: left;
    color: #333333;
    line-height: 24rem;
}

.content_1_left ul li {
    list-style: disc;
    width: 100%;
    font-size: 16rem;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    text-align: left;
    color: #333333;
    line-height: 24rem;
    margin-top: 10rem;
}

.content_1_left p:first-of-type {
    margin-top: 32rem;
}

.content_1_left p:last-child {
    margin-top: 20rem;
}

.content-2 {
    width: 100%;
    min-height: 530rem;
    background-color: #F8F9F9;
    margin-top: 84rem;
}

.content-2-inner {
    max-width: 1440rem;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.content-2-box {
    margin-top: 80rem;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 445rem;
    height: 292rem;
    font-size: 15rem;
    background: #ffffff;
    border-radius: 4rem;
    box-shadow: 0 8rem 24rem 0 rgba(0, 0, 0, 0.06);
}

/* 小屏幕时改为单列布局 */
@media (max-width: 991px) {
    .content-2-box {
        width: 100%;
    }
}

@media (max-width: 873px) {
    .content-1 {
        justify-content: center;
    }
}

@media (max-width: 630px) {
    .content-2-inner {
        justify-content: center;
    }
}

@media (max-width: 508px) {
    .content-3 {
        justify-content: center;
    }
}

.content-2-box h2 {
    width: 400rem;
    height: 78rem;
    font-size: 32rem;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    text-align: center;
    color: #0a1d3d;
    margin-top: 48rem;
    margin-bottom: 16rem;
}

.content-2-box p {
    width: 368rem;
    height: 48rem;
    font-size: 16rem;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    color: #333333;
    line-height: 24rem;
    text-align: center;
}

.content-2-box div {
    width: 148rem;
    height: 148rem;
    background: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: -74rem;
}

.content-3 {
    max-width: 1200rem;
    margin: 0 auto;
    margin-top: 100rem;
    margin-bottom: 112rem;
}

.content-3-right {
    max-width: 731rem;
    margin-left: 120rem;
}

.content-3-right h2 {
    font-size: 48rem;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    color: #0a1d3d;
    margin-bottom: 20rem;
}

.content-3-right p {
    width: 100%;
    font-size: 16rem;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    text-align: left;
    color: #333333;
    line-height: 24rem;
    margin-bottom: 20rem;
}

.content-3-right p span {
    font-size: 16rem;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    text-align: left;
    color: #333333;
    line-height: 24rem;
}

.content-3-right div {
    max-width: 568rem;
    display: flex;
    justify-content: space-between;
    margin-top: 72rem;
}

.content-3-right div a {
    display: inline-block;
    width: 272rem;
    height: 52rem;
    background: #ffffff;
    border: 2rem solid #0e2a58;
    border-radius: 4rem;
    font-size: 16rem;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    color: #0e2a58;
    text-align: center;
    line-height: 52rem;
}

.content-3-right div a:hover {
    background-color: #0e2a58;
    color: #ffffff;
}

.content-9 {
    width: 100%;
    background-color: #ffffff;
}

.content-9-box {
    max-width: 1440rem;
    height: 424rem;
    margin: 0 auto;
    background: #ecedef;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.content-9-box h2 {
    max-width: 902rem;
    font-size: 48rem;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    text-align: center;
    color: #333333;
    line-height: 48rem;
    margin-top: 72rem;
    margin-bottom: 24rem;
}

.content-9-box p {
    max-width: 592rem;
    font-size: 16rem;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    color: #333333;
    line-height: 24rem;
    text-align: center;
    margin-bottom: 60rem;
}

.content-9-box a {
    display: inline-block;
    width: 240rem;
    height: 60rem;
    background: #0e2a58;
    border-radius: 4rem;
    font-size: 16rem;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    color: #ffffff;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.content-9-box a:hover {
    background-color: #ffffff;
    color: #0a1d3d;
}

.bottom_box {
    margin-top: 80rem;
}

@media screen and (max-width: 1065px) {
    .content-6-item-container {
        justify-content: center !important;
    }
}

@media screen and (max-width: 595px) {
    .content-6-right {
        justify-content: center !important;
    }

    .content-6-imgItem:nth-child(n+2) {
        margin-top: 42rem;
    }
}