body{
    font-family: 黑体;
    	font-weight: bold;
}
.header {
	width: 100%;
	margin: 0 auto;
	height: 88px;
	border-bottom: #9c9c9c 2px solid;

}

.coon {
	width: 1600px;
	margin: 0 auto;
	height: 88px;
}

.headerleft {
	width: 200px;
	height: 88px;
	float: left;
}

.headerleft img {
	width: 200px;
	height: 88px;
}

.headerright {
	height: 88px;
	line-height: 88px;
	font-weight: bold;
	float: right;
	font-size: 20px;
}

.body {
	width: 1600px;
	margin: 0 auto;
}
.brand{
	width: 150px;
	margin-top: 40px;
}

.imglist{
	width:1200px;
	margin:0  auto;

}
.imgitem{
	width: 1200px;



}
.titlelarge{
	font-size: 48px;
	font-weight: bold;
	margin-top: 30px;
}

.bodyleft {
	width: 800px;
	float: left;
}

.content{
	margin-top: 30px;
	line-height: 40px;
	font-size: 16px;
}

.bodyright {
	width: 800px;
	float: right;
}

.datu{
	width: 600px;
	margin-top: 0px;margin-left: 100px;
}
.goodslist{
	width:1600px;
	margin:0  auto;

	margin-top: 50px;
	overflow: hidden;
}
.goodsitem{
	width: 370px;
	height: 370px;
	margin-left: 12px;
	margin-right: 12px;
	margin-top: 20px;
	border:#9c9c9c 2px solid;
	float: left;

    overflow: hidden;
   display: flex;
justify-content: center;
align-items: center;
}

.goodsitem img{
	width: 490px;

	display: block;

}