        <style type="text/css">
        #BJ{            /*图片居中 */
             text-align: center;     
        }
        #img{           /*图片宽度，高度 */
            width: 540px;
            height: 324px;
        }
        #ol{
            position: absolute;    /* 绝对定位 */
            bottom: 85%;       /* 高度 */
            width: 85%   /* 宽度 */
            text-align: center;  /* 居中*/
            right: 15px;
        }
    </style>
