@charset "utf-8";
/*选择我们的理由*/
.section{
	width:auto;
	height:auto;
	overflow:hidden;
	display:block;
	margin:auto;
	padding-top:60px;
	padding-bottom:60px;
}
.tb{
	max-width:86%;
	height:auto;
	margin:auto;
}
@media (max-width:480px){
	.tb{max-width:unset;}
}
.thead{
	width:auto;
	height:auto;
	overflow:hidden;
	display:block;
	margin:auto;
}
.title{
	width:auto;
	height:auto;
	overflow:hidden;
	display:block;
	margin:auto;
	font-size:2rem;
	text-align:center;
}

.miaoshu{
	width:auto;
	height:auto;
	overflow:hidden;
	display:block;
	margin:auto;
	font-size:1rem;
	text-align:center;
}
.youshi_list{
	width:auto;
	height:auto;
	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;
	text-align:center;
	margin-top:20px;
}
@media (max-width:767px){.youshi_list{grid-template-columns:calc(33.3% - (20px/3)) calc(33.3% - (20px/3)) calc(33.3% - (20px/3));column-gap:10px;row-gap:10px;padding:10px;}}
@media (max-width:480px){.youshi_list{grid-template-columns:calc(50% - (10px/2)) calc(50% - (10px/2));}}
.youshi_tb{
	font-size:1rem;
	background-color:#2e9414;
	text-align:center;
	width:auto;
	height:100%;
	display:block;
	overflow:hidden;
	position:relative;
	padding:20px;
	box-sizing:border-box;
	background-image:linear-gradient(0deg,#007f1e,#69ad02);
}
.youshi_tb:hover{
	background-color:#F90;
	box-shadow:0px 0px 10px 0px rgba(0,0,0,0.4);
}
.youshi_name{
	display:-webkit-box;
	-webkit-line-clamp:1;
	-webkit-box-orient:vertical;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	padding:5px;
	text-align:center;
	color:#fff;
	border-bottom:1px dotted #eee;
}
.youshi_ico{
	display:flex;
	display:-webkit-flex;
	justify-content:center;
	align-items:center;
	font-size:2rem;
	width:80px;
	height:80px;
	overflow:hidden;
	margin:auto;
	color:#fff;
	border-radius:50%;
	border:1px solid #fff;
}
@media (max-width:480px){.youshi_pic{height:80px;margin:auto}}
.youshi_miaoshu{
	font-size:12px;
	text-align:center;
	color:#fff;
	width:auto;
	height:auto;
	padding:10px;
	margin:auto;
	display:block;
	overflow:hidden;
	line-height:1.5;
}
/*洗墙灯*/
.product_back{
	background-size:cover;
	background-attachment:fixed;
	background-color:#333;
}
.product_thead{color:#fff;}
.product_list{
	width:auto;
	height:auto;
	overflow:hidden;
	display:grid;
	grid-template-columns:calc(25% - 15px) calc(25% - 15px) calc(25% - 15px) calc(25% - 15px);
	column-gap:20px;
	row-gap:20px;
	margin:auto;
	margin-top:20px;
}
@media (max-width:767px){
	.product_list{
		grid-template-columns:calc(50% - 10px/2) calc(50% - 10px/2);
		column-gap:10px;
		row-gap:10px;
		padding:10px;
	}
}
a.product_tb{
	width:auto;
	height:auto;
	overflow:hidden;
	display:block;
	background-color:#fff;
	text-align:center;
	padding:20px;
}
.product_name{
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	display:-webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient:vertical;
	margin:auto;
	text-align:center;
	line-height:1.5;
}

.product_pic{
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	position:relative;
	padding-bottom:100%;
}
.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;
}

.hot_list{
	width:auto;
	height:auto;
	overflow:hidden;
	display:block;
	margin:auto;
	margin-top:20px;
	white-space:nowrap;
}
.hot_item{
	display:inline-block;
	width:25%;
	vertical-align:top;
	margin-right:20px;
	overflow:hidden;
}

a.hot_tb{
	width:auto;
	height:auto;
	overflow:hidden;
	display:block;
	background-color:#fff;
	text-align:center;
	padding:20px;
}
.hot_name{
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	display:-webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient:vertical;
	margin:auto;
	text-align:center;
	line-height:1.5;
	margin-top:20px;
}

.hot_pic{
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	position:relative;
	padding-bottom:100%;
}

.new_list{
	width:auto;
	height:auto;
	overflow:hidden;
	display:grid;
	grid-template-columns:calc(25% - 15px) calc(25% - 15px) calc(25% - 15px) calc(25% - 15px);
	column-gap:20px;
	row-gap:20px;
	margin:auto;
	margin-top:20px;
}
@media (max-width:767px){.new_list{grid-template-columns:calc(50% - (20px/2)) calc(50% - (20px/2));padding:10px;}}
a.new_tb{
	width:auto;
	height:auto;
	overflow:hidden;
	display:block;
	background-color:#fff;
	border:1px solid #ddd;
	padding:20px;
	transition:all 0.4s;
	position:relative;
	box-sizing:border-box;
}

.new_tb:hover .new_more{
	width:100%;
	height:100%;
	transition:all 0.4s;
}
.new_pic{
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	position:relative;
	padding-bottom:100%;
}
.new_name{
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	display:-webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient:vertical;
	margin:auto;
	text-align:center;
	font-size:1rem;
	padding:10px;
	line-height:1.5;
}
.new_more{
	width:0px;
	height:0px;
	overflow:hidden;
	vertical-align:middle;
	display:flex;
	display:-webkit-flex;
	justify-content:center;
	align-items:center;
	transition:all 0.4s;
	background-color:rgba(0,0,0,0.5);
	position:absolute;
	left:0px;
	right:0px;
	top:0px;
	bottom:0px;
	margin:auto;
	text-align:center;
	line-height:350px;
	color:#fff;
}
.new_more:before{
	display:block;
	width:auto;
	height:auto;
	text-align:center;
	line-height:50px;
	color:#fff;
	font-size:30px;
}

.case_list{
	width:auto;
	height:auto;
	overflow:hidden;
	display:grid;
	grid-template-columns:calc(33.3% - 40px/3)  calc(33.3% - 40px/3) calc(33.3% - 40px/3);
	row-gap:20px;
	column-gap:20px;
	margin:auto;
	margin-top:20px;
}
@media (max-width:767px){
	.case_list{
		grid-template-columns:calc(50% - 10px/2)  calc(50% - 10px/2);
		row-gap:10px;
		column-gap:10px;
		padding:10px;
	}
}
a.case_tb{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	display:block;
	text-align:center;
}
.case_pic{
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	display:block;
	margin:auto;
	background-position:center;
	background-repeat:no-repeat;
	background-size:100% 100%;
	position:relative;
	padding-bottom:60%;
}
.case_name{
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	display:-webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient:vertical;
	margin:auto;
	text-align:center;
	line-height:1.5;
	margin-top:10px;
}

.about_news{
	width:auto;
	max-width:86%;
	height:auto;
	overflow:hidden;
	margin:auto;
	display:grid;
	grid-template-columns:calc(50% - 20px/2) calc(50% - 20px/2);
	row-gap:20px;
	column-gap:20px;
	margin:auto;
	padding-top:20px;
	padding-bottom:20px;
}
@media (max-width:767px){
	.about_news{padding:10px;grid-template-columns:auto;max-width:unset;}
}
.about{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
}

.about_title{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	font-size:1.6rem;
	padding-bottom:10px;
	border-bottom:1px solid #ddd;	
}
.about_content{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	margin-top:20px;
	min-height:100px;
}
#quandi_about_tbody *{max-width:100%;height:auto;}
/*新闻*/
.news{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
}

.news_title{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	font-size:1.6rem;
	padding-bottom:10px;
	border-bottom:1px solid #ddd;	
	
}

.news_list{
	display:flex;
	display:-webkit-flex;
	flex-direction:column;
	row-gap:20px;
	overflow:hidden;
	width:auto;
	height:auto;
	margin-top:20px;
	min-height:100px;
}
.news_item{
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	display:block;
}
a.news_tb{
	width:auto;
	height:auto;
	overflow:hidden;
	display:grid;
	grid-template-columns:80px auto;
	column-gap:10px;
}
.news_left{
	width:auto;
	height:auto;
	display:block;
	overflow:hidden;
	background-color:#2e9414;
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	text-align:center;
	font-size:12px;
	line-height:1.5;
	padding:10px;
}
.news_right{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
	margin-left:10px;
}
.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_name{
	display:-webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient:vertical;
	overflow:hidden;
	width:auto;
	height:auto;
	margin:auto;
	text-align:left;
	font-size:1rem;
	font-weight:bold;
}
.news_miaoshu{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
	margin:auto;
	font-size:12px;
	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;
}
@media (max-width:767px){
	.quandi_about_news{flex-direction:column;}
	#quandi_about{width:auto;padding:10px;}
	#quandi_news{width:auto;padding:10px;}
}
.honor_pic{
	display:block;
	margin:auto;
	max-width:100%;
}