a{
    text-decoration: none;
}
/* 面包屑导航样式 */
.breadcrumb-container{
    width: 1440rem;
    height: 40rem;

}
@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 !important;
    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;
}
.content-1{
    width: 100%;
    min-height: 440rem;
    background-color: #f8f9f9;
}
.content-1-inner{
    max-width: 1440rem;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.content-1-left{
    max-width: 720rem;
}
.content-1-left h1{
    font-size: 48rem;
    font-family: Inter, Inter-600;
    font-weight: 600;
    color: #0a1d3d;
    line-height: 56rem;
    /* margin-top: 30rem; */
    margin-bottom: 32rem;
}
.content-1-left p{
    font-size: 16rem;
    font-family: Inter, Inter-400;
    font-weight: 400;
    color: #333333;
    line-height: 24rem;
    margin-bottom: 20rem;
}
.content-1-left ul{
    padding-left: 24rem;
}
.content-1-left ul li{
    font-size: 16rem;
    font-family: Inter, Inter-600;
    font-weight: 600;
    color: #333333;
    line-height: 24rem;
    list-style: disc;
    margin-bottom: 6rem;
}
.content-1-right{
    max-width: 706rem;
}
.content-1-right p{
    font-size: 16px;
    font-family: Inter, Inter-400;
    font-weight: 400;
    color: #333333;
    line-height: 24rem;
    margin-bottom: 20rem;
}
.content-1-right p span{
    font-size: 16rem;
    font-family: Inter, Inter-600;
    font-weight: 600;
    color: #333333;
}
.content-1-right p:first-child{
    margin-top: 30rem;
}
@media (max-width: 991px) {
    .content-1-inner{
        justify-content: center;
    }
    .content-10 ul {
        display: flex;
        justify-content: center;
    }
}
.content-2{
    max-width: 1440rem;
    margin: 0 auto;
    gap: 20rem;
    justify-content: center;
    margin-top: 60rem;
}
.content-2-item{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 345rem;
    background: #ffffff;
    box-shadow: 0px 8rem 20rem 0px rgba(0,0,0,0.06); 
}
.content-2-imgBox{
    width: 100%;
}
.content-2-item p{
    width:282rem;
    height: 84rem;
    text-align: center;
    font-size: 24rem;
    font-family: Inter, Inter-600;
    font-weight: 600;
    color: #333333;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 26rem;
}
.content-3{
    max-width: 1440rem;
    min-height: 120rem;
    margin: 0 auto;
    background-color: #F8F9F9;
    justify-content: space-between;
    align-items: center;
    padding-left: 56rem;
    padding-right: 56rem;
    margin-top: 56rem;
    margin-bottom: 80rem;
}
.content-3 div{
    max-width: 593rem;
    height: 56rem;
    font-size: 22rem;
    font-family: Inter, Inter-500;
    font-weight: 500;
    color: #333333;
    line-height: 24rem;
}
.content-3 a{
    display: inline-block;
    width: 272rem;
    height: 52rem;
    background: #f5f5f5;
    border: 2rem solid #0e2a58;
    border-radius: 4rem;
    font-size: 16rem;
    font-family: Inter, Inter-500;
    font-weight: 500;
    color: #0e2a58;
    text-align: center;
    line-height: 52rem;
}
.content-3 a:hover{
    background: #0e2a58;
    color: #ffffff;
}
@media (max-width: 688px) {
    .content-3{
        justify-content: center;
    }
}
.content-5{
    max-width: 1440rem;
    margin: 0 auto;
    min-height: 372rem;
    margin-bottom: 100rem;
}
.content-5-left h2{
    max-width: 687rem;
    font-size: 40rem;
    font-family: Inter, Inter-600;
    font-weight: 600;
    color: #0a1d3d;
    margin-top: 20rem;
    margin-bottom: 32rem;
}
.content-5-left p{
    max-width: 716rem;
    font-size: 16rem;
    font-family: Inter, Inter-400;
    font-weight: 400;
    color: #333333;
    margin-bottom: 20rem;
}
@media (max-width: 992px) {
    .content-3{
        justify-content: center;
    }
    .content-5-right{
        display: flex;
        justify-content: center;
    }
    .content-5-left{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}
.content-9{
    width: 100%;
    min-height: 760rem;
    background-color: #F8F9F9;
}
.content-9-inner{
    max-width: 1440rem;
    margin: 0 auto;
}
.content-9-inner h2{
    font-size: 48rem;
    font-family: Inter, Inter-600;
    font-weight: 600;
    text-align: center;
    color: #0a1d3d;
    margin-top: 84rem;
    margin-bottom: 36rem;
}
.content-9-inner div{
    width: 100%;
    min-height: 162rem;
    background: #f8f9f9;
    border: 1rem solid transparent;
    border-bottom: 1rem solid #d9d9d9;
    margin-top: 12rem;
}
.content-9-inner div p:first-child{
    font-size: 28rem;
    font-family: Inter, Inter-500;
    font-weight: 500;
    color: #333333;
    margin-top: 32rem;
    margin-bottom: 20rem;
}
.content-9-inner div p:last-child{
    font-size: 16rem;
    font-family: Inter, Inter-400;
    font-weight: 400;
    color: #333333;
}
.content-10{
    max-width: 1440rem;
    margin: 0 auto;
}
.content-10 h2{
    text-align: center;
    font-size: 48rem;
    font-family: Inter, Inter-600;
    font-weight: 600;
    color: #0a1d3d;
    margin-top: 100rem;
    margin-bottom: 40rem;
}
.content-10 ul{
    max-width: 100%;
    padding: 0;
    margin-top: 24rem;
    margin-bottom: 100rem;
}
.content-10 ul li{
    max-width: 360rem;
    height: 40rem;
    line-height: 40rem;
}
.content-10 ul li a{
    font-size: 16rem;
    font-family: Inter, Inter-400;
    font-weight: 400;
    color: #333333;
}
.content-10 ul li a:hover{
    color: #0068d7;
    text-decoration: underline;
    text-decoration-color: #0068d7;
}

.content-11{
    max-width: 1440rem;
    height: 424rem;
    margin: 0 auto;
    background: #ecedef;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.content-11 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-11 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-11 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-11 a:hover{
    background-color: #ffffff;
    color: #0a1d3d;
}
.bottom_box {
    margin-top: 80rem;
}