
.stage {
    top: 0;
    left: 0;
    width: 100%;
    height:400px;
    position: absolute;
    overflow: hidden;
    z-index: 100;
}
.far-clouds {
    background: transparent url("../images/yun1.png") center repeat-x;
}
.near-clouds {
    background: transparent url("../images/yun2.png") center repeat-x;
}
.content {
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 1em;
    margin-right: 1em;
    position: relative;
    z-index: 101;
}

h1 sup {
  font-size: medium;
}


.marquee-box{overflow:hidden;width:100%;position:absolute;left:0;bottom:0}
.marquee{width:8000%;height:132px}
.wave-list-box{float:left}
.wave-list-box ul{float:left;height:132px;overflow:hidden;zoom:1}
.wave-list-box ul li{height:132px;width:100%;float:left;line-height:60px;list-style:none}
@media screen and (max-width:1200px){
	 .stage,.wave-box{display:none !important}
	}

