/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
     ========================================================================== */
/**
   * Remove the margin in all browsers.
   */
body {
  margin: 0;
}
/**
   * Render the `main` element consistently in IE.
   */
main {
  display: block;
}
/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
     ========================================================================== */
/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
     ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
a {
  background-color: transparent;
  text-decoration: none;
}
/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
b,
strong {
  font-weight: bolder;
}
/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
   * Add the correct font size in all browsers.
   */
small {
  font-size: 80%;
}
/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
     ========================================================================== */
/**
   * Remove the border on images inside links in IE 10.
   */
img {
  border-style: none;
}
/* Forms
     ========================================================================== */
/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
/**
   * Remove the inner border and padding in Firefox.
   */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
   * Restore the focus styles unset by the previous rule.
   */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
   * Correct the padding in Firefox.
   */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
progress {
  vertical-align: baseline;
}
/**
   * Remove the default vertical scrollbar in IE 10+.
   */
textarea {
  overflow: auto;
}
/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
     ========================================================================== */
/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
details {
  display: block;
}
/*
   * Add the correct display in all browsers.
   */
summary {
  display: list-item;
}
/* Misc
     ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
template {
  display: none;
}
/**
   * Add the correct display in IE 10.
   */
[hidden] {
  display: none;
}
p {
  margin: 0;
  padding: 0;
  line-height: 100%;
}
ul,
li {
  list-style: none;
  padding: 0;
  margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  line-height: 100%;
}
body {
  width: 100%;
  min-width: 1300px;
  height: 100%;
  padding: 0;
  font-family: Microsoft YaHei, -apple-system, BlinkMacSystemFont, Helvetica Neue, PingFang SC, Source Han Sans SC, Noto Sans CJK SC, WenQuanYi Micro Hei, sans-serif;
  background-color: #000;
  font-size: 16px;
}
.wow {
  visibility: hidden;
}
.l-flexbox {
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
}
.lg-hide {
  display: none;
}
.img-responsive {
  display: block;
  width: 100%;
  max-width: 100%;
}
.l-container__padding {
  padding: 100px 0 60px;
}
.l-container {
  width: 1200px;
  margin: 0 auto;
}
.c-title {
  font-size: 38px;
  font-weight: 500;
  text-align: center;
  color: #ffffff;
  line-height: 53px;
  margin-bottom: 40px;
}
.l-text-center {
  text-align: center;
}
.l-text-left {
  text-align: left;
}
.l-text-right {
  text-align: right;
}
.l-text {
  font-size: 16px;
  font-weight: 400;
  text-align: justify;
  color: #333333;
  line-height: 30px;
}
.c-link__more {
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  color: #9a9a9a;
  line-height: 20px;
  vertical-align: middle;
}
.c-icon__more-arrow {
  vertical-align: middle;
  margin-left: 8px;
}
.c-link__more:hover {
  color: #3871e5;
}
.c-text-26 {
  font-size: 26px;
}
.c-text-24 {
  font-size: 24px;
}
.c-color-333 {
  color: #333;
}
.l-section {
  padding: 100px 0 50px;
}
#l-nav {
  background: 0 0;
  height: 80px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
}
#l-nav .l-container {
  overflow: hidden;
}
.l-nav__logo {
  float: left;
  padding-top: 30px;
}
.l-nav__logo img {
  width: 118px;
  vertical-align: middle;
  margin-right: 10px;
}
.l-nav__slogan {
  font-size: 12px;
  color: #fff;
}
.c-mainnavs li.js-mainnav__lang a {
  margin: 0 8px 0 15px;
}
.c-mainnavs li.mainnav__lang-big5 a {
  margin: 0 0 0 8px;
}
.c-line {
  border-right: 1px solid #fff;
  display: block;
  height: 18px;
  width: 1px;
  position: relative;
  top: 2px;
}
.l-nav__mainnavs {
  float: right;
  padding-top: 38px;
}
.c-mainnavs {
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.c-mainnavs li {
  list-style: none;
  padding: 0;
  float: left;
}
.c-mainnavs li a {
  display: block;
  margin: 0 15px;
  padding-bottom: 8px;
  color: #fff;
  font-size: 18px;
}
.c-mainnavs li a.is-active,
.c-mainnavs li a:hover {
  font-weight: 500;
  border-bottom: 2px solid #fff;
}
/* .c-mainnavs li a:hover {
  transition-duration: .5s;
  transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
} */
#l-nav.is-fixed {
  background: rgba(0, 0, 0, 0.7);
  height: 100px;
}
.is-fixed .c-mainnavs li a.is-active,
.is-fixed .c-mainnavs li a:hover {
  border-bottom: 2px solid #fff;
}
.l-slide__item {
  position: relative;
}
.c-slide__item1 .c-slide__left {
  position: absolute;
  left: 0;
  top: 180px;
  color: #fff;
}
.c-slide__item1 .c-slide__left .t1 {
  font-size: 30px;
  line-height: 1.3;
}
.c-slide__item1 .c-slide__left .t2 {
  font-size: 50px;
  line-height: 1.5;
  margin-bottom: 20px;
}
.c-slide__item1 .c-slide__left .t3 {
  font-size: 16px;
  line-height: 1.8;
  color: #ccc;
  width: 530px;
  text-align: justify;
}
.page__index {
  height: 537px;
  background: #16141c;
  overflow: hidden;
}
/* #l-slides .c-video{
  width: 645px;
  position: absolute;
  right: 363px;
  top: 110px;
} */
/* .page__index .l-slides__bg{
  background: url(../images/slide_index_1.png) no-repeat;
} */
#l-slides {
  height: 537px;
}
#l-video__container {
  width: 100%;
  height: 537px;
  overflow: hidden;
  position: absolute;
}
.l-video {
  height: auto;
  top: 0;
  left: 50%;
  margin-left: -960px;
  position: absolute;
  width: 1920px;
}
#l-qualifications {
  margin-bottom: 60px;
}
#l-qualifications .l-container {
  box-sizing: content-box;
  align-content: center;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
}
.l-qualifications__item img {
  width: 100%;
}
/* 荣登行业权威全景图谱 */
#l-industry-chart {
  margin-bottom: 60px;
}
.l-industry-chart__container {
  overflow: hidden;
  clear: both;
}
#l-chart-images {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
#l-chart-images li {
  color: #fff;
  cursor: pointer;
  position: relative;
  height: 144px;
  overflow: hidden;
  margin-bottom: 12px;
}
#l-chart-images li .cover {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
}
#l-chart-images li .view_trigger {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 20;
}
#l-chart-images li .blue_mask {
  background: #628edbc2;
}
#l-chart-images li .view_trigger img {
  width: 100%;
  height: 100%;
}
#l-chart-images li .cover img {
  width: 100%;
}
#l-chart-images li strong {
  font-weight: 500;
  display: block;
  padding-top: 40px;
  padding-left: 20px;
  font-size: 22px;
  line-height: 30px;
}
#l-chart-images li p {
  font-size: 16px;
  font-weight: 500;
  padding: 10px  10px  10px 31px ;
}
.l-chart__item1 {
  width: 413px;
  height: 144px;
  margin-top: 12px;
  /* background: url(../images/industry_chart_01.png?v=timeversion) 0 0/ 100% auto no-repeat; */
}
#l-chart-images .l-chart__item1 strong {
  padding-top: 30px;
}
.l-chart__item2 {
  width: 450px;
  height: 144px;
  margin-top: 12px;
}
.l-chart__item3 {
  width: 410px;
  height: 144px;
  margin: 12px 10px 0 0;
}
.l-chart__item4 {
  width: 348px;
  height: 144px;
  margin-left: 10px;
  margin-top: 12px;
}
.l-chart__item5 {
  width: 370px;
  height: 144px;
  margin-right: 10px;
  margin-top: 12px;
}
.l-chart__item5 .cover img {
  height: 144px;
}
.l-chart__item6 {
  width: 450px;
  height: 144px;
}
.l-chart__item71 {
  width: 270px;
  height: 144px;
  margin: 0 0 0 10px;
}
.l-chart__item71 .chart_item-text strong {
  padding-left: 20px !important;
}
.l-chart__item71 .chart_item-text p {
  padding-left: 20px !important;
}
.l-chart__item81 {
  width: 400px;
  height: 144px;
  margin-top: 12px;
  margin-right: 10px;
}
.l-chart__item81 .cover img {
  height: 144px !important;
}
.l-chart__item9 {
  width: 320px;
  height: 144px;
  margin-top: 12px;
  margin-right: 10px;
}
#l-chart-images .l-chart__item6 strong {
  padding-top: 30px;
}
.chart_item-text {
  position: absolute;
  z-index: 30;
  pointer-events: none;
}
a .chart_item-text {
  color: #fff;
}
.l-chart__item7 {
  width: 401px;
  height: 144px;
  margin-top: 12px;
}
.l-chart__item7 .cover img {
  height: 144px;
}
.l-chart__item7 strong {
  display: inline-block !important;
  padding-top: 35px !important;
  padding-left: 30px !important;
  font-size: 26px !important;
  line-height: 26px !important;
}
.l-chart__item7 p {
  display: inline-block !important;
  padding-top: 15px !important;
  padding-left: 33px !important;
  font-size: 16px !important;
  line-height: 16px !important;
}
.l-chart__item8 {
  width: 400px;
  height: 144px;
  margin-top: 12px;
  margin-left: 10px;
}
.l-chart__item8 .cover img {
  height: 144px;
}
.l-chart__item8 strong {
  display: inline-block !important;
  padding-top: 35px !important;
  padding-left: 30px !important;
  font-size: 26px !important;
  line-height: 26px !important;
}
.l-chart__item8 p {
  display: inline-block !important;
  padding-top: 15px !important;
  padding-left: 33px !important;
  font-size: 16px !important;
  line-height: 16px !important;
}
.l-chart__item20250311 {
  width: 450px;
  height: 144px;
  margin-right: 10px;
}
.l-chart__item20250311 .chart_item-text strong {
  padding-top: 27px;
}
.viewer-toolbar ul li:nth-child(4),
.viewer-toolbar ul li:nth-child(5),
.viewer-toolbar ul li:nth-child(6),
.viewer-toolbar ul li:nth-child(7),
.viewer-toolbar ul li:nth-child(8),
.viewer-toolbar ul li:nth-child(9),
.viewer-toolbar ul li:nth-child(10),
.viewer-toolbar ul li:nth-child(11) {
  display: none;
}
.viewer-footer {
  background: #000;
}
.viewer-footer .viewer-title {
  color: #fff;
  font-size: 20px;
}
/* 聚焦于金融生态的产品服务 */
#l-index__solutions {
  padding-top: 120px;
  margin-bottom: 100px;
}
.c-solutions__item {
  width: 385px;
  height: 455px;
  border-radius: 8px;
  overflow: hidden;
  background: #1E2022;
  position: relative;
}
.c-solution__item-off,
.c-solution__item-on {
  width: 100%;
  height: 100%;
  border-radius: 8px;
}
.c-solutions__item .c-solution__item-on {
  background: #1E2022;
  /* background: linear-gradient(180deg,#569feb 1%, #001c75); */
}
.c-solutions__item-title {
  font-size: 28px;
  font-weight: 500;
  text-align: center;
  color: #ffffff;
  line-height: 40px;
}
.c-solutions__item-title::after {
  content: "";
  display: block;
  width: 30px;
  height: 4px;
  background-color: #fff;
  margin: 14px auto 30px;
}
.c-solutions__item-en {
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  color: #ffffff;
  line-height: 33px;
}
.c-solutions__item-slogan {
  font-size: 24px;
  font-weight: 400;
  text-align: center;
  color: #ffffff;
  line-height: 36px;
}
.c-solutions__item-desc {
  font-size: 32px;
  font-weight: 500;
  text-align: center;
  color: #ffffff;
  line-height: 48px;
}
.c-solutions__item .c-solution__item-on .c-solutions__item-title,
.c-solutions__item .c-solution__item-on .c-solutions__item-en,
.c-solutions__item .c-solution__item-on .c-solutions__item-slogan,
.c-solutions__item .c-solution__item-on .c-solutions__item-desc {
  position: absolute;
  z-index: 1;
}
.c-solutions__item .c-solution__item-on .c-solutions__item-icon {
  position: absolute;
  z-index: 1;
}
.c-solutions__item .c-solutions__item-icon img {
  width: 100%;
}
.c-solutions__item .c-solutions__item-icon {
  width: 280px;
  height: 200px;
  left: 52px;
  top: 50px;
  opacity: 0.7;
  transition-duration: 1s;
  transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}
