@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: 5%;
	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: #333333;
}

.cplb_box_itemtxtlp {
	font-size: 13px;
	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 #0d418f;
}

.cplb_box .cplb_box_item:hover .cplb_box_itemtxt {
	background-color: #0d418f;
	border-top: 1px solid #0d418f;
}

.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_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;
	}
}

@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_itemtxtlp {
		font-size: 12px;
	}

	.cplb_box_itemtxt {
		height: auto;
		padding: 10px;
	}

	.proc .nyby_txt {
		display: none;
	}

	.proc .nyby {
		height: 30px;
	}
}