@font-face {
  font-family: 'HarmonyOS Sans SC';
  src: url("../fonts/HarmonyOS_Sans_SC.eot");
  src: url("../fonts/HarmonyOS_Sans_SC.eot?#iefix") format("embedded-opentype"), url("../fonts/HarmonyOS_Sans_SC.woff2") format("woff2"), url("../fonts/HarmonyOS_Sans_SC.woff") format("woff"), url("../fonts/HarmonyOS_Sans_SC.ttf") format("truetype"), url("../fonts/HarmonyOS_Sans_SC.svg#HarmonyOS_Sans_SC") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

* {
  margin: 0;
  padding: 0;
}

a {
  color: #fff;
  text-decoration: none;
}

a:active {
  color: #fff;
}

html, body {
  font: 16px HarmonyOS Sans SC;
  background: #f0f0f0;
}

ul, ol, li {
  list-style: none;
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 92px;
  background: -webkit-gradient(linear, left top, right top, from(#030A1D), to(rgba(6, 44, 48, 0)));
  background: -webkit-linear-gradient(left, #030A1D 0%, rgba(6, 44, 48, 0) 100%);
  background: linear-gradient(-270deg, #030A1D 0%, rgba(6, 44, 48, 0) 100%);
  z-index: 99;
}

.header header {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  width: 1230px;
}

.header .logo {
  margin-right: 184px;
  width: 188px;
  height: 49px;
}

.header nav a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 131px;
  height: 41px;
}

.header nav a:hover {
  color: #9CDBFF;
}

.header nav a.active {
  background: #23A6F0;
  color: #fff;
  border-radius: 4px 4px 20px 4px;
}

footer {
  height: 297px;
  background: url(../images/footer.jpg) center no-repeat;
  background-size: cover;
}

.footer-container {
  margin: 0 auto;
  width: 1230px;
}

.footer-logo {
  width: 303px;
  height: 92px;
  background: url(../images/footer_logo.png) no-repeat;
  background-size: cover;
}

.footer-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer-slogn {
  padding-top: 48px;
}

.footer-slogn h5 {
  font-size: 24px;
  color: #50CDFF;
}

.footer-slogn p {
  font-size: 17px;
  font-weight: bold;
  color: #fff;
}

.footer-menu li {
  margin-bottom: 12px;
}

.footer-menu li:first-child a {
  font-size: 24px;
}

.footer-menu li a {
  font-size: 18px;
  color: #fff;
  line-height: 24px;
}

.footer-contact h4 {
  margin-bottom: 14px;
  font-size: 24px;
  color: #fff;
}

.footer-contact .soical a {
  display: inline-block;
  margin-right: 20px;
  width: 40px;
  height: 40px;
}

.footer-contact .soical a :hover.icon-facebook {
  background: url() no-repeat;
  background-size: cover;
}

.footer-contact .soical a :hover.icon-twitter {
  background: url() no-repeat;
  background-size: cover;
}

.footer-contact .soical a :hover.icon-instagram {
  background: url() no-repeat;
  background-size: cover;
}

.footer-contact .soical a.icon-facebook {
  background: url() no-repeat;
  background-size: cover;
}

.footer-contact .soical a.icon-twitter {
  background: url() no-repeat;
  background-size: cover;
}

.footer-contact .soical a.icon-instagram {
  background: url() no-repeat;
  background-size: cover;
}

.footer-contact p {
  margin-bottom: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  color: #fff;
}

.footer-contact p i {
  margin-right: 10px;
  display: inline-block;
  width: 12px;
  height: 12px;
}

.footer-contact p i.icon-address {
  height: 14px;
  background: url(../images/icon_address.png) no-repeat;
  background-size: cover;
}

.footer-contact p i.icon-phone {
  background: url(../images/icon_phone.png) no-repeat;
  background-size: cover;
}

.finance-container {
  margin: 0 auto;
  width: 1230px;
  padding-top: 130px;
  padding-bottom: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.finance-list {
  width: 850px;
}

.finance-item {
  margin-bottom: 40px;
}

.finance-item p {
  font-size: 27px;
  line-height: 56px;
}

.finance-item p span {
  padding-left: 10px;
  color: #23A6F0;
  border-left: 7px solid #23A6F0;
}

.finance-item p i {
  margin: 0 20px;
  display: inline-block;
  width: 36px;
  height: 36px;
  background: url(../images/icon_pdf.png) no-repeat;
  background-size: cover;
  vertical-align: middle;
}

.finance-item p a {
  color: #3D59AD;
  text-decoration: underline;
}

.finance-img img {
  width: 300px;
  height: 377px;
}
/*# sourceMappingURL=finance.css.map */