@charset "utf-8";
#quan_right{
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	column-gap: 10px;
	row-gap:10px;
	width: auto;
	height: auto;
	overflow: hidden;
}
.tb{
	height:auto;
	display:block;
	width:auto;
	box-sizing: border-box;
	overflow: hidden;
}
.title{
	height:auto;
	display:block;
	width:auto;
	text-align:left;
	border-bottom: 1px solid #ddd;
	font-size:14px;
	font-weight:bold;
	padding:10px;
	white-space:nowrap;
}
.content{
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.content img{max-width:100%;height:auto;}
.about{
	width:calc(60% - 10px/2);
}
.news{
	width:calc(40% - 10px/2);
}
.product,.new{
	width:100%;
	
}

.new_list{
	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;

	padding-bottom:100%;
	position:relative;
}
.new_name{
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	display:block;
}
.product_list{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	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;

	padding-bottom:100%;
	position:relative;
}
.product_name{
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	display:block;
	
}
.news_list{
	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;
}