body {
  margin: 0;
  padding: 0;
}
* {
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
}
#foot {
  width: 100%;
}
#foot .conster {
  width: 100%;
  height: 100%;
}
#foot .imglist {
  max-width: 1920px;
  height: 379px;
  /* 加载背景图 */
  background: rgb(0,0,0,0.72) url('../imgs/buner.jpg') no-repeat;
  background-size: 100% 100%;
  margin: 0 auto;
  background-blend-mode: color;
}
#foot .title {
  width: 100%;
  height: 66px;
  font-size: 50px;
font-family: Microsoft YaHei-Regular, Microsoft YaHei;
font-weight: 400;
  color: #ffffff;
  text-align: center;
  margin: 0 auto;
  padding-top: 92px;
}
#foot .btn {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding-top: 106px;
  cursor: initial !important;
}
#foot .onese {
  width: 277px;
  height: 75px;
  font-size: 24px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
  border: none;
  background: #4e6be1;
  line-height: 50px;
  text-align: center;
  border-radius: 38px 38px 38px 38px;

}


