@charset "UTF-8";
/*================================================Common CSS=================================================*/
/** 引入iconfont */
@import url(../fonts/iconfont/iconfont.css);
/** 全局变量 */
/*================================================Preloader Area CSS=================================================*/
@keyframes l5 {
  0% {
    background-position: 0 0,100% 0 ,100% 100%,0 100%; }
  33% {
    background-position: 0 0,100% 0 ,100% 100%,0 100%;
    width: 60px;
    height: 60px; }
  66% {
    background-position: 100% 0,100% 100%,0 100%,0 0;
    width: 60px;
    height: 60px; }
  100% {
    background-position: 100% 0,100% 100%,0 100%,0 0; } }

/*================================================Navbar Area=================================================*/
/*================================================crumbs Area=================================================*/
/*================================================Footer=================================================*/
/*================================================Go Top CSS=================================================*/
/** common css */
/*================================================Footer=================================================*/
/*================================================  crumbs Area  =================================================*/
/*================================================  Footer  =================================================*/
/*================================================  Go Top CSS  =================================================*/
/** common css */
/*================================================  crumbs Area  =================================================*/
/*================================================  Footer  =================================================*/
/*================================================  Go Top CSS  =================================================*/
/** common css */
span.big {
  margin: 0 2px; }

span.small {
  margin: 0 2px; }

html, body {
  width: 100vw; }
  html::-webkit-scrollbar, body::-webkit-scrollbar {
    display: none; }

