/*! 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,

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: "SiYuan";
  /* 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: bold;
}

/**
 * 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: "SiYuan";
  /* 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;
  max-width: 100%;
}

/**
 * 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: "SiYuan";
  /* 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
 * ----------------------------------------------------------------------------
 */
@font-face
{
  font-family: SiYuan;
  src: url(../iconfont/SourceHanSansCN-Normal.otf);
}
body {
  font-family: "SiYuan";
  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;
}

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;
}

.nav-1 {
  font-size: 16px !important;
}

.nav-1::after{
  display: none;
}

.nav-gray{
  color: #999 !important;
  opacity: .4;
}

.bg-white{
  background-color: #fff;
}

.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 Sizes
 */
.btn-lg {
  padding: 6px 20px;
  font-size: 16px;
  line-height: 24px;
  border-radius: 6px;
  behavior: url(css/pie.htc);
}

.btn-sm {
  padding: 2px 8px;
  font-size: 12px;
  line-height: 20px;
  border-radius: 3px;
  behavior: url(css/pie.htc);
}

.btn-xs {
  padding: 1px 6px;
  font-size: 12px;
  line-height: 20px;
  border-radius: 3px;
  behavior: url(css/pie.htc);
}

/**
 * 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
 * ----------------------------------------------------------------------------
*/
/**
 * Tabs
 * ----------------------------------------------------------------------------
 */
/**
 * Goast tabs
 */
.goastTab-head {
  width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.goastTab-tab {
  float: left;
  width: 16.6666666667%;
  text-align: center;
}
.goastTab-tab a {
  position: relative;
  display: inline-block;
  margin: 0 auto;
  padding: 0 20px;
  font-size: 20px;
  line-height: 110px;
  color: #778190;
  text-align: center;
  text-decoration: none;
}
.goastTab-tab a i {
  width: 32px;
  height: 32px;
  font-size: 32px;
  vertical-align: middle;
}
.goastTab-tab a:hover,
.goastTab-tab .goastTab-cur {
  color: #006cff;
}

.goastTab-cur-bar {
  position: absolute;
  bottom: -1px;
  left: 0;
  z-index: 1;
  display: none;
  width: 100%;
  height: 4px;
  background: #006cff;
}
.goastTab-cur-bar .arrdn {
  position: absolute;
  bottom: -12px;
  left: 50%;
  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;
  margin-left: -3px;
}

.goastTab-cur .goastTab-cur-bar {
  display: block;
}

.goastTab-con {
  display: none;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  *zoom: 1;
}
.goastTab-con:before, .goastTab-con:after {
  content: " ";
  display: table;
}
.goastTab-con:after {
  clear: both;
}

/**
 * Toast tabs
 */
.toastTab {
  position: relative;
}

.toastTab-head {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 200px;
  background-color: rgba(90, 90, 90, 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;
}

/* elevator */
.elevator {
  position: fixed;
  right: 0;
  bottom: 20px;
  z-index: 1029;
  width: 40px;
  /*background-color: #fff;*/
  /*border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  -webkit-box-shadow: 0 0 14px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.2);*/
}

.elevator-cell {
  border-bottom: 1px solid #eee;
}
.elevator-cell:first-child .elevator-wrap {
  border-top-left-radius: 6px;
}
.elevator-cell:last-child {
  border-bottom: none;
}
.elevator-cell:last-child .elevator-wrap {
  border-bottom-left-radius: 6px;
}

.elevator-wrap {
  position: relative;
  z-index: 1;
  padding: 8px 0;
  color: #999;
  text-align: center;
  background-color: #fff;
  transition: all .3s;
  -moz-transition: all .3s;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
}

.elevator-icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  font-size: 24px;
  vertical-align: middle;
}

.elevator-link {
  position: relative;
  display: block;
}
.elevator-link:hover .elevator-wrap {
  color: #fff;
  background-color: #006cff;
}
.elevator-link:hover .elevator-float {
  left: -150px;
  opacity: 1;
  filter: alpha(opacity=100);
}

.elevator-float {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  border-radius: 6px;
  -webkit-box-shadow: 0 0 14px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.2);
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all .3s;
  -moz-transition: all .3s;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
}

.elevator-float-arr {
  position: absolute;
  top: 17px;
  right: -12px;
  display: inline-block;
  width: 0;
  height: 0;
  border-width: 6px;
  border-color: transparent;
  border-style: dashed;
  overflow: hidden;
  border-left-color: #fff;
  border-left-style: solid;
}

.elevator-float-wrap {
  padding: 10px 15px;
  white-space: nowrap;
}

.elevator-float-title {
  margin-bottom: 4px;
  font-size: 14px;
  color: #666;
}

.elevator-float-con .tel-num {
  font-size: 16px;
  font-weight: bold;
}

.elevator-on .elevator-wrap {
  color: #fff;
  background-color: #006cff;
}
.elevator-on .elevator-float {
  left: -150px;
  opacity: 1;
  filter: alpha(opacity=100);
}

/* 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;
}

.main-cell-70 {
  padding: 70px 0;
}

.main-cell-30 {
  padding: 30px 0;
}

.main-cell-50 {
  padding: 50px 0;
}

.section-title {
  margin-bottom: 80px;
  text-align: center;
}

.section-title.section-title2 {
  margin-bottom: 40px;
}

.section-title-wrap {
  position: relative;
}

.section-title-primary {
  position: relative;
  z-index: 1;
  padding-top: 15px;
  font-size: 32px;
  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;
}
.section-title-spell span {
  display: inline-block;
  font-size: 60px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  transform: scaleX(0.9);
  -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: 16px;
  color: #778190;
  line-height: 30px;
}

.section-title-brief.section-title-brief2{
  margin-top: 15;
}

.main-cell-con {
  position: relative;
}

.main-cell-blue {
  background-color:;
}
.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: 70%;
  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;
}
.main-cell-partial .flow-img{
  padding-top: 120px;
}

.try {
  height: 180px;
  color: #fff;
  text-align: center;
  background-image: url(../images/common/try-bg.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

.try-wrap {
  display: inline-block;
  vertical-align: middle;
}
.try-wrap .btn {
  padding: 0 36px;
  font-size: 16px;
  color: #fff;
  line-height: 38px;
  border: 2px solid #fff;
  border-radius: 0;
  transition: all .3s;
  -moz-transition: all .3s;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
}
.try-wrap .btn:hover {
  color: #006cff;
  background-color: #fff;
}

.try-words {
  margin-bottom: 30px;
  font-size: 24px;
}



/**
 * Banner
 * ----------------------------------------------------------------------------
*/
/**
 * primary ban
 */
.ban {
  text-align: center;
  color: #fff;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #272b43;
}

.home-ban {
  background-image: url(../images/home/home-ban.png);
}

.home-ban2{
  background-image: url(../images/home/home-ban3.png);
  background-position: 0 60px;
  height: 650px;
  box-sizing: border-box;
  padding-top: 160px;
  position: relative;
}

