body {
  padding: 0;
  margin: 0;
}


/* 底部 */
.foot {
  width: 100%;
  height: 307px;
  
  color: #fff;
}
.foot .foot-top {
  height: 277px;
  border-bottom: 1px solid #fff;
}
.foot .foot-top .company {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.foot .foot-top .company .company-left {
  display: flex;
}
.company-left .telephone {
  margin-top: 75px;
}
.company-left .telephone .icon1 {
  font-size: 14px;
  margin-bottom: 30px;
}
.company-left .telephone .icon2 img {
  position: absolute;
  width: 15px;
  height: auto;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.company-left .telephone .icon2 {
  position: relative;
  font-size: 12px;
  margin-bottom: 12px;
  padding-left: 22px;
}
.company-left .telephone .icon3 {
  font-size: 13px;
  margin-top: 30px;
}
.company .company-left .logo {
  width: 63px;
  height: 60px;
  margin: 79px 65px 0 0;
}
.company .company-right {
  display: flex;
  font-size: 12px;
}
.code1 {
  margin: 65px 0 0 40px;
  text-align: center;
}
.code1 div {
  margin: 10px 0;
}
.foot-bottom {
  line-height: 27px;
  font-size: 12px;
  text-align: center;
