@charset "utf-8";
#quandi_fenlei{
	width:auto;
	max-width:1200px;
	height:auto;
	overflow:hidden;
	display:block;
	margin:auto;
	padding-top:40px;
	padding-bottom:40px;
}
#quandi_fenlei_thead{
	width:auto;
	height:auto;
	overflow:hidden;
	display:block;
	margin:auto;
}
#quandi_fenlei_title{
	width:auto;
	height:auto;
	overflow:hidden;
	display:block;
	margin:auto;
	font-size:2.2rem;
	text-align:center;
	line-height:200%;
}
#quandi_fenlei_tbody{
	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;
	margin-bottom:20px;
}
@media (max-width:767px){
	#quandi_fenlei_tbody{
		grid-template-columns:calc(50% - (20px/2)) calc(50% - (20px/2));
		padding:10px;
	}
}
.fenlei_tb{
	width:auto;
	height:100%;
	overflow:hidden;
	display:block;
	margin:auto;
	border:1px solid #1b49b8;
	padding:10px;
	box-sizing:border-box;
}
a.fenlei_name{
	width:auto;
	height:100%;
	overflow:hidden;
	display:flex;
	display:-webkit-flex;
	justify-content:center;
	align-items:center;
	margin:auto;
	background-color:#1b49b8;
	color:#fff;
	text-align:center;
	padding:10px;
	font-size:1.2rem;
	line-height:1.5;
	box-sizing:border-box;
}
#quandi_product_back{
	width:auto;
	height:auto;
	overflow:hidden;
	display:block;
	margin:auto;
	background-color:#5a5456;
	padding-top:100px;
	padding-bottom:80px;
	background-size:cover;
	background-repeat:no-repeat;
}
/*洗墙灯*/
#quandi_product{
	width:auto;
	height:auto;
	overflow:hidden;
	display:block;
	margin:auto;
}
#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%;
	color:#fff;
}
#quandi_product_miaoshu{
	width:auto;
	height:auto;
	overflow:hidden;
	display:block;
	margin:auto;
	font-size:1rem;
	text-align:center;
	padding:10px;
	color:#ddd;
}
#quandi_product_tbody{
	width:auto;
	max-width:1200px;
	height:auto;
	display:block;
	margin:auto;
	position:relative;
	margin-top:20px;
}
#quandi_product_tbody>div{transition:all 0.4s;}
#quandi_product_tbody .slick-current{transform:scale(1.05,1.05);transition:all 0.4s;}
.product_arrow{
	width:auto;
	height:auto;
	overflow:hidden;
	display:flex;
	display:-webkit-flex;
	justify-content:center;
	align-items:center;
	position:absolute;
	top:0px;
	bottom:0px;
}
.product_arrow:before{
	width:40px;
	height:100px;
	overflow:hidden;
	display:flex;
	display:-webkit-flex;
	justify-content:center;
	align-items:center;
	color:#fff;
	background-color:#000;
	font-size:1.5rem;
}
.product_arrow:hover:before{
	background-color:#723725;
}
a.product_tb{
	width:auto;
	height:auto;
	overflow:hidden;
	display:block;
	margin:auto;
	background-color:#fff;
	text-align:center;
	margin:15px;
}

.product_name{
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	display:block;
	text-align:center;
	font-size:1rem;
}

.product_pic{
	width:auto;
	height:auto;
	padding-bottom:100%;
	overflow:hidden;
	margin:auto;
	display:block;
	position:relative;
}
.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:1200px;	
}
#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: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;
}
@media (max-width:767px){#quandi_new_tbody{grid-template-columns:calc(50% - (20px/2)) calc(50% - (20px/2));padding:10px;}}
@media (max-width:480px){#quandi_new_tbody{grid-template-columns:auto;}}
a.new_tb{
	width:auto;
	height:100%;
	overflow:hidden;
	margin:auto;
	display:block;
	margin:auto;
	transition:all 0.4s;
	position:relative;
	box-sizing:border-box;
	border:1px solid #ddd;
}
.new_pic{
	width:auto;
	height:auto;
	padding-bottom:100%;
	overflow:hidden;
	margin:auto;
	display:block;
	position:relative;
}
.new_name{
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	display:block;
	text-align:center;
	font-size:1rem;
	padding:10px;
}
a.new_tb:hover .new_more{
	width:100%;
	height:100%;
	transition:all 0.4s;
}
.home_a{
	width:100%;
	height:auto;
	overflow:hidden;
	margin:auto;
	display:block;
}
.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.3);
	position:absolute;
	left:0px;
	right:0px;
	top:0px;
	bottom:0px;
	margin:auto;
	color:#fff;
	font-size:2rem;
}

/*投光灯*/
#quandi_case{
	width:auto;
	height:auto;
	overflow:hidden;
	display:block;
	margin:auto;
	padding-top:40px;
	padding-bottom:40px;	
	max-width:1200px;	
}
#quandi_case_thead{
	width:auto;
	height:auto;
	overflow:hidden;
	display:block;
	margin:auto;
}
#quandi_case_title{
	width:auto;
	height:auto;
	overflow:hidden;
	display:block;
	margin:auto;
	font-size:2.2rem;
	text-align:center;
	line-height:200%;
}
#quandi_case_miaoshu{
	width:auto;
	height:auto;
	overflow:hidden;
	display:block;
	margin:auto;
	font-size:1rem;
	text-align:center;
	padding:20px;
}
#quandi_case_tbody{
	width:auto;
	max-width:1200px;
	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:20px;
	margin-bottom:20px;
}
@media (max-width:767px){#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;
	margin:auto;
	display:block;
	margin:auto;
	transition:all 0.4s;
	position:relative;
	box-sizing:border-box;
	
}
.case_pic{
	width:auto;
	height:auto;
	padding-bottom:100%;
	overflow:hidden;
	margin:auto;
	display:block;
	display:-webkit-flex;
	justify-content:center;
	align-items:center;
	position:relative;
}
.case_pic:hover{
	background-size:120% auto;
	transition:all 0.4s;
}
.case_name{
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	display:block;
	margin:auto;
	text-align:center;
	font-size:1rem;
	padding:10px;
	background-color:#eee;
	font-size:1.2rem;
	line-height:1.5;
	margin-top:10px;
}
/*关于我们*/
#quandi_about{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
	max-width:1200px;
	margin:auto;
	margin-top:40px;
	margin-bottom:40px;
}
@media (max-width:767px){
	#quandi_about{padding:10px;}
}
#quandi_about_thead{
	width:auto;
	height:auto;
	overflow:hidden;
	display:block;
	margin:auto;
}
#quandi_about_title{
	width:auto;
	height:auto;
	overflow:hidden;
	display:block;
	margin:auto;
	font-size:2.2rem;
	text-align:center;
	line-height:200%;
}
#quandi_about_miaoshu{
	width:auto;
	height:auto;
	overflow:hidden;
	display:block;
	margin:auto;
	font-size:1rem;
	text-align:center;
	padding:20px;
}
#quandi_about_tbody{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	margin-top:20px;
}

#quandi_about_tbody * {max-width:100%;height:auto;}