*{
	margin: 0px;
	padding: 0px;
}

html{
	font-size: 1px;
}

body{
	background: #fff;
}

a img{
	border-width: 0px;
}

.container{
	text-align: center;
	width: 100%;
	max-width: 962px;
	margin: 0 auto;
}

.head_img{
	width: 100%;
}

.product{
	display: block;
	float: left;
	width: 50%;
}
.product img{
	width: 100%;
	height: auto;
}
.home{
	display: inline-block;
	margin-top: 50px;
}
@media (max-width: 600px) {
	
	html{
		font-size: 1.1px;
	}
	.product{
		width: 100%;
	}
}
