@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;
}

.about-page {
  position: relative;
}

.about-head {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 429px;
  background: -webkit-gradient(linear, left top, left bottom, from(#132549), to(#0C528C));
  background: -webkit-linear-gradient(top, #132549 0%, #0C528C 100%);
  background: linear-gradient(180deg, #132549 0%, #0C528C 100%);
}

.about-container {
  padding-top: 92px;
  position: relative;
  margin: 0 auto;
  width: 1230px;
  z-index: 5;
}

.about-text {
  padding: 45px 0;
}

.about-text span {
  margin-right: 50px;
  font-size: 27px;
  color: #fff;
}

.about-text span:last-child {
  color: #23A6F0;
}

.about-list {
  margin: 0 auto;
  width: 1230px;
  background: #fff;
  -webkit-box-shadow: 0px 4px 20px 4px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 4px 20px 4px rgba(0, 0, 0, 0.15);
}

.about-list > img {
  width: 100%;
}

.list-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 48px 0;
}

.list-item {
  padding: 0 80px;
  line-height: 50px;
}

.list-item h3 {
  font-size: 27px;
  font-weight: 700;
  color: #111C3D;
  line-height: 50px;
}

.list-item p {
  font-size: 27px;
  color: #111C3D;
}

.list-bg {
  background: rgba(248, 252, 255, 0.8706);
}
/*# sourceMappingURL=about.css.map */