.main_img{
	width: 100%;
}
.footer{
	width: 100%;
	height: 50px;
	background-color: #333;
	text-align: center;
	color: #fff;
	line-height: 50px;
}
.footer a {
  text-align: center;
	color: #fff;	
}
body{
	background-color: #fff;
}
	img{
		width: 100%;
	}
	.container{
		width: 100%;
	}
	.product{
		width: 60%;
		margin: auto;
	}
	.product_title_warp{
		width: 100%;
		height: 60px;
		border-bottom: 1px solid #EBE9EA;
	}
	.product_title{
		width: 60%;
		height: 60px;
		margin: auto;
	}
	.product_title p {
		width: 96px;
		height: 60px;
		line-height: 60px;
		font-size: 24px;
		border-bottom:2px solid #322932;
	}
	.product_list{
	    width: 62.5%;
	    margin: 0 auto;
	    display: flex;
	    justify-content: space-between;
	    flex-wrap: wrap;
	    margin-top: 50px;
	}
	.product_list a {
	    width: 46%;
	}
	.product_list img {
	    width: 100%%;
	}