@charset "utf-8";
#quandi_about{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	max-width:1200px;
	padding-top:50px;
	padding-bottom:50px;
}
#quandi_about_thead{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
}
#quandi_about_title{
	display:inline-block;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	font-weight:bold;
	font-size:18px;
	vertical-align:middle;
}
#quandi_about_miaoshu{
	display:inline-block;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	font-size:12px;
	vertical-align:middle;
	margin-left:5px;
}
#quandi_about_tbody{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	margin-top:50px;
}

.about_tb{
	display:grid;
	grid-template-columns:auto auto;
	justify-content:space-between;
	column-gap:30px;
	row-gap:20px;
	max-width:1200px;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
}
@media (max-width:767px){
	.about_tb{grid-template-columns:auto;padding:10px;}
}
.about_left{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
}
.about_pic{
	display:block;
	width:auto;
	max-width:100%;
	height:auto;
	overflow:hidden;
}


#quandi_category{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	background-color:#f5f5f5;
	padding-top:50px;
	padding-bottom:50px;
}
#quandi_category_tbody{
	display:grid;
	grid-template-columns:calc(20% - (80px/5)) calc(20% - (80px/5)) calc(20% - (80px/5)) calc(20% - (80px/5)) calc(20% - (80px/5));
	row-gap:20px;
	column-gap:20px;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	max-width:1200px;
	margin-top:20px;
}
@media (max-width:767px){
	#quandi_category_tbody{
		grid-template-columns:calc(50% - (20px/2)) calc(50% - (20px/2));
		padding:10px;
	}
}
#quandi_category_thead{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	max-width:1200px;
	font-size:18px;
	font-weight:bold;
}
.category_tb{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	background-color:#fff;
	padding:10px;
	text-align:center;
	border:1px solid #ddd;
}
a.category_pic{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	background-color:#fff;
	padding-bottom:30%;
	position:relative;
}
.category_name{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	text-align:center;
	padding:10px;
}

#quandi_product{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	background-image:url(images/product.jpg);
	background-position:top center;
	background-size:cover;
	padding-top:60px;
	padding-bottom:60px;
}
@media (max-width:767px){
	#quandi_product{padding-left:10px;padding-right:10px;}
}
#quandi_product_thead{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	max-width:1200px;
}
#quandi_product_title{
	display:inline-block;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	font-weight:bold;
	font-size:18px;
	color:#fff;
	vertical-align:middle;
}
#quandi_product_miaoshu{
	display:inline-block;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	font-size:12px;
	color:#ffffff88;
	vertical-align:middle;
	margin-left:5px;
}
#quandi_product_tbody{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	max-width:1200px;
	white-space:nowrap;
	margin-top:20px;
}

a.product_tb{
	display:inline-block;
	width:20%;
	height:auto;
	overflow:hidden;
	margin-right:20px;
	background-color:#fff;
	padding:10px;
	text-align:center;
}
.product_pic{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	position:relative;
	padding-bottom:100%;
}
.product_name{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	padding:10px;
}

.product_price{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	color:#f00;
}

#quandi_news{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	background-position:top center;
	background-size:cover;
	padding-top:60px;
	padding-bottom:60px;
}
#quandi_news_thead{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	max-width:1200px;
}
#quandi_news_title{
	display:inline-block;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	font-weight:bold;
	font-size:18px;
	vertical-align:middle;
}
#quandi_news_miaoshu{
	display:inline-block;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	font-size:12px;
	vertical-align:middle;
	margin-left:5px;
}
#quandi_news_tbody{
	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;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	max-width:1200px;
	background-color:#fff;
	margin-top:20px;
}
@media (max-width:767px){
	#quandi_news_tbody{
		grid-template-columns:calc(50% - (20px/2)) calc(50% - (20px/2));
		padding:10px;
	}
}
@media (max-width:480px){
	#quandi_news_tbody{
		grid-template-columns:auto;
	}
}
.news_tb{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
}
a.news_pic{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	padding-bottom:60%;
	background-size:cover;
	background-color:#f5f5f5;
}

.news_tb{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
}
a.news_name{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	font-size:14px;
	font-weight:bold;
	white-space:nowrap;
	margin-top:10px;
}
.news_date{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	color:#d85651;
	font-size:12px;
}
.news_miaoshu{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	color:#999;
	font-size:12px;
	line-height:14px;
	word-break:break-all;
	white-space:normal;
	display:-webkit-box;
	text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
	
}