.customercate_bg{
	background-color: #f9fcff;
	padding-top: 80px;
	padding-bottom: 60px;
}
.cate_img{
	overflow: hidden;
}
.cate_img img{
	transition: all .5s;
}
.cate:hover .cate_img img{
	transform: scale(1.05);
}
.new_hjzf_product_category_customercate .Production_status_title{
font-size: 40px;
color: #050C12;
line-height: 46px;
font-weight: 600;
text-align:center;	
}
.new_hjzf_product_category_customercate .Production_status_groups{
	width:768px;
	margin:0 auto;
	flex-wrap:wrap;
	justify-content:space-between;

}
.new_hjzf_product_category_customercate .Production_status_group{
	padding:35px 0px;	
	width:50%;
	text-align:center;
}
.new_hjzf_product_category_customercate .Production_status_group_title{
font-size: 40px;
color: #6699CC;
}
.new_hjzf_product_category_customercate .Production_status_group_des{
font-size: 18px;
color: #494E53;
font-weight: 400;
}
.new_hjzf_product_category_customercate .cates{
	flex-wrap:wrap;
}
.new_hjzf_product_category_customercate .cate{
	flex: 0 0 20%;
	width:20%;	
	padding-left:14px;
	padding-right:14px;	
}
.new_hjzf_product_category_customercate .cate_name{
font-size: 16px;
color: #000000;
text-align: center;
font-weight: 400;
padding-top:16px;
padding-bottom:24px;


}


@media(max-width: 767px) {
	.new_hjzf_product_category_customercate .cate{
		width: 50%;
		flex: 0 0 50%;
	}
	.new_hjzf_product_category_customercate .Production_status_group_title{
		font-size: 24px;
	}
}