/*
 * @Descripttion : 
 * @Author       : wuhaidong
 * @Date         : 2020-04-26 09:29:31
 * @LastEditors  : wuhaidong
 * @LastEditTime : 2020-05-07 16:15:55
 */
.header-component {
  margin: 0 auto;
  width: 100%;
}
.header-component.scroll {
  position: fixed;
  top: 0;
  left: 0;
  height: 75px;
  width: 100%;
  background: rgba(9, 37, 78, 0.7);
  z-index: 2;
}
.header-component .logo {
  width: 130px;
  object-fit: cover;
}
.header-component .tabbar-wrap {
  align-items: center;
}
.header-component .tabbar-wrap .tabbar-item {
  padding: 24px 27px;
  color: #fff;
  font-size: 16px;
  text-align: end;
}
.header-component .tabbar-wrap .tabbar-item-active {
  color: #00a2ff;
}

/*
 * @Descripttion : 
 * @Author       : wuhaidong
 * @Date         : 2020-04-26 09:29:31
 * @LastEditors  : wuhaidong
 * @LastEditTime : 2020-05-07 16:15:55
 */
/*
 * @Descripttion : flex class 已经全局引入
 * @Author       : wuhaidong
 * @Date         : 2019-12-18 17:04:56
 * @LastEditors  : xuqiufeng
 * @LastEditTime : 2020-06-10 15:45:24
 */
