@charset "utf-8";
.nyby_txtp{
    font-weight: bold;
}
.nyby_txt .nyby_txth{
    /*background-color: #f1f1f1;*/
    color: #f5f5f5;
    font-size: 68px;
    line-height: 1;
}
.nyby_txtms {
    /* margin-top: 10px; */
    font-size: 20px;
    line-height: 32px;
    color: #666;
}



/* 产品列表 */

.cplb {
    margin-top: 55px;
}

.cplb_box {
    display: flex;
    flex-wrap: wrap;
}

.cplb_box .cplb_box_item {
    width: 23.5%;
    margin-right: 2%;
    border: 1px solid #d8d8d8;
    margin-bottom: 35px;
    position: relative;
    overflow: hidden;
}

.cplb_box_item:nth-child(4n) {
    margin-right: 0;
}

.cplb_box_itemimg {
    overflow: hidden;
}

.cplb_box_itemimg img {
    width: 100%;
    padding: 10%;
    padding-bottom: 0;
    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 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: 100%;
}

.cplb_box_itemtxtlh {
    font-size: 18px;
    color: #333333;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.cplb_box_itemtxtlp p{
    font-size: 13px;
    line-height: 2;
    color: #999999;
}

.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 #323c6f;
}
 

.cplb_box .cplb_box_item:hover .cplb_box_itemtxtlh {
    color: #323c6f;
}

/* 分类 */
.cate-l{
    position: relative;
}
#daohang{
    position: relative;
    top: -60px;
}

.cate-l .khflbox{
    justify-content: space-between;
}
.cate-l .item{
    display: flex;
    flex-flow: column;
    width: 32%;
    background-color: #ffffff;
    /* box-shadow: 0 5px 10px rgb(0 0 0 / 10%); */
    border: 1px solid #ddd;
}
.cate-l .item>a{
    display: block;
    line-height: 60px;
    padding: 0 40px;
    background-color: #f1f1f1;
    font-size: 17px;
    font-weight: bold;
}
.cate-l .item ul{
    padding: 20px 40px;
    /* box-shadow: 0 0 10px rgb(0 0 0 / 10%); */
    /* border: 1px solid #ddd; */
    /* border-top: none; */
}
.cate-l .item ul li a{
    display: block;
    padding: 5px 0;
    font-size: 14px;
    color: #666;
}
.cate-l .item>a.on{
    /* background-color: #323c6f; */
    color: #323c6f;
}
.cate-l .item ul li a.on{
    color: #323c6f;
    font-weight: bold;
}
.cate-l .item ul li:hover a{
    margin-left: 5px;
    transition: margin-left .5s;
    color: #323c6f;
}


.kf-buttom{
    position: absolute;
    width: 100%;
    padding: 40px;
    background-color: #323c6f;
    color: #fff;
    bottom: 0;
    text-align: center;
    transform: translateY(102%);
}
.kf-buttom p{
    color: #fff;
    opacity: .6;
    text-align: center;
    margin-bottom: 20px;
}
.kf-buttom span{
    color: #323c6f;
    border-radius: 30px;
    border: 1px solid #fff;
    display: inline-flex;
    padding: 7px 30px;
    align-items: center;
    background-color: #fff;
    font-size: 14px;
}
.kf-buttom span i{
    line-height: 1;
    margin-right: 10px;
}
.cplb_box .cplb_box_item:hover .kf-buttom{
    transform: translateY(0);
    transition: all .5s;
}


@media screen and (max-width: 1600px) {
    .cplb_box_itemtxt {
        padding: 0 20px;
    }
    .cplb_box_itemtxtlh {
        font-size: 18px;
    }
    .cplb_box_itemtxtl{
        width: 100%;
    }
    .nyby_txtms{
        font-size: 15px;
    }
}

@media screen and (max-width: 1200px) {
    .cplb_box_itemtxt {
        padding: 0 10px;
    }
    .cplb_box_itemtxtr {
        width: auto;
        padding: 0 10px;
    }
}

@media screen and (max-width: 992px) {
    .cplb_box .cplb_box_item {
        width: 49% !important;
        margin-right: 2%;
        margin-bottom: 20px;
    }
    .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%;
        padding-bottom: 0;
    }
    .kf-buttom{
        transform: translateY(0);
        padding: 0 10px;
        position: relative;
        background: none;
        text-align: left;
        margin-bottom: 20px;
    }
    .kf-buttom p{
        display: none;
    }
    .kf-buttom span{
        padding: 3px 15px;
        background-color: #f1f1f1;
        color: #333;
        font-size: 13px;
        /* display: flex; */
        justify-content: center;
    }
}

@media screen and (max-width:768px) {
    .cplb_box_itemtxtr {
        display: none;
    }

    .cplb_box_itemtxtlp {
        font-size: 12px;
    }
    .cplb_box_itemtxt {
        height: auto;
        padding: 10px;
    }
	.proc .nyby_txt { display: none; }
	.proc .nyby {height: 30px;margin-bottom: 0;}
    .cate-l .item{
        width: 100%;
    }
    .cate-l .item>a{
        font-size: 15px;
        line-height: 50px;
    }
    .cate-l .item ul{
        padding: 10px 40px;
    }
    .cplb_box_itemtxtlp p{
        font-size: 12px;
        line-height: 1.5;
    }
}