.footer .footer-t {
  background-color: #005BAC;
}
.footer .footer-t .fo-experience {
  text-align: center;
  background-image: url('../../images/bg-footer.png');
  background-size: 490px;
  background-repeat: no-repeat;
  background-position: right center;
  padding: 50px 0 50px;
}
.footer .footer-t .fo-experience h2 {
  margin-top: 125px;
  margin-bottom: 55px;
  font-size: 84px;
  font-family: 'USHei';
  font-weight: normal;
  color: #fff;
  letter-spacing: 6px;
}
.footer .footer-b {
  background: #005bac;
  padding-bottom: 15px;
  border-top: 5px solid #327cbd;
}
.footer .footer-b .fob-t {
  display: flex;
  justify-content: space-between;
  color: #fff;
  margin-top: 50px;
  margin-bottom: 40px;
}
.footer .footer-b .fob-t .fob-tr {
  width: 294px;
}
.footer .footer-b .fob-t .fob-tr img {
  position: relative;
  top: 17px;
  width: 120px;
}
.footer .footer-b .fob-t .fob-tc {
  display: flex;
}
.footer .footer-b .fob-t .fob-tc ul {
  margin-top: 5px;
  margin-right: 50px;
}
.footer .footer-b .fob-t .fob-tc ul.iconList {
  margin-right: 20px;
}
.footer .footer-b .fob-t .fob-tc ul .title {
  font-size: 16px;
  margin-bottom: 40px;
}
.footer .footer-b .fob-t .fob-tc ul li {
  font-size: 14px;
  margin-bottom: 18px;
}
.footer .footer-b .fob-t .fob-tc ul li a {
  font-size: 14px;
}
.footer .footer-b .fob-t .fob-tc .iconList li {
  position: relative;
}
.footer .footer-b .fob-t .fob-tc .iconList li.iconList-value {
  padding-left: 22px;
}
.footer .footer-b .fob-t .fob-tc .iconList li .icon {
  position: absolute;
  font-size: 0;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.footer .footer-b .fob-t .fob-tc .iconList li .left-icon {
  margin-right: 10px;
}
.footer .footer-b .fob-t .fob-tc .iconList li .value-icon {
  margin-right: 6px;
}
.footer .footer-b .fob-t .fob-tl {
  text-align: center;
}
.footer .footer-b .fob-t .fob-tl .code {
  border: 2px solid #fff;
  padding: 11px;
  width: 120px;
  height: 120px;
  margin: 0 auto;
}
.footer .footer-b .fob-t .fob-tl .code img {
  width: 100%;
  height: 100%;
}
.footer .footer-b .fob-t .fob-tl p {
  font-size: 12px;
  margin-top: 15px;
}
.footer .bottom {
  background: #fff;
  color: #9e9e9e;
  text-align: center;
}
.footer .bottom .bot-l {
  padding: 18px 0;
  font-size: 14px;
  margin-left: 80px;
}
.footer .bottom .bot-l a {
  font-size: 14px;
}
