@charset "utf-8";

.m-inner-box {
      max-width: 450px;
      margin: 0 auto
}

html {
      font-family: "Microsoft YaHei", 微软雅黑, "MicrosoftJhengHei", 华文细黑, SimHei, STHeiti, MingLiu, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
      font-size: 16px;
      word-spacing: 1px;
      -ms-text-size-adjust: 100%;
      -webkit-text-size-adjust: 100%;
      -moz-osx-font-smoothing: grayscale;
      -webkit-font-smoothing: antialiased;
      box-sizing: border-box
}

*,
:after,
:before {
      box-sizing: border-box;
      margin: 0;
      letter-spacing: 1px;
      text-decoration: none
}

.inner-box {
      margin: 0 auto;
      width: 1280px
}

.scale-img {
      overflow: hidden
}

.scale-img img {
      width: 100%;
      height: 100%;
      transition: all 1s
}

.scale-img img:hover {
      transform: scale(1.1)
}

.inner-container {
      min-width: 1280px
}

h2 {
      text-align: center
}

li,
ul {
      list-style: none;
      margin: 0;
      padding: 0
}

.page-container {
      min-height: 720px
}

.primary-link-btn {
      width: 160px;
      height: 40px;
      line-height: 40px;
      display: inline-block;
      text-align: center;
      letter-spacing: 3px;
      text-underline: none;
      background: #00bfff;
      color: #fff;
      font-size: 20px
}

.primary-link-btn.large {
      width: 196px;
      height: 44px;
      line-height: 44px;
      font-size: 18px
}

.primary-link-btn.small {
      width: 140px;
      height: 36px;
      line-height: 36px;
      font-size: 16px
}

.primary-link-btn.mini {
      width: 90px;
      height: 30px;
      line-height: 30px;
      font-size: 14px;
      font-weight: 600
}

.primary-link-btn:hover {
      background: #3fceff
}

.article-article {
      line-height: 30px;
      color: #666;
      font-size: 14px;
      text-align: left
}

.banner img {
      width: 100%
}

.agile {
      position: relative
}

.agile--ssr .agile__slides--cloned {
      display: none
}

.agile--ssr .agile__slides>* {
      overflow: hidden;
      width: 0
}

.agile--ssr .agile__slides>:first-child {
      width: 100%
}

.agile--rtl .agile__actions,
.agile--rtl .agile__dots,
.agile--rtl .agile__slides,
.agile--rtl .agile__track {
      flex-direction: row-reverse
}

.agile:active,
.agile :active,
.agile:focus,
.agile :focus {
      outline: none
}

.agile__list {
      display: block;
      overflow: hidden;
      position: relative;
      width: 100%
}

.agile__track {
      flex-direction: row;
      flex-wrap: nowrap
}

.agile__actions,
.agile__track {
      display: flex
}

.agile__actions {
      justify-content: space-between
}

.agile--no-nav-buttons .agile__actions {
      justify-content: center
}

.agile__slides {
      align-items: center;
      display: flex;
      flex-direction: row;
      flex-grow: 1;
      flex-shrink: unset;
      flex-wrap: nowrap;
      justify-content: flex-start
}

.agile--disabled .agile__slides {
      display: block;
      width: 100%
}

.agile__slide {
      display: block;
      flex-grow: 1;
      flex-shrink: 0
}

.agile__slide,
.agile__slide * {
      -webkit-user-drag: none
}

.agile--fade .agile__slide {
      opacity: 0;
      position: relative;
      z-index: 0
}

.agile--fade .agile__slide--active {
      opacity: 1;
      z-index: 2
}

.agile--fade .agile__slide--expiring {
      opacity: 1;
      transition-duration: 0s;
      z-index: 1
}

.agile__nav-button[disabled] {
      cursor: default
}

.agile__dots {
      align-items: center;
      display: flex;
      list-style: none;
      padding: 0;
      white-space: nowrap
}

.agile__dot button {
      cursor: pointer;
      display: block;
      font-size: 0;
      line-height: 0
}

.nuxt-progress {
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      height: 2px;
      width: 0;
      opacity: 1;
      transition: width .1s, opacity .4s;
      background-color: #fff;
      z-index: 999999
}

.nuxt-progress.nuxt-progress-notransition {
      transition: none
}

.nuxt-progress-failed {
      background-color: red
}

#page-header[data-v-7fec01ff] {
      background-color: rgba(22, 32, 41, .9);
      justify-content: center;
      position: fixed;
      top: 0;
      left: 0;
      z-index: 9999;
      width: 100%
}

