body {
	font-family: "微软雅黑";
	font-size: 20px;
	line-height: 30px;
	color: #333333;
}
.font25{
     font-size:25px;
	 line-height:40px;
}
.font30{
     font-size:30px;
	 line-height:45px;
	 color:#875950;
}
.font40{
     font-size:40px;
	 line-height:55px;
}
.b1 {
	background-image: url(images/b1.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
.b2 {
	background-image: url(images/b2.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
.b3 {
	background-image: url(images/b3.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
.b4 {
	background-image: url(images/b4.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
.b5 {
	background-image: url(images/b5.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
.b6 {
	background-image: url(images/b6.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
.b7 {
	background-image: url(images/b7.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
.b8 {
	background-image: url(images/b8.jpg);
	background-repeat: no-repeat;
	background-position: center;
}


.price {
	display:block;
	width:295px;
	height:87px;
    position:relative; /*相对定位*/
	margin:0 auto;
		}	
.price img {
    bottom:0px; /*右边距*/
	bottom:0px;
	position:absolute; /*绝对定位*/
	transition:.5s; /*动画时间*/
	}
.price:hover img {bottom:10px;} 


.price1 {
	display:block;
	width:252px;
	height:266px;
    position:relative; /*相对定位*/
	margin:0 auto;
		}	
.price1 img {
    bottom:0px; /*右边距*/
	bottom:0px;
	position:absolute; /*绝对定位*/
	transition:.5s; /*动画时间*/
	}
.price1:hover img {bottom:10px;} 

.price2 {
	display:block;
	width:526px;
	height:354px;
    position:relative; /*相对定位*/
	margin:0 auto;
		}	
.price2 img {
    bottom:0px; /*右边距*/
	bottom:0px;
	position:absolute; /*绝对定位*/
	transition:.5s; /*动画时间*/
	}
.price2:hover img {bottom:10px;} 


.price3 {
	display:block;
	width:348px;
	height:196px;
    position:relative; /*相对定位*/
	margin:0 auto;
		}	
.price3 img {
    bottom:0px; /*右边距*/
	bottom:0px;
	position:absolute; /*绝对定位*/
	transition:.5s; /*动画时间*/
	}
.price3:hover img {bottom:10px;} 

table{
text-align: left;	
}
