/*! normalize.css v7.0.0 | 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
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 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
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 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 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * 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 style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * 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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 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;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * 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 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
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 and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[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 IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

/**
 * Scaffolding
 * ----------------------------------------------------------------------------
 */
body {
  font-family: "PingFang SC", Helvetica, "Helvetica Neue", "Microsoft YaHei", "SimSun", Tahoma, Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #778190;
  background-color: #fff;
  -webkit-overflow-scrolling: touch;
}

ul,
li,
ol {
  padding: 0;
}

ul {
  margin: 0;
}

li {
  list-style-type: none;
}

input,
button,
select,
textarea {
  padding: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  outline: none;
  border: none;
}

input::-ms-clear {
  display: none;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}

input:focus,
textarea:focus {
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-modify: read-write-plaintext-only;
}

a {
  color: #006cff;
  text-decoration: none;
}
a:link,
a:visited,
a:hover,
a:active{
  text-decoration: none;
}
img {
  vertical-align: middle;
}

/**
 * Typography
 * ----------------------------------------------------------------------------
 */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #999;
}

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
  font-size: 65%;
}

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
  font-size: 75%;
}

h1, .h1 {
  font-size: 36px;
}

h2, .h2 {
  font-size: 30px;
}

h3, .h3 {
  font-size: 24px;
}

h4, .h4 {
  font-size: 18px;
}

h5, .h5 {
  font-size: 14px;
}

h6, .h6 {
  font-size: 12px;
}

p {
  margin: 0;
}
img {border: 0;vertical-align: middle;display:inline-block;width: auto;}
.info {
  line-height: 20px;
  font-size: 12px;
  color: #afafaf;
}

.text {
  margin: 0;
  padding: 0;
  line-height: 20px;
  font-size: 12px;
  color: #666;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

/**
 * Buttons
 * ----------------------------------------------------------------------------
 */
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 0 10px;
  font-size: 14px;
  line-height: 20px;
  border-radius: 6px;
}
.btn:hover {
  text-decoration: none;
}

/**
 * Alternate buttons
 */
.btn-icon {
  position: relative;
  display: inline-block;
  color: #778190;
}
.btn-icon i {
  display: inline-block;
  margin-right: 5px;
  width: 18px;
  height: 18px;
  line-height: 18px;
  font-size: 18px;
  vertical-align: middle;
}
.btn-icon:hover {
  color: #006cff;
}

.btn-solid {
  color: #fff;
  background-color: #006cff;
  border-color: #006cff;
}
.btn-solid:hover {
  background-color: #0066f0;
  border-color: #0066f0;
}

.btn-solid-success {
  color: #fff;
  background-color: #41d955;
  border-color: #41d955;
}
.btn-solid-success:hover {
  background-color: #34d64a;
  border-color: #34d64a;
}

.btn-solid-warning {
  color: #fff;
  background-color: #ffa200;
  border-color: #ffa200;
}
.btn-solid-warning:hover {
  background-color: #f09800;
  border-color: #f09800;
}

.btn-solid-danger {
  color: #fff;
  background-color: #fb4a4a;
  border-color: #fb4a4a;
}
.btn-solid-danger:hover {
  background-color: #fb3b3b;
  border-color: #fb3b3b;
}

.btn-hollow {
  color: #333;
  background-color: none;
  border-color: #ccc;
}
.btn-hollow:hover {
  color: #006cff;
  border-color: #006cff;
}

.btn-icon-only {
  padding-left: 6px;
  padding-right: 6px;
}
.btn-icon-only i {
  margin-right: 0;
}
.btn-icon-only:hover {
  color: #006cff;
}

.btn-link {
  color: #006cff;
}
.btn-link:hover {
  text-decoration: underline;
}

.btn-shut {
  display: inline-block;
  color: #778190;
}
.btn-shut i {
  width: 12px;
  height: 12px;
  line-height: 12px;
  font-size: 12px;
  vertical-align: middle;
}
.btn-shut span {
  font-size: 12px;
  vertical-align: middle;
}
.btn-shut:hover {
  color: #006cff;
}

/**
 * Button Disabled
 */
.btn-hollow.btn-disabled, .btn-hollow.btn-disabled:hover {
  color: #333;
  border-color: #ccc;
  background-color: #fff;
  opacity: 0.6;
  filter: alpha(opacity=60);
  cursor: default;
}



/**
 * Button Customize
 */
.btn-try {
  display: inline-block;
  padding: 0 20px;
  line-height: 28px;
  border-radius: 4px;
  vertical-align: middle;
  cursor: pointer;
}
.btn-try i {
  display: inline-block;
  width: 16px;
  height: 16px;
  line-height: 16px;
  font-size: 16px;
  vertical-align: middle;
  margin-left: 4px;
  vertical-align: -1px;
}

