@charset "utf-8";


#quandi_product{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	vertical-align:top;
	margin-top:80px;
	margin-bottom:80px;
	padding-top:60px;
	padding-bottom:60px;
	background-image:linear-gradient(0deg,#7a1ad1,#1c4587);
}
@media (max-width:767px){#quandi_news{padding:10px;}}
#quandi_product_thead{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	text-align:center;
}
#quandi_product_title{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	font-size:1.5rem;
	color:#fff;
}
#quandi_product_miaoshu{
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	font-size:12px;
}
#quandi_product_tbody{
	display:grid;
	grid-template-columns:calc(25% - 90px/4) calc(25% - 90px/4) calc(25% - 90px/4) calc(25% - 90px/4);
	row-gap:30px;
	column-gap:30px;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	margin-top:40px;
	max-width:1200px;
}
@media (max-width:480px){
	#quandi_product_tbody{
		grid-template-columns:auto;
	}
}
a.product_tb{
	width:auto;
	height:auto;
	overflow:hidden;
	display:block;
	background-color:#fff;
	text-align:center;
}

.product_name{
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	display:block;
	text-align:center;
	font-size:1rem;
}

.product_pic{
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	display:block;
	padding-bottom:100%;
	position:relative;
}

/*新闻*/
#quandi_news{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	vertical-align:top;
	margin-top:80px;
	margin-bottom:80px;
}
@media (max-width:767px){#quandi_news{padding:10px;}}
#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:1.5rem;
}
#quandi_news_miaoshu{
	font-family:Arial, Helvetica, sans-serif;
	color:#999;
	font-size:12px;
}
#quandi_news_tbody{
	display:grid;
	grid-template-columns:calc(25% - 90px/4) calc(25% - 90px/4) calc(25% - 90px/4) calc(25% - 90px/4);
	row-gap:30px;
	column-gap:30px;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	margin-top:40px;
	max-width:1200px;
}
@media (max-width:480px){
	#quandi_news_tbody{
		grid-template-columns:auto;
	}
}
.news_tb{
	width:auto;
	height:auto;
	overflow:hidden;
	display:block;
}
a.news_pic{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
	margin:auto;
	padding-bottom:75%;
	background-position:top center;
	background-repeat:no-repeat;
	background-size:cover;
	background-color:#f5f5f5;
}
a.news_name{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
	margin:auto;
	text-align:left;
	font-size:1.2rem;
	white-space:nowrap;
}
.news_miaoshu{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
	margin:auto;
	font-size:0.8rem;
	color:#666;
	text-align:left;
	line-height:1.5;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}