#page-header[data-v-7fec01ff],
.main-header[data-v-7fec01ff] {
      display: flex;
      flex-flow: row
}

.main-header[data-v-7fec01ff] {
      height: 64px;
      align-items: center;
      justify-content: space-between
}

.main-header .main-nav-menu .nav[data-v-7fec01ff] {
      display: inline-block;
      margin: 0 20px;
      color: #ddd;
      line-height: 59px;
      font-size: 16px
}

.main-header .main-nav-menu .nav[data-v-7fec01ff]:hover {
      color: #1fdfff
}

.main-header .main-nav-menu .nav .nav-item[data-v-7fec01ff] {
      display: flex;
      align-items: center;
      flex-flow: column
}

.main-header .main-nav-menu .nav .nav-item .nav-text[data-v-7fec01ff] {
      flex: 1
}

.main-header .main-nav-menu .nav .nav-item .nav-underline[data-v-7fec01ff] {
      width: 36px;
      height: 3px;
      background-color: transparent;
      margin-bottom: 1px
}

.main-header .main-nav-menu .nav.nuxt-link-active[data-v-7fec01ff] {
      color: #1fdfff
}

.main-header .main-nav-menu .nav.nuxt-link-active .nav-underline[data-v-7fec01ff] {
      background-color: #1fdfff
}

.main-header .main-nav-menu .nav-index[data-v-7fec01ff]:hover {
      color: #1fdfff !important
}

.main-header .main-nav-menu .nav-index.nuxt-link-active[data-v-7fec01ff] {
      color: #ddd;
      border-bottom: 3px solid transparent
}

.main-header .main-nav-menu .nav-index.nuxt-link-exact-active[data-v-7fec01ff] {
      color: #1fdfff;
      border-bottom-color: #1fdfff
}

.main-header .main-logo[data-v-7fec01ff] {
      width: 180px;
      display: flex;
      align-items: center
}

#page_footer .footer-contact[data-v-7fec01ff] {
      height: 180px;
      background-color: #154bab;
      background-image: url(/images/background/footer-bg.png);
      background-size: 100% 100%;
      display: flex;
      padding-top: 56px;
      justify-content: center
}

#page_footer .footer-contact .contact-content[data-v-7fec01ff] {
      text-align: center;
      color: #fff
}

#page_footer .footer-contact .contact-content .contact-title[data-v-7fec01ff] {
      font-family: PingFangSC-Medium;
      font-size: 24px;
      letter-spacing: 4px;
      margin-bottom: 21px;
}

#page_footer .footer-contact .contact-content .contact-subtitle[data-v-7fec01ff] {
      font-size: 14px;
      margin-bottom: 12px
}

#page_footer .footer-info[data-v-7fec01ff] {
      height: 340px;
      background: rgba(29, 37, 58, .9);
      border-bottom: 1px solid #666
}

#page_footer .footer-info .back-top[data-v-7fec01ff] {
      position: fixed;
      right: 10px;
      bottom: 80px;
      z-index: 1000
}

#page_footer .footer-info .back-top .message[data-v-7fec01ff] {
      width: 45px;
      letter-spacing: 13px;
      text-align: center;
      background: #fff;
      color: #000;
      border: 1px solid rgba(0, 0, 0, .1)
}

#page_footer .footer-info .back-top .message .btn[data-v-7fec01ff] {
      background: #00bfff;
      height: 45px;
      line-height: 45px;
      cursor: pointer
}

#page_footer .footer-info .back-top .message .btn img[data-v-7fec01ff] {
      width: 24px;
      height: 21px;
      margin-top: 12px
}

#page_footer .footer-info .back-top .message .btn[data-v-7fec01ff]:hover {
      background: #3fceff
}

#page_footer .footer-info .back-top .message .call[data-v-7fec01ff] {
      text-align: center;
      padding: 9px 13px;
      line-height: 22px
}

#page_footer .footer-info .back-top .message .call .call-box[data-v-7fec01ff] {
      position: absolute;
      width: 320px;
      height: 175px;
      right: 42px;
      top: 0;
      display: none
}

#page_footer .footer-info .back-top .message .call .call-box .call-content[data-v-7fec01ff] {
      height: 50%;
      width: 100%;
      background: rgba(0, 0, 0, .8);
      padding: 16px;
      color: #fff
}

