@font-face {
  font-family: "FZDHTJW";
  src: url(./FZDHTJW.ttf);
}
* {
  margin: 0;
  padding: 0;
  list-style: none;
}

html {
  font-style: normal;
  font-size: 16px;
  line-height: 1.8;
}

body {
  font-family: "Microsoft Yahei", "PingFang", "Droid Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  background-position: top center;
  background-size: 100% auto;
  background-repeat: no-repeat;
}

ul,
li,
dl,
dt,
dd,
ol,
p,
img {
  list-style: none;
  border: none;
  vertical-align: middle;
  margin: 0px;
  padding: 0px;
}

a {
  color: #333;
}

a:hover {
  opacity: 85%;
  text-decoration: none;
}

.header {
  background: top center/cover url(../img/header.jpg);
}
.header .container {
  position: relative;
}
.header .toppest-header {
  padding-top: 10px;
  display: flex;
  font-size: 14px;
}
.header .toppest-header .iconfont {
  color: #b2e1ff;
}
.header .toppest-header a {
  color: #b2e1ff;
  margin-right: 15px;
}
.header .toppest-header a:hover {
  color: #f88828;
}
.header .mid-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.64);
}
.header .bottom-header {
  padding: 14px 0 90px;
}
.header .bottom-header .search-wrapper {
  background: rgba(0, 0, 0, 0.5);
  border-radius: 2px;
  padding: 30px 26px 26px 26px;
}
.header .bottom-header .search-wrapper .title {
  font-size: 18px;
  color: #ffffff;
  line-height: 32px;
}
.header .bottom-header .search-wrapper .form-control,
.header .bottom-header .search-wrapper .custom-select {
  background-color: transparent;
  border: 1px solid #6284aa;
  color: #fff;
  font-size: 14px;
}
.header .bottom-header .search-wrapper .form-control::placeholder,
.header .bottom-header .search-wrapper .custom-select::placeholder {
  color: #fff;
}
.header .bottom-header .search-wrapper .form-control option,
.header .bottom-header .search-wrapper .custom-select option {
  color: #333;
}

#topNavbar {
  padding: 0;
}
#topNavbar.fixed-top {
  background-color: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(5px);
}
#topNavbar .navbar-brand {
  padding: 15px 0;
}
#topNavbar .logo-wrapper {
  margin: 35px 0;
}
#topNavbar .logo-wrapper img {
  height: 100px;
}
#topNavbar .navbar-nav .nav-item {
  position: relative;
  padding: 0px 20px;
  text-align: center;
}
#topNavbar .navbar-nav .nav-item:hover .dropdown-menu {
  margin-top: -1px;
  display: block;
  text-align: center;
  left: 0;
  right: 0;
}
#topNavbar .navbar-nav .nav-item .nav-link {
  display: inline-block;
  padding: 0;
  font-size: 16px;
  line-height: 36px;
  padding: 8px 0;
  color: #fff;
  border-bottom: 3px solid transparent;
}
#topNavbar .navbar-nav .nav-item .nav-link:hover {
  color: #f88828;
}
#topNavbar .navbar-nav .nav-item.active .nav-link {
  border-bottom: 3px solid #f78312;
}

