.footer{
  position: fixed;
  box-sizing: border-box;
  z-index: 100;
  width: 100%;
  left: 0;
  transition: 1000ms;
  bottom: -100px;
  border-top: 1px solid #333;
}

.footer .logo{
  height: 100px;
  background-color: #000;
}
.footer img{
  width: 441px;
  float: right;
  margin-right: 70px;
  margin-top: 20px;
}
.link{
color: #333;
}
/* 未访问的链接   已访问的链接   鼠标在链接上   点击激活链接——在你点击该链接之后，页面正在转向新地址的时候，链接显示此颜色；当你已经到了要链接的页面，然后再返回，原页面上的此链接仍是此颜色*/
.link:link, .link:visited, .link:hover, .link:active{
  color: #333;
  text-decoration: none;
}
.link_right{
  margin-left: 10px;
}
.national_emblem_box img.national_emblem{
  margin-right: 0px;
  margin-top: 0px;
  margin-bottom: 3px;
}