*,
body,
html {
  margin: 0px;
  padding: 0;
}

ol,
ul {
  list-style-type: none;
  margin: 0px;
  padding: 0;
}

img {
  vertical-align: middle;
  border: 0;
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

a,
button,
select {
  cursor: pointer;
  transition: 0.2s ease;
}

a:focus,
button:focus,
select:focus {
  outline: 0;
}

a:hover {
  color: #008dec;
}

.slick-slide {
  outline: 0;
}

/* navigation start */
.fixed-top {
  background: rgba(255, 255, 255, 0.5);
}

.navigation .navbar {
  padding: 0;
}

.navigation .navbar-brand .logo-title {
  height: 34px;
  margin: 8px;
}
.navbar-toggler:focus{
  box-shadow: unset;
}

.navigation .navbar-collapse .navbar-nav .nav-item a {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #090E34;
  line-height: 30px;
  margin: 0 20px;
}

.navigation .navbar-collapse .navbar-nav .nav-item.active a {
  color: #1A7AE7;
  position: relative;
  cursor: pointer;
}

.navigation .navbar-collapse .navbar-nav .nav-item.active a::after {
  content: "";
  position: absolute;
  left: calc(50% - 9px);
  bottom: 0;
  width: 18px;
  height: 2px;
  background-color: #1A7AE7;
}

.navigation .navbar-right-btns button {
  background: linear-gradient(270deg, #1FA9F7 0%, #065CFF 100%);
  border-radius: 4px;
  color: #fff;
  font-size: 12px;
  padding: 6px 15px;
  line-height: 20px;
}

/* 当屏幕分辨率小于768时的样式 */
@media (max-width: 768px) {
  .navigation .navbar-collapse {
    display: none;
    background-color: #fff;
    height: 100vh;
  }
  .navigation .navbar-right-btns {
    display: none;
  }
}

.navigation {
  transition: 0.3s ease;
}

.navbar {
  transition: 0.3s ease;
}

@media (max-width: 991px) {
  .navbar-collapse {
    padding-bottom: 20px;
  }
}

.nav-bg {
  background-color: #fff !important;
  box-shadow: 0px 10px 20px 0px rgba(0, 141, 236, 0.1);
}

.nav-bg .navbar {
  padding: 10px 0 !important;
}
/* navigation end */


/* footer start */
.footer {
  width: 70%;
  margin: 0 auto;
}

.footer .footer-top {}

.footer .footer-top ul {
  display: flex;
  margin: 24px auto;
  border-bottom: 1px solid #E4EBF7;
  padding: 24px 0;
}

.footer .footer-top ul li {
  list-style: none;
  flex: 1;
  text-align: center;
}

.footer .footer-top ul li img {
  width: 36px;
}

.footer .footer-top ul li label {
  font-weight: bold;
  font-size: 14px;
  color: #090E34;
  margin-left: 6px;
}

.footer .footer-content {
  display: flex;
  border-bottom: 1px solid #E4EBF7;
  padding-bottom: 24px;
}

.footer .footer-content .footer-content-left {
  width: 80%;
  display: flex;
}

.footer .footer-content .footer-content-left dl {
  flex: 1;
  margin: 0;
  padding: 0;
}

.footer .footer-content .footer-content-left dt {
  font-weight: bold;
  font-size: 14px;
  color: #090E34;
  line-height: 34px;
}

.footer .footer-content .footer-content-left dd {
  font-weight: normal;
  font-size: 13px;
  color: #53566C;
  line-height: 26px;
  margin: 0;
}

.footer .footer-content .footer-content-right {
  width: 20%;
}

.footer .footer-content .footer-content-right p {
  font-weight: bold;
  font-size: 14px;
  color: #090E34;
  line-height: 34px;
}

.footer .footer-content .footer-content-right div img {
  width: 46%;
}

.footer .footer-content .footer-content-right span {
  color: #090E34;
  font-size: 12px;
  display: block;
  line-height: 20px;
  margin-bottom: 5px;
}


.footer .footer-copyright {
  font-weight: 400;
  font-size: 12px;
  color: #53566C;
  line-height: 40px;
  text-align: center;
}

.footer .footer-copyright a {
  color: #53566C;
  text-decoration: none;
}

/* 当屏幕分辨率小于768时的样式 */
@media (max-width: 768px) {
  .footer {
    width: 92%;
  }

  .footer .footer-top ul li label {
    font-size: 11px;
  }

  .footer .footer-content {
    display: block;
  }

  .footer .footer-content .footer-content-left {
    width: 100%;
  }

  .footer .footer-content .footer-content-left dd {
    font-size: 11px;
    line-height: 20px;
    margin: 5px;
  }

  .footer .footer-content .footer-content-right {
    width: 100%;
  }
}

/* footer end */