@charset "utf-8";
/*洗墙灯*/
#quandi_product{
	width:auto;
	height:auto;
	overflow:hidden;
	display:block;
	margin:auto;
	padding-top:80px;
	padding-bottom:80px;
}
@media (max-width:480px){
	#quandi_product{padding:10px}
}
#quandi_product_thead{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	text-align:center;
}
#quandi_product_title{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	font-size:2.5rem;
	font-weight:bold;
	color:#333;
}
#quandi_product_title>span{
	color:#efb402;
}
#quandi_product_title>div{
	font-size:1.1rem;
	color:#999;
	font-weight:normal;
	text-transform:uppercase;
}
#quandi_product_miaoshu{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	font-size:1rem;
	color:#666;
}
#quandi_product_tbody{
	width:auto;
	max-width:1200px;
	height:auto;
	overflow:hidden;
	display:grid;
	grid-template-columns:calc(16.6% - (100px/6)) calc(16.6% - (100px/6)) calc(16.6% - (100px/6)) calc(16.6% - (100px/6)) calc(16.6% - (100px/6)) calc(16.6% - (100px/6));
	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:150px;
	height:150px;
	overflow:hidden;
	display:flex;
	display:-webkit-flex;
	justify-content:center;
	align-items:center;
	background-color:#eee;
	text-align:center;
	border-radius:50%;
}
.product_item{
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	display:block;
}
.product_name{
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	display:block;
	text-align:center;
	font-size:1rem;
	padding:10px;
}

.product_pic{
	width:50px;
	height:auto;
	padding-bottom:100%;
	overflow:hidden;
	margin:auto;
	display:block;
	position:relative;
}
.product_more:hover{
	transition:all 0.4s;
	background-color:#333;
	color:#fff;
	border:1px solid transparent;
	width:120px;
}

/*泛光灯*/
#quandi_new{
	width:auto;
	height:500px;
	overflow:hidden;
	display:block;
	margin:auto;
	margin-bottom:60px;	
	max-width:1200px;	
}
@media (max-width:480px){
	#quandi_new{
		height:200px;
	}
}
a.new_tb{
	width:auto;
	height:100%;
	overflow:hidden;
	margin:auto;
	display:block;
	margin:auto;
}
.new_pic{
	width:auto;
	height:100%;
	overflow:hidden;
	margin:auto;
	display:block;
	position:relative;
}

