@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: 71px;
    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_itemyyfw {
    padding: 0 25px;
    height: 50px;
    font-size: 12px;
    line-height: 20px;
    color: #666;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
	overflow: hidden;text-overflow: ellipsis;white-space: nowrap; 
}

.cplb_box_itemtxtl {
    width: calc(100% - 130px);
}

.cplb_box_itemtxtlh {
    font-size: 22px;
    color: #333333;
}

.cplb_box_itemtxtlp {
    width: 100%;
    font-size: 13px;
    color: #999999;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.cplb_box_itemtxtr {
    width: 100px;
    height: 35px;
    background-color: #e9e9e9;
    text-align: center;
    line-height: 35px;
    font-size: 13px;
    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 #236BB3;
}

.cplb_box .cplb_box_item:hover .cplb_box_itemtxt {
    background-color: #236BB3;
    border-top: 1px solid #236BB3;
}

.cplb_box .cplb_box_item:hover .cplb_box_itemyyfw {
    background-color: #236BB3;
    color: #fff;
}

.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: #333333;
    color: #fff;
}

@media screen and (max-width: 1600px) {
    .cplb_box_itemtxt {
        padding: 0 20px;
    }
    ..cplb_box_itemyyfw {
        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_itemyyfw {
        padding: 0 10px;
    }
    .cplb_box_itemtxtr {
        width: auto;
        padding: 0 10px;
    }
    .cplb_box_itemtxtl {
        width: calc(100% - 75px);
    }
}

@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%;
    }
}

@media screen and (max-width:768px) {
    .cplb_box_itemtxtr {
        display: none;
    }
    .cplb_box_itemtxtl {
        width: 100%;
    }
    .cplb_box_itemtxtlp {
        font-size: 12px;
    }
    .cplb_box_itemtxt {
        height: auto;
        padding: 10px 10px 5px 10px;
    }
    .proc .nyby_txt {
        display: none;
    }
    .proc .nyby {
        height: 30px;
    }
}