div部分
<section class="section sec1 global_class"></section>
Css部分
*{margin: 0 ;padding: 0} body{font-size: 14px;color: #fff;font-family: '微软雅黑'} html,body{ height:100%; overflow:hidden;position: relative} .section{ display: none; position:absolute; top:0; left:0; width:100%; height:100%;} .section.sec1{background: url("images/bg.png")no-repeat center ;width: 100%;height: 100%;background-size: 100% 100%;}
FSYu