/*覆盖样式*/
.bg-body-tertiary {
  background: none !important;
}
.btn {
  --bs-btn-border-radius: 2rem;
}
.btn-lg {
  --bs-btn-border-radius: 2rem;
  --bs-btn-padding-x: 2rem;
}
.navbar-toggler-icon {
  background-image: url(../asset/menu.png);
}
body {
  min-width: 375px;
}
.mb {
  margin-bottom: 2rem;
}
.primary{
  color: var(--bs-blue);
}
/* 媒体查询 */
@media screen and (max-width: 900px) {
  html {
    font-size: 14px;
  }
  .page-flow .flows,
  .page-flow .flows ul,
  .page-flow .flows li {
    flex-direction: column;
  }
  .page-flow .arrow {
    transform: rotate(90deg);
  }
  .page-flow h4 {
    text-align: center;
  }
  .hide-xs {
    display: none;
  }
  .page-product .card li {
    font-size: 12px;
  }
  .page-introduce .rt {
    text-align: center;
  }
}

@media screen and (min-width: 992px) {
  .page-1 .container {
    position: relative;
  }
  .navbar {
    position: absolute;
    width: 100%;
    z-index: 10;
  }
}
@media screen and (min-width: 1200px) {
  html {
    font-size: 16px;
  }
  .container .title {
    font-size: 2.5rem;
  }
}
ul {
  padding: 0;
}
li {
  list-style: none;
}
a {
  text-decoration: none;
}
.pd10 {
  padding: 1rem;
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
}
.container .title {
  text-align: center;
  
  padding: 4vw;
}


/*自定义样式*/
.page-1 {
  color: #fff;
  background-color: #030f32;
  overflow: hidden;
}
.page-1 a,.page-1 .btn:hover {
  color: #fff;
}
.page-1 a:hover,
.page-service section:hover,
.page-test .card:hover {
  color: #0071ff;
}

.navbar-brand {
  height: 40px;
}

.navbar-nav {
  align-items: center;
  --bs-nav-link-padding-x: 1rem;
}
.nav-item {
  padding: 0 1rem;
}
.banner {
  margin: 0 -10%;
  width: 120%;
  color: #fff;
  flex-flow: column;
  text-align: center;
  align-items: center;
  z-index: 1;
  padding-top: 0.5rem;
  position: relative;
}
.banner .btn {
  position: absolute;
  bottom: 10%;
  left: 10%;
}
.card {
  background: #ffffff;
  box-shadow: 0px 0px 50px 0px rgba(0, 43, 96, 0.1);
  border: none;
  text-align: center;
}
.bg {
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding-bottom: 8vw;
}
.page-introduce {
  background-image: url(../asset/introduce-bg.png);
}
.page-product {
  background-image: url(../asset/bg-product.png);
}
.page-flow {
  background-image: url(../asset/bg-flow.png);
}

.page-flow ul {
  flex-wrap: wrap;
}

.page-introduce .row {
  align-items: center;
}
.page-introduce h3 {
  margin: 2rem 0;
}
.page-service .row {
  flex-wrap: wrap;
}

.page-service .col i {
  width: 30%;
  display: inline-block;

}
.page-service .hover{
  display: none;
}
.page-service section:hover .default{
  display: none;
}
.page-service section:hover .hover{
  display: inline-block;
}
.page-service .row i img {
  width: 100%;
}

.page-service section {
  width: 90%;
  text-align: center;
  line-height: 2;
}

.page-service section h4 {
  margin: 2rem 0;
  font-weight: bold;
}
.page-service section p {
  font-size: 1.2rem;
}

.page-test i img {
  width: 60px;
}
.page-test .col {
  margin-bottom: 1rem;
}
.page-test .card {
  height: 100%;
  padding: 10%;
  line-height: 2;
  width: 90%;
  margin: 0 auto;
}

.page-test h4 {
  margin: 1rem;
}

.page-product .card {
  background: #f6faff;
  flex-direction: row !important;
}
.page-product .card li {
  border-bottom: 1px #f1f1f1 solid;
  line-height: 3;
  font-size: 1.1rem;
  white-space: nowrap;
}
.page-product .tbody li:last-child {
  border: none;
}
.page-product .thead li {
  text-align: left;
  padding-left: 20%;
}
.page-product .tbody {
  box-shadow: 0px 0px 50px 0px rgba(0, 43, 96, 0.1);
  background-color: #fff;
}
.page-product h5 {
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 3;
  margin-bottom: 0;
}
.page-product img {
  width: 1.5rem;
}
.page-flow .container {
  max-width: 9999px;
}
.page-flow .flows {
  margin-bottom: 2rem;
  width: 80vw;
  margin: 0 auto 3rem;
}
.page-flow .flows,
.page-flow .flows ul,
.page-flow .flows li {
  display: flex;
  align-items: center;
  white-space: nowrap;
  padding-left: 0;
}
.page-flow h4 {
  width: 20%;
  flex: 0;
  min-width: 90px;
}
.page-flow .item {
  background: url(../asset/icon-flow.png) no-repeat;
  background-size: 100%;
  width: 270px;
  height: 108px;
  display: flex;
  line-height: 108px;
}
.page-flow .item i {
  width: 15px;
  height: 22px;
  font-size: 30px;
  color: #0071ff;
  display: inline-block;
  width: 40%;
  text-align: center;
  font-style: normal;
}
.page-flow .item p {
  width: 81px;
  height: 20px;
  font-size: 1.2rem;
  color: #ffffff;
}
.page-flow .arrow {
  background: url(../asset/icon-arrow.png) no-repeat;
  background-size: 100%;
  width: 71px;
  height: 44px;
  display: block;
}
.page-flow .foot {
  padding-top: 3vw;
}

/*底部*/
.page-footer {
  text-align: center;
  position: relative;
}
.page-footer {
  width: 100%;
  padding: 5% 10% 3%;
  background-color: #000 !important;
  color: #fff;
}
.page-footer .contents {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.page-footer .contents .content {
  text-align: left;
  padding: 0 1px;
}
.page-footer .icp {
  font-size: 0.8rem;
  color: #fff;
  opacity: 0.3;
}
.page-footer .contents .content ul {
  list-style-type: none;
  font-weight: 600;
  padding-left: 0 !important;
  line-height: 1.5rem;
  font-size: 1.2rem;
}
.page-footer .contents .content ul li {
  font-size: 1rem;
  font-weight: 400;
  color: #fff;
  opacity: 0.7;
  margin-top: 0.5rem;
}
.page-footer .contents .content ul a:hover li {
  opacity: 1;
}