.title-section {
  background: top center/cover url(../img/title-section.jpg);
  position: relative;
}
.title-section .onekey-list {
  position: relative;
  top: -65px;
}
.title-section .onekey-list .entry {
  background-color: #fff;
  border-radius: 4px;
  padding: 24px;
  display: flex;
  align-items: center;
  color: #000;
  transition: all 0.3s ease;
}
.title-section .onekey-list .entry img {
  height: 36px;
}
.title-section .onekey-list .entry .title {
  margin: 0 6px;
}
.title-section .onekey-list .entry .en-title {
  color: #dcdcdc;
}
.title-section .onekey-list .entry:hover {
  opacity: 1;
  transform: translateY(-5px);
}
.title-section .onekey-list .entry.fb:hover {
  background-color: #ffb734;
}
.title-section .onekey-list .entry.sq:hover {
  background-color: #359fff;
}
.title-section .onekey-list .entry.suq:hover {
  background-color: #ff803b;
}
.title-section .onekey-list .entry.rz:hover {
  background-color: #6a5dff;
}
.title-section .statistic-list {
  position: relative;
  top: -10px;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  align-items: baseline;
}
.title-section .statistic-list .entry {
  display: inline-flex;
  align-items: baseline;
  color: #fff;
  font-size: 14px;
}
.title-section .statistic-list .entry .num {
  font-size: 36px;
  margin: 0 7px;
}
.title-section .statistic-list .divider {
  color: #fff;
  font-size: 24px;
  margin: 0 20px;
}
.title-section .four-steps-box {
  position: relative;
  margin-top: -50px;
  top: 100px;
  background: #3260d3;
  border-radius: 4px;
  padding: 20px 40px;
}
.title-section .four-steps-box .four-steps-left {
  padding: 30px 20px;
  font-size: 30px;
  color: #fff;
  text-align: center;
}
.title-section .four-steps-box .four-steps-right {
  padding: 0 30px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.title-section .four-steps-box .four-steps-right .four-steps-step {
  margin-bottom: 10px;
}
.title-section .four-steps-box .four-steps-right .four-steps-step .step-top {
  position: relative;
}
.title-section .four-steps-box .four-steps-right .four-steps-step .step-top img:nth-child(2) {
  position: absolute;
  left: 38px;
  top: 34px;
}
.title-section .four-steps-box .four-steps-right .four-steps-step .step-bottom {
  display: flex;
  align-items: center;
}
.title-section .four-steps-box .four-steps-right .four-steps-step .step-bottom .bottom-left {
  opacity: 0.2;
  font-family: DINAlternate-Bold, "Microsoft Yahei", SimSun, STHeiti, "PingFang SC";
  font-size: 36px;
  color: #ffffff;
  margin-right: 5px;
}
.title-section .four-steps-box .four-steps-right .four-steps-step .step-bottom .bottom-right {
  font-size: 14px;
  color: #fff;
}
.title-section .four-steps-box .four-steps-right .divider {
  padding: 0 20px;
  position: relative;
  top: -30px;
}

.section-title {
  font-family: PingFangSC-Regular, "Microsoft Yahei", SimSun, STHeiti, "PingFang SC";
  font-size: 36px;
  color: #17233d;
}
.section-title .en {
  color: #ededed;
}

.products-section {
  margin-top: 130px;
}
.product-cards-single {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  padding: 18px 18px 40px;
  transition: 0.5s all ease;
}
.product-cards-single:hover {
  transform: translateY(-10px);
}
.product-cards-single .card-title {
  font-size: 18px;
  color: #18233d;
}
.product-cards-single .card-rate {
  margin: 14px 0 20px 0;
  font-family: DINAlternate-Bold, "Microsoft Yahei", SimSun, STHeiti, "PingFang SC";
}
.product-cards-single .card-rate span:nth-child(1) {
  color: #f36a43;
  font-size: 36px;
}
.product-cards-single .card-rate span:nth-child(2) {
  color: #f36a43;
  font-size: 24px;
  margin-right: 6px;
}
.product-cards-single .card-rate span:nth-child(3) {
  display: inline-block;
  width: 10px;
  height: 1px;
  background: #b2bdcc;
  margin-bottom: 12px;
}
.product-cards-single .card-rate span:nth-child(4) {
  color: #f36a43;
  font-size: 36px;
}
.product-cards-single .card-rate span:nth-child(5) {
  color: #f36a43;
  font-size: 24px;
  margin-right: 6px;
}
.product-cards-single .card-rate span:nth-child(6) {
  opacity: 0.6;
  font-size: 12px;
  color: #17233d;
}
.product-cards-single .card-term {
  font-size: 12px;
  color: #17233d;
}
.product-cards-single .card-term span:first-child {
  padding-right: 10px;
  border-right: 1px solid #b2bdcc;
}
.product-cards-single .card-term span:last-child {
  padding-left: 10px;
}
.product-cards-single .card-details {
  line-height: 30px;
  font-size: 14px;
  color: #126bfb;
  margin: 30px auto 10px;
  border: 1px solid #126bfb;
  border-radius: 2px;
  text-align: center;
  cursor: pointer;
}
.product-cards-single .card-details:hover {
  background-color: #126bfb;
  color: #fff;
}
.product-cards-single .card-docking {
  font-size: 12px;
  color: #18243e;
  text-align: center;
}
.product-cards-single .card-docking .card-number {
  color: #126bfb;
}
.product-cards-single .breadcrumb {
  background-color: transparent;
  padding: 10px 0;
}

.news-section .news-title {
  padding: 40px 28px;
  background: center center/cover url(../img/news-title-bg.png);
}
.news-section .news-title .title {
  font-size: 36px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ededed;
}
.news-section .news-title .title .en {
  margin-top: 10px;
  font-size: 22px;
  position: relative;
}
.news-section .news-title .title .en::before {
  content: "";
  top: -12px;
  position: absolute;
  width: 67px;
  height: 5px;
  background-color: #fff;
}
.news-section .table-wrapper .table {
  border: 1px solid #efefef;
  border-collapse: none;
  margin-bottom: 0;
  background: center center/cover url(../img/table-bg.png);
}
.news-section .table-wrapper .table td {
  padding: 30px;
  border-bottom: 1px solid #efefef;
}
.news-section .table-wrapper .table th {
  padding: 15px 30px;
  font-size: 18px;
  color: #000000;
  background: #efefef;
}

.statistic-section #pieChart {
  height: 400px;
}
.statistic-section #barChart {
  height: 400px;
}

