@charset "utf-8";
.section{
	width:auto;
	height:auto;
	margin:auto;
	display: block;
	overflow: hidden;
	background-size: cover;
}
.tb{
	margin: auto;
	margin-top: 40px;
	margin-bottom: 40px;
	max-width: var(--max_width);
}
.thead{
	text-align: center;
}
.title{
	font-size: 2rem;
}
.miaoshu{
	font-size: 1rem;
}
.tbody{
	display: block;
	width: auto;
	height: auto;
	overflow: hidden;
	margin: auto;
	margin-top: 20px;
}
.tbl{
	display: grid;
	grid-template-columns: 25% auto;
	column-gap: 20px;
	width: auto;
	height: auto;
	overflow: hidden;
}
@media (max-width:767px){
	.tbl{
		grid-template-columns: auto;
	}
}
.tbl_left{
	display: block;
	width: auto;
	height: auto;
	overflow: hidden;
	background-color: #f5f5f5;
	padding: 20px;
}
.tbl_right{
	display: block;
	width: auto;
	height: auto;
	overflow: hidden;
}
@media (max-width:767px){
	.tbl_right{
		padding: 20px;
	}
}
.youshi_list{
	max-width:1200px;
	width:auto;
	height:auto;
	overflow:hidden;
	display:grid;
	grid-template-columns:calc(33.3% - (80px/3)) calc(33.3% - (80px/3)) calc(33.3% - (80px/3)) ;
	column-gap:40px;
	row-gap:20px;
	margin:auto;
	justify-content:center;
	padding-top:40px;
}
@media (max-width:480px){.youshi_list{grid-template-columns:auto;}}
.youshi_list>div{
	background-color:#f93e3e;
}
.youshi_list>div:nth-child(even){
	background-color:#4865a7;
}
.youshi_tb{
	width:auto;
	height:auto;
	display:grid;
	grid-template-columns:auto auto;
	column-gap:20px;
	justify-content:space-between;
	align-items:center;
	overflow:hidden;	
	padding:20px;
	color:#fff;
}
@media (max-width:767px){.youshi_tb{margin:10px;}}
.youshi_name{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	font-family:"Times New Roman", Times, serif;
	font-size:16px;
	line-height:1.5;
}
.youshi_auth{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	font-size:14px;
	white-space:nowrap;
}
.youshi_pic{
	display:block;
	overflow:hidden;
	margin:auto;
	width:70px;
	height:auto;
}
.youshi_miaoshu{
	font-size:12px;
	width:auto;
	height:auto;
	margin:auto;
	display:block;
	overflow:hidden;
	line-height:1.5;
	margin-top:40px;
}
.product_title{
text-align:center;
font-size:2rem;
color:#fff;
}
.product_miaoshu{
font-size:1rem;
color:#fff;
text-align:center;
}
.product_list{
	width:auto;
	max-width:1200px;
	height:auto;
	overflow:hidden;
	display:grid;
	grid-template-columns:calc(20% - (80px/5)) calc(20% - (80px/5)) calc(20% - (80px/5)) calc(20% - (80px/5)) calc(20% - (80px/5));
	column-gap:20px;
	row-gap:20px;
	margin:auto;
	margin-top:40px;
}
@media (max-width:767px){.product_list{grid-template-columns:calc(50% - (20px/2)) calc(50% - (20px/2));}}
@media (max-width:480px){.product_list{grid-template-columns:auto;}}
.product_pic{
	width:80px;
	height:80px;
	padding:20px;
	margin-bottom:10px;
	overflow:hidden;
	margin:auto;
	display:flex;
	display:-webkit-flex;
	justify-content:center;
	align-items:center;
	text-align:center;
	position:relative;
	background-color:#363578;
	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%);
}
.product_pic:hover{
	background-color:#f93e3e;
}
.product_name{
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	display:block;
	text-align:center;
	font-size:1rem;
	padding:10px;
	color:#fff;
}

.product_tb{
	width:auto;
	height:auto;
	overflow:hidden;
	display: block;
}

.new_title{
	width:auto;
	height:auto;
	overflow:hidden;
	display:block;
	font-size: 1.4rem;
}
.new_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));
	column-gap:20px;
	row-gap:20px;
	margin:auto;
	margin-top:20px;
}
@media (max-width:480px){.new_list{grid-template-columns:calc(50% - (20px/2)) calc(50% - (20px/2));}}
@media (max-width:280px){.new_list{grid-template-columns:auto;}}
a.new_tb{
	width:auto;
	height:auto;
	overflow:hidden;
	display:block;
	text-align:center;
}
.new_pic{
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	display:block;
	position:relative;
	padding-bottom: 100%;
	border: 1px solid #ddd;
}

.new_name{
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	display:block;
	font-size:1.2rem;
}
.new_miaoshu{
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	display:block;
	color:#888;
}

/*投光灯*/
.case_content{
	width:auto;
	height:auto;
	overflow:hidden;
	display:block;
}
.case_content *{
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	display:block;
	max-width:100%;

}

#about{
	width:auto;
	max-width:1200px;
	height:auto;
	overflow:hidden;
	margin:auto;
	display:grid;
	grid-template-columns:calc(33.3% - (40px/2)) auto;
	column-gap:40px;
	row-gap:20px;
	margin:auto;
	margin-top:40px;
	margin-bottom:40px;
}
@media (max-width:767px){#about{grid-template-columns:auto;margin:auto;padding:10px;}}
/*关于我们*/
#quandi_about{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
	background-color:#eee;
	padding:20px;
}
.about_title:after{
	content:"";
	display:block;
	width:80px;
	height:0px;
	border-top:2px solid #f93e3e;
}
.about_title{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	font-size:2rem;
	font-weight:bold;
	line-height:40px;
	color:#f93e3e;
}
.about_content{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	margin-top:20px;
	line-height:1.5;
	font-size:1.2rem;
	color:#666;
}

.about_content * {max-width:100%;height:auto;}