.Computer footer {
  width: 100%;
  min-width: 1220px;
  background: #f8f8f8;
}
.Computer footer .footerBox {
  width: 1200px;
  margin: 0 auto;
  padding: 50px 10px;
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  grid-gap: 0 50px;
  color: #595959;
}
.Computer footer .footerBox .footerBoxLeft {
  border-right: 1px solid #eee;
  font-size: 14px;
}
.Computer footer .footerBox .footerBoxLeft .logo2 {
  margin-bottom: 25px;
  height: 80px;
}
.Computer footer .footerBox .footerBoxLeft p {
  padding: 8px 0;
}
.Computer footer .footerBox .footerBoxLeft .waicp {
  display: inline-flex;
}
.Computer footer .footerBox .footerBoxLeft .waicp img {
  width: 16px;
  margin-right: 5px;
}
.Computer footer .footerBox .footerBox2 {
  border-right: 1px solid #eee;
  font-size: 14px;
}
.Computer footer .footerBox .footerBox2 dt {
  margin-bottom: 25px;
  font-weight: bold;
}
.Computer footer .footerBox .footerBox2 dd {
  padding-top: 3px;
}
.Computer footer .footerBox .footerBox2 .foot-contanct {
  margin-top: 5px;
  margin-bottom: 10px;
}
.Computer footer .footerBox .footerBox2 .foot-contanct a {
  float: left;
  margin-right: 5px;
  display: block;
  text-decoration: none;
  border-radius: 100%;
  width: 26px;
  height: 26px;
  line-height: 26px;
  background-color: #999;
  text-align: center;
}
.Computer footer .footerBox .footerBox2 .foot-contanct a i {
  color: #FFF;
}
.Computer footer .footerBox .footerBox2 .foot-contanct a.ft-tel:hover {
  background-color: aqua;
}
.Computer footer .footerBox .footerBox2 .foot-contanct a.ft-qq:hover {
  background-color: #1a80b4;
}
.Computer footer .footerBox .footerBox2 .foot-contanct a.ft-weixin:hover {
  background-color: #48af30;
}
.Computer footer .footerBox .footerBox2 .foot-contanct a.ft-xiaohongshu:hover {
  background-color: red;
}
.Computer footer .footerBox .footerBox2 .foot-contanct::after {
  display: block;
  content: '';
  clear: both;
  height: 0;
}
.Computer footer .footerBox .footerBoxMiddle {
  border-right: 1px solid #eee;
}
.Computer footer .footerBox .footerBoxMiddle h1 {
  margin-bottom: 25px;
  font-size: 14px;
}
.Computer footer .footerBox .footerBoxMiddle ul li {
  list-style: none;
  line-height: 30px;
}
.Computer footer .footerBox .footerBoxMiddle ul li a {
  text-decoration: none;
  color: #595959;
  font-size: 14px;
}
.Computer footer .footerBox .footerBoxRight h1 {
  margin-bottom: 25px;
  font-size: 14px;
  font-weight: bold;
}
.Computer footer .footerBox .footerBoxRight p {
  color: #595959;
  font-size: 14px;
  margin-top: 10px;
  text-align: center;
}
.Computer footer .footerBox .footerBoxRight img {
  width: 200px;
  height: 200px;
}