.btn-selected {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.btn-selected, .btn-selected:hover {
  color: #fff;
  background-color: #25b838;
  border-color: #25b838;
}
.btn-selected:hover {
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.btn-learn-lg {
  padding: 0 40px;
  font-size: 24px;
  line-height: 59px;
  letter-spacing: 2.7px;
  border-radius: 10px;
}

.btn-learn-sm {
  padding: 0 20px;
  font-size: 18px;
  line-height: 44px;
  letter-spacing: 2px;
}

/**
 * titles
 * ----------------------------------------------------------------------------
*/

/**
 * Toast tabs
 */
.toastTab {
  position: relative;
}

.toastTab-head {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 200px;
  background-color: rgba(28, 33, 52, 0.9);
}

.toastTab-tab a {
  position: relative;
  display: block;
  padding-right: 30px;
  font-size: 14px;
  color: #fff;
  line-height: 50px;
  text-align: right;
}

.toastTab-arr {
  position: absolute;
  top: 50%;
  right: -12px;
  margin-top: -3px;
  display: inline-block;
  width: 0;
  height: 0;
  border-width: 6px;
  border-color: transparent;
  border-style: dashed;
  overflow: hidden;
  border-left-color: #006cff;
  border-left-style: solid;
  opacity: 0;
  filter: alpha(opacity=0);
}

.toastTab-cur {
  background-color: #006cff;
}
.toastTab-cur .toastTab-arr {
  opacity: 1;
  filter: alpha(opacity=100);
}

.toastTab-con {
  display: none;
  *zoom: 1;
}
.toastTab-con:before, .toastTab-con:after {
  content: " ";
  display: table;
}
.toastTab-con:after {
  clear: both;
}

/**
 * Misc
 * ----------------------------------------------------------------------------
*/
/* logo */
.logo {
  height: 30px;
}


/* others */
.list-dot {
  display: inline-block;
  width: 4px;
  height: 4px;
  border: 2px solid #3389ff;
  border-radius: 50%;
}

/**
 * Layout
 * ----------------------------------------------------------------------------
*/
.page-width-lg {
  width: 1240px;
  margin: 0 auto;
}

.page-width {
  width: 1200px;
  margin: 0 auto;
}

.page-width-md {
  width: 1100px;
  margin: 0 auto;
}

.page-width-sm {
  width: 1000px;
  margin: 0 auto;
}

.main-cell {
  padding: 100px 0;
}

.section-title {
  margin-bottom: 80px;
  text-align: center;
}

.section-title-wrap {
  position: relative;
}

.section-title-primary {
  position: relative;
  z-index: 1;
  padding-top: 15px;
  font-size: 36px;
  font-weight: bold;
  color: #444;
}
.section-title-primary span {
  color: #006cff;
}

.section-title-spell {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 0;
  text-align: center;
}
.section-title-spell span {
  display: inline-block;
  font-size: 120px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  transform: scaleX(0.85);
  -webkit-text-shadow: 0 0 25px rgba(0, 0, 0, 0.08);
  text-shadow: 0 0 25px rgba(0, 0, 0, 0.08);
}

.section-title-brief {
  margin-top: 25px;
  font-size: 18px;
  color: #778190;
  line-height: 30px;
}

.main-cell-con {
  position: relative;
}

.main-cell-blue {
  background-color: #e8f2ff;
}
.main-cell-blue .section-title-spell span {
  -webkit-text-shadow: 0 0 25px rgba(102, 102, 102, 0.08);
  text-shadow: 0 0 25px rgba(102, 102, 102, 0.08);
}

.main-cell-gray {
  background-color: #f2f4f6;
}
.main-cell-gray .section-title-spell span {
  -webkit-text-shadow: 0 0 25px rgba(0, 0, 0, 0.04);
  text-shadow: 0 0 25px rgba(0, 0, 0, 0.04);
}

.main-cell-gray-light {
  background-color: #f8f8f8;
}
.main-cell-gray-light .section-title-spell span {
  -webkit-text-shadow: 0 0 25px rgba(0, 0, 0, 0.04);
  text-shadow: 0 0 25px rgba(0, 0, 0, 0.04);
}

.main-cell-dark {
  background-color: #006cff;
}
.main-cell-dark .section-title-primary {
  color: #fff;
}
.main-cell-dark .section-title-spell span {
  color: #fff;
  -webkit-text-shadow: 0 0 25px rgba(0, 108, 255, 0.04);
  text-shadow: 0 0 25px rgba(0, 108, 255, 0.04);
  opacity: 0.1;
  filter: alpha(opacity=10);
}

.main-cell-partial .main-cell-con {
  margin-top: 80px;
}
.main-cell-partial .section-title {
  position: absolute;
  top: -50px;
  left: 0;
  z-index: 0;
  width: 50%;
  text-align: left;
}
.main-cell-partial .section-title-spell {
  margin-left: -48px;
}
.main-cell-partial .section-title-brief {
  width: 68%;
  text-align: justify;
  text-justify: inter-ideagraph;
  word-break: break-all;
}


/**
 * Banner
 * ----------------------------------------------------------------------------
*/
/**
 * primary ban
 */
.ban {
  text-align: center;
  color: #fff;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #272b43;
}

.company-ban {
  background-image: url(../images/company/company-ban.png);
}

.ban-wrap {
  position: relative;
}

.ban-primary-title {
  font-size: 48px;
  font-weight: bold;
  letter-spacing: 10px;
}

.ban-secondary-title {
  margin-top: 40px;
  font-size: 18px;
  line-height: 30px;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.home-ban .ban-wrap {
  height: 700px;
}
.home-ban .ban-con {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
}
.home-ban .ban-primary-title {
  font-size: 64px;
  font-weight: normal;
}
.home-ban .ban-secondary-title {
  display: inline-block;
  font-size: 24px;
  line-height: 38px;
}


.company-ban .ban-wrap {
  height: 650px;
}
.company-ban .ban-con {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
}


/* QR */
.QR-wrap {
  text-align: center;
}

.QR-img {
  width: 94px;
  height: 94px;
  margin: 0 auto;
}
.QR-img img {
  display: block;
  width: 100%;
  height: auto;
}

.QR-name {
  font-size: 12px;
  line-height: 30px;
  color: rgba(255, 255, 255, 0.5);
}


/**
 * Home
 * ----------------------------------------------------------------------------
*/


/**
 * Company
 * ----------------------------------------------------------------------------
*/
/**
 * History
 */
.history {
  position: relative;
}

.history-cell {
  position: relative;
  z-index: 1;
  float: left;
  width: 14.2857142857%;
  text-align: center;
}
.history-cell:nth-child(2n) .history-icon {
  margin: 40px auto 0 auto;
}
.history-cell:nth-child(2n) .history-icon span {
  top: 16px;
}
.history-cell:nth-child(2n) .history-year {
  background-color: #1c2134;
}
.history-cell:nth-child(2), .history-cell:nth-child(6) {
  margin-top: -8px;
}
.history-cell:nth-child(4) {
  margin-top: -30px;
}

.history-icon {
  position: relative;
  width: 68px;
  height: 84px;
  margin: 0 auto 40px auto;
  line-height: 68px;
  vertical-align: middle;
}
.history-icon span {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
}
.history-icon i {
  display: inline-block;
  width: 38px;
  height: 38px;
  line-height: 38px;
  font-size: 38px;
  vertical-align: middle;
  color: #fff;
  vertical-align: middle;
}
.history-icon img {
  display: block;
  width: 100%;
  height: auto;
}

.history-year {
  display: inline-block;
  padding: 0 8px;
  font-size: 16px;
  color: #fff;
  line-height: 20px;
  background-color: #006cff;
  border-radius: 10px;
}

.history-point {
  margin: 10px 0;
}

.history-text {
  font-size: 14px;
  color: #778190;
}

.history-line {
  position: absolute;
  top: 45%;
  right: 0;
  left: 0;
  height: 2px;
  background-color: #1c2134;
  opacity: 0.3;
  filter: alpha(opacity=30);
}

/**
 * Partner
 */
.partners-cell {
  padding: 20px 0;
}

/**
 * Map
 */
.map-img {
  position: relative;
  height: 500px;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

.map-beijing {
  background-image: url(../images/company/map-beijing.png);
}

.map-shanghai {
  background-image: url(../images/company/map-shanghai.png);
}

.map-guangzhou {
  background-image: url(../images/company/map-guangzhou.png);
}

.map-chengdu {
  background-image: url(../images/company/map-chengdu.png);
}

.map-shenzhen {
  background-image: url(../images/company/map-shenzhen.png);
}

.map-bubble {
  position: absolute;
  top: 32%;
  left: 53%;
  border-radius: 4px;
  min-height: 24px;
  padding: 8px 25px;
  background-color: rgba(28, 33, 52, 0.9);
  font-size: 14px;
  line-height: 24px;
  color: #fff;
}

.map-bubble-arr {
  position: absolute;
  left: 0;
  bottom: -18px;
  width: 20px;
}

/**
 * Contact
 */
.contactNew {
  margin-top: 100px;
}

.contact-cell {
  text-align: center;
}
.contact-cell .media,
.contact-cell .media-con {
  display: inline-block;
  text-align: left;
}
.contact-cell .media-con {
  vertical-align: middle;
}
.contact-cell .media-icon {
  margin-right: 30px;
  vertical-align: -7px;
}
.contact-cell .media-icon i {
  display: inline-block;
  width: 48px;
  height: 48px;
  line-height: 48px;
  font-size: 48px;
  vertical-align: middle;
  color: #1c2134;
  vertical-align: middle;
}
.contact-cell .media-title,
.contact-cell .media-sum {
  font-size: 16px;
}
.contact-cell .media-title {
  color: #444;
}
.contact-cell .media-sum {
  color: #778190;
}
.contact-cell .btn {
  border-radius: 0;
}



/**
 * Utility classes
 * ----------------------------------------------------------------------------
 */
.clearfix {
  *zoom: 1;
}
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.affix {
  position: fixed;
}

.mask {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  display: none;
  background-color: #fff;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.assist {
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}

.primary {
  color: #006cff;
}

.green {
  color: #41d955;
}

.red {
  color: #fb4a4a;
}

.yellow {
  color: #f7c159;
}

.link-normal {
  font-size: 12px;
  color: #006cff;
  text-decoration: none;
}
.link-normal:hover {
  text-decoration: underline;
}

.col-1 {
  float: left;
  width: 100%;
}

.col-2 {
  float: left;
  width: 50%;
}

.col-3 {
  float: left;
  width: 33.3333333333%;
}

.col-4 {
  float: left;
  width: 25%;
}

.col-5 {
  float: left;
  width: 20%;
}

.col-6 {
  float: left;
  width: 16.6666666667%;
}

.col-7 {
  float: left;
  width: 14.2857142857%;
}

.col-8 {
  float: left;
  width: 12.5%;
}

.col-9 {
  float: left;
  width: 11.1111111111%;
}

.col-10 {
  float: left;
  width: 10%;
}

.col-11 {
  float: left;
  width: 9.0909090909%;
}

.col-12 {
  float: left;
  width: 8.3333333333%;
}

.img-responsive-v {
  display: block;
  width: 100%;
  height: auto;
}

.img-responsive-h {
  display: block;
  width: auto;
  height: 100%;
}

.box {
  background-color: #fff;
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.m20 {
  margin: 20px;
}

.mt20 {
  margin-top: 20px;
}

.mr20 {
  margin-right: 20px;
}

.mb20 {
  margin-bottom: 20px;
}

.ml20 {
  margin-left: 20px;
}

/**
 * Adaptation
 * ----------------------------------------------------------------------------
*/
/* 
 * Adaptation Tabs
 */
@media (max-width: 414px) {
  .goastTab-head {
    width: 100%;
  }

  .goastTab-tab a {
    padding: 10px 0;
    font-size: 14px;
    line-height: 2;
  }
  .goastTab-tab a i {
    display: none;
  }

  .goastTab-cur-bar {
    height: 2px;
  }
  .goastTab-cur-bar .arrdn {
    display: none;
  }

  .goastTab-con {
    background-position: 20% top;
  }

  .toastTab {
    margin: 0 5%;
  }

  .toastTab-head {
    top: 0;
    right: 0;
    bottom: auto;
    width: 100%;
  }

  .toastTab-tab {
    float: left;
    width: 20%;
  }
  .toastTab-tab a {
    padding-right: 0;
    text-align: center;
  }

  .toastTab-arr {
    top: auto;
    right: auto;
    bottom: -12px;
    left: 50%;
    margin-top: auto;
    margin-left: -3px;
    display: inline-block;
    width: 0;
    height: 0;
    border-width: 6px;
    border-color: transparent;
    border-style: dashed;
    overflow: hidden;
    border-top-color: #006cff;
    border-top-style: solid;
  }
}
/* 
 * Adaptation Misc
 */
@media (max-width: 414px) {
  .consult {
    right: 8px;
    bottom: 60px;
    width: 56px;
    height: 56px;
  }

  .consult-wrap {
    padding: 14px 12px;
  }

  .consult-icon {
    display: none;
  }

  .consult-txt {
    display: inline-block;
    font-size: 9px;
    line-height: 14px;
  }
}
/* 
 * Adaptation Layout
 */
@media (max-width: 414px) {
  .page-width-lg,
  .page-width {
    width: 95%;
  }

  .col-3 {
    width: 100%;
  }

  .col-2 {
    width: 100%;
  }

  .col-4 {
    width: 50%;
  }

  .col-5 {
    width: 33.3%;
  }

  .col-6 {
    width: 33.3%;
  }

  .main-cell {
    padding: 60px 0;
    overflow: hidden;
  }

  .section-title {
    width: 85%;
    margin-top: -25px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 30px;
  }

  .section-title-primary {
    font-size: 24px;
  }

  .section-title-spell {
    display: none;
  }

  .section-title-brief {
    margin-top: 15px;
    font-size: 14px;
    line-height: 1.6;
  }

  .main-cell-partial .main-cell-con {
    margin-top: 0;
  }
  .main-cell-partial .section-title {
    position: static;
    top: auto;
    left: auto;
    z-index: 0;
    width: 85%;
    text-align: center;
  }
  .main-cell-partial .section-title-brief {
    width: 100%;
    text-align: center;
  }

  .try {
    height: 126px;
  }

  .try-wrap .btn {
    padding: 0 18px;
    font-size: 12px;
    line-height: 2;
  }

  .try-words {
    margin-bottom: 15px;
    font-size: 16px;
  }

  .partners-cell img {
    width: 80%;
    margin: 0 auto;
  }
}
@media (max-width: 320px) {
  .col-6 {
    width: 50%;
  }
}
/* 
 * Adaptation Header
 */
@media (max-width: 414px) {
  .header {
    height: 44px;
  }

  .header-min {
    display: inline-block;
  }
  .header-min .btn {
    margin-top: 10px;
    padding: 0 10px;
    line-height: 24px;
  }

  .header-wrap .logo {
    height: 24px;
    margin-top: 10px;
  }

  .nav-trigger {
    display: block;
    margin-top: 13px;
  }

  .nav {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1031;
    display: none;
    margin: 0;
    padding-top: 20px;
    background-color: rgba(28, 33, 52, 0.98);
  }

  .nav-cell {
    float: none;
    margin: 0;
    text-align: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  .nav-link {
    line-height: 50px;
  }

  .nav-cur .nav-cur-bar {
    display: none;
  }

  .nav-sub {
    position: static;
    display: block;
  }

  .nav-shut {
    display: block;
  }
}
/* 
 * Adaptation Banner
 */
@media (max-width: 414px) {
  .ban-primary-title {
    letter-spacing: 0;
  }

  .ban-secondary-title {
    margin-top: 10px;
  }

  .home-ban .ban-primary-title {
    font-size: 40px;
  }
  .home-ban .ban-secondary-title {
    padding: 0 15px;
    font-size: 18px;
    line-height: 34px;
  }

  .solution-ban .ban-wrap {
    height: 477.5px;
  }
  .solution-ban .ban-con {
    height: 120px;
  }
  .solution-ban .ban-primary-title {
    font-size: 30px;
  }

  .customer-ban .page-width {
    width: 100%;
  }
  .customer-ban .ban-con {
    height: 180px;
    padding-top: 44px;
  }
  .customer-ban .ban-primary-title {
    font-size: 30px;
  }

  .technology-ban .ban-con {
    padding: 94px 0 50px;
  }
  .technology-ban .ban-primary-title {
    font-size: 30px;
  }

  .company-ban .ban-primary-title {
    font-size: 30px;
  }

  .advantage-ban {
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .advantage-ban .ban-wrap {
    height: auto;
    min-height: 750px;
  }
  .advantage-ban .ban-con {
    padding: 74px 0 50px;
  }
  .advantage-ban .ban-primary-title {
    font-size: 30px;
  }

  .sub-ban-cell {
    height: 273px;
  }

  .sub-ban-wrap {
    padding-top: 44px;
    text-align: center;
  }

  .sub-ban-title {
    padding-left: 0;
  }

  .sub-ban-num {
    display: none;
  }

  .sub-ban-tag {
    margin-bottom: 10px;
    padding: 0 15px;
    font-size: 14px;
    line-height: 24px;
  }
  .sub-ban-tag i {
    border-width: 10px;
  }

  .sub-ban-primary-title {
    font-size: 30px;
    letter-spacing: 0;
  }

  .sub-ban-spell {
    font-size: 14px;
  }

  .sub-ban-img {
    width: 100%;
  }
}
@media (max-width: 375px) {
  /**
   * banner
   */
  .customer-ban .ban-primary-title {
    margin-top: 14%;
  }
}
@media (max-width: 320px) {
  .home-ban .ban-wrap {
    height: 560px;
  }
  .home-ban .ban-primary-title {
    font-size: 30px;
  }
  .home-ban .ban-secondary-title {
    padding: 0 10px;
    font-size: 14px;
    line-height: 28px;
  }

  .solution-ban .ban-wrap {
    height: 429.75px;
  }
  .solution-ban .ban-primary-title {
    font-size: 24px;
  }

  .technology-ban {
    background-size: cover;
  }
  .technology-ban .ban-wrap {
    height: auto;
  }
  .technology-ban .ban-primary-title {
    font-size: 24px;
  }

  .customer-ban .ban-primary-title {
    font-size: 24px;
  }

  .company-ban .ban-wrap {
    height: 520px;
  }
  .company-ban .ban-primary-title {
    margin-top: 14%;
    font-size: 24px;
  }
  .company-ban .ban-secondary-title {
    font-size: 16px;
  }

  .advantage-ban .ban-primary-title {
    font-size: 24px;
  }
}
/* 
 * Adaptation Footer
 */
@media (max-width: 414px) {
  .footer-wrap {
    width: 90%;
    padding: 20px 0;
  }

  .footer-cell {
    margin: 10px 0;
  }
  .footer-cell:nth-child(1) {
    width: 100%;
  }
  .footer-cell:nth-child(1) .col-2 {
    width: 50%;
  }
  .footer-cell:nth-child(5) {
    width: 100%;
    text-align: center;
  }

  .footer-mod-title {
    margin-bottom: 3px;
    padding-bottom: 8px;
    font-size: 16px;
  }

  .footer-mod-link {
    font-size: 12px;
    line-height: 16px;
  }
  .footer-mod-link i {
    display: none;
  }

  .copyright-wrap {
    padding: 18px 0;
  }
}
@media (max-width: 320px) {
  .footer-cell:nth-child(4) {
    width: 100%;
  }
}
/* 
 * Adaptation Home
 */
@media (max-width: 414px) {
  .summary {
    margin: 0;
  }

  .summary-mod {
    margin: 0 40px;
  }
  .summary-mod .media-icon i {
    width: 58px;
    height: 58px;
    line-height: 58px;
    font-size: 58px;
    vertical-align: middle;
  }
  .summary-mod .media-title {
    font-size: 16px;
  }
  .summary-mod .media-spell {
    font-size: 20px;
  }
  .summary-mod .media-sum {
    margin-top: 14px;
    font-size: 14px;
    line-height: 20px;
  }

  .summary-cell {
    margin: 10px 0;
  }
  .summary-cell:nth-child(1) .summary-mod, .summary-cell:nth-child(2) .summary-mod, .summary-cell:nth-child(3) .summary-mod {
    top: 0;
    height: 280px;
  }

  .summary-line {
    display: none;
  }

  .inno-cell .media-icon {
    width: 60px;
  }
  .inno-cell .media-title {
    font-size: 14px;
  }

  .custom-cell1,
  .custom-cell2 {
    float: none;
    width: 100%;
  }

  .custom-cell-wrap {
    padding: 0 20px;
  }

  .custom-logo {
    width: 50%;
    margin: 10px auto 20px;
  }

  .custom-quote {
    width: 20px;
  }

  .custom-saying {
    padding-left: 30px;
  }

  .custom-words {
    font-size: 16px;
  }

  .custom-sign {
    font-size: 14px;
  }
  .custom-sign span {
    width: 70px;
  }
}
@media (max-width: 320px) {
  .summary-mod {
    margin: 0 20px;
  }
}
/* 
 * Adaptation Solution
 */
@media (max-width: 414px) {
  .flow-img {
    width: 100%;
  }

  .stage {
    margin: 0 10%;
  }

  .stage-cell {
    float: none;
  }

  .stage-cell-mod,
  .stage-cell-arr {
    width: 100%;
    margin-top: 0;
  }

  .stage-arr {
    margin-top: 6px;
    margin-bottom: -8px;
    display: inline-block;
    width: 0;
    height: 0;
    border-width: 14px;
    border-color: transparent;
    border-style: dashed;
    overflow: hidden;
    border-top-color: #3389ff;
    border-top-style: solid;
  }

  .stage-mod {
    padding: 24px;
  }
  .stage-mod .media {
    padding-left: 0;
  }
  .stage-mod .media-icon {
    position: static;
    display: inline-block;
    vertical-align: middle;
  }
  .stage-mod .media-title {
    display: inline-block;
    margin-left: 10px;
    font-size: 18px;
    vertical-align: middle;
  }
  .stage-mod .media-sum {
    margin-top: 10px;
  }
  .stage-mod .btn {
    margin-top: 15px;
    padding: 0 10px;
    font-size: 12px;
  }
  .stage-mod .media-sum-cell {
    font-size: 12px;
  }

  .value-bg .main-cell-con {
    margin-top: 0;
  }

  .value-cell .video {
    width: 89%;
    margin: 10px auto 0;
  }

  .video-play {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 123.6px;
    height: 123.6px;
    margin-top: -61.8px;
    margin-left: -61.8px;
  }

  .value-items {
    margin-top: 20px;
  }

  .value-item-wrap {
    height: 88px;
  }

  .value-item-icon {
    width: 72px;
    margin-right: 18px;
  }

  .value-item-text {
    font-size: 14px;
    line-height: 20px;
  }

  .scene-cell .media {
    margin: 10px;
  }
  .scene-cell .media-icon {
    width: 100px;
    margin-bottom: 0;
  }
  .scene-cell .media-title {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 20px;
  }
  .scene-cell .media-sum {
    font-size: 12px;
    line-height: 18px;
  }

  .scene-lines {
    display: none;
  }

  .scene-graph {
    width: 100%;
    padding: 60px 0;
  }

  .scene-float {
    width: 38%;
  }
  .scene-float:nth-child(1) {
    top: 0;
    left: 0;
  }
  .scene-float:nth-child(1) .scene-line {
    top: 0;
  }
  .scene-float:nth-child(2) {
    top: 0;
    right: 0;
  }
  .scene-float:nth-child(2) .scene-line {
    top: 0;
  }
  .scene-float:nth-child(3) {
    right: 0;
    bottom: 0;
  }
  .scene-float:nth-child(3) .scene-line {
    bottom: 0;
  }
  .scene-float:nth-child(4) {
    bottom: 0;
    left: 0;
  }
  .scene-float:nth-child(4) .scene-line {
    bottom: 0;
  }

  .scene-bulb {
    position: relative;
    z-index: 1;
    padding: 5px;
    border-radius: 4px;
  }

  .bulb-cell {
    font-size: 12px;
    line-height: 1.5;
  }

  .scene-line {
    position: absolute;
    left: 50%;
    z-index: 0;
    width: 1px;
    height: 124px;
    background-color: #66a7ff;
  }
}
@media (max-width: 320px) {
  .bulb-cell {
    font-size: 10px;
  }
}
/* 
 * Adaptation Technology
 */
@media (max-width: 414px) {
  .tech-show {
    margin-top: 30px;
  }
  .tech-show .media-icon {
    width: 50px;
  }
  .tech-show .media-sum {
    font-size: 12px;
  }

  .tech-show-cell {
    margin: 15px 0;
  }

  .tech {
    margin: 0;
    text-align: center;
  }
  .tech .media-title {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 36px;
  }
  .tech .media-sum {
    font-size: 14px;
    line-height: 1.5;
  }
}
@media (max-width: 320px) {
  .tech .media,
  .tech .tech-img {
    margin: 0 30px;
  }
}
/* 
 * Adaptation Customer
 */
@media (max-width: 414px) {
  .customer-data {
    padding: 30px 0;
  }
  .customer-data .col-3 {
    width: 33.3%;
  }

  .customer-data-cell {
    margin: 10px;
    border-right: 0;
  }

  .customer-data-icon {
    width: 36px;
    height: 36px;
  }

  .customer-data-unit {
    font-size: 14px;
  }

  .customer-data-text {
    margin-top: 8px;
    font-size: 12px;
  }

  .customer-tab {
    margin-top: 130px;
  }

  .customer-show {
    width: 100%;
    height: 480px;
    padding-bottom: 30px;
  }

  .customer-name {
    position: static;
    width: 90%;
    margin: 0 auto;
    padding-top: 30px;
    padding-bottom: 10px;
    background: none;
  }
  .customer-name .media {
    margin-top: 0;
  }
  .customer-name .media-icon {
    margin-bottom: -5px;
    width: 42px;
    height: 42px;
    line-height: 42px;
    font-size: 42px;
    vertical-align: middle;
  }
  .customer-name .media-title {
    font-size: 16px;
  }
  .customer-name .media-spell {
    margin-top: -4px;
    font-size: 12px;
  }

  .customer-con {
    width: 88%;
    margin: 0 auto;
  }

  .customer-con-wrap {
    margin: 0;
    text-align: center;
  }

  .customer-show-title {
    font-size: 22.4px;
  }

  .customer-show-bar {
    height: 2px;
    margin: 10px 0;
  }

  .customer-show-cell {
    padding: 5px 0;
    text-align: left;
  }
}
@media (max-width: 320px) {
  .customer-name {
    padding-bottom: 0;
  }

  .customer-show-title {
    font-size: 16.8px;
  }
}
/* 
 * Adaptation Company
 */
@media (max-width: 414px) {
  .history-cell {
    float: none;
    width: 100%;
    margin: 10% 0;
    *zoom: 1;
  }
  .history-cell:before, .history-cell:after {
    content: " ";
    display: table;
  }
  .history-cell:after {
    clear: both;
  }
  .history-cell:nth-child(2n) .history-icon {
    margin-top: 0;
  }
  .history-cell:nth-child(2n) .history-point {
    margin-top: 0;
    margin-right: 16%;
    margin-bottom: 0;
    margin-left: 14%;
  }
  .history-cell:nth-child(2), .history-cell:nth-child(4), .history-cell:nth-child(6) {
    margin-top: auto;
  }

  .history-icon,
  .history-point,
  .history-text {
    display: inline-block;
    vertical-align: middle;
  }

  .history-icon {
    margin-bottom: 0;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  .history-icon span {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  .history-year {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    margin-top: -10px;
    margin-left: -28px;
  }

  .history-point {
    margin-top: 0;
    margin-right: 14%;
    margin-bottom: 0;
    margin-left: 16%;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }

  .history-text {
    width: 35%;
  }

  .history-line {
    top: 0;
    bottom: 0;
    left: 50%;
    width: 2px;
    height: auto;
    margin-left: -1px;
  }

  .map-bubble {
    top: 22%;
    min-height: 20px;
    padding: 6px 10px;
    line-height: 20px;
    text-align: justify;
    text-justify: inter-ideagraph;
    word-break: break-all;
  }

  .map-bubble-arr {
    bottom: -14px;
    width: 18px;
  }

  .contact {
    margin-top: 50px;
  }

  .contact-cell {
    text-align: left;
  }
  .contact-cell .media {
    margin: 8% 10%;
  }
}
@media (max-width: 375px) {
  .map-bubble {
    font-size: 12px;
  }
}
@media (max-width: 320px) {
  .history-year,
  .history-text {
    font-size: 12px;
  }

  .history-point {
    margin-right: 17%;
    margin-left: 13%;
  }
}
/* 
 * Adaptation Advantage
 */
@media (max-width: 414px) {
  .adv-show-cell {
    float: none;
    padding: 15px 0;
    text-align: center;
  }
  .adv-show-cell .media {
    display: inline-block;
  }
  .adv-show-cell .media-icon {
    width: 50px;
    margin-bottom: 0;
  }
  .adv-show-cell .media-sum {
    font-size: 12px;
    line-height: 20px;
  }
  .adv-show-cell .media-sum span {
    font-size: 16px;
  }

  .brand {
    position: relative;
    margin-top: -20px;
    padding: 33px 0 40px;
    text-align: center;
    overflow: hidden;
  }

  .brand-cell {
    width: 306px;
    height: 306px;
    margin: 15px;
  }
  .brand-cell .media-icon {
    margin-bottom: 0;
  }
  .brand-cell .media-icon i {
    width: 58px;
    height: 58px;
    line-height: 58px;
    font-size: 58px;
    vertical-align: middle;
  }
  .brand-cell .media-title {
    margin-bottom: 10px;
    font-size: 18px;
  }
  .brand-cell .media-title span {
    font-size: 36px;
  }
  .brand-cell .media-sum {
    font-size: 12px;
    line-height: 16px;
  }
  .brand-cell .media-sum li {
    padding: 4px 0;
  }

  .brand-cell1 {
    position: relative;
    z-index: 1;
  }

  .brand-cell2 {
    margin: 0;
  }

  .brand-cell4,
  .brand-cell5 {
    display: none;
  }

  .brand-line {
    display: none;
  }

  .service-bg-icon {
    top: 15%;
    width: 523.2px;
    height: 523.2px;
    line-height: 523.2px;
    font-size: 523.2px;
    vertical-align: middle;
    margin-left: -261.6px;
  }

  .service-cell {
    margin: 10px 0;
  }
  .service-cell .media {
    margin: 0 5%;
  }
  .service-cell .media-icon {
    margin-bottom: 0;
  }
  .service-cell .media-title {
    font-size: 14px;
  }
  .service-cell .media-sum {
    font-size: 12px;
    line-height: 18px;
  }
}
@media (max-width: 320px) {
  .summary-mod {
    margin: 0 20px;
  }

  .brand-cell {
    width: 288px;
    height: 288px;
  }
  .brand-cell .media-icon i {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 50px;
    vertical-align: middle;
  }
  .brand-cell .media-title {
    margin-top: 5px;
    margin-bottom: 5px;
  }
}
