@charset "utf-8";
.nyby_txtms {
    margin-top: 10px;
    font-size: 15px;
    color: #666666;
}


/* 产品列表 */

.cplb {
    margin-top: 55px;
}

.cplb_box {
    display: flex;
    flex-wrap: wrap;
}

.cplb_box .cplb_box_item {
    width: 32%;
    margin-right: 2%;
    border: 1px solid #d8d8d8;
    margin-bottom: 35px;
}

.cplb_box_item:nth-child(3n) {
    margin-right: 0;
}

.cplb_box_itemimg {
    overflow: hidden;
}

.cplb_box_itemimg img {
    width: 100%;
    padding: 10%;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}

.cplb_box .cplb_box_item:hover img {
    transform: scale(1.1)
}

.cplb_box_itemtxt {
    height: 91px;
    border-top: 1px solid #d8d8d8;
    display: flex;
    justify-content: space-between;
    padding: 0 25px;
    align-items: center;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}

.cplb_box_itemtxtl {
    width: calc(100% - 130px);
}

.cplb_box_itemtxtlh {
    font-size: 22px;
    color: #222333;
}

.cplb_box_itemtxtlp {
    width: 100%;
    font-size: 13px;
    color: #999999;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.cplb_box_itemtxtr {
    width: 130px;
    height: 45px;
    background-color: #e9e9e9;
    text-align: center;
    line-height: 45px;
    font-size: 15px;
    color: #999999;
    font-family: 'BEBAS';
    text-transform: uppercase;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}

.cplb_box .cplb_box_item:hover {
    border: 1px solid #005dab;
}

.cplb_box .cplb_box_item:hover .cplb_box_itemtxt {
    background-color: #005dab;
    border-top: 1px solid #005dab;
}

.cplb_box .cplb_box_item:hover .cplb_box_itemtxtlp {
    color: #fff;
}

.cplb_box .cplb_box_item:hover .cplb_box_itemtxtlh {
    color: #fff;
}

.cplb_box .cplb_box_item:hover .cplb_box_itemtxtr {
    background-color: #222333;
    color: #fff;
}


/* 产品列表新增 */

.cplbxz {
    border: 1px solid #d8d8d8;
}

.cplbxz_t {
    padding: 18px 0;
    display: flex;
    background-color: #f1f1f1;
    align-items: center;
}

.cplbxz_l {
    padding: 0 50px;
    font-size: 18px;
    font-weight: 700;
    color: #222;
}

.cplbxz_r {
    flex: 1;
}

.cplbxz_rbox {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}

.cplbxz_rbox .cplbxz_rboxa {
    display: block;
    padding: 5px 20px;
    margin: 0 12px;
    font-size: 15px;
    color: #222333;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    overflow: hidden;
    border: 1px solid #f1f1f1;
}

.cplbxz_b {
    border-top: 1px solid #d8d8d8;
}

.cplbxz_rbox .cplbxz_rboxa.on {
    background-color: #fff;
    color: #df252a;
    border: 1px solid #d8d8d8;
}

@media screen and (max-width: 1600px) {
    .cplb_box_itemtxt {
        padding: 0 20px;
    }
    .cplb_box_itemtxtlh {
        font-size: 18px;
    }
    /*.cplb_box_itemtxtl {*/
    /*    width: 100%;*/
    /*}*/
}

@media screen and (max-width: 1200px) {
    .cplb_box_itemtxt {
        padding: 0 10px;
    }
    .cplb_box_itemtxtr {
        width: auto;
        padding: 0 10px;
    }
    .cplb_box_itemtxtl {
        width: calc(100% - 75px);
    }
}

.cplbxz_ldw {
    display: none;
}

@media screen and (max-width: 992px) {
    .cplb_box .cplb_box_item {
        width: 49% !important;
        margin-right: 2%;
    }
    .cplb_box_item:nth-child(2n) {
        margin-right: 0 !important;
    }
    .cplb_box_itemtxtlh {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 5px;
    }
    .cplb_box_itemimg img {
        padding: 5%;
    }
    /* 产品列表新增 */
    .cplbxz_t {
        flex-wrap: wrap;
        padding: 0;
    }
    .cplbxz_t>div {
        width: 100%;
    }
    .cplbxz_l {
        position: relative;
        text-align: center;
        padding: 20px 0;
    }
    .cplbxz_ldw {
        position: absolute;
        right: 0;
        top: 0;
        width: 68px;
        height: 68px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .cplbxz_ldw i {
        font-size: 22px;
        font-weight: 400;
        color: #666;
    }
    .cplbxz_r {
        padding: 0 10px 20px;
    }
    .cplbxz_rbox .cplbxz_rboxa {
        width: 33.33%;
        margin: 0;
        text-align: center;
        font-size: 12px;
        padding: 8px 0;
    }
    .cplbxz_b .cplbxz_r {
        display: none;
    }
    .cplbxz_ldw {
        display: flex;
    }
    .cplbxz_rbox .cplbxz_rboxa:first-child {
        display: none;
    }
    .cplbxz_l {
        text-align: left;
        padding-left: 20px;
    }
}

@media screen and (max-width:768px) {
    .cplb {
        margin-top: 20px;
    }
    .cplb_box_itemtxtr {
        display: none;
    }
    .cplb_box_itemtxtl {
        width: 100%;
    }
    .cplb_box_itemtxtlp {
        font-size: 12px;
    }
    .cplb_box_itemtxt {
        height: auto;
        padding: 10px;
    }
    .proc .nyby_txt {
        display: none;
    }
    .proc .nyby {
        height: 30px;
    }
}