/*选择我们的理由*/
#quandi_youshi{
	width:1100px;
	height:auto;
	overflow:hidden;
	display:grid;
	grid-template-columns:calc(16.6% - (50px/6)) calc(16.6% - (50px/6)) calc(16.6% - (50px/6)) calc(16.6% - (50px/6)) calc(16.6% - (50px/6)) calc(16.6% - (50px/6));
	column-gap:10px;
	margin:auto;
	text-align:center;
}

.youshi_tb{
	font-size:1rem;
	background-color:#21b65a;
	text-align:center;
	color:#fff;
	width:auto;
	height:auto;
	display:block;
	overflow:hidden;
}

.youshi_pic{
	display:block;
	overflow:hidden;
	margin:auto;
	width:100px;
	height:100px;
	margin-top:10px;
	position:relative;
}
.youshi_name{
	width:auto;
	height:auto;
	margin:auto;
	display:block;
	overflow:hidden;
	padding:10px;
	border-bottom:1px dotted #999;
}
.youshi_miaoshu{
	width:auto;
	height:auto;
	margin:auto;
	display:block;
	overflow:hidden;
	padding:10px;
	padding-top:20px;
	padding-bottom:20px;
	font-size:12px;
	transition:all 0.4s;
}


/*洗墙灯*/
#quandi_new{
	width:auto;
	height:auto;
	overflow:hidden;
	display:block;
	margin:auto;
	background-color:#21b65a;
	background-position:center;
	background-repeat:no-repeat;
	background-size:100% 100%;
	padding-top:40px;
	padding-bottom:40px;
}
#quandi_new_thead{
	width:1100px;
	height:auto;
	overflow:hidden;
	display:block;
	margin:auto;
	font-size:2rem;
	color:#eee;
	text-align:center;
	line-height:200%;
	
}
#quandi_new_miaoshu{
	width:auto;
	height:auto;
	overflow:hidden;
	display:block;
	margin:auto;
	font-size:1rem;
	line-height:1.5;
	text-align:center;
	color:#ddd;
}
#quandi_new_tbody{
	width:1100px;
	height:auto;
	overflow:hidden;
	display:grid;
	grid-template-columns:calc(20% - (40px/5)) calc(20% - (40px/5)) calc(20% - (40px/5)) calc(20% - (40px/5)) calc(20% - (40px/5));
	row-gap:10px;
	column-gap:10px;
	margin:auto;
	padding-top:40px;
	
}
a.new_tb{
	width:auto;
	height:auto;
	overflow:hidden;
	display:block;
	text-align:center;
	background-color:#fff;
}
.new_pic{
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	display:block;
	position:relative;
	padding-bottom:100%;
	margin-bottom:10px;
	background-position:center;
	background-repeat:no-repeat;
	background-size:100% auto;
	background-color:#fff;
}
.new_name{
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	display:block;
	margin:auto;
	text-align:center;
	font-size:1rem;
	padding:10px;
}
.new_pic:hover .new_more{
	transform:scale(1,1);
}
.new_more{
	width:auto;
	height:auto;
	overflow:hidden;
	display:flex;
	justify-content:center;
	align-items:center;
	font-size:30px;
	color:#fff;
	margin:auto;
	position:absolute;
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	background-color:rgba(0,0,0,0.6);
	transform:scale(0,0);
	transition:all 0.4s;
}
/*洗墙灯*/
#quandi_product{
	width:auto;
	height:auto;
	overflow:hidden;
	display:block;
	margin:auto;
	padding-top:40px;
	padding-bottom:40px;
}
#quandi_product_thead{
	width:1100px;
	height:auto;
	overflow:hidden;
	display:block;
	margin:auto;
	font-size:2rem;
	text-align:center;
	line-height:200%;
	
}
#quandi_product_tfoot{
	width:auto;
	height:auto;
	overflow:hidden;
	display:block;
	margin:auto;
	padding:20px;
	text-align:center;
}
#quandi_product_miaoshu{
	width:600px;
	height:auto;
	overflow:hidden;
	display:block;
	margin:auto;
	font-size:1rem;
	text-align:center;
	padding:10px;
}

#quandi_product_tbody{
	width:1100px;
	height:300px;
	overflow:hidden;
	display:block;
	margin:auto;
	position:relative;
}

