/*公用*/
body {
    font-size:15px;
    padding:0;
    margin:0;
    font-family:"宋体","宋体",Courier New;
    background:
url('https://p1.bpimg.com/4851/bf0eac0231ec0836.jpg') no-repeat top center fixed;
    min-width:1200px;
}
#home {
    opacity: 0.83;
    filter: alpha(opacity=95);
    box-shadow:0 0 10px #000;
    margin:40px auto;
    width:1200px;
    background:#fff;
    overflow:auto;
    border:solid 1px #fff;
}