@charset "utf-8";
#quan_center{
	display:grid;
	grid-template-columns:auto 280px;
	column-gap:10px;
	row-gap:10px;
	width:auto;
	height:auto;
}
@media (max-width:767px){
	#quan_center{grid-template-columns:auto}
}
/*本期推荐*/
#quandi_new{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
	grid-column-start:1;
	grid-column-end:3;
	background-color:#fff;
	border:1px solid #ddd;
	border-radius:5px;
	position:relative;
	box-sizing:border-box;
}
#quandi_new_thead{
	height:30px;
	line-height:30px;
	display:block;
	width:auto;
	text-align:left;
	color:#333;
	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;
	font-size:14px;
	font-weight:bold;
	padding:5px;
	white-space:nowrap;
}
#quandi_new_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));
	column-gap:10px;
	row-gap:10px;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	padding:10px;
}
@media (max-width:767px){#quandi_new_tbody{grid-template-columns:calc(33.3% - (20px/3)) calc(33.3% - (20px/3)) calc(33.3% - (20px/3));}}
@media (max-width:480px){#quandi_new_tbody{grid-template-columns:calc(50% - (10px/2)) calc(50% - (10px/2));}}

a.new_tb{
	display:block;
	width:auto;
	height:100%;
	overflow:hidden;
	box-sizing:border-box;
}
.new_pic{
	width:auto;
	height:140px;
	overflow:hidden;
	margin:auto;
	display:flex;
	display:-webkit-flex;
	justify-content:center;
	align-items:center;
	border:1px solid #ddd;
	box-sizing:border-box;
}
.new_name{
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	display:block;
	text-align:center;
	padding:5px;
}
#quandi_product{
	display:block;
	grid-column-start:1;
	grid-column-end:3;
	overflow:hidden;
	width:auto;
	height:auto;
	background-color:#fff;
	border:1px solid #ddd;
	border-radius:5px;
	margin-bottom:10px;
	margin-top:10px;
	position:relative;
	box-sizing:border-box;
}
#quandi_product_thead{
	height:30px;
	line-height:30px;
	display:block;
	width:auto;
	text-align:left;
	color:#333;
	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;
	font-size:14px;
	font-weight:bold;
	padding:5px;
	white-space:nowrap;
}
#quandi_product_tbody{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	margin:10px;
	position:relative;
}
#quandi_product_tbody>div{
	width:160px;
	height:auto;
	overflow:hidden;
	margin:auto;
	display:inline-block;
	margin:auto;
	text-align:center;
	vertical-align:top;
}
a.product_tb{
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	display:block;
	margin:5px;
}
.product_pic{
	width:140px;
	height:140px;
	overflow:hidden;
	margin:auto;
	display:block;
	border:none;
	border:1px solid #ddd;
	background-position:center;
	background-repeat:no-repeat;
	background-size:100% auto;
	background-color:#FFF;
	margin-bottom:10px;
	position:relative;
}
.product_name{
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	display:block;
	text-align:center;
}

/*关于我们*/
#quandi_about{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
	margin-bottom:10px;
	position:relative;
	background-color:#fff;
	border:1px solid #ddd;
	border-radius:5px;
}
@media (max-width:767px){#quandi_about{width:100%;}}
#quandi_about_thead{
	height:30px;
	line-height:30px;
	display:block;
	width:auto;
	text-align:left;
	color:#333;
	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;
	font-size:14px;
	font-weight:bold;
	padding:5px;
	white-space:nowrap;
}
#quandi_about_tbody{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	padding:10px;
}

/*新闻*/
#quandi_news{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
	background-color:#fff;
	border:1px solid #ddd;
	border-radius:5px;
}
#quandi_news_thead{
	height:30px;
	line-height:30px;
	display:block;
	width:auto;
	text-align:left;
	color:#333;
	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;
	white-space:nowrap;
}
#quandi_news_title{
	display:inline-block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	vertical-align:middle;
	font-size:14px;
	font-weight:bold;
}
#quandi_news_miaoshu{
	display:inline-block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	vertical-align:middle;
	margin-left:5px;
}
#quandi_news_tbody{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	padding:10px;
}
.news_item{
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	display:block;
}

a.news_name{
	display:block;
	overflow:hidden;
	height:auto;
	margin:auto;
	text-align:left;
	width:100%;
	white-space:nowrap;
}
a.news_name:before{
	content: "\f101";
	font-family: 'FontAwesome';
	text-align:center;
	display:block;
	float:left;
	margin-right:5px;
	vertical-align:middle;
	width:auto;
	height:100%;
}

