/*--背景--*/

  .allbg2{
    background: url("../image/bg/new/bg2.jpg") 0 0 no-repeat;
    background-size:100%; 
  } 

  .allbg2:before{
    background: #121212 url("../image/bg/new/bg2mob.jpg") 0 100px no-repeat fixed;
    background-size: 100%;
  }   


  /*--如果有新的--
  .allbg3{
    background: url("../image/bg/new/bg2.jpg") 0 0 no-repeat;
  } 

  .allbg3:before{
    background: #121212 url("../image/bg/new/bg2mob.jpg") 0 100px no-repeat fixed;
  }  */

@media screen and (min-width: 1000px){

  /*.allbg2{
    background: url("../image/bg/new/bg2.jpg") center 100px no-repeat;
    background-size:100%; 
  } 

  /*--如果有新的--
  .allbg3{
    background: url("../image/bg/new/bg2.jpg") center 100px no-repeat;
    background-size:100%; 
  }*/
}