#page_footer .footer-info .back-top .message .call .call-box .call-content img[data-v-7fec01ff] {
      width: 28px;
      float: left;
      margin-top: 12px
}

#page_footer .footer-info .back-top .message .call .call-box .call-content .content-box[data-v-7fec01ff] {
      float: left;
      color: #fff;
      text-align: left;
      padding-left: 10px
}

#page_footer .footer-info .back-top .message .call .call-box .call-content .content-box .title[data-v-7fec01ff] {
      color: #00bfff;
      margin-bottom: 5px
}

#page_footer .footer-info .back-top .message .call .call-box .call-content[data-v-7fec01ff]:hover {
      background: #00bfff
}

#page_footer .footer-info .back-top .message .call .call-box .call-content:hover .title[data-v-7fec01ff] {
      color: #fff
}

#page_footer .footer-info .back-top .message .call .call-box .call-relation[data-v-7fec01ff] {
      padding-top: 25px
}

#page_footer .footer-info .back-top .message .call .call-box .call-consult[data-v-7fec01ff] {
      padding-top: 10px;
      cursor: pointer
}

#page_footer .footer-info .back-top .message .call .call-box .call-consult .content-box[data-v-7fec01ff] {
      font-size: 20px
}

#page_footer .footer-info .back-top .message .call:hover .call-box[data-v-7fec01ff] {
      display: block
}

#page_footer .footer-info .back-top .back[data-v-7fec01ff] {
      background: #fff;
      margin-top: 16px;
      text-align: center;
      height: 45px;
      cursor: pointer;
      border: 1px solid rgba(0, 0, 0, .1)
}

#page_footer .footer-info .back-top .back img[data-v-7fec01ff] {
      margin-top: 15px
}

#page_footer .footer-info .back-top .back[data-v-7fec01ff]:hover {
      background: hsla(0, 0%, 100%, .7)
}

#page_footer .footer-info .inner-box[data-v-7fec01ff] {
      display: flex;
      flex-flow: row;
      padding: 50px 80px;
      color: #e5e5e5;
      font-size: 14px
}

#page_footer .footer-info .inner-box .info-left[data-v-7fec01ff] {
      height: 100%;
      width: 33%
}

#page_footer .footer-info .inner-box .info-left .phone-number[data-v-7fec01ff] {
      font-size: 26px
}

#page_footer .footer-info .inner-box .info-center[data-v-7fec01ff] {
      height: 100%;
      width: 23%
}

#page_footer .footer-info .inner-box .info-center .link[data-v-7fec01ff] {
      color: #e5e5e5;
      text-decoration: none;
      display: block;
      margin-bottom: 24px
}

#page_footer .footer-info .inner-box .info-center .link[data-v-7fec01ff]:hover {
      color: #1fdfff
}

#page_footer .footer-info .inner-box .info-right[data-v-7fec01ff] {
      height: 100%
}

#page_footer .footer-info .inner-box .info-right .info-address[data-v-7fec01ff],
#page_footer .footer-info .inner-box .info-right .info-mail[data-v-7fec01ff] {
      margin-bottom: 24px
}

#page_footer .footer-copyright[data-v-7fec01ff] {
      color: #999;
      height: 80px;
      font-size: 12px;
      text-align: center;
      background: rgba(29, 37, 58, .9);
      line-height: 80px
}

#page_footer .footer-copyright .copyright-text a[data-v-7fec01ff] {
      color: #999
}

.detail-container[data-v-836eae84] {
      margin-top: 64px;
      margin-bottom: 128px
}

.detail-container .case-header-info[data-v-836eae84] {
      height: 320px;
      background-color: #154bab;
      background-image: url(/images/background/banner-bg.png);
      display: flex;
      flex-flow: row;
      margin-bottom: 45px
}

.detail-container .case-header-info .case-title-image[data-v-836eae84] {
      width: 533px;
      background-color: #e5e5e5
}

.detail-container .case-header-info .case-title-info[data-v-836eae84] {
      flex: 1;
      background-image: url(/images/pages/case/bg_case_info.png);
      padding: 32px 40px;
      color: #fff
}

.detail-container .case-header-info .case-title-info h3[data-v-836eae84] {
      height: 40px;
      font-size: 28px;
      letter-spacing: 3px;
      margin-bottom: 16px
}

.detail-container .case-header-info .case-title-info h4[data-v-836eae84] {
      font-weight: 400;
      font-size: 16px;
      display: flex;
      flex-flow: row;
      align-items: center;
      margin-bottom: 4px
}