.home-ban2 .bg{

}

.solution-ban {
  background-image: url(../images/solution/solution-ban.png);
}

.technology-ban {
  background-image: url(../images/technology/technology-ban.png);
}

.customer-ban {
  background-image: url(../images/customer/customer-ban.png);
}

.company-ban {
  background-image: url(../img/aboutbg.jpg);
}

.advantage-ban {
  background-image: url(../images/advantage/advantage-ban.png);
}

.aiops-ban{
  padding-top: 80px;
  height: 520px;
  background: #14366d;
}
.aiops-ban .ban-con{
  height: 500px;
  padding-top: 20px;
}
.aiops-ban-text{
  float: left;
  width: 450px;
  font-size: 34px;
  color: #fff;
  text-align: left;
  line-height: 50px;
  padding-top: 155px;
}
.aiops-img{
  float: right;
  width: 723px;
}

.ban-wrap {
  position: relative;
}

.ban-primary-title {
  font-size: 40px;
  font-weight: bold;
  letter-spacing: 10px;
}

.ban-primary-sub {
  margin-top: 12px;
  font-size: 22px;
  /* font-weight: bold; */
  letter-spacing: 10px;
  line-height: 1.6;
}

.ban-secondary-title {
  margin-top: 40px;
  font-size: 18px;
  line-height: 30px;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.home-ban .ban-wrap,
.home-ban2 .ban-wrap {
  height: 650px;
}

.home-ban2 .ban-wrap{
  padding: 150px 120px;
  box-sizing: border-box;
}

.ban2-text{
  position: relative;
}

.download{
  color: #fff;
  background-color: #25bebe;
  padding: 14px 28px;
  font-size: 20px;
  border-radius: 10px;
  position: absolute;
  bottom: 80px;
  left: 50%;
  transform: translateX(-50%);
}

.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;
}

.solution-ban .ban-wrap {
  height: 955px;
}
.solution-ban .ban-con {
  height: 200px;
  padding-top: 60px;
  vertical-align: middle;
}
.solution-ban .ban-primary-title {
  display: inline-block;
  font-size: 40px;
  vertical-align: middle;
}

.technology-ban .ban-wrap {
  height: 490px;
}
.technology-ban .ban-con {
  padding: 180px 0 100px;
}
.technology-ban .ban-primary-title {
  font-size: 40px;
}

.customer-ban .ban-wrap {
  height: 560px;
}
.customer-ban .ban-con {
  height: 240px;
  padding-top: 80px;
  vertical-align: middle;
}
.customer-ban .ban-primary-title {
  display: inline-block;
  font-size: 40px;
  vertical-align: middle;
}

.company-ban .ban-wrap {
  height: 350px;
}
.company-ban .ban-con {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
}

.advantage-ban .ban-wrap {
  height: 750px;
}
.advantage-ban .ban-con {
  padding: 180px 0 100px;
}
.advantage-ban .ban-primary-title {
  font-size: 40px;
}

/**
 * sub ban
 */
.sub-ban {
  background: #002b66;
}

.sub-ban-wrap {
  padding-top: 80px;
}

.sub-ban-cell {
  height: 420px;
  vertical-align: middle;
}

.sub-ban-title {
  position: relative;
  padding-left: 200px;
  color: #fff;
}

.sub-ban-num {
  position: absolute;
  top: 8px;
  left: 0;
  font-size: 170px;
  line-height: 170px;
  color: #fff;
  opacity: 0.06;
  filter: alpha(opacity=6);
}

.sub-ban-tag {
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
  padding: 0 20px;
  font-size: 18px;
  line-height: 30px;
  background-color: #006cff;
}
.sub-ban-tag i {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: inline-block;
  width: 0;
  height: 0;
  border-width: 20px;
  border-color: transparent;
  border-style: dashed;
  overflow: hidden;
  border-left-color: #006cff;
  border-left-style: solid;
}

.sub-ban-primary-title {
  margin-bottom: 10px;
  font-size: 48px;
  font-weight: bold;
  letter-spacing: 10px;
}

.sub-ban-spell {
  font-family: "SiYuan";
  font-size: 18px;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.sub-ban-spell:nth-child(2) {
  text-align: center;
}

.sub-ban-title,
.sub-ban-img {
  display: inline-block;
  vertical-align: middle;
}

.sub-ban-img {
  width: 470px;
}
.sub-ban-img img {
  display: block;
  width: 100%;
  height: auto;
}



/* 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);
}

/* copyright */
.copyright {
  background-color: #1c2134;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.copyright-wrap {
  padding: 18px;
}
.copyright-wrap p {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.5);
  line-height: 24px;
  text-align: center;
}
.copyright-wrap a{
  color: rgba(255, 255, 255, 0.5);
}

