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: #666666; */
    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;
}
.hub_banner{
    width: 100%;
    height: 380rem;
    background: url("/static/frontend/pc/images/qm_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, Inter-500;
    font-weight: 500;
    color: #111111;
    text-align: center;
    margin-top: 96rem;
}
.hub_banner_text p{
    width: 1000rem;
    margin: 0 auto;
    font-size: 16rem;
    font-family: Inter, Inter-400;
    font-weight: 400;
    color: #333333;
    margin-top: 20rem;
    text-align: center;
}
.content-1,.content-3,.content-4,.content-7{
    max-width: 1440rem;
    margin: 0 auto;
    margin-top: 80rem;
}
.cont-1-item h2{
    min-width: 640rem;
    font-size: 48rem;
    font-family: Inter, Inter-600;
    font-weight: 600;
    color: #0a1d3d;
    line-height: 56rem;
}
.cont-1-item p{
    min-width: 724rem;
    font-size: 16rem;
    font-family: Inter, Inter-400;
    font-weight: 400;
    color: #333333;
}
.content-2{
    max-width: 1440rem;
    margin: 0 auto;
    margin-top: 100rem;
}
.cont-2-item h3{
    width: 620rem;
    font-size: 32rem;
    font-family: Inter, Inter-600;
    font-weight: 600;
    color: #333333;
    margin-bottom: 24rem;
}
.cont-2-item p{
    width: 620rem;
    font-size: 16rem;
    font-family: Inter, Inter-400;
    font-weight: 400;
    color: #333333;
}
.cont-2-item p:first-of-type{
    margin-bottom: 20rem;
}
.cont-2-item img{
    margin-top: 29rem;
}
@media screen and (max-width: 992px) {
    .cont-2-item ,.cont-4-item,.content-6-inner div{
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
    }
    .cont-4-item-img{
        justify-content: center !important;
    }
}
.content-3{
    background-color: #F1F1F1;
    min-height: 676rem;
}
.content-4 h2{
    font-size: 48rem;
    font-family: Inter, Inter-600;
    font-weight: 600;
    text-align: center;
    color: #0a1d3d;
    margin-bottom: 44rem;
}
.cont-4-item h3{
    font-size: 22rem;
    font-family: Inter, Inter-700;
    font-weight: 700;
    color: #333333;
    margin-bottom: 28rem;
    white-space: nowrap;
}
@media screen and (max-width: 1440px) {
    .cont-4-item h3{
        white-space: normal;
    }
    .content-6-inner ul{
        padding-left: 24rem;
    }
}
.cont-4-item-img{
    display: flex;
    justify-content: flex-end;
}
.cont-4-item ul{
    padding-left: 24rem;
}
.cont-4-item ul li{
    max-width: 744rem;
    font-size: 16rem;
    font-family: Inter, Inter-400;
    font-weight: 400;
    color: #333333;
    list-style: disc;
    line-height: 28 rem;
}
.cont-4-item ul li span{
    font-size: 16rem;
    font-family: Inter, Inter-600;
    font-weight: 600;
    color: #333333;
}
.content-5{
    max-width: 1440rem;
    margin: 0 auto;
    margin-top: 32rem;
}
.content-5 h3{
    font-size: 22rem;
    font-family: Inter, Inter-600;
    font-weight: 600;
    color: #333333;
    margin-bottom: 24rem;
}
.content-5 span{
    font-size: 16rem;
    font-family: Inter, Inter-400;
    font-weight: 400;
    color: #333333;
}
.content-5 p{
    font-size: 16rem;
    font-family: Inter, Inter-600;
    font-weight: 600;
    color: #333333;
    margin-bottom: 10rem;
}
.content-6{
    width: 100%;
    min-height: 813rem;
    background-color: #F8F9F9;
    margin-top: 100rem;
}
.content-6-inner{ 
    max-width: 1440rem;
    margin: 0 auto;
}
.content-6-inner h2{
    font-size: 48rem;
    font-family: Inter, Inter-600;
    font-weight: 600;
    color: #0a1d3d;
    margin-top: 80rem;
    margin-bottom: 28rem;
}
.content-6-inner p{
    font-size: 16rem;
    font-family: Inter, Inter-400;
    font-weight: 400;
    color: #333333;
    margin-bottom: 40rem;
}
.content-6-inner ul li{
    width: 100%;
    list-style: disc;
    font-size: 16rem;
    font-family: Inter, Inter-400;
    font-weight: 400;
    color: #333333;
    line-height: 24rem;
    margin-bottom: 16rem;
}
.content-6-inner ul li span{
    font-size: 16rem;
    font-family: Inter, Inter-700;
    font-weight: 700;
    color: #333333;
}
.content-6-inner h5{
    font-size: 16rem;
    font-family: Inter, Inter-600;
    font-weight: 600;
    color: #0e2a58;
    text-align: center;
    padding-top: 14rem;
    text-align: left;
}
.content-7{
    justify-content: space-between;
}
.content-7 h2{
    font-size: 48rem;
    font-family: Inter, Inter-600;
    font-weight: 600;
    color: #0a1d3d;
    margin-bottom: 28rem;
    text-align: center;
}
.content-7 p{
    font-size: 16rem;
    font-family: Inter, Inter-400;
    font-weight: 400;
    color: #333333;
    line-height: 24rem;
}
.content-7 p:first-of-type{
    margin-bottom: 20rem;
}
.content-7 p:last-of-type{
    margin-bottom: 44rem;
}
@media screen and (max-width: 898px) {
    .content-7{
        justify-content: center;
        gap: 20rem;
    }
}
@media screen and (max-width: 1440px) {
    .content-7{
        justify-content: center;
        gap: 20rem;
    }
}

.content-8{
    max-width: 1440rem;
    height: 424rem;
    margin: 0 auto;
    background: #ecedef;
    margin-top: 72rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.content-8 h2{
    max-width: 905rem;
    font-size: 48rem;
    font-family: Inter, Inter-600;
    font-weight: 600;
    text-align: center;
    color: #333333;
    line-height: 48rem;
    margin-top: 72rem;
    margin-bottom: 24rem;
}
.content-8 p{
    max-width: 592rem;
    font-size: 16rem;
    font-family: Inter, Inter-400;
    font-weight: 400;
    color: #333333;
    line-height: 24rem;
    text-align: center;
    margin-bottom: 60rem;
}
.content-8 a{
    display: inline-block;
    width: 240rem;
    height: 60rem;
    background: #0e2a58;
    border-radius: 4rem;
    font-size: 16rem;
    font-family: Inter, Inter-400;
    font-weight: 400;
    color: #ffffff;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
}
.content-8 a:hover{
    background-color: #ffffff;
    color: #0a1d3d;
}
.bottom_box {
    margin-top: 80rem;
}
