			* {
				font-family: "微软雅黑", arial;
			}
			/*楼层，动画*/
			.floor {
				position: relative;
			}
			
			.floor .floor-bg {
				width: 100%;
			}
			.floor1-01,.floor1-02,.floor1-03{
				position: absolute;
				left: 50%;
				display: none;
			}
			.floor1-01{
				top: 15%;
				width: 6%;
				margin-left: -3%;
			}
			.floor1-02{
				top: 35%;
				width: 10%;
				margin-left: -5%;
			}
			.floor1-03{
				bottom: 0%;
				width: 36;
				margin-left: -18px;
			}
			.floor2-left,.floor2-right01,.floor2-right02,.floor3-r01,.floor3-r02,.floor3-l03,.floor4-left,.floor4-right,.floor5-left,.floor5-right{
				position: absolute;
				display: none;
			}
			.floor2-left {
				top: 11%;
				left: 26%;
				width: 17%;
			}
			.floor2-right01 {
			    top: 44%;
			    left: 44%;
			    width: 20%;
			}
			.floor2-right02 {
				bottom: 22%;
				left: 45%;
				width: 39%;
			}
			
			.floor3-r01 {
				top: 3%;
				right: 14%;
				width: 18%;
			}
			
			.floor3-r02 {
				bottom: 5%;
				right: 14%;
				width: 18%;
			}
			.floor3-l03 {
			    top: 20%;
			    left: 31%;
			    width: 34%;
			}
			
			.floor4-left {
				width: 34.5%;
				top: 20px;
				left: 10%;
			}
			.floor4-right {
				width: 20%;
				top: 36%;
				left: 49%;
			}
			
			.floor5-left {
				width: 23%;
				bottom: 45%;
				left: 27%;
				
			}
			.floor5-right {
				width: 28%;
				top: 17%;
				right: 16%;
			}