.copyright-emb {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 6px;
  background-image: url(../images/common/emblem.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: -4px;
}

/**
 * Home
 * ----------------------------------------------------------------------------
*/
/**
 * summary
 */
.summary-bg {
  /* background-image: url(../images/home/home-bg1.png); */
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: contain;
}

.summary {
  margin: 0 60px;
}

.summary-mod {
  position: relative;
  margin: 0 20px;
  padding: 30px 40px;
  overflow: hidden;
}
.summary-mod .media {
  position: relative;
  color: #fff;
  z-index: 2;
}
.summary-mod .media-icon {
  display: inline-block;
  margin-bottom: 20px;
}
.summary-mod .media-icon i {
  width: 68px;
  height: 68px;
  line-height: 68px;
  font-size: 68px;
  vertical-align: middle;
}
.summary-mod .media-title {
  font-size: 20px;
}
.summary-mod .media-spell {
  margin-top: 8px;
  font-size: 26px;
}
.summary-mod .media-sum {
  margin-top: 20px;
  font-size: 16px;
  line-height: 24px;
}

.summary-cell-bg {
  position: absolute;
  top: -80px;
  right: -50px;
  z-index: 0;
}
.summary-cell-bg i {
  display: inline-block;
  width: 220px;
  height: 220px;
  line-height: 220px;
  font-size: 220px;
  vertical-align: middle;
  vertical-align: middle;
}

.summary-cell {
  position: relative;
}
.summary-cell:nth-child(1) .summary-mod {
  top: 160px;
  height: 280px;
  background-color: #66a7ff;
  -webkit-box-shadow: 0 5px 20px rgba(102, 167, 255, 0.3);
  box-shadow: 0 5px 20px rgba(102, 167, 255, 0.3);
}
.summary-cell:nth-child(1) .summary-mod .summary-cell-bg {
  color: #4d98ff;
}
.summary-cell:nth-child(2) .summary-mod {
  top: 80px;
  height: 360px;
  background-color: #3389ff;
  -webkit-box-shadow: 0 5px 20px rgba(51, 137, 255, 0.3);
  box-shadow: 0 5px 20px rgba(51, 137, 255, 0.3);
}
.summary-cell:nth-child(2) .summary-mod .summary-cell-bg {
  color: #1a7aff;
}
.summary-cell:nth-child(3) .summary-mod {
  height: 440px;
  background-color: #006cff;
  -webkit-box-shadow: 0 5px 20px rgba(0, 108, 255, 0.3);
  box-shadow: 0 5px 20px rgba(0, 108, 255, 0.3);
}
.summary-cell:nth-child(3) .summary-mod .summary-cell-bg {
  color: #0061e6;
}

.summary-line {
  position: absolute;
  top: -50px;
  left: 50%;
  width: 750px;
  margin-left: -345px;
}
.summary-line img {
  display: block;
  width: 100%;
  height: auto;
}

/**
 * innovation
 */
.inno-bg {
  background-image: url(../images/home/home-bg2.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

.inno-cell {
  text-align: center;
}
.inno-cell .media-icon {
  display: inline-block;
  width: 117px;
}
.inno-cell .media-icon img {
  display: block;
  width: 100%;
  height: auto;
}
.inno-cell .media-title {
  font-size: 18px;
  color: #444;
}
.play-vedio{
  display: block;
  width: 160px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #fff;
  background: rgba(255,255,255,0.05);
  font-size: 16px;
  color: #fff;
  text-align: center;
  border-radius: 4px;
  margin: 0 auto;
  margin-top: 90px;
}
.play-vedio:hover{
  background: rgba(255,255,255,0.30);
}
.play-vedio img{
  width: 25px;
}
.solution-ban .play-vedio{
  margin-left: 30px;
}
.sloution-playVideo{
  margin-top: -46px;
  position: absolute;
  z-index: 999;
  left: 49%;
}


/**
 * custom
 */
.custom-bg {
  background-image: url(../images/home/home-bg3.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

.custom-cell1 {
  float: left;
  width: 36.4%;
}

.custom-cell2 {
  float: left;
  width: 63.6%;
}

.custom-cell-wrap {
  position: relative;
  padding: 0 50px;
}

.custom-logo {
  width: 100%;
}
.custom-logo img {
  display: block;
  width: 100%;
  height: auto;
}

.custom-quote {
  position: absolute;
  top: 0;
  left: 0;
  width: 36px;
}
.custom-quote img {
  display: block;
  width: 100%;
  height: auto;
}

.custom-saying {
  padding-left: 60px;
  color: #fff;
}

.custom-words {
  font-size: 20px;
  line-height: 2;
}

.custom-sign {
  margin-top: 30px;
  font-size: 18px;
  text-align: right;
}
.custom-sign span {
  display: inline-block;
  width: 93px;
  margin-left: 20px;
  vertical-align: middle;
}
.custom-sign span img {
  display: block;
  width: 100%;
  height: auto;
}

/**
 * Solution
 * ----------------------------------------------------------------------------
*/
.flow-text{
  position: absolute;
  left: 0;
  top: 0;
  width: 1200px;
  height: 56px;
  margin: 0 auto;
}
.flow-text > div{
  position: absolute;
  width: 270px;
  float: left;
  font-size: 24px;
  line-height: 56px;
}
.flow-text-text{
  left: 570px;
  top: -60px;
}
.flow-text-box{
  left: 50px;
  top: 10px;
  line-height: 54px;
  border: 1px solid #006cff;
}
.flow-text .flow-text-box:last-child{
  left: auto;
  right: 0;
}
.flow-img {
  position: relative;
  z-index: 1;
  width: 1200px;
  margin: 50px auto 0;
}
.flow-img img {
  display: block;
  width: 100%;
  height: auto;
}
.flow-img img.flow-img-graph {
  position: relative;
  z-index: 1;
}
.flow-img img.flow-img-arrow {
  position: absolute;
  top: 43.1%;
  left: 25%;
  width: 61.9%;
  height: auto;
}

/**
 * stages
 */
.stage-cell {
  float: left;
  display: inline-block;
  vertical-align: middle;
}
.stage-cell:nth-child(1) .media-num,
.stage-cell:nth-child(1) .btn {
  color: #006cff;
}
.stage-cell:nth-child(1) .btn {
  border-color: #006cff;
}
.stage-cell:nth-child(1) .btn:hover {
  color: #fff;
  background-color: #006cff;
}
.stage-cell:nth-child(1) .list-dot {
  border-color: #006cff;
}
.stage-cell:nth-child(3) .media-num,
.stage-cell:nth-child(3) .btn {
  color: #66a7ff;
}
.stage-cell:nth-child(3) .btn {
  border-color: #66a7ff;
}
.stage-cell:nth-child(3) .btn:hover {
  color: #fff;
  background-color: #66a7ff;
}
.stage-cell:nth-child(3) .list-dot {
  border-color: #66a7ff;
}
.stage-cell:nth-child(5) .media-num,
.stage-cell:nth-child(5) .btn {
  color: #f7c159;
}
.stage-cell:nth-child(5) .btn {
  border-color: #f7c159;
}
.stage-cell:nth-child(5) .btn:hover {
  color: #fff;
  background-color: #f7c159;
}
.stage-cell:nth-child(5) .list-dot {
  border-color: #f7c159;
}

.stage-cell-mod {
  width: 30%;
}

.stage-cell-arr {
  margin-top: 140px;
  width: 3.35%;
  text-align: center;
  overflow: hidden;
}

.stage-arr {
  margin-left: 13px;
  display: inline-block;
  width: 0;
  height: 0;
  border-width: 18px;
  border-color: transparent;
  border-style: dashed;
  overflow: hidden;
  border-left-color: #3389ff;
  border-left-style: solid;
}

.stage-mod {
  padding: 30px;
  background-color: #fff;
  overflow: hidden;
  -webkit-box-shadow: 0 5px 20px rgba(51, 137, 255, 0.15);
  box-shadow: 0 5px 20px rgba(51, 137, 255, 0.15);
}
.stage-mod .media {
  position: relative;
  padding-left: 78px;
  *zoom: 1;
}
.stage-mod .media:before, .stage-mod .media:after {
  content: " ";
  display: table;
}
.stage-mod .media:after {
  clear: both;
}
.stage-mod .media-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
}
.stage-mod .media-icon img {
  display: block;
  width: 100%;
  height: auto;
}
.stage-mod .media-num {
  position: absolute;
  bottom: -45px;
  left: 0;
  font-size: 72px;
  line-height: 72px;
  transform: scaleY(1.2);
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.stage-mod .media-title {
  margin-bottom: 20px;
  font-size: 24px;
  color: #444;
}
.stage-mod .media-sum-cell {
  font-size: 15px;
  color: #778190;
  line-height: 2;
}
.stage-mod .media-sum-cell .list-dot {
  margin-right: 12px;
}
.stage-mod .btn {
  float: right;
  margin-top: 30px;
  padding: 0 20px;
  font-size: 14px;
  line-height: 2;
  background: none;
  border-radius: 2px;
  transition: all .3s;
  -moz-transition: all .3s;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
}

.engineering-tit{
  font-size: 20px;
  color: #666;
  text-align: center;
  line-height: 34px;
  margin-bottom: 20px;
}
.engineering-tit img{
  margin-right: 10px;
}
.engineering-cell-mod {
  width: 29%;
  padding-right: 10px;
  
}
.engineering-border{
  position: relative;
  border: 1px solid #cee3ff;
  height: 185px;
}


.engineering-box{
  position: absolute;
  left: 10px;
  top: 10px;
  right: -10px;
  bottom: -10px;
  background: #fff;
  border: 1px solid #006cff;
}

.engineering-1{
  width: 160px;
  height: 132px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -80px;
  margin-top: -66px;
}
.engineering-1 img{
  width: 100%;
}

.engineering-cell-arr {
  margin-top: 130px;
  width: 40px;
  text-align: center;
  overflow: hidden;
  padding: 0 10px;
}
.engineering-cell-arrs{
  width: 36px;
  height: 36px;
  background: #ffae00;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  margin: 10px auto 0;
}
.engineering-cell-arrs.email{
  background: #ffae00 url(../images/aiops/aiops-engineering-7.png) no-repeat center center;
}

.engineering-2{
  width: 230px;
  height: 124px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -115px;
  margin-top: -62px;
}
.engineering-2 img{
  float: left;
  margin-right: 30px;
}
.engineering-2 p{
  font-size: 18px;
  line-height: 36px;
  color: #006cff;
  padding-top: 5px;
}

.engineering-3{
  width: 218px;
  height: 77px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -109px;
  margin-top: -38.5px;
}
.engineering-3 img{
  width: 100%;
}

.engineering-text{
  font-size: 16px;
  color: #778190;
  text-align: center;
  margin-top: 80px;
}
.engineering-text span{
  font-size: 36px;
  color: #006cff;
  margin: 0 20px;
}


.loop{
  width: 100%;
  text-align: center;
}
.loop img{
  max-width: 100%;
}

.aiops-scene{
  width: 1200px;
  overflow: hidden;
  
}
.aiops-scene ul{
  margin-left: -40px;
}
.aiops-scene-cell{
  margin: 0 0 40px 40px;
}

.aiops-scene-cell .media-sum{
  font-size: 14px;
  line-height: 30px;
  color: #8b94a0;
  padding-bottom: 10px;
}
.aiops-scene-cell .stage-mod .media-title{
  margin-bottom: 10px;
  margin-top: 10px;
}
.aiops-scene-cell .stage-mod .media-num{
  bottom: -50px;
  font-size: 54px;
}
.aiops-scene-cell.stage-cell:nth-child(1) .media-num, 
.aiops-scene-cell.stage-cell:nth-child(1) .btn {
    color: #006cff;
}
.aiops-scene-cell.stage-cell:nth-child(2) .media-num, 
.aiops-scene-cell.stage-cell:nth-child(2) .btn {
    color: #ff8a00;
}
 
.aiops-scene-cell.stage-cell:nth-child(3) .media-num, 
.aiops-scene-cell.stage-cell:nth-child(3) .btn {
    color: #00f0ff;
}
 
.aiops-scene-cell.stage-cell:nth-child(4) .media-num, 
.aiops-scene-cell.stage-cell:nth-child(4) .btn {
    color: #5806d3;
}
 
.aiops-scene-cell.stage-cell:nth-child(5) .media-num, 
.aiops-scene-cell.stage-cell:nth-child(5) .btn {
    color: #4adc03;
}
 
.aiops-scene-cell.stage-cell:nth-child(6) .media-num, 
.aiops-scene-cell.stage-cell:nth-child(6) .btn {
    color: #fbb03b;
}
 
 


.implement-1-cell.col-2{
  width: 48%;
  background-color: #fff;
  -webkit-box-shadow: 0 5px 20px rgba(19, 113, 251, 0.15);
  box-shadow: 0 5px 20px rgba(19, 113, 251, 0.15);
  border-top: 5px solid #45464a;
}
.implement-1-cell:nth-child(2) {
  float: right;
}

.implement-1-box{
  width: 540px;
  margin: 0 auto;
  padding: 40px 0;
}
.implement-1-tit{
  font-size: 30px;
  color: #1371fb;
}
.implement-1-text{
  font-size: 14px;
  color: #778190;
  line-height: 28px;
  margin-top: 20px;
  height: 160px;
  border-bottom: 1px solid #e5eaf4;
  margin-bottom: 40px;
}
.video1{
  position: relative;
  width: 319px;
  height: 345px;
  margin: 0 auto;
}
.video1 img{
  display: block;
  width: 100%;
  height: 258px;
}

.implement-1-float{
  position: absolute;
  width: 180px;
}

.implement-1-float-t{
  font-size: 16px;
  color: #333;
}
.implement-1-float-text{
  font-size: 12px;
  color: #666;
  line-height: 20px;
  margin-top: 10px;
}
.implement-1-float1{
  top: 40px;
  left: -120px;
}
.implement-1-float2{
  top: 40px;
  right: -120px;
}
.implement-1-float3{
  top: 240px;
  left: -120px;
}
.implement-1-float4{
  top: 240px;
  right: -120px;
}

.implement-1-float:nth-child(2n+1) .implement-1-float-t{
  padding-left: 65px;
}

.video2{
  position: relative;
  width: 365px;
  height: 345px;
  margin: 0 auto;
}
.video2 img{
  display: block;
  width: 100%;
  height: 341px;
}
.implement-2-float{
  position: absolute;
  width: 110px;
  text-align: center;
}

.implement-2-float-t{
  font-size: 14px;
  color: #333;
}
.implement-2-float1{
  top: 0;
  left: 0;
}
.implement-2-float2{
  top: 0;
  right: 0;
}
.implement-2-float3{
  top: 205px;
  left: 0;
}
.implement-2-float4{
  top: 205px;
  right: 0;
}

.modular-cell-1{
  text-align: center;
}
.modular-ico{
  width: 201px;
  margin: 0 auto;
}

.modular-ico img{
  width: 100%;
  height: 100%;
}
.modular-ico .imgblock{
	display: block;	
}
.modular-ico .imgnone{
	display: none;	
}
.modular-ico:hover .imgblock{
	display: none;	
}
.modular-ico:hover .imgnone{
	display: block;	
}
.modular-text{
  font-size: 20px;
  color: #000;
  margin-top: 30px;
  line-height: 25px;
}

/**
 * implement
 */

.implement{
  /*background-color: #fff;*/
  /*-webkit-box-shadow: 0 5px 20px rgba(19, 113, 251, 0.15);*/
  /*box-shadow: 0 5px 20px rgba(19, 113, 251, 0.15);*/
}
.implement-cell:nth-child(1){
  margin-top: 10px;
  background-color: #fff;
  -webkit-box-shadow: 0 5px 20px rgba(19, 113, 251, 0.15);
  box-shadow: 0 5px 20px rgba(19, 113, 251, 0.15);
}
.implement-cell .video {
  width: 480px;
  margin: 0 auto;
  padding-top: 20px;

}
.implement-cell:nth-child(1) {
  float: left;
}
.implement-cell:nth-child(2) {
  float: left;
}

.implement-con {
  position: relative;
  margin: 0 10px;
}
.implement-con .section-title {
  margin-top: -38px;
  margin-bottom: 0;
}
.implement-con .implement-items{
  padding: 0 35px;
}
.implement-items {
  /*margin-top: 50px;*/
}

.implement-item-wrap {
  height: 220px;
  margin: 10px;
  padding: 0 20px;
  background-color: #fff;
  -webkit-box-shadow: 0 5px 20px rgba(102, 102, 102, 0.15);
  box-shadow: 0 5px 20px rgba(102, 102, 102, 0.15);
}

.implement-item-mod,
.implement-item-icon,
.implement-item-text,
.implement-item-text2{
  display: block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: center;
}
.implement-item-mod{
  padding-top: 30px;
}
.implement-item-icon{
  margin-bottom: 5px;
}
.implement-item-text{
  font-weight: bold;
  font-size: 26px;
  color: #444444;
  line-height: 35px;
}
.implement-item-text >span{
  font-size: 18px;
  color: #444444;
}
.implement-item-text2{
  font-size: 16px;
  color: #8b949f;
  line-height: 26px;
}
.implement-item-icon {
  width: 90px;
  /*margin-right: 18px;*/
}
.implement-item-icon img {
  display: block;
  width: 100%;
  height: auto;
}
#implement-items .implement-items-cell.col-2{
  float: left;
}

.implement-cell .implement-float{
  position: absolute;
  font-size: 16px;
  color: #006cff;
  line-height: 23px;
  text-align: center;
  width: 130px;
}
.implement-float.implement-float1{
  top:52px; left: 175px
}
.implement-float.implement-float2{
  top:215px; left: -5px
}
.implement-float.implement-float3{
  top:215px; right: -10px
}
.implement-float.implement-float4{
  bottom:33px; left: 170px
}
.implement-float5{
  position: absolute;font-size: 30px;color: #ffffff;
  line-height: 23px;
  text-align: center;
  width: 130px; top:246px; left: 173px;font-weight: bold;
}
/**
 * value
 */
.value-bg {
  position: relative;
  overflow: hidden;
}
.value-bg .main-cell-con {
  z-index: 1;
  margin-top: 80px;
}

.value-bg-icon {
  position: absolute;
  top: 50px;
  left: 50%;
  width: 645px;
  height: 645px;
  line-height: 645px;
  font-size: 645px;
  vertical-align: middle;
  margin-left: -36%;
  color: #d9e9ff;
  vertical-align: middle;
}

.value-cell .video {
  width: 580px;
  margin: 0 20px;
}
.value-cell:nth-child(1) {
  float: right;
}
.value-cell:nth-child(2) {
  float: left;
}

.video {
  position: relative;
}
.video img {
  display: block;
  width: 100%;
  height: auto;
}

.video-play {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 206px;
  height: 206px;
  margin-top: -103px;
  margin-left: -103px;
  z-index: 1;
}

.value-con {
  position: relative;
  margin: 0 10px;
}
.value-con .section-title {
  margin-top: -38px;
  margin-bottom: 0;
}

.value-items {
  margin-top: 50px;
}

.value-item-wrap {
  height: 110px;
  margin: 10px;
  padding: 0 20px;
  background-color: #fff;
  -webkit-box-shadow: 0 5px 20px rgba(102, 102, 102, 0.15);
  box-shadow: 0 5px 20px rgba(102, 102, 102, 0.15);
}

.value-item-mod,
.value-item-icon,
.value-item-text {
  display: inline-block;
  vertical-align: middle;
}

.value-item-icon {
  width: 90px;
  margin-right: 18px;
}
.value-item-icon img {
  display: block;
  width: 100%;
  height: auto;
}

.value-item-text {
  font-size: 16px;
  color: #444;
  line-height: 24px;
}
/*####改版######*/
.newValue .value-item-mod {
 padding-top: 10px;
}
.newValue .value-item-wrap {
  height: 110px;
  margin: 10px;
  padding: 0 0 0 20px;
  background-color: #fff;
  -webkit-box-shadow: 0 5px 20px rgba(102, 102, 102, 0.15);
  box-shadow: 0 5px 20px rgba(102, 102, 102, 0.15);
}

.newValue  .value-item-mod,
.newValue  .value-item-icon,
.newValue  .value-item-text {
  display: block;
  vertical-align: middle;
}

.newValue  .value-item-icon {
  width: 50px;
  margin-right: 18px;
  float: left;
}
.newValue-text{
  float: left;
  padding-top: 10px;
}
.newValue  .value-item-icon img {
  display: block;
  width: 100%;
  height: auto;
}

.newValue  .value-item-text1 {
  font-size: 19px;
  color: #444;
  line-height: 24px;
  margin-bottom: 10px;
  display: block;
}
.newValue  .value-item-text2 {
  font-size: 15px;
  color: #8b94a0;
  line-height: 24px;
  display: block;
}

/**
 * data
 */
.data-bg {
  position: relative;
  overflow: hidden;
}
.data-bg .main-cell-con {
  z-index: 1;
  margin-top: 80px;
}

.data-bg-icon {
  position: absolute;
  top: 50px;
  left: 50%;
  width: 645px;
  height: 645px;
  line-height: 645px;
  font-size: 645px;
  vertical-align: middle;
  margin-left: -36%;
  color: #d9e9ff;
  vertical-align: middle;
}
.data{
  background-color: #fff;
  -webkit-box-shadow: 0 5px 20px rgba(19, 113, 251, 0.15);
  box-shadow: 0 5px 20px rgba(19, 113, 251, 0.15);
}
.data-cell .video {
  width: 560px;
  margin: 0 20px;
  padding-top: 20px;

}
.data-cell:nth-child(1) {
  float: right;
}
.data-cell:nth-child(2) {
  float: left;
}

.data-con {
  position: relative;
  margin: 0 10px;
}
.data-con .section-title {
  margin-top: -38px;
  margin-bottom: 0;
}
.data-con .data-items{
  padding: 35px;
}
.data-items {
  margin-top: 50px;
}

.data-item-wrap {
  height: 220px;
  margin: 10px;
  padding: 0 20px;
  background-color: #f6f9ff;
  -webkit-box-shadow: 0 5px 20px rgba(102, 102, 102, 0.15);
  box-shadow: 0 5px 20px rgba(102, 102, 102, 0.15);
}

.data-item-mod,
.data-item-icon,
.data-item-text,
.data-item-text2{
  display: block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: center;
}
.data-item-mod{
  padding-top: 30px;
}
.data-item-icon{
  margin-bottom: 5px;
}
.data-item-text{
  font-weight: bold;
  font-size: 26px;
  color: #444444;
  line-height: 35px;
}
.data-item-text >span{
  font-size: 18px;
  color: #444444;
}
.data-item-text2{
  font-size: 16px;
  color: #8b949f;
  line-height: 26px;
}
.data-item-icon {
  width: 90px;
  /*margin-right: 18px;*/
}
.data-item-icon img {
  display: block;
  width: 100%;
  height: auto;
}
#data-items .data-items-cell.col-2{
  float: left;
}
/**
 * scene
 */
.scene {
  position: relative;
}

.scene-cell {
  text-align: center;
}
.scene-cell .media {
  margin: 0 40px;
}
.scene-cell .media-icon {
  display: inline-block;
  width: 180px;
  margin-bottom: 30px;
}
.scene-cell .media-icon img {
  display: block;
  width: 100%;
  height: auto;
}
.scene-cell .media-title {
  margin-bottom: 20px;
  font-size: 18px;
  color: #444;
  line-height: 30px;
}
.scene-cell .media-sum {
  font-size: 14px;
  color: #778190;
  line-height: 24px;
}

.scene-lines {
  position: absolute;
  top: 20px;
  left: 50%;
  z-index: 2;
  margin-left: -345px;
}

.scene-graph {
  position: relative;
  z-index: 0;
  width: 561px;
  margin: 0 auto;
  padding: 20px 0;
}
.scene-graph img {
  display: block;
  width: 100%;
  height: auto;
}

.scene-float {
  position: absolute;
  z-index: 1;
  width: 253px;
}
.scene-float:nth-child(1) {
  top: 0;
  left: 3px;
}
.scene-float:nth-child(2) {
  top: 0;
  right: 22px;
}
.scene-float:nth-child(3) {
  right: 22px;
  bottom: 0px;
}
.scene-float:nth-child(4) {
  bottom: 0px;
  left: 3px;
}

.scene-bulb {
  padding: 10px 28px;
  background-color: #e8f2ff;
  border: 1px solid #66a7ff;
  border-radius: 8px;
  -webkit-box-shadow: 0 5px 20px rgba(0, 108, 255, 0.15);
  box-shadow: 0 5px 20px rgba(0, 108, 255, 0.15);
}

.bulb-cell {
  font-size: 15px;
  color: #778190;
  line-height: 30px;
}

/**
 * Technology
 * ----------------------------------------------------------------------------
*/
.tech-show {
  width: 90%;
  margin-top: 60px;
  margin-right: auto;
  margin-left: auto;
}
.tech-show .media-icon {
  display: inline-block;
}
.tech-show .media-icon img {
  display: block;
  width: 100%;
  height: auto;
}
.tech-show .media-sum {
  margin-top: 10px;
}

.tech {
  margin: 0 60px;
}
.tech .media,
.tech .tech-img {
  margin: 0 40px;
}
.tech .media img,
.tech .tech-img img {
  display: block;
  width: 100%;
  height: auto;
}
.tech .media-title {
  margin-bottom: 20px;
  font-size: 30px;
  color: #222;
  line-height: 40px;
}
.tech .media-sum {
  font-size: 16px;
  color: #778190;
  line-height: 30px;
}

.main-cell:nth-child(2n-1) .col-2:first-child {
  float: right;
}
.main-cell:nth-child(2n-1) .col-2:last-child {
  float: left;
}

.media-type{
  margin: 0 40px;
  padding-right: 40px;
}
.media-type li{
  line-height: 32px;
  font-size: 16px;
  color: #8b94a0;
  padding: 5px 0;
}
.main-cell:nth-child(2n-1) .col-2:first-child .type-cell.col-2:nth-child(2n-1) {
  float: right;
}
.main-cell:nth-child(2n-1) .col-2:last-child .type-cell.col-2:nth-child(2n-1){
  float: left;
}
.type-cell .type-img{
  float: left;
  margin-right: 10px;
}
.type-cell .type-text{
  float: left;
}



/**
 * Customer
 * ----------------------------------------------------------------------------
*/
/**
 * customer data
 */
.customer-data {
  position: relative;
  padding: 60px 0;
}

.customer-data-cell {
  margin: 20px 0;
  color: #778190;
  text-align: center;
  border-right: 1px solid #ddd;
}

.customer-data .col-4:last-child .customer-data-cell,
.customer-data .col-3:last-child .customer-data-cell {
  border-right: 0;
}

.customer-data-icon {
  display: inline-block;
  width: 60px;
  height: 60px;
}
.customer-data-icon img {
  display: block;
  width: 100%;
  height: auto;
}

.customer-data-unit {
  font-size: 18px;
}

.customer-data-text {
  margin-top: 10px;
  font-size: 14px;
}

.customer-data-arr {
  position: absolute;
  top: -24px;
  left: 50%;
  width: 48px;
  height: 48px;
  margin-left: -24px;
  color: #006cff;
  background-color: #fff;
  border-radius: 50%;
  vertical-align: middle;
}
.customer-data-arr i {
  width: 48px;
  height: 48px;
  line-height: 48px;
  font-size: 48px;
  vertical-align: middle;
}

/**
 * customer tabs
 */
.customer-tab {
  margin-top: 200px;
}

.customer-bank {
  background-image: url(../images/customer/customer-bank.png);
}

.customer-estate {
  background-image: url(../images/customer/customer-estate.png);
}

.customer-FMCG {
  background-image: url(../images/customer/customer-FMCG.png);
}

.customer-manu {
  background-image: url(../images/customer/customer-manu.png);
}

.customer-govern {
  background-image: url(../images/customer/customer-govern.png);
}

.customer-aviation {
  background-image: url(../images/customer/customer-aviation.png);
}

.customer-show {
  position: relative;
  float: right;
  width: 60%;
  height: 600px;
  background-color: rgba(28, 33, 52, 0.8);
}

.customer-name {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 17.2%;
  color: #fff;
  text-align: center;
  background-color: rgba(28, 33, 52, 0.3);
}
.customer-name .media {
  margin-top: 160px;
}
.customer-name .media-icon {
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 60px;
  vertical-align: middle;
  vertical-align: middle;
}
.customer-name .media-title {
  font-size: 24px;
}
.customer-name .media-spell {
  font-size: 14px;
  text-transform: uppercase;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

.customer-con {
  width: 600px;
  margin-left: 17.2%;
}

.customer-con-wrap {
  margin-top: 170px;
  margin-left: 10%;
  margin-right: 10%;
  color: #fff;
}

.customer-show-title {
  font-size: 28px;
  font-weight: bold;
}

.customer-show-bar {
  display: inline-block;
  width: 56px;
  height: 3px;
  margin: 20px 0;
  background-color: #006cff;
}

.customer-show-cell {
  padding: 6px 0;
  vertical-align: middle;
}

.customer-show-cell-wrap {
  position: relative;
  padding-left: 25px;
  line-height: 20px;
}
.customer-show-cell-wrap .list-dot {
  position: absolute;
  top: 6px;
  left: 0;
}

/**
 * Company
 * ----------------------------------------------------------------------------
*/
/**
 * History
 */
.history {
  position: relative;
}

.history-cell {
  position: relative;
  z-index: 1;
  float: left;
  width: 11%;
  text-align: center;
  /*margin-top: 16px;*/
}
.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) {
  margin-top: -8px;
}
.history-cell:nth-child(6) {
  margin-top: -9px;
}
.history-cell:nth-child(4){
  margin-top: -9px;
}
.history-cell:nth-child(8){
  margin-top: -28px;
}
.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;
      color: #fff;
    font-size: 26px;
}
.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:#15BFF8;
  border-radius: 10px;
}

.history-point {
  margin: 10px 0;
}

.history-text {
  font-size: 12px;
  color: #778190;
}

.history-line {
  position: absolute;
  top: 45%;
  right: 0;
  left: 0;
  height: 2px;
  background-color: #1c2134;
  opacity: 0.3;
  filter: alpha(opacity=30);
}

.history-icon .icon-vendor{
  background: url(../images/company/icon-vendor.png) no-repeat;
  margin-left: 10px;
}
.history-icon .icon-vendor2019{
    background: url(../images/company/2019.png) no-repeat;
     margin-left: 0px; 
    background-size: cover;
}
/**
 * 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(../img/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-zhengzhou {
  background-image: url(../images/company/map-zhengzhou.png);
}
.map-hongkong {
  background-image: url(../images/company/map-hongkong.jpg);
}

.map-bubble {
  position: absolute;
  top: 32%;
  left: 53%;
  border-radius: 4px;
  min-height: 24px;
  padding: 8px 25px;
  background-color: rgba(69,106,250, 0.9);
  font-size: 14px;
  line-height: 24px;
  color: #fff;
}



/**
 * Contact
 */
.contact {
  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;
}

/**
 * Advantage
 * ----------------------------------------------------------------------------
*/
/* advantage show */
.adv-show-cell {
  padding: 30px 0;
}
.adv-show-cell .media-icon {
  display: inline-block;
  width: 70px;
  margin-bottom: 30px;
}
.adv-show-cell .media-icon img {
  display: block;
  width: 100%;
  height: auto;
}
.adv-show-cell .media-sum {
  font-size: 14px;
  color: #fff;
  line-height: 24px;
}
.adv-show-cell .media-sum span {
  font-size: 24px;
}

/* branding */
.brand-bg {
  background-image: url(../images/advantage/branding-bg.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.brand {
  position: relative;
  padding: 66px 0 80px;
}

.brand-cell {
  display: inline-block;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  vertical-align: middle;
}
.brand-cell .media {
  display: inline-block;
  vertical-align: middle;
}
.brand-cell .media-icon {
  margin-bottom: 20px;
}
.brand-cell .media-icon i {
  width: 64px;
  height: 64px;
  line-height: 64px;
  font-size: 64px;
  vertical-align: middle;
}
.brand-cell .media-title {
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: bold;
}
.brand-cell .media-title span {
  font-size: 60px;
  vertical-align: middle;
}
.brand-cell .media-sum {
  font-size: 14px;
  line-height: 18px;
}
.brand-cell .media-sum li {
  padding: 6px 0;
}

.brand-cell1 {
  z-index: 1;
  width: 360px;
  height: 360px;
  background-color: #f7c159;
  -webkit-box-shadow: 0 10px 20px rgba(247, 193, 89, 0.15);
  box-shadow: 0 10px 20px rgba(247, 193, 89, 0.15);
}

.brand-cell2 {
  position: relative;
  z-index: 2;
  width: 500px;
  height: 500px;
  margin: 0 -70px 0 -50px;
  background-color: #006cff;
  -webkit-box-shadow: 0 10px 20px rgba(0, 108, 255, 0.15);
  box-shadow: 0 10px 20px rgba(0, 108, 255, 0.15);
}

.brand-cell3 {
  position: relative;
  z-index: 1;
  width: 420px;
  height: 420px;
  background-color: #66a7ff;
  -webkit-box-shadow: 0 10px 20px rgba(102, 167, 255, 0.15);
  box-shadow: 0 10px 20px rgba(102, 167, 255, 0.15);
}

.brand-cell4 {
  position: absolute;
  top: 290px;
  left: 240px;
  z-index: 0;
  width: 275px;
  height: 275px;
  background-color: #f7c159;
  opacity: 0.25;
  filter: alpha(opacity=25);
}

.brand-cell5 {
  position: absolute;
  top: 66px;
  right: 86px;
  z-index: 0;
  width: 480px;
  height: 480px;
  background-color: #66a7ff;
  opacity: 0.15;
  filter: alpha(opacity=15);
}

.brand-line {
  position: absolute;
}
.brand-line img {
  display: block;
  width: 100%;
  height: auto;
}

.brand-line1 {
  bottom: 110px;
  left: 0;
  width: 219px;
}

.brand-line2 {
  top: 0;
  left: 335px;
  width: 294px;
}

.brand-line3 {
  right: 372px;
  bottom: 0;
  width: 294px;
}

.brand-line4 {
  top: 111px;
  right: 0;
  width: 219px;
}

/* service */
.service-bg {
  position: relative;
  overflow: hidden;
}
.service-bg .main-cell-con {
  z-index: 1;
}

.service-bg-icon {
  position: absolute;
  top: 200px;
  left: 50%;
  width: 654px;
  height: 654px;
  line-height: 654px;
  font-size: 654px;
  vertical-align: middle;
  margin-left: -327px;
  color: #d9e9ff;
  vertical-align: middle;
}

.service-cell {
  text-align: center;
}
.service-cell .media-icon {
  display: inline-block;
  width: 88px;
  height: 88px;
  margin-bottom: 20px;
  color: #006cff;
  line-height: 88px;
}
.service-cell .media-icon i {
  display: inline-block;
  width: 64px;
  height: 64px;
  line-height: 64px;
  font-size: 64px;
  vertical-align: middle;
  vertical-align: middle;
}
.service-cell .media-title {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  color: #444;
}
.service-cell .media-sum {
  font-size: 14px;
  line-height: 30px;
  color: #778190;
}
.service-cell:nth-child(2) .media-icon i, .service-cell:nth-child(3) .media-icon i {
  width: 88px;
  height: 88px;
  line-height: 88px;
  font-size: 88px;
  vertical-align: middle;
}

/**
 * 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%;
}

/* Document
.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) {
  .download{
    font-size: 16px;
  }

  .home-ban2{
    background-position: center top;
  }

  .home-ban2 .ban-wrap{
    padding: 150px 0;
  }

  .ban2-text a{
    color: #fff;
    background-color: #25bebe;
    padding: 12px 24px;
    font-size: 16px;
    border-radius: 10px;
    position: absolute;
    /* bottom: -50px; */
    /* left: 380px; */
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
  }

  .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) {
	.mobildsnone{
		display:none;
	}
  .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;
  }

  .main-cell-70 {
    padding: 40px 0;
  }

  .main-cell-30 {
    padding: 20px 0;
  }

  .main-cell-50 {
    padding: 30px 0;
  }

  /* .main-cell-30 {
    padding: 30px 0;
  } */

  .section-title {
    width: 85%;
    margin-top: -25px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 30px;
  }

  .section-title.section-title2 {
     width: 85%;
     margin-top: -25px;
     margin-right: auto;
     margin-left: auto;
     margin-bottom: 20px;
   }

  .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;
  }
  .main-cell-partial .flow-img{
    padding-top: 0;
    margin: 0 auto;
  }

  .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;
  }

  .implement-1-cell.col-2{
    width: 100%;
  }
  .implement-1-cell.col-2:first-child{
    margin-bottom: 30px;
  }
  .implement-1-box{
    width: 90%;
  }
  .implement-1-text{
    font-size: 12px;
    line-height: 22px;
    margin-bottom: 40px;
  }
  .implement-1-float{
    width: 150px;
  }

  .video1{
    width: 100%;
	height: auto;
    padding-bottom: 30px;
  }
  .implement-1-cell .implement-1-float-t{
    font-size: 14px;
  }
  .implement-1-cell .implement-1-float-text{
    font-size: 12px;
    margin-top: 5px;
  }
  .implement-1-float1{
    top: 70px;
    left: -10px;
  }
  .implement-1-float2{
    top: 70px;
    right: -10px;
  }
  .implement-1-float3{
    top: 265px;
    left: -10px;
  }
  .implement-1-float4{
    top: 265px;
    right: -10px;
  }
  .implement-2-float{
    width: 30%;
  }
  .video2{
    width: 100%;
    height: auto;
  }
  .video2 img{
    height: auto;
  }
  .implement-2-float3,
  .implement-2-float4{
    top: 60%;
  }

  .modular-1{
    margin-bottom: -20px;
  }
  .modular-cell-1{
    margin-bottom: 20px;
  }
  .modular-cell .col-4{
    width: 50%;
  }
  .modular-ico{
    width: 80%;
  }
  .modular-text{
    font-size: 14px;
    margin-top: 10px;
  }

  .media-type{
    padding-right: 0;
  }
  .type-cell.col-2{
    width: 50%;
  }

  .aiops-ban{
    padding-top: 44px;
    height: 380px;
  }
  .aiops-ban .ban-con{
    height: 380px;
    padding-top: 0;
  }
  .aiops-ban-text{
    font-size: 24px;
    width: 100%;
    padding-top: 20px;
    text-align: center;
  }
  .aiops-img{
    width: 100%;
  }
  .aiops-img img{
    width: 100%;
  }



}
@media (max-width: 320px) {
  .col-6 {
    width: 50%;
  }
}

