a {
    text-decoration: none !important;
}

/* 面包屑 */
.bread-box {
    width: 100%;
    height: 48rem;
    font-size: 14rem;
    background-color: rgba(255, 255, 255, 0.21);
}

.bread {
    width: 100%;
    height: auto;
    max-width: 1440rem;
    margin: 0 auto;
}

/* 自定义面包屑样式 */
.breadcrumb {
    width: 100%;
    height: 48rem;
    font-size: 12rem;
    text-align: left;
    line-height: 48rem;
    cursor: pointer;
}

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

.breadcrumb-item.active {
    color: #333333;
    font-size: 12rem;
}

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

/* banner */
.banner {
    width: 100%;
    height: auto;
    max-width: 1440rem;
    max-height: 300rem;
    margin: 0 auto;
    display: block;
    margin-top: 24rem;
}

/* 容器样式 */
.container-fluid {
    max-width: 1440rem;
    margin: 0 auto;
    padding: 0;
}

.desc {
    height: 137rem;
    margin-top: 10rem;
    border-bottom: 1rem solid #eeeeee;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.desc-title {
    font-size: 44rem;
    font-family: Inter, Inter-500;
    font-weight: 500;
    color: #333333;
    height: 53rem;
}

.desc-detail {
    height: 40rem;
    font-size: 14rem;
    font-family: Inter, Inter-400;
    color: #333333;
    line-height: 20rem;
    display: flex;
    align-items: center;
}

/* 自定义样式 */
.custom-container {
    max-width: 1440rem;
    margin: 0 auto;
    padding: 0;
}

.first_row {
    margin-top: 38rem !important;
}

.custom-row {
    display: flex;
    flex-wrap: wrap;
    gap: 28rem;
    margin-top: 28rem;
}

.custom-col {
    flex: 0 0 706rem;
    height: 352rem;
    display: flex;
    align-items: center;
    gap: 20rem;
    padding: 15rem;
    background-color: #f6f6f6;
}

.custom-img {
    max-width: 282rem;
    height: auto;
    border-radius: 8rem;
    transition: transform 0.3s ease;
}

.custom-img:hover {
    transform: scale(1.05);
}

.custom-content {
    flex: 1;
}

.text-title {
    font-size: 24rem;
    font-family: Inter, Inter-500;
    font-weight: 500;
    color: #0A1D3D;
}

.view-more-btn {
    display: inline-block;
    width: 124rem;
    height: 40rem;
    text-align: center;
    line-height: 40rem;
    background: #0E2A58;
    border-radius: 4rem;
    color: #FFFFFF;
    font-size: 14rem;
    font-family: Inter, Inter-400;
    margin-top: 40rem;
    border: none;
}

.view-more-btn:hover {
    background: #0A1D3D;
}

.view-more-btn {
    color: #FFFFFF;
}

.view_arrow {
    width: 18rem;
    height: 18rem;
}

.text-detail {
    margin-top: 16rem;
    font-size: 14rem;
    font-family: Inter, Inter-400;
    color: #333333;
    line-height: 21rem;
    word-break: break-all;
}

@media (max-width: 768px) {
    .custom-col {
        flex: 1 1 100%;
        max-width: 100%;
        text-align: center;
    }
}

/* 在小屏幕下保持列间距 */
@media (max-width: 1280px) {
    .bread-box {
        width: 1100rem;
        height: 48rem;
        font-size: 14rem;
        background-color: rgba(255, 255, 255, 0.21);
        padding-left: 10rem;
    }

    .desc {
        width: 1100rem;
    }
}

/* 富文本显示区域 */
.product-textArea {
    max-width: 1440rem;
    height: auto;
    margin: 0 auto;
    margin-top: 100rem;
    font-size: 16rem;
}

.product-textArea p,
.product-textArea span {
    font-size: 14rem !important;
    font-family: Arial;
}

.product-textArea h2 {
    margin-top: 20rem;
    margin-bottom: 10rem;
}

