#mainBody {
	cursor: pointer;
}
/***************************************************************/
.row1 {
	height: 227px;
}
.row2 {
	height: 178px;
}
.row3 {
	height: 121px;
}
.col {
	float: left;
	height: 100%;
}
.col1 {
	width: 216px;
}
.col2 {
	width: 302px;
}
.col3 {
	width: 253px;
}
.row1 .col1 {
	background: url('./images/home/11.jpg');
}
.row1 .col2 {
	background: url('./images/home/12.jpg');
}
.row1 .col3 {
	background: url('./images/home/13.jpg');
}
.row2 .col1 {
	background: url('./images/home/21.jpg');
}
.row2 .col2 {
	background: url('./images/home/22.jpg');
}
.row2 .col3 {
	background: url('./images/home/23.jpg');
}
.row3 .col1 {
	background: url('./images/home/31.jpg');
}
.row3 .col2 {
	background: url('./images/home/32.jpg');
}
.row3 .col3 {
	background: url('./images/home/33.jpg');
}