<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.part-box {
  padding-top: 100px;
  padding-bottom: 56px;
}
.part-box h2 {
  font-weight: 600;
  font-size: 34px;
  color: #191919;
  line-height: 50px;
  margin: 0;
  text-align: center;
  margin-bottom: 16px;
}
.part-box .introduction {
  font-weight: 400;
  font-size: 16px;
  color: #4E5866;
  line-height: 28px;
  text-align: center;
  width: 1048px;
  display: block;
  margin: 0 auto;
}
.part-box.small-spacing-title {
  padding-top: 80px;
  padding-bottom: 40px;
}

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox &lt; 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

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

a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

a:active,
a:hover {
  outline: 0;
}

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

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

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

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

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

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

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

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

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

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

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

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

body {
  font-family: PingFang SC, Microsoft YaHei, 'å¾®è½¯é›…é»‘', 'å®‹ä½“', 'é»‘ä½“', Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  min-width: 1200px;
}
input,
button,
select,
textarea {
  outline: none;
}
textarea {
  resize: none;
}
.cus-form .form-must {
  position: absolute;
  color: #EB6464;
  left: -14px;
  top: 0;
  font-size: 14px;
  line-height: 14px;
}
.cus-form .contact-row {
  width: 100%;
  margin: 0 auto;
  margin-bottom: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  zoom: 1;
}
.cus-form .contact-row:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.cus-form .contact-row:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.cus-form .contact-row .contact-input {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #F9F9F9;
  border: 1px solid #EEEEEE;
  width: 100%;
  display: inline-block;
  padding: 12px 20px;
  border-radius: 4px;
  position: relative;
  height: 44px;
}
.cus-form .contact-row .contact-input-right {
  float: right;
}
.cus-form .contact-row input {
  display: block;
  width: 100%;
  font-size: 16px;
  height: 20px;
  line-height: 20px;
  border: 0;
  padding: 0;
  background: #F9F9F9;
}
.cus-form .contact-row input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #F9F9F9 inset !important;
}
.cus-form .contact-row input::-webkit-input-placeholder {
  color: #999AAA;
}
.cus-form .contact-row input:-ms-input-placeholder {
  color: #999AAA;
}
.cus-form .contact-row input::-ms-input-placeholder {
  color: #999AAA;
}
.cus-form .contact-row input::placeholder {
  color: #999AAA;
}
.cus-form .contact-row .contact-textarea {
  padding: 12px 20px;
  height: 64px;
  background: #F9F9F9;
  border: 1px solid #EEEEEE;
  border-radius: 2px;
  position: relative;
}
.cus-form .contact-row textarea {
  font-size: 16px;
  height: 100%;
  background: #F9F9F9;
  border: 0;
  width: 100%;
}
.cus-form .contact-row textarea::-webkit-input-placeholder {
  color: #999AAA;
}
.cus-form .contact-row textarea:-ms-input-placeholder {
  color: #999AAA;
}
.cus-form .contact-row textarea::-ms-input-placeholder {
  color: #999AAA;
}
.cus-form .contact-row textarea::placeholder {
  color: #999AAA;
}
.cus-form .contact-row .contact-error {
  border: 1px solid #FF4B43;
  position: relative;
}
.cus-form .contact-row .contact-error .contact-error-tips {
  position: absolute;
  margin: 0;
  bottom: -20px;
  color: #FF4B43;
  font-size: 12px;
}
.cus-form .contact-captcha .contact-input {
  width: 189px;
  margin-right: 10px;
}
.cus-form .contact-captcha img {
  vertical-align: top;
  width: 90px;
  height: 42px;
  border: 1px solid #EEEEEE;
  border-radius: 2px;
  margin-right: 10px;
}
.cus-form .contact-captcha a {
  color: #5FA3FA;
  font-size: 12px;
  line-height: 42px;
  vertical-align: top;
  text-decoration: none;
}
.cus-form .contact-row-two .contact-input {
  width: 47%;
}
.cus-form .cus-sub {
  width: 140px;
  height: 44px;
  background: #000;
  border-radius: 2px;
  display: block;
  line-height: 44px;
  color: #FFFFFF;
  text-align: center;
  margin: 0 auto;
  margin-top: 32px;
  text-decoration: none;
}
.cus-form .cus-sub.loading {
  background: #CCCCCC;
}
.cus-form .cus-sub:hover {
  background: #33353A;
}
.show-contact-modal {
  cursor: pointer;
}
.container {
  margin-top: 68px;
}
.context-box {
  width: 1200px;
  margin: 0 auto;
}
.white-part {
  padding-bottom: 100px;
}
.light-part {
  background: #F5F9FC;
  padding-bottom: 100px;
}
.baseButton {
  display: inline-block;
  text-decoration: none;
  border-radius: 4px;
  height: 44px;
  line-height: 44px;
  padding: 0 43px;
  font-weight: 600;
  font-size: 14px;
}
.button-primary {
  display: inline-block;
  text-decoration: none;
  border-radius: 4px;
  height: 44px;
  line-height: 44px;
  padding: 0 43px;
  font-weight: 600;
  font-size: 14px;
  background: #3370FF;
  color: #FFFFFF;
}
.button-primary:hover {
  background: #1752DC;
  color: #E1EAFF;
}
.button-transparent {
  display: inline-block;
  text-decoration: none;
  border-radius: 4px;
  height: 44px;
  line-height: 44px;
  padding: 0 43px;
  font-weight: 600;
  font-size: 14px;
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
}
.button-transparent:hover {
  background: #FFFFFF;
  color: #191919;
}
.display-none {
  display: none !important;
}
.clearfix {
  display: block;
  zoom: 1;
}
.clearfix:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.modal-mask {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  z-index: 1000;
  background-color: #282828 !important;
  opacity: 0.8;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
}
.modal-wrap {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  position: fixed;
  overflow: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  outline: 0;
}
.modal-content {
  position: absolute;
  width: 945px;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.modal-alert {
  width: 500px;
  background: #fff;
  border-radius: 10px;
  padding: 30px;
  height: 203px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.modal-alert .alert-close {
  position: absolute;
  right: 12px;
  top: 12px;
}
.modal-alert .alert-close img {
  width: 16px;
  height: 16px;
}
.modal-alert img.top-img {
  width: 120px;
  height: 57px;
  display: block;
  margin: 0 auto;
}
.modal-alert h1 {
  font-size: 22px;
  line-height: 30px;
  margin: 20px 0;
  text-align: center;
  color: #212457;
}
.modal-alert p {
  font-size: 16px;
  line-height: 22px;
  color: #4D5079;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .modal-alert {
    width: 80%;
    height: 240px;
  }
}
.fail-bottom {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  height: 36px;
  background: #FFECEB;
  line-height: 36px;
  font-size: 12px;
  text-align: center;
  display: none;
}
.fail-bottom a {
  color: #383F43;
  font-weight: bolder;
}
.fail-bottom a#errorMsg {
  font-weight: normal;
}
.fail-bottom img {
  width: 16px;
  height: 16px;
  vertical-align: middle;
  margin-right: 6px;
}
@-webkit-keyframes ringOpacity {
  from {
    opacity: 0.2;
  }
  to {
    opacity: 1;
  }
}
@keyframes ringOpacity {
  from {
    opacity: 0.2;
  }
  to {
    opacity: 1;
  }
}
.header {
  height: 68px;
  background: #000;
  z-index: 10;
  width: 100%;
  position: fixed;
  top: 0;
  min-width: 960px;
}
.header .header-box {
  padding: 0 48px;
}
.header .line {
  display: block;
  float: left;
  width: 1px;
  height: 32px;
  margin-top: 16px;
  background: #FFFFFF;
}
.header .logo {
  width: 100px;
  display: block;
  float: left;
  margin-top: 22px;
}
.header .logo img {
  width: 100%;
}
.header ul {
  margin: 0;
  padding: 0;
  margin-left: 50px;
  list-style: none;
  float: left;
  height: 100%;
}
.header ul li {
  float: left;
  height: 100%;
  position: relative;
}
.header ul li .nav-item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  height: 68px;
  line-height: 68px;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  padding: 0;
  margin: 0 40px;
  cursor: pointer;
  position: relative;
}
.header ul li .nav-item:after {
  content: '';
  position: absolute;
  width: 0%;
  left: 50%;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #3370FF;
  bottom: 0;
  height: 3px;
}
.header ul li:hover .nav-item:after,
.header ul li.active .nav-item:after {
  width: 100%;
}
.header ul li .sub-nav {
  position: absolute;
  height: 0;
  left: -62px;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  background: rgba(255, 255, 255, 0.9);
  color: #fff;
}
.header ul li .sub-nav .sub-nav-box {
  padding: 25px 80px 25px 62px;
}
.header ul li .sub-nav .sub-nav-item {
  white-space: nowrap;
  padding: 0 25px;
  margin-bottom: 26px;
}
.header ul li .sub-nav .sub-nav-item a {
  text-decoration: none;
  font-size: 14px;
  color: #191919;
  line-height: 20px;
  position: relative;
}
.header ul li .sub-nav .sub-nav-item a img {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
  position: absolute;
  width: 16px;
  height: 16px;
  left: -35px;
  top: 2px;
}
.header ul li .sub-nav .sub-nav-item a:hover,
.header ul li .sub-nav .sub-nav-item a.sub-active {
  font-weight: 600;
}
.header ul li .sub-nav .sub-nav-item a:hover img,
.header ul li .sub-nav .sub-nav-item a.sub-active img {
  left: -25px;
  opacity: 1;
}
.header ul li .sub-nav .sub-nav-item:last-child {
  margin-bottom: 0;
}
.header .header-right {
  float: right;
}
.header a.console {
  display: block;
  float: left;
  width: 96px;
  height: 32px;
  border-radius: 2px;
  background: #232635;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 32px;
  text-align: center;
  margin-top: 18px;
  margin-right: 30px;
}
.header a.console:hover {
  background: #fff;
  color: #282830;
}
.header a.console-hide {
  display: none;
}
.header .chenge-language {
  padding: 22px 0;
  float: left;
}
.header .chenge-language a {
  font-size: 14px;
  line-height: 16px;
  position: relative;
  line-height: 20px;
  padding-left: 30px;
  color: #fff;
  text-decoration: none;
  opacity: 1;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  height: 20px;
  display: block;
}
.header .chenge-language a span {
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  left: 0;
  top: 0;
}
.header .chenge-language a span img {
  width: 20px;
}
.header .chenge-language a span.earth-blue {
  display: none;
}
.header .chenge-language a:hover {
  color: #4C81FF;
}
.header .chenge-language a:hover .earth-white {
  display: none;
}
.header .chenge-language a:hover .earth-blue {
  display: block;
}
.footer {
  background: #000412;
  position: relative;
  min-width: 1200px;
}
.footer .footer-main {
  width: 1200px;
  margin: 0 auto;
  height: 352px;
}
.footer .footer-left {
  float: left;
  padding-top: 80px;
}
.footer .footer-left img {
  height: 24px;
  width: 100px;
  margin-bottom: 44px;
}
.footer .footer-left ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer .footer-left ul li {
  font-size: 14px;
  color: #E8E9EB;
  line-height: 20px;
  margin-bottom: 16px;
}
.footer .footer-left ul li a {
  color: #fff;
  text-decoration: none;
}
.footer .footer-right {
  float: right;
}
.footer .footer-right .email {
  font-size: 32px;
  color: #E8E9EB;
  line-height: 60px;
  margin-bottom: 6px;
  margin-top: 124px;
}
.footer .footer-right span {
  font-size: 14px;
  color: #E8E9EB;
  line-height: 20px;
}
.footer .copy {
  margin: 0 auto;
  background: #101422;
  height: 130px;
  padding-top: 30px;
  text-align: center;
  border-top: 1px solid rgba(151, 151, 151, 0.5);
}
.footer .copy p,
.footer .copy a {
  font-weight: 300;
  font-size: 14px;
  color: #E8E9EB;
  line-height: 20px;
  text-decoration: none;
}
.clearfix {
  display: block;
  zoom: 1;
}
.clearfix:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.banner {
  height: 420px;
  background: -webkit-gradient(linear, left top, right top, color-stop(0, #16223C), color-stop(50%, #16223C), color-stop(50%, #1E2B49), to(#1E2B49));
  background: -webkit-linear-gradient(left, #16223C 0, #16223C 50%, #1E2B49 50%, #1E2B49 100%);
  background: -o-linear-gradient(left, #16223C 0, #16223C 50%, #1E2B49 50%, #1E2B49 100%);
  background: linear-gradient(to right, #16223C 0, #16223C 50%, #1E2B49 50%, #1E2B49 100%);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
.banner .banner-bg {
  background-position: center;
  background-size: auto 100%;
  background-repeat: no-repeat;
  height: 100%;
}
.banner .banner-text {
  z-index: 1;
  width: 1200px;
  left: 0;
  position: relative;
  padding-top: 97px;
}
.banner .banner-text h1 {
  margin: 0;
  font-weight: 600;
  font-size: 44px;
  color: #FFFFFF;
  line-height: 62px;
}
.banner .banner-text span {
  display: inline-block;
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 32px;
  margin-top: 32px;
  margin-bottom: 40px;
  width: 646px;
}
.banner .right-button {
  margin-left: 24px;
}
.advantage-part {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 1024px;
  margin: 0 auto;
}
.advantage-part .advantage-item {
  width: 230px;
  text-align: center;
}
.advantage-part .advantage-item img {
  width: 50px;
  height: 50px;
}
.advantage-part .advantage-item .title {
  font-weight: 600;
  font-size: 18px;
  color: #001226;
  line-height: 25px;
  margin-top: 16px;
}
.advantage-part .advantage-item .des {
  margin-top: 18px;
  text-align: left;
  font-size: 12px;
  color: #425466;
  line-height: 20px;
}
.demo-content {
  width: 1200px;
  margin: 0 auto;
  height: 700px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0px 2px 8px 0px #0000001E;
          box-shadow: 0px 2px 8px 0px #0000001E;
  border-radius: 6px;
  padding: 16px 24px;
  background: #fff;
  display: block;
  zoom: 1;
}
.demo-content:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.demo-content:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.demo-content #demo-img-view {
  display: none;
}
.demo-content .demo-img {
  float: left;
  width: 560px;
}
.demo-content .demo-img .demo-img-name {
  margin-bottom: 13px;
  margin-top: 8px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.demo-content .demo-img .demo-img-name span {
  height: 20px;
  line-height: 20px;
  font-size: 14px;
  color: #2A2E33;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.demo-content .demo-img .demo-img-name .tips {
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  border-radius: 4px;
  background: #EBF3FF;
  width: 66px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  display: inline-block;
  font-weight: 400;
  font-size: 12px;
  color: #1275FF;
  margin-right: 8px;
}
.demo-content .demo-img .demo-img-name .demo-upload {
  text-decoration: none;
  display: block;
  background: #3370FF;
  -webkit-box-shadow: 0px 0px 6px 0px rgba(25, 25, 25, 0.16);
          box-shadow: 0px 0px 6px 0px rgba(25, 25, 25, 0.16);
  border-radius: 4px;
  width: 90px;
  height: 24px;
  text-align: center;
  color: #fff;
  font-size: 12px;
  line-height: 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.demo-content .demo-img .demo-img-name .demo-upload img {
  width: 12px;
  height: 12px;
  margin-right: 3px;
}
.demo-content .demo-img .demo-img-view {
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 623px;
  border-radius: 8px;
  border: 1px solid #EBF0F6;
}
.demo-content .demo-img .demo-img-view .viewer-backdrop {
  background: #f6f9fc;
}
.demo-content .demo-img .demo-toolbar {
  position: absolute;
  width: 100%;
  bottom: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.demo-content .demo-img .demo-toolbar .demo-zoom {
  background: #F7F9FC;
  -webkit-box-shadow: 0px 0px 6px 0px rgba(25, 25, 25, 0.16);
          box-shadow: 0px 0px 6px 0px rgba(25, 25, 25, 0.16);
  border-radius: 4px;
  padding: 0 12px;
  color: #425466;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 24px;
  font-size: 12px;
  line-height: 24px;
  margin-right: 16px;
}
.demo-content .demo-img .demo-toolbar .demo-zoom .zoom-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 24px;
  height: 24px;
  cursor: pointer;
}
.demo-content .demo-img .demo-toolbar .demo-zoom .zoom-button:hover {
  color: #3370FF;
}
.demo-content .demo-img .demo-pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: #F7F9FC;
  -webkit-box-shadow: 0px 0px 6px 0px rgba(25, 25, 25, 0.16);
          box-shadow: 0px 0px 6px 0px rgba(25, 25, 25, 0.16);
  border-radius: 4px;
  padding: 0 16px;
  font-size: 12px;
  color: #425466;
  line-height: 24px;
  height: 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.demo-content .demo-img .demo-pagination .page-number {
  margin: 0 12px;
}
.demo-content .demo-img .demo-pagination .prev-button,
.demo-content .demo-img .demo-pagination .next-button {
  cursor: pointer;
}
.demo-content .demo-img .demo-pagination .prev-button:hover,
.demo-content .demo-img .demo-pagination .next-button:hover {
  color: #3370FF;
}
.demo-content .demo-res {
  float: right;
  width: 560px;
  height: 100%;
}
.demo-content .demo-res .json-panel {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100%;
  border-radius: 8px;
  border: 1px solid #EBF0F6;
  overflow: hidden;
  background: #F7F9FC;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.demo-content .demo-res .json-panel .json-panel-title {
  background: #EAF0F8;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  padding-left: 24px;
}
.demo-content .demo-res .json-panel .json-panel-content {
  width: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: scroll;
  position: relative;
}
.demo-content .demo-res .json-panel .json-loading {
  width: 100%;
  height: 100%;
  position: absolute;
  text-align: center;
  padding-top: 200px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  top: 0;
  left: 0;
}
.demo-content .demo-res .json-panel .json-loading img {
  display: block;
  margin: 0 auto;
  width: 140px;
  height: 140px;
}
.demo-content .demo-res .json-panel .json-loading span {
  color: #2a2e33;
  font-size: 12px;
  line-height: 20px;
}
.demo-content .demo-res .json-panel #json-panel {
  width: 100%;
  border-radius: 0;
}
.demo-content .demo-res .code {
  display: none;
}
.scene {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.scene .scene-item {
  width: 360px;
  height: 360px;
  border-radius: 6px;
  border: 1px solid #E4E6E9;
  overflow: hidden;
}
.scene .scene-item img {
  width: 100%;
  height: 215px;
  display: block;
}
.scene .scene-item .scene-item-text {
  padding: 24px 40px 0 40px;
}
.scene .scene-item .title {
  font-size: 18px;
  color: #001226;
  line-height: 25px;
}
.scene .scene-item .des {
  font-size: 12px;
  color: #7B8691;
  line-height: 20px;
  margin-top: 15px;
}
.sample {
  text-align: center;
  background: -webkit-gradient(linear, left top, right top, color-stop(0, #3D4656), color-stop(50%, #3D4656), color-stop(50%, #363F54), to(#363F54));
  background: -webkit-linear-gradient(left, #3D4656 0, #3D4656 50%, #363F54 50%, #363F54 100%);
  background: -o-linear-gradient(left, #3D4656 0, #3D4656 50%, #363F54 50%, #363F54 100%);
  background: linear-gradient(to right, #3D4656 0, #3D4656 50%, #363F54 50%, #363F54 100%);
  height: 303px;
}
.sample .sample-bg {
  background-image: url(//assets.yljz.com/official/sample-bg.b43d02d9.jpg);
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: center;
  height: 100%;
  padding-top: 80px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.sample .title {
  text-align: center;
  font-weight: 600;
  font-size: 34px;
  color: #FFFFFF;
  line-height: 46px;
}
.sample .sub-title {
  font-size: 18px;
  color: #FFFFFF;
  line-height: 25px;
  margin-top: 24px;
  margin-bottom: 40px;
}

.clearfix {
  display: block;
  zoom: 1;
}
.clearfix:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
#contact-modal-dom {
  display: none;
}
.contact-modal {
  background: #fff;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}
.contact-modal .contact-modal-close {
  position: absolute;
  right: 18px;
  top: 18px;
  cursor: pointer;
}
.contact-modal .contact-modal-close img {
  width: 24px;
  height: 24px;
}
.pc-modal .contact-modal {
  height: 650px;
}
.pc-modal .contact-modeal-left {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: left;
  height: 100%;
  width: 260px;
  background-image: url(//assets.yljz.com/official/left-bg.ce868545.jpg);
  background-size: 100%;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 36px;
  padding: 50px 32px;
}
.pc-modal .contact-modeal-right {
  float: left;
  width: 685px;
  padding: 50px 56px 0 56px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.pc-modal .contact-modeal-right .contact-modeal-title {
  font-weight: 600;
  font-size: 28px;
  color: #191919;
  line-height: 50px;
  margin-bottom: 12px;
}
.pc-modal .contact-modeal-right .contact-modeal-span {
  font-size: 16px;
  color: #4E5866;
  line-height: 28px;
  margin-bottom: 40px;
}
.pc-modal .contact-textarea {
  height: 130px !important;
}
.mobile-modal .contact-modal {
  padding-bottom: 2.875rem;
}
.mobile-modal .modal-content-contact {
  width: 74.67%;
}
.mobile-modal .contact-modal-top {
  height: 7.5rem;
}
.mobile-modal .contact-modal-top img {
  margin-top: -0.6875rem;
}
.mobile-modal .contact-modal-close {
  top: 0.625rem;
  right: 0.625rem;
  line-height: 0;
}
.mobile-modal .contact-modal-close img {
  width: 1.5rem;
}
.mobile-modal h1,
.mobile-modal ul {
  display: none;
}
.mobile-modal p {
  font-size: 0.75rem;
  margin-bottom: 0.75rem;
  margin-top: 0.875rem;
}
.mobile-modal .contact-cus-sub {
  width: 71.43%;
  margin-top: 14px;
  font-size: 0.75rem;
  line-height: 1.75rem;
  height: 1.75rem;
}

.findocx-categorize {
  width: 1083px;
  margin: 0 auto;
  position: relative;
}
.findocx-categorize .findocx-categorize-item {
  width: 345px;
  height: 415px;
  border-radius: 6px;
  overflow: hidden;
}
.findocx-categorize .findocx-categorize-item img {
  width: 100%;
  height: 234px;
  display: block;
}
.findocx-categorize .findocx-categorize-item .text-box {
  position: relative;
  height: 181px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #fff;
  border-top: 0;
  padding: 20px 24px 24px 24px;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
.findocx-categorize .findocx-categorize-item .name {
  font-weight: 600;
  font-size: 18px;
  color: #001226;
  line-height: 25px;
  margin-bottom: 19px;
}
.findocx-categorize .findocx-categorize-item .advantage {
  font-weight: 500;
  font-size: 12px;
  color: #33353A;
  line-height: 17px;
  margin-bottom: 8px;
}
.findocx-categorize .findocx-categorize-item .des {
  font-size: 12px;
  color: #425466;
  line-height: 17px;
}
.findocx-categorize .findocx-categorize-item .more {
  position: absolute;
  right: 24px;
  top: 24px;
  font-size: 12px;
  color: #3370FF;
  line-height: 17px;
  text-decoration: none;
}
.findocx-categorize .findocx-categorize-item .more img {
  display: inline-block;
  width: 12px;
  height: 12px;
  vertical-align: -2px;
  margin-left: 4px;
}
.findocx-categorize .findocx-categorize-item .more:hover {
  text-decoration: underline;
}
.findocx-categorize .findocx-categorize-item .more:hover img {
  -webkit-animation: flyArrow 1s;
          animation: flyArrow 1s;
}
.findocx-categorize .findocx-categorize-item:hover .text-box {
  border: 1px solid #E4E6E9;
  border-top: 0;
}
.findocx-categorize .swiper-control {
  position: absolute;
  width: 1260px;
  top: 175px;
  left: 50%;
  margin-left: -630px;
  z-index: 0;
}
.findocx-categorize .swiper-control .button-prev,
.findocx-categorize .swiper-control .button-next {
  cursor: pointer;
}
.findocx-categorize .swiper-control .button-prev img,
.findocx-categorize .swiper-control .button-next img {
  width: 64px;
  height: 64px;
}
.findocx-categorize .swiper-control .button-prev:hover,
.findocx-categorize .swiper-control .button-next:hover {
  opacity: 0.8;
}
.findocx-categorize .swiper-control .button-prev {
  float: left;
}
.findocx-categorize .swiper-control .button-next {
  float: right;
}
.findocx-categorize .swiper-control .swiper-button-disabled {
  opacity: 0.5;
}
.findocx-categorize .more-button {
  margin: 0 auto;
  display: block;
  width: 147px;
  height: 32px;
  line-height: 32px;
  border-radius: 4px;
  border: 1px solid #E4E6E9;
  font-size: 12px;
  text-align: center;
  margin-top: 25px;
  text-decoration: none;
  color: #33353A;
}
.findocx-categorize .more-button img {
  display: inline-block;
  width: 12px;
  height: 12px;
  vertical-align: -2px;
  margin-left: 4px;
}
.findocx-categorize .more-button:hover {
  color: #33353A;
  text-decoration: none;
}
@-webkit-keyframes categorize-flyArrow {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  51% {
    opacity: 0;
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes categorize-flyArrow {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  51% {
    opacity: 0;
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

</pre></body></html>