.footer {
  width: 100%;
  height: 175px;
  background-color: #007dbc;
}
.footer .footer-wrap {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
}
.footer .footer-wrap .footer-top {
  width: 100%;
  height: 98px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer .footer-wrap .footer-top .footer-top-left {
  width: 350px;
  height: 60px;
}
.footer .footer-wrap .footer-top .footer-top-right {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 98px;
}
.footer .footer-wrap .footer-top .footer-top-right p,
.footer .footer-wrap .footer-top .footer-top-right p > a {
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
  margin: 0;
}
.footer .footer-wrap .footer-top .footer-top-right .address-icon {
  width: 30px;
  height: 30px;
  background: url(../img/25.png) no-repeat center center;
  background-size: 100% 100%;
  margin-right: 12px;
}
.footer .footer-wrap .footer-top .footer-top-right .vertical {
  width: 2px;
  height: 18px;
  background-color: #ffffff;
  opacity: 0.6;
  margin: 0 30px;
}
.footer .footer-wrap .footer-top .footer-top-right .email-icon {
  width: 30px;
  height: 30px;
  background: url(../img/26.png) no-repeat center center;
  background-size: 100% 100%;
  margin-right: 12px;
}
.footer .footer-wrap .footer-bottom {
  width: 100%;
  height: 76px;
  display: flex;
  justify-content: space-between;
}
.footer .footer-wrap .footer-bottom .footer-bottom-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.footer .footer-wrap .footer-bottom .footer-bottom-left p {
  font-weight: 400;
  font-size: 12px;
  color: #ffffff;
}
.footer .footer-wrap .footer-bottom .footer-bottom-right {
  font-weight: 400;
  font-size: 12px;
  color: #ffffff;
  line-height: 43px;
  cursor: pointer;
}
