body {
	background-image: url(../iwg/wer.png);
	width: 1500px;

	position: relative;/*对齐格式*/
	left: 0px;
	right: 0px;
	top: 0px;
	margin:0px;
	padding:0px;
}
@font-face
{
    font-family: diandian;
    src: url(../font/点点像素体-方形.ttf);
}
.toubu {
	position: fixed;
	top: 0px;
	left:0px;
	height: 100%;
	width: 70px;
	/*background-image:linear-gradient(rgba(55,60,56,1),rgba(130,130,130,1));*/
	background-image: url(../iwg/paper-18.png);
	z-index:5;
	border-right-style:solid;/*下边框点距*/
	border-width:0.5px;/*边框长度*/
	border-right-color:#FFFFFF;/*颜色*/
}
.zhongjian {
	position: fixed;
	width: calc(100% - 0px);
	border:none;
	height: 100%;
	top: 0px;
	left:0px;
	overflow: hidden;
}
.shixin,.sheding,.renwu,.rili,.ditu,.wanfa,.juqing {
	position:absolute;
	font-family:diandian;
	font-size:30px;
	cursor:pointer;
	height:40px;
	color:#000000;
}
.sheding,.renwu,.rili,.ditu,.wanfa,.juqing {
	width:130px;
	background-image: url(../iwg/paper-18.png);
	left:-60px;
}
.shixin {
	left:5px;
	top: 10px;
	width:100px;
}

.sheding {
	top: 80px;
}
.renwu {
	top: 120px;
}
.rili {
	top: 160px;
}
.ditu {
	top: 200px;
}
.wanfa {
	top: 240px;
}
.juqing {
	top: 280px;
}
.gao{
	position: absolute;
	top: 6px;
	left:65px;
}