@charset "utf-8";
.tb{
	width:auto;
	height:auto;
	overflow:hidden;
	display:block;
	margin:auto;
	margin-top:50px;
	margin-bottom:50px;
}
.title{
	font-size:2rem;
	color:#36ba5b;
	text-align:center;
}
.miaoshu{
	font-size:14px;
	text-align:center;
	color:#999;
}
.cate_list{
	width:auto;
	height:auto;
	overflow:hidden;
	display:flex;
	display:-webkit-flex;
	column-gap:5px;
	row-gap:5px;
	justify-content:center;
	align-items:center;
	flex-wrap:wrap;
	margin:auto;
	text-align:center;
}

a.fenlei_name{
	width:auto;
	height:40px;
	line-height:40px;
	overflow:hidden;
	display:block;
	text-align:center;
	color:#fff;
	border-radius:5px;
	background-color:#36ba5b;
	min-width:80px;
	padding-left:20px;
	padding-right:20px;
	transition:all 0.4s;
}
a.fenlei_name:hover{
	background-color:#F90;
	transition:all 0.4s;
}
/*洗墙灯*/
.new_list{
	width:auto;
	height:auto;
	overflow:hidden;
	display:block;
	margin:auto;
}

a.new_tb{
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	display:block;
	margin-bottom:10px;
}
.new_pic{
	width:100%;
	height:auto;
	overflow:hidden;
	margin:auto;
	display:block;
}

/*泛光灯*/
.product_list{
	width:1200px;
	height:auto;
	overflow:hidden;
	display:grid;
	grid-template-columns:calc(25% - (60px/4)) calc(25% - (60px/4)) calc(25% - (60px/4)) calc(25% - (60px/4));
	row-gap:20px;
	column-gap:20px;
	margin:auto;
	margin-top:40px;
	margin-bottom:40px;
}
a.product_tb{
	width:auto;
	height:auto;
	overflow:hidden;
	display:block;
	text-align:center;
	border:1px solid #ddd;
}
a.product_tb:hover{
	border:1px solid #36ba5b;
}
.product_pic{
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	display:block;
	padding-bottom:100%;
	position:relative;
}

.product_name{
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	display:block;
	margin:auto;
	text-align:center;
	font-size:14px;
	padding:10px;
}
.news_list{
	width:auto;
	height:auto;
	overflow:hidden;
	display:grid;
	grid-template-columns:calc(25% - (60px/4)) calc(25% - (60px/4)) calc(25% - (60px/4)) calc(25% - (60px/4));
	row-gap:20px;
	column-gap:20px;
	max-width:1200px;
	margin:auto;
	margin-top:40px;
	margin-bottom:40px;
}

a.news_tb{
	width:auto;
	height:100%;
	overflow:hidden;
	display:block;
	border:1px solid #ddd;
	padding:20px;
	box-sizing:border-box;
}
a.news_tb:hover{
	background-color:#f5f5f5;
}
.new_date{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	font-size:12px;
}
.news_pic{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
	margin:auto;
	background-position:center;
	background-size:cover;
	padding-bottom:75%;
}
.news_name{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
	margin:auto;
	text-align:left;
	font-size:16px;
	margin-top:10px;
	white-space:nowrap;
}
.news_date{
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#36ba5b;
}
.news_miaoshu{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
	margin:auto;
	font-size:14px;
	color:#666;
	text-align:left;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:3;
}


