
/*==========
    box居中
  ==========*/
.lest{
	width: 720px;
	height: 429px;
	position: relative;
	background: #fff;
	margin-top:60px;
	
}






.box1,.box2,.box3,.box4,.box5,.box7,.box6,.box8,.box9{
	width: 234px;
	height: 137px;
	float: left;
	margin: 0 9px 9px 0;
	overflow: hidden;
	position: absolute;	
}
.box1{
	top: 0;
	left: 0;
}
.box2{
	top: 0;
	left: 243px;
}
.box3{
	top: 0;
	left: 486px;
}

.box4{
	top: 146px;
	left: 0;
}
.box5{
	top: 146px;
	left: 243px;
}
.box6{
	top: 146px;
	left: 486px;
}
.box7{
	top: 290px;
	left: 0;
}
.box8{
	top: 290px;
	left: 243px;
}
.box9{
	top: 290px;
	left: 486px;
}