@charset "utf-8";

.title {
	height: 80px;
	margin-top: 20px;
}
.model {
	width: 1080px;
	padding: 0 60px;
	background-size: contain;
}
.model img {
	height: 500px;
	width: 500px;
	margin: 20px;
	float: left;
}
.model img:hover {
	opacity: 0.7;
	transition: opacity 0.5s;
}