.page-footer {
  background-color: #051938;
  color: #90a7b7;
  line-height: 1;
  margin-top: 30px;
}

.page-footer .copy-right {
  text-align: center;
  font-size: 14px;
  line-height: 60px;
  border-top: 1px solid #212f45;
}

.page-footer .title {
  color: #fff;
  font-size: 18px;
}

.page-footer .hot-line {
  padding: 30px 0;
  float: left;
}

.page-footer .hot-line .service-time {
  display: flex;
  align-items: center;
  margin: 25px 0;
}

.page-footer .hot-line .service-time .icon {
  width: 17px;
  height: 17px;
  background: url(../images/clock.png) no-repeat center center;
  margin-right: 5px;
}

.page-footer .hot-line .number {
  color: #fff;
  font-size: 28px;
}

.page-footer .friend-link {
  padding: 30px 0;
  float: none;
  overflow: hidden;
  padding-left: 140px;
  position: relative;
}

.page-footer .friend-link:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 180px;
  left: 70px;
  top: 10px;
  background-image: linear-gradient(to bottom, #051938, #90a7b7, #051938);
  opacity: 0.5;
}

.page-footer .friend {
  float: left;
}

.page-footer .friend .links {
  overflow: hidden;
  margin: 25px 0;
}

.page-footer .friend .links li {
  float: left;
  margin-right: 16px;
}

.page-footer .friend .links li + li {
  padding-left: 16px;
  position: relative;
}

.page-footer .friend .links li + li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #90a7b7;
}

.page-footer .friend .address {
  line-height: 28px;
}

.page-footer .ewms {
  overflow: hidden;
  float: right;
}

.page-footer .ewms .ewm-item {
  float: left;
  text-align: center;
}

.page-footer .ewms .ewm-item .image {
  margin-bottom: 10px;
  padding: 9px;
  border: 1px solid #90a7b7;
}

.page-footer .ewms .ewm-item .image img {
  display: block;
  width: 122px;
  height: 122px;
}

.page-footer .ewms .ewm-item .tit {
  font-size: 14px;
}

.page-footer .ewms .ewm-item + .ewm-item {
  margin-left: 40px;
}

@media screen and (max-width: 767px) {
  .page-footer .friend-link {
    display: none;
  }
  .page-footer .copy-right {
    line-height: 30px;
  }
}
