.title {
	display: flex;
	width: 600px;
	margin: 20px auto;
	margin-bottom: 5px;
	height: 40px;
	justify-content: space-between;
}

.frameProduct {
	background: #f1f1f2;
	padding: 20px 0;
}

.margin {
	width: 1150px;
	margin: 0 auto;
}

.topIntroduce li {
	list-style: none;
	padding: 10px 0;
	font-size: 20px;
	font-weight: bold;
}

.bottomIntroduce {
	display: flex;
	margin-top: 60px;
	background-image: url(../img/catch/computer.png);
	background-repeat: no-repeat;
	background-position: 75% 75%;
	background-size: 35%;
}

.bottomLeft li {
	list-style: none;
	font-size: 18px;
	padding: 5px 0;
}

.bottomRight {
	margin-left: 40px;

}

.bottomRight img {
	position: 0 50%;
}

.sceneImg{
	background: #f1f1f2;
}

/* .frame{
	padding-bottom: 30px;
}

.bottomImg{
	width: 1150px;
	margin: 0 auto;
	padding-top: 30px;
}

.bottomImg img{
	width: 560px;
}

.bottomImg img:nth-child(2){
	margin-left: 25px;
} */


