﻿body {
            background: #fff;
        }
        .Menu {
            position: relative;
            width: 300px;
            /*height: 300px;*/
            z-index: 1;
            background: #FFF;
            border: 1px solid #000;
            margin-top: -100px;
            display: none;
            overflow: hidden;
        }
        .Menu2 {
            position: absolute;
            left:0;
            top: 0;
            width:300px;
            height: 300px;/*设置树菜单的高度*/
            overflow: hidden;
            z-index: 2;
            overflow-x: auto; white-space: nowrap;/*横线滚动条*/
            overflow-y:auto;
            
        }
            .Menu2 ul {
                width: 300px;
                margin: 0;
                padding:0;
                z-index: 3;
            }
                .Menu2 ul li {
                    width: 300px;
                    height: 25px;
                    line-height: 25px;
                    text-indent: 15px;
                    border-bottom: 1px dashed #ccc;
                    color: #666;
                    cursor: pointer;
                    z-index: 4;
                    overflow-x: auto;
                }
        .formCpzy {
            width: 300px;
            /*height: 400px;*/
            position: absolute;/*控制层在顶层*/
            color:black;
            margin-top: -23px;/*控制DIV在TD重直中间*/

        }
            .formCpzy div {
                position: relative;
                width: 300px;
                top: 0;
                left: 0;
                /*margin-bottom: 5px;*/
                float :left;
            }

        #List1, #List2, #List3 {
            left: 0px;
            top: 100px;
        }