.detail-container .case-header-info .case-title-info p[data-v-836eae84] {
      font-size: 14px;
      color: hsla(0, 0%, 100%, .65);
      margin-bottom: 12px;
      margin-left: 24px;
      min-height: 26px;
      line-height: 26px
}

.detail-container .case-header-info .case-title-info p[data-v-836eae84] b {
      color: #1fdfff;
      font-size: 32px
}

.detail-container .case-header-info .case-title-info .ic_project[data-v-836eae84],
.detail-container .case-header-info .case-title-info .ic_time[data-v-836eae84],
.detail-container .case-header-info .case-title-info .ic_type[data-v-836eae84] {
      display: inline-block;
      width: 16px;
      height: 16px;
      margin-right: 8px
}

.detail-container .case-header-info .case-title-info .ic_time[data-v-836eae84] {
      background-image: url(/images/pages/case/ic_time.svg)
}

.detail-container .case-header-info .case-title-info .ic_type[data-v-836eae84] {
      background-image: url(/images/pages/case/ic_type.svg)
}

.detail-container .case-header-info .case-title-info .ic_project[data-v-836eae84] {
      background-image: url(/images/pages/case/ic_project.svg)
}

.detail-container .case-customer[data-v-836eae84] {
      height: 150px;
      display: flex;
      flex-flow: row;
      background-color: #f0f3fb;
      margin-bottom: 24px;
      overflow: hidden
}

.detail-container .case-customer .case-customer-image[data-v-836eae84] {
      width: 150px;
      background-image: url(/images/pages/case/bg_case_custom.png)
}

.detail-container .case-customer .case-customer-content[data-v-836eae84] {
      position: relative;
      flex: 1;
      padding: 0 32px;
      display: flex;
      align-items: center
}

.detail-container .case-customer .case-customer-content .quote-bg-1[data-v-836eae84],
.detail-container .case-customer .case-customer-content .quote-bg-2[data-v-836eae84] {
      display: inline-block;
      position: absolute;
      width: 48px;
      height: 45px
}

.detail-container .case-customer .case-customer-content .quote-bg-1[data-v-836eae84] {
      background-image: url(/images/pages/case/ic_quote_1.png);
      top: 15px;
      left: 15px
}

.detail-container .case-customer .case-customer-content .quote-bg-2[data-v-836eae84] {
      right: 15px;
      bottom: 15px;
      background-image: url(/images/pages/case/ic_quote_2.png)
}

.detail-container .case-customer .case-customer-content .customer-content-text[data-v-836eae84] {
      white-space: pre-wrap;
      color: #333;
      font-size: 14px;
      line-height: 26px
}

.detail-container .case-summary[data-v-836eae84] {
      margin-bottom: 24px
}

.detail-container .case-summary .case-summary-title[data-v-836eae84] {
      font-size: 20px;
      font-weight: 400;
      margin-bottom: 12px
}

.detail-container .case-summary .case-summary-content[data-v-836eae84] {
      white-space: pre-wrap;
      font-size: 14px;
      line-height: 26px;
      width: 100%;
      overflow: hidden
}

.detail-container .case-gallery .case-gallery-image[data-v-836eae84] {
      width: 100%
}

.breadcrumb[data-v-2920f9af] {
      width: 100%;
      height: 80px;
      display: flex;
      align-items: center;
      justify-content: center
}

.breadcrumb .breadcrumb-list[data-v-2920f9af] {
      display: flex;
      flex-flow: row;
      overflow: hidden;
      white-space: nowrap
}

.breadcrumb .breadcrumb-list .breadcrumb-item[data-v-2920f9af] {
      flex-flow: column;
      align-items: center;
      justify-content: center;
      color: #333;
      font-size: 16px
}

.breadcrumb .breadcrumb-list .breadcrumb-item span[data-v-2920f9af] {
      margin: 0 2px
}


.breadcrumb .breadcrumb-list .breadcrumb-item .item[data-v-2920f9af] {
      color: #333
}

.breadcrumb .breadcrumb-list .breadcrumb-item:last-of-type .item[data-v-2920f9af] {
      color: #999
}

.breadcrumb .breadcrumb-list .breadcrumb-item:last-of-type .current-title[data-v-2920f9af] {
      font-size: 16px;
      font-weight: 400
}

.breadcrumb .breadcrumb-list .link:hover .link-item[data-v-2920f9af] {
      color: #00bfff
}