@charset "utf-8";
/*洗墙灯*/
#quandi_product{
	width:auto;
	height:auto;
	overflow:hidden;
	display:block;
	margin:auto;
	background-color:#085cab;
	padding-top:100px;
	padding-bottom:80px;
	background-image:url(images/product_back.jpg);
	background-size:cover;
}
#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:32px;
	text-align:center;
	line-height:200%;
	color:#fff;
}
#quandi_product_miaoshu{
	width:auto;
	height:auto;
	overflow:hidden;
	display:block;
	margin:auto;
	font-size:14px;
	text-align:center;
	padding:10px;
	color:#ddd;
}
#quandi_product_tbody{
	width:auto;
	max-width:1200px;
	height:auto;
	overflow:hidden;
	display:block;
	margin:auto;
	padding-top:40px;
	font-size:0px;
	text-align:center;
}
#quandi_product_tfoot{
	width:auto;
	height:auto;
	overflow:hidden;
	display:block;
	margin:auto;
	text-align:center;
	padding:20px;
}
a#quandi_product_link{
	width:120px;
	height:50px;
	line-height:50px;
	border:1px solid #ddd;
	overflow:hidden;
	display:block;
	margin:auto;
	text-align:center;
	box-sizing:border-box;
	background-color:#fff;
}

.product_item{
	width:25%;
	height:auto;
	overflow:hidden;
	margin:auto;
	display:inline-block;
	margin:auto;
	vertical-align:top;	
}
@media (max-width:1000px){.product_item{width:33.3%;}}
@media (max-width:767px){.product_item{width:50%;}}
@media (max-width:280px){.product_item{width:100%;}}
.product_tb{
	width:auto;
	height:400px;
	overflow:hidden;
	margin:auto;
	display:block;
	margin:auto;
	margin:10px;
	background-color:#fff;
	text-align:center;
}
a.product_name{
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	display:block;
	margin:auto;
	text-align:center;
}

a.product_pic{
	width:auto;
	height:280px;
	overflow:hidden;
	margin:auto;
	display:block;
	margin:auto;
	transition:all 0.4s;
	background-size:100% auto;
	background-position:center;
	background-repeat:no-repeat;
	position:relative;
}

a.product_more{
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	display:block;
	margin:auto;
	text-align:center;
	font-size:14px;
	width:100px;
	height:40px;
	line-height:40px;
	border:1px solid #ccc;
	margin-top:20px;
	margin-bottom:20px;
	transition:all 0.4s;
}
a.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;	
	background-color:#f5f5f5;
	background-image:url(images/new_back.jpg);
	background-size:cover;	
}
#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:32px;
	text-align:center;
	line-height:200%;
}
#quandi_new_miaoshu{
	width:auto;
	height:auto;
	overflow:hidden;
	display:block;
	margin:auto;
	font-size:14px;
	text-align:center;
	padding:20px;
}
#quandi_new_tbody{
	width:auto;
	max-width:1200px;
	height:auto;
	overflow:hidden;
	display:block;
	margin:auto;
	padding-top:40px;
	font-size:0px;
	text-align:center;
}

#quandi_new_tfoot{
	width:auto;
	height:auto;
	overflow:hidden;
	display:block;
	margin:auto;
	text-align:center;
	padding:20px;
}
a#quandi_new_link{
	width:120px;
	height:50px;
	line-height:50px;
	border:1px solid #ddd;
	overflow:hidden;
	display:block;
	margin:auto;
	text-align:center;
	box-sizing:border-box;
}

.new_item{
	width:25%;
	height:auto;
	overflow:hidden;
	margin:auto;
	display:inline-block;
	margin:auto;
	text-align:center;
	vertical-align:top;
}
@media (max-width:1000px){.new_item{width:33.3%;}}
@media (max-width:767px){.new_item{width:50%;}}
@media (max-width:280px){.new_item{width:100%;}}
.new_tb{
	width:auto;
	height:360px;
	overflow:hidden;
	margin:10px;
	display:block;
	background-color:#fff;
	border:1px solid #ddd;
	transition:all 0.4s;
	position:relative;
}
.new_tb:hover{
	transition:all 0.4s;
	box-shadow:0px 0px 20px 0px #ccc;
}
.new_tb:hover a.new_pic{
	transition:all 0.4s;
	transform:scale(1.2,1.2);
}
.new_tb:hover a.new_more{
	width:100%;
	height:100%;
	transition:all 0.4s;
}
.new_tb:hover .new_more_div{
	transition:all 0.4s;
	transform:scale(1,1);
}