/* 
 * 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;
  }
  .flow-text{
    width: 100%;
  }
  .flow-text > div{
    width: 120px;
    height: 24px;
    line-height: 24px;
    font-size: 12px;
  }
  .flow-text-box{
    left: 0px;
    top: -2px;
  }
  .flow-text-text {
    left: 43%;
    top: -25px;
  }
  .flow-text .flow-text-box:last-child{
    width: 80px;
  }
  .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
 */

 * 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;
  }
  .aiops-scene{
    width: auto;
  }
  .aiops-scene-cell{
    margin-left: 0;
  }
  .aiops-scene ul{
    margin-left: 0;
  }
  .value-bg .main-cell-con {
    margin-top: 0;
  }

  .value-cell .video, .data-cell .video,.implement-cell .video{
    width: 89%;
    margin: 10px auto 0;
	    padding-bottom: 20px;
  }
  .data{
    padding-bottom: 20px;
  }
  .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;
  }
  .sloution-playVideo{
    left:27%;
  }
  .implement-cell .implement-float{
    font-size: 12px;
  }
  .implement-float.implement-float1{
    top:30px; left:110px
  }
  .implement-float.implement-float2{
    top: 150px;
    left: -15px;
  }
  .implement-float.implement-float3{
    top:150px; right: -15px
  }
  .implement-float.implement-float4{
    bottom: 15px;
    left: 100px;
  }
  .implement-float5{
    top: 191px;
    left: 110px;
  }

  .stage-cell.engineering-cell-mod{
    width: 100%;
  }
  .stage-cell.engineering-cell-arr{
    margin: 20px auto;
    display: block;
  }
  .engineering-text{
    margin-top: 30px;
    font-size: 24px;
    line-height: 40px;
  }
  .engineering-text span{
    font-size: 26px;
    margin: 0 10px;
  }

}
@media (max-width: 411px) {
  .sloution-playVideo{
    left:27%;
  }
  .implement-cell .implement-float{
    font-size: 12px;
  }
  .implement-float.implement-float1{
    left: 115px;
  }
  .implement-float.implement-float2{
    top: 145px;
    left: -15px;
  }
  .implement-float.implement-float3{
    top: 165px; right: -15px
  }
  .implement-float.implement-float4{
    bottom: 15px;
    left: 105px;
  }
  .implement-float5{
    position: absolute;font-size: 16px;color: #ffffff;
    line-height: 23px;
    text-align: center;
    width: 130px;     top: 185px;
    left: 110px;font-weight: bold;
  }
}
@media (max-width: 375px) {
  .implement-float.implement-float1{
    left: 100px;
  }
  .implement-float.implement-float2{
    top: 135px;
    left: -15px;
  }
  .implement-float.implement-float3{
    top: 135px; right: -15px
  }
  .implement-float.implement-float4{
    bottom: 15px;
    left: 90px;
  }
  .implement-float5{
    position: absolute;font-size: 16px;color: #ffffff;
    line-height: 23px;
    text-align: center;
    width: 130px; top: 171px;
    left: 90px;font-weight: bold;
  }
}
@media (max-width: 320px) {
  .bulb-cell {
    font-size: 10px;
  }
  .sloution-playVideo{
    left:27%;
  }
  .implement-cell .implement-float{
    font-size: 12px;
  }
  .implement-float.implement-float1{
    left: 75px;
  }
  .implement-float.implement-float2{
    top: 115px;
    left: -15px;
  }
  .implement-float.implement-float3{
    top: 115px; right: -15px
  }
  .implement-float.implement-float4{
    bottom: 5px;
    left: 66px;
  }
  .implement-float5{
    position: absolute;font-size: 16px;color: #ffffff;
    line-height: 23px;
    text-align: center;
    width: 130px;        top: 151px;
    left: 70px;font-weight: bold;
  }
}
/* 
 * Adaptation Technology
 */
@media (max-width: 414px) {
  .ban-primary-sub{
    font-size: 12px;
  }
  .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;
  }
}



@media (max-width: 414px){
	.customer-application-center{
		width: 100% !important;	
	}
}