.flexbox {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
}
.flex-inline {
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: inline-flex;
}
.flex-1 {
  -moz-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.flex-auto {
  flex: auto;
  position: relative;
  height: 100%;
}
.flex-auto-hidden {
  flex: auto;
  position: relative;
  height: 100%;
  overflow: hidden;
}
.flex-none {
  flex: none;
  position: relative;
}
.flex-direction-row {
  -moz-flex-direction: row;
  flex-direction: row;
}
.flex-direction-row-reverse {
  -moz-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.flex-direction-column {
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.flex-direction-column-reverse {
  -moz-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.flex-wrap-nowrap {
  flex-wrap: nowrap;
}
.flex-wrap-wrap {
  flex-wrap: wrap;
}
.flex-wrap-wrap-reverse {
  flex-wrap: wrap-reverse;
}
.flex-justify-content-flex-start {
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
.flex-justify-content-flex-end {
  -moz-justify-content: flex-end;
  justify-content: flex-end;
}
.flex-justify-content-center {
  -moz-justify-content: center;
  justify-content: center;
}
.flex-justify-content-space-between {
  -moz-justify-content: space-between;
  justify-content: space-between;
}
.flex-justify-content-space-around {
  -moz-justify-content: space-around;
  justify-content: space-around;
}
.flex-align-items-initial {
  -moz-align-items: initial;
  align-items: initial;
}
.flex-align-items-flex-start {
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.flex-align-items-flex-end {
  -moz-align-items: flex-end;
  align-items: flex-end;
}
.flex-align-items-center {
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
}
.flex-align-items-baseline {
  -moz-align-items: baseline;
  align-items: baseline;
}
.flex-align-items-stretch {
  -moz-align-items: stretch;
  align-items: stretch;
}
.footer-component {
  background: #042352;
  margin-top: 140px;
}
.footer-component .top-wrap {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  padding: 68px 0;
}
.footer-component .top-wrap .left {
  width: 415px;
}
.footer-component .top-wrap .left .logo {
  width: 176px;
}
.footer-component .top-wrap .left .introduce {
  color: #fff;
  line-height: 36px;
  margin-top: 26px;
}
.footer-component .top-wrap .center {
  width: 374px;
  color: #fff;
  margin-right: 94px;
  line-height: 36px;
}
.footer-component .top-wrap .right {
  -moz-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.footer-component .top-wrap .right .tip {
  color: #fff;
}
.footer-component .top-wrap .right .wechat-wrap {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  -moz-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -moz-justify-content: space-between;
  justify-content: space-between;
  margin-top: 21px;
}
.footer-component .top-wrap .right .wechat-wrap .item {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  width: 140px;
}
.footer-component .top-wrap .right .wechat-wrap .item .logo {
  width: 140px;
  height: 140x;
}
.footer-component .top-wrap .right .wechat-wrap .item .title {
  margin-top: 10px;
  color: #fff;
}
.footer-component .copyright {
  padding: 30px 0;
  text-align: center;
  justify-content: center;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: #fff;
  font-size: 14px;
  position: relative;
}
.footer-component .copyright i {
  position: absolute;
  bottom: -1px;
  left: 0;
  height: 1px;
  background: #042352;
  width: 100%;
}
.footer-component .copyright a {
  color: #fff;
  text-decoration: none;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

.MuiSkeleton-text {
  transform: scale(1) !important;
}

/*
 * @Descripttion : flex class 已经全局引入
 * @Author       : wuhaidong
 * @Date         : 2019-12-18 17:04:56
 * @LastEditors  : xuqiufeng
 * @LastEditTime : 2020-06-10 15:45:24
 */
.flexbox {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
}
.flex-inline {
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: inline-flex;
}
.flex-1 {
  -moz-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.flex-auto {
  flex: auto;
  position: relative;
  height: 100%;
}
.flex-auto-hidden {
  flex: auto;
  position: relative;
  height: 100%;
  overflow: hidden;
}
.flex-none {
  flex: none;
  position: relative;
}
.flex-direction-row {
  -moz-flex-direction: row;
  flex-direction: row;
}
.flex-direction-row-reverse {
  -moz-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.flex-direction-column {
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.flex-direction-column-reverse {
  -moz-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.flex-wrap-nowrap {
  flex-wrap: nowrap;
}
.flex-wrap-wrap {
  flex-wrap: wrap;
}
.flex-wrap-wrap-reverse {
  flex-wrap: wrap-reverse;
}
.flex-justify-content-flex-start {
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
.flex-justify-content-flex-end {
  -moz-justify-content: flex-end;
  justify-content: flex-end;
}
.flex-justify-content-center {
  -moz-justify-content: center;
  justify-content: center;
}
.flex-justify-content-space-between {
  -moz-justify-content: space-between;
  justify-content: space-between;
}
.flex-justify-content-space-around {
  -moz-justify-content: space-around;
  justify-content: space-around;
}
.flex-align-items-initial {
  -moz-align-items: initial;
  align-items: initial;
}
.flex-align-items-flex-start {
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.flex-align-items-flex-end {
  -moz-align-items: flex-end;
  align-items: flex-end;
}
.flex-align-items-center {
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
}
.flex-align-items-baseline {
  -moz-align-items: baseline;
  align-items: baseline;
}
.flex-align-items-stretch {
  -moz-align-items: stretch;
  align-items: stretch;
}
/*
 * @Descripttion : Animate.css Helpers  动画样式
 * @Author       : wuhaidong
 * @Date         : 2019-12-18 17:04:56
 * @LastEditors  : xuqiufeng
 * @LastEditTime : 2020-06-10 09:10:25
 */
.sparkline-delay {
  position: absolute;
  bottom: 0;
  width: 40px;
  height: 35px;
  line-height: 24px;
}
.animated.animated-delay {
  -webkit-animation-delay: 0.6s !important;
  animation-delay: 0.6s !important;
}
.animated.animated-short {
  -webkit-animation-duration: 0.6s !important;
  animation-duration: 0.6s !important;
}
.animated.animated-shorter {
  -webkit-animation-duration: 0.3s !important;
  animation-duration: 0.3s !important;
}
.animated.animated-long {
  -webkit-animation-duration: 1.4s !important;
  animation-duration: 1.4s !important;
}
.animated.animated-longer {
  -webkit-animation-duration: 2s !important;
  animation-duration: 2s !important;
}
.btn-bg {
  background-color: #00a2ff;
}
.btn-bg:hover {
  background-color: #1169ab;
  -webkit-animation: bg1 1s ease infinite alternate;
  -ms-animation: bg1 1s ease infinite alternate;
  -moz-animation: bg1 1s ease infinite alternate;
  animation: bg1 1s ease infinite alternate;
}
@-webkit-keyframes bg1 {
  0% {
    background-color: #00a2ff;
  }
  100% {
    background-color: #1169ab;
  }
}
@-moz-keyframes bg1 {
  0% {
    background-color: #00a2ff;
  }
  100% {
    background-color: #1169ab;
  }
}
@-ms-keyframes bg1 {
  0% {
    background-color: #00a2ff;
  }
  100% {
    background-color: #1169ab;
  }
}
@keyframes bg1 {
  0% {
    background-color: #00a2ff;
  }
  100% {
    background-color: #1169ab;
  }
}
.index-btn-bg {
  background-image: linear-gradient(60deg, #90e0ef, #00b4d8, #0077b6, #02204d, #124c99, #247cb7, #90e0ef);
  -webkit-animation: bg 3s ease infinite alternate;
  animation: bg 3s ease infinite alternate;
  -ms-background-size: 300% 300%;
  background-size: 300% 300%;
}
.index-btn-bg:hover {
  box-shadow: 4px 4px 10px #4a96ff;
}
@-webkit-keyframes bg {
  0% {
    -webkit-background-position: 0 50%;
  }
  50% {
    -webkit-background-position: 100% 50%;
  }
  100% {
    -webkit-background-position: 0 50%;
  }
}
@-moz-keyframes bg {
  0% {
    -webkit-background-position: 0 50%;
  }
  50% {
    -webkit-background-position: 100% 50%;
  }
  100% {
    -webkit-background-position: 0 50%;
  }
}
@-o-keyframes bg {
  0% {
    -webkit-background-position: 0 50%;
  }
  50% {
    -webkit-background-position: 100% 50%;
  }
  100% {
    -webkit-background-position: 0 50%;
  }
}
@-ms-keyframes bg {
  0% {
    -webkit-background-position: 0 50%;
  }
  50% {
    -webkit-background-position: 100% 50%;
  }
  100% {
    -webkit-background-position: 0 50%;
  }
}
@keyframes bg {
  0% {
    background-position: 0 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0 50%;
  }
}
.customercaseflow-component {
  width: 1200px;
  margin: 0 auto;
}
.customercaseflow-component .case-item {
  min-width: 100%;
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
}
.customercaseflow-component .case-item .banner {
  height: 440px;
  width: 50%;
  object-fit: cover;
  display: block;
  cursor: pointer;
}
.customercaseflow-component .case-item .content {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -moz-justify-content: center;
  justify-content: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  width: 50%;
  height: 440px;
  background: #f7f7f7;
}
.customercaseflow-component .case-item .content .name {
  font-size: 24px;
  text-align: center;
}
.customercaseflow-component .case-item .content .introduce {
  margin-top: 40px;
}
.customercaseflow-component .case-item .content .introduce.introduce-center {
  width: 545px;
  line-height: 40px;
  text-align: left;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.customercaseflow-component .case-item .content .more {
  width: 190px;
  height: 50px;
  margin-top: 35px;
  border-radius: 25px;
  color: #fff;
  background-color: #00a2ff;
}