.content-box {
    margin-top: 36rem !important;
    max-width: 1440rem;
    margin: 0 auto;
}

.content-box .row {
    margin-right: 0;
    margin-left: 0;
    max-width: 100%;
}

.product_one_col {
    width: 460px;
    height: 204px;
    background-color: #f5f5f5;
    border-radius: 4px;
    padding-left: 0;
    padding-right: 0;
    margin-right: 20rem;
    transition: box-shadow 0.3s ease;
}

.innerBox {
    width: 420rem;
    height: 156rem;
}

.product_one_img {
    width: 156rem;
    height: 156rem;
}

.product_one_img:hover img {
    transform: scale(1.03);
}

.product_one_img img {
    max-width: 100%;
    height: 100%;
    transition: transform 0.3s ease;
}

.product_one_text {
    width: 225rem;
    height: 100%;
}

.product_one_title {
    width: 100%;
    max-height: 84rem;
    font-size: 19rem;
    font-family: Inter, Inter-500;
    font-weight: 500;
    color: #0e2a58;
    overflow: hidden;
}

.product_one_desc {
    width: 100%;
    max-height: 64rem;
    font-size: 14rem;
    font-family: Inter, Inter-400;
    color: #333333;
    overflow: hidden;
    margin-top: 10rem;
    word-break: break-all;
}

.product_one_col:hover {
    box-shadow: 0 20rem 20rem rgba(0, 0, 0, 0.1);
}

.innerA:hover .product_one_title {
    color: #0068D7;
    text-decoration: underline;
    text-decoration-color: #0068D7;
}

.product_one_line::before {
    content: "";
    display: block;
    max-width: 1440rem;
    height: 1rem;
    background-color: #E5E7EC;
    margin: 0 auto;
}

.row .col-md-6:nth-child(n+4) {
    margin-top: 30px;
}

@media (max-width: 1439.98px) {
    .row .col-md-6:nth-child(n+3) {
        margin-top: 30px;
    }
}

@media (max-width: 1446px) {
    .row .col-md-6:nth-child(n+3) {
        margin-top: 30px;
    }
}

@media (max-width: 910px) {
    .row .col-md-6:nth-child(n+2) {
        margin-top: 30px;
    }
}

@media (max-width: 1280px) {
    .row .col-md-d:nth-child(n+2) {
        margin-top: 30px;
    }

    .product_one_col {
        margin-right: 4rem;
        margin-top: 30rem;
    }

    .product_one_title {
        height: auto;
    }
}

@media (max-width: 990px) {
    .row .col-sm-12:nth-child(n+1) {
        margin-top: 30px;
    }

    .product_one_title {
        height: auto;
    }
}

/* 容器样式 */
.container-fluid {
    margin: 0 auto;
    padding: 0;
}

.desc {
    height: 137rem;
    margin-top: 10rem;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.desc .row {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
}

.desc .row .col-12 {
    max-width: 1440rem;
    margin: 0 auto;
}

.desc-title {
    font-size: 44rem;
    font-family: Inter, Inter-500;
    font-weight: 500;
    color: #333333;
    height: 53rem;
}

.desc-detail {
    width: 100%;
    white-space: pre-line;
    font-size: 14rem;
    font-family: Inter, Inter-400;
    color: #333333;
    display: flex;
    align-items: center;
}

/* 在小屏幕下保持列间距 */
@media (max-width: 1280px) {
    .bread-box {
        width: 1100rem;
        height: 48rem;
        font-size: 14rem;
        background-color: rgba(255, 255, 255, 0.21);
        padding-left: 10rem;
    }

    .desc {
        max-width: 1100rem;
    }

    .content-box {
        max-width: 1160rem;
    }

    .product_one_line::before {
        content: "";
        display: block;
        max-width: 1100rem;
        height: 1rem;
        background-color: #E5E7EC;
        margin: 0 auto;
    }
}