a.new_pic{
	width:auto;
	height:280px;
	overflow:hidden;
	margin:auto;
	display:block;
	background-position:center;
	background-repeat:no-repeat;
	background-size:100% auto;
	transition:all 0.4s;
	position:relative;
}
.new_name{
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	display:block;
	margin:auto;
	text-align:center;
	font-size:14px;
	padding:10px;
}
a.new_more{
	width:0px;
	height:0px;
	overflow:hidden;
	vertical-align:middle;
	display:block;
	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_div{
	display:block;
	overflow:hidden;
	margin:auto;
	position:absolute;
	left:0px;
	right:0px;
	bottom:0px;
	top:0px;
	border:1px solid #fff;
	text-align:center;
	padding:5px;
	width:100px;
	height:30px;
	line-height:30px;
	color:#fff;
	transform:scale(0,0);
	transition:all 0.4s;
}
/*投光灯*/
#quandi_case{
	width:auto;
	height:auto;
	overflow:hidden;
	display:block;
	margin:auto;
	padding-top:40px;
	padding-bottom:40px;
	background-image:url(images/new_back.jpg);
	background-size:cover;	
}
#quandi_case_thead{
	width:auto;
	max-width:1200px;
	height:auto;
	overflow:hidden;
	display:block;
	margin:auto;
}
#quandi_case_title{
	width:auto;
	max-width:1200px;
	height:auto;
	overflow:hidden;
	display:block;
	margin:auto;
	font-size:32px;
	text-align:center;
	line-height:200%;
}
#quandi_case_miaoshu{
	width:auto;
	height:auto;
	overflow:hidden;
	display:block;
	margin:auto;
	font-size:14px;
	text-align:center;
	padding:20px;
}
#quandi_case_tfoot{
	width:auto;
	height:auto;
	overflow:hidden;
	display:block;
	margin:auto;
	text-align:center;
	padding:20px;
}
#quandi_case_tbody{
	width:auto;
	height:auto;
	overflow:hidden;
	display:block;
	margin:auto;
	padding-top:40px;
	font-size:0px;
}
.case_item{
	width:25%;
	height:auto;
	overflow:hidden;
	display:inline-block;
	margin:auto;
	vertical-align:top;
}
@media (max-width:1170px){.case_item{width:33.3%;}}
@media (max-width:767px){.case_item{width:50%;}}
@media (max-width:480px){.case_item{width:100%;}}
.case_tb{
	width:auto;
	height:auto;
	overflow:hidden;
	display:block;
	margin:auto;
}
a.case_a{
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	display:block;
	margin:auto;
}
a.case_pic{
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	display:block;
	margin:auto;
	background-position:center;
	background-size:100% auto;
	background-repeat:no-repeat;
	background-color:#f5f5f5;
	position:relative;
	font-size:0px;
}
a.case_name{
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	display:block;
	margin:auto;
	text-align:center;
	padding:10px;
}
a#quandi_case_link{
	width:120px;
	height:50px;
	line-height:50px;
	border:1px solid #ddd;
	overflow:hidden;
	display:block;
	margin:auto;
	text-align:center;
	box-sizing:border-box;
}

/*关于我们*/
#quandi_about{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	max-width:1200px;
	margin-top:40px;
	margin-bottom:40px;
}
@media (max-width:767px){#quandi_about{padding:10px;}}
#quandi_about_thead{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	text-align:center;
}
#quandi_about_title{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	font-size:32px;
	line-height:200%;
	vertical-align:top;
	
}
#quandi_about_miaoshu{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	font-weight:normal;
	line-height:180%;
	vertical-align:top;
}
#quandi_about_tbody{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	margin-top:40px;
}
#quandi_about_tbody * {max-width:100%;height:auto;}
#quandi_about_tfoot{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	padding:20px;
}
a#quandi_about_link{
	display:block;
	overflow:hidden;
	margin:auto;
	width:120px;
	height:40px;
	line-height:40px;
	border:1px solid #ddd;
	text-align:center;
}

/*新闻*/
#quandi_news{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	max-width:1200px;
	margin-top:40px;
	margin-bottom:40px;
}
#quandi_news_thead{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	text-align:center;
}
#quandi_news_title{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	font-size:32px;
	line-height:200%;
	vertical-align:top;
	
}
#quandi_news_miaoshu{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	font-weight:normal;
	line-height:180%;
	vertical-align:top;
}
#quandi_news_tbody{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	margin-top:40px;
}
#quandi_news_tfoot{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	padding:20px;
}
a#quandi_news_link{
	display:block;
	overflow:hidden;
	margin:auto;
	width:120px;
	height:40px;
	line-height:40px;
	border:1px solid #ddd;
	text-align:center;
}
.news_item{
	width:50%;
	height:auto;
	overflow:hidden;
	margin:auto;
	display:block;
	float:left;
	padding-bottom:20px;
	padding-right:20px;
	box-sizing:border-box;
}
@media (max-width:767px){
	.news_item{width:100%;}
}
.news_tb{
	width:100%;
	height:auto;
	overflow:hidden;
	margin:auto;
	display:table;
	table-layout:fixed;
}
.news_left{
	width:60px;
	height:auto;
	overflow:hidden;
	margin:auto;
	display:table-cell;
	background-color:#085cab;	
	vertical-align:middle;
	text-align:center;
	color:#fff;
}
.news_right{
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	display:table-cell;
	vertical-align:top;
	padding-left:10px;
}
.news_index{
	width:60px;
	height:100%;
	background-color:;
	display:block;
	overflow:hidden;
	background-color:#085cab;
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	text-align:center;
	font-size:12px;
	float:left;
	margin-right: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:14px;
	text-align:center;
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
}
a.news_name{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
	margin:auto;
	text-align:left;
	font-size:14px;
	font-weight:bold;
}
.news_miaoshu{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
	margin:auto;
	font-size:12px;
	color:#666;
	text-align:left;
}
