@charset "utf-8";
/*泛光灯*/
#quandi_product{
	width:1100px;
	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));
	row-gap:20px;
	column-gap:20px;
	margin:auto;
	padding:20px;
	background-color:#fff;
	box-sizing:border-box;
}
.product_item{
	width:auto;
	height:auto;
	overflow:hidden;
	display:block;
}
a.product_tb{
	width:auto;
	height:auto;
	overflow:hidden;
	margin:10px;
	display:block;
	text-align:center;
	
}
.product_pic{
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	display:block;
	padding-bottom:125%;
	position:relative;
	border:1px solid #ddd;
}
.product_name{
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	display:block;
	padding:10px;
	text-align:center;
}

/*关于我们*/
#quandi_about{
	display:block;
	overflow:hidden;
	margin:auto;
	width:1100px;
	height:auto;
	display:block;
	box-sizing:border-box;
	padding:20px;
	background-color:#fff;
	
}
#quandi_about_thead{
	display:grid;
	grid-template-columns:250px auto;
	align-items:center;
	column-gap:10px;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	background-color:#f5f5f5;
}
#quandi_about_title{
	width:auto;
	display:block;
	height:auto;
	line-height:60px;
	text-align:center;
	color:#2b7d88;
	font-size:20px;
	font-weight:bold;
	text-align:center;
	text-transform:uppercase;
}
#quandi_about_miaoshu{
	width:auto;
	display:block;
	height:100%;
	background-color:#2b7d88;
}
#quandi_about_tbody{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	margin-top:20px;
}

/*新闻*/
#quandi_news{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	width:1100px;
	box-sizing:border-box;
	padding:20px;
	background-color:#fff;
}
#quandi_news_thead{
	display:grid;
	grid-template-columns:250px auto;
	align-items:center;
	column-gap:10px;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	background-color:#f5f5f5;
}
#quandi_news_title{
	width:auto;
	display:block;
	height:auto;
	line-height:60px;
	text-align:center;
	color:#2b7d88;
	font-size:20px;
	font-weight:bold;
	text-align:center;
	text-transform:uppercase;
}
#quandi_news_miaoshu{
	width:auto;
	display:block;
	height:auto;
	background-color:#2b7d88;
	height:100%;
}

#quandi_news_tbody{
	display:grid;
	grid-template-columns:calc(50% - (20px/2)) calc(50% - (20px/2));
	row-gap:20px;
	column-gap:20px;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	margin-top:20px;
}
.news_tb{
	width:auto;
	height:auto;
	overflow:hidden;
	display:block;
}

a.news_name{
	display:block;
	overflow:hidden;
	height:auto;
	margin:auto;
	text-align:left;
	line-height:30px;
	height:auto;
	white-space:nowrap;
	font-size:16px;
	font-weight:bold;
	color:#2b7d88;
}

.news_miaoshu{
	display:block;
	overflow:hidden;
	height:auto;
	margin:auto;
	color:#666;
	line-height:1.5;
	word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box; 
    -webkit-box-orient: vertical; 
    -webkit-line-clamp: 2; 
    overflow: hidden; 
	font-size:12px;
}
.news_date{
	display:block;
	overflow:hidden;
	height:auto;
	margin:auto;
	color:#666;
	padding-top:10px;
	padding-bottom:10px;
	font-family:Arial, Helvetica, sans-serif;
}
#quandi_fenlei{
	display:grid;
	grid-template-columns:250px auto;
	align-items:center;
	column-gap:20px;
	overflow:hidden;
	margin:auto;
	width:1100px;
	background-color:#f5f5f5;
	margin-top:20px;
	
}
#quandi_fenlei_tbody{
	display:flex;
	display:-webkit-flex;
	overflow:hidden;
	width:auto;
	height:auto;
	background-color:#2b7d88;
}
#quandi_fenlei_thead{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
	color:#2b7d88;
	font-size:20px;
	font-weight:bold;
	white-space:nowrap;
	text-transform:uppercase;
	text-align:center;
}

a.fenlei_name{
	color:#fff;
	line-height:60px;
	width:auto;
	height:auto;
	display:block;
	padding-left:40px;
	padding-right:40px;
	font-size:16px;
}
a.fenlei_name:hover{
	background-color:#333;
}