@charset "utf-8";
#quandi_fenlei_back{
	width:auto;
	height:auto;
	display:block;
	margin:auto;
	overflow:hidden;
	background-size:cover;
}
#quandi_fenlei{
	width:auto;
	height:auto;
	overflow:hidden;
	display:block;
	margin:auto;
	padding-top:60px;
	padding-bottom:60px;
}
#quandi_fenlei_thead{
	width:auto;
	height:auto;
	overflow:hidden;
	display:block;
	text-align:center;
}
#quandi_fenlei_title{
	width:auto;
	height:auto;
	overflow:hidden;
	display:block;
	margin:auto;
	font-size:2rem;
	line-height:1.2;
	font-weight:bold;
	color:#6d9a33;
}
#quandi_fenlei_miaoshu{
	width:auto;
	height:auto;
	overflow:hidden;
	display:block;
	margin:auto;
	font-size:1.2rem;
	line-height:1.2;
	color:#333;
}
#quandi_fenlei_tbody{
	display:grid;
	grid-template-columns:50% auto;
	row-gap:1px;
	column-gap:1px;
	margin:auto;
	width:auto;
	height:auto;
	overflow:hidden;
	margin-top:60px;
	max-width:1200px;
}
@media (max-width:480px){
	#quandi_fenlei_tbody{grid-template-columns:auto;}
}
a.fenlei_tb{
	display:grid;
	grid-template-columns:50% auto;
	width:auto;
	height:auto;
	overflow:hidden;
	text-align:center;
	background-color:#fff;
}
a.fenlei_tb:nth-child(1n)>.fenlei_name{
	background-color:#e1dabe;
}
a.fenlei_tb:nth-child(2n)>.fenlei_name{
	background-color:#d1e2be;
}
a.fenlei_tb:nth-child(3n)>.fenlei_name{
	background-color:#d0d0d0;
}
a.fenlei_tb:nth-child(4n)>.fenlei_name{
	background-color:#e3c8bf;
}
.fenlei_pic{
	display:block;
	width:auto;
	height:auto;
	position:relative;
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	padding-bottom:75%;
}
.fenlei_name{
	width:auto;
	height:auto;
	overflow:hidden;
	display:flex;
	display:-webkit-flex;
	justify-content:center;
	align-items:center;
	font-size:2rem;
	font-weight:bold;
	background-color:#C8EACA;
}
/*洗墙灯*/
#quandi_product{
	width:auto;
	height:auto;
	overflow:hidden;
	display:block;
	margin:auto;
	margin-top:3rem;
	margin-bottom:3rem;
}
#quandi_product_thead{
	width:auto;
	height:auto;
	overflow:hidden;
	display:block;
	text-align:center;
	color:#6d9a33;
	font-weight:bold;
}
#quandi_product_title{
	width:auto;
	height:auto;
	overflow:hidden;
	display:block;
	margin:auto;
	font-size:2rem;
	line-height:1.2;
}
#quandi_product_miaoshu{
	width:auto;
	height:auto;
	overflow:hidden;
	display:block;
	margin:auto;
	font-size:1.2rem;
	line-height:1.2;
}
#quandi_product_tbody{
	width:auto;
	max-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));
	column-gap:20px;
	row-gap:20px;
	margin:auto;
	margin-top:40px;
}
@media (max-width:767px){#quandi_product_tbody{grid-template-columns:calc(33.3% - (40px/3)) calc(33.3% - (40px/3)) calc(33.3% - (40px/3));padding:10px;}}
@media (max-width:480px){#quandi_product_tbody{grid-template-columns:calc(50% - (20px/2)) calc(50% - (20px/2));}}
@media (max-width:280px){#quandi_product_tbody{grid-template-columns:auto;}}
a.product_tb{
	width:auto;
	height:100%;
	overflow:hidden;
	display:block;
	margin:auto;
	text-align:center;
	border:1px solid #ddd;
	box-sizing:border-box;
	padding:15px;
}
a.product_tb:hover{
	border:1px solid #6d9a33;
}
.product_name{
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	display:block;
	text-align:center;
	font-size:1rem;
	padding:10px;
}
.product_price{
	color:#f60;
	text-align:center;
	font-weight:bold;
}
.product_pic{
	width:auto;
	height:300px;
	overflow:hidden;
	margin:auto;
	display:flex;
	display:-webkit-flex;
	justify-content:center;
	align-items:center;
	position:relative;
}
@media (max-width:1000px){.product_pic{height:200px;}}
@media (max-width:480px){.product_pic{height:160px;}}
.product_more{
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	display:block;
	margin:auto;
	text-align:center;
	font-size:1rem;
	width:100px;
	height:40px;
	line-height:40px;
	border:1px solid #ccc;
	margin-top:20px;
	margin-bottom:20px;
	transition:all 0.4s;
}
.product_more:hover{
	transition:all 0.4s;
	background-color:#333;
	color:#fff;
	border:1px solid transparent;
	width:120px;
}

/*关于我们*/
#quandi_com_back{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
	max-width:auto;
	margin:auto;
	background-size:cover;
	background-repeat:no-repeat;
	background-color:#f5f5f5;
}
#quandi_com{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
	max-width:auto;
	margin:auto;
	margin-top:100px;
	margin-bottom:100px;
}
@media (max-width:767px){#quandi_com{grid-template-columns:auto;padding:10px;margin-top:20px;margin-bottom:20px;}}

#quandi_com_thead{
	width:auto;
	height:auto;
	overflow:hidden;
	display:block;
	text-align:center;
	font-weight:bold;
}
#quandi_com_title{
	width:auto;
	height:auto;
	overflow:hidden;
	display:block;
	margin:auto;
	font-size:2rem;
	line-height:1.2;
}
#quandi_com_miaoshu{
	width:auto;
	height:auto;
	overflow:hidden;
	display:block;
	margin:auto;
	font-size:1.2rem;
	line-height:1.2;
	
}
#quandi_com_tbody{
	display:block;
	width:auto;
	height:auto;
}
.com_tb{
	width:auto;
	height:auto;
	margin:auto;
	display:grid;
	grid-template-columns:45% auto;
	align-items:center;
	column-gap:40px;
	row-gap:20px;
	margin-top:40px;
	margin-bottom:40px;
	max-width:1200px;
}
@media (max-width:767px){.com_tb{grid-template-columns:auto;margin:auto;}}
.com_pic{
	display:block;
	width:auto;
	height:auto;
	max-width:100%;
}
.com_miaoshu{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	font-size:1.2rem;
	word-break:break-word;
}
/*投光灯*/
#quandi_case{
	width:auto;
	height:auto;
	display:block;
	margin:auto;
	margin-top:2.8rem;
	margin-bottom:2.8rem;
}

