/*泛光灯*/
#quandi_product{
	width:1000px;
	height:auto;
	overflow:hidden;
	display:block;
	margin:auto;
	background-position:center;
	background-repeat:no-repeat;
	background-size:100% 100%;
	background-color:#fff;
}
#quandi_product_thead{
	width:100%;
	height:auto;
	overflow:hidden;
	display:table;
	margin:auto;
	margin-top:20px;
	border-bottom:1px solid #ccc;
	table-layout:fixed;
}
#quandi_product_title{
	display:table-cell;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	font-weight:bold;
	font-size:14px;
	vertical-align:middle;
	text-align:left;
	line-height:30px;
}
a#quandi_product_link{
	display:table-cell;
	overflow:hidden;
	margin:auto;
	width:80px;
	height:auto;
	font-size:12px;
	vertical-align:middle;
	text-align:right;
}
#quandi_product_tbody{
	width:auto;
	height:auto;
	overflow:hidden;
	display:block;
	margin:auto;
	margin-top:20px;
	margin-bottom:20px;
}
#quandi_product_tbody>div{
	display:block;
	height:auto;
	width:120px;
	overflow:hidden;
	margin:auto;
	vertical-align:top;
	margin-right:10px;
}
a.product_tb{
	display:block;
	height:auto;
	width:auto;
	overflow:hidden;
}
.product_pic{
	width:auto;
	height:120px;
	overflow:hidden;
	margin:auto;
	display:flex;
	display:-webkit-flex;
	justify-content:center;
	align-items:center;
	margin:auto;
	position:relative;
	border:1px solid #ddd;
}
.product_name{
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	display:block;
	margin:auto;
	text-align:center;
}


/*关于我们和新闻的组合*/
.quand_about_news
{
	display:grid;
	grid-template-columns:auto auto;
	column-gap:40px;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	width:1000px;
}
/*关于我们*/
#quandi_about{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
	max-width:1000px;
	margin:auto;
	margin-top:10px;
	margin-bottom:10px;
}
#quandi_about_thead{
	display:table;
	overflow:hidden;
	margin:auto;
	width:100%;
	height:auto;
	border-bottom:1px solid #ccc;
	table-layout:fixed;
	margin-top:20px;
	margin-bottom:20px;
	line-height:30px;
}
#quandi_about_title{
	display:table-cell;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	font-weight:bold;
	font-size:14px;
	vertical-align:middle;
	text-align:left;
	
}

#quandi_about_tbody{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	padding-top:10px;
	padding-bottom:10px;
}
/*新闻*/
#quandi_news{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
}
#quandi_news_thead{
	display:table;
	overflow:hidden;
	margin:auto;
	width:100%;
	height:auto;
	margin-top:20px;
	margin-bottom:20px;
	border-bottom:1px solid #ccc;
	table-layout:fixed;	
}
#quandi_news_title{
	display:table-cell;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	font-weight:bold;
	font-size:14px;
	vertical-align:middle;
	text-align:left;
	line-height:30px;
}
#quandi_news_tbody{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	padding-top:10px;
	padding-bottom:10px;
}
.news_item{
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	border-bottom:1px dashed #ddd;
}
a.news_tb{
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	display:grid;
	grid-template-columns:60px auto;
	column-gap:10px;
	margin-bottom:10px;
}
.news_left{
	width:auto;
	height:auto;
}
.news_right{
	width:auto;
	height:auto;
}
.news_pic{
	width:60px;
	height:60px;
	display:flex;
	display:-webkit-flex;
	justify-content:center;
	align-items:center;
}
.news_name{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
	margin:auto;
	text-align:left;
	font-size:12px;
	font-weight:bold;
	padding-bottom:5px;
}
.news_miaoshu{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
	margin:auto;
	font-size:12px;
	line-height:14px;
	text-align:left;
}