.preloader {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 99999;
  width: 100vw;
  height: 100vh;
  background-color: #ffffff; }

.loader {
  left: 50%;
  top: 46%;
  transform: translateX(-50%) translateY(-46%);
  position: absolute;
  width: 40px;
  height: 40px;
  --c: no-repeat linear-gradient(#0087FF 0 0);
  background: var(--c), var(--c), var(--c), var(--c);
  background-size: 21px 21px;
  animation: l5 1.5s infinite cubic-bezier(0.3, 1, 0, 1); }

.navbar-area {
  transition-duration: .1s;
  transition-timing-function: ease-in-out;
  transition-delay: .1s;
  -webkit-transition-duration: .1s;
  -webkit-transition-timing-function: ease-in-out;
  -webkit-transition-delay: .1s;
  position: fixed;
  background-color: #fffdfc;
  top: 24px;
  left: 1%;
  width: 98%;
  height: auto;
  margin: 0 auto;
  padding-top: 0;
  padding-bottom: 0;
  z-index: 999;
  border-radius: 14px; }
  .navbar-area .container {
    padding: 0 64px;
    max-width: 100%; }
    .navbar-area .container .navbar {
      padding: 0 1rem; }
      .navbar-area .container .navbar .navbar-brand {
        padding-top: 0;
        padding-bottom: 0; }
        .navbar-area .container .navbar .navbar-brand img {
          height: 40px;
          width: auto; }
      .navbar-area .container .navbar .btn-close-toggle {
        display: none;
        font-size: 32px;
        color: #000;
        cursor: pointer;
        width: 24px;
        height: 24px;
        text-align: center;
        line-height: 12px; }
      .navbar-area .container .navbar .collapse {
        justify-content: flex-end; }
      .navbar-area .container .navbar .nav-item .toggle-nav {
        border-radius: 0 0 14px 14px;
        position: fixed;
        left: 1vw;
        top: 84px;
        width: 98vw;
        height: auto;
        min-height: 680px;
        background-color: #FFF;
        overflow: hidden;
        transition: opacity 0.2s ease-in-out;
        opacity: 0;
        visibility: hidden;
        display: flex; }
        .navbar-area .container .navbar .nav-item .toggle-nav .toggle-nav-list {
          box-sizing: border-box;
          width: 25%;
          padding-top: 80px;
          display: flex;
          justify-content: flex-end;
          box-shadow: 0px 6px 65px 0px rgba(222, 229, 242, 0.42); }
          .navbar-area .container .navbar .nav-item .toggle-nav .toggle-nav-list .list-box {
            display: flex;
            flex-direction: column; }
            .navbar-area .container .navbar .nav-item .toggle-nav .toggle-nav-list .list-box .nav-item {
              width: 300px;
              height: 50px;
              text-align: center;
              line-height: 50px;
              background-color: transparent;
              cursor: pointer;
              transition: all linear 0.1s; }
              .navbar-area .container .navbar .nav-item .toggle-nav .toggle-nav-list .list-box .nav-item:hover {
                color: #FFF;
                background-color: #0262E6; }
            .navbar-area .container .navbar .nav-item .toggle-nav .toggle-nav-list .list-box .nav-item.active {
              color: #FFF;
              background-color: #0262E6; }
        .navbar-area .container .navbar .nav-item .toggle-nav .introduce {
          box-sizing: border-box;
          flex: 1;
          padding-top: 80px;
          padding-left: 60px;
          padding-right: 60px;
          padding-bottom: 40px;
          display: flex;
          flex-direction: column;
          align-items: center;
          justify-content: flex-start; }
          .navbar-area .container .navbar .nav-item .toggle-nav .introduce .desc {
            font-size: 18px;
            color: #5F666B;
            line-height: 36px;
            margin-bottom: 0;
            text-align: left; }
          .navbar-area .container .navbar .nav-item .toggle-nav .introduce .stat {
            width: 100%;
            margin: 20px 0;
            display: flex;
            align-items: center;
            justify-content: space-around; }
            .navbar-area .container .navbar .nav-item .toggle-nav .introduce .stat .stat-item {
              display: flex;
              flex-direction: column;
              align-items: center; }
              .navbar-area .container .navbar .nav-item .toggle-nav .introduce .stat .stat-item .top {
                color: #0262E6;
                margin-bottom: 8px;
                display: flex;
                align-items: flex-end; }
                .navbar-area .container .navbar .nav-item .toggle-nav .introduce .stat .stat-item .top .wrapper {
                  display: flex;
                  align-items: baseline; }
                .navbar-area .container .navbar .nav-item .toggle-nav .introduce .stat .stat-item .top .top-num {
                  font-size: 40px;
                  font-weight: bold; }
                .navbar-area .container .navbar .nav-item .toggle-nav .introduce .stat .stat-item .top .label {
                  font-size: 20px; }
              .navbar-area .container .navbar .nav-item .toggle-nav .introduce .stat .stat-item .bottom {
                font-size: 18px;
                color: #000; }
          .navbar-area .container .navbar .nav-item .toggle-nav .introduce .pic-show {
            box-sizing: border-box;
            width: 100%;
            height: 240px;
            padding: 40px 0 0 40px;
            background: url("../img/bg-toggle.png") center center no-repeat;
            background-size: cover;
            border-radius: 10px;
            overflow: hidden;
            display: flex;
            flex-direction: column;
            align-items: flex-start; }
            .navbar-area .container .navbar .nav-item .toggle-nav .introduce .pic-show .title {
              text-align: left;
              margin-bottom: 10px; }
              .navbar-area .container .navbar .nav-item .toggle-nav .introduce .pic-show .title h1 {
                font-size: 36px;
                color: #0262E6; }
              .navbar-area .container .navbar .nav-item .toggle-nav .introduce .pic-show .title span {
                margin-top: 10px;
                font-size: 16px;
                color: #96A8D4; }
            .navbar-area .container .navbar .nav-item .toggle-nav .introduce .pic-show .btn-more-toggle {
              display: block;
              width: 164px;
              height: 58px;
              text-align: center;
              line-height: 58px;
              font-size: 18px;
              color: #B0BBC1;
              background: #FFFFFF;
              text-decoration: none;
              box-shadow: 0px 13px 35px 0px rgba(19, 92, 255, 0.16);
              border-radius: 29px; }
        .navbar-area .container .navbar .nav-item .toggle-nav .ad {
          box-sizing: border-box;
          width: 25%;
          padding-top: 30px;
          background-color: #F7FBFF;
          display: flex;
          flex-direction: column;
          align-items: center; }
          .navbar-area .container .navbar .nav-item .toggle-nav .ad .ad-img {
            width: 350px;
            height: 460px;
            background: url("../img/bg-ad.png") center center no-repeat;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center; }
            .navbar-area .container .navbar .nav-item .toggle-nav .ad .ad-img .title {
              font-size: 20px;
              color: #242E43;
              opacity: 0.6;
              display: flex;
              flex-direction: column;
              align-items: center; }
              .navbar-area .container .navbar .nav-item .toggle-nav .ad .ad-img .title img {
                width: 100%; }
            .navbar-area .container .navbar .nav-item .toggle-nav .ad .ad-img .qrcode {
              display: flex;
              flex-direction: column;
              align-items: center; }
              .navbar-area .container .navbar .nav-item .toggle-nav .ad .ad-img .qrcode img {
                width: 160px;
                height: auto;
                margin: 30px 0; }
              .navbar-area .container .navbar .nav-item .toggle-nav .ad .ad-img .qrcode h2 {
                font-size: 18px;
                color: #000;
                opacity: 0.4; }
          .navbar-area .container .navbar .nav-item .toggle-nav .ad .tel {
            margin-bottom: 30px;
            display: flex;
            flex-direction: column;
            align-items: center; }
            .navbar-area .container .navbar .nav-item .toggle-nav .ad .tel h1 {
              font-size: 36px;
              color: #2173E9; }
            .navbar-area .container .navbar .nav-item .toggle-nav .ad .tel h2 {
              font-size: 24px;
              color: #222222; }
          .navbar-area .container .navbar .nav-item .toggle-nav .ad .btn-enter-hl {
            width: 240px;
            height: 60px;
            text-decoration: none;
            text-align: center;
            line-height: 60px;
            font-size: 20px;
            color: #FFF;
            background: #0262E6;
            border-radius: 30px; }
      .navbar-area .container .navbar .nav-item:hover .toggle-nav {
        opacity: 1;
        visibility: visible; }
    .navbar-area .container .navbar.navbar-light .collapse .navbar-nav .nav-item {
      position: relative;
      z-index: 1;
      height: 60px;
      line-height: 60px;
      text-align: center;
      overflow: visible; }
      .navbar-area .container .navbar.navbar-light .collapse .navbar-nav .nav-item:not(.search)::after {
        content: '';
        position: absolute;
        left: 20%;
        bottom: 0;
        width: 60%;
        height: 3px;
        background-color: transparent;
        transition: background-color linear 0.2s; }
      .navbar-area .container .navbar.navbar-light .collapse .navbar-nav .nav-item:not(.search):hover .nav-link {
        color: #006BFF; }
      .navbar-area .container .navbar.navbar-light .collapse .navbar-nav .nav-item .nav-link {
        width: 6rem;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
        text-align: center;
        font-size: 1rem;
        color: #1E2832;
        border: 1px solid transparent;
        border-radius: 5px;
        background-color: transparent;
        transition: all linear 0.2s; }
        .navbar-area .container .navbar.navbar-light .collapse .navbar-nav .nav-item:last-child .nav-link {
            width: 13rem;
        }
      .navbar-area .container .navbar.navbar-light .collapse .navbar-nav .nav-item .nav-link.active {
        color: #0087FF;
        font-weight: bold; }
    .navbar-area .container .navbar.navbar-light .collapse .navbar-nav .nav-item.extra {
      display: flex;
      align-items: center; }
      .navbar-area .container .navbar.navbar-light .collapse .navbar-nav .nav-item.extra .search-box {
        position: relative; }
        .navbar-area .container .navbar.navbar-light .collapse .navbar-nav .nav-item.extra .search-box .icon-search {
          position: absolute;
          right: 8px;
          top: 50%;
          transform: translateY(-50%);
          font-size: 20px;
          cursor: pointer; }
        .navbar-area .container .navbar.navbar-light .collapse .navbar-nav .nav-item.extra .search-box .input-search {
          box-sizing: border-box;
          border: 1px solid transparent;
          width: 0;
          height: 30px;
          padding: 0 32px 0 8px;
          background-color: transparent;
          font-size: 0.8rem;
          border-radius: 4px;
          color: #1E2832;
          outline: none;
          transition-property: width, border;
          transition-duration: 0.4s, 0.1s;
          transition-timing-function: linear; }
      .navbar-area .container .navbar.navbar-light .collapse .navbar-nav .nav-item.extra .search-box.active .icon-search {
        color: #0087FF; }
      .navbar-area .container .navbar.navbar-light .collapse .navbar-nav .nav-item.extra .search-box.active .input-search {
        width: 10rem;
        border: 1px solid #0087FF; }

.navbar-area.is-sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
  border-radius: 0; }

.navbar-area.toggle {
  width: 98%;
  left: 1%;
  top: 24px;
  z-index: 9999;
  border-radius: 14px 14px 0 0;
  background-color: #FFF; }
  .navbar-area.toggle .container .navbar .navbar-brand {
    display: none; }
  .navbar-area.toggle .container .navbar .btn-close-toggle {
    display: block; }

.navbar-area.is-sticky.toggle {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
  border-radius: 0; }
  .navbar-area.is-sticky.toggle .container .navbar .toggle-nav {
    top: 60px;
    width: 100vw;
    left: 0;
    border-radius: 0; }

.crumbs-nav {
  position: relative;
  z-index: 9;
  box-sizing: border-box;
  width: 100%;
  height: 68px;
  line-height: 68px;
  background-color: #FFF;
  padding: 0 156px;
  font-size: 18px;
  box-shadow: 0px 10px 38px 0px rgba(211, 220, 231, 0.29); }
  .crumbs-nav a {
    color: #707070; }
    .crumbs-nav a:hover {
      text-decoration: none; }
  .crumbs-nav a.target {
    color: #2B91FE; }

.footer-area-mobile {
  display: none; }

.footer-area {
  box-sizing: border-box;
  width: 100%;
  padding: 100px 150px 50px 150px;
  background: url("../img/bg-footer.png") center top no-repeat;
  background-size: cover;
  display: flex;
  align-items: flex-start;
  justify-content: space-between; }
  .footer-area .footer-left .footer-top {
    margin-bottom: 50px; }
    .footer-area .footer-left .footer-top .logo {
      height: 64px;
      width: auto;
      margin-bottom: 40px; }
    .footer-area .footer-left .footer-top .slogan {
      font-size: 48px;
      color: #555555;
      margin-bottom: 38px; }
  .footer-area .footer-left .footer-middle .input-box {
    height: 70px;
    margin-bottom: 50px;
    display: flex;
    align-items: center; }
    .footer-area .footer-left .footer-middle .input-box .query-input {
      box-sizing: border-box;
      width: 596px;
      height: 70px;
      border-radius: 5px;
      padding: 0 32px;
      outline: none;
      border: none;
      font-size: 18px;
      color: #1E2832;
      background-color: #FCFDFF; }
      .footer-area .footer-left .footer-middle .input-box .query-input::placeholder {
        color: #A0A0A0; }
    .footer-area .footer-left .footer-middle .input-box .btn-query {
      width: 160px;
      height: 68px;
      text-decoration: none;
      margin-left: 18px;
      text-align: center;
      line-height: 68px;
      border-radius: 5px;
      font-size: 18px;
      color: #FFF;
      background: linear-gradient(0deg, #6EB5F5, #0087FF);
      box-shadow: 3px 4px 10px 0px rgba(49, 64, 114, 0.41); }
  .footer-area .footer-left .footer-middle .link-container {
    display: flex; }
    .footer-area .footer-left .footer-middle .link-container .link-box {
      text-align: center;
      color: #1E2832;
      margin-right: 80px;
      text-align: left; }
      .footer-area .footer-left .footer-middle .link-container .link-box .link-title {
        font-weight: bold;
        font-size: 20px;
        margin-bottom: 14px;
        color: #000;
        text-decoration: none;
        display: flex; }
      .footer-area .footer-left .footer-middle .link-container .link-box .link-list {
        font-size: 18px;
        display: flex;
        flex-direction: column;
        align-items: flex-start; }
        .footer-area .footer-left .footer-middle .link-container .link-box .link-list a {
          color: #333;
          text-decoration: none;
          margin-bottom: 14px; }
          .footer-area .footer-left .footer-middle .link-container .link-box .link-list a:last-child {
            margin-bottom: 0; }
  .footer-area .footer-left .footer-bottom {
    margin-top: 100px;
    display: flex;
    flex-direction: column; }
    .footer-area .footer-left .footer-bottom .line {
      margin-bottom: 12px; }
      .footer-area .footer-left .footer-bottom .line a {
        font-size: 20px;
        color: #1E2832;
        opacity: 0.4;
        margin-right: 40px;
        text-decoration: none; }
    .footer-area .footer-left .footer-bottom .copyright {
      margin: 0;
      padding: 0;
      font-size: 18px;
      color: #1E2832;
      opacity: 0.2; }
  .footer-area .footer-right {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin-top: 200px; }
    .footer-area .footer-right .footer-right-wrapper {
      display: flex;
      flex-direction: column;
      align-items: flex-start; }
    .footer-area .footer-right .tips {
      font-size: 20px;
      color: #1E2832; }
    .footer-area .footer-right .app-list {
      margin-top: 12px;
      margin-bottom: 24px;
      display: flex;
      align-items: center; }
      .footer-area .footer-right .app-list .app-box {
        width: 50px;
        height: 50px;
        margin-right: 28px;
        border-radius: 4px;
        text-align: center;
        line-height: 50px;
        background-color: transparent;
        transition: all linear 0.2s;
        cursor: pointer; }
        .footer-area .footer-right .app-list .app-box img {
          width: 60px;
          height: 60px; }
        .footer-area .footer-right .app-list .app-box .iconfont {
          font-size: 34px;
          color: #828E99;
          transition: all linear 0.2s; }
      .footer-area .footer-right .app-list .app-box.active {
        background-color: #0087FF; }
        .footer-area .footer-right .app-list .app-box.active .iconfont {
          color: #91C7F9; }
    .footer-area .footer-right .app-pic {
      width: 190px;
      height: 190px;
      margin-bottom: 80px;
      border-radius: 16px; }
    .footer-area .footer-right .contact .address {
      height: 50px;
      line-height: 50px;
      display: flex;
      align-items: center; }
      .footer-area .footer-right .contact .address i {
        font-size: 24px;
        color: #0087FF; }
      .footer-area .footer-right .contact .address p, .footer-area .footer-left .contact .address p {
        font-size: 18px;
        color: #1E2832;
        margin-bottom: 0; }
    .footer-area .footer-right .contact .tel, .footer-area .footer-left .contact .tel {
      font-size: 38px;
      color: #1E2832; }

.go-top {
  position: fixed;
  cursor: pointer;
  bottom: -100px;
  right: 20px;
  color: #ffffff;
  background: linear-gradient(0deg, #6EB5F5, #0087FF);
  z-index: 4;
  width: 60px;
  text-align: center;
  height: 60px;
  opacity: 0;
  visibility: hidden;
  font-size: 24px;
  -webkit-transition: .9s;
  transition: .9s;
  overflow: hidden;
  -webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1); }
  .go-top i {
    position: absolute;
    right: 0;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    font-size: 32px;
    margin-left: auto;
    margin-right: auto; }
  .go-top:hover {
    background: linear-gradient(0deg, #6EB5F5, #0087FF);
    color: #ffffff;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
    box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px); }

.go-top.active {
  opacity: 1;
  visibility: visible;
  bottom: 20px; }

.btn-more {
  z-index: 1;
  position: relative;
  font-size: 18px;
  font-family: inherit;
  color: #FFF;
  padding: 1em 3em;
  border-radius: 30px;
  outline: none;
  border: none;
  background: linear-gradient(36deg, #0087FF, #6EB5F5);
  overflow: hidden;
  transition: color 0.4s ease-in-out; }
  .btn-more::after {
    content: '';
    z-index: -1;
    background-color: rgba(255, 255, 255, 0.2);
    position: absolute;
    top: -50%;
    bottom: -50%;
    width: 2.5em;
    transform: translate3d(-525%, 0, 0) rotate(35deg); }
  .btn-more:hover {
    text-decoration: none;
    color: #FFF; }
    .btn-more:hover::after {
      transition: transform 0.45s ease-in-out;
      transform: translate3d(200%, 0, 0) rotate(35deg); }

.btn-more.reverse {
  color: #0087FF;
  background: #FFF; }
  .btn-more.reverse:hover {
    text-decoration: none;
    color: #0087FF; }
    .btn-more.reverse:hover::after {
      transition: transform 0.6s ease-in-out; }
  .btn-more.reverse::after {
    background-color: rgba(0, 135, 255, 0.2); }

@media screen and (max-width: 1580px) and (min-width: 1024px) {
  .navbar-area {
    position: fixed;
    background-color: #fffdfc;
    top: 24px;
    left: 1%;
    width: 98%;
    height: auto;
    margin: 0 auto;
    padding-top: 0;
    padding-bottom: 0;
    z-index: 999;
    border-radius: 14px;
    transition-property: top,padding-left,padding-bottom;
    transition-duration: 0.3s;
    transition-timing-function: linear; }
    .navbar-area .container {
      padding: 0 64px;
      max-width: 100%; }
      .navbar-area .container .navbar {
        padding: 0 1rem; }
        .navbar-area .container .navbar .navbar-brand {
          padding-top: 0;
          padding-bottom: 0; }
          .navbar-area .container .navbar .navbar-brand img {
            height: 40px;
            width: auto; }
        .navbar-area .container .navbar .btn-close-toggle {
          display: none;
          font-size: 32px;
          color: #000;
          cursor: pointer;
          width: 24px;
          height: 24px;
          text-align: center;
          line-height: 12px; }
        .navbar-area .container .navbar .collapse {
          justify-content: flex-end; }
        .navbar-area .container .navbar .nav-item .toggle-nav {
          position: fixed;
          left: 1vw;
          top: 84px;
          width: 98vw;
          height: auto;
          min-height: 540px;
          background-color: #FFF;
          overflow: hidden;
          transition: opacity 0.2s ease-in-out;
          opacity: 0;
          visibility: hidden;
          display: flex; }
          .navbar-area .container .navbar .nav-item .toggle-nav .toggle-nav-list {
            box-sizing: border-box;
            width: 25%;
            padding-top: 30px;
            display: flex;
            justify-content: flex-end;
            box-shadow: 0px 6px 65px 0px rgba(222, 229, 242, 0.42); }
            .navbar-area .container .navbar .nav-item .toggle-nav .toggle-nav-list .list-box {
              display: flex;
              flex-direction: column; }
              .navbar-area .container .navbar .nav-item .toggle-nav .toggle-nav-list .list-box .nav-item {
                width: 300px;
                height: 50px;
                text-align: center;
                line-height: 50px;
                background-color: transparent;
                cursor: pointer;
                transition: all linear 0.1s; }
                .navbar-area .container .navbar .nav-item .toggle-nav .toggle-nav-list .list-box .nav-item:hover {
                  color: #FFF;
                  background-color: #0262E6; }
              .navbar-area .container .navbar .nav-item .toggle-nav .toggle-nav-list .list-box .nav-item.active {
                color: #FFF;
                background-color: #0262E6; }
          .navbar-area .container .navbar .nav-item .toggle-nav .introduce {
            box-sizing: border-box;
            flex: 1;
            padding-top: 40px;
            padding-left: 60px;
            padding-right: 60px;
            padding-bottom: 80px;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: space-between; }
            .navbar-area .container .navbar .nav-item .toggle-nav .introduce .desc {
              font-size: 16px;
              color: #5F666B;
              line-height: 32px;
              margin-bottom: 0;
              text-align: left; }
            .navbar-area .container .navbar .nav-item .toggle-nav .introduce .stat {
              width: 100%;
              display: flex;
              align-items: center;
              justify-content: space-around; }
              .navbar-area .container .navbar .nav-item .toggle-nav .introduce .stat .stat-item {
                display: flex;
                flex-direction: column;
                align-items: center; }
                .navbar-area .container .navbar .nav-item .toggle-nav .introduce .stat .stat-item .top {
                  color: #0262E6;
                  margin-bottom: 8px;
                  display: flex;
                  align-items: flex-end; }
                  .navbar-area .container .navbar .nav-item .toggle-nav .introduce .stat .stat-item .top .wrapper {
                    display: flex;
                    align-items: baseline; }
                  .navbar-area .container .navbar .nav-item .toggle-nav .introduce .stat .stat-item .top .top-num {
                    font-size: 40px;
                    font-weight: bold; }
                  .navbar-area .container .navbar .nav-item .toggle-nav .introduce .stat .stat-item .top .label {
                    font-size: 20px; }
                .navbar-area .container .navbar .nav-item .toggle-nav .introduce .stat .stat-item .bottom {
                  font-size: 18px;
                  color: #000; }
            .navbar-area .container .navbar .nav-item .toggle-nav .introduce .pic-show {
              box-sizing: border-box;
              width: 100%;
              height: 240px;
              padding: 40px 0 0 40px;
              background: url("../img/bg-toggle.png") center center no-repeat;
              background-size: cover;
              border-radius: 10px;
              overflow: hidden;
              display: flex;
              flex-direction: column;
              align-items: flex-start; }
              .navbar-area .container .navbar .nav-item .toggle-nav .introduce .pic-show .title {
                text-align: left;
                margin-bottom: 10px; }
                .navbar-area .container .navbar .nav-item .toggle-nav .introduce .pic-show .title h1 {
                  font-size: 32px;
                  color: #0262E6; }
                .navbar-area .container .navbar .nav-item .toggle-nav .introduce .pic-show .title span {
                  margin-top: 10px;
                  font-size: 16px;
                  color: #96A8D4; }
              .navbar-area .container .navbar .nav-item .toggle-nav .introduce .pic-show .btn-more-toggle {
                display: block;
                width: 164px;
                height: 58px;
                text-align: center;
                line-height: 58px;
                font-size: 18px;
                color: #B0BBC1;
                background: #FFFFFF;
                text-decoration: none;
                box-shadow: 0px 13px 35px 0px rgba(19, 92, 255, 0.16);
                border-radius: 29px; }
          .navbar-area .container .navbar .nav-item .toggle-nav .ad {
            box-sizing: border-box;
            width: 25%;
            padding-top: 30px;
            background-color: #F7FBFF;
            display: flex;
            flex-direction: column;
            align-items: center; }
            .navbar-area .container .navbar .nav-item .toggle-nav .ad .ad-img {
              width: 90%;
              height: 340px;
              border-radius: 16px;
              overflow: hidden;
              background: url("../img/bg-ad-1.png") center center no-repeat;
              background-size: cover;
              display: flex;
              flex-direction: column;
              align-items: center;
              justify-content: center; }
              .navbar-area .container .navbar .nav-item .toggle-nav .ad .ad-img .title {
                font-size: 20px;
                color: #242E43;
                opacity: 0.6;
                display: flex;
                flex-direction: column;
                align-items: center; }
              .navbar-area .container .navbar .nav-item .toggle-nav .ad .ad-img .qrcode {
                display: flex;
                flex-direction: column;
                align-items: center; }
                .navbar-area .container .navbar .nav-item .toggle-nav .ad .ad-img .qrcode img {
                  width: 160px;
                  height: auto;
                  margin: 30px 0; }
                .navbar-area .container .navbar .nav-item .toggle-nav .ad .ad-img .qrcode h2 {
                  font-size: 18px;
                  color: #000;
                  opacity: 0.4; }
            .navbar-area .container .navbar .nav-item .toggle-nav .ad .tel {
              margin-top: 30px;
              margin-bottom: 30px;
              display: flex;
              flex-direction: column;
              align-items: center; }
              .navbar-area .container .navbar .nav-item .toggle-nav .ad .tel h1 {
                font-size: 36px;
                color: #2173E9; }
              .navbar-area .container .navbar .nav-item .toggle-nav .ad .tel h2 {
                font-size: 24px;
                color: #222222; }
            .navbar-area .container .navbar .nav-item .toggle-nav .ad .btn-enter-hl {
              width: 240px;
              height: 60px;
              text-decoration: none;
              text-align: center;
              line-height: 60px;
              font-size: 20px;
              color: #FFF;
              background: #0262E6;
              border-radius: 30px; }
        .navbar-area .container .navbar .nav-item:hover .toggle-nav {
          opacity: 1;
          visibility: visible; }
      .navbar-area .container .navbar.navbar-light .collapse .navbar-nav .nav-item {
        position: relative;
        z-index: 1;
        height: 60px;
        line-height: 60px;
        text-align: center;
        overflow: visible; }
        .navbar-area .container .navbar.navbar-light .collapse .navbar-nav .nav-item:not(.search)::after {
          content: '';
          position: absolute;
          left: 20%;
          bottom: 0;
          width: 60%;
          height: 3px;
          background-color: transparent;
          transition: background-color linear 0.2s; }
        .navbar-area .container .navbar.navbar-light .collapse .navbar-nav .nav-item:not(.search):hover::after {
          background-color: #006BFF; }
        .navbar-area .container .navbar.navbar-light .collapse .navbar-nav .nav-item:not(.search):hover .nav-link {
          color: #006BFF; }
        .navbar-area .container .navbar.navbar-light .collapse .navbar-nav .nav-item .nav-link {
          width: 6rem;
          padding-top: 0 !important;
          padding-bottom: 0 !important;
          text-align: center;
          font-size: 1rem;
          color: #1E2832;
          border: 1px solid transparent;
          border-radius: 5px;
          background-color: transparent;
          transition: all linear 0.2s; }
        .navbar-area .container .navbar.navbar-light .collapse .navbar-nav .nav-item:last-child .nav-link {
            width: 13rem;
        }
        .navbar-area .container .navbar.navbar-light .collapse .navbar-nav .nav-item .nav-link.active {
          color: #0087FF;
          font-weight: bold; }
      .navbar-area .container .navbar.navbar-light .collapse .navbar-nav .nav-item.extra {
        display: flex;
        align-items: center; }
        .navbar-area .container .navbar.navbar-light .collapse .navbar-nav .nav-item.extra .search-box {
          position: relative; }
          .navbar-area .container .navbar.navbar-light .collapse .navbar-nav .nav-item.extra .search-box .icon-search {
            position: absolute;
            right: 8px;
            top: 50%;
            transform: translateY(-50%);
            font-size: 20px;
            cursor: pointer; }
          .navbar-area .container .navbar.navbar-light .collapse .navbar-nav .nav-item.extra .search-box .input-search {
            box-sizing: border-box;
            border: 1px solid transparent;
            width: 0;
            height: 30px;
            padding: 0 32px 0 8px;
            background-color: transparent;
            font-size: 0.8rem;
            border-radius: 4px;
            color: #1E2832;
            outline: none;
            transition-property: width, border;
            transition-duration: 0.4s, 0.1s;
            transition-timing-function: linear; }
        .navbar-area .container .navbar.navbar-light .collapse .navbar-nav .nav-item.extra .search-box.active .icon-search {
          color: #0087FF; }
        .navbar-area .container .navbar.navbar-light .collapse .navbar-nav .nav-item.extra .search-box.active .input-search {
          width: 10rem;
          border: 1px solid #0087FF; }
  .footer-area-mobile {
    display: none; }
  .footer-area {
    box-sizing: border-box;
    width: 100%;
    padding: 100px 70px 160px 70px;
    background: url("../img/bg-footer.png") center top no-repeat;
    background-size: cover;
    display: flex;
    align-items: flex-start;
    justify-content: space-between; }
    .footer-area .footer-left .footer-top {
      margin-bottom: 50px; }
      .footer-area .footer-left .footer-top .logo {
        height: 64px;
        width: auto;
        margin-bottom: 40px; }
      .footer-area .footer-left .footer-top .slogan {
        font-size: 38px;
        color: #555555;
        margin-bottom: 38px; }
    .footer-area .footer-left .footer-middle .input-box {
      height: 50px;
      margin-bottom: 50px;
      display: flex;
      align-items: center; }
      .footer-area .footer-left .footer-middle .input-box .query-input {
        box-sizing: border-box;
        width: 506px;
        height: 50px;
        border-radius: 2px;
        padding: 0 32px;
        outline: none;
        border: none;
        font-size: 18px;
        color: #1E2832;
        background-color: #FCFDFF; }
        .footer-area .footer-left .footer-middle .input-box .query-input::placeholder {
          color: #A0A0A0; }
      .footer-area .footer-left .footer-middle .input-box .btn-query {
        width: 140px;
        height: 50px;
        text-decoration: none;
        margin-left: 18px;
        text-align: center;
        line-height: 50px;
        border-radius: 2px;
        font-size: 18px;
        color: #FFF;
        background: linear-gradient(0deg, #6EB5F5, #0087FF);
        box-shadow: 3px 4px 10px 0px rgba(49, 64, 114, 0.41); }
    .footer-area .footer-left .footer-middle .link-container {
      display: flex; }
      .footer-area .footer-left .footer-middle .link-container .link-box {
        text-align: center;
        color: #1E2832;
        margin-right: 80px; }
        .footer-area .footer-left .footer-middle .link-container .link-box .link-title {
          font-weight: bold;
          font-size: 20px;
          margin-bottom: 14px; }
        .footer-area .footer-left .footer-middle .link-container .link-box .link-list {
          font-size: 18px;
          display: flex;
          flex-direction: column; }
          .footer-area .footer-left .footer-middle .link-container .link-box .link-list a {
            color: #333;
            text-decoration: none;
            margin-bottom: 14px; }
            .footer-area .footer-left .footer-middle .link-container .link-box .link-list a:last-child {
              margin-bottom: 0; }
    .footer-area .footer-left .footer-bottom {
      margin-top: 100px;
      display: flex;
      flex-direction: column; }
      .footer-area .footer-left .footer-bottom .line {
        margin-bottom: 12px; }
        .footer-area .footer-left .footer-bottom .line a {
          font-size: 20px;
          color: #1E2832;
          opacity: 0.4;
          margin-right: 40px;
          text-decoration: none; }
      .footer-area .footer-left .footer-bottom .copyright {
        margin: 0;
        padding: 0;
        font-size: 18px;
        color: #1E2832;
        opacity: 0.2; }
    .footer-area .footer-right {
      flex: 1;
      display: flex;
      flex-direction: column;
      align-items: flex-end;
      margin-top: 194px; }
      .footer-area .footer-right .footer-right-wrapper {
        display: flex;
        flex-direction: column;
        align-items: flex-start; }
      .footer-area .footer-right .tips {
        font-size: 20px;
        color: #1E2832; }
      .footer-area .footer-right .app-list {
        margin-top: 12px;
        margin-bottom: 24px;
        display: flex;
        align-items: center; }
        .footer-area .footer-right .app-list .app-box {
          width: 50px;
          height: 50px;
          margin-right: 28px;
          border-radius: 4px;
          text-align: center;
          line-height: 50px;
          background-color: transparent;
          transition: all linear 0.2s;
          cursor: pointer; }
          .footer-area .footer-right .app-list .app-box .iconfont {
            font-size: 34px;
            color: #828E99;
            transition: all linear 0.2s; }
        .footer-area .footer-right .app-list .app-box.active {
          background-color: #0087FF; }
          .footer-area .footer-right .app-list .app-box.active .iconfont {
            color: #91C7F9; }
      .footer-area .footer-right .app-pic {
        width: 190px;
        height: 190px;
        margin-bottom: 80px; }
      .footer-area .footer-right .contact .address {
        height: 50px;
        line-height: 50px;
        display: flex;
        align-items: center; }
        .footer-area .footer-right .contact .address i {
          font-size: 18px;
          color: #0087FF; }
        .footer-area .footer-right .contact .address p, .footer-area .footer-left .contact .address p {
          font-size: 18px;
          color: #1E2832;
          margin-bottom: 0; }
      .footer-area .footer-right .contact .tel,  .footer-area .footer-left .contact .tel{
        font-size: 30px;
        color: #1E2832; } }

@media screen and (min-width: 768px) {
  .hamburger-menu {
    display: none; } }

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .navbar-area {
    position: fixed;
    background-color: rgba(255, 253, 252, 0.59);
    top: 24px;
    left: 1%;
    width: 98%;
    height: auto;
    margin: 0 auto;
    padding-top: 0;
    padding-bottom: 0;
    z-index: 999;
    border-radius: 14px;
    transition-property: top,padding-left,padding-bottom;
    transition-duration: 0.3s;
    transition-timing-function: linear; }
    .navbar-area .container {
      padding: 0 24px;
      max-width: 100%; }
      .navbar-area .container .navbar {
        padding: 0 1rem; }
        .navbar-area .container .navbar .navbar-brand {
          padding-top: 0;
          padding-bottom: 0; }
          .navbar-area .container .navbar .navbar-brand img {
            height: 32px;
            width: auto; }
        .navbar-area .container .navbar .btn-close-toggle {
          display: none;
          font-size: 32px;
          color: #000;
          cursor: pointer;
          width: 24px;
          height: 24px;
          text-align: center;
          line-height: 12px; }
        .navbar-area .container .navbar .collapse {
          justify-content: flex-end; }
        .navbar-area .container .navbar .nav-item .toggle-nav {
          display: none; }
        .navbar-area .container .navbar .nav-item:hover .toggle-nav {
          opacity: 0;
          visibility: hidden; }
      .navbar-area .container .navbar.navbar-light .collapse .navbar-nav .nav-item {
        position: relative;
        z-index: 1;
        height: 60px;
        line-height: 60px;
        text-align: center;
        overflow: visible; }
        .navbar-area .container .navbar.navbar-light .collapse .navbar-nav .nav-item:not(.search)::after {
          content: '';
          position: absolute;
          left: 20%;
          bottom: 0;
          width: 60%;
          height: 3px;
          background-color: transparent;
          transition: background-color linear 0.2s; }
        .navbar-area .container .navbar.navbar-light .collapse .navbar-nav .nav-item:not(.search):hover::after {
          background-color: #006BFF; }
        .navbar-area .container .navbar.navbar-light .collapse .navbar-nav .nav-item:not(.search):hover .nav-link {
          color: #006BFF; }
        .navbar-area .container .navbar.navbar-light .collapse .navbar-nav .nav-item .nav-link {
          width: 6rem;
          padding-top: 0 !important;
          padding-bottom: 0 !important;
          text-align: center;
          font-size: 1rem;
          color: #1E2832;
          border: 1px solid transparent;
          border-radius: 5px;
          background-color: transparent;
          transition: all linear 0.2s; }
         .navbar-area .container .navbar.navbar-light .collapse .navbar-nav .nav-item:last-child .nav-link {
            width: 13rem;
        }
        .navbar-area .container .navbar.navbar-light .collapse .navbar-nav .nav-item .nav-link.active {
          color: #0087FF;
          font-weight: bold; }
      .navbar-area .container .navbar.navbar-light .collapse .navbar-nav .nav-item.extra {
        display: flex;
        align-items: center; }
        .navbar-area .container .navbar.navbar-light .collapse .navbar-nav .nav-item.extra .search-box {
          position: relative; }
          .navbar-area .container .navbar.navbar-light .collapse .navbar-nav .nav-item.extra .search-box .icon-search {
            position: absolute;
            right: 8px;
            top: 50%;
            transform: translateY(-50%);
            font-size: 20px;
            cursor: pointer; }
          .navbar-area .container .navbar.navbar-light .collapse .navbar-nav .nav-item.extra .search-box .input-search {
            box-sizing: border-box;
            border: 1px solid transparent;
            width: 0;
            height: 30px;
            padding: 0 32px 0 8px;
            background-color: transparent;
            font-size: 0.8rem;
            border-radius: 4px;
            color: #1E2832;
            outline: none;
            transition-property: width, border;
            transition-duration: 0.4s, 0.1s;
            transition-timing-function: linear; }
        .navbar-area .container .navbar.navbar-light .collapse .navbar-nav .nav-item.extra .search-box.active .icon-search {
          color: #0087FF; }
        .navbar-area .container .navbar.navbar-light .collapse .navbar-nav .nav-item.extra .search-box.active .input-search {
          width: 6rem;
          border: 1px solid #0087FF; }
  .navbar-area.is-sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
    box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
    -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
    border-radius: 0; }
  .navbar-area.toggle {
    width: 100%;
    left: 0;
    top: 0;
    z-index: 9999;
    border-radius: 0;
    background-color: #FFF;
    box-shadow: 1px 0 3px 3px rgba(0, 0, 0, 0.2); }
    .navbar-area.toggle .container .navbar .navbar-brand {
      display: none; }
    .navbar-area.toggle .container .navbar .btn-close-toggle {
      display: block; }
  .crumbs-nav {
    position: relative;
    z-index: 9;
    box-sizing: border-box;
    width: 100%;
    height: 68px;
    line-height: 68px;
    background-color: #FFF;
    padding: 0 60px;
    font-size: 18px;
    box-shadow: 0px 10px 38px 0px rgba(211, 220, 231, 0.29); }
    .crumbs-nav a {
      color: #707070; }
      .crumbs-nav a:hover {
        text-decoration: none; }
    .crumbs-nav a.target {
      color: #2B91FE; }
  .footer-area-mobile {
    display: none; }
  .footer-area {
    box-sizing: border-box;
    width: 100%;
    padding: 40px 80px 40px 80px;
    display: flex;
    flex-direction: column;
    align-items: normal;
    justify-content: flex-start; }
    .footer-area .footer-left {
      display: flex;
      flex-direction: column; }
      .footer-area .footer-left .footer-top {
        margin-bottom: 20px; }
        .footer-area .footer-left .footer-top .logo {
          height: 64px;
          width: auto;
          margin-bottom: 40px; }
        .footer-area .footer-left .footer-top .slogan {
          display: none;
          font-size: 48px;
          color: #555555;
          margin-bottom: 38px; }
      .footer-area .footer-left .footer-middle .input-box {
        height: 70px;
        margin-bottom: 50px;
        display: none; }
        .footer-area .footer-left .footer-middle .input-box .query-input {
          box-sizing: border-box;
          width: 596px;
          height: 70px;
          border-radius: 5px;
          padding: 0 32px;
          outline: none;
          border: none;
          font-size: 18px;
          color: #1E2832;
          background-color: #FCFDFF; }
          .footer-area .footer-left .footer-middle .input-box .query-input::placeholder {
            color: #A0A0A0; }
        .footer-area .footer-left .footer-middle .input-box .btn-query {
          width: 160px;
          height: 68px;
          text-decoration: none;
          margin-left: 18px;
          text-align: center;
          line-height: 68px;
          border-radius: 5px;
          font-size: 18px;
          color: #FFF;
          background: linear-gradient(0deg, #6EB5F5, #0087FF);
          box-shadow: 3px 4px 10px 0px rgba(49, 64, 114, 0.41); }
      .footer-area .footer-left .footer-middle .link-container {
        display: flex; }
        .footer-area .footer-left .footer-middle .link-container .link-box {
          text-align: center;
          color: #1E2832;
          margin-right: 40px; }
          .footer-area .footer-left .footer-middle .link-container .link-box .link-title {
            font-weight: bold;
            font-size: 20px;
            margin-bottom: 14px; }
          .footer-area .footer-left .footer-middle .link-container .link-box .link-list {
            font-size: 18px;
            display: flex;
            flex-direction: column;
            align-items: center; }
            .footer-area .footer-left .footer-middle .link-container .link-box .link-list a {
              color: #333;
              text-decoration: none;
              margin-bottom: 14px; }
              .footer-area .footer-left .footer-middle .link-container .link-box .link-list a:last-child {
                margin-bottom: 0; }
      .footer-area .footer-left .footer-bottom {
        margin-top: 40px;
        display: flex;
        flex-direction: column; }
        .footer-area .footer-left .footer-bottom .line {
          margin-bottom: 12px; }
          .footer-area .footer-left .footer-bottom .line a {
            font-size: 20px;
            color: #1E2832;
            opacity: 0.4;
            margin-right: 40px;
            text-decoration: none; }
        .footer-area .footer-left .footer-bottom .copyright {
          margin: 0;
          padding: 0;
          font-size: 18px;
          color: #1E2832;
          opacity: 0.3; }
    .footer-area .footer-right {
      display: flex;
      flex-direction: row;
      align-items: flex-start; }
      .footer-area .footer-right .footer-right-wrapper {
        display: flex;
        flex-direction: column;
        align-items: flex-start; }
      .footer-area .footer-right .tips {
        display: none;
        font-size: 20px;
        color: #1E2832; }
      .footer-area .footer-right .app-list {
        margin-top: 12px;
        margin-bottom: 24px;
        display: flex;
        align-items: center; }
        .footer-area .footer-right .app-list .app-box {
          width: 50px;
          height: 50px;
          margin-right: 28px;
          border-radius: 4px;
          text-align: center;
          line-height: 50px;
          background-color: transparent;
          transition: all linear 0.2s;
          cursor: pointer; }
          .footer-area .footer-right .app-list .app-box .iconfont {
            font-size: 34px;
            color: #828E99;
            transition: all linear 0.2s; }
        .footer-area .footer-right .app-list .app-box.active {
          background-color: #0087FF; }
          .footer-area .footer-right .app-list .app-box.active .iconfont {
            color: #91C7F9; }
      .footer-area .footer-right .app-pic {
        width: 190px;
        height: 190px;
        margin-bottom: 40px; }
      .footer-area .footer-right .contact .address {
        height: 50px;
        line-height: 50px;
        display: flex;
        align-items: center; }
        .footer-area .footer-right .contact .address i {
          font-size: 24px;
          color: #0087FF; }
        .footer-area .footer-right .contact .address p, .footer-area .footer-left .contact .address p {
          font-size: 18px;
          color: #1E2832;
          margin-bottom: 0; }
      .footer-area .footer-right .contact .tel, .footer-area .footer-left .contact .tel {
        font-size: 38px;
        color: #1E2832; }
  .go-top {
    position: fixed;
    cursor: pointer;
    bottom: -100px;
    right: 20px;
    color: #ffffff;
    background: linear-gradient(0deg, #6EB5F5, #0087FF);
    z-index: 999;
    width: 60px;
    text-align: center;
    height: 60px;
    opacity: 0;
    visibility: hidden;
    font-size: 24px;
    -webkit-transition: .9s;
    transition: .9s;
    overflow: hidden;
    -webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1); }
    .go-top i {
      position: absolute;
      right: 0;
      left: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      text-align: center;
      font-size: 32px;
      margin-left: auto;
      margin-right: auto; }
    .go-top:hover {
      background: linear-gradient(0deg, #6EB5F5, #0087FF);
      color: #ffffff;
      -webkit-transition: 0.5s;
      transition: 0.5s;
      -webkit-box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
      box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
      -webkit-transform: translateY(-5px);
      transform: translateY(-5px); }
  .go-top.active {
    opacity: 1;
    visibility: visible;
    bottom: 20px; }
  .btn-more {
    z-index: 1;
    position: relative;
    font-size: 18px;
    font-family: inherit;
    color: #FFF;
    padding: 1em 3em;
    border-radius: 30px;
    outline: none;
    border: none;
    background: linear-gradient(36deg, #0087FF, #6EB5F5);
    overflow: hidden;
    transition: color 0.4s ease-in-out; }
    .btn-more::after {
      content: '';
      z-index: -1;
      background-color: rgba(255, 255, 255, 0.2);
      position: absolute;
      top: -50%;
      bottom: -50%;
      width: 2.5em;
      transform: translate3d(-525%, 0, 0) rotate(35deg); }
    .btn-more:hover {
      text-decoration: none;
      color: #FFF; }
      .btn-more:hover::after {
        transition: transform 0.45s ease-in-out;
        transform: translate3d(200%, 0, 0) rotate(35deg); }
  .btn-more.reverse {
    color: #0087FF;
    background: #FFF; }
    .btn-more.reverse:hover {
      text-decoration: none;
      color: #0087FF; }
      .btn-more.reverse:hover::after {
        transition: transform 0.6s ease-in-out; }
    .btn-more.reverse::after {
      background-color: rgba(0, 135, 255, 0.2); } }

.hide {
  display: none !important; }

.show {
  display: block; }

.show-flex {
  display: flex; }

.sm-show, .sm-show-flex {
  display: none !important; }

.banner-area {
  background-size: cover !important; }
  .banner-area .banner-words .desc {
    line-height: 50px;
    max-width: 15em; }

@media screen and (max-width: 768px) {
  .banner-area .banner-words .desc {
    font-size: 4.8vw !important;
    line-height: 6.4vw !important; }
  .show, .show-flex {
    display: none !important; }
  .sm-show {
    display: block !important; }
  .sm-show-flex {
    display: flex !important; }
  .navbar-area {
    display: none; }
  .hamburger-menu {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 99999; }
  .hamburger-header {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5.6vw 3.46667vw;
    height: 18.13333vw;
    background: rgba(255, 255, 255, 0.3);
    z-index: 1;
    transition: background-color 0.5s; }
    .hamburger-header img {
      height: 6.93333vw; }
  #menu__toggle {
    display: none;
    opacity: 0; }
    #menu__toggle:checked + .hamburger-header {
      background-color: #3789f7; }
      #menu__toggle:checked + .hamburger-header .menu__btn > span {
        transform: rotate(45deg);
        background-color: #FFF; }
        #menu__toggle:checked + .hamburger-header .menu__btn > span::before {
          top: 0;
          transform: rotate(0deg);
          background-color: #FFF; }
        #menu__toggle:checked + .hamburger-header .menu__btn > span::after {
          top: 0;
          transform: rotate(90deg);
          background-color: #FFF; }
    #menu__toggle:checked ~ .menu__box {
      top: 0; }
  .menu__btn {
    position: relative;
    margin-top: 6.4vw;
    width: 26px;
    height: 26px;
    cursor: pointer; }
    .menu__btn > span {
      display: block;
      position: absolute;
      width: 100%;
      height: 2px;
      background-color: #FFF;
      transition-duration: .25s; }
      .menu__btn > span::before {
        display: block;
        position: absolute;
        width: 100%;
        height: 2px;
        background-color: #FFF;
        transition-duration: .25s;
        content: '';
        top: -8px; }
      .menu__btn > span::after {
        display: block;
        position: absolute;
        width: 100%;
        height: 2px;
        background-color: #FFF;
        transition-duration: .25s;
        content: '';
        top: 8px; }
  .menu__box {
    display: block;
    position: fixed;
    top: -100%;
    left: 0;
    width: 100vw;
    height: 100%;
    margin: 0;
    padding: 80px 0;
    list-style: none;
    background-color: #3789f7;
    transition-duration: .25s;
    font-size: 0;
    overflow: auto; }
    .menu__box > li:last-child .menu__item::before {
      display: none; }
    .menu__box input[type="checkbox"] + .menu__item::after {
      content: '';
      display: block;
      position: absolute;
      top: 50%;
      right: 1.33333vw;
      width: 1.6vw;
      height: 1.6vw;
      border: 1px solid #fff;
      transform: translate(-50%) rotate(45deg);
      border-left: 0;
      border-top: 0;
      transition: all 0.2s; }
    .menu__box input[type="checkbox"]:checked + .menu__item::after {
      transform: translate(-50%) rotate(225deg);
      transform-origin: center; }
    .menu__box input[type="checkbox"]:checked + .menu__item + .sub-menu__box {
      height: auto; }
  .sub-menu__box {
    height: 0;
    margin: 0;
    transition: all 0.2s;
    overflow: hidden; }
    .sub-menu__box .menu__item {
      margin-left: 0; }
      .sub-menu__box .menu__item a {
        display: block;
        text-decoration: none;
        font-size: 3.73333vw; }
        .sub-menu__box .menu__item a:active, .sub-menu__box .menu__item a:visited {
          text-decoration: none; }
      .sub-menu__box .menu__item::after {
        display: none; }
      .sub-menu__box .menu__item:last-child::before {
        display: none; }
  .menu__item {
    position: relative;
    display: block;
    margin: 0 5.6vw;
    padding: 3.2vw 1.6vw;
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-size: 4.26667vw;
    text-decoration: none;
    transition-duration: .25s; }
    .menu__item a {
      color: #fff;
      text-decoration: none; }
    .menu__item::before {
      content: '';
      display: block;
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      height: 1px;
      background-color: #fff;
      transform: scaleY(0.5);
      opacity: 0.6; }
  .menu__item.active {
    font-weight: 600; }
  .crumbs-nav {
    position: relative;
    z-index: 9;
    box-sizing: border-box;
    width: 100%;
    height: 48px;
    line-height: 48px;
    background-color: #F3F8FD;
    padding: 0 20px;
    font-size: 2.2666666667vw;
    box-shadow: none; }
    .crumbs-nav a {
      color: #707070; }
      .crumbs-nav a:hover {
        text-decoration: none; }
    .crumbs-nav a.target {
      color: #2B91FE; }
  .footer-area-mobile {
    display: block;
    padding: 4.66667vw 6.93333vw 3.46667vw 4.26667vw;
    background: url(../../assets/img/index/mobile-footer-bg.png) no-repeat;
    background-size: cover; }
    .footer-area-mobile .footer-mobile-header {
      width: 100%; }
      .footer-area-mobile .footer-mobile-header img {
        width: 31.6vw;
        margin-bottom: 2.26667vw; }
      .footer-area-mobile .footer-mobile-header::after {
        position: absolute;
        content: '';
        display: block;
        height: 1px;
        width: 177.06667vw;
        background: #fff;
        transform: scale(0.5);
        transform-origin: 0 0; }
    .footer-area-mobile .footer-mobile-content {
      padding: 4.8vw 0 0;
      display: flex;
      align-items: flex-start; }
      .footer-area-mobile .footer-mobile-content .footer-mobile-title {
        margin-bottom: 1.33333vw;
        font-size: 2.93333vw;
        color: #FFFFFF;
        line-height: 1; }
        .footer-area-mobile .footer-mobile-content .footer-mobile-title img {
          margin-right: 1.33333vw;
          width: 4vw;
          height: 4vw;
          object-fit: contain; }
      .footer-area-mobile .footer-mobile-content .phone {
        margin-left: 5.33333vw;
        font-weight: 600;
        font-size: 4.4vw;
        color: #FFFFFF;
        line-height: 1; }
      .footer-area-mobile .footer-mobile-content .address {
        display: inline-block;
        margin-left: 5.33333vw;
        font-size: 2.26667vw;
        color: #FFFFFF;
        line-height: 1;
        width: 120%; }
    .footer-area-mobile .footer-mobile-left {
      width: 55.6vw; }
    .footer-area-mobile .footer-mobile-content-item {
      font-size: 0;
      margin-bottom: 4.13333vw; }
    .footer-area-mobile .footer-mobile-right {
      flex: 1; }
      .footer-area-mobile .footer-mobile-right .app-list {
        margin-top: 2vw;
        display: flex;
        flex-wrap: wrap; }
        .footer-area-mobile .footer-mobile-right .app-list .app-box {
          margin: 0 0.8vw; }
          .footer-area-mobile .footer-mobile-right .app-list .app-box .el-image {
            width: 9.33333vw;
            height: 9.33333vw; }
          .footer-area-mobile .footer-mobile-right .app-list .app-box:first-child {
            margin-left: 0; }
    .footer-area-mobile .footer-mobile-copyright {
      opacity: 0.5;
      width: 55.6vw;
      font-size: 2.26667vw;
      color: #57687D;
      line-height: 2.53333vw; }
  .el-image-viewer__actions {
    display: none; }
  .el-image-viewer__canvas img {
    transform: scale(0.6) !important; }
  .footer-area {
    box-sizing: border-box;
    width: 100%;
    padding: 40px 10px 40px 10px;
    display: flex;
    flex-direction: column;
    align-items: normal;
    justify-content: flex-start;
    display: none; }
    .footer-area .footer-left {
      display: flex;
      flex-direction: column; }
      .footer-area .footer-left .footer-top {
        margin-bottom: 20px; }
        .footer-area .footer-left .footer-top .logo {
          height: 40px;
          width: auto;
          margin-bottom: 20px; }
        .footer-area .footer-left .footer-top .slogan {
          display: none;
          font-size: 48px;
          color: #555555;
          margin-bottom: 38px; }
      .footer-area .footer-left .footer-middle .input-box {
        height: 70px;
        margin-bottom: 50px;
        display: none; }
        .footer-area .footer-left .footer-middle .input-box .query-input {
          box-sizing: border-box;
          width: 596px;
          height: 70px;
          border-radius: 5px;
          padding: 0 32px;
          outline: none;
          border: none;
          font-size: 18px;
          color: #1E2832;
          background-color: #FCFDFF; }
          .footer-area .footer-left .footer-middle .input-box .query-input::placeholder {
            color: #A0A0A0; }
        .footer-area .footer-left .footer-middle .input-box .btn-query {
          width: 160px;
          height: 68px;
          text-decoration: none;
          margin-left: 18px;
          text-align: center;
          line-height: 68px;
          border-radius: 5px;
          font-size: 18px;
          color: #FFF;
          background: linear-gradient(0deg, #6EB5F5, #0087FF);
          box-shadow: 3px 4px 10px 0px rgba(49, 64, 114, 0.41); }
      .footer-area .footer-left .footer-middle .link-container {
        display: flex;
        justify-content: space-between; }
        .footer-area .footer-left .footer-middle .link-container .link-box {
          text-align: center;
          color: #1E2832;
          margin-right: 0; }
          .footer-area .footer-left .footer-middle .link-container .link-box .link-title {
            font-weight: bold;
            font-size: 16px;
            margin-bottom: 0; }
          .footer-area .footer-left .footer-middle .link-container .link-box .link-list {
            font-size: 18px;
            display: none;
            flex-direction: column;
            align-items: center; }
            .footer-area .footer-left .footer-middle .link-container .link-box .link-list a {
              color: #333;
              text-decoration: none;
              margin-bottom: 14px; }
              .footer-area .footer-left .footer-middle .link-container .link-box .link-list a:last-child {
                margin-bottom: 0; }
      .footer-area .footer-left .footer-bottom {
        margin-top: 20px;
        display: flex;
        flex-direction: column; }
        .footer-area .footer-left .footer-bottom .line {
          margin-bottom: 12px; }
          .footer-area .footer-left .footer-bottom .line a {
            font-size: 16px;
            color: #1E2832;
            opacity: 0.4;
            margin-right: 40px;
            text-decoration: none; }
        .footer-area .footer-left .footer-bottom .copyright {
          margin: 0;
          padding: 0;
          font-size: 18px;
          color: #1E2832;
          opacity: 0.3; }
    .footer-area .footer-bottom-1 {
      margin-top: 20px;
      display: flex;
      flex-direction: column; }
      .footer-area .footer-bottom-1 .line {
        margin-bottom: 12px; }
        .footer-area .footer-bottom-1 .line a {
          font-size: 14px;
          color: #1E2832;
          opacity: 0.4;
          margin-right: 40px;
          text-decoration: none; }
          .footer-area .footer-bottom-1 .line a:last-child {
            margin-right: 0; }
      .footer-area .footer-bottom-1 .copyright {
        margin: 0;
        padding: 0;
        font-size: 14px;
        color: #1E2832;
        opacity: 0.3; }
    .footer-area .footer-right {
      display: flex;
      flex-direction: row;
      align-items: flex-start;
      justify-content: center;
      margin-top: 20px; }
      .footer-area .footer-right .footer-right-wrapper {
        display: flex;
        flex-direction: column;
        align-items: flex-start; }
      .footer-area .footer-right .tips {
        display: none;
        font-size: 20px;
        color: #1E2832; }
      .footer-area .footer-right .app-list {
        margin-top: 12px;
        margin-bottom: 12px;
        margin-left: auto;
        margin-right: auto;
        display: flex;
        align-items: center; }
        .footer-area .footer-right .app-list .app-box {
          width: 40px;
          height: 40px;
          margin-right: 12px;
          border-radius: 4px;
          text-align: center;
          line-height: 40px;
          background-color: transparent;
          transition: all linear 0.2s;
          cursor: pointer; }
          .footer-area .footer-right .app-list .app-box img {
            width: 40px;
            height: 40px; }
          .footer-area .footer-right .app-list .app-box .iconfont {
            font-size: 24px;
            color: #828E99;
            transition: all linear 0.2s; }
          .footer-area .footer-right .app-list .app-box:last-child {
            margin-right: 0; }
        .footer-area .footer-right .app-list .app-box.active {
          background-color: #0087FF; }
          .footer-area .footer-right .app-list .app-box.active .iconfont {
            color: #91C7F9; }
      .footer-area .footer-right .app-pic {
        width: 150px;
        height: 150px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 20px; }
      .footer-area .footer-right .contact {
        display: flex;
        flex-direction: column;
        align-items: center; }
        .footer-area .footer-right .contact .address {
          height: 50px;
          line-height: 50px;
          display: flex;
          align-items: center; }
          .footer-area .footer-right .contact .address i {
            font-size: 18px;
            color: #0087FF; }
          .footer-area .footer-right .contact .address p, .footer-area .footer-left .contact .address p {
            font-size: 16px;
            color: #1E2832;
            margin-bottom: 0; }
        .footer-area .footer-right .contact .tel, .footer-area .footer-left .contact .tel {
          font-size: 28px;
          color: #1E2832;
          margin-bottom: 0; }
  .go-top {
    position: fixed;
    cursor: pointer;
    bottom: -100px;
    right: 20px;
    color: #ffffff;
    background: linear-gradient(0deg, #6EB5F5, #0087FF);
    z-index: 999;
    width: 40px;
    text-align: center;
    height: 40px;
    opacity: 0;
    visibility: hidden;
    font-size: 24px;
    -webkit-transition: .9s;
    transition: .9s;
    overflow: hidden;
    -webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1); }
    .go-top i {
      position: absolute;
      right: 0;
      left: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      text-align: center;
      font-size: 26px;
      margin-left: auto;
      margin-right: auto; }
    .go-top:hover {
      background: linear-gradient(0deg, #6EB5F5, #0087FF);
      color: #ffffff;
      -webkit-transition: 0.5s;
      transition: 0.5s;
      -webkit-box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
      box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
      -webkit-transform: translateY(-5px);
      transform: translateY(-5px); }
  .go-top.active {
    opacity: 1;
    visibility: visible;
    bottom: 20px; }
  .btn-more {
    z-index: 1;
    position: relative;
    font-size: 16px;
    font-family: inherit;
    color: #FFF;
    padding: 0.5em 1.8em;
    border-radius: 30px;
    outline: none;
    border: none;
    background: linear-gradient(36deg, #0087FF, #6EB5F5);
    overflow: hidden;
    transition: color 0.4s ease-in-out; }
    .btn-more::after {
      content: '';
      z-index: -1;
      background-color: rgba(255, 255, 255, 0.2);
      position: absolute;
      top: -50%;
      bottom: -50%;
      width: 2.5em;
      transform: translate3d(-525%, 0, 0) rotate(35deg); }
    .btn-more:hover {
      text-decoration: none;
      color: #FFF; }
      .btn-more:hover::after {
        transition: transform 0.45s ease-in-out;
        transform: translate3d(200%, 0, 0) rotate(35deg); }
  .btn-more.reverse {
    color: #0087FF;
    background: #FFF; }
    .btn-more.reverse:hover {
      text-decoration: none;
      color: #0087FF; }
      .btn-more.reverse:hover::after {
        transition: transform 0.6s ease-in-out; }
    .btn-more.reverse::after {
      background-color: rgba(0, 135, 255, 0.2); } }

.line-one {
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  word-break: break-all;
  overflow: hidden; }

.line-two {
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  word-break: break-all;
  overflow: hidden; }

.line-three {
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  word-break: break-all;
  overflow: hidden; }
.hidden{display:none !important}