.case_pic{
	width:auto;
	height:auto;
	margin:auto;
	display:flex;
	display:-webkit-flex;
	justify-content:center;
	align-items:center;
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	transition:all 0.4s;
	position:relative;
}
.case_tb{
	width:auto;
	height:auto;
	margin:auto;
	display:block;
	max-width:1000px;
	color:#fff;
	text-align:center;
	margin-top:100px;
	margin-bottom:100px;
}
.case_name{
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	display:block;
	margin:auto;
	text-align:center;
	font-size:2.5rem;
	padding:10px;
	line-height:1.2;
	font-weight:bold;
}
.case_miaoshu{
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	display:block;
	margin:auto;
	text-align:center;
	font-size:1.5rem;
	color:#6d9a33;
	font-weight:bold;
	line-height:1.2;
}

#news{
	width:auto;
	height:auto;
	overflow:hidden;
	display:grid;
	grid-template-columns:45% auto;
	column-gap:50px;
	row-gap:20px;
	margin:auto;
	max-width:1200px;
	margin-top:40px;
}
@media (max-width:767px){#news{grid-template-columns:auto;padding:10px;}}
#quandi_xinwen{
	width:auto;
	height:auto;
	overflow:hidden;
	display:block;
}
.xinwe_tb{
	width:auto;
	height:auto;
	overflow:hidden;
	display:block;
	margin:auto;
}
.xinwen_pic{
	width:100%;
	height:auto;
	overflow:hidden;
	display:block;
	margin:auto;
}
a.xinwen_name{
	width:auto;
	height:auto;
	overflow:hidden;
	display:block;
	margin:auto;
	font-weight:bold;
	font-size:1.15rem;
	line-height:1.5;
	margin-top:10px;
}
.xinwen_date{
	width:auto;
	height:auto;
	overflow:hidden;
	display:block;
	margin:auto;
	font-size:12px;
	color:#999;
	font-family:Arial, Helvetica, sans-serif;
}
.xinwen_miaoshu{
	width:auto;
	height:auto;
	overflow:hidden;
	display:block;
	margin:auto;
	overflow: hidden;
	line-height:1.5;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
/*新闻*/
#quandi_news{
	width:auto;
	height:auto;
	overflow:hidden;
	display:block;
	margin:auto;
	margin-top:50px;
	margin-bottom:50px;
}
#quandi_news_thead{
	width:auto;
	height:auto;
	overflow:hidden;
	display:block;
	text-align:center;
	color:#6d9a33;
	font-weight:bold;
}
#quandi_news_title{
	width:auto;
	height:auto;
	overflow:hidden;
	display:block;
	margin:auto;
	font-size:2rem;
	line-height:1.2;
}
#quandi_news_miaoshu{
	width:auto;
	height:auto;
	overflow:hidden;
	display:block;
	margin:auto;
	font-size:1.2rem;
	line-height:1.2;
}
#quandi_news_tbody{
	display:grid;
	grid-template-columns:auto;
	row-gap:10px;
	overflow:hidden;
	width:auto;
	height:auto;
	
}
a.news_tb{
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	display:grid;
	grid-template-columns:80px auto;
	column-gap:10px;
	padding-bottom:10px;
}
.news_date{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
	margin:auto;
	font-size:12px;
}
a.news_name{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
	margin:auto;
	text-align:left;
	font-size:1.2rem;
	font-weight:bold;
}
.news_miaoshu{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
	margin:auto;
	font-size:1rem;
	color:#666;
	text-align:left;
	line-height:1.5;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
