@charset "utf-8";

.tb{
	width:auto;
	max-width:var(--max_width);
	height:auto;
	overflow:hidden;
	display:block;
	margin:auto;
	padding-top:60px;
	padding-bottom:60px;
}
.thead{
	display: block;
	width: auto;
	height: auto;
	margin: auto;
	text-align: center;
	line-height: 2;
}
.tbody{
	display: block;
	width: auto;
	height: auto;
	margin: auto;
	margin-top: 20px;
}
.title{
	font-size:2rem;
}
.miaoshu{
	font-size:1rem;
}
.youshi_list{
	width:auto;
	height:auto;
	overflow:hidden;
	display:grid;
	grid-template-columns:calc(20% - (120px/5)) calc(20% - (120px/5)) calc(20% - (120px/5)) calc(20% - (120px/5)) calc(20% - (120px/5));
	row-gap:30px;
	column-gap:30px;
	margin:auto;
	justify-content:center;
	margin-top:40px;
}
@media (max-width:767px){.youshi_list{grid-template-columns:calc(33.3% - (20px/3)) calc(33.3% - (20px/3)) calc(33.3% - (20px/3));row-gap:10px;column-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;
	text-align:center;
	width:auto;
	height:100%;
	display:block;
	overflow:hidden;
	position:relative;
	background-color:var(--back_color);
	color:#fff;
	padding:20px;
	box-sizing:border-box;
}
.youshi_name{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	padding:5px;
	font-weight:bold;
	text-align:center;
}
.youshi_pic{
	display:block;
	overflow:hidden;
	margin:auto;
	width:100px;
	height:100px;
	padding:10px;
	margin-bottom:10px;
	background-position:center;
	background-repeat:no-repeat;
	background-size:100px auto;
	clip-path:polygon(45% 1.33975%, 46.5798% 0.60307%, 48.26352% 0.15192%, 50% 0%, 51.73648% 0.15192%, 53.4202% 0.60307%, 55% 1.33975%, 89.64102% 21.33975%, 91.06889% 22.33956%, 92.30146% 23.57212%, 93.30127% 25%, 94.03794% 26.5798%, 94.48909% 28.26352%, 94.64102% 30%, 94.64102% 70%, 94.48909% 71.73648%, 94.03794% 73.4202%, 93.30127% 75%, 92.30146% 76.42788%, 91.06889% 77.66044%, 89.64102% 78.66025%, 55% 98.66025%, 53.4202% 99.39693%, 51.73648% 99.84808%, 50% 100%, 48.26352% 99.84808%, 46.5798% 99.39693%, 45% 98.66025%, 10.35898% 78.66025%, 8.93111% 77.66044%, 7.69854% 76.42788%, 6.69873% 75%, 5.96206% 73.4202%, 5.51091% 71.73648%, 5.35898% 70%, 5.35898% 30%, 5.51091% 28.26352%, 5.96206% 26.5798%, 6.69873% 25%, 7.69854% 23.57212%, 8.93111% 22.33956%, 10.35898% 21.33975%);
}
.youshi_miaoshu{
	font-size:12px;
	text-align:center;
	width:auto;
	height:auto;
	margin:auto;
	display:block;
	overflow:hidden;
	line-height:150%;
}

/*洗墙灯*/
.product_back{
	width:auto;
	height:auto;
	overflow:hidden;
	display:block;
	margin:auto;
	padding-top:40px;
	padding-bottom:40px;
	background-color:#f5f5f5;
}
#quandi_product_thead{
	width:auto;
	height:auto;
	overflow:hidden;
	display:block;
	margin:auto;
}
#quandi_product_title{
	width:auto;
	height:auto;
	overflow:hidden;
	display:block;
	margin:auto;
	font-size:2.2rem;
	text-align:center;
	line-height:200%;
	
}
#quandi_product_miaoshu{
	width:auto;
	height:auto;
	overflow:hidden;
	display:block;
	margin:auto;
	font-size:1rem;
	text-align:center;
	padding:10px;
}
.product_list{
	width:auto;
	max-width:var(--max_width);
	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){.product_list{grid-template-columns:calc(33.3% - (40px/3)) calc(33.3% - (40px/3)) calc(33.3% - (40px/3));}}
