#footer_app{height:240px;width:1000px;background:url(/statics/images/footer_app.jpg) no-repeat center;overflow: hidden;
  position: relative;
  margin: 10px auto;}
#footer_app_right{
  position: absolute;
  right: 163px;
  top: 56px;}
#footer_app_right img{
  width: 90px;
  height: 90px;}
#footer_app_right li {
  float: left;
  width: 90px;
  height: 90px;
  margin-right: 39px;
}
#footer_app_left{
  width: 220px;
  margin: 50px 0 0 160px;
  color: #fff;
  font-size: 20px;
  overflow: hidden;
}
#footer_app_btn>a{
  text-decoration: none;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  padding: 2px 15px;
  text-align: center;
  border-radius: .5rem;
  background: #ff766a;
  background: -webkit-linear-gradient(top, #ff766a 0%,#ff2310 100%);
  background: linear-gradient (to bottom, #ff766a 0%,#ff2310 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff766a', endColorstr='#ff2310',GradientType=0 );
  box-shadow: 0 0 5px 0px rgba(0, 0, 0,.5);
}
#footer_app_left hr{border: none;
  margin: 15px 0;
  border-bottom: 1px solid #fff;}
.body-top{overflow: initial;
}
#announ{height: 30px;
  overflow: initial;
  position: relative;}
#announ_ewm{position: absolute;
  right: 6px;
  top: 3px;
  width: 100px;
  background: #ff3233;
  text-align: center;
  height: 22px;
  line-height: 22px;
  color: #Fff;
  display: block;
  text-decoration: none;
  border-radius: 15px;
  box-shadow: 0px 0px 8px 0px #ff3233;
}
#announ_ewm img{
  width: 150px;
  height: 150px;
  position: absolute;
  top: 30px;
  right: 0;
  border-radius: 15px;
  box-shadow: 0px 0px 8px 0px rgba(0,0,0,.7);
  display: none;
}
#announ_ewm:hover img{
  display: block;
}