@charset "utf-8";
/*洗墙灯*/
#quandi_product_back{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	background-size:cover;
	background-color:#eee;
	padding-top:60px;
	padding-bottom:60px;
}

#quandi_product_cate{
	display:block;
	width:auto;
	height:auto;
	margin:auto;
	max-width:1200px;
	text-align:center;
	margin-bottom:40px;
}
#quandi_product_cate_thead{
	display:block;
	width:auto;
	height:auto;
	margin:auto;
}
#quandi_product_cate_title{
	display:block;
	width:auto;
	height:auto;
	margin:auto;
	font-size:2rem;
}
#quandi_product_cate_title>span{
	display:block;
	width:auto;
	height:auto;
	margin:auto;
	font-size:1.4rem;
	font-weight:bold;
}
#quandi_product_cate_miaoshu{
	display:block;
	width:auto;
	height:auto;
	margin:auto;
}
#quandi_product_cate_tbody{
	display:grid;
	grid-template-columns:auto auto auto auto auto auto;
	column-gap:20px;
	row-gap:20px;
	width:auto;
	height:auto;
	margin:auto;
	margin-top:40px;
	display:flex;
	display:-webkit-flex;
	justify-content:center;
	flex-wrap:wrap;
	align-items:center;
}
@media (max-width:767px){
	#quandi_product_cate_tbody
	{
		grid-template-columns:auto auto auto;	
	}
}
.product_cate_tb{
	display:block;
	width:auto;
	height:auto;
	margin:auto;
}
.product_cate_pic{
	display:block;
	max-width:100%;
	width:auto;
	height:auto;
	margin:auto;
}
.product_cate_name{
	display:block;
	width:auto;
	height:auto;
	margin:auto;
	padding:10px;
}


#quandi_product{
	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{grid-template-columns:calc(33.3% - (40px/3)) calc(33.3% - (40px/3)) calc(33.3% - (40px/3));padding:10px;}}
@media (max-width:440px){#quandi_product{grid-template-columns:calc(50% - (20px/2)) calc(50% - (20px/2));}}
@media (max-width:280px){#quandi_product{grid-template-columns:auto;}}
a.product_tb{
	width:auto;
	height:100%;
	overflow:hidden;
	display:block;
	margin:auto;
	background-color:#fff;
	text-align:center;
}

.product_name{
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	display:block;
	text-align:center;
	font-size:1rem;
}

.product_pic{
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	display:block;
	padding-bottom:100%;
	position:relative;
}
.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_new{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	margin-top:40px;
	margin-bottom:40px;
	
}
#quandi_new_thead{
	display:block;
	width:auto;
	height:auto;
	margin:auto;
	text-align:center;
	background-color:#1c4587;
	color:#fff;
	text-align:center;
	padding-top:50px;
	padding-bottom:50px;	
}
#quandi_new_title{
	display:block;
	width:auto;
	height:auto;
	margin:auto;
	font-size:2rem;
	line-height:1.5;
}
#quandi_new_title>span{
	display:block;
	width:auto;
	height:auto;
	margin:auto;
	font-size:1.4rem;
	font-weight:bold;
}
#quandi_new_miaoshu{
	display:block;
	width:auto;
	height:auto;
	margin:auto;
	margin-top:20px;
}
#quandi_new_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;
	max-width:1200px;
	margin-top:60px;
	margin-bottom:40px;
}
@media (max-width:767px){#quandi_new_tbody{grid-template-columns:calc(33.3% - (40px/3)) calc(33.3% - (40px/3)) calc(33.3% - (40px/3));padding:10px;}}
@media (max-width:440px){#quandi_new_tbody{grid-template-columns:calc(50% - (20px/2)) calc(50% - (20px/2));}}
@media (max-width:280px){#quandi_new_tbody{grid-template-columns:auto;}}
a.new_tb{
	width:auto;
	height:100%;
	overflow:hidden;
	margin:auto;
	display:block;
	margin:auto;
	background-color:#fff;
	border:1px solid #ddd;
	transition:all 0.4s;
	position:relative;
	box-sizing:border-box;
	border-radius:10px;
	border:2px solid #ddd;
}
.new_pic{
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	display:block;
	position:relative;
	padding-bottom:75%;
	background-color:#f5f5f5;
	background-size:cover;
}
.new_name{
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	display:block;
	margin:auto;
	text-align:center;
	font-size:1rem;
	word-break: break-all;
	text-overflow: ellipsis;
    display: -webkit-box; 
    -webkit-box-orient: vertical; 
    -webkit-line-clamp:1; 
    overflow: hidden;
	
}
.new_miaoshu{
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	display:block;
	margin:auto;
	padding:20px;
	font-size:12px;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box; 
    -webkit-box-orient: vertical; 
    -webkit-line-clamp: 2; 
    overflow: hidden; 
}

.new_date{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
	text-align:right;
	color:#888;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	padding:20px;
}
/*关于我们*/
#quandi_about{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
	position:relative;
}
@media (max-width:767px){#quandi_about{padding:10px;}}
#quandi_about_thead{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	position:relative;
}
#quandi_about_title{
	display:inline-block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	font-size:22px;
	line-height:40px;
	vertical-align:top;
}
#quandi_about_tbody{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	margin-top:20px;
}

#quandi_about_tbody * {max-width:100%;height:auto;}
#quandi_about_link{
	display:inline-block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	position:absolute;
	right:0px;
	top:0px;
	bottom:0px;
	line-height:40px;
}

/*新闻*/
#quandi_news{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	position:relative;
	vertical-align:top;
}
@media (max-width:767px){#quandi_news{padding:10px;}}
#quandi_news_thead{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	position:relative;
}
#quandi_news_title{
	display:inline-block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	font-size:22px;
	line-height:40px;
	vertical-align:top;
}

#quandi_news_tbody{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	margin-top:20px;
}
#quandi_news_tbody>div{
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	display:block;
	margin-bottom:20px;
}
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_left{
	width:auto;
	height:auto;
	display:flex;
	display:-webkit-flex;
	justify-content:center;
	align-items:center;
	overflow:hidden;
	background-color:#1c4587;
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	text-align:center;
	font-size:12px;
}
.news_date{
	font-size:20px;
	text-align:center;
	margin:5px;
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
	margin-bottom:0px;
}
.news_year{
	font-size:1rem;
	text-align:center;
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
}
.news_right{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
}
.news_name{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
	margin:auto;
	text-align:left;
	font-size:1.2rem;
}
.news_miaoshu{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
	margin:auto;
	font-size:0.8rem;
	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;
}