    /* 产品详情 */
    .ProductCentent {
        padding: 20px;
    }

    .cpjjTitle {
        text-align: center;
        line-height: 30px;
        font-size: 14px;
        color: #666;
        border-bottom: 1px solid #e0e1dc;
        margin-bottom: 15px;
        padding-bottom: 5px;
    }

    .cpjj {
        position: relative;
        z-index: 2;
        width: 100%;
        display: flex;
        align-items: flex-start;
        justify-content: center;
    }

    .CpImg {
        width: 300px;
        position: relative;
    }

    .CpImg1 {
        width: 100%;
        margin: 0;
        padding: 2px;
        border: 1px solid #E5E5E5;
    }

    .CpImg2 {
        width: 100%;
        height: auto;
        margin-top: 10px;
    }

    .CpImg img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        background: #fff;
    }

    .CpText {
        width: calc(100% - 300px);
        padding-left: 30px;
    }


    .CpText p {
        width: 300px;
        color: #666;
        font-size: 12px;
        line-height: 36px;
        border-bottom: 1px dashed #e0e1dc;
    }

    .CpText a {
        margin-top: 15px;
        width: 112px;
        height: 32px;
        background: #00448b;
        border-radius: 4px;
        font-size: 14px;
        line-height: 1;
        color: #FFFFFF;
        display: flex;
        align-items: center;
        justify-content: space-evenly;
    }


    @media (max-width:1200px) {
        .CpText p {
            width: 100%;
        }
    }

    @media (max-width:720px) {
        .cpjj {
            display: flex;
            flex-wrap: wrap;
        }

        .CpImg {
            width: 100%;
            position: relative;
        }

        .CpText {
            width: 100%;
            padding: 0;
            padding-top: 30px;
        }
    }

    @media (max-width:460px) {}

    /* 详情 */
    .NyCpXq {
        margin-top: 20px;
        display: block;
    }

    .ListBox {
        display: block;
        padding-left: 10px;
        font-weight: bold;
        font-size: 12px;
        line-height: 28px;
        color: #666;
        border-bottom: 1px solid #0055ac;
    }

    .contentBox {
        color: #666;
        padding: 15px;
        width: 100%;
    }


    @media (max-width: 720px) {}