.experts-section .experts-list .entry {
  text-align: center;
}
.experts-section .experts-list .entry .avatar-wrapper img {
  width: 100%;
  max-width: 300px;
  border-radius: 50%;
  object-fit: cover;
}
.experts-section .experts-list .entry .title {
  font-size: 18px;
  color: #000;
  margin: 10px 0;
}
.experts-section .experts-list .entry .subtitle {
  font-size: 18px;
  color: #999;
}

.partner-section {
  background-color: #f5f5f7;
}
.partner-section .partner-list img {
  width: 100%;
}

.footer-section {
  padding: 60px 0 80px;
  background-color: #18233d;
  color: #fff;
  line-height: 30px;
  font-size: 14px;
}
.footer-section .external-link-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 20px;
}
.footer-section .external-link-list .title {
  color: #fff;
}
.footer-section .external-link-list .btn-external {
  margin-left: 10px;
  background: rgba(255, 255, 255, 0);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 2px;
  color: #fff;
  font-size: 14px;
}
.footer-section .external-link-list .dropdown-menu {
  font-size: 14px;
  max-height: 400px;
  overflow: auto;
}
.footer-section .external-link-list .dropdown-menu a {
  color: #333;
}
.footer-section a {
  color: #fff;
}

.carousel {
  height: 100%;
}
.carousel .carousel-inner {
  height: 100%;
}
.carousel .carousel-inner .carousel-item {
  height: 100%;
}
.carousel .carousel-inner .carousel-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media only screen and (max-width: 767px) {
  #topNavbar {
    padding: 0 15px;
  }
  #topNavbar .navbar-brand img {
    width: 80px;
  }
  #topNavbar .navbar-nav {
    padding-bottom: 20px;
  }
  #topNavbar .navbar-nav .nav-item {
    padding: 8px;
  }
  #topNavbar .navbar-nav .nav-item:nth-child(n+1) {
    border-left: 0;
  }
  #topNavbar .navbar-nav .nav-item .nav-link {
    font-size: 18px;
  }
  .logo-wrapper {
    display: none;
  }
}
@media only screen and (max-width: 575px) {
  .title-section .four-steps-box .four-steps-right {
    flex-direction: column;
  }
  .title-section .four-steps-box .four-steps-right .divider {
    top: -10px;
  }
}

/*# sourceMappingURL=style.css.map */