.c-solutions__item .c-solutions__item-title {
  top: 278px;
  position: absolute;
  width: 100%;
  transition-duration: 1s;
  transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}
.c-solutions__item .c-solutions__item-en {
  top: 366px;
  position: absolute;
  width: 100%;
  transition-duration: 1s;
  transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}
.c-solutions__item .c-solutions__item-slogan {
  opacity: 0;
  top: 366px;
  position: absolute;
  width: 100%;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}
.c-solutions__item .c-solutions__item-desc {
  top: 566px;
  position: absolute;
  width: 100%;
  opacity: 0;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}
.c-solutions__item:hover .c-solution__item-on {
  background: linear-gradient(180deg, #569feb 1%, #001c75);
}
.c-solutions__item:hover .c-solutions__item-icon {
  left: 62px;
  top: 200px;
  opacity: 0.4;
}
.c-solutions__item2:hover .c-solutions__item-icon {
  left: 88px;
  top: 200px;
  opacity: 0.4;
}
.c-solutions__item3:hover .c-solutions__item-icon {
  left: 52px;
  top: 200px;
  opacity: 0.4;
}
.c-solutions__item:hover .c-solutions__item-title {
  top: 40px;
  position: absolute;
  width: 100%;
}
.c-solutions__item:hover .c-solutions__item-en {
  top: 124px;
  position: absolute;
  width: 100%;
}
.c-solutions__item:hover .c-solutions__item-slogan {
  top: 159px;
  position: absolute;
  width: 100%;
  opacity: 1;
  transition-duration: 2s;
}
.c-solutions__item:hover .c-solutions__item-desc {
  top: 266px;
  position: absolute;
  width: 100%;
  opacity: 1;
  transition-duration: 2s;
}
.c-solutions__item2 .c-solutions__item-icon {
  width: 208px;
  height: 222px;
  left: 88px;
  top: 50px;
  opacity: 0.7;
}
.c-solutions__item .c-solution__item-off .c-solutions__item-title {
  margin-top: 280px;
}
/* 平台优势 */
#l-index__tech2 {
  padding-top: 100px;
  margin-bottom: 110px;
}
.c-tech2__item {
  width: 285px;
  height: 335px;
  background: #1E2022;
  border-radius: 8px;
  overflow: hidden;
  color: #fff;
  box-sizing: border-box;
  padding: 50px 30px;
}
.c-tech2__item .c-tech2__item-icon {
  width: 100px;
  height: 100px;
  margin: 0 auto 44px;
}
.c-tech2__item .c-tech2__item-icon img {
  display: block;
  width: 100%;
}
.c-tech2__item .c-tech2__item-title {
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  color: #ffffff;
  line-height: 33px;
  margin-bottom: 24px;
}
.c-tech2__item .c-tech2__item-desc {
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  color: #cccccc;
  line-height: 20px;
}
/* 高效解决多场景行业痛点 */
#l-index__scenario {
  margin-bottom: 100px;
}
#l-index__scenario .l-container {
  background: url(../images/pain_points@2x.png?v=timeversion) center bottom / 100% auto no-repeat;
  height: 527px;
  color: #fff;
  position: relative;
}
.l-painpoints_list {
  width: 425px;
  position: absolute;
  right: 39px;
  top: 85px;
}
.l-painpoints_list dt {
  font-size: 24px;
  font-weight: 500;
  text-align: justify;
  color: #ffffff;
  line-height: 33px;
  margin-bottom: 14px;
}
.l-painpoints_list dt:before {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #fff;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.l-painpoints_list dd {
  font-size: 14px;
  font-weight: 400;
  text-align: justify;
  color: #cccccc;
  line-height: 24px;
  margin: 0 0 50px 0;
  padding: 0 0 0 18px;
}
/* 成熟领先的金融场景解决方案 */
#l-index__fin-scenario {
  height: 570px;
  overflow: hidden;
  background: url(../images/fin_scenario.png) center top no-repeat;
  margin-bottom: 120px;
  color: #fff;
}
#l-index__fin-scenario .c-title {
  padding-top: 100px;
  margin-bottom: 20px;
}
.fin-scenario__desc {
  opacity: 0.8;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  color: #ffffff;
  line-height: 20px;
  margin-bottom: 66px;
}
.l-fin-scenario__item:nth-child(1) {
  width: 200px;
}
.l-fin-scenario__item:nth-child(2) {
  width: 210px;
}
.l-fin-scenario__item:nth-child(3) {
  width: 210px;
}
.l-fin-scenario__item:nth-child(4) {
  width: 210px;
}
.l-fin-scenario__item:nth-child(5) {
  width: 290px;
}
.l-fin-scenario__item:nth-child(5) .l-fin-scenario__item-icon {
  margin-bottom: 43px;
}
.l-fin-scenario__item-icon {
  width: 40px;
  text-align: center;
  margin: 0 auto 40px;
}
.l-fin-scenario__item-title {
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  color: #ffffff;
  line-height: 33px;
  margin-bottom: 20px;
}
.l-fin-scenario__item-desc {
  opacity: 0.8;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  color: #ffffff;
  line-height: 22px;
}
#l-effections {
  color: #fff;
  padding-bottom: 110px;
}
#l-effections .l-container {
  overflow: hidden;
}
.l-percent__list {
  position: relative;
  left: 150px;
}
.l-percent__item {
  width: 400px;
}
.l-percent__item:nth-child(1),
.l-percent__item:nth-child(2),
.l-percent__item:nth-child(3) {
  margin-bottom: 50px;
}
.c-arrow-up {
  position: relative;
  display: inline-block;
  width: 27px;
}
.c-arrow-down {
  position: relative;
  display: inline-block;
  width: 27px;
}
.l-percent__item-title {
  font-size: 24px;
  font-weight: 500;
  text-align: left;
  color: #cccccc;
  line-height: 33px;
  margin-bottom: 8px;
}
.l-percent__item-num {
  font-size: 60px;
  font-weight: 500;
  text-align: justify;
  color: #fff;
  line-height: 84px;
}
.c-percent {
  font-size: 24px;
  font-weight: 400;
  text-align: justify;
  color: #cccccc;
  line-height: 33px;
  margin-left: 10px;
}
.l-customer__comment {
  margin-bottom: 40px;
}
.customer__comment-list {
  display: flex;
  box-sizing: content-box;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: space-between;
  align-items: center;
}
.customer__comment-item {
  width: 325px;
  height: 230px;
  background: url(../images/icon_comment@1x.png) 325px 60px no-repeat #1e2022;
  border-radius: 8px;
  padding: 50px 30px 0;
  overflow: hidden;
}
.customer__comment-item-title {
  display: inline-block;
  font-size: 20px;
  font-weight: 400;
  text-align: left;
  color: #ffffff;
  line-height: 28px;
  padding-bottom: 8px;
  border-bottom: 2px solid #5895ff;
  margin-bottom: 50px;
}
.customer__comment-item-content {
  font-size: 15px;
  font-weight: 400;
  text-align: justify;
  color: #ffffff;
  line-height: 22px;
}
.l-customer__logos {
  position: relative;
  height: 200px;
  overflow: hidden;
  width: 100%;
}
.l-customer__mask-left {
  width: 360px;
  height: 200px;
  background: linear-gradient(90deg, #000000 46%, rgba(0, 0, 0, 0));
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}
.l-customer__mask-right {
  width: 360px;
  height: 200px;
  background: linear-gradient(270deg, #000000 46%, rgba(0, 0, 0, 0));
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
}
.l-customer__logo-slide {
  display: flex;
  box-sizing: content-box;
  flex-direction: row;
  flex-wrap: nowrap ;
  align-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
/* .l-customer__logo-slide-item{

} */
#l-index_jiemian {
  height: 620px;
}
#l-index_jiemian .l-container {
  position: relative;
}
#l-index_jiemian .c-title {
  padding-top: 70px;
  margin-bottom: 60px;
}
#l-index_jiemian .l-jiemian__text {
  position: absolute;
  width: 530px;
  right: 90px;
  top: 220px;
}
#l-index_jiemian .l-jiemian__text .jiemian-logo {
  width: 340px;
  margin-bottom: 40px;
}
#l-index_jiemian .l-jiemian__text p {
  margin-bottom: 25px;
  line-height: 30px;
  font-size: 16px;
  font-weight: 400;
  text-align: justify;
  color: #ffffff;
}
#l-index_jiemian .l-jiemian__text a {
  color: #fff;
  font-size: 16px;
}
#l-index_jiemian .l-jiemian__text a.l-jiemian__link {
  color: #888;
  font-size: 16px;
}
#l-index_jiemian .l-jiemian__image {
  width: 516px;
}
#l-index_jiemian .l-jiemian__image img {
  width: 100%;
}
#l-demo {
  background: url(../images/bg_demo@2x.png) center top / auto 100% no-repeat;
  height: 160px;
  overflow: hidden;
  color: #fff;
  text-align: center;
}
#l-demo .l-container {
  padding-top: 60px;
}
.l-demo__desc {
  font-size: 28px;
  font-weight: 500;
  display: inline-block;
  margin-right: 60px;
}
.btn-demo {
  width: 80px;
  height: 28px;
  font-size: 20px;
  text-align: center;
  color: #fff;
  line-height: 28px;
  padding: 5px 20px;
  border: 1px solid #fff;
  border-radius: 20px;
}
.btn-demo:hover {
  background: #fff;
  color: #3871e5;
}
#l-index__news {
  clear: both;
  overflow: hidden;
  padding-bottom: 80px;
}
.l-news__focus {
  width: 414px;
  height: 260px;
  overflow: hidden;
  float: left;
}
.l-news__focus a {
  display: block;
  position: relative;
}
.l-news__focus img {
  width: 100%;
}
.l-news__focus p {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0), #000000);
  color: #fff;
  padding: 10px 20px;
  line-height: 1.5;
  font-size: 16px;
}
.l-news__list-wrapper {
  width: 765px;
  height: 260px;
  overflow: hidden;
  float: left;
  background: url(../images/icon_news@1x.png) 620px 30px no-repeat #15181b;
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.2);
  margin-left: 21px;
  position: relative;
}
.l-news__list-wrapper h6 {
  font-size: 38px;
  font-weight: 500;
  color: #ffffff;
  line-height: 53px;
  padding: 20px 30px 20px 30px;
}
.l-news__more {
  position: absolute;
  top: 50px;
  left: 202px;
}
.l-news__more a {
  font-size: 16px;
  font-family: PingFang SC, PingFang SC-Regular;
  font-weight: 400;
  text-align: justify;
  color: #888888;
  line-height: 16px;
}
.l-news__more a:hover {
  color: #fff;
}
.l-news__list-wrapper .c-news__item-image,
.l-news__list-wrapper .c-news__item-desc {
  display: none;
}
.l-news__list-wrapper .l-news__list {
  padding: 0 30px;
  height: 150px;
  overflow: hidden;
}
.l-news__list-wrapper .l-news__list li {
  margin-bottom: 20px;
}
.l-news__list-wrapper .l-news__list .c-news__item-title::before {
  content: "";
  width: 0;
  height: 0;
  border-left: 7px solid #d8d8d8;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  display: inline-block;
  margin-right: 15px;
  vertical-align: middle;
}
.l-news__list-wrapper .l-news__list a {
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  color: #ffffff;
  line-height: 21px;
  display: block;
}
.l-news__list-wrapper .l-news__list a:hover {
  color: #3871e5;
}
.l-news__list-card .c-news__item {
  width: 590px;
  height: 140px;
  background: #1e2022;
  float: left;
}
#l-news__fixed .l-news__list-card .c-news__item:first-child {
  margin-right: 20px;
}
#l-news__fixed .l-news__list-card .c-news__item-title {
  width: 305px;
  padding: 20px 30px;
  min-height: 42px;
  font-size: 14px;
  font-weight: 400;
  text-align: justify;
  color: #ffffff;
  line-height: 21px;
}
#l-news__fixed .l-news__list-card .c-news__item-desc {
  width: 305px;
  padding: 0 30px;
}
#l-news__fixed .l-news__list-card .c-news__item-desc p {
  font-size: 14px;
  font-weight: 400;
  text-align: justify;
  color: #8b8c8d;
  line-height: 21px;
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.l-news__list-card .c-news__item img {
  width: 222px;
  float: right;
  border-left: 5px solid #3871e5;
}
.l-news__list-card .c-news__item-title {
  font-size: 14px;
  font-weight: 400;
  text-align: justify;
  color: #ffffff;
  line-height: 21px;
}
#l-news__fixed {
  float: left;
  padding-top: 20px;
}
#l-index__honor {
  padding-bottom: 60px;
}
#js-award__list {
  transition: height 1s ease-in-out 2s;
}
#js-honor-btn__expand {
  font-size: 18px;
  font-family: PingFang SC, PingFang SC-Regular;
  font-weight: 400;
  text-align: center;
  color: #888888;
  line-height: 25px;
  display: block;
}
#js-honor-btn__expand:hover {
  color: #fff;
}
.award__list-more {
  height: 935px;
  overflow: hidden;
}
.l-award__swiper-container ul {
  display: flex;
  box-sizing: content-box;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: flex-start;
  align-items: center;
}
.l-award__swiper-container ul li {
  flex-shrink: 0;
  margin-bottom: 20px;
}
.l-award__title {
  width: 285px;
  height: 80px;
  background: #1e2022;
  overflow: hidden;
  text-align: center;
  display: flex;
  align-items: center;
  align-content: center;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
}
.l-award__title .l-award__org {
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  color: #d3d3d3;
  line-height: 20px;
  height: 25px;
  margin-bottom: 8px;
  display: none;
}
.l-award__title .l-award__item-dot {
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  color: #ffffff;
  line-height: 25px;
  display: none;
}
.l-award__title .l-award__name {
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  color: #ffffff;
  line-height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
}
.l-award__title .l-award__name i {
  align-items: center;
  width: 6px;
  margin: 0 5px;
  display: none;
}
.l-award__title .l-award__name i::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  /* border-radius: 50%;
  background-color: #5895ff; */
  vertical-align: middle;
}
.l-award__title .l-award__name span {
  text-align: center;
}
.l-award__title .l-award__item-dot::before,
.l-award__title .l-award__item-dot::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #5895ff;
  vertical-align: middle;
  margin: 0 5px;
}
/* .l-award__title .l-award__name::before,
.l-award__title .l-award__name::after,
.l-award__title .l-award__item-dot::before,
.l-award__title .l-award__item-dot::after{
  content:"";
  display: inline-block;
  width:6px;
  height:6px;
  border-radius: 50%;
  background-color: #5895ff;
  vertical-align: middle;
}
.l-award__title .l-award__name::before,
.l-award__title .l-award__item-dot::before{
  margin-right:10px;
}
.l-award__title .l-award__name::after,
.l-award__title .l-award__item-dot::after{
  margin-left:10px;
} */
.l-award__item:hover .l-award__title {
  background-color: #454545;
}
.l-award__item:hover .l-award__title .l-award__name::before,
.l-award__item:hover .l-award__title .l-award__name::after,
.l-award__item:hover .l-award__title .l-award__item-dot::before,
.l-award__item:hover .l-award__title .l-award__item-dot::after {
  background-color: #fff;
}
.l-award__item {
  width: 25%;
}
.l-award__item .l-award__pic {
  width: 285px;
}
#l-footer__nav {
  font-size: 12px;
  margin-bottom: 20px;
  padding-top: 40px;
}
#l-footer__nav a:hover {
  color: #3871e5;
}
.footer-nav__logo img {
  width: 118px;
  display: block;
  margin-bottom: 30px;
}
#footer-nav__address {
  width: 350px;
  float: left;
}
.footer-nav__city {
  color: #fff;
  font-weight: bold;
  margin-bottom: 11px;
}
.footer-nav__city span {
  margin-right: 5px;
}
.footer-nav__hq p {
  line-height: 20px;
  color: #aaa;
}
.footer-nav__aboutus {
  width: 135px;
  float: left;
}
.footer-nav__aboutus h6,
.footer-nav__product h6,
.footer-nav__contactus h6 {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 20px;
}
.footer-nav__aboutus li,
.footer-nav__product li,
.footer-nav__contactus li,
.footer-nav__product li a,
.footer-nav__contactus li a,
.footer-nav__aboutus li a {
  color: #aaa;
  font-size: 12px;
  margin-bottom: 14px;
}
.footer-nav__product {
  width: 145px;
  float: left;
}
.footer-nav__contactus {
  width: 275px;
  float: left;
  color: #aaa;
}
.footer-nav__qrcode {
  width: 290px;
  float: left;
  color: #aaa;
}
.footer-nav__qrcode-item {
  display: inline-block;
  width: 110px;
}
.footer-nav__qrcode-item:first-child {
  margin-right: 40px;
}
.footer-nav__qrcode-item img {
  width: 100px;
  border: 5px solid #1E2022;
  margin-bottom: 4px;
}
.footer-nav__qrcode-item p {
  text-align: center;
  font-size: 12px;
  color: #aaa;
}
#l-footer,
.footer-nav__links {
  clear: both;
  overflow: hidden;
  color: #666666;
  font-size: 12px;
}
.footer-nav__links a {
  margin: 0 3px;
}
.footer-nav__links a:nth-child(2) {
  padding: 0 5px;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}
