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 a {
    /* color: #666666; */
    color: #0068d7;
    text-decoration: none;
    font-size: 14rem;
}
.breadcrumb-item{
    cursor: pointer;
}
.breadcrumb-item:hover {
    color: #0068D7 !important;
}
.breadcrumb-item+.breadcrumb-item::before {
    padding: 0 6rem;
}

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

.breadcrumb-item+.breadcrumb-item::before {
    color: #666666;
}
.hubContainer{
    background-color: #F8F9F9;
}
.hub_banner{
    width: 100%;
    height: 380rem;
    background: url("/static/frontend/pc/images/tp_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-1{
    max-width: 1440rem;
    min-height: 372rem;
    margin: 0 auto;
    box-sizing: border-box;
    margin-top: 90rem;
}
.content_1_left{
    box-sizing: border-box;
}
.content_1_left h1{
    font-size: 48rem;
    font-family: Inter, Inter-600;
    font-weight: 600;
    color: #0a1d3d;
}
.content_1_left p{
    max-width: 706rem;
    font-size: 16rem;
    font-family: Inter, Inter-400;
    font-weight: 400;
    color: #333333;
    line-height: 24rem;
}
.content_1_left p:first-of-type {
    margin-top: 32rem;    
}
.content_1_left p:last-child{
    margin-top: 20rem;
}
.content-2{
    max-width: 1440rem;
    margin: 0 auto;
    margin-top: 90rem;
    min-height: 178rem;
}
.content-2-box h1{
    font-size: 48rem;
    font-family: Inter, Inter-600;
    font-weight: 600;
    color: #0a1d3d;
    text-align: center;
}
.content-2-box p{
    width: 100%;
    font-size: 16rem;
    font-family: Inter, Inter-400;
    font-weight: 400;
    color: #333333;
    line-height: 24rem;
}
.content-2-box p:first-of-type {
    margin-top: 32rem;    
}
.content-2-box p:last-child{
    margin-top: 20rem;
}
/* content_3 */
.content-3{
    max-width: 1440rem;
    min-height: 372rem;
    margin: 0 auto;
    margin-top: 90rem;
}
.content_3_left h5{
    width: 650rem;
    font-size: 32rem;
    font-family: Inter, Inter-600;
    font-weight: 600;
    color: #0a1d3d;
    margin-top: 48rem;
}
.content_3_left p{
    width: 706rem;
    font-size: 16rem;
    font-family: Inter, Inter-400;
    font-weight: 400;
    color: #333333;
    line-height: 24rem;
}
.content_3_left p:first-of-type {
    margin-top: 32rem;    
}
.content_3_left p:last-child{
    margin-top: 20rem;
}
.content-4{
    max-width: 1440rem;
    margin: 0 auto;
    margin-top: 68rem;
}
.content-4 a{
    display: inline-block;
    width: 240rem;
    height: 52rem;
    font-size: 16rem;
    font-family: Inter, Inter-500;
    font-weight: 500;
    color: #0e2a58;
    background: #f5f5f5;
    border: 2rem solid #0e2a58;
    border-radius: 4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.content-4 a:hover{
    background: #0e2a58;
    color: #fff !important;
}
.content-5{
    max-width: 1440rem;
    margin: 0 auto;
    margin-top: 80rem;
    position: relative;
}
.content-5 .title{
    font-size: 28rem;
    font-family: Inter, Inter-600;
    font-weight: 600;
    color: #333333;
}
.content-5-container{
    position: relative;
    width: 100%;
    height: 272rem;
    margin-top: -70rem;
}
.content-5-box{
    position: absolute;
    top: 90rem;
    width: 100%;
    min-height: 272rem;
    background-color: #ffffff;
    box-shadow: 0px 12rem 36rem 0px rgba(0,0,0,0.04);
}

.content-5-item{
    display: flex;
    align-items: center;
    justify-content: center;
}

.content-5-item-container{
    max-width: 364rem;
    height: 180rem;
}
.content-5-item-container .num{
    font-size: 48rem;
    font-family: Inter, Inter-600;
    font-weight: 600;
    color: #0a1d3d;
    text-align: center;
}
.content-5-item-container p:nth-child(2){
    width: 100%;
    height: 29rem;
    font-size: 24rem;
    font-family: Inter, Inter-600;
    font-weight: 600;
    color: #333333;
    text-align: center;
    white-space: nowrap;
}
.content-5-item-container p:last-child{
    width: 100%;
    font-size: 16rem;
    font-family: Inter, Inter-400;
    font-weight: 400;
    color: #333333;
    line-height: 24rem;
    text-align: center;
    margin-top: 32rem;
}
.content-6-container{
    width: 100%;
    background-color: #ffffff;
    box-sizing: border-box;
}
.content-6{
    max-width: 1440rem;
    margin: 0 auto;
    box-sizing: border-box;
}
.content-6 .title{
    text-align: center;
    font-size: 48rem;
    font-family: Inter, Inter-600;
    font-weight: 600;
    color: #333333;
    padding-top: 180rem;
}
.content-6-item-container{
    max-width: 1440rem;
    margin: 0 auto;
    box-sizing: border-box;
    margin-top: 56rem;
    min-height: 1224rem;
}
.content-6-left{
    max-width: 660rem;
    box-sizing: border-box;
    height: 100%;
}
.content-6-right{
    width: 670rem;
    height: 100%;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.content-6-left-item{
    width: 100%;
}
.content-6-left-item .desc2{
    display: flex;
    align-items: center;
    margin-top: 17rem;
}
.mt-29{
    margin-top: 29rem !important;
}
.mb-131{
    margin-bottom: 110rem !important;
}
.content-6-left-item .desc2 .icon{
    width: 13rem;
    height: 13rem;
    background: #ffffff;
    border: 4rem solid #333333;
    border-radius: 50%;
    margin-right: 13rem;
}
.content-6-left-item .desc2 .title2{
    font-size: 16rem;
    font-family: Inter, Inter-600;
    font-weight: 600;
    color: #333333;
    line-height: 24rem;
}
.content-6-left-item .desc2 .desc3{
    font-size: 16rem;
    font-family: Inter, Inter-400;
    font-weight: 400;
    text-align: left;
    color: #333333;
    line-height: 24rem;
}
.content-6-left-item .item-title{
    font-size: 24rem;
    font-family: Inter, Inter-600;
    font-weight: 600;
    color: #333333;
}
.firstTitle{
    padding-top: 8rem;
}
.content-6-left-item .desc{
    font-size: 16rem;
    font-family: Inter, Inter-400;
    font-weight: 400;
    color: #666666;
    line-height: 22rem;
    margin-top: 20rem;
}
.mb-item{
    margin-bottom: 48rem;
}
.content-6-imgItem{
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 320rem;
}
.imgBox{
    min-width: 320rem;
    min-height: 232rem;
}
.imgBox+p{
    white-space: nowrap;
}
.imgBox2{
    max-width: 320rem;
}
.content-6-imgItem p{
    font-size: 16rem;
    font-family: Inter, Inter-500;
    font-weight: 500;
    color: #333333;
    text-align: center;
    width: 100%;
    margin-top: 12rem;
    max-width: 320rem;
    text-align: center;
    /* white-space: nowrap;
    text-overflow: ellipsis; */
    /* overflow: hidden; */
}
.content-6-imgItem:nth-child(n+2){
    margin-top: 40rem;
}
.content-7{
    max-width: 1440rem;
    margin: 0 auto;
    margin-top: 100rem;
}
.content-7 h2{
    font-size: 48rem;
    font-family: Inter, Inter-600;
    font-weight: 600;
    color: #0a1d3d;
    width: 100%;
}
.content-7 p{
    width: 100%;
    font-size: 16rem;
    font-family: Inter, Inter-400;
    font-weight: 400;
    color: #333333;
    line-height: 24rem;
    margin-top: 32rem;
}
.content-7-imgBox{
    max-width: 700rem;
    min-height: 386rem;
    margin-top: 47rem;
}
.content-7-imgBox img{ 
    width: 100%;
    height: 100%;
}
.content-7-item{
    max-width: 700rem;
}
.content-7-item a{
    display: inline-block;
    width: 700rem;
    height: 60rem;
    background: #f5f9fe;
    font-size: 22rem;
    font-family: Inter, Inter-500;
    font-weight: 500;
    color: #0068d7;
    display: flex;
    align-items: center;
    justify-content:center;
    text-decoration: none;
}
.content-7-item a img{
    width: 20rem;
    height: 20rem;
    margin-left: 12rem;
}
.content-8 {
    width: 100%;
    background-color: #F8F9F9;
    margin-top: 100rem;
}
.content-8-box{
    max-width: 1440rem;
    margin: 0 auto;
}
.content-8-box h2{
    width: 100%;
    font-size: 48rem;
    font-family: Inter, Inter-600;
    font-weight: 600;
    color: #0a1d3d;
    padding-top: 80rem;
}
.content-8-box .desc1{
    width: 100%;
    font-size: 16rem;
    font-family: Inter, Inter-400;
    font-weight: 400;
    color: #333333;
    line-height: 24rem;
    margin-top: 32rem;
}
.content-8-box .desc2{
    font-size: 16rem;
    font-family: Inter, Inter-600;
    font-weight: 600;
    color: #333333;
    line-height: 24rem;
    margin-top: 24rem;
}
.content-8-box ul{
    width: 100%;
    margin-top: 36rem;
    padding-left: 34rem;
}
.content-8-box ul li{
    list-style:disc;
    font-size: 22rem;
    font-family: Inter, Inter-600;
    font-weight: 600;
    color: #333333;
    margin-top: 30rem;
}
.content-8-box ul li:last-child{
    padding-bottom: 76rem;
}
.content-8-box ul li p{
    width: 100%;
    font-size: 16rem;
    font-family: Inter, Inter-400;
    font-weight: 400;
    color: #333333;
    margin-top: 6rem;
}
.content-8-box .desc3{
    width: 100%;
    font-size: 16rem;
    font-family: Inter, Inter-500;
    font-weight: 500;
    color: #0a1d3d;
    line-height: 24rem;
    padding-top: 40rem;
    padding-bottom: 40rem;
}
.content-9{
    width: 100%;
    background-color: #ffffff;
}
.content-9-box{
    max-width: 1440rem;
    height: 424rem;
    margin: 0 auto;
    background: #ecedef;
    margin-top: 72rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.content-9-box h2{
    max-width: 902rem;
    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-9-box 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-9-box 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-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;
    }
}