/* 顶部背景图 */
.content .topbg {
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    display:none;
}

/* 底部背景图 */
.content .downbg {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
	display:none;
}