.footer {
  width: 100%;
  height: 625px;
  background-color: #fafafa;
  padding-top: 45px;
}
.footer .slogo {
  display: block;
  margin: auto;
}
.footer p:nth-of-type(1) {
  text-align: center;
  color: #666;
  font-size: 16px;
  margin-top: 10px;
}
.footer p:nth-of-type(2) {
  text-align: center;
  margin-top: 30px;
}
.footer .hotline {
  width: 270px;
  height: 59px;
  text-align: center;
  border-left: 2px solid #2489e2;
  border-right: 2px solid #2489e2;
  margin: auto;
}
.footer .hotline div:nth-child(1) {
  font-size: 32px;
  color: #2489e2;
  height: 38px;
}
.footer .hotline div:nth-child(2) {
  font-size: 16px;
  color: #1e73be;
}
.footer .wechat {
  display: block;
  margin: auto;
  margin-top: 30px;
}
.footer span {
  display: block;
  width: 100%;
  text-align: center;
}
.footer  .bottom{
  width: 850px;
  height: 140px;
  margin: 30px auto;
  display: flex;
  justify-content: space-around;
  padding-top: 40px;
  padding-left: 145px;
}
.footer .bottom ul {
  width: 190px;
  height: 13px;
  float: left;
  color: #808080;
  font-size: 14px;
}
.footer .bottom ul li {
  margin-top: 6px;
}
.company {
  width: 100%;
  height: 40px;
  background-color: #cacaca;
}
.company p {
  text-align: center;
  line-height: 40px;
  color: #696969;
}