*{
	padding: 0;
	margin: auto;
}

.box{
	width: 1140px;
	overflow: hidden;
	margin: 0 auto;
	
}

.box .box1{
	width: 300px;
	height: 100px;
	float: left;
	margin-left:60px;
	margin-bottom: 40px;
	text-align: center;

}

.box .box2{
	float: right;
	margin-right:60px;
	margin-bottom: 40px;
	text-align: center;

}
