/*泛光灯*/
#quandi_product{
	width:auto;
	height:auto;
	overflow:hidden;
	display:block;
	margin:auto;
	background-image:url(/q/temp/cn/css/images/product_back.jpg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover%;
	background-color:rgb(0,59,119);
}
#quandi_product_thead{
	width:1200px;
	height:auto;
	overflow:hidden;
	display:block;
	margin:auto;
	text-align:center;
	padding-top:40px;
	color:#fff;
}
#quandi_product_tbody{
	width:1200px;
	height:320px;
	overflow:hidden;
	display:block;
	margin:auto;
	position:relative;
	margin-top:40px;
	margin-bottom:40px;
	white-space:nowrap;
}
#quandi_product_title{
	width:auto;
	height:auto;
	overflow:hidden;
	display:block;
	margin:auto;
	font-size:32px;
	line-height:200%;
}
#quandi_product_miaoshu{
	width:auto;
	height:auto;
	overflow:hidden;
	display:block;
	margin:auto;
}

a.product_tb{
	width:20%;
	height:300px;
	overflow:hidden;
	display:inline-block;
	text-align:center;
	padding:10px;
	background-color:#fff;
	transition:all 0.4s;
	margin-right:20px;
}
.product_pic{
	width:auto;
	height:auto;
	max-height:250px;
	max-width:100%;
	overflow:hidden;
	margin:auto;
	display:block;
}

.product_name{
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	display:block;
	margin:auto;
	text-align:center;
	font-size:14px;
}

/*投光灯*/
#quandi_case{
	width:750px;
	height:auto;
	overflow:hidden;
	display:block;
	margin:auto;
	float:left;
}
#quandi_case_thead{
	width:auto;
	height:250px;
	padding:70px;
	overflow:hidden;
	display:block;
	margin:auto;
	text-align:center;
	background-image:url(/q/temp/cn/css/images/case_thead.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	background-size:cover;
	box-sizing:border-box;
}
#quandi_case_tbody{
	width:auto;
	height:auto;
	overflow:hidden;
	display:grid;
	grid-template-columns:auto auto auto auto auto;
	column-gap:10px;
	margin:auto;
	padding:10px;
	border:1px solid #ddd;
}
#quandi_case_title{
	width:auto;
	height:auto;
	overflow:hidden;
	display:block;
	margin:auto;
	font-size:22px;
	line-height:200%;
}
#quandi_case_miaoshu{
	width:auto;
	height:auto;
	overflow:hidden;
	display:block;
	margin:auto;
}
a.case_tb{
	width:auto;
	height:auto;
	overflow:hidden;
	display:block;
}
.case_pic{
	width:100%;
	height:auto;
	overflow:hidden;
	margin:auto;
	display:block;
	background-repeat:no-repeat;
	background-position:top  center;
	background-size:cover;
	transition:all 0.4s;
}

.case_pic:hover{
	transition:all 0.4s;
	transform:scale(1.2,1.2);
}



/*产品系列*/
#quandi_daohang{
	display:block;
	overflow:hidden;
	margin:auto;
	width:1200px;
	height:auto;
	margin-top:40px;
	margin-bottom:40px;
}
#quandi_daohang_thead{
	display:none;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	text-align:center;
}
#quandi_daohang_title{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
}
#quandi_daohang_miaoshu{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
}
#quandi_daohang_tbody{
	display:grid;
	grid-template-columns:calc(20% - 40px/5) calc(20% - 40px/5) calc(20% - 40px/5) calc(20% - 40px/5) calc(20% - 40px/5);
	row-gap:10px;
	column-gap:10px;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
}

a.daohang_name{
	display:block;
	overflow:hidden;
	width:auto;
	height:40px;
	line-height:40px;
	text-align:center;
	background-color:rgb(0,59,119);
	color:#fff;
	border-radius:30px;
	transition:all 0.4s;
}
a.daohang_name:hover{
	background-color:#F90;
}
/*关于我们*/
#quandi_about{
	display:block;
	overflow:hidden;
	margin:auto;
	width:1200px;
	height:auto;
	margin-top:40px;
	margin-bottom:40px;
}
#quandi_about_thead{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
}
#quandi_about_miaoshu,#quandi_about_tfoot{display:none;}
#quandi_about_title{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	font-size:32px;
	line-height:200%;
}
#quandi_about_tbody{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	margin-top:40px;
}

/*新闻*/
#quandi_news{
	display:block;
	overflow:hidden;
	margin:auto;
	width:430px;
	height:auto;
	float:right;
}
#quandi_news_thead{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	border-bottom:1px solid #ddd;
	line-height:60px;
}
#quandi_news_title{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	font-size:22px;
	
	
}
#quandi_news_miaoshu,#quandi_news_tfoot{display:none;}
#quandi_news_tbody{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	margin-top:20px;
}
.news_item{
	width:auto;
	height:auto;
	overflow:hidden;
	display:block;
	margin:auto;
}
.news_tb{
	width:auto;
	height:auto;
	overflow:hidden;
	display:block;
	margin:auto;
}

a.news_name{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
	margin:auto;
	text-align:left;
}
a.news_name:before{
	width:20px;
	height:20px;
	line-height:20px;
	overflow:hidden;
	display:inline-block;
	margin:auto;
	vertical-align:middle;
	text-align:center;
	content: "\f0da";
	font-family: 'FontAwesome';
}