@charset "utf-8";
/*洗墙灯*/
.section{
	width:auto;
	height:auto;
	overflow:hidden;
	display:block;
	margin:auto;
	padding-top:80px;
	padding-bottom:80px;
}
@media (max-width:480px){
	.section{
		padding:10px;
		margin:auto;
	}
}
.thead{
	text-align:center;
}
.title{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	font-size:2.5rem;
	font-weight:bold;
	color:#333;
}
.title>span{
	color:#5f8c21;
}
.miaoshu{
	font-size:1.1rem;
	color:#999;
	font-weight:normal;
	text-transform:uppercase;
}
.content{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	font-size:1rem;
	color:#666;
}
.product_list{
	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){.product_list{grid-template-columns:calc(33.3% - (40px/3)) calc(33.3% - (40px/3)) calc(33.3% - (40px/3));padding:10px;}}
@media (max-width:480px){.product_list{grid-template-columns:calc(50% - (20px/2)) calc(50% - (20px/2));}}
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;
}

/*泛光灯*/
.new_list{
	width:auto;
	height:500px;
	overflow:hidden;
	display:block;
	margin:auto;
	margin-bottom:60px;	
	max-width:1200px;	
}
@media (max-width:480px){
	.new_list{
		display: flex;
		display: -webkit-flex;
		flex-direction: column;
		row-gap:10px;
		height:auto;
	}
}
a.new_tb{
	width:auto;
	height:100%;
	overflow:hidden;
	display:block;
}
.new_pic{
	width:auto;
	height:100%;
	overflow:hidden;
	margin:auto;
	display:block;
	position:relative;
}
@media (max-width:480px){
	.new_pic{
		max-width: 100%;
		height:auto;
	}
}


.case_list{
	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){.case_list{grid-template-columns:calc(50% - (20px/2)) calc(50% - (20px/2));padding:10px;}}
@media (max-width:280px){.case_list{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;
}
/*关于我们*/
#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){#about{grid-template-columns:auto;padding:10px;}}
.about_title{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	font-size:2.5rem;
	font-weight:bold;
	color:#fff;
}
.about_title>span{
	color:#5f8c21;
}
.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_content{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	color:#fff;
	margin-top:20px;
	margin-bottom:20px;
}
a.about_path{
	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_path:hover{
	background-color:#5f8c21;
	
}
@media (max-width:480px){
	a.about_more{display:block;}	
}
.about_list{
	display:grid;
	grid-template-columns:calc(50% - 1px) auto;
	column-gap:1px;
	row-gap:1px;
	overflow:hidden;
	width:auto;
	height:auto;
}
.about_item{
	display:flex;
	display:-webkit-flex;
	justify-content:center;
	align-items:center;
	overflow:hidden;
	width:auto;
	height:auto;
	background-color:#fff;
	padding:30px;
}
.about_tb{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	text-align:center;
}
.about_name{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	font-size:18px;
}
.about_jianshu{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	font-size:16px;
	color:#999;
}
a.about_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.about_more:hover{
	background-color:#5f8c21;
	color:#fff;
}

.news_back{
	width:auto;
	height:auto;
	overflow:hidden;
	display:block;
	margin:auto;
	background-color: #f5f5f5;
}

#news{
	display:grid;
	grid-template-columns:auto 35%;
	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_list{
	width:auto;
	height:auto;
	overflow:hidden;
	display:flex;
	display: -webkit-flex;
	flex-direction: column;
	row-gap:20px;
	background-color: #fff;
	padding: 40px;
}

.news_tb{
	width:auto;
	height:auto;
	overflow:hidden;
	display:grid;
	grid-template-columns:30% auto;
	column-gap:20px;
}
a.news_pic{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
}
.news_img{
	object-fit: cover;
	width: 100%;
	height: auto;
	display: -webkit-box;
}
.news_right{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
}
.news_date{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
	overflow:hidden;
	font-size:12px;
}
.news_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;
	line-height:1.5;
}
a.news_name{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
	margin:auto;
	text-align:left;
	font-size:1.15rem;
}

.xinwen_list{
	display:flex;
	display: -webkit-flex;
	flex-direction: column;
	row-gap:15px;
	overflow:hidden;
	width:auto;
	height:auto;
	background-color:#5f8c21;
	padding:40px;
}
.xinwen_tb{
	display:flex;
	display:-webkit-flex;
	grid-template-columns:auto auto;
	align-items: center;
	justify-content: space-between;
	column-gap:20px;
	overflow:hidden;
	width:auto;
	height:auto;
	color: #fff;
	line-height: 1.5;
	white-space: nowrap;
}

a.xinwen_name{
	display: flex;
	display:-webkit-flex;
	align-items: center;
	column-gap: 10px;
	overflow:hidden;
	width:auto;
	height:auto;
	color: #fff;
	white-space: nowrap;
}
.xinwen_date{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
}

#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;
}