/* Menu Style Sheet */

.Menu
{
background-color: white;
font-family: Verdana;
font-size: 16px;
line-height: 22px;
padding-left:15px;
}
a{ text-decoration:none;color: #333;}
a:visited{ color: red; text-decoration: none;}
a{test:expression(target="_blank");}



MenuItem,MenuItemSelected,MenuItemActive,MenuItemHover A:link,A:active,A:hover,A:visited
{
	text-decoration : none;
}

.MenuItem
{
	cursor: pointer;
	cursor: hand;
	background-color: inherit;
}

.MenuItemSelected
{
	cursor: pointer;
	cursor: hand;
	background-color: WHITE;
	border:1px solid #999999;
}

.MenuItemActive
{
	cursor: pointer;
	cursor: hand;
	background-color: #BBBBBB;
	border:1px solid #999999;
}

.MenuItemHover
{
	cursor: pointer;
	cursor: hand;
	background-color: #CCCCCC;
	border:1px solid #999999;
}

.SubMenu
{
	display: none;
}

/* CSS Document */
.zhengwen {
width:100%
	font-size: 16px;
	font-style: normal;
}
.biaoti{    
    font-size: 16px;
    text-align: center;
    background: #f3f2f2;
    height: 30;
	line-height: 30px;
    position: fixed;
    z-index: 999;
    width: 100%;
    margin-top: -35px;
    margin-left: -10;

	}
.neirong  {
font-size: 22px; /* 正文行距大小 */
line-height: 35px;
    margin: 10px;
    margin-top: 35px;
}
.dibu {    
   margin-top: 20px;
    text-align: center;
    background: #f3f2f2;
    height: 30px;
    line-height: 15px;
}
	
.dibu a{
padding: 0 15px 0 0;
font-size:16px;
}
.logo {
font-size: 14px;
  
    text-align: center;
}
        <style>
        *{
                margin: 0;
                padding: 0;
        }
        body{
                height: 100%;
                position: relative;
                top: 0;
                left: 0;
        }
        html{
                height: 100%;
                background-color: ;
        }
        li{
                list-style: none;
        }
        .page{
          
                width: 100%;
                overflow: hidden;
        }
        .list li:last-child{
    margin-top: -3px;
    position: fixed;
    z-index: 999;
    top: 0px;
    right: 10px;
    font-size: 16px;
        }

.list li2:last-child {
    margin-top: -3px;
    position: fixed;
    z-index: 999;
    top: 0px;
    left: 10px;
    font-size: 16px;
}
        .text{
                height: ;
        }
        .close{
    margin-top: -3px;
    position: fixed;
    z-index: 99999;
    top: 0px;
    right: 10px;
    font-size: 16px;
        }
        .side-bar{
                display: none;
                width: 80%;
                height: 98%;
                background-color: #fff;
                position: absolute;
                top: 0px;
position: fixed;
                z-index: 99999;
                }

                @keyframes mymove
                {
                from {right:-80%;}
                to {right:1px;}
                }
                @-webkit-keyframes mymove
                {
                from {right:100%;}
                to {right:100%;}
                }
                @keyframes myleave
                {
                from {right:3%;}
                to {right:-80%;}
                }
                @-webkit-keyframes myleave
                {
                from {right:0;}
                to {right:100%;}
                }
    </style>

