@charset "utf-8";
.com_content{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	line-height:2.5;
}
.com_content *{
	max-width:100%;
	clear:both;
	height:auto;
	overflow:hidden;
}
#quandi_product{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
}
#quandi_product_thead{display:none;}
#quandi_product_tbody{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	white-space:nowrap;
}
#quandi_product_tbody>div{
	display:inline-block;
	overflow:hidden;
	margin:auto;
	width:200px;
	height:auto;
	vertical-align:top;
}
a.product_tb{
	width:auto;
	height:100%;
	overflow:hidden;
	display:block;
	margin:auto;
	background-color:#fff;
	text-align:center;
	box-sizing:border-box;
}
a.product_tb:hover{
	border:1px solid #014a84;
}
.product_name{
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	display:block;
	text-align:center;
	font-size:1rem;
}

.product_pic{
	width:auto;
	height:auto;
	padding-bottom:100%;
	overflow:hidden;
	margin:auto;
	display:block;
	position:relative;
	background-color:#fff;
}