@charset "utf-8";
#quandi_fenlei{
	width:auto;
	height:auto;
	overflow:hidden;
	display:flex;
	display:-webkit-flex;
	column-gap:10px;
	justify-content:center;
	margin:auto;
	text-align:center;
	flex-wrap:wrap;
	margin-top:40px;
}
#quandi_fenlei>div:first-child>a.fenlei_name{
	background-color:#8d6f4a;
}
a.fenlei_name{
	width:auto;
	height:30px;
	line-height:30px;
	padding:10px;
	padding-left:40px;
	padding-right:40px;
	overflow:hidden;
	display:block;
	background-color:#0384af;
	text-align:center;
	color:#fff;
	white-space:nowrap;
}
a.fenlei_name:hover{
	background-color:#8d6f4a;
}

#quandi_product_more{
	width:auto;
	height:auto;
	overflow:hidden;
	display:block;
	margin:auto;
	text-align:center;
	margin-top:3rem;
}
/*洗墙灯*/
#quandi_product{
	width:auto;
	height:auto;
	overflow:hidden;
	display:block;
	margin:auto;
	margin-top:3rem;
	margin-bottom:3rem;
}
@media (max-width:767px){#quandi_product{margin-top:60px;margin-bottom:60px;}}
@media (max-width:480px){#quandi_product{margin-top:20px;margin-bottom:20px;}}
#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;
	text-align:center;
	box-sizing:border-box;
}
.product_name{
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	display:block;
	text-align:center;
	font-size:1rem;
	padding:10px;
}

.product_pic{
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	display:block;
	position:relative;
	background-color:#fff;
padding-bottom:100%;
border:1px solid #ddd;
}
.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;
}

a.more{
	width:140px;
	height:36px;
	line-height:36px;
	margin:auto;
	overflow:hidden;
	background-color:#0384af;	
	color:#fff;
	text-align:center;
	border-radius:2px;
	font-size:12px;
	display:inline-block;
}
a.more:hover{
	background-color:#e48574;
}
#quandi_recom_more{
	width:auto;
	height:auto;
	margin:auto;
	overflow:hidden;
	margin-top:100px;
	text-align:left;
	display:block;
}
@media (max-width:767px){#quandi_recom_more{margin-top:60px}}
@media (max-width:480px){#quandi_recom_more{margin-top:20px;}}
#recom{
	width:auto;
	height:auto;
	margin:auto;
	overflow:hidden;
	background-color:#f2f4f6;
	padding-top:100px;
	padding-bottom:100px;
}
@media (max-width:767px){#recom{padding-top:60px;padding-bottom:60px;}}
@media (max-width:480px){#recom{padding-top:20px;padding-bottom:20px;}}
#recom_tbody{
	width:auto;
	height:auto;
	display:grid;
	grid-template-columns:auto 60%;
	justify-content:space-between;
	column-gap:20px;
	row-gap:20px;
	margin:auto;
	align-items:center;
	max-width:1200px;
}
@media (max-width:880px){
	#recom_tbody{grid-template-columns:auto;padding:10px;justify-content:unset;}
}
#quandi_recom_img{
	width:auto;
	height:auto;
	display:grid;
	grid-template-columns:auto auto;
	column-gap:20px;
	row-gap:20px;
}
#quandi_recom_img>div{
	width:auto;
	height:auto;
	display:block;
	position:relative;
}
#quandi_recom_img>div:before{
	display:block;
	width:auto;
	height:100px;
	background-color:#fff;
	border-radius:50%;
	content:"";
	position:absolute;
	bottom:-50px;
	left:20px;
	right:20px;
}
@media (max-width:480px){#quandi_recom_img>div:before{height:80px;bottom:-20px;left:0px;right:0px;}}
#quandi_recom_img>div>img{position:relative;}
#quandi_recom{
	width:auto;
	height:auto;
	display:block;
}
#quandi_recom_thead{
	width:auto;
	height:auto;
	display:block;
	overflow:hidden;
	margin:auto;
}
#quandi_recom_title{
	width:auto;
	height:auto;
	display:block;
	overflow:hidden;
	margin:auto;
	font-size:2rem;
}
#quandi_recom_miaoshu{
	width:auto;
	height:auto;
	display:block;
	overflow:hidden;
	margin:auto;
	font-size:3rem;
}
#quandi_recom_tbody{
	width:auto;
	height:auto;
	display:block;
	overflow:hidden;
	margin:auto;
}




#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:3rem;
	margin-bottom:3rem;
}

#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;
}
/*选择我们的理由*/
#quandi_youshi_back{
	width:auto;
	height:auto;
	overflow:hidden;
	display:block;
	background-position:top center;
	background-size:auto;
	margin:auto;
	padding-top:40px;
	padding-bottom:40px;
}
#quandi_youshi{
	width:auto;
	height:auto;
	overflow:hidden;
	display:block;
	margin:auto;
	max-width:1200px;
}
#quandi_youshi_thead{
	width:auto;
	height:auto;
	overflow:hidden;
	display:block;
	margin:auto;
	text-align:center;
	color:#fff;
}
#quandi_youshi_title{
	width:auto;
	height:auto;
	overflow:hidden;
	display:block;
	margin:auto;
	font-size:3rem;
}
#quandi_youshi_miaoshu{
	width:auto;
	height:auto;
	overflow:hidden;
	display:block;
	margin:auto;
	font-size:1.5rem;
}
#quandi_youshi_tbody{
	width:auto;
	height:auto;
	overflow:hidden;
	display:grid;
	grid-template-columns:auto auto auto auto auto auto;
	column-gap:60px;
	row-gap:30px;
	align-items:center;
	margin:auto;
	padding:40px;
}
@media (max-width:767px){#quandi_youshi_tbody{grid-template-columns:auto auto auto;padding:10px;}}

.youshi_tb{
	width:auto;
	height:auto;
	display:grid;
	grid-template-columns:auto;
	align-items:center;
	row-gap:20px;
	position:relative;
	color:#fff;
}
.youshi_pic{
width:80px;
height:80px;
position:relative;
overflow:hidden;
display:block;
margin:auto;
}
.youshi_name{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	font-size:1.2rem;
	line-height:1.5;
}