.redBg01{
	background: url(//www.sun0769.com/resource/img/redbg.jpg) top center no-repeat #fff;
	padding-top: 215px;
}

/* 飘红跳转区域 */
.redBgA{
  position: absolute;
  top: 0px;
  height: 215px;
  width: 100%;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .redBg01{
  	background: url(//www.sun0769.com/resource/img/redbg-sm.jpg) top left no-repeat #fff;
  	padding-top: 100px;
  	width: 1440px;
  }
  .redBgA{
    height: 100px;
  }
}
@media screen and (max-width: 768px) {
  .redBg01{
  	background: none;
  	padding-top: 0;
    width: 100%;
  }
  .redBgA{
    display: none;
  }
}



/* 隐藏PC端飘红 */
.redBg01{
  background: none;
  padding-top: 0px;
}

/* 隐藏移动端飘红  */
#redBg01-m{
  display: none;
}

/* 隐藏飘红跳转区域 */
.redBgA{
  display: none;
}