@media (max-width:480px){.product_list{grid-template-columns:calc(50% - (20px/2)) calc(50% - (20px/2));}}
@media (max-width:280px){.product_list{grid-template-columns:auto;}}
a.product_tb{
	width:auto;
	height:auto;
	overflow:hidden;
	display:block;
	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:flex;
	display:-webkit-flex;
	justify-content:center;
	align-items:center;
	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;
}

/*泛光灯*/
#quandi_new{
	width:auto;
	height:auto;
	overflow:hidden;
	display:block;
	margin:auto;
	padding-top:40px;
	padding-bottom:40px;	
	max-width:var(--max_width);	
}
#quandi_new_thead{
	width:auto;
	height:auto;
	overflow:hidden;
	display:block;
	margin:auto;
}
#quandi_new_title{
	width:auto;
	height:auto;
	overflow:hidden;
	display:block;
	margin:auto;
	font-size:2.2rem;
	text-align:center;
	line-height:200%;
}
#quandi_new_miaoshu{
	width:auto;
	height:auto;
	overflow:hidden;
	display:block;
	margin:auto;
	font-size:1rem;
	text-align:center;
	padding:20px;
}
#quandi_new_tbody{
	width:auto;
	max-width:var(--max_width);
	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;
}
@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));}}
@media (max-width:480px){#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;
	display:block;
	background-color:#fff;
	border:1px solid #ddd;
	transition:all 0.4s;
	position:relative;
	box-sizing:border-box;
}
.new_pic{
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	display:flex;
	display:-webkit-flex;
	justify-content:center;
	align-items:center;
	position:relative;
	padding-bottom:100%;
}
.new_name{
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	display:block;
	margin:auto;
	text-align:center;
	font-size:1rem;
	padding:10px;
}
a.new_tb:hover{
	transition:all 0.4s;
	box-shadow:0px 0px 20px 0px #ccc;
}
.new_tb:hover .new_more{
	width:100%;
	height:100%;
	transition:all 0.4s;
}

.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;
	color:#fff;
	font-size:2rem;
}

/*投光灯*/
.case_back{
	width:auto;
	height:auto;
	overflow:hidden;
	display:block;
	margin:auto;
	padding-top:40px;
	padding-bottom:40px;	
	background-color:var(--back_color);
}
.case_thead{
	color:#fff;
}

.case_list{
	width:auto;
	max-width:var(--max_width);
	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:var(--max_width);
	margin-top:40px;
}
@media (max-width:480px){.case_list{grid-template-columns:calc(50% - (10px/2)) calc(50% - (10px/2));column-gap:10px;row-gap:10px;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:#fff;
}
.case_pic{
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	display:flex;
	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;
	padding-bottom:75%;
}

.case_name{
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	display:block;
	margin:auto;
	text-align:center;
	font-size:1rem;
	padding:10px;
}

.about_news{
	width:auto;
	max-width:var(--max_width);
	height:auto;
	overflow:hidden;
	margin:auto;
	display:grid;
	grid-template-columns:auto auto;
	margin:auto;
	column-gap:40px;
	row-gap:20px
	margin-top:40px;
	margin-bottom:40px;
}
@media (max-width:767px){.about_news{grid-template-columns:auto;padding: 10px;}}
/*关于我们*/
.item{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
	position:relative;
}


.ti{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	font-size:22px;
}
.about_content{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	margin-top:20px;
}

.about_content * {max-width:100%;height:auto;}

.news_list{
	display:flex;
	display: -webkit-flex;
	flex-direction: column;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	margin-top:20px;
	row-gap:20px;
}
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:flex;
	display:-webkit-flex;
	justify-content:center;
	align-items:center;
	overflow:hidden;
	background-color:var(--back_color);
	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;
}
.honor_list{
	display: flex;
	display: -webkit-flex;
	column-gap: 20px;
	width: auto;
	height: auto;
	overflow: hidden;
	margin:auto;
}
a.honor_tb{
	display: block;
	width: calc(25% - 60px/4);
	height: auto;
	overflow: hidden;
	text-align: center;
}
.honor_pic{
	display: block;
	width: auto;
	height: auto;
	overflow: hidden;
	position:relative;
	padding-bottom: 60%;
}