<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#footer ul,
#footer ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
#footer a {
  text-decoration: none;
}
#footer {
  width: 100%;
  background-color: #17233d;
  border-top: 1px solid #18b1f3;
  padding: 0 10px;
  box-sizing: border-box;
  position: relative;
  z-index: 900;
  display: none !important;
}
#footer-web {
  max-width: 1920px;
  min-height: 450px;
  margin: 0 auto;
  padding: 0 2%;
  box-sizing: border-box;
  position: relative;
}
#footer-phone {
  display: none;
}
#footer-web .company-copyright {
  width: 96%;
  font-size: 14px;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #888888;
  display: flex;
  justify-content: space-between;
  position: absolute;
  left: 2%;
  bottom: 0;
  padding: 10px 0 6px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
#footer-web .footer-menu {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 50px;
}
#footer-web .footer-menu .footer-menu-box:last-child {
  margin-right: 0;
}
#footer-web .footer-menu .footer-menu-box .title {
  height: 24px;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #ffffff;
}
#footer-web .footer-menu .footer-menu-box ul {
  margin-top: 10px;
}
#footer-web .footer-menu .footer-menu-box .footer-small-menu ul:last-child {
  margin-right: 0;
}
#footer-web .footer-menu .footer-menu-box ul li a {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #999999;
}
#footer-web .footer-menu .footer-contact ul li a {
  display: flex;
  cursor: default;
}
#footer-web
  .footer-menu
  .footer-menu-box
  .footer-small-menu
  ul
  li:first-child
  a {
  color: #ececec;
  cursor: default;
}
@media screen and (max-width: 1439px) {
  #footer-web {
    width: 100%;
    padding-bottom: 60px;
    position: relative;
  }
  #footer-web .company-copyright {
    font-size: 12px;
  }
  #footer-web .footer-menu .footer-left {
    width: 700px;
  }
  /* #footer-web .footer-menu .footer-menu-box {
    width: 220px;
    margin-bottom: 20px;
  } */
  #footer-web .footer-menu .footer-contact {
    width: 220px;
  }
  #footer-web .footer-menu .footer-menu-box .title {
    font-size: 14px;
  }
  #footer-web .footer-menu .footer-menu-box ul li a {
    font-size: 12px;
  }
  #footer-web .company-copyright span:last-child {
    text-align: right;
  }
}
@media screen and (max-width: 959px) {
  #footer-web {
    display: none;
  }
  #footer-phone {
    display: block;
    width: 100%;
    background-color: #17233d;
  }
  #footer-phone .footer-phone-menu,
  #footer-phone .phone-contact {
    width: 90%;
    margin: 0 auto;
    color: #ffffff;
  }
  #footer-phone .footer-phone-menu {
    margin-top: 30px;
  }
  #footer-phone .footer-phone-menu &gt; li {
    font-size: 14px;
    line-height: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  #footer-phone .footer-phone-menu &gt; li &gt; a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #ececec;
  }
  #footer-phone .footer-phone-menu &gt; li &gt; a span {
    font-size: 16px;
    color: #525a6f;
    margin-right: 10px;
  }
  #footer-phone .footer-phone-menu &gt; li .footer-menu-a {
    width: 94%;
    margin: 0 auto;
  }
  #footer-phone .footer-phone-menu &gt; li .footer-menu-a:last-child {
    margin-bottom: 10px;
  }
  #footer-phone .footer-phone-menu &gt; li .footer-menu-a li a {
    color: #999999;
  }
  #footer-phone .phone-contact {
    margin-top: 6px;
    margin-bottom: 30px;
  }
  #footer-phone .phone-contact .phone-contact-title {
    font-size: 14px;
    color: #ffffff;
    margin-bottom: 6px;
  }
  #footer-phone .phone-contact .phone-contact-details {
    font-size: 14px;
    line-height: 24px;
    color: #999999;
  }
  #footer-phone .company-copyright {
    width: 90%;
    font-size: 12px;
    text-align: center;
    color: #888888;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding: 10px 0;
    margin: 0 auto;
  }
  #footer-phone .company-copyright span {
    display: block;
    width: 80%;
    line-height: 20px;
    margin: 0 auto;
  }
}
</pre></body></html>