@charset "utf-8";
/*本期推荐*/
#quandi_new{
	display:block;
	overflow:hidden;
	margin:auto;
	width:100%;
	height:auto;
	background-color:#fff;
	border:1px solid #ddd;
	border-radius:5px;
	clear:both;
	position:relative;
	box-sizing:border-box;
}
#quandi_new_thead{
	height:auto;
	line-height:auto;
	display:block;
	width:auto;
	background-color:rgb(240,240,240);
    background-image:linear-gradient(0deg,rgb(240,240,240),rgb(255,255,255));
	background-position:bottom;
	background-repeat:repeat-x;	
	border-bottom:1px solid #ccc;
	padding:5px;
	position:relative;
}
#quandi_new_title{
	white-space:nowrap;
	font-size:14px;
	font-weight:bold;
	height:auto;
	line-height:30px;
	display:block;
	width:auto;
	text-align:left;
	color:#333;
	display:inline-block;
	overflow:hidden;
	text-align:left;
}
#quandi_new_tbody{
	display:grid;
	grid-template-columns:calc(25% - (60px/4)) calc(25% - (60px/4)) calc(25% - (60px/4)) calc(25% - (60px/4));
	column-gap:20px;
	row-gap:20px;
	width:auto;
	height:auto;
	margin:auto;
	overflow:hidden;
	padding:20px;
}
.new_tb{
	width:auto;
	height:auto;
	overflow:hidden;
	display:block;
	text-align:center;
	
}
.new_pic{
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	display:flex;
	display:-webkit-flex;
	justify-content:center;
	align-items:center;
	border:1px solid #ddd;
	padding-bottom:100%;
	position:relative;
}
.new_name{
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	display:block;
}
#quandi_product{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	background-color:#fff;
	border:1px solid #ddd;
	border-radius:5px;
	margin-bottom:10px;
	position:relative;
}
#quandi_product_thead{
	height:auto;
	line-height:auto;
	display:block;
	width:auto;
	background-color:rgb(240,240,240);
    background-image:linear-gradient(0deg,rgb(240,240,240),rgb(255,255,255));
	background-position:bottom;
	background-repeat:repeat-x;	
	border-bottom:1px solid #ccc;
	padding:5px;
	position:relative;
}
#quandi_product_title{
	white-space:nowrap;
	font-size:14px;
	font-weight:bold;
	height:auto;
	line-height:30px;
	display:block;
	width:auto;
	text-align:left;
	color:#333;
	display:inline-block;
	overflow:hidden;
	text-align:left;
}
#quandi_product_tbody{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	margin:10px;
	position:relative;
	white-space:nowrap;
}

a.product_tb{
	width:20%;
	height:auto;
	overflow:hidden;
	display:block;
	margin-right:10px;
	text-align:center;
}
.product_pic{
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	display:flex;
	display:-webkit-flex;
	justify-content:center;
	align-items:center;
	border:1px solid #ddd;
	padding-bottom:100%;
	position:relative;
}
.product_name{
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	display:block;
	
}

.tb{
	display:grid;
	grid-template-columns:auto 300px;
	column-gap:10px;
	row-gap:10px;
	align-items:start;
	align-content:stretch;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	margin-bottom:10px;
}
/*关于我们*/
#quandi_about{
	display:block;
	overflow:hidden;
	width:auto;
	height:100%;
	position:relative;
	background-color:#fff;
	border:1px solid #ddd;
	border-radius:5px;
	box-sizing:border-box;
}
#quandi_about_thead{
	height:auto;
	line-height:auto;
	display:block;
	width:auto;
	background-color:rgb(240,240,240);
    background-image:linear-gradient(0deg,rgb(240,240,240),rgb(255,255,255));
	background-position:bottom;
	background-repeat:repeat-x;	
	border-bottom:1px solid #ccc;
	padding:5px;
	position:relative;
}
#quandi_about_title{
	white-space:nowrap;
	font-size:14px;
	font-weight:bold;
	height:auto;
	line-height:30px;
	display:block;
	width:auto;
	text-align:left;
	color:#333;
	display:inline-block;
	overflow:hidden;
	text-align:left;
}
#quandi_about_tbody{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	padding:10px;
}

/*新闻*/
#quandi_news{
	display:block;
	overflow:hidden;
	width:auto;
	height:100%;
	background-color:#fff;
	border:1px solid #ddd;
	border-radius:5px;
	position:relative;
	box-sizing:border-box;
}
#quandi_news_thead{
	height:auto;
	line-height:auto;
	display:block;
	width:auto;
	background-color:rgb(240,240,240);
    background-image:linear-gradient(0deg,rgb(240,240,240),rgb(255,255,255));
	background-position:bottom;
	background-repeat:repeat-x;	
	border-bottom:1px solid #ccc;
	padding:5px;
	position:relative;
}
#quandi_news_title{
	white-space:nowrap;
	font-size:14px;
	font-weight:bold;
	height:auto;
	line-height:30px;
	display:block;
	width:auto;
	text-align:left;
	color:#333;
	display:inline-block;
	overflow:hidden;
	text-align:left;
}
#quandi_news_tbody{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	padding:10px;
}


a.news_name{
	display:block;
	overflow:hidden;
	height:auto;
	margin:auto;
	text-align:left;
	width:auto;
	white-space:nowrap;
	line-height:24px;
}