* {
  margin: 0;
  padding: 0;
  border: 0;
}
.footer {
  width: 100%;
  max-width: 1920px;
  height: 214px;
  background: url(../img/fbg.png) center no-repeat;
}
.footer .main {
  align-items: center;
  height: 214px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
}
.footer .main .left .address {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 3px;
  color: #ffffff;
}
.footer .main .left .ewmBox {
  margin-top: 20px;
  display: flex;
}
.footer .main .left .ewmBox dd {
  margin-left: 40px;
  float: left;
  position: relative;
}
.footer .main .left .ewmBox dd:first-child {
  margin-left: 0;
}
.footer .main .left .ewmBox dd:hover .ewm {
  transform: translateY(0px);
  opacity: 1;
  pointer-events: painted;
}
.footer .main .left .ewmBox dd .ewm {
  width: 108px;
  height: 121px;
  position: absolute;
  top: -121px;
  left: 50%;
  margin-left: -54px;
  transform: translateY(-10px);
  background: url(../../assets/img/ewm_bg.png) center no-repeat;
  opacity: 0;
  pointer-events: none;
  overflow: hidden;
  transition: all 0.4s;
}
.footer .main .left .ewmBox dd .ewm img {
  display: block;
  width: 97px;
  height: 97px;
  object-fit: contain;
  margin: 5px;
}
.footer .main .left .ewmBox dd .icon {
  cursor: pointer;
}
.footer .main .left .ewmBox dd .icon em {
  display: block;
  width: 44px;
  height: 44px;
}
.footer .main .left .ewmBox dd .icon p {
  height: 14px;
  font-family: MicrosoftYaHei;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 14px;
  letter-spacing: 1px;
  color: #ffffff;
  text-align: center;
  margin-top: 5px;
}
.footer .main .left .ewmBox .jxgl {
  margin-left: 26px;
  text-align: center;
}
.footer .main .left .ewmBox .jxgl dd {
  margin-left: 0;
}
.footer .main .left .ewmBox .jxgl dd p {
  width: 88px;
  height: 14px;
  font-family: MicrosoftYaHei;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 14px;
  color: #ffffff;
}
.footer .main .right .logoDiv {
  width: 454px;
  height: 65px;
}
.footer .main .right .logoDiv img {
  width: 100%;
  height: 100%;
}
.footer .main .right .beian {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 2px;
  color: #ffffff;
  display: flex;
  justify-content: flex-end;
  margin-top: 20px;
}
.footer .main .right .beian a {
  margin-left: 16px;
  color: #ffffff;
}
