.footer {
  padding: 80px 0;
  box-sizing: border-box;
  position: relative;
}

.footer .left {
  padding: 0 30px;
  box-sizing: border-box;
}

.footer .left .title {
  font-size: 18px;
  font-weight: bold;
  color: #004ea1;
}

.footer .left .tel-number img {
  width: 36px;
  height: 36px;
}

.footer .left .tel-number span {
  font-size: 18px;
  font-weight: bold;
  color: #004ea1;
  margin-left: 5px;
}

.footer .left .link {
  margin-top: 10px;
  width: 100%;
}

.footer .left .link .link-title {
  font-size: 16px;
  font-weight: 500;
  color: #333333;
}

.footer .left .link img {
  width: 22px;
  height: 20px;
  margin-right: 8px;
}

.footer .left .logo {
  margin-top: 30px;
}

.footer .left .logo img {
  width: 213px;
  height: 57px;
  object-fit: contain;
}

.footer .mid {
}

.footer .mid .title {
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  margin-bottom: 40px;
}

.footer .mid .item {
  font-size: 18px;
  font-weight: 500;
  line-height: 35px;

  color: #707070;
  cursor: pointer;
}

.footer .right .qrcode {
  width: 138px;
  height: 138px;
  object-fit: contain;
}


.footer .copyright {
  white-space: nowrap;
  background: #222;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  font-size: 14px;
  color: #676767;
  padding: 10px;
  box-sizing: border-box;
  text-align: center;
}
.footer .copyright a {
  color: #676767;
}
.footer .copyright img{
  margin-right: 5px;
}

@media screen and (max-width: 1200px) {
  .footer .footer-container {
    flex-direction: column;
    align-items: center;
  }

  .footer .col-item {
    margin: 10px 0;
  }

  .footer .mid .item {
    font-size: 14px;
  }
}

@media screen and (max-width: 786px) {
  .footer .copyright {
    display: none;
  }
}
<!--ºÄÊ±1755802598.4414Ãë-->