a.product_tb{
	width:20%;
	height:auto;
	overflow:hidden;
	display:block;
	text-align:center;
	border:1px solid #ccc;
	background-color:#fff;
	margin-right:20px;
}
.product_pic{
	width:auto;
	height:auto;
	padding-bottom:100%;
	position:relative;
	overflow:hidden;
	margin:auto;
	display:block;
	margin-bottom:10px;
	background-position:center;
	background-repeat:no-repeat;
	background-size:100% auto;
	background-color:#fff;
}
.product_name{
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	display:block;
	margin:auto;
	text-align:center;
	font-size:1rem;
	padding:10px;
}
/*洗墙灯*/
#quandi_case{
	width:1100px;
	height:auto;
	overflow:hidden;
	display:block;
	margin:auto;
	padding-top:40px;
}
#quandi_case_thead{
	width:auto;
	height:auto;
	overflow:hidden;
	display:block;
	margin:auto;
	font-size:2rem;
	text-align:center;
	line-height:200%;
}
#quandi_case_miaoshu{
	width:600px;
	height:auto;
	overflow:hidden;
	display:block;
	margin:auto;
	font-size:1rem;
	line-height:1.5;
	text-align:center;
}
#quandi_case_tbody{
	width:auto;
	height:auto;
	overflow:hidden;
	display:grid;
	grid-template-columns:calc(33.3% - (20px/3)) calc(33.3% - (20px/3)) calc(33.3% - (20px/3));
	row-gap:10px;
	column-gap:10px;
	margin:auto;
	margin-top:40px;
}
a.case_tb{
	width:auto;
	height:auto;
	display:block;
	overflow:hidden;
}
.case_name{
	width:auto;
	height:auto;
	display:block;
	overflow:hidden;
	margin:auto;
	padding:10px;
	text-align:center;
}
.case_pic{
	width:auto;
	height:auto;
	padding-bottom:75%;
	display:block;
	overflow:hidden;
	margin:auto;
	background-position:top center;
	background-repeat:no-repeat;
	background-size:cover;
	position:relative;
}
/*关于我们*/
#quandi_about{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	margin-top:40px;
	margin-bottom:40px;
	max-width:1100px;
}
#quandi_about_thead{
	display:block;
	overflow:hidden;
	margin:auto;
	width:1100px;
	height:auto;
	font-size:32px;
	line-height:40px;
	text-align:center;
}
#quandi_about_title{
	font-size:2rem;
	line-height:1.5;
	text-align:center;
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
	margin:auto;
	padding:10px;
}
#quandi_about_miaoshu{
	font-size:12px;
	line-height:1.5;
	text-align:center;
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
	margin:auto;
	padding:10px;
}

/*新闻*/
#news{
	display:grid;
	grid-template-columns:500px auto;
	row-gap:10px;
	column-gap:30px;
	overflow:hidden;
	margin:auto;
	width:1100px;
	height:auto;
	margin-top:40px;
}
#quandi_xinwen{
	display:block;
	overflow:hidden;
	width:auto;
	height:100%;
}
a.xinwen_pic{
	display:block;
	overflow:hidden;
	width:100%;
	height:100%;
	margin:auto;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:top center;
	position:relative;
}
.xinwen_tb{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
	background-color:rgba(0,0,0,0.6);
	padding:10px;
	color:#fff;
	position:absolute;
	left:0px;
	right:0px;
	bottom:0px;
}
.xinwen_name{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
	font-size:1.5rem;
	line-height:1.5;
}
.xinwe_miaoshu{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
	font-size:1rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
#quandi_news{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	margin-top:40px;
	margin-bottom:40px;
}
#quandi_news_thead{
	display:block;
	overflow:hidden;
	margin:auto;
	width:1100px;
	height:auto;
	font-size:32px;
	line-height:200%;
	text-align:center;
}
#quandi_news_miaoshu{
	text-align:center;
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
	font-size:1rem;
	line-height:1.5;
}
#quandi_news_tbody{
	display:grid;
	grid-template-columns:auto;
	row-gap:10px;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
}

a.news_tb{
	width:auto;
	height:auto;
	overflow:hidden;
	background-color:#f5f5f5;
	padding:10px;
	display:block;
}

.news_name{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
	margin:auto;
	text-align:left;
	font-size:1.2rem;
	line-height:1.5;
}

.news_miaoshu{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
	margin:auto;
	font-size:12px;
	color:#666;
	text-align:left;
}