body{margin:0; padding:0;width: 100%;height: 100%;}
			a{display: inline-block;text-decoration: none;}
			.box{width: 1000px; margin: 0 auto;}
			.head{height: 200px;}
			.bd{height: 800px;width: 1000px;  position: relative;}
			.bd-left{height: 800px; width: 30%; background: #cce6fc;}
			.bd-right{width: 70%;height: 800px; background: #e2e5e7;position: absolute;top: 0;right: 0;overflow: auto;}
			.bd-weizhi{height: 40px;line-height: 40px;}
			.foot{height: 60px;width: 1000px;background-color: #2b367a; text-align: center;line-height: 60px;}
			.foot span{color: white;font-size: 15px;}