.footer-nav__friendlinks {
  overflow: hidden;
  clear: both;
  padding-top: 10px;
}
.footer-nav__friendlinks a {
  margin-right: 5px;
  line-height: 1.5;
}
.footer-nav__aigc {
  padding-top: 50px;
  color: #aaa;
}
#l-footer .l-container {
  padding: 10px 0;
  border-top: 1px solid #3C3C3C;
}
.footer-nav__links {
  padding-top: 30px;
  margin-bottom: 14px;
}
.footer-nav__links a {
  color: #fff;
}
.footer-nav__friendlinks a {
  color: #aaa;
}
#l-footer a {
  color: #666666;
}
#l-footer a:hover {
  color: #3871e5;
}
.l-page__solution #l-index__customs {
  margin-bottom: 120px;
}
#l-core-product {
  padding-top: 100px;
  padding-bottom: 100px;
}
.l-core__path {
  width: 855px;
  height: 57px;
  background: url(../images/bg_core_path.jpg) left center no-repeat;
  margin: 0 auto 50px;
}
.l-core__path-btn {
  width: 57px;
  height: 57px;
  cursor: pointer;
}
.l-core__path-btn span {
  display: block;
  padding-top: 68px;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  color: #ffffff;
  letter-spacing: 2px;
  padding-bottom: 6px;
  border-bottom: 2px solid rgba(0, 0, 0, 0);
  width: 44px;
  margin: 0 auto;
}
.l-core__path-btn.is-active span {
  color: #5895FF;
  border-bottom: 2px solid #5895FF;
}
.core-icon__yunchuang {
  background: url(../images/core_product_icon_yunchuang@2x.png) left center / 100% 100% no-repeat;
}
.core-icon__yunlian {
  background: url(../images/core_product_icon_yunlian@2x.png) left center / 100% 100% no-repeat;
}
.core-icon__yunshu {
  background: url(../images/core_product_icon_yunshu@2x.png) left center / 100% 100% no-repeat;
}
.core-icon__yunchuang.is-active {
  background: url(../images/core_product_icon_yunchuang_on@2x.png) left center / 100% 100% no-repeat;
}
.core-icon__yunlian.is-active {
  background: url(../images/core_product_icon_yunlian_on@2x.png) left center / 100% 100% no-repeat;
}
.core-icon__yunshu.is-active {
  background: url(../images/core_product_icon_yunshu_on@2x.png) left center / 100% 100% no-repeat;
}
.l-core__slide-wrapper {
  color: #fff;
  padding-top: 50px;
}
.banner-swiper-pagination {
  width: 100%;
  height: 20px;
  bottom: 20px;
  left: 0;
  z-index: 999;
  position: absolute;
}
.core-swiper-pagination,
.banner-swiper-pagination {
  text-align: center;
}
.banner-swiper-pagination .swiper-pagination-bullet,
.core-swiper-pagination .swiper-pagination-bullet {
  width: 30px;
  height: 2px;
  background: #5f677b;
  opacity: 1 !important;
  margin: 0 10px !important;
}
.banner-swiper-pagination .swiper-pagination-bullet-active span,
.core-swiper-pagination .swiper-pagination-bullet-active span {
  display: block;
  width: 0;
  height: 100%;
  background: #5895ff;
  animation: bulletScale 1s;
}
@keyframes bulletScale {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
.c-core__card-name {
  font-size: 24px;
  font-weight: 500;
  text-align: left;
  color: #ffffff;
  line-height: 33px;
  margin-bottom: 18px;
}
.c-core__card-name span {
  margin-right: 18px;
}
.c-core__card-slogan {
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  color: #ffffff;
  line-height: 21px;
  margin-bottom: 8px;
}
.c-core__card-desc {
  font-size: 20px;
  font-weight: 500;
  text-align: left;
  color: #ffffff;
  line-height: 21px;
  margin-bottom: 30px;
}
.c-core__card-feature-item-title {
  font-size: 14px;
  font-weight: 500;
  text-align: left;
  color: #ffffff;
  line-height: 21px;
}
.c-core__card-feature-item11 {
  height: 42px;
  margin-bottom: 30px;
}
.c-core__card-feature-item11 span {
  display: inline-block;
  width: 410px;
  text-align: left;
  white-space: nowrap;
  word-wrap: break-word;
  padding-left: 29px;
  font-style: normal;
}
.c-core__card-feature-item-desc {
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  color: #ffffff;
  line-height: 21px;
  padding-left: 29px;
}
.icon-feature {
  width: 20px;
  height: 22px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 9px;
}
.icon-feature1 {
  background: url(../images/icon-feature1@2x.png) 0 0 / 100% auto no-repeat;
}
.icon-feature2 {
  background: url(../images/icon-feature2@2x.png) 0 0 / 100% auto no-repeat;
}
.icon-feature3 {
  background: url(../images/icon-feature3@2x.png) 0 0 / 100% auto no-repeat;
}
.icon-feature4 {
  background: url(../images/icon-feature4@2x.png) 0 0 / 100% auto no-repeat;
}
.icon-feature5 {
  background: url(../images/icon-feature5@2x.png) 0 0 / 100% auto no-repeat;
}
.icon-feature6 {
  background: url(../images/icon-feature6@2x.png) 0 0 / 100% auto no-repeat;
}
.icon-feature7 {
  background: url(../images/icon-feature7@2x.png) 0 0 / 100% auto no-repeat;
}
.icon-feature8 {
  background: url(../images/icon-feature8@2x.png) 0 0 / 100% auto no-repeat;
}
.icon-feature9 {
  background: url(../images/icon-feature9@2x.png) 0 0 / 100% auto no-repeat;
}
.icon-feature10 {
  background: url(../images/icon-feature10@2x.png) 0 0 / 100% auto no-repeat;
}
.icon-feature11 {
  background: url(../images/icon-feature11@2x.png) 0 0 / 100% auto no-repeat;
}
.c-core__card-feature-list {
  margin-bottom: 30px;
}
.c-core__card-feature-list li {
  margin-bottom: 20px;
}
.c-feature__tag {
  display: inline-block;
  width: 80px;
  height: 32px;
  border: 1px solid #ffffff;
  text-align: center;
  margin-right: 14px;
}
.c-feature__tag strong {
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  color: #ffffff;
  line-height: 20px;
  letter-spacing: 2px;
  border-bottom: 2px solid #ffffff;
  padding: 5px 0 5px;
  display: inline-block;
}
.core__img_yunchaung {
  width: 640px;
  position: absolute;
  top: 0;
  right: 0;
}
.l-page__solution .c-slide__item1 .c-slide__left,
.l-page__kylin .c-slide__item1 .c-slide__left {
  top: 230px;
}
.l-partner__image {
  width: 100%;
}
#l-index__partner {
  color: #fff;
  padding-bottom: 50px;
}
.c-partner__desc {
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  color: #cccccc;
  line-height: 28px;
}
#l-index__kylin-plan {
  padding-top: 100px;
  padding-bottom: 50px;
}
#l-index__kylin-plan .c-tech2__item-icon {
  width: 60px;
  height: 60px;
}
#l-index__kylin-plan .c-tech2__item {
  padding: 50px 15px;
}
#l-trial {
  padding-bottom: 100px;
}
#l-trial .l-container {
  background: #1e2022;
  border-radius: 8px;
  box-shadow: 0px 0px 20px 0px #000000;
  padding: 50px 0;
}
#l-trial .l-container .c-title {
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  color: #ffffff;
  line-height: 28px;
  letter-spacing: 1px;
}
.l-trial__form {
  width: 1020px;
  margin: 0 auto 45px;
  background: url(../images/trial_form.jpg) 0 0 no-repeat;
  justify-content: flex-start;
}
.l-trial__form li {
  width: 510px;
  margin-bottom: 15px;
  box-sizing: border-box;
}
.l-trial__form li:nth-child(2n+1) {
  padding-left: 60px;
}
.l-trial__form li:nth-child(2n+2) {
  padding-left: 90px;
}
.l-trial__form li label {
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  color: rgba(255, 255, 255, 0.85);
  height: 40px;
  display: block;
  line-height: 60px;
  margin-bottom: 10px;
}
.l-trial__form li label span {
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  color: #5895ff;
  line-height: 20px;
}
.l-trial__form li input {
  background: #1e2022;
  border: 0;
  border-bottom: 1px solid #46494c;
  width: 400px;
  box-sizing: border-box;
  padding: 0 12px;
  line-height: 30px;
  color: #fff;
}
.btn-blue {
  width: 200px;
  height: 38px;
  background: linear-gradient(180deg, #518ee6, #3871e5);
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  border: 0;
}
.l-action-center {
  text-align: center;
}
#l-msg {
  width: 300px;
  border-radius: 20px;
  background-color: rgba(255, 255, 255, 0.9);
  color: #3871e5;
  font-size: 20px;
  text-align: center;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: -150px;
  z-index: 99;
  padding: 20px;
  box-shadow: 0px 0px 4px #fff;
  display: none;
}
.c-manager__pic {
  margin-bottom: 19px;
  width: 140px;
}
.c-manager__pic img {
  width: 100%;
}
.c-manager__name {
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  color: #ffffff;
  line-height: 33px;
}
.c-manager__name span {
  font-size: 14px;
  font-weight: 400;
  color: #cccccc;
  line-height: 20px;
  display: block;
  padding-top: 10px;
}
.l-page__aboutus .c-slide__item1 .c-slide__left {
  width: 565px;
  text-align: justify;
}
#l-company-info {
  padding: 100px 0;
}
.l-company-intro {
  margin-bottom: 48px;
}
.l-company-intro__desc {
  width: 100%;
  color: #fff;
  text-align: justify;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
}
.l-company-intro__desc p {
  line-height: 27px;
}
.l-company-intro__desc p:first-child {
  margin-bottom: 20px;
}
.l-company-intro__pic {
  width: 440px;
}
.l-company-culture {
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.l-culture__card:nth-child(1),
.l-culture__card:nth-child(2) {
  margin-right: 20px;
}
.l-culture__card {
  width: 230px;
  height: 500px;
  border-radius: 8px;
  color: #fff;
  position: relative;
  transition-duration: 1s;
  transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  overflow: hidden;
}
.l-culture__card.is-active {
  width: 700px;
  height: 500px;
  background: #1e2022;
}
.l-culture__card-vision {
  background: url(../images/vision_bg@2x.png) 0 0/100% auto no-repeat;
}
.l-culture__card-mission {
  background: url(../images/mission_bg@2x.png) 0 0/100% auto no-repeat;
}
.l-culture__card-values {
  background: url(../images/values_bg@2x.png) 0 0/100% auto no-repeat;
}
.l-culture__card .l-culture__card-title {
  height: 41px;
  display: inline-block;
  position: absolute;
  top: 70px;
  left: 72px;
}
.l-culture__card-values .l-culture__card-title {
  left: 43px;
}
.l-culture__card .l-culture__card-title img {
  width: auto;
  height: 41px;
}
.l-culture__card .connect-lowcase {
  display: block;
  width: 100%;
  position: absolute;
  top: 120px;
  font-size: 23px;
  text-align: center;
  font-weight: normal;
  transition-duration: 1s;
  transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  transition-delay: 1.5;
  opacity: 1;
}
.l-culture__card.is-active .connect-lowcase {
  top: 120px;
  opacity: 0;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}
.l-culture__card .l-culture__card-en img {
  width: auto;
  height: 28px;
}
.l-culture__card .connect-upcase {
  position: absolute;
  top: 180px;
  font-size: 23px;
  text-align: center;
  font-weight: normal;
  left: 72px;
  opacity: 0;
  transition-duration: 0.8s;
  transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}
.l-culture__card.is-active .connect-upcase {
  position: absolute;
  top: 150px;
  font-size: 23px;
  text-align: center;
  font-weight: normal;
  left: 72px;
  opacity: 1;
  transition-duration: 1s;
  transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}
.l-culture__card .l-culture__card-desc {
  font-size: 32px;
  font-weight: 400;
  text-align: left;
  color: #ffffff;
  line-height: 45px;
  opacity: 0;
  position: absolute;
  top: 259px;
  left: 72px;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  word-wrap: normal;
  white-space: nowrap;
}
.l-culture__card.is-active .l-culture__card-desc {
  opacity: 1;
  top: 229px;
  left: 72px;
  transition-duration: 2s;
  transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}
.l-culture__card-values .l-culture__card-desc {
  text-align: left;
  opacity: 0;
  position: absolute;
  top: 229px;
  left: 172px;
  transition-duration: 2s;
  transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  word-wrap: normal;
  white-space: nowrap;
}
.l-culture__card-values.is-active .connect-upcase {
  width: 175px;
  left: 43px;
}
.l-culture__card-values .connect-upcase img {
  width: auto;
  height: 28px;
}
.l-culture__card-values.is-active .l-culture__card-desc,
.l-culture__card-values .connect-upcase {
  left: 43px;
}
.l-culture__card-detail {
  width: 340px;
  position: absolute;
  left: 308px;
  top: 80px;
  opacity: 0;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}
.l-culture__card.is-active .l-culture__card-detail {
  width: 340px;
  position: absolute;
  left: 308px;
  top: 90px;
  opacity: 1;
  transition-duration: 2s;
  transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}
#p-aboutus__team {
  margin-bottom: 100px;
}
#l-tech-wrapper {
  padding: 100px 0 80px;
  color: #fff;
}
#l-tech-wrapper .c-title {
  padding-bottom: 20px;
  margin-bottom: 0;
}
.l-tech__desc {
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  color: #ffffff;
  line-height: 20px;
  margin-bottom: 60px;
}
.l-tech__item {
  width: 385px;
  height: 160px;
  background: #1e2022;
  border-radius: 8px;
  margin-bottom: 20px;
}
.l-tech__hide {
  display: none;
  overflow: hidden;
  clear: both;
  width: 100%;
}
.l-tech__hide .l-tech__item-card {
  float: left;
  width: 33.333333%;
}
.l-tech__hide .l-tech__item-card p {
  font-size: 14px;
  padding: 0px 10px 0 0;
  line-height: 1.7;
  color: #ccc;
}
#l-tech-nlp .c-title {
  margin-bottom: 20px;
}
.l-nlp__desc {
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  color: #ffffff;
  line-height: 20px;
}
.l-tech__demo img {
  margin-bottom: 80px;
}
.l-tech__demo-wrapper video {
  width: 100%;
}
.l-page__technology .c-slide__item1 .t3 {
  font-size: 28px;
  margin-bottom: 20px;
}
.l-page__technology .l-institute__article-wrapper {
  margin-bottom: 60px;
}
.l-page__technology #l-demo {
  margin-bottom: 0;
}
.l-page__technology .c-slide__item1 .c-slide__left .t1 {
  font-size: 44px;
  font-weight: 400;
  text-align: left;
  color: #ffffff;
  line-height: 62px;
}
.l-tech__list {
  background: url(../images/nlp_bg@2x.jpg?v=timeversion) 0 0/100% auto no-repeat;
  border-bottom: 1px solid #1e2022;
}
.l-tech__item-nlp {
  opacity: 0;
}
.l-tech__item {
  text-align: center;
  color: #fff;
  padding: 30px;
  box-sizing: border-box;
}
.l-tech__item i {
  display: inline-block;
  width: 60px;
  margin-bottom: 14px;
}
.l-tech__item span {
  display: block;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  color: #ffffff;
  line-height: 28px;
}
.l-tech__item-card {
  background: 0 0;
  text-align: left;
  padding-top: 10px;
  height: 110px;
}
.l-tech__item-card i {
  display: inline-block;
  width: 40px;
  margin-bottom: 0;
  margin-right: 5px;
  vertical-align: baseline;
}
.l-tech__item-card span {
  display: inline-block;
  text-align: left;
  line-height: 40px;
  height: 40px;
  overflow: hidden;
}
.l-tech__item-card p {
  font-size: 14px;
  font-weight: 200;
  text-align: justify;
  color: #fff;
  line-height: 18px;
  padding-top: 10px;
}
.l-tech__item-hover:hover,
.l-tech__item-hover.l-percent__iteml-percent__item {
  background: linear-gradient(180deg, #569feb 1%, #001c75);
  border-radius: 8px;
}
.l-institute__list {
  margin-bottom: 40px;
}
.l-institute__list {
  color: #fff;
}
.l-institute__item {
  width: 385px;
  height: 303px;
  background: #1E2022;
  border-radius: 8px;
  box-sizing: border-box;
  padding-top: 77px;
}
.l-institute__item:nth-child(1) {
  background: linear-gradient(270deg, #001c75, #569feb);
}
.l-institute__item:nth-child(2) {
  padding-top: 44px;
  background: url(../images/institution_bg2@2x.png) 0 0/100% auto no-repeat;
}
/* .l-institute__item:hover{
background: linear-gradient(270deg,#001c75, #569feb);
} */
.l-institute__item-title {
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  color: #ffffff;
  line-height: 33px;
}
.l-institute__item-title::after {
  content: "";
  display: block;
  width: 60px;
  height: 4px;
  background: #ffffff;
  border-radius: 2px;
  margin: 33px auto 26px;
}
.l-institute__item-desc {
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  color: #ffffff;
  line-height: 27px;
}
.l-institute__article-wrapper {
  height: 300px;
  background: #15181b;
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.2);
}
.l-institute__article-tab {
  width: 280px;
  overflow: hidden;
  box-sizing: border-box;
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  padding: 40px 50px;
}
.c-institute__article-tab-item {
  font-size: 24px;
  font-weight: 500;
  color: #D8D8D8;
  line-height: 33px;
  display: inline-block;
  padding: 9px 0 10px 0;
  margin-bottom: 30px;
  cursor: pointer;
}
.c-institute__article-tab-item span {
  color: #D8D8D8;
  border-bottom: 2px solid #15181b;
  display: inline-block;
  padding-bottom: 5px;
}
.icon_industry_news {
  fill: #D8D8D8;
  color: #D8D8D8;
}
.icon_tech_meeting {
  fill: #D8D8D8;
  color: #D8D8D8;
}
.c-institute__article-tab-item.is-active span {
  color: #5895ff;
  border-bottom: 2px solid #5895ff;
}
.c-institute__article-tab-item {
  color: #D8D8D8;
}
.c-institute__article-tab-item svg {
  display: inline-block;
  vertical-align: middle;
}
.c-institute__article-tab-item.is-active .icon_svg {
  color: #5895ff;
  fill: #5895ff;
}
.l-institute__article-list {
  width: 920px;
  overflow: hidden;
  box-sizing: border-box;
  color: #fff;
  height: 240px;
}
.l-institute__article-list-tab {
  padding: 30px 0;
}
.l-institute__article-list-tab:nth-child(2) {
  display: none;
}
.l-institute__article-list li::before {
  content: "";
  width: 0;
  height: 0;
  border-left: 7px solid #d8d8d8;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  display: inline-block;
  margin-right: 15px;
  vertical-align: middle;
}
.l-institute__article-list li {
  display: inline-block;
  width: 90%;
  border-bottom: 1px solid #464545;
  line-height: 46px;
}
.l-institute__article-list li a {
  display: inline-block;
  width: 80%;
  font-size: 14px;
  font-weight: 400;
  text-align: justify;
  color: #ffffff;
  line-height: 21px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: middle;
  margin-right: 7%;
}
.l-institute__article-list li:hover .info__date,
.l-institute__article-list li:hover a {
  color: #3871e5;
}
.l-institute__article-list li .info__date {
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  text-align: right;
  color: #cccccc;
  line-height: 21px;
}
.l-action_text {
  text-align: center;
}
.l-action_text a {
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  color: #ffffff;
  line-height: 28px;
}
.l-nav__lang {
  float: right;
  position: relative;
  width: 58px;
}
.l-lang__list {
  padding-top: 39px;
  padding-right: 10px;
}
.l-lang__list::after {
  content: "";
  width: 0;
  height: 0;
  border-right: 5px solid #fff;
  border-left: 5px solid transparent;
  border-bottom: 5px solid transparent;
  display: inline-block;
  /* margin-right: 15px; */
  /* vertical-align: middle; */
  position: absolute;
  top: 42px;
  right: 0;
  transform: rotate(135deg);
}
.l-lang__list.is-show .js-mainnav__lang {
  display: block;
}
.l-full-banner {
  clear: both;
  overflow: hidden;
}
.l-full-banner .l-container {
  padding-top: 20px;
}
#l-news_list-wrapper {
  padding-top: 80px;
}
.l-breadcrumb {
  color: #fff;
  font-size: 18px;
  padding: 20px 0;
}
.l-breadcrumb a {
  color: #999;
  font-size: 18px;
}
.l-breadcrumb a:hover {
  color: #fff;
}
.l-newslist-all {
  background: #15181b;
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.2);
  padding: 30px 50px;
}
.news__item {
  border-bottom: 1px solid #666;
  margin-bottom: 30px;
}
.news__item:last-child {
  border-bottom: 0;
}
a.news__item-link {
  font-size: 16px;
  font-weight: 500;
  text-align: left;
  color: #ffffff;
  line-height: 21px;
}
a.news__item-link:hover {
  color: #3871e5;
}
.news__item-desc {
  font-size: 14px;
  font-weight: 400;
  text-align: justify;
  color: #999999;
  line-height: 22px;
  margin: 10px 0 30px;
}
.l-loading {
  font-size: 16px;
  text-align: center;
  color: #fff;
}
/* 多场景产品展示 */
#l-product__videos {
  margin-bottom: 60px;
}
#l-videos__swiper .swiper-wrapper {
  width: 880px;
  height: 360px;
  margin: 0 auto;
}
#l-videos__swiper .swiper-slide {
  background: #fff;
  border-radius: 8px;
  background: #1E2022;
}
#l-videos__swiper .l-video__item {
  width: 880px;
  height: 360px;
  margin: 0 auto;
}
#l-videos__swiper .l-video__info-title {
  font-size: 18px;
  font-weight: 400;
  text-align: justify;
  color: #ffffff;
  line-height: 25px;
}
#l-videos__swiper .l-video__info-desc {
  font-size: 14px;
  font-weight: 400;
  text-align: justify;
  color: #888888;
  line-height: 20px;
}
#l-videos__swiper .swiper-slide-prev,
#l-videos__swiper .swiper-slide-duplicate-prev,
#l-videos__swiper .swiper-slide-next,
#l-videos__swiper .swiper-slide-duplicate-next {
  /* z-index: 1 !important; */
}
#l-videos__swiper .swiper-slide-active,
#l-videos__swiper .swiper-slide-duplicate-active {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 0px 15px;
  z-index: 10;
}
#l-videos__swiper .l-video__item {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 20px;
}
#l-videos__swiper .l-video__player {
  width: 569px;
  margin-right: 20px;
}
#l-videos__swiper .l-video__player > div {
  width: 569px !important;
  height: auto;
}
#l-videos__swiper .l-video__player video {
  width: 100%;
}
#l-videos__swiper .l-video__info {
  width: 250px;
}
#l-videos__swiper .l-video__info .l-video__info-title {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #666666;
}
#l-videos__swiper .l-video__info .l-video__info-desc {
  height: 200px;
}
#l-videos__swiper .l-video__info .l-video__info-footer__date,
#l-videos__swiper .l-video__info .l-video__info-footer__link {
  height: 200px;
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  color: #888888;
  line-height: 20px;
}
#l-videos__swiper .l-video__info .l-video__info-footer {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: space-between;
  align-items: center;
}
#l-videos__swiper .l-video__info .l-video__info-footer__link:hover {
  color: #fff;
}
.l-videos_-swiper-button-prev,
.l-videos_-swiper-button-next {
  width: 31px !important;
  height: 31px !important;
  border-radius: 50%;
  background-color: #fff !important;
}
.l-videos_-swiper-button-prev {
  left: 0 !important;
}
.l-videos_-swiper-button-next {
  right: 0 !important;
}
.l-videos_-swiper-button-next.swiper-button-next:after,
.l-videos_-swiper-button-prev.swiper-button-prev:after {
  font-size: 12px !important;
  color: #000;
  line-height: 31px;
  font-weight: bold;
}
/* 多场景产品展示 */
/* 招聘信息 */
.recruitment__container {
  color: #fff;
  background: #15181b;
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.2);
  padding: 30px 50px;
  color: #ddd;
}
.recruitment__item {
  border-bottom: 1px solid #666;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.recruitment__item h3 {
  padding: 20px 0 30px;
  color: #fff;
}
.recruitment__item ol {
  padding: 0;
  margin-bottom: 30px;
}
.recruitment__item ol li {
  line-height: 1.5;
  text-align: justify;
  margin-bottom: 10px;
}
