.bgf8ad1b{background-color: #f8ad1b}
.bgffffff{background-color: #ffffff}
.bga4a5a8{background-color: #a4a5a8}
.co825c1b{color: #825c1b}
.cofff{color:#FFF;}
.f24{font-size: 24px;}
.f14{font-size: 14px;}
.f12{font-size: 12px;}
.fSimSun{font-family: SimSun;}
.bgcover{background-size: cover;}
.bgb{background-position: center bottom;}
.bgc{background-position: center center;}
.bgright{background-position: center right;}
.bgnr{background-repeat: no-repeat;}
/*¾ßÌåÄÚÈÝÆÁ*/
.content{overflow: hidden;position: relative;}
.content .contentitem{position: relative;width: 100%;height: 100%;background-size: cover;overflow: hidden;}
.content .contentitem .ablum{position: absolute;width: 100%;height: 100%;text-align: center;float: left;overflow: hidden;top: 0;left: 0;visibility: hidden;}
.content .contentitem .ablum.show{visibility: visible;}
.content .contentitem .ablumdiv{position: relative;width: 100%;height: 100%;top: 0;left: 0}
.up_icon{display: none;-webkit-animation:upshow 2s infinite;animation:upshow 2s infinite;position: absolute;bottom:10px;width: 64px;left: 50%;margin-left: -17px;display: block;z-index: 10}
@keyframes upshow{
   0%,10%{
      opacity: 0;-webkit-transform:translateY(10px);
   }
   50%{opacity: 1;-webkit-transform:translateY(0px);}
   100%{opacity: 0;-webkit-transform:translateY(-10px);}
}
@-webkit-keyframes upshow{
   0%,10%{
      opacity: 0;-webkit-transform:translateY(10px);
   }
   50%{opacity: 1;-webkit-transform:translateY(0px);}
   100%{opacity: 0;-webkit-transform:translateY(-10px);}
}