/*投光灯*/
#quandi_case{
	width:auto;
	height:auto;
	overflow:hidden;
	display:block;
	margin:auto;
	padding-top:60px;
	padding-bottom:60px;	
	max-width:1200px;	
}
#quandi_case_thead{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	text-align:center;
}
#quandi_case_title{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	font-size:2.5rem;
	font-weight:bold;
	color:#333;
}
#quandi_case_title>span{
	color:#efb402;
}
#quandi_case_title>div{
	font-size:1.1rem;
	color:#999;
	font-weight:normal;
	text-transform:uppercase;
}
#quandi_case_miaoshu{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	font-size:1rem;
	color:#666;
}
#quandi_case_tbody{
	width:auto;
	max-width:1200px;
	height:auto;
	overflow:hidden;
	display:grid;
	grid-template-columns:calc(33.3% - (40px/3)) calc(33.3% - (40px/3)) calc(33.3% - (40px/3));
	column-gap:20px;
	row-gap:20px;
	margin:auto;
	margin-top:40px;
}
@media (max-width:480px){#quandi_case_tbody{grid-template-columns:calc(50% - (20px/2)) calc(50% - (20px/2));padding:10px;}}
@media (max-width:280px){#quandi_case_tbody{grid-template-columns:auto;}}
a.case_tb{
	width:auto;
	height:100%;
	overflow:hidden;
	display:block;
	transition:all 0.4s;
	position:relative;
	box-sizing:border-box;
	background-color:#f5f5f5;
}
.case_pic{
	width:auto;
	height:auto;
	padding-bottom:60%;
	overflow:hidden;
	margin:auto;
	display:block;
	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_name{
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	display:block;
	margin:auto;
	text-align:center;
	font-size:1rem;
	padding:10px;
}

.about_back{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	background-size:cover;
}
/*关于我们*/
#quandi_about{
	display:grid;
	grid-template-columns:50% auto;
	column-gap:60px;
	row-gap:20px;
	overflow:hidden;
	width:auto;
	height:auto;
	max-width:1200px;
	margin:auto;
	margin-top:80px;
	margin-bottom:80px;
}
@media (max-width:767px){#quandi_about{grid-template-columns:auto;padding:10px;}}
.about_name{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	font-size:2.5rem;
	font-weight:bold;
	color:#fff;
}
.about_name>span{
	color:#efb402;
}
.about_miaoshu{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	color:#fff;
}
@media (max-width:480px){
	.about_name,.about_miaoshu{text-align:center;}	
}
.about_jianshu{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	color:#fff;
	margin-top:20px;
	margin-bottom:20px;
}
a.about_more{
	display:inline-block;
	overflow:hidden;
	margin:auto;
	width:150px;
	height:40px;
	line-height:40px;
	text-align:center;
	border:1px solid #fff;
	font-size:1.1rem;
	color:#fff;
	margin-top:0px;
}
a.about_more:hover{
	background-color:#efb402;
	
}
@media (max-width:480px){
	a.about_more{display:block;}	
}
#quandi_daohang{
	display:grid;
	grid-template-columns:calc(50% - 1px) auto;
	column-gap:1px;
	row-gap:1px;
	overflow:hidden;
	width:auto;
	height:auto;
}
#quandi_daohang>div{
	display:flex;
	display:-webkit-flex;
	justify-content:center;
	align-items:center;
	overflow:hidden;
	width:auto;
	height:auto;
	background-color:#fff;
	padding:30px;
}
.daohang_tb{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	text-align:center;
}
.daohang_name{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	font-size:18px;
}
.daohang_miaoshu{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	font-size:16px;
	color:#999;
}
a.daohang_more{
	display:block;
	overflow:hidden;
	margin:auto;
	margin-top:10px;
	width:25px;
	height:25px;
	line-height:25px;
	border:1px solid #aaa;
	color:#aaa;
	border-radius:4px;
	text-align:center;
	font-size:1.1rem;
}
a.daohang_more:hover{
	background-color:#efb402;
	color:#fff;
}

/*新闻*/
#quandi_news{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	position:relative;
	vertical-align:top;
	background-color:#f4f4f4;
	padding-top:80px;
	padding-bottom:80px;
}
@media (max-width:767px){#quandi_news{padding:10px;}}
#quandi_news_thead{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	text-align:center;
}
#quandi_news_title{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	font-size:2.5rem;
	font-weight:bold;
	color:#333;
}
#quandi_news_title>span{
	color:#efb402;
}
#quandi_news_title>div{
	font-size:1.1rem;
	color:#999;
	font-weight:normal;
	text-transform:uppercase;
}
#quandi_news_miaoshu{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	font-size:1rem;
	color:#666;
}
#news{
	display:grid;
	grid-template-columns:auto 33%;
	column-gap:40px;
	row-gap:20px;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	max-width:1200px;
	margin-top:60px;
}
@media (max-width:767px){
	#news{
		grid-template-columns:auto;
	}
}
.news_right{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
	background-color:#efb402;
	padding:30px;
}
#quandi_news_tbody{
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	display:grid;
	grid-template-columns:auto;
	row-gap:10px;
	border-top:1px solid #fff;
	margin-top:20px;
	padding-top:20px;
}

.news_tb{
	width:auto;
	height:auto;
	overflow:hidden;
	display:grid;
	grid-template-columns:auto auto;
	column-gap:10px;
	justify-content:space-between;
	white-space:nowrap;
	font-size:0.9rem;
	column-gap:10px;
}

a.news_name{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
	margin:auto;
	text-align:left;
	color:#fff;
	font-size:0.9rem;
}
.news_date{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
	color:#fff;
}
#quandi_xinwen{
	display:grid;
	grid-template-columns:auto;
	row-gap:20px;
	overflow:hidden;
	width:auto;
	height:auto;
	background-color:#fff;
	padding:40px;
}
.xinwen_tb{
	display:grid;
	grid-template-columns:30% auto;
	column-gap:20px;
	overflow:hidden;
	width:auto;
	height:auto;
}
a.xinwen_pic{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
	background-size:cover;
}
.xinwen_right{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
}
a.xinwen_name{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
	font-size:1.15rem;
	line-height:2;
	white-space:nowrap;
}
.xinwen_date{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
	overflow:hidden;
	font-size:12px;
	color:#999;
}
.xinwen_miaoshu{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
	word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box; 
    -webkit-box-orient: vertical; 
    -webkit-line-clamp: 2; 
    overflow: hidden; 
	color:#666;
	margin-top:10px;
}
#quandi_xw{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
}
a.xw_name{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
	font-size:1.2rem;
	color:#fff;
}
.xw_miaoshu{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
	color:#fff;
	word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box; 
    -webkit-box-orient: vertical; 
    -webkit-line-clamp:3; 
    overflow: hidden; 
	line-height:1.5;
	margin-top:10px;
}