#outBox{
    width: 1000px;
    height: 500px;
    margin: 2px auto;
}
.w{
    width: 100%;
}
.leftBox{
    width: 450px;
    height: 450px;
    float: left;
    margin-top:15px;
}
.normalBox{
    overflow: hidden;
    position: relative;
    border: 20px;
    border-style: inset;
    border-color: #d4dce0;
}
.normalBox .w{
    display: none;
}


.moveBox{
    width: 150px;
    height: 150px;
    background: rgba(222,0,0,0.4);
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    cursor: move;
}
.magBox{
    width: 450px;
    height: 450px;
    border: 2px solid #dedada;
    position: relative;
    float: left;
    overflow: hidden;
    display: none;
    z-index: 999;
    left: 15px;
}

.magBox ul li{
    display: none;
    position: absolute;
    top: 0;
    left: 0;
}
#n,.m{
    display: block !important;
}
.tit-pic .box{
    width: 110px;
    margin: auto;
}