html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
#flash{width:100vw;height: 535px;margin: 0 auto;position: relative; display: table;max-width: 1920px;
	max-height:740px;text-shadow: none; /* fix some user styles */
	/* reset box-sizing (to boostrap friendly) */
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box; }
#flash #play{width:1200px;height: 535px;list-style: none;position:absolute;top:0px;left:0px;}
#flash #play li{display: none;position:absolute;top:0px;left:0px;}
#flash #play li img{float: left;}
#button{position: fixed;bottom:20px;left:47%;list-style: none;}
#button li{margin-left: 10px;float: left;}
#button li div{width:12px;height: 12px;background:#DDDDDD;border-radius: 6px;cursor: pointer;}
#prev{width:40px;height:63px;background:url(/style/images/beijing.png) 0px 0px;position: absolute;top:45vh;left:10px;z-index: 1000;}
#next{width:40px;height:63px;background:url(/style/images/beijing.png) -40px 0px;position: absolute;top:45vh;right:10px;z-index: 1000;}
#prev:hover{background:url(/style/images/beijing.png) 0px -62px;}
#next:hover{background:url(/style/images/beijing.png) -40px -62px;}