.footer {
  background-color: rgba(42, 65, 151, 1);
  padding: 90px 90px 40px 90px;
  border-top: 20px solid #b5dbff;
  color: #fff;
  position: relative;
}
.footer a {
  color: #fff;
}
.footer .nav-list {
  width: 1000px;
  margin: auto;
  color: #fff;
}
.footer-list dl {
  margin-right: 150px;
  margin-bottom: 180px;
}
.footer-list dt {
  font-weight: 600;
  font-size: 30px;
  line-height: 90px;
  margin-bottom: 20px;
}

.footer-list dt,
.footer-list dd {
  line-height: 40px;
}

.contactInformation {
  width: 450px;
  height: 450px;
  background: rgba(181, 219, 255, 1);
  position: absolute;
  top: 0;
  right: 90px;
}
.telBox {
  width: 100%;
  padding: 20px 40px;
}

.telIocn {
  width: 55px;
  height: 56px;
  margin-right: 25px;
}

.telBox .title,
.telBox .subTitle {
  color: rgba(42, 65, 151, 1);
}

.telBox .title {
  font-size: 39px;
  font-weight: 600;
}

.telBox .subTitle {
  font-size: 18px;
  text-align: right;
}

.QRCode {
  padding: 0 40px;
}

.weChat img {
  width: 162px;
  height: 162px;
  border-radius: 0;
}

.weChat p {
  color: rgba(42, 65, 151, 1);
  padding-top: 10px;
  text-align: center;
}

.btnBox {
  padding: 20px 40px;
}

.btnBox a {
  display: block;
  width: 162px;
  height: 40px;
  background: rgba(42, 65, 151, 1);
  border-radius: 8px;
  text-align: center;
  line-height: 40px;
}
