@font-face {
  font-family: Alibaba-PuHuiTi-Bold;
  src: url(/fonts/Alibaba-PuHuiTi-Bold.ttf);
}

.w-100 {
  width: 100% !important;
}

.mr-3, .mx-3 {
  margin-right: 1rem !important;
}

.mb-0, .my-0 {
  margin-bottom: 0 !important;
}

.mb-2,.my-2 {
  margin-bottom: .5rem !important
}

.ml-2, .mx-2 {
  margin-left: .5rem !important;
}

.display-4 {
  font-size: 2.25rem;
  font-weight: 300;
  line-height: 1.2;
}

.text-white {
  color: #fff !important;
}

.font-size-small {
  font-size: .875rem;
}

.font-size-normal {
  font-size: 1rem;
}

.font-size-extra {
  font-size: 1.375rem;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.btn-c {
  display: inline-block;
  font-weight: 700;
  color: #000;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: .125rem solid transparent;
  padding: .71875rem 1.4375rem;
  font-size: .875rem;
  line-height: 1.5;
  border-radius: 0;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

.btn-c:hover {
  color: #000;
  text-decoration: none;
}

.btn-outline-white {
  color: #fff;
  border-color: #fff;
}

.btn-outline-white:hover {
  color: #000;
  background-color: #fff;
  border-color: #fff;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.d-none {
  display: none !important;
}

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

.container,.container-fluid,.container-sm,.container-md,.container-lg,.container-xl,.container-xxl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto
}

.justify-content-between {
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}

@media (min-width: 768px) {
  .m-md-0 {
      margin:0 !important
  }

  .mt-md-0,.my-md-0 {
      margin-top: 0 !important
  }

  .mr-md-0,.mx-md-0 {
      margin-right: 0 !important
  }

  .mb-md-0,.my-md-0 {
      margin-bottom: 0 !important
  }

  .ml-md-0,.mx-md-0 {
      margin-left: 0 !important
  }

  .m-md-1 {
      margin: .25rem !important
  }

  .mt-md-1,.my-md-1 {
      margin-top: .25rem !important
  }

  .mr-md-1,.mx-md-1 {
      margin-right: .25rem !important
  }

  .mb-md-1,.my-md-1 {
      margin-bottom: .25rem !important
  }

  .ml-md-1,.mx-md-1 {
      margin-left: .25rem !important
  }

  .m-md-2 {
      margin: .5rem !important
  }

  .mt-md-2,.my-md-2 {
      margin-top: .5rem !important
  }

  .mr-md-2,.mx-md-2 {
      margin-right: .5rem !important
  }

  .mb-md-2,.my-md-2 {
      margin-bottom: .5rem !important
  }

  .ml-md-2,.mx-md-2 {
      margin-left: .5rem !important
  }

  .m-md-3 {
      margin: 1rem !important
  }

  .mt-md-3,.my-md-3 {
      margin-top: 1rem !important
  }

  .mr-md-3,.mx-md-3 {
      margin-right: 1rem !important
  }

  .mb-md-3,.my-md-3 {
      margin-bottom: 1rem !important
  }

  .ml-md-3,.mx-md-3 {
      margin-left: 1rem !important
  }

  .m-md-4 {
      margin: 1.5rem !important
  }

  .mt-md-4,.my-md-4 {
      margin-top: 1.5rem !important
  }

  .mr-md-4,.mx-md-4 {
      margin-right: 1.5rem !important
  }

  .mb-md-4,.my-md-4 {
      margin-bottom: 1.5rem !important
  }

  .ml-md-4,.mx-md-4 {
      margin-left: 1.5rem !important
  }

  .m-md-5 {
      margin: 3rem !important
  }

  .mt-md-5,.my-md-5 {
      margin-top: 3rem !important
  }

  .mr-md-5,.mx-md-5 {
      margin-right: 3rem !important
  }

  .mb-md-5,.my-md-5 {
      margin-bottom: 3rem !important
  }

  .ml-md-5,.mx-md-5 {
      margin-left: 3rem !important
  }

  .p-md-0 {
      padding: 0 !important
  }

  .pt-md-0,.py-md-0 {
      padding-top: 0 !important
  }

  .pr-md-0,.px-md-0 {
      padding-right: 0 !important
  }

  .pb-md-0,.py-md-0 {
      padding-bottom: 0 !important
  }

  .pl-md-0,.px-md-0 {
      padding-left: 0 !important
  }

  .p-md-1 {
      padding: .25rem !important
  }

  .pt-md-1,.py-md-1 {
      padding-top: .25rem !important
  }

  .pr-md-1,.px-md-1 {
      padding-right: .25rem !important
  }

  .pb-md-1,.py-md-1 {
      padding-bottom: .25rem !important
  }

  .pl-md-1,.px-md-1 {
      padding-left: .25rem !important
  }

  .p-md-2 {
      padding: .5rem !important
  }

  .pt-md-2,.py-md-2 {
      padding-top: .5rem !important
  }

  .pr-md-2,.px-md-2 {
      padding-right: .5rem !important
  }

  .pb-md-2,.py-md-2 {
      padding-bottom: .5rem !important
  }

  .pl-md-2,.px-md-2 {
      padding-left: .5rem !important
  }

  .p-md-3 {
      padding: 1rem !important
  }

  .pt-md-3,.py-md-3 {
      padding-top: 1rem !important
  }

  .pr-md-3,.px-md-3 {
      padding-right: 1rem !important
  }

  .pb-md-3,.py-md-3 {
      padding-bottom: 1rem !important
  }

  .pl-md-3,.px-md-3 {
      padding-left: 1rem !important
  }

  .p-md-4 {
      padding: 1.5rem !important
  }

  .pt-md-4,.py-md-4 {
      padding-top: 1.5rem !important
  }

  .pr-md-4,.px-md-4 {
      padding-right: 1.5rem !important
  }

  .pb-md-4,.py-md-4 {
      padding-bottom: 1.5rem !important
  }

  .pl-md-4,.px-md-4 {
      padding-left: 1.5rem !important
  }

  .p-md-5 {
      padding: 3rem !important
  }

  .pt-md-5,.py-md-5 {
      padding-top: 3rem !important
  }

  .pr-md-5,.px-md-5 {
      padding-right: 3rem !important
  }

  .pb-md-5,.py-md-5 {
      padding-bottom: 3rem !important
  }

  .pl-md-5,.px-md-5 {
      padding-left: 3rem !important
  }

  .m-md-n1 {
      margin: -.25rem !important
  }

  .mt-md-n1,.my-md-n1 {
      margin-top: -.25rem !important
  }

  .mr-md-n1,.mx-md-n1 {
      margin-right: -.25rem !important
  }

  .mb-md-n1,.my-md-n1 {
      margin-bottom: -.25rem !important
  }

  .ml-md-n1,.mx-md-n1 {
      margin-left: -.25rem !important
  }

  .m-md-n2 {
      margin: -.5rem !important
  }

  .mt-md-n2,.my-md-n2 {
      margin-top: -.5rem !important
  }

  .mr-md-n2,.mx-md-n2 {
      margin-right: -.5rem !important
  }

  .mb-md-n2,.my-md-n2 {
      margin-bottom: -.5rem !important
  }

  .ml-md-n2,.mx-md-n2 {
      margin-left: -.5rem !important
  }

  .m-md-n3 {
      margin: -1rem !important
  }

  .mt-md-n3,.my-md-n3 {
      margin-top: -1rem !important
  }

  .mr-md-n3,.mx-md-n3 {
      margin-right: -1rem !important
  }

  .mb-md-n3,.my-md-n3 {
      margin-bottom: -1rem !important
  }

  .ml-md-n3,.mx-md-n3 {
      margin-left: -1rem !important
  }

  .m-md-n4 {
      margin: -1.5rem !important
  }

  .mt-md-n4,.my-md-n4 {
      margin-top: -1.5rem !important
  }

  .mr-md-n4,.mx-md-n4 {
      margin-right: -1.5rem !important
  }

  .mb-md-n4,.my-md-n4 {
      margin-bottom: -1.5rem !important
  }

  .ml-md-n4,.mx-md-n4 {
      margin-left: -1.5rem !important
  }

  .m-md-n5 {
      margin: -3rem !important
  }

  .mt-md-n5,.my-md-n5 {
      margin-top: -3rem !important
  }

  .mr-md-n5,.mx-md-n5 {
      margin-right: -3rem !important
  }

  .mb-md-n5,.my-md-n5 {
      margin-bottom: -3rem !important
  }

  .ml-md-n5,.mx-md-n5 {
      margin-left: -3rem !important
  }

  .m-md-auto {
      margin: auto !important
  }

  .mt-md-auto,.my-md-auto {
      margin-top: auto !important
  }

  .mr-md-auto,.mx-md-auto {
      margin-right: auto !important
  }

  .mb-md-auto,.my-md-auto {
      margin-bottom: auto !important
  }

  .ml-md-auto,.mx-md-auto {
      margin-left: auto !important
  }
}

@media (min-width: 992px) {
  .m-lg-0 {
      margin:0 !important
  }

  .mt-lg-0,.my-lg-0 {
      margin-top: 0 !important
  }

  .mr-lg-0,.mx-lg-0 {
      margin-right: 0 !important
  }

  .mb-lg-0,.my-lg-0 {
      margin-bottom: 0 !important
  }

  .ml-lg-0,.mx-lg-0 {
      margin-left: 0 !important
  }

  .m-lg-1 {
      margin: .25rem !important
  }

  .mt-lg-1,.my-lg-1 {
      margin-top: .25rem !important
  }

  .mr-lg-1,.mx-lg-1 {
      margin-right: .25rem !important
  }

  .mb-lg-1,.my-lg-1 {
      margin-bottom: .25rem !important
  }

  .ml-lg-1,.mx-lg-1 {
      margin-left: .25rem !important
  }

  .m-lg-2 {
      margin: .5rem !important
  }

  .mt-lg-2,.my-lg-2 {
      margin-top: .5rem !important
  }

  .mr-lg-2,.mx-lg-2 {
      margin-right: .5rem !important
  }

  .mb-lg-2,.my-lg-2 {
      margin-bottom: .5rem !important
  }

  .ml-lg-2,.mx-lg-2 {
      margin-left: .5rem !important
  }

  .m-lg-3 {
      margin: 1rem !important
  }

  .mt-lg-3,.my-lg-3 {
      margin-top: 1rem !important
  }

  .mr-lg-3,.mx-lg-3 {
      margin-right: 1rem !important
  }

  .mb-lg-3,.my-lg-3 {
      margin-bottom: 1rem !important
  }

  .ml-lg-3,.mx-lg-3 {
      margin-left: 1rem !important
  }

  .m-lg-4 {
      margin: 1.5rem !important
  }

  .mt-lg-4,.my-lg-4 {
      margin-top: 1.5rem !important
  }

  .mr-lg-4,.mx-lg-4 {
      margin-right: 1.5rem !important
  }

  .mb-lg-4,.my-lg-4 {
      margin-bottom: 1.5rem !important
  }

  .ml-lg-4,.mx-lg-4 {
      margin-left: 1.5rem !important
  }

  .m-lg-5 {
      margin: 3rem !important
  }

  .mt-lg-5,.my-lg-5 {
      margin-top: 3rem !important
  }

  .mr-lg-5,.mx-lg-5 {
      margin-right: 3rem !important
  }

  .mb-lg-5,.my-lg-5 {
      margin-bottom: 3rem !important
  }

  .ml-lg-5,.mx-lg-5 {
      margin-left: 3rem !important
  }

  .p-lg-0 {
      padding: 0 !important
  }

  .pt-lg-0,.py-lg-0 {
      padding-top: 0 !important
  }

  .pr-lg-0,.px-lg-0 {
      padding-right: 0 !important
  }

  .pb-lg-0,.py-lg-0 {
      padding-bottom: 0 !important
  }

  .pl-lg-0,.px-lg-0 {
      padding-left: 0 !important
  }

  .p-lg-1 {
      padding: .25rem !important
  }

  .pt-lg-1,.py-lg-1 {
      padding-top: .25rem !important
  }

  .pr-lg-1,.px-lg-1 {
      padding-right: .25rem !important
  }

  .pb-lg-1,.py-lg-1 {
      padding-bottom: .25rem !important
  }

  .pl-lg-1,.px-lg-1 {
      padding-left: .25rem !important
  }

  .p-lg-2 {
      padding: .5rem !important
  }

  .pt-lg-2,.py-lg-2 {
      padding-top: .5rem !important
  }

  .pr-lg-2,.px-lg-2 {
      padding-right: .5rem !important
  }

  .pb-lg-2,.py-lg-2 {
      padding-bottom: .5rem !important
  }

  .pl-lg-2,.px-lg-2 {
      padding-left: .5rem !important
  }

  .p-lg-3 {
      padding: 1rem !important
  }

  .pt-lg-3,.py-lg-3 {
      padding-top: 1rem !important
  }

  .pr-lg-3,.px-lg-3 {
      padding-right: 1rem !important
  }

  .pb-lg-3,.py-lg-3 {
      padding-bottom: 1rem !important
  }

  .pl-lg-3,.px-lg-3 {
      padding-left: 1rem !important
  }

  .p-lg-4 {
      padding: 1.5rem !important
  }

  .pt-lg-4,.py-lg-4 {
      padding-top: 1.5rem !important
  }

  .pr-lg-4,.px-lg-4 {
      padding-right: 1.5rem !important
  }

  .pb-lg-4,.py-lg-4 {
      padding-bottom: 1.5rem !important
  }

  .pl-lg-4,.px-lg-4 {
      padding-left: 1.5rem !important
  }

  .p-lg-5 {
      padding: 3rem !important
  }

  .pt-lg-5,.py-lg-5 {
      padding-top: 3rem !important
  }

  .pr-lg-5,.px-lg-5 {
      padding-right: 3rem !important
  }

  .pb-lg-5,.py-lg-5 {
      padding-bottom: 3rem !important
  }

  .pl-lg-5,.px-lg-5 {
      padding-left: 3rem !important
  }

  .m-lg-n1 {
      margin: -.25rem !important
  }

  .mt-lg-n1,.my-lg-n1 {
      margin-top: -.25rem !important
  }

  .mr-lg-n1,.mx-lg-n1 {
      margin-right: -.25rem !important
  }

  .mb-lg-n1,.my-lg-n1 {
      margin-bottom: -.25rem !important
  }

  .ml-lg-n1,.mx-lg-n1 {
      margin-left: -.25rem !important
  }

  .m-lg-n2 {
      margin: -.5rem !important
  }

  .mt-lg-n2,.my-lg-n2 {
      margin-top: -.5rem !important
  }

  .mr-lg-n2,.mx-lg-n2 {
      margin-right: -.5rem !important
  }

  .mb-lg-n2,.my-lg-n2 {
      margin-bottom: -.5rem !important
  }

  .ml-lg-n2,.mx-lg-n2 {
      margin-left: -.5rem !important
  }

  .m-lg-n3 {
      margin: -1rem !important
  }

  .mt-lg-n3,.my-lg-n3 {
      margin-top: -1rem !important
  }

  .mr-lg-n3,.mx-lg-n3 {
      margin-right: -1rem !important
  }

  .mb-lg-n3,.my-lg-n3 {
      margin-bottom: -1rem !important
  }

  .ml-lg-n3,.mx-lg-n3 {
      margin-left: -1rem !important
  }

  .m-lg-n4 {
      margin: -1.5rem !important
  }

  .mt-lg-n4,.my-lg-n4 {
      margin-top: -1.5rem !important
  }

  .mr-lg-n4,.mx-lg-n4 {
      margin-right: -1.5rem !important
  }

  .mb-lg-n4,.my-lg-n4 {
      margin-bottom: -1.5rem !important
  }

  .ml-lg-n4,.mx-lg-n4 {
      margin-left: -1.5rem !important
  }

  .m-lg-n5 {
      margin: -3rem !important
  }

  .mt-lg-n5,.my-lg-n5 {
      margin-top: -3rem !important
  }

  .mr-lg-n5,.mx-lg-n5 {
      margin-right: -3rem !important
  }

  .mb-lg-n5,.my-lg-n5 {
      margin-bottom: -3rem !important
  }

  .ml-lg-n5,.mx-lg-n5 {
      margin-left: -3rem !important
  }

  .m-lg-auto {
      margin: auto !important
  }

  .mt-lg-auto,.my-lg-auto {
      margin-top: auto !important
  }

  .mr-lg-auto,.mx-lg-auto {
      margin-right: auto !important
  }

  .mb-lg-auto,.my-lg-auto {
      margin-bottom: auto !important
  }

  .ml-lg-auto,.mx-lg-auto {
      margin-left: auto !important
  }

  .col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
}

@media (min-width: 1280px) {
  .m-xl-0 {
      margin:0 !important
  }

  .mt-xl-0,.my-xl-0 {
      margin-top: 0 !important
  }

  .mr-xl-0,.mx-xl-0 {
      margin-right: 0 !important
  }

  .mb-xl-0,.my-xl-0 {
      margin-bottom: 0 !important
  }

  .ml-xl-0,.mx-xl-0 {
      margin-left: 0 !important
  }

  .m-xl-1 {
      margin: .25rem !important
  }

  .mt-xl-1,.my-xl-1 {
      margin-top: .25rem !important
  }

  .mr-xl-1,.mx-xl-1 {
      margin-right: .25rem !important
  }

  .mb-xl-1,.my-xl-1 {
      margin-bottom: .25rem !important
  }

  .ml-xl-1,.mx-xl-1 {
      margin-left: .25rem !important
  }

  .m-xl-2 {
      margin: .5rem !important
  }

  .mt-xl-2,.my-xl-2 {
      margin-top: .5rem !important
  }

  .mr-xl-2,.mx-xl-2 {
      margin-right: .5rem !important
  }

  .mb-xl-2,.my-xl-2 {
      margin-bottom: .5rem !important
  }

  .ml-xl-2,.mx-xl-2 {
      margin-left: .5rem !important
  }

  .m-xl-3 {
      margin: 1rem !important
  }

  .mt-xl-3,.my-xl-3 {
      margin-top: 1rem !important
  }

  .mr-xl-3,.mx-xl-3 {
      margin-right: 1rem !important
  }

  .mb-xl-3,.my-xl-3 {
      margin-bottom: 1rem !important
  }

  .ml-xl-3,.mx-xl-3 {
      margin-left: 1rem !important
  }

  .m-xl-4 {
      margin: 1.5rem !important
  }

  .mt-xl-4,.my-xl-4 {
      margin-top: 1.5rem !important
  }

  .mr-xl-4,.mx-xl-4 {
      margin-right: 1.5rem !important
  }

  .mb-xl-4,.my-xl-4 {
      margin-bottom: 1.5rem !important
  }

  .ml-xl-4,.mx-xl-4 {
      margin-left: 1.5rem !important
  }

  .m-xl-5 {
      margin: 3rem !important
  }

  .mt-xl-5,.my-xl-5 {
      margin-top: 3rem !important
  }

  .mr-xl-5,.mx-xl-5 {
      margin-right: 3rem !important
  }

  .mb-xl-5,.my-xl-5 {
      margin-bottom: 3rem !important
  }

  .ml-xl-5,.mx-xl-5 {
      margin-left: 3rem !important
  }

  .p-xl-0 {
      padding: 0 !important
  }

  .pt-xl-0,.py-xl-0 {
      padding-top: 0 !important
  }

  .pr-xl-0,.px-xl-0 {
      padding-right: 0 !important
  }

  .pb-xl-0,.py-xl-0 {
      padding-bottom: 0 !important
  }

  .pl-xl-0,.px-xl-0 {
      padding-left: 0 !important
  }

  .p-xl-1 {
      padding: .25rem !important
  }

  .pt-xl-1,.py-xl-1 {
      padding-top: .25rem !important
  }

  .pr-xl-1,.px-xl-1 {
      padding-right: .25rem !important
  }

  .pb-xl-1,.py-xl-1 {
      padding-bottom: .25rem !important
  }

  .pl-xl-1,.px-xl-1 {
      padding-left: .25rem !important
  }

  .p-xl-2 {
      padding: .5rem !important
  }

  .pt-xl-2,.py-xl-2 {
      padding-top: .5rem !important
  }

  .pr-xl-2,.px-xl-2 {
      padding-right: .5rem !important
  }

  .pb-xl-2,.py-xl-2 {
      padding-bottom: .5rem !important
  }

  .pl-xl-2,.px-xl-2 {
      padding-left: .5rem !important
  }

  .p-xl-3 {
      padding: 1rem !important
  }

  .pt-xl-3,.py-xl-3 {
      padding-top: 1rem !important
  }

  .pr-xl-3,.px-xl-3 {
      padding-right: 1rem !important
  }

  .pb-xl-3,.py-xl-3 {
      padding-bottom: 1rem !important
  }

  .pl-xl-3,.px-xl-3 {
      padding-left: 1rem !important
  }

  .p-xl-4 {
      padding: 1.5rem !important
  }

  .pt-xl-4,.py-xl-4 {
      padding-top: 1.5rem !important
  }

  .pr-xl-4,.px-xl-4 {
      padding-right: 1.5rem !important
  }

  .pb-xl-4,.py-xl-4 {
      padding-bottom: 1.5rem !important
  }

  .pl-xl-4,.px-xl-4 {
      padding-left: 1.5rem !important
  }

  .p-xl-5 {
      padding: 3rem !important
  }

  .pt-xl-5,.py-xl-5 {
      padding-top: 3rem !important
  }

  .pr-xl-5,.px-xl-5 {
      padding-right: 3rem !important
  }

  .pb-xl-5,.py-xl-5 {
      padding-bottom: 3rem !important
  }

  .pl-xl-5,.px-xl-5 {
      padding-left: 3rem !important
  }

  .m-xl-n1 {
      margin: -.25rem !important
  }

  .mt-xl-n1,.my-xl-n1 {
      margin-top: -.25rem !important
  }

  .mr-xl-n1,.mx-xl-n1 {
      margin-right: -.25rem !important
  }

  .mb-xl-n1,.my-xl-n1 {
      margin-bottom: -.25rem !important
  }

  .ml-xl-n1,.mx-xl-n1 {
      margin-left: -.25rem !important
  }

  .m-xl-n2 {
      margin: -.5rem !important
  }

  .mt-xl-n2,.my-xl-n2 {
      margin-top: -.5rem !important
  }

  .mr-xl-n2,.mx-xl-n2 {
      margin-right: -.5rem !important
  }

  .mb-xl-n2,.my-xl-n2 {
      margin-bottom: -.5rem !important
  }

  .ml-xl-n2,.mx-xl-n2 {
      margin-left: -.5rem !important
  }

  .m-xl-n3 {
      margin: -1rem !important
  }

  .mt-xl-n3,.my-xl-n3 {
      margin-top: -1rem !important
  }

  .mr-xl-n3,.mx-xl-n3 {
      margin-right: -1rem !important
  }

  .mb-xl-n3,.my-xl-n3 {
      margin-bottom: -1rem !important
  }

  .ml-xl-n3,.mx-xl-n3 {
      margin-left: -1rem !important
  }

  .m-xl-n4 {
      margin: -1.5rem !important
  }

  .mt-xl-n4,.my-xl-n4 {
      margin-top: -1.5rem !important
  }

  .mr-xl-n4,.mx-xl-n4 {
      margin-right: -1.5rem !important
  }

  .mb-xl-n4,.my-xl-n4 {
      margin-bottom: -1.5rem !important
  }

  .ml-xl-n4,.mx-xl-n4 {
      margin-left: -1.5rem !important
  }

  .m-xl-n5 {
      margin: -3rem !important
  }

  .mt-xl-n5,.my-xl-n5 {
      margin-top: -3rem !important
  }

  .mr-xl-n5,.mx-xl-n5 {
      margin-right: -3rem !important
  }

  .mb-xl-n5,.my-xl-n5 {
      margin-bottom: -3rem !important
  }

  .ml-xl-n5,.mx-xl-n5 {
      margin-left: -3rem !important
  }

  .m-xl-auto {
      margin: auto !important
  }

  .mt-xl-auto,.my-xl-auto {
      margin-top: auto !important
  }

  .mr-xl-auto,.mx-xl-auto {
      margin-right: auto !important
  }

  .mb-xl-auto,.my-xl-auto {
      margin-bottom: auto !important
  }

  .ml-xl-auto,.mx-xl-auto {
      margin-left: auto !important
  }
}

@media (min-width: 576px) {
  .container,.container-sm {
    max-width:540px
  }
}

@media (min-width: 768px) {
  .container,.container-sm,.container-md {
    max-width:720px
  }
}

@media (min-width: 992px) {
  .container,.container-sm,.container-md,.container-lg {
    max-width:960px
  }
}

@media (min-width: 1280px) {
  .container,.container-sm,.container-md,.container-lg,.container-xl {
    max-width:1200px
  }
}

@media (min-width: 1600px) {
  .container,.container-sm,.container-md,.container-lg,.container-xl,.container-xxl {
    max-width:1440px
  }
}

@media (min-width: 1280px) {
  .width-transition {
    aspect-ratio: 1410 / 540;
    gap: 12px;
  }

  .d-xl-block {
    display: block !important;
  }

  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .align-items-xl-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .width-transition .item {
    display: block;
    text-decoration: none;
    width: 10.4964%;
    padding: 2px;
    position: relative;
    transition: 0.8s cubic-bezier(0.05,0.61,0.41,0.95);
  }

  .width-transition .item.active {
    width: 65.9574%;
    opacity: 1;
  }

  .width-transition .item .mask {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: calc(100% - 4px);
    width: calc(100% - 4px);
    border-radius: 1.25rem;
    overflow: hidden;
    z-index: 1;
  }

  .width-transition .item .mask::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: rotate(180deg);
    border-radius: 1.25rem;
    overflow: hidden;
  }

  .width-transition .item:nth-child(1) .mask::before {
    background: linear-gradient(180deg, #FFF -3.54%, rgba(255, 255, 255, 0.00) 97.95%), linear-gradient(0deg, #1940FF 0.01%, #2AF0E4 232.42%), linear-gradient(0deg, rgba(255, 255, 255, 0.90) 0%, rgba(255, 255, 255, 0.90) 100%), linear-gradient(0deg, #FFF 8.18%, rgba(255, 255, 255, 0.00) 98.18%), linear-gradient(270deg, #FFD600 -11.14%, #FFD600 -9.28%, #FF0E0E 30.8%, #BD00FF 63.88%, #30F 99.4%), linear-gradient(0deg, #1940FF 0%, #82FFF7 112.05%);
  }

  .width-transition .item:nth-child(2) .mask::before {
    background: linear-gradient(180deg, #FFF -3.54%, rgba(255, 255, 255, 0.00) 97.95%), linear-gradient(194deg, #FFD600 -24.94%, #FF0E0E 25.09%, #BD00FF 66.38%, #30F 110.72%), linear-gradient(0deg, rgba(255, 255, 255, 0.90) 0%, rgba(255, 255, 255, 0.90) 100%), linear-gradient(0deg, #FFF 8.18%, rgba(255, 255, 255, 0.00) 98.18%), linear-gradient(270deg, #FFD600 -11.14%, #FFD600 -9.28%, #FF0E0E 30.8%, #BD00FF 63.88%, #30F 99.4%), linear-gradient(0deg, #1940FF 0%, #82FFF7 112.05%);
  }

  .width-transition .item:nth-child(3) .mask::before {
    background: linear-gradient(180deg, #FFF -3.54%, rgba(255, 255, 255, 0.00) 97.95%), linear-gradient(180deg, #FFD600 -47.07%, #6100FF 54.05%, #0057FF 103.15%);
  }

  .width-transition .item:nth-child(4) .mask::before {
    background: linear-gradient(180deg, #FFF -3.54%, rgba(255, 255, 255, 0.00) 97.95%), linear-gradient(217deg, #FFD600 -13.35%, #FF0E0E 52.21%, #BD00FF 106.33%, #30F 164.43%), linear-gradient(0deg, rgba(255, 255, 255, 0.90) 0%, rgba(255, 255, 255, 0.90) 100%), linear-gradient(0deg, #FFF 8.18%, rgba(255, 255, 255, 0.00) 98.18%), linear-gradient(270deg, #FFD600 -11.14%, #FFD600 -9.28%, #FF0E0E 30.8%, #BD00FF 63.88%, #30F 99.4%), linear-gradient(0deg, #1940FF 0%, #82FFF7 112.05%);
  }

  .width-transition .item.active .mask::before {
    background: none;
  }

  .width-transition .item .mask .text-container {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    transition: 0.6s cubic-bezier(0.05,0.61,0.41,0.95);
  }

  .width-transition .item .retract-box {
    text-align: center;
    width: 100%;
    position: absolute;
    left: 50%;
    bottom: 50%;
    transform: translate(-50%, 50%);
    transition: 0.8s cubic-bezier(0.05,0.61,0.41,0.95);
  }

  .width-transition .item.active .retract-box {
    transform: translate(-50%, 50%) translateY(200px);
    opacity: 0;
    transition: none;
  }

  .width-transition .item .unfold-box {
    width: unset;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 2rem;
    opacity: 0;
    transform: translateY(100px);
    background: linear-gradient(0deg, #000 -13.98%, rgba(0, 0, 0, 0.00) 100%);
  }

  .width-transition .item.active .unfold-box {
    width: 100%;
    opacity: 1;
    transform: translateY(0);
    transition: all 0.7s 0.3s;
  }

  .width-transition .item .bg-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transition: 0.8s cubic-bezier(0.05,0.61,0.41,0.95);
  }

  .width-transition .item.active .bg-img {
    opacity: 1;
  }
}

.blod {
 font-weight: 600; 
}

.swiper-banner {
  width: 100%;
  height: 570px;
}

.swiper-banner .swiper-slide {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.swiper-banner .swiper-slide .wh1200 {
  height: 100%;
  position: relative;
  padding-top: 140px;
  padding-left: 76px;
}

.swiper-banner .swiper-slide .title {
  font-weight: 600;
  font-size: 46px;
  color: #333;
}

.swiper-banner .swiper-slide .title .desc{
	margin-top: 2px;
    color: #666a6e;
    font-size: 18px;
    font-weight: 200;
}

.swiper-banner .swiper-slide .subtitle {
  font-weight: 400;
  font-size: 28px;
  line-height: 40px;
  color: #000;
  margin-top: 24px;
}

.swiper-banner .swiper-slide .btn {
  width: 160px;
  height: 44px;
  left: 426px;
  top: 424px;
  background: #1472ff;
  border-radius: 4px;
  font-size: 18px;
  line-height: 44px;
  color: #fff;
  text-align: center;
  position: absolute;
  left: 76px;
  bottom: 90px;
  cursor: pointer;
  border-radius: 4px 4px 20px;
  transition: all .3s;
}

.swiper-banner .swiper-slide .btn.fan{
	 color: #0074E4;
	 background-color: #fff;
	 
}

.swiper-banner .swiper-slide .btn.fan .arrow{
	background-color: #004be1;
	
}
.swiper-banner .swiper-slide .btn.fan .arrow:after {
	
	border-color: transparent #004be1 #004be1 transparent;
}



.swiper-banner .swiper-slide .btn.fan:hover{
	color: #FFF;
	background-color: #0344c7;
}

.swiper-banner .swiper-slide .btn.fan:hover .arrow{
	
	background-color: #FFF;
}
.swiper-banner .swiper-slide .btn.fan:hover .arrow:after{
	
	border-color: transparent #fff #fff transparent;
}


.swiper-banner .swiper-slide .btn .arrow{
    width: 30px;
    height: 1px;
    background-color: #fff;
    display: block;
    float: right;
    margin-top: 20px;
    margin-right: 20px;
}
.swiper-banner .swiper-slide .btn .arrow:after {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-color: transparent #fff #fff transparent;
    border-style: solid;
    border-width: 1px;
    transform: rotate(-45deg);
    position: relative;
    bottom: 2px;
    left: 24px;
}



.swiper-banner .swiper-slide .btn:hover{
	color: #004be1;
    border: 1px solid #004be1;
    background: none;
}

.swiper-banner .swiper-slide .btn:hover .arrow{
	background-color: #004be1;
}

.swiper-banner .swiper-slide .btn:hover .arrow:after {
	border-color: transparent #004be1 #004be1 transparent;
}


.sec {
  padding: 88px 0;
}

.getinfo {
  height: 400px;
  background: url(../../images/home/getimg-bg.png) no-repeat center/cover;
}

.getinfo .content{
	
	width:1200px;
	margin:0 auto;
	position: relative;
	height: 400px;
} 

.getinfo .content .tijiao{
	
	height: 60px;
    width: 200px;
    background: #000;
    color: #fff;
    border-radius: 30px;
    font-size: 20px;
    line-height: 60px;
    text-align: center;
    position: absolute;
    display: block;
    bottom: 57px;
    left: 69px;
}
.getinfo .content .tijiao:hover{
	background: #333;
}

.getinfo .content .kefu {
   background: url(../../images/home/img-kefu-person.png) no-repeat center/cover;
    height: 420px;
    width: 432px;
    position: absolute;
    display: block;
    bottom: 0;
    right: 0;
    z-index: 30;
}

.getinfo-content {
  display: flex;
  align-items: center;
  padding: 56px 40px;
}

.getinfo .data-presentation {
  padding-left: 16px;
  margin-top: 20px;
}

.getinfo .data-presentation .title-box {
  display: flex;
  align-items: center;
}

.getinfo .data-presentation .title-box .title {
      font-weight: bold;
    font-size: 30px;
    line-height: 38px;
    color: #333;
}

.getinfo .data-presentation .title-box .subtitle {
 margin-left: 20px;
 font-size: 24px;
 line-height: 24px;
}

.getinfo .data-presentation .data-box {
  margin-top: 10px;
}

.getinfo .data-presentation .data-box .title {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #666;
}

.e60819{
	margin-top: 10px;
    color: #666a6e;
    font-size: 26px;
    font-weight: 200;
}

.getinfo .data-presentation .data-box .title .subtitle  {
  font-size: 16px;
  color: #666;
  margin-left: 20px;
}

.getinfo .data-presentation .data-box .data-ul {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.getinfo .data-presentation .data-box .data-ul .data-li .num {
  width: 170px;
  font-weight: 500;
  font-size: 30px;
  line-height: 32px;
  font-family: DIN;
  background: linear-gradient(270deg, #012F73 0%, #0A3F8F 100%);;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.getinfo .data-presentation .data-box .data-ul .data-li .text {
	font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    color: #999;
    margin-top: 8px;
}

.getinfo .form {
  padding-left: 60px;
}

.getinfo .form .form-item {
  margin-top: 12px;
    display: flex;
    align-items: center;
}

.getinfo .form .form-item:first-child {
  margin-top: 0px;
}

.getinfo .form .form-item input {
      width: 216px;
    height: 50px;
    box-sizing: border-box;
    padding-left: 24px;
    font-weight: 300;
    font-size: 16px;
    line-height: 16px;
    background: #F4F4F4;
    border-radius: 40px 0 0 40px;
	border: 1px solid #d4e1f3;
}

.getinfo .form .form-item .btn {
	width: 118px;
    height: 50px;
    background: #012F73;
    text-align: center;
    line-height: 50px;
    font-weight: 400;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
    border-radius: 4px;
    border-radius: 0px 40px 40px 0px;
}


.getinfo .form .form-item .btn:hover{
	
	background: #fff;
    color: #fff;
    background-image: linear-gradient(to right, #437fd7, #004be1);
}


.sec1 {
  background: #F6F6F8;
  padding-bottom: 0;
}

.sec1.product_bg{
	
	background-image: url(../../images/home/pro_bg.jpg);
	background-size: 100%;
}

.sec1 .product {
  padding-top: 29px;
  padding-bottom: 96px;
}

.sec1 .product-thumbs {
  background: #0A3F8F;
  border-radius: 4px;
  overflow: hidden;
}

.sec1 .product-thumbs .swiper-slide {
  width: 25%;
  height: 76px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.sec1 .product-thumbs .swiper-slide-thumb-active {
  background: #012F73;
}

.sec1 .product-thumbs .swiper-slide img {
  width: 56px;
}

.sec1 .product-thumbs .swiper-slide span {
  font-weight: 500;
  font-size: 24px;
  line-height: 24px;
  color: #fff;
  margin-left: -8px;
}

.sec1 .product-gallery {
  margin-top: 12px;
}

.sec1 .product-gallery .big-title {
  font-size: 32px;
  line-height: 32px;
  color: #333;
  line-height: 110px;
  text-align: center;
}

.sec1 .product-gallery .product-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 12px;
}

.sec1 .product-gallery .style1 .product-item {
    width: 390px;
    height: 450px;
    background: #FFFFFF;
    box-shadow: 0px 2px 10px rgb(1 47 115 / 12%);
    margin-top: 16px;
    box-sizing: border-box;
    padding: 40px 24px;
    position: relative;
    border-radius: 12px;
    cursor: pointer;
    transition: all .3s;
}

.sec1 .product-gallery .style1 .product-item:hover {
    
    background-image: linear-gradient(to right, #e5f2ff, #fff);
    transform: translateY(-5px);
}

.sec1 .product-gallery .style1 .product-item:nth-child(-n+3) {
  margin-top: 0;
}

.sec1 .product-gallery .style1 .product-item .icon{
	width:65px;
	margin-bottom:20px;
}

.sec1 .product-gallery .style1 .product-item .title {
  font-weight: 600;
  font-size: 32px;
  line-height: 24px;
  color: #000;
  display: flex;
  align-items: center;
}

.sec1 .product-gallery .style1 .product-item .title1{font-size: 22px;}

.sec1 .product-gallery .style1 .product-item .tag {
   /* background: linear-gradient(90deg, rgba(140, 51, 255, 1), rgba(255, 78, 226, 1));*/
	background: linear-gradient(90deg, rgba(25, 64, 255, 1), rgba(42, 240, 228, 1));
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
	font-size: 18px;
	font-weight: 600;
	margin-bottom:15px;
}

.sec1 .product-gallery .style1 .product-item .sub-title {
	height: 18px;
    margin-top: 16px;
}


.sec1 .product-gallery .style1 .product-item .sub-title li{
	width:60px;
	font-size:12px;
	border: 1px solid #012F73;
	border-radius: 4px;
    text-align: center;
	line-height: 22px;
	float:left;
	margin-right:5px;
}

.sec1 .product-gallery .style1 .product-item .desc {
  font-size: 14px;
    line-height: 21px;
    text-align: justify;
    color: #666;
    margin-top: 15px;
}
.sec1 .product-gallery .style1 .product-item .anli{
	margin-top:10px;
}
.sec1 .product-gallery .product-list .product-item .btn-box {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 40px;
  left: 24px;
}

.sec1 .product-gallery .product-list .product-item .btn-box .btn {
 width: 90px;
    height: 32px;
    border: 1px solid #012F73;
    border-radius: 4px;
    text-align: center;
    line-height: 32px;
    font-weight: 500;
    font-size: 14px;
    color: #012F73;
    cursor: pointer;
}

.sec1 .product-gallery .product-list .product-item .btn-box .btn:hover{
	
	background: #e3f1ff;
}

.sec1 .product-gallery .product-list .product-item .btn-box .btn:first-child {
	background: #1472ff;
    color: #fff;
    margin-right: 20px;
}

.sec1 .product-gallery .product-list .product-item .btn-box .btn:first-child:hover{
	background: #004be1;
}

.sec1 .product-gallery .style2 .product-item {
  width: 592px;
  height: 296px;
  background: #FFFFFF;
  box-shadow: 0px 2px 10px rgba(1, 47, 115, 0.12);
  box-sizing: border-box;
  padding: 40px 24px;
  position: relative;
  margin-top: 16px;
  border-radius: 4px;
  transition: all .5s;
}

.sec1 .product-gallery .style2 .product-item:hover {
  transform: translateY(-10px);
}

.sec1 .product-gallery .style2 .product-item:nth-child(-n+2) {
  margin-top: 0;
}

.sec1 .product-gallery .style2 .product-item .title {
  font-weight: 600;
  font-size: 24px;
  line-height: 24px;
  color: #012F73;
}

.sec1 .product-gallery .style2 .product-item .sub-title {
  font-weight: 500;
  font-size: 18px;
  line-height: 18px;
  margin-top: 12px;
  text-align: justify;
  color: #333333;
}

.sec1 .product-gallery .style2 .product-item .desc {
  width: 308px;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  text-align: justify;
  margin-top: 16px;
  color: #666666;
}

.sec1 .product-gallery .product-list .product-item .img {
  width: 310px;
  position: absolute;
  right: 0;
  bottom: 32px;
}

.sec1-2 {
  background-color: #f8fcff;
}

.sec1-2 .tuopu{
	margin: 0 auto; 
	width: 1800px;
	height: 1000px; 	
	padding: 50px 0;
	position: relative;
}

.sec1-2 .tuopu .kuang{
	position: absolute;
    display: block;
	width: 123px;
    height: 138px;
    /*background-color: #333;*/
	opacity: 0.5; /* 整个元素的透明度为50% */
	border-radius: 20px;
}
.sec1-2 .tuopu .wfx{ top: 295px; left: 618px; }
.sec1-2 .tuopu .shangchao{ top: 305px; left: 863px; }
.sec1-2 .tuopu .dajiankang{ top: 305px; left: 1092px; }
.sec1-2 .tuopu .jianzhan{ top: 225px; left: 325px; }
.sec1-2 .tuopu .mingsu{ top: 155px; left: 480px; }
.sec1-2 .tuopu .lvyou{ top: 145px; left: 745px; }
.sec1-2 .tuopu .jiuba{ top: 145px; left: 986px; }
.sec1-2 .tuopu .canyin{ top: 145px; left: 1218px; }
.sec1-2 .tuopu .platform{ top: 225px; right: 295px; }


/**********************************************************/	


.sec2 {
	background-image: url(../../images/home/pro_bg.jpg);
    background-size: 100%;
	box-sizing: border-box;
    padding-bottom: 60px;
}

.sec2 .sec2-thumbs {
  background: #0A3F8F;
  margin-top: 42px;
  border-radius: 4px;
  overflow: hidden;
}

.sec2 .sec2-thumbs .swiper-slide {
  width: 33.33%;
  height: 76px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.sec2 .sec2-thumbs .swiper-slide-thumb-active {
  background: #012F73;
}

.sec2 .sec2-thumbs .swiper-slide img {
  width: 56px;
}

.sec2 .sec2-thumbs .swiper-slide span {
  font-weight: 500;
  font-size: 24px;
  line-height: 24px;
  color: #fff;
  margin-left: -8px;
}

.sec2 .btns {
    width: 145px;
    height: 40px;
    background: #1472ff;
    border-radius: 4px;
    margin: 64px auto 0;
    text-align: center;
    line-height: 40px;
    font-weight: 500;
    font-size: 14px;
    color: #fff;
}

.sec2 .btns .tit{
	float: left;
    margin-left: 20px;
}
.sec2 .btns .arrow{
    width: 40px;
    height: 1px;
    background-color: #fff;
    display: block;
    float: right;
    margin-top: 20px;
    margin-right: 10px;
}
.sec2 .btns .arrow:after {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-color: transparent #fff #fff transparent;
    border-style: solid;
    border-width: 1px;
    transform: rotate(-45deg);
    position: relative;
    bottom: 2px;
    left: 34px;
}
.sec2 .btns:hover {
    color: #004be1;
    border: 1px solid #004be1;
    background: none;
}

.sec2 .btns:hover .arrow{
	background-color: #004be1;
}

.sec2 .btns:hover .arrow:after {
	border-color: transparent #004be1 #004be1 transparent;
}

.sec2 .follow-table-wrap {
  background-color: #f9fbff;
  border-radius: 12px;
  display: flex;
  margin: 40px auto 0;
  overflow: hidden;
  width: 1152px;
}

.sec2 .follow-table__nav {
  background-color: #fff;
  box-shadow: 3px 0 15px #a7c2ff;
  display: flex;
  flex-direction: column;
  padding-top: 8px;
  position: relative;
}

.sec2 .follow-table__nav .follow-table__nav-item {
  align-items: center;
  cursor: pointer;
  display: flex;
  height: 80px;
  justify-content: center;
  line-height: 80px;
  padding-right: 16px;
  text-align: center;
  width: 168px;
}

.sec2 .follow-table__nav .follow-table__nav-item.active {
  color: var(--active-color);
}

.sec2 .follow-table__nav .follow-table__nav-item .iconfont {
  line-height: 1;
  opacity: 0;
  position: relative;
  top: -20px;
}

.sec2 .follow-table__nav .follow-table__nav-item.active .iconfont {
  opacity: 1;
}

.sec2 .follow-table__nav .follow-table__nav-item-decoration {
  border-radius: 4px;
  height: 80px;
  position: absolute;
  right: 0;
  transition: top .2s;
  width: 8px;
}

.sec2 .follow-table__content {
  padding-top: 8px;
  position: relative;
}

.sec2 .follow-table__content .hl-slider {
  position: absolute;
  width: 120px;
  height: 50px;
  background: #fff;
  border-radius: 8px;
  opacity: 0;
  transition: all .2s;
}

.sec2 .follow-table__content .hl-slider.active {
  opacity: 1;
}

.sec2 .follow-table__content .follow-table__row {
  align-items: center;
  height: 64px;
  transition: all .8s;
  width: 512px;
}

.sec2 .follow-table__content .follow-table__row--1,
.sec2 .follow-table__content .follow-table__row--2,
.sec2 .follow-table__content .follow-table__row--3,
.sec2 .follow-table__content .follow-table__row--4,
.sec2 .follow-table__content .follow-table__row--5 {
  color: var(--active-color);
  background-color: transparent;
}

.sec2 .follow-table__content .follow-table__row--1.active,
.sec2 .follow-table__content .follow-table__row--2.active,
.sec2 .follow-table__content .follow-table__row--3.active,
.sec2 .follow-table__content .follow-table__row--4.active,
.sec2 .follow-table__content .follow-table__row--5.active {
  background-color: var(--hl-bg-color);
}

.sec2 .follow-table__content .follow-table__row--1 > ul,
.sec2 .follow-table__content .follow-table__row--2 > ul,
.sec2 .follow-table__content .follow-table__row--3 > ul,
.sec2 .follow-table__content .follow-table__row--4 > ul,
.sec2 .follow-table__content .follow-table__row--5 > ul {
  position: relative;
  width: 100%;
  justify-content: space-between;
  padding: 0 4px;
}

.sec2 .follow-table__content .follow-table__row--1 > ul li,
.sec2 .follow-table__content .follow-table__row--2 > ul li,
.sec2 .follow-table__content .follow-table__row--3 > ul li,
.sec2 .follow-table__content .follow-table__row--4 > ul li,
.sec2 .follow-table__content .follow-table__row--5 > ul li {
  width: 120px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #9ca2c0;
  font-size: 16px;
  cursor: default;
}

.sec2 .follow-table__content .follow-table__row--1.active > ul li,
.sec2 .follow-table__content .follow-table__row--2.active > ul li,
.sec2 .follow-table__content .follow-table__row--3.active > ul li,
.sec2 .follow-table__content .follow-table__row--4.active > ul li,
.sec2 .follow-table__content .follow-table__row--5.active > ul li {
  color: var(--hl-color);
}

.sec2 .follow-table__content .follow-table__row--1 > ul li.active,
.sec2 .follow-table__content .follow-table__row--2 > ul li.active,
.sec2 .follow-table__content .follow-table__row--3 > ul li.active,
.sec2 .follow-table__content .follow-table__row--4 > ul li.active,
.sec2 .follow-table__content .follow-table__row--5 > ul li.active {
  color: inherit;
}

.sec2 .follow-table__pic-wrap {
  background: url(../../images/home/bg-dot.png) no-repeat;
  background-size: 396px 312px;
  margin-top: 48px;
  padding: 26px 0 0;
  width: 396px
}

.sec2 .follow-table__pic-wrap .follow-table__pic-item {
  height: 288px;
  width: 384px
}

.sec2 .follow-table__pic-wrap .follow-table__point {
  background: #fff;
  border-radius: 12px;
  height: 12px;
  width: 12px
}

.sec2 .section4__swiper {
  transition: none;
  width: calc(100% - 56px)
}

.sec2 .section4__swiper.active {
  transition: opacity .2s
}

.sec4{
	background: linear-gradient(180deg,rgba(255,255,255,0.80) 0%,rgba(255,255,255,0.80) 100%),linear-gradient(356deg,#FFF 45.19%,rgba(255,255,255,0.00) 98.91%),linear-gradient(90deg,#FFD600 -9.28%,#d04f37 30.8%,#0054ff 63.88%,#30F 99.4%);
	height:750px;
}

.sec4 .solucon{
	background-color:#fff;
	height: 400px;
	width:370px;
    border-radius:15px;
	padding:40px;
	box-shadow: 0px 7px 14px 0px #eff1fb;
	float:left;
	border: 1px solid #e5e6ff;
	margin: 0px 15px;
	margin-top:40px;
	transition: transform .3s ease;
}
.sec4 .solucon:hover{
	cursor: pointer;
	transform: translateY(-10px)
}

.sec4 .solucon:hover .btn{
	color: #fff;
    background: #000;
}

.sec4 .solucon .icon img{
	
	height:64px;
}

.sec4 .solucon .title{
	background: linear-gradient(90deg, rgb(51 90 255), rgba(255, 78, 226, 1));
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
	font-size: 18px;
    font-weight: bold;
    margin-top: 20px;
}
.sec4 .solucon .subtit{
	font-size: 28px;
    font-weight: bold;
    margin-top: 20px;
}
.sec4 .solucon .desc{
	font-size: 16px;
    margin-top: 15px;
    font-weight: 300;
}
.sec4 .solucon .btn{
	width: 100px;
    height: 40px;
    color: #000;
    background: #fff;
    border-radius: 20px;
    font-size: 14px;
    line-height: 40px;
    text-align: center;
    margin-left: 10px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    border: 1px solid #000;
    margin-top: 30px;
}

.solucon-navigation {
  display: flex;
  align-items: center;
  margin-top: 32px;
}

.solucon-navigation-button {
  cursor: pointer;
}

.solucon-navigation-button:hover path:nth-child(2) {
  stroke: black;
}

.current-slide {
  margin: 0 8px;
  color: #000;
  font-size: 18px;
}

.sec5 {
  background: url(../../images/home/news_bg.jpg) no-repeat center/cover;
}


.sec5 .articles {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  height: 800px;
}

.sec5 .articles .article-box{
	
	width: 32%;
	float: left;
	border: 1px solid #fff;
	border-radius: 10px;
	box-shadow: 0px 7px 14px 0px #c7d4f2;
	margin-top: 25px;
}

.sec5 .articles .article-box:hover{
	box-shadow: 0px 7px 14px 0px #dee5f7;
}
.sec5 .articles .article-box:hover .more{
	background: #1472ff;
	color:#fff;
}

.sec5 .articles .article-box a {
  align-items: center;
  padding: 16px 0px; 
  border-bottom: 1px solid #C9CDD4;
}

.sec5 .articles .article-box:last-child a {
  border: none;
}

.sec5 .articles .article-box .img-box {
  
  align-items: center;
  position: relative;

}

.sec5 .articles .article-box .img-box .tag {
    font-size: 14px;
    line-height: 1;
    color: #FFFFFF;
    padding: 10px;
    background: rgba(0,0,0,.4);
    border-radius: 10px 0px;
    position: absolute;
    top: 0;
    left: 0;
}

.sec5 .articles .article-box .img-box img {
	width: 382px;
    height: 214px;
    border-radius: 10px 10px 0 0;
}


.sec5 .articles .article-box .text-box{
	
	padding:20px;
	background-color:#fff;
	border-radius: 10px;
}

.sec5 .articles .article-box .datetime{
	
	font-weight: 500;
    font-size: 20px;
    line-height: 32px;
    font-family: DIN;
}

.sec5 .articles .article-box .title {
  font-weight: bold;
  font-size: 18px;
  line-height: 27px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  display: box;
  line-clamp: 1;
  -webkit-line-clamp: 1;
  box-orient: vertical;
  -webkit-box-orient: vertical;
}

.sec5 .articles .article-box .desc {
  font-size: 14px;
  line-height: 21px;
  color: #666;
  margin-top: 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  display: box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  box-orient: vertical;
}

.sec5 .articles .more {
  width: 92px;
  height: 28px;
  border: 1px solid #333;
  border-radius: 4px;
  margin-top: 16px;
  font-size: 12px;
  color: #000;
  text-align: center;
  line-height: 28px;
  cursor: pointer;
}

.sec5 .articles .more:hover{
	color: #fff;
	border: 1px solid #999999;
	background: #1472ff;
}



.sec6 {
  width: 100%;
  background: url(../../images/home/case_bg.jpg) no-repeat center/cover;
  box-sizing: border-box;
  color: #fff;
  padding-bottom: 40px;
}


.sec6 .caselist{
  width: 1440px;
  max-width: 1900px;
  height: 600px;
  margin: 0 auto;
  margin-top: 40px;
}

.sec6 .caselist .item {
	width: 360px;
  height: 480px;
  position: relative;
  background: #fff;
  border-radius: 18px;
  padding: 10px;
  box-shadow: 0px 7px 14px 0px #ffdcca;
  float: left;
  margin: 0 10px;
	transition: transform .3s ease;
}
.sec6 .caselist .item:hover {

	cursor: pointer;
	transform: translateY(-10px)
            
}
.sec6 .caselist .item .img-box {
  position: relative;
}

.sec6 .caselist .item .img-box .douhao{
	
	height: 66px;
  position: absolute;
  right: 0;
  bottom: -52px;
  width: 81px;
}

.sec6 .caselist .item .img-box .tag {
  font-size: 12px;
  line-height: 1;
  color: #FFFFFF;
  padding: 5px 10px;
  background: #ff8514;
  border-radius: 10px 0px;
  position: absolute;
  top: 0;
  left: 0;
}


.sec6 .caselist .item .img-box img{
	
	width: 100%;
  border-radius: 10px 10px 80px 10px;
  transition: filter 0.3s ease;
}
.sec6 .caselist .item .img-box:hover img{
	filter: blur(2px);
} 

.sec6 .caselist .item .title {
	margin-top: 20px;
  margin-left: 20px;
}

.sec6 .caselist .item .desc {
  padding: 0 24px;
  font-size: 16px;
  line-height: 16px;
  margin-top: 12px;
  color: #333;
  line-height: 24px;
  font-weight:300;

}

.sec6 .caselist .pren {
 
  border-top: 1px solid #ccd4e0;
  margin-top: 20px;
  margin-left: 20px;
  width: 300px;
  padding: 15px 0 20px 10px;
 
}

.sec6 .caselist .pren p{
	color: #121315;
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  line-height: 18px;
}
.sec6 .caselist .pren span{
	color: #767e89;
  font-size: 14px;
  line-height: 18px;
}

.sec7 .flex-height .swiper-slide {
  height: auto;
}

.sec7 .unfold-box .btn-c {
  font-weight: bold;
  border-width: 0.0625rem;
  font-size: 1rem;
  text-transform: none;
  line-height: 175%;
  margin: 0;
  padding: 0.5rem 1.5rem;
}

.sec7 .btn-c:hover svg {
  animation: jump 1s infinite;
}

@keyframes jump {
  0% {
    transform:translate(5px);
  }
  50% {
    transform:translate(-3px);
  }
  100% {
    transform:translate(5px);
  }
}


/************************************************************/

.cooperation{
	height:330px;
}
.cooperation .title {
  font-weight: bold;
    font-size: 32px;
    line-height: 32px;
    text-align: center;
    color: #333;
    margin-top: 75px;
    border-top: 1px solid #bccffd;
    padding-top: 45px;
    font-family: Alibaba-PuHuiTi-Regular;
}

.cooperation>ul{
  display: flex;
  flex-wrap: wrap;
  margin-top: 32px;
}
.cooperation>ul img{
  width: 100px;
  height: 35px;
}
.cooperation>ul li{
   width: 120px;
    margin-top: 20px;
    width: 120px;
    margin-top: 20px;
    margin-right: 25px;
    margin-left: 25px;
}
/*
.cooperation>ul >li:nth-child(7n){
  margin-right: 0;
}
*/