*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
a{
  display: block;
}
.bg-img{
  display: block;
  width: 100%;
}
.header_bg{
  height: 124px;
  /* background-color: red; */
  padding:30px 50px;
  box-shadow: 0px 7px 7px -7px #5E5E5E;
  /* box-shadow:10px 10px 6px #000; */
  z-index: 222;
}
.container>span{
 float:right;
 color:rgb(39,115,225);
 font-size:16px;
 font-weight: 700;
 margin-top: 20px;
}
.footer{
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 130px;
  background: #020811;
  line-height: 30px;
  text-align: center;
  vertical-align: middle;
  font-size: 14px;
  font-weight: 400;
  color: #fff; 
  padding-top: 30px;
}