/*!
 * Start Bootstrap -  v1.0.0 ()
 * Copyright 2013-2024 
 * Licensed under ISC (https://github.com/StartBootstrap/official-site/blob/master/LICENSE)
 */

/*! 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;
  font-family: Verdana, Arial, Microsoft YaHei;
  min-width: 1500px;
}

/**
   * Render the `main` element consistently in IE.
   */
main {
  display: block;
}

/* Grouping content
     ========================================================================== */
/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
     ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
a {
  background-color: transparent;
}

/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  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;
}

a {
  text-decoration: none;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

p {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

dl, dt, dd {
  margin: 0;
  padding: 0;
}

.page-t3 {
  font-size: 24px;
  color: #333;
  font-weight: 400;
}

.nav-bar {
  height: 79px;
  background-color: #FFF;
  color: #fff;
  /*position: fixed;*/
  position: absolute;
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 9999;
  clear: both;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.07);
}

.qrcode {
  position: relative;
}

.qrcode-popover {
  position: absolute;
  left: -100px;
  top: 20px;
  padding: 20px;
  display: none;
}

.nav-bar-container {
  margin: 0 70px;
  display: flex;
  justify-content: space-between;
  position: relative;
  align-items: center;
  height: 100%;
}

.nav-bar-log {
  width: 457px;
  min-width: 457px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-right: 40px;
}

.nav-bar-log img {
  width: 86px;
  height: 64px;
  vertical-align: middle;
  margin-right: 10px;
  border: none;
  margin-top: -5px;
}

.nav-bar-log .right-wrapper a {
  display: block;
}

.nav-bar-log .right-wrapper a:nth-child(1) {
  margin-bottom: 12px;
}

.nav-bar-log .right-wrapper a:nth-child(2) {
  display: flex;
  justify-content: flex-start;
}

.nav-bar-log .right-wrapper a:nth-child(2)::after {
  content: "";
  width: 92px;
  height: 1px;
}

.nav-bar-log .title1 {
  font-size: 30px;
  font-weight: bold;
  color: #1B1B1D;
}

.nav-bar-log .sub-title {
  font-size: 18px;
  font-weight: bold;
  color: #242B3D;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.nav-bar-log .sub-title span {
  flex: 1;
  text-align: center;
}

.nav-bar-log .sub-title::before {
  content: "";
  width: 92px;
  height: 1px;
  background: url(../images/sub-title-1.png) no-repeat 0 0;
  background-size: 100% 100%;
}

.nav-bar-log .sub-title::after {
  content: "";
  width: 92px;
  height: 1px;
  background: url(../images/sub-title-2.png) no-repeat 0 0;
  background-size: 100% 100%;
}

.nav-bar-menu {
  min-width: 818px;
  display: flex;
  justify-content: space-between;
  overflow: visible;
  overflow-y: hidden;
  transition: overflow 0.5s;
  width: 846px;
  flex-wrap: nowrap;
}

.nav-bar-menu .menu-item {
  line-height: 74px;
  text-align: center;
  position: relative;
}

.nav-bar-menu .menu-item a {
  color: #242B3D;
  border-top: 3px solid rgba(0, 0, 0, 0);
}

.nav-bar-menu .menu-item.active > a, .nav-bar-menu .menu-item:hover > a {
  background: white;
  border-bottom: 3px solid #0271EF;
  border-top: 3px solid rgba(0, 0, 0, 0);
  color: #0271EF;
  font-weight: 700;
}

.nav-bar-menu .menu-item:nth-of-type(5).active > a, .nav-bar-menu .menu-item:nth-of-type(5):hover > a {
  border-bottom: 3px solid #D71418;
  color: #D71418;
  border-top: 3px solid rgba(0, 0, 0, 0);
}

.nav-bar-menu a {
  display: block;
  height: 74px;
  font-size: 14px;
  padding: 0px 14px;
}

.nav-bar-menu .nav-bar-sub-menu {
  color: #fff;
  position: absolute;
  top: 71px;
  background: #5781e4;
  line-height: 32px;
  visibility: hidden;
  opacity: 0;
}

.nav-bar-menu .nav-bar-sub-menu a {
  color: #ccc;
}

.nav-bar-menu .nav-bar-sub-menu a.active, .nav-bar-menu .nav-bar-sub-menu a:hover {
  border-radius: 23px;
  background: rgba(3, 42, 133, 0.4);
  color: #fff;
  font-weight: bold;
}

.nav-bar-menu .fade-out {
  background: #002f4e;
}

.nav-bar-menu .menu-item:hover .nav-bar-sub-menu {
  opacity: 1;
}

.nav-bar-menu-hidden {
  visibility: hidden;
  transition: visibility 0.2s;
}

.nav-bar-right {
  width: 140px;
  text-align: right;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  overflow: visible;
  transition: overflow 0.5s;
}

.nav-bar-right .search-form {
  width: 260px;
  height: 34px;
  position: relative;
  height: 70px;
  display: flex;
  align-items: center;
}

.nav-bar-right .input-con {
  width: 100%;
  height: 34px;
  text-align: left;
  border: 1px solid #004775;
  border-radius: 17px;
  background: #003557;
}

.nav-bar-right .input-text {
  border-radius: 17px;
  background: #003557;
  border: none;
  color: #fff;
  padding: 0 5px 0 5px;
  text-indent: 10px;
  outline: 0;
  width: 240px;
  height: 40px;
  background: #0a235b;
  opacity: 0.5;
  border-radius: 20px;
}

.nav-bar-right .input-sub {
  width: 26px;
  height: 26px;
  position: absolute;
  right: 28px;
  top: 23px;
  border: none;
  float: left;
  cursor: pointer;
}

.nav-bar-right .qrcode {
  position: relative;
  left: 23px;
}

.nav-bar-right .qrcode > img {
  width: 40px;
  height: 39px;
}

.nav-bar-right-hidden {
  visibility: hidden;
  transition: visibility 0.2s;
}

.long-search {
  width: 400px;
  height: 70px;
  position: absolute;
  top: 0;
  right: 15px;
  display: flex;
  align-items: center;
  transition: all 0.2s;
}

.long-search .input-con {
  display: flex;
  flex: 1;
  align-items: center;
  border: 1px solid #004775;
  border-radius: 17px;
  background: #003557;
  padding: 0 15px;
}

.long-search .input-con .input-text {
  flex: 1;
  height: 34px;
  border-radius: 17px;
  background: #003557;
  border: none;
  color: #fff;
  outline: 0;
}

.long-search .input-con img {
  width: 20px;
  height: 20px;
  border: none;
  cursor: pointer;
}

.long-search .input-con .input-search {
  margin-left: 10px;
}

.long-search .input-con .input-close {
  display: inline-block;
  width: 20px;
  height: 2px;
  background: #fff;
  transform: rotate(45deg);
  margin-left: 15px;
  cursor: pointer;
}

.long-search .input-con .input-close:after {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  background: #fff;
  transform: rotate(-90deg);
}

.long-search-hidden {
  position: absolute;
  top: -100px;
  transition: all 0.5s;
}

@media screen and (max-width: 1500px) {
  .nav-bar-right .search-form {
    width: 40px;
  }
  .nav-bar-right .input-con {
    border: none;
    background: transparent;
  }
  .nav-bar-right .input-text {
    display: none;
  }
}

.page .zhjt-product-banner-wrapper {
  height: 100%;
  position: relative;
  overflow: hidden;
}

.page .zhjt-product-banner-wrapper img {
  width: 100%;
  height: 100%;
}

.page .zhjt-product-banner-wrapper .banner-text-desc {
  position: absolute;
  bottom: 124px;
  font-size: 24px;
  color: #fff;
  line-height: 52px;
  font-weight: 600;
  text-align: center;
  width: 100%;
}

.page .page-content {
  width: 100%;
  height: 100%;
}

.page .page-content .content-title {
  font-size: 30px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #0A0D31;
  margin-bottom: 40px;
}

.page .page-content .content-title span {
  display: block;
  width: 30px;
  height: 8px;
  background: #2B6BFF;
  border-radius: 4px;
  margin-bottom: 22px;
}

.page .page-content .content-title span::after {
  content: '';
  display: block;
  width: 12px;
  height: 8px;
  margin-left: 38px;
  background: #2B6BFF;
  border-radius: 4px;
  margin-bottom: 22px;
}

.page .demand-pain-point {
  width: 100%;
  position: relative;
  background: #FFFFFF;
  box-sizing: border-box;
  padding: 0 calc((100% - 1200px)/2);
  margin-top: 8px;
}

.page .demand-pain-point .demand-pain-point-content {
  width: 100%;
  height: 100%;
}

.page .demand-pain-point .demand-pain-point-content .demand-pain-point-content-title {
  font-size: 30px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #0A0D31;
  margin-bottom: 40px;
}

.page .demand-pain-point .demand-pain-point-content .demand-pain-point-content-title span {
  display: block;
  width: 30px;
  height: 8px;
  background: #2B6BFF;
  border-radius: 4px;
  margin-bottom: 22px;
}

.page .demand-pain-point .demand-pain-point-content .demand-pain-point-content-title span::after {
  content: '';
  display: block;
  width: 12px;
  height: 8px;
  margin-left: 38px;
  background: #2B6BFF;
  border-radius: 4px;
  margin-bottom: 22px;
}

.page .demand-pain-point .demand-pain-point-content .pain-point-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.page .demand-pain-point .demand-pain-point-content .pain-point-item {
  width: 370px;
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  margin-bottom: 30px;
}

.page .demand-pain-point .demand-pain-point-content .pain-point-item .item-title {
  margin: 10px 0;
  font-size: 20px;
  color: #333333;
  line-height: 30px;
}

.page .demand-pain-point .demand-pain-point-content .pain-point-item .item-content {
  color: #666666;
  line-height: 30px;
  margin: 25px 0;
}

.page .demand-pain-point .bagImgLeft {
  position: absolute;
  top: 150px;
  left: 0px;
}

.page .demand-pain-point .bagImgRight {
  position: absolute;
  top: 515px;
  right: 0px;
}

.page .six-systems {
  width: 100%;
  background: url(../../images/success-case/zhjt/six_img.png) no-repeat 0;
  background-size: 100% 100%;
  background-position: center center;
  box-sizing: border-box;
  padding: 0 calc((100% - 1200px)/2);
  margin-top: 8px;
}

.page .six-systems .six-systems-content {
  width: 100%;
  height: 100%;
}

.page .six-systems .six-systems-content .six-systems-content-title {
  font-size: 30px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #0A0D31;
  margin-bottom: 40px;
}

.page .six-systems .six-systems-content .six-systems-content-title span {
  display: block;
  width: 30px;
  height: 8px;
  background: #2B6BFF;
  border-radius: 4px;
  margin-bottom: 22px;
}

.page .six-systems .six-systems-content .six-systems-content-title span::after {
  content: '';
  display: block;
  width: 12px;
  height: 8px;
  margin-left: 38px;
  background: #2B6BFF;
  border-radius: 4px;
  margin-bottom: 22px;
}

.page .six-systems .six-systems-content .six-systems-content-li {
  width: 100%;
  height: calc(100% - 146px);
}

.page .six-systems .six-systems-content .six-systems-content-li .ul-list {
  width: 100%;
  height: 100%;
  list-style: none;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-content: space-evenly;
}

.page .six-systems .six-systems-content .six-systems-content-li .ul-list .li-item {
  width: 365px;
  height: 430px;
  background: #F4F8F9;
  box-shadow: 0px 0px 12px 0px rgba(13, 39, 98, 0.3);
  box-sizing: border-box;
  padding: 32px 20px 20px 20px;
  margin-bottom: 45px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  border-radius: 5px;
}

.page .six-systems .six-systems-content .six-systems-content-li .ul-list .li-item .li-item-title {
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
}

.page .six-systems .six-systems-content .six-systems-content-li .ul-list .li-item > img {
  height: 180px;
  margin: 25px auto;
}

.page .six-systems .six-systems-content .six-systems-content-li .ul-list .li-item .li-item-text {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 300;
  color: #666666;
  line-height: 30px;
}

.page .product-example {
  width: 100%;
  position: relative;
  background: #fff;
  background-size: 100% 100%;
  background-position: center center;
  box-sizing: border-box;
  padding: 0 0 0 calc((100% - 1200px)/2);
  margin-top: 72px;
}

.page .product-example .page-main-body {
  margin: 40px 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.page .product-example .page-main-body .body-left .left-item {
  width: 255px;
  height: 104px;
  margin: 15px 0;
  cursor: pointer;
  background-size: 100% 100%;
  background-position: center center;
  line-height: 85px;
}

.page .product-example .page-main-body .body-left .left-item span {
  padding-left: 80px;
}

.page .product-example .page-main-body .body-right {
  position: relative;
  margin-right: 50px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  align-content: space-around;
  flex-direction: column;
  justify-content: center;
}

.page .product-example .page-main-body .body-right #item-carousel {
  width: 1060px;
  height: 607px;
}

.page .product-example .page-main-body .body-right #item-carousel .swiper-slide {
  width: 100%;
  height: 100%;
  border-radius: 4px;
}

.page .product-example .page-main-body .body-right #item-carousel .swiper-slide img {
  width: 100%;
  height: 100%;
  border: none;
}

.page .product-example .page-main-body .body-right .item-wrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
  height: 620px;
}

.page .product-example .page-main-body .body-right .item-wrapper .item-imgs {
  white-space: nowrap;
}

.page .product-example .page-main-body .body-right .item-wrapper .item-img-item {
  float: left;
}

.page .product-example .page-main-body .body-right .item-wrapper .item-img-item img {
  width: 100%;
  border: none;
  height: 620px;
}

.page .product-example .page-main-body .body-right .item-circles {
  z-index: 9000;
}

.page .product-example .page-main-body .body-right .item-circles span {
  cursor: pointer;
  width: 12px;
  height: 12px;
  background: #2b6bff;
  border-radius: 50%;
  display: inline-block;
  margin-left: 10px;
}

.page .product-example .page-main-body .body-right .item-circles .active {
  width: 30px;
  border-radius: 6px;
  background: #2b6bff;
}

.page .product-example .bagImgLeft {
  position: absolute;
  top: 512px;
  left: 0px;
}

.page .product-example .bagImgRight {
  position: absolute;
  top: 0px;
  right: 0px;
}

.page .worth-advantage {
  width: 100%;
  position: relative;
  background: #fff;
  margin-top: 72px;
}

.page .worth-advantage .content-title {
  padding: 0 0 0 calc((100% - 1200px)/2);
}

.page .worth-advantage .page-main-body {
  margin: 65px 37px 60px 37px;
  display: flex;
  flex-direction: row;
}

.page .worth-advantage .page-main-body .body-left .img-coat {
  width: 707px;
  height: 608px;
}

.page .worth-advantage .page-main-body .body-left .img-coat img {
  width: 100%;
  height: 100%;
  border: none;
}

.page .worth-advantage .page-main-body .body-right {
  width: calc(100% - 800px);
  margin-left: 140px;
  display: flex;
  flex-wrap: wrap;
}

.page .worth-advantage .page-main-body .body-right .info-coat {
  width: 294px;
  margin-right: 88px;
}

.page .worth-advantage .page-main-body .body-right .info-coat .item-title img {
  width: 22px;
  height: 22px;
  margin-right: 10px;
}

.page .worth-advantage .page-main-body .body-right .info-coat .item-title span {
  width: 98px;
  height: 23px;
  font-size: 24px;
  font-weight: 400;
  color: #343434;
  line-height: 30px;
}

.page .worth-advantage .page-main-body .body-right .info-coat .item-info {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  line-height: 30px;
}

.page .worth-advantage .bagImgRight {
  position: absolute;
  top: -80px;
  right: 0px;
}

.zhgd-page .zhgd-page-banner-wrapper img {
  width: 100%;
  height: 500px;
}

.zhgd-page .overview {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 60px;
}

.zhgd-page .overview .overview-title {
  width: 400px;
  font-size: 30px;
  font-family: Microsoft YaHei-Bold, Microsoft YaHei;
  font-weight: bold;
  color: #151515;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
}

.zhgd-page .overview .overview-cont {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.zhgd-page .overview .overview-cont .cont-text {
  width: 502px;
  font-size: 16px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #353D4E;
  line-height: 36px;
}

.zhgd-page .solve {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 60px;
}

.zhgd-page .solve .solve-title {
  width: 400px;
  font-size: 30px;
  font-family: Microsoft YaHei-Bold, Microsoft YaHei;
  font-weight: bold;
  color: #151515;
  display: flex;
  align-items: center;
  justify-content: center;
}

.zhgd-page .solve .solve-cont {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
}

.zhgd-page .solve .solve-cont .cont-text {
  width: 353px;
  font-size: 16px;
  line-height: 36px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #5D6471;
}

.zhgd-page .solve .solve-cont .cont-img {
  width: 807px;
  height: 445px;
  border-radius: 15px;
  overflow: hidden;
}

.zhgd-page .solve .solve-cont .cont-img img {
  width: 807px;
  height: 445px;
}

.zhgd-page .prodouct-functions {
  width: 100%;
  background: url(../../images/success-case/zhgd/fun_bg.png) no-repeat 0;
  background-size: 100% 100%;
  background-position: center center;
}

.zhgd-page .prodouct-functions .prodouct-function {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  margin-top: 60px;
}

.zhgd-page .prodouct-functions .prodouct-function .prodouct-function-title {
  width: 500px;
  height: 90px;
  font-size: 30px;
  font-family: Microsoft YaHei-Bold, Microsoft YaHei;
  font-weight: bold;
  color: #151515;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
}

.zhgd-page .prodouct-functions .prodouct-function .prodouct-function-cont {
  width: 100%;
  height: calc(100% - 213px);
}

.zhgd-page .prodouct-functions .prodouct-function .prodouct-function-cont .prodouct-function-ul {
  height: 100%;
  width: 100%;
  list-style: none;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-content: space-between;
}

.zhgd-page .prodouct-functions .prodouct-function .prodouct-function-cont .prodouct-function-ul .li-item {
  width: 280px;
  font-size: 16px;
  line-height: 36px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #61697A;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.zhgd-page .prodouct-functions .prodouct-function .prodouct-function-cont .prodouct-function-ul .li-item img {
  width: 120px;
  height: 120px;
  margin-bottom: 40px;
}

.zhgd-page .prodouct-functions .prodouct-function .prodouct-function-cont .prodouct-function-ul .li-item div {
  text-align: center;
}

.zhgd-page .prodouct-pages {
  width: 100%;
  background: url(../../images/success-case/zhgd/fun_bg.png) no-repeat 0;
  background-size: 100% 100%;
  background-position: center center;
  padding: 60px 0 0 0;
}

.zhgd-page .prodouct-pages .prodouct-page {
  width: 1200px;
  height: 1077px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.zhgd-page .prodouct-pages .prodouct-page .prodouct-page-title {
  width: 500px;
  font-size: 30px;
  font-family: Microsoft YaHei-Bold, Microsoft YaHei;
  font-weight: bold;
  color: #151515;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
}

.zhgd-page .prodouct-pages .prodouct-page .prodouct-page-wrapper {
  width: 100%;
  height: calc(100% - 170px);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.zhgd-page .prodouct-pages .prodouct-page .prodouct-page-wrapper .prodouct-page-wrapper-tab {
  width: 1200px;
  height: 73px;
  border-bottom: 6px solid #F8F4F4;
}

.zhgd-page .prodouct-pages .prodouct-page .prodouct-page-wrapper .prodouct-page-wrapper-tab .prodouct-page-ul {
  width: 100%;
  height: 100%;
  list-style: none;
  display: flex;
  justify-content: space-around;
  align-items: center;
  font-size: 24px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #747680;
}

.zhgd-page .prodouct-pages .prodouct-page .prodouct-page-wrapper .prodouct-page-wrapper-tab .prodouct-page-ul .item-li {
  cursor: pointer;
  min-width: 100px;
}

.zhgd-page .prodouct-pages .prodouct-page .prodouct-page-wrapper .prodouct-page-wrapper-tab .prodouct-page-ul .item-li:hover {
  padding: 27px 0px 24px 0px;
  font-family: Microsoft YaHei-Bold, Microsoft YaHei;
  font-weight: bold;
  font-size: 24px;
  color: #292A2D;
  border-bottom: 6px solid #2F5DFF;
}

.zhgd-page .prodouct-pages .prodouct-page .prodouct-page-wrapper .prodouct-page-wrapper-tab .prodouct-page-ul .active {
  padding: 27px 0px 24px 0px;
  font-family: Microsoft YaHei-Bold, Microsoft YaHei;
  font-weight: bold;
  font-size: 24px;
  color: #292A2D;
  border-bottom: 6px solid #2F5DFF;
}

.zhgd-page .prodouct-pages .prodouct-page .prodouct-page-wrapper .prodouct-page-img {
  width: 100%;
  height: 775px;
  margin-top: 100px;
  background: url(../../images/success-case/zhgd/notebook.png) no-repeat 0;
  background-size: 100% 100%;
  background-position: center center;
  box-sizing: border-box;
  padding: 69px 114px 78px 122px;
  display: block;
}

.zhgd-page .prodouct-pages .prodouct-page .prodouct-page-wrapper .prodouct-page-img .contents {
  width: 965px;
  height: 620px;
}

.zhgd-page .prodouct-pages .prodouct-page .prodouct-page-wrapper .prodouct-page-img .contents .banner-wrapper {
  height: 620px;
  margin-top: 0px;
}

.zhgd-page .prodouct-pages .prodouct-page .prodouct-page-wrapper .prodouct-page-img .contents .banner-circless {
  position: absolute;
  bottom: 42px;
  right: 47%;
  z-index: 9000;
}

.zhgd-page .prodouct-pages .prodouct-page .prodouct-page-wrapper .prodouct-page-img .contents .banner-circless span {
  cursor: pointer;
  width: 12px;
  height: 12px;
  background: #ffffff;
  border-radius: 50%;
  display: inline-block;
  margin-left: 10px;
}

.zhgd-page .prodouct-pages .prodouct-page .prodouct-page-wrapper .prodouct-page-img .contents .banner-circless .active {
  width: 30px;
  border-radius: 6px;
  background-color: #47A8FE;
}

.zhgd-page .prodouct-pages .prodouct-page .prodouct-page-wrapper .blockE {
  display: none;
  width: 100%;
  height: 750px;
  margin-top: 140px;
}

.zhgd-page .prodouct-pages .prodouct-page .prodouct-page-wrapper .blockE img {
  width: 100%;
  height: 750px;
}

.zhgd-page .advantages {
  width: 100%;
  background: url(../../images/success-case/zhgd/fun_bg.png) no-repeat 0;
  background-size: 100% 100%;
  background-position: center center;
  padding: 40px 0 60px 0;
}

.zhgd-page .advantages .advantage {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.zhgd-page .advantages .advantage .advantage-title {
  width: 500px;
  font-size: 30px;
  font-family: Microsoft YaHei-Bold, Microsoft YaHei;
  font-weight: bold;
  color: #151515;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
}

.zhgd-page .advantages .advantage .advantage-cont {
  width: 100%;
  height: calc(100% - 184px);
}

.zhgd-page .advantages .advantage .advantage-cont .advantage-ul {
  height: 100%;
  width: 100%;
  list-style: none;
  display: flex;
  justify-content: space-between;
}

.zhgd-page .advantages .advantage .advantage-cont .advantage-ul .li-item {
  width: 360px;
  height: 424px;
}

.ywzt-page .ywzt-page-banner-wrapper img {
  width: 100%;
  height: 500px;
}

.ywzt-page .overview {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 60px;
}

.ywzt-page .overview .overview-title {
  width: 400px;
  font-size: 30px;
  font-family: Microsoft YaHei-Bold, Microsoft YaHei;
  font-weight: bold;
  color: #151515;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
}

.ywzt-page .overview .overview-cont {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.ywzt-page .overview .overview-cont .cont-text {
  width: 456px;
  height: 288px;
  font-size: 22px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #353D4E;
  line-height: 36px;
}

.ywzt-page .solve {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 60px;
}

.ywzt-page .solve .solve-title {
  width: 400px;
  font-size: 30px;
  font-family: Microsoft YaHei-Bold, Microsoft YaHei;
  font-weight: bold;
  color: #151515;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ywzt-page .solve .solve-cont {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
}

.ywzt-page .solve .solve-cont .cont-text {
  width: 353px;
  font-size: 22px;
  line-height: 36px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #5D6471;
}

.ywzt-page .prodouct-functions {
  width: 100%;
  background: url(../../images/success-case/zhgd/fun_bg.png) no-repeat 0;
  background-size: 100% 100%;
  background-position: center center;
  padding: 60px 0 0 0;
}

.ywzt-page .prodouct-functions .prodouct-function {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

.ywzt-page .prodouct-functions .prodouct-function .prodouct-function-title {
  width: 500px;
  font-size: 30px;
  font-family: Microsoft YaHei-Bold, Microsoft YaHei;
  font-weight: bold;
  color: #151515;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
}

.ywzt-page .prodouct-functions .prodouct-function .prodouct-function-cont {
  width: 100%;
  height: calc(100% - 190px);
}

.ywzt-page .prodouct-functions .prodouct-function .prodouct-function-cont .prodouct-function-ul {
  height: 100%;
  width: 100%;
  list-style: none;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-content: space-between;
}

.ywzt-page .prodouct-functions .prodouct-function .prodouct-function-cont .prodouct-function-ul .li-item {
  width: 360px;
}

.ywzt-page .prodouct-pages {
  width: 100%;
  background: url(../../images/success-case/zhgd/fun_bg.png) no-repeat 0;
  background-size: 100% 100%;
  background-position: center center;
  padding: 60px 0 0 0;
}

.ywzt-page .prodouct-pages .prodouct-page {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.ywzt-page .prodouct-pages .prodouct-page .prodouct-page-title {
  width: 500px;
  font-size: 30px;
  font-family: Microsoft YaHei-Bold, Microsoft YaHei;
  font-weight: bold;
  color: #151515;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
}

.ywzt-page .prodouct-pages .prodouct-page .page-main-body {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.ywzt-page .prodouct-pages .prodouct-page .page-main-body .body-left {
  width: 350px;
  height: 445px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.ywzt-page .prodouct-pages .prodouct-page .page-main-body .body-left .left-item {
  width: 100%;
  height: 42px;
  margin: 25px 0;
  cursor: pointer;
  font-size: 28px;
  font-family: Microsoft YaHei-Bold, Microsoft YaHei;
  font-weight: bold;
  color: #000000;
  line-height: 42px;
}

.ywzt-page .prodouct-pages .prodouct-page .page-main-body .body-left .left-item .show {
  display: none;
}

.ywzt-page .prodouct-pages .prodouct-page .page-main-body .body-left .left-item:hover {
  color: #577DFD;
}

.ywzt-page .prodouct-pages .prodouct-page .page-main-body .body-left .left-item:hover .show {
  display: inline;
}

.ywzt-page .prodouct-pages .prodouct-page .page-main-body .body-left .left-item:hover .hide {
  display: none;
}

.ywzt-page .prodouct-pages .prodouct-page .page-main-body .body-left .left-item .active {
  color: #577DFD;
}

.ywzt-page .prodouct-pages .prodouct-page .page-main-body .body-left .left-item img {
  margin-right: 10px;
}

.ywzt-page .prodouct-pages .prodouct-page .page-main-body .body-left .left-item img, .ywzt-page .prodouct-pages .prodouct-page .page-main-body .body-left .left-item span {
  vertical-align: middle;
}

.ywzt-page .prodouct-pages .prodouct-page .page-main-body .body-right {
  width: 807px;
  height: 445px;
}

.ywzt-page .advantages {
  width: 100%;
  background: url(../../images/success-case/zhgd/fun_bg.png) no-repeat 0;
  background-size: 100% 100%;
  background-position: center center;
  padding: 60px 0 60px 0;
}

.ywzt-page .advantages .advantage {
  width: 1200px;
  margin: 0 auto 0px auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.ywzt-page .advantages .advantage .advantage-title {
  width: 500px;
  font-size: 30px;
  font-family: Microsoft YaHei-Bold, Microsoft YaHei;
  font-weight: bold;
  color: #151515;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
}

.ywzt-page .advantages .advantage .advantage-cont {
  width: 100%;
  flex-direction: column;
  justify-content: space-evenly;
}

.ywzt-page .advantages .advantage .advantage-cont .li-item {
  width: 1200px;
  height: 160px;
  margin-bottom: 20px;
  overflow: hidden;
  border-radius: 12px 12px 12px 12px;
  border: 1px solid #D8D8D8;
  font-size: 22px;
  font-weight: 400;
  color: #61697A;
  line-height: 36px;
  display: flex;
  flex-direction: row;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
}

.ywzt-page .advantages .advantage .advantage-cont .li-item:nth-child(3) {
  margin-bottom: 0px;
}

.ywzt-page .advantages .advantage .advantage-cont .li-item img {
  margin: 53px 20px 53px 40px;
}

.ywzt-page .advantages .advantage .advantage-cont .li-item span {
  padding-right: 43px;
}

.ywzt-page .advantages .advantage .advantage-cont .li-item img, .ywzt-page .advantages .advantage .advantage-cont .li-item span {
  display: block;
}

.zhwl-page {
  position: relative;
  z-index: 10;
}

.zhwl-page .zhwl-page-banner-wrapper img {
  width: 100%;
  height: 500px;
}

.zhwl-page .overview {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 60px;
}

.zhwl-page .overview .overview-title {
  width: 400px;
  font-size: 30px;
  font-family: Microsoft YaHei-Bold, Microsoft YaHei;
  font-weight: bold;
  color: #151515;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
}

.zhwl-page .overview .overview-cont {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.zhwl-page .overview .overview-cont .cont-text {
  width: 451px;
  height: 288px;
  font-size: 24px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #353D4E;
  line-height: 36px;
}

.zhwl-page .prodouct-functions {
  width: 100%;
  background-size: 100% 100%;
  background-position: center center;
  padding: 60px 0 0 0;
}

.zhwl-page .prodouct-functions .prodouct-function {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.zhwl-page .prodouct-functions .prodouct-function .prodouct-function-title {
  margin-bottom: 40px;
  width: 500px;
  font-size: 30px;
  font-family: Microsoft YaHei-Bold, Microsoft YaHei;
  font-weight: bold;
  color: #151515;
  display: flex;
  align-items: center;
  justify-content: center;
}

.zhwl-page .prodouct-functions .prodouct-function .prodouct-function-cont {
  width: 100%;
  height: calc(100% - 190px);
}

.zhwl-page .prodouct-functions .prodouct-function .prodouct-function-cont .prodouct-function-ul {
  height: 100%;
  width: 100%;
  list-style: none;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-content: space-between;
}

.zhwl-page .prodouct-functions .prodouct-function .prodouct-function-cont .prodouct-function-ul .li-item {
  width: 360px;
  height: 404px;
  padding: 0 34px;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.07);
  box-sizing: border-box;
  background-color: white;
}

.zhwl-page .prodouct-functions .prodouct-function .prodouct-function-cont .prodouct-function-ul .li-item img {
  width: 68px;
  height: 68px;
  margin: 0 auto;
  margin-top: 60px;
  display: block;
}

.zhwl-page .prodouct-functions .prodouct-function .prodouct-function-cont .prodouct-function-ul .li-item .li-item-title {
  margin-top: 40px;
  font-size: 17px;
  font-weight: 700;
  text-align: center;
}

.zhwl-page .prodouct-functions .prodouct-function .prodouct-function-cont .prodouct-function-ul .li-item .li-item-content {
  font-weight: 400;
  font-size: 14px;
  color: #848B99;
  line-height: 32px;
  margin-top: 20px;
  text-align: center;
}

.zhwl-page .solve {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 60px;
}

.zhwl-page .solve .solve-title {
  width: 400px;
  font-size: 30px;
  font-family: Microsoft YaHei-Bold, Microsoft YaHei;
  font-weight: bold;
  color: #151515;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
}

.zhwl-page .solve .solve-cont {
  width: 1200px;
  height: 167px;
  background-color: #FFFFFF;
  padding: 40px;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.07);
  box-sizing: border-box;
  margin-bottom: 20px;
}

.zhwl-page .solve .solve-cont .solve-cont-titel {
  color: #333333;
  font-size: 24px;
  font-weight: 700;
}

.zhwl-page .solve .solve-cont .solve-cont-content {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  line-height: 30px;
  margin-top: 11px;
}

.zhwl-page .prodouct-pages {
  width: 100%;
  background-size: 100% 100%;
  background-position: center center;
  padding: 50px 0 0 0;
}

.zhwl-page .prodouct-pages .prodouct-page {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.zhwl-page .prodouct-pages .prodouct-page .prodouct-page-title {
  width: 500px;
  font-size: 30px;
  font-family: Microsoft YaHei-Bold, Microsoft YaHei;
  font-weight: bold;
  color: #151515;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
}

.zhwl-page .prodouct-pages .prodouct-page .prodouct-page-wrapper {
  width: 100%;
  height: calc(100% - 170px);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.zhwl-page .prodouct-pages .prodouct-page .prodouct-page-wrapper .prodouct-page-wrapper-tab {
  width: 1200px;
  height: 73px;
}

.zhwl-page .prodouct-pages .prodouct-page .prodouct-page-wrapper .prodouct-page-wrapper-tab .prodouct-page-ul {
  width: 100%;
  height: 100%;
  list-style: none;
  display: flex;
  justify-content: space-around;
  align-items: center;
  font-size: 24px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #7D92B5;
}

.zhwl-page .prodouct-pages .prodouct-page .prodouct-page-wrapper .prodouct-page-wrapper-tab .prodouct-page-ul .item-li {
  cursor: pointer;
  min-width: 100px;
}

.zhwl-page .prodouct-pages .prodouct-page .prodouct-page-wrapper .prodouct-page-wrapper-tab .prodouct-page-ul .active {
  padding: 27px 0px 24px 0px;
  font-family: Microsoft YaHei-Bold, Microsoft YaHei;
  font-weight: bold;
  font-size: 24px;
  color: #1376FD;
  border-bottom: 6px solid #1376FD;
}

.zhwl-page .prodouct-pages .prodouct-page .prodouct-page-wrapper .prodouct-page-img {
  margin-top: 50px;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.zhwl-page .prodouct-pages .prodouct-page .prodouct-page-wrapper .prodouct-page-img img {
  max-width: 100%;
  margin: 0 auto;
}

.zhwl-page .advantages {
  width: 100%;
  background-size: 100% 100%;
  background-position: center center;
  padding: 50px 0 0px 0;
}

.zhwl-page .advantages .advantage {
  width: 1200px;
  margin: 0 auto 60px auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.zhwl-page .advantages .advantage .advantage-title {
  width: 500px;
  font-size: 30px;
  font-family: Microsoft YaHei-Bold, Microsoft YaHei;
  font-weight: bold;
  color: #151515;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
}

.zhwl-page .advantages .advantage .advantage-cont {
  width: 100%;
  flex-direction: column;
  justify-content: space-evenly;
}

.zhwl-page .advantages .advantage .advantage-cont .li-item {
  width: 1200px;
  height: 160px;
  margin-bottom: 20px;
  overflow: hidden;
  border-radius: 12px 12px 12px 12px;
  border: 1px solid #D8D8D8;
  font-size: 22px;
  font-weight: 400;
  color: #61697A;
  line-height: 36px;
  display: flex;
  flex-direction: row;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
}

.zhwl-page .advantages .advantage .advantage-cont .li-item:nth-child(4) {
  margin-bottom: 0px;
}

.zhwl-page .advantages .advantage .advantage-cont .li-item img {
  margin: 53px 20px 53px 40px;
}

.zhwl-page .advantages .advantage .advantage-cont .li-item span {
  padding-right: 43px;
}

.zhwl-page .advantages .advantage .advantage-cont .li-item img, .zhwl-page .advantages .advantage .advantage-cont .li-item span {
  display: block;
}

.zhwl-page .zhwl-bg {
  position: absolute;
  top: 450px;
  overflow: hidden;
  z-index: -1;
}

.zhwl-page .zhwl-bg img {
  width: 160%;
  margin-left: -500px;
}

.zhwl-page .zhwl-bg2 {
  position: absolute;
  width: 100%;
  overflow: hidden;
  z-index: -1;
  top: 3075px;
}

.zhwl-page .zhwl-bg2 img {
  width: 160%;
  height: 1800px;
  margin-left: -500px;
}

.sjaqzx-page {
  background: url(../../images/success-case/zhgd/fun_bg.png) no-repeat 0;
  background-position: -650px 100px;
}

.sjaqzx-page .sjaqzx-page-banner-wrapper img {
  width: 100%;
  height: 500px;
}

.sjaqzx-page .overview {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 60px;
}

.sjaqzx-page .overview .overview-title {
  width: 400px;
  font-size: 30px;
  font-family: Microsoft YaHei-Bold, Microsoft YaHei;
  font-weight: bold;
  color: #151515;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
}

.sjaqzx-page .overview .overview-cont {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.sjaqzx-page .overview .overview-cont .cont-text {
  width: 451px;
  height: 288px;
  font-size: 18px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #353D4E;
  line-height: 36px;
}

.sjaqzx-page .solve {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 60px;
  margin-bottom: -40px;
}

.sjaqzx-page .solve .solve-title {
  width: 400px;
  font-size: 30px;
  font-family: Microsoft YaHei-Bold, Microsoft YaHei;
  font-weight: bold;
  color: #151515;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
}

.sjaqzx-page .solve .solve-content {
  width: 1360px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.sjaqzx-page .solve .solve-content .solve-content-item {
  width: 250px;
  margin-left: 60px;
  margin-bottom: 100px;
  position: relative;
}

.sjaqzx-page .solve .solve-content .solve-content-item img {
  width: 56px;
  height: 56px;
}

.sjaqzx-page .solve .solve-content .solve-content-item .solve-item-txet {
  display: flex;
  align-items: center;
}

.sjaqzx-page .solve .solve-content .solve-content-item .solve-item-txet .num {
  display: block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  background-color: white;
  box-shadow: 0px 2px 2px 0px rgba(22, 119, 255, 0.15);
  border-radius: 16px;
  color: #1677FF;
  font-weight: 700;
  margin-right: 5px;
  margin-left: 10px;
}

.sjaqzx-page .solve .solve-content .solve-content-item .solve-item-txet .text {
  font-weight: 700;
  line-height: 32px;
}

.sjaqzx-page .solve .solve-content .solve-content-item .solve-content-left {
  width: 270px;
  height: 10px;
  position: absolute;
  top: 26px;
  left: 68px;
  background-image: url(../../images/success-case/sjaqzx/lfte.png);
  background-size: 100% 100%;
}

.sjaqzx-page .solve .solve-content .solve-content-item .solve-content-right {
  width: 270px;
  height: 10px;
  position: absolute;
  top: 26px;
  left: 68px;
  background-image: url(../../images/success-case/sjaqzx/lfte.png);
  background-size: 100% 100%;
  transform: rotate(180deg);
}

.sjaqzx-page .solve .solve-content .solve-content-item .solve-content-bottom {
  width: 10px;
  height: 80px;
  position: absolute;
  top: -84px;
  left: 20px;
  background-image: url(../../images/success-case/sjaqzx/botem.png);
  background-size: 100% 100%;
}

.sjaqzx-page .worth {
  width: 1260px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 60px;
}

.sjaqzx-page .worth .worth-title {
  width: 400px;
  font-size: 30px;
  font-family: Microsoft YaHei-Bold, Microsoft YaHei;
  font-weight: bold;
  color: #151515;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sjaqzx-page .worth .worth-cont {
  margin-top: 40px;
  width: 100%;
}

.sjaqzx-page .worth .worth-cont ul {
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
}

.sjaqzx-page .worth .worth-cont ul li {
  width: 170px;
}

.sjaqzx-page .worth .worth-cont ul li img {
  display: block;
  margin: 0 auto;
}

.sjaqzx-page .worth .worth-cont ul li .worth-cont-text {
  color: #61697A;
  font-weight: 400;
  line-height: 30px;
  font-size: 16px;
  text-align: center;
  margin-top: 30px;
}

.sjaqzx-page .prodouct-functions {
  width: 100%;
  background-size: 100% 100%;
  background-position: center center;
  padding: 60px 0 0 0;
}

.sjaqzx-page .prodouct-functions .prodouct-function {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

.sjaqzx-page .prodouct-functions .prodouct-function .prodouct-function-title {
  width: 500px;
  font-size: 30px;
  font-family: Microsoft YaHei-Bold, Microsoft YaHei;
  font-weight: bold;
  color: #151515;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sjaqzx-page .prodouct-functions .prodouct-function .prodouct-function-cont {
  margin-top: 40px;
  width: 100%;
}

.sjaqzx-page .prodouct-functions .prodouct-function .prodouct-function-cont .prodouct-function-text {
  text-align: center;
  font-size: 16px;
  line-height: 30px;
  color: #5D6471;
}

.dzhkf-page {
  background: url(../../images/success-case/dzhkf/bg.png) no-repeat 0;
  background-position: -550px 200px;
}

.dzhkf-page .dzhkf-page-banner-wrapper img {
  width: 100%;
  height: 500px;
}

.dzhkf-page .customization-yk {
  position: relative;
  width: 1200px;
  margin: 0 auto;
}

.dzhkf-page .customization-yk .customization-model {
  margin: 0 auto;
  margin-top: 60px;
  display: flex;
  justify-content: space-around;
}

.dzhkf-page .customization-yk .customization-model .customization-model-left {
  margin-top: 60px;
  width: 450px;
}

.dzhkf-page .customization-yk .customization-model .customization-model-left h5 {
  font-size: 60px;
  font-weight: 600;
  color: #8A80F5;
}

.dzhkf-page .customization-yk .customization-model .customization-model-left p {
  font-size: 18px;
  font-weight: 400;
  color: #353D4E;
  line-height: 38px;
}

.dzhkf-page .customization-yk .customization-model .customization-model-left .rectangle {
  width: 70px;
  height: 8px;
  border-radius: 4px;
  background-color: #8A80F5;
  margin: 60px 0px;
}

.dzhkf-page .customization-yk .customization-base-map {
  position: absolute;
  bottom: 20px;
  left: 200px;
  z-index: -1;
  padding-bottom: 320px;
}

.dzhkf-page .customization-yk .customization-base-map img {
  display: block;
}

.dzhkf-page .customization-yk .customization-function {
  margin-top: 60px;
}

.dzhkf-page .customization-yk .customization-function ul {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: space-around;
}

.dzhkf-page .customization-yk .customization-function ul li {
  width: 387px;
  height: 234px;
  box-sizing: border-box;
  padding: 40px;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.07);
  background-color: white;
}

.dzhkf-page .customization-yk .customization-function ul li .customization-function-title {
  color: #333333;
  font-size: 24px;
  font-weight: 700;
  line-height: 42px;
  margin-top: 10px;
}

.dzhkf-page .customization-yk .customization-function ul li .customization-function-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 34px;
  color: #666666;
}

.dzhkf-page .customization-xb {
  position: relative;
  width: 1200px;
  margin: 0 auto;
  margin-bottom: 60px;
}

.dzhkf-page .customization-xb .customization-model {
  margin: 0 auto;
  margin-top: 160px;
  display: flex;
  justify-content: space-around;
}

.dzhkf-page .customization-xb .customization-model .customization-model-left {
  width: 450px;
}

.dzhkf-page .customization-xb .customization-model .customization-model-left h5 {
  font-size: 60px;
  font-weight: 600;
  color: #47B5AC;
}

.dzhkf-page .customization-xb .customization-model .customization-model-left p {
  font-size: 18px;
  font-weight: 400;
  color: #353D4E;
  line-height: 38px;
}

.dzhkf-page .customization-xb .customization-model .customization-model-left .rectangle {
  width: 70px;
  height: 8px;
  border-radius: 4px;
  background-color: #47B5AC;
  margin: 60px 0px;
}

.dzhkf-page .customization-xb .customization-base-map {
  position: absolute;
  bottom: 0px;
  right: -70px;
  z-index: -1;
  padding-bottom: 320px;
}

.dzhkf-page .customization-xb .customization-base-map img {
  display: block;
}

.dzhkf-page .customization-xb .customization-function {
  margin-top: 60px;
}

.dzhkf-page .customization-xb .customization-function ul {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: space-around;
}

.dzhkf-page .customization-xb .customization-function ul li {
  width: 387px;
  height: 234px;
  box-sizing: border-box;
  padding: 40px;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.07);
  background-color: white;
}

.dzhkf-page .customization-xb .customization-function ul li .customization-function-title {
  color: #333333;
  font-size: 24px;
  font-weight: 700;
  line-height: 42px;
  margin-top: 10px;
}

.dzhkf-page .customization-xb .customization-function ul li .customization-function-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 34px;
  color: #666666;
}

.sjgc-page {
  background: url(../../images/success-case/zhgd/fun_bg.png) no-repeat 0;
  background-position: -550px 500px;
}

.sjgc-page .sjgc-page-banner-wrapper img {
  width: 100%;
  height: 500px;
}

.sjgc-page .Project-summary {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 60px;
  background-image: url("../../images/success-case/sjgc/xmgsbg.png");
  background-size: 80% 2px;
  background-repeat: no-repeat;
  background-position: 100px 150px;
}

.sjgc-page .Project-summary .Project-summary-title {
  width: 400px;
  font-size: 30px;
  font-family: Microsoft YaHei-Bold, Microsoft YaHei;
  font-weight: bold;
  color: #151515;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
}

.sjgc-page .Project-summary .project-summary-column {
  width: 1200px;
  display: flex;
  justify-content: space-around;
}

.sjgc-page .Project-summary .project-summary-column .project-summary-column-cont {
  width: 180px;
}

.sjgc-page .Project-summary .project-summary-column .project-summary-column-cont img {
  width: 100px;
  height: 100px;
  display: block;
  margin: 0 auto;
}

.sjgc-page .Project-summary .project-summary-column .project-summary-column-cont p {
  color: #333;
  font-weight: 400;
  line-height: 36px;
  text-align: center;
}

.sjgc-page .Project-summary .project-summary-list {
  width: 1200px;
  display: flex;
  justify-content: space-around;
  color: #333333;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
}

.sjgc-page .Project-summary .project-summary-text {
  margin-top: 40px;
}

.sjgc-page .Project-summary .project-summary-text p {
  text-align: center;
  font-size: 18px;
  color: #333;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: 5px;
}

.sjgc-page .prodouct-functions {
  width: 100%;
  background-size: 100% 100%;
  background-position: center center;
  padding: 60px 0 0 0;
}

.sjgc-page .prodouct-functions .prodouct-function {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.sjgc-page .prodouct-functions .prodouct-function .prodouct-function-title {
  margin-bottom: 40px;
  width: 500px;
  font-size: 30px;
  font-family: Microsoft YaHei-Bold, Microsoft YaHei;
  font-weight: bold;
  color: #151515;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sjgc-page .prodouct-functions .prodouct-function .prodouct-function-cont {
  width: 100%;
  height: calc(100% - 190px);
}

.sjgc-page .prodouct-functions .prodouct-function .prodouct-function-cont .prodouct-function-ul {
  height: 100%;
  width: 100%;
  list-style: none;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-content: space-between;
}

.sjgc-page .prodouct-functions .prodouct-function .prodouct-function-cont .prodouct-function-ul .li-item {
  width: 360px;
  height: 404px;
  padding: 0 34px;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.07);
  box-sizing: border-box;
  background-color: white;
}

.sjgc-page .prodouct-functions .prodouct-function .prodouct-function-cont .prodouct-function-ul .li-item img {
  width: 68px;
  height: 68px;
  margin: 0 auto;
  margin-top: 60px;
  display: block;
}

.sjgc-page .prodouct-functions .prodouct-function .prodouct-function-cont .prodouct-function-ul .li-item .li-item-title {
  margin-top: 20px;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}

.sjgc-page .prodouct-functions .prodouct-function .prodouct-function-cont .prodouct-function-ul .li-item .li-item-content {
  font-weight: 400;
  font-size: 16px;
  color: #848B99;
  line-height: 32px;
  margin-top: 20px;
  text-align: center;
}

.sjgc-page .product-superiority {
  margin-top: 60px;
}

.sjgc-page .product-superiority .product-superiority-content {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.sjgc-page .product-superiority .product-superiority-content .product-superiority-cont {
  width: 285px;
  height: 160px;
  padding: 30px;
  box-sizing: border-box;
  font-size: 22px;
  font-weight: 700;
  background-color: white;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.07);
  margin-bottom: 20px;
}

.sjgc-page .product-superiority .product-superiority-content .product-superiority-cont img {
  margin-right: 20px;
  display: block;
  margin: 0 auto;
}

.sjgc-page .product-superiority .product-superiority-content .product-superiority-cont p {
  text-align: center;
  margin-top: 20px;
}

.sjgc-page .solve {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 60px;
}

.sjgc-page .solve .solve-title {
  width: 400px;
  font-size: 30px;
  font-family: Microsoft YaHei-Bold, Microsoft YaHei;
  font-weight: bold;
  color: #151515;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
}

.sjgc-page .solve .solve-cont {
  width: 1200px;
  height: 167px;
  background-color: #FFFFFF;
  padding: 40px;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.07);
  box-sizing: border-box;
  margin-bottom: 20px;
}

.sjgc-page .solve .solve-cont .solve-cont-titel {
  color: #333333;
  font-size: 24px;
  font-weight: 700;
}

.sjgc-page .solve .solve-cont .solve-cont-content {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  line-height: 30px;
  margin-top: 11px;
}

.sjgc-page .advantages {
  width: 100%;
  background-size: 100% 100%;
  background-position: center center;
  padding: 60px 0 0px 0;
}

.sjgc-page .advantages .advantage {
  width: 1200px;
  margin: 0 auto 60px auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.sjgc-page .advantages .advantage .advantage-title {
  width: 500px;
  font-size: 30px;
  font-family: Microsoft YaHei-Bold, Microsoft YaHei;
  font-weight: bold;
  color: #151515;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
}

.sjgc-page .advantages .advantage .advantage-cont {
  width: 100%;
  flex-direction: column;
  justify-content: space-evenly;
}

.sjgc-page .advantages .advantage .advantage-cont .li-item {
  width: 1200px;
  height: 160px;
  margin-bottom: 20px;
  overflow: hidden;
  border-radius: 12px 12px 12px 12px;
  border: 1px solid #D8D8D8;
  display: flex;
  flex-direction: row;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
}

.sjgc-page .advantages .advantage .advantage-cont .li-item:nth-child(7) {
  margin-bottom: 0;
}

.sjgc-page .advantages .advantage .advantage-cont .li-item img {
  margin: 53px 20px 53px 40px;
}

.sjgc-page .advantages .advantage .advantage-cont .li-item img, .sjgc-page .advantages .advantage .advantage-cont .li-item .li-item-text {
  display: block;
}

.sjgc-page .advantages .advantage .advantage-cont .li-item .li-item-text .title {
  color: #000;
  font-size: 22px;
  font-weight: 700;
  line-height: 32px;
}

.sjgc-page .advantages .advantage .advantage-cont .li-item .li-item-text .text {
  color: #61697A;
  font-size: 16px;
  line-height: 30px;
  margin-top: 8px;
}

.zhwl-bg {
  position: absolute;
  top: 450px;
  overflow: hidden;
  z-index: 1;
}

.zhwl-bg img {
  width: 160%;
  margin-left: -500px;
}

.zhyq-page {
  position: relative;
  z-index: 10;
}

.zhyq-page .zhyq-page-banner-wrapper img {
  width: 100%;
  height: 500px;
}

.zhyq-page .overview {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 60px;
}

.zhyq-page .overview .overview-title {
  width: 400px;
  font-size: 30px;
  font-family: Microsoft YaHei-Bold, Microsoft YaHei;
  font-weight: bold;
  color: #151515;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
}

.zhyq-page .overview .overview-cont {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.zhyq-page .overview .overview-cont .cont-text {
  width: 451px;
  height: 288px;
  font-size: 18px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #353D4E;
  line-height: 36px;
}

.zhyq-page .overview .overview-cont img {
  width: 716px;
  height: 406px;
}

.zhyq-page .prodouct-functions {
  width: 100%;
  background: url(../../images/success-case/zhgd/fun_bg.png) no-repeat 0;
  background-size: 100% 100%;
  background-position: center center;
  padding: 60px 0 0 0;
}

.zhyq-page .prodouct-functions .prodouct-function-title {
  width: 400px;
  font-size: 30px;
  font-family: Microsoft YaHei-Bold, Microsoft YaHei;
  font-weight: bold;
  color: #151515;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
}

.zhyq-page .prodouct-functions .prodouct-function {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

.zhyq-page .prodouct-functions .prodouct-function .prodouct-function-title {
  width: 500px;
  font-size: 30px;
  font-family: Microsoft YaHei-Bold, Microsoft YaHei;
  font-weight: bold;
  color: #151515;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
}

.zhyq-page .prodouct-functions .prodouct-function .prodouct-function-cont {
  width: 100%;
}

.zhyq-page .prodouct-functions .prodouct-function .prodouct-function-cont .prodouct-function-ul {
  width: 1200px;
  list-style: none;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-content: space-between;
}

.zhyq-page .prodouct-functions .prodouct-function .prodouct-function-cont .prodouct-function-ul .li-item {
  margin-bottom: 20px;
  height: 160px;
  width: 590px;
  padding: 40px;
  box-sizing: border-box;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.07);
  background: #FFFFFF;
}

.zhyq-page .prodouct-functions .prodouct-function .prodouct-function-cont .prodouct-function-ul .li-item .li-item-title {
  display: flex;
  color: #333333;
  align-items: center;
  font-size: 18px;
  font-weight: 700;
}

.zhyq-page .prodouct-functions .prodouct-function .prodouct-function-cont .prodouct-function-ul .li-item .li-item-title img {
  width: 22px;
  height: 22px;
  margin-right: 4px;
}

.zhyq-page .prodouct-functions .prodouct-function .prodouct-function-cont .prodouct-function-ul .li-item .li-item-content {
  margin-top: 10px;
  color: #848B99;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}

.zhyq-page .solve {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 60px;
}

.zhyq-page .solve .solve-title {
  width: 400px;
  font-size: 30px;
  font-family: Microsoft YaHei-Bold, Microsoft YaHei;
  font-weight: bold;
  color: #151515;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
}

.zhyq-page .solve .solve-cont {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 70px;
}

.zhyq-page .solve .solve-cont:nth-child(6) {
  margin-bottom: 0;
}

.zhyq-page .solve .solve-cont .cont-text {
  width: 360px;
  height: 458px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  padding: 30px 50px;
  border-radius: 4px 4px 4px 4px;
  background-color: white;
  border: 1px solid #D8D8D8;
  box-sizing: border-box;
}

.zhyq-page .solve .solve-cont .cont-text .cont-text-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 42px;
}

.zhyq-page .solve .solve-cont .cont-text .cont-text-content {
  margin-top: 30px;
  font-size: 16px;
  font-weight: 400;
  line-height: 34px;
  color: #666666;
}

.zhyq-page .solve .solve-cont .cont-img {
  width: 807px;
  height: 458px;
  overflow: hidden;
}

.zhyq-page .solve .solve-cont .cont-img img {
  width: 807px;
  height: 458px;
}

.zhyq-page .advantages {
  width: 100%;
  background-size: 100% 100%;
  background-position: center center;
  padding: 60px 0 0px 0;
}

.zhyq-page .advantages .advantage {
  width: 1200px;
  margin: 0 auto 60px auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.zhyq-page .advantages .advantage .advantage-title {
  width: 500px;
  font-size: 30px;
  font-family: Microsoft YaHei-Bold, Microsoft YaHei;
  font-weight: bold;
  color: #151515;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
}

.zhyq-page .advantages .advantage .advantage-cont {
  width: 100%;
  flex-direction: column;
  justify-content: space-evenly;
}

.zhyq-page .advantages .advantage .advantage-cont .li-item {
  width: 1200px;
  height: 160px;
  margin-bottom: 20px;
  overflow: hidden;
  border-radius: 12px 12px 12px 12px;
  border: 1px solid #D8D8D8;
  display: flex;
  flex-direction: row;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
}

.zhyq-page .advantages .advantage .advantage-cont .li-item:nth-child(6) {
  margin-bottom: 0px;
}

.zhyq-page .advantages .advantage .advantage-cont .li-item img {
  margin: 53px 20px 53px 40px;
  width: 54px;
  height: 54px;
}

.zhyq-page .advantages .advantage .advantage-cont .li-item img, .zhyq-page .advantages .advantage .advantage-cont .li-item .li-item-text {
  display: block;
}

.zhyq-page .advantages .advantage .advantage-cont .li-item .li-item-text .title {
  color: #000;
  font-size: 22px;
  font-weight: 700;
  line-height: 32px;
}

.zhyq-page .advantages .advantage .advantage-cont .li-item .li-item-text .text {
  color: #61697A;
  font-size: 16px;
  line-height: 30px;
  margin-top: 8px;
  padding-right: 40px;
}

.zhwl-bg {
  position: absolute;
  top: 450px;
  overflow: hidden;
  z-index: 1;
}

.zhwl-bg img {
  width: 160%;
  margin-left: -500px;
}

.zhwl-bg2 {
  position: absolute;
  overflow: hidden;
  z-index: 1;
  top: 3075px;
  height: 2100px;
}

.zhwl-bg2 img {
  width: 160%;
  margin-left: -500px;
}

.detail-pages .detail {
  display: none;
  overflow: hidden;
}

.detail-pages .setShow {
  width: 100%;
  display: block !important;
}

.page-button {
  width: 100%;
  height: 200px;
  background: #2B6BFF;
  background: url(../../images/success-case/zhjt/zhgd_foot_back.png) no-repeat 0;
  background-size: 100% 100%;
  background-position: center center;
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: space-around;
  align-items: center;
}

.page-button .serveCoat {
  display: flex;
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 30px;
}

.page-button .serveCoat .serve {
  display: block;
  margin: 0 20px;
}

.page-button .serveCoat .serve img {
  margin-right: 5px;
}

.page-button .serveCoat .serve img, .page-button .serveCoat .serve span {
  vertical-align: middle;
}

.page-button .contactUs {
  width: 262px;
  height: 64px;
  line-height: 64px;
  text-align: center;
  border: 2px solid #FFFFFF;
  border-radius: 31px;
}

.page-button .contactUs a {
  font-size: 18px;
  font-weight: 300;
  color: #FFFFFF;
}

.page-button .recordNumber {
  text-align: center;
  font-size: 10px;
  color: #FFFFFF;
}

.page-button .recordNumber a {
  font-size: 10px;
  color: #FFFFFF;
}

.page-button .recordNumber a:hover {
  color: #90e4e9;
}

@-webkit-keyframes ball {
  0% {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    transform: translateZ(0);
  }
}

@keyframes ball {
  0% {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    transform: translateZ(0);
  }
}

.index-container {
  margin-top: -80px;
}

.animation {
  -webkit-animation-name: ball;
  animation-name: ball;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}

.animBtn:hover {
  text-shadow: none;
  background: linear-gradient(90deg, rgba(19, 109, 255, 0.5), rgba(0, 40, 255, 0.5));
}

.module-title-container {
  position: relative;
  height: 50px;
  text-align: center;
}

.module-title-container .bg-title {
  font-size: 36px;
  font-weight: bold;
  color: #333333;
  opacity: 0.1;
}

.module-title-container .title {
  font-size: 30px;
  font-weight: bold !important;
  color: #333333;
  line-height: 48px;
  z-index: 1;
  position: absolute;
  top: 29px;
  left: 50%;
  transform: translate(-50%, -50%);
}

.more-box {
  width: 120px;
  height: 40px;
  margin: 10px auto;
  margin-bottom: 0;
  /*border: 1px solid #0075c2;*/
  border: 1px solid rgba(0, 117, 194, 0.3);
  background: linear-gradient(90deg, #136dff, #0028ff);
  border-radius: 4px;
  transition: All 0.4s ease-in-out;
}

.more-box a {
  font-size: 14px;
  font-weight: 400;
  color: #fefefe;
  line-height: 36px;
  width: 100%;
  display: block;
  text-align: center;
}

.more-box:hover {
  transform: 1s;
  margin-top: 7px;
  margin-bottom: 3px;
}

#success-product .swiper-slide {
  width: 360px;
  height: 460px;
  border-radius: 4px;
}

#success-product .swiper-slide img {
  width: 100%;
  height: 100%;
  border: none;
}

.banner-wrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
  height: 500px;
  background-image: url("../images/index2/banner.png");
  background-size: 100% 100%;
  margin-top: 79px;
}

.banner-wrapper .banner-imgs {
  white-space: nowrap;
}

.banner-wrapper .banner-img-item {
  float: left;
}

.banner-wrapper .banner-img-item img {
  width: 100%;
  border: none;
  height: 620px;
}

.banner-wrapper .banner-circles {
  position: absolute;
  bottom: 42px;
  right: 100px;
  z-index: 9000;
}

.banner-wrapper .banner-circles span {
  cursor: pointer;
  width: 12px;
  height: 12px;
  background: #ffffff;
  border-radius: 50%;
  display: inline-block;
  margin-left: 10px;
}

.banner-wrapper .banner-circles .active {
  width: 30px;
  border-radius: 6px;
}

.banner-wrapper .banner-numbers {
  position: absolute;
  bottom: 27px;
  left: 104px;
  height: 50px;
  width: 32px;
  z-index: 9001;
  color: #ffffff;
}

.banner-wrapper .banner-numbers .current {
  font-size: 24px;
  font-weight: 400;
  position: absolute;
  top: -6px;
  left: 4px;
}

.banner-wrapper .banner-numbers .line {
  position: absolute;
  top: 9px;
  left: 14px;
  font-size: 20px;
  font-weight: 100;
}

.banner-wrapper .banner-numbers .total {
  font-size: 16px;
  position: absolute;
  bottom: 15px;
  right: 1px;
}

.product-sys-wrapper {
  width: 100%;
  background-color: #fff;
  padding-top: 60px;
  height: 540px;
  position: relative;
  background-image: url("../images/index2/sdhxbg2.png");
  background-position: -400px -350px;
}

.product-sys-wrapper .product-sys-content {
  margin: 0 auto;
  margin-top: 60px;
  position: relative;
  z-index: 2;
  width: 1200px;
}

.product-sys-wrapper .product-sys-content .product-sys-top {
  width: 1200px;
  height: 164px;
  margin: 0 auto;
  cursor: pointer;
}

.product-sys-wrapper .product-sys-content .product-sys-top ul {
  padding: 0;
  margin: 0;
  list-style: none;
  width: 100%;
  display: flex;
  height: 100%;
}

.product-sys-wrapper .product-sys-content .product-sys-top ul .click-top-item {
  height: 100%;
  width: 300px;
  box-sizing: border-box;
  border: 1px solid #EBEBEB;
  padding: 40px;
  background-color: white;
  border-bottom: 0;
  transition: 1s;
  position: relative;
}

.product-sys-wrapper .product-sys-content .product-sys-top ul .click-top-item img {
  transition: 1s;
  position: absolute;
  left: 50;
}

.product-sys-wrapper .product-sys-content .product-sys-top ul .click-top-item img:nth-child(2) {
  opacity: 0;
}

.product-sys-wrapper .product-sys-content .product-sys-top ul .click-top-item img:nth-child(1) {
  opacity: 1;
}

.product-sys-wrapper .product-sys-content .product-sys-top ul .click-top-item p {
  color: #333333;
  font-size: 18px;
  font-weight: 700;
  position: absolute;
  top: 90px;
  transition: 1s;
}

.product-sys-wrapper .product-sys-content .product-sys-top ul .active {
  background: #EEF5FD;
}

.product-sys-wrapper .product-sys-content .product-sys-top ul .active p {
  color: #0271EF;
  font-weight: 700;
  font-size: 18px;
}

.product-sys-wrapper .product-sys-content .product-sys-top ul .active img:nth-child(1) {
  opacity: 0;
}

.product-sys-wrapper .product-sys-content .product-sys-top ul .active img:nth-child(2) {
  opacity: 1;
}

.product-sys-wrapper .product-sys-content .product-sys-bottom {
  width: 1200px;
  height: 208px;
  margin: 0 auto;
  border: 1px solid #EBEBEB;
  border-top: 0;
  box-sizing: border-box;
  background: #EEF5FD;
  display: flex;
  transition: 1s;
  position: absolute;
  z-index: 10;
}

.product-sys-wrapper .product-sys-content .product-sys-bottom.productShow {
  opacity: 0;
  z-index: 1;
}

.product-sys-wrapper .product-sys-content .product-sys-bottom .product-sys-bottom-item {
  width: 400px;
  height: 100%;
  padding-left: 60px;
  padding-right: 60px;
  padding-top: 40px;
  box-sizing: border-box;
  position: relative;
}

.product-sys-wrapper .product-sys-content .product-sys-bottom .product-sys-bottom-item h5 {
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 10px;
}

.product-sys-wrapper .product-sys-content .product-sys-bottom .product-sys-bottom-item p {
  margin-bottom: 46px;
  color: #4F5051;
  line-height: 26px;
}

.product-sys-wrapper .product-sys-content .product-sys-bottom .product-sys-bottom-button {
  position: absolute;
  font-size: 14px;
  color: #8797AF;
  margin: 0 auto;
  bottom: 30px;
  left: 560px;
  line-height: 34px;
  transition: All 0.4s ease-in-out;
}

.product-sys-wrapper .product-sys-content .product-sys-bottom .product-sys-bottom-button .product-sys-bottom-button-img {
  display: none;
}

.product-sys-wrapper .product-sys-content .product-sys-bottom .product-sys-bottom-button:hover {
  bottom: 33px;
  color: #0271EF;
  cursor: pointer;
}

.product-sys-wrapper .product-sys-content .product-sys-bottom .product-sys-bottom-button:hover .product-sys-bottom-button-img {
  display: inline-block;
}

.product-sys-wrapper .product-sys-content .product-sys-bottom .product-sys-bottom-button:hover .product-sys-bottom-button-img2 {
  display: none;
}

.product-sys-wrapper .product-sys-content .product-sys-bottom .product-sys-bottom-button img {
  width: 12px;
  height: 12px;
  margin-left: 3px;
}

.product-sys-wrapper .news-information {
  width: 100%;
  height: 410px;
  overflow: hidden;
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  margin-top: 60px;
  margin-bottom: 20px;
}

.product-sys-wrapper .news-information .news-information-left, .product-sys-wrapper .news-information .news-information-right {
  position: relative;
  width: 360px;
  height: 390px;
}

.product-sys-wrapper .news-information .news-information-left img, .product-sys-wrapper .news-information .news-information-right img {
  width: 44px;
  height: 44px;
  cursor: pointer;
}

.product-sys-wrapper .news-information .news-information-left .button-left, .product-sys-wrapper .news-information .news-information-right .button-left {
  position: absolute;
  right: 50px;
  top: 178px;
}

.product-sys-wrapper .news-information .news-information-left .button-right, .product-sys-wrapper .news-information .news-information-right .button-right {
  position: absolute;
  left: 50px;
  top: 178px;
}

.product-sys-wrapper .news-information .news-information-main {
  width: 1180px;
  height: 410px;
  position: relative;
  overflow: hidden;
}

.product-sys-wrapper .news-information .news-information-main .news-information-content {
  position: absolute;
  display: flex;
  left: 0;
}

.product-sys-wrapper .news-information .news-information-main .show_pic {
  width: 380px;
  background-color: #FFFFFF;
  margin-left: 10px;
  margin-bottom: 20px;
  /* transition: left 10s; */
}

.product-sys-wrapper .news-information .news-information-main .show_pic img {
  width: 100%;
  height: 240px;
}

.product-sys-wrapper .news-information .news-information-main .show_pic h5 {
  color: #333333;
  font-size: 18px;
  font-weight: 400;
  margin: 20px;
}

.product-sys-wrapper .news-information .news-information-main .show_pic p {
  margin: 0 20px;
  color: #848B99;
  font-size: 14px;
}

.product-sys-wrapper .news-information .news-information-main .show_pic:hover {
  cursor: pointer;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}

.product-sys-wrapper .control {
  width: 100%;
  height: 30px;
  text-align: right;
}

.news-information {
  width: 100%;
  background-color: #fff;
  padding-top: 60px;
  height: 570px;
  position: relative;
  background-image: url("../images/index2/sdhxbg2.png");
  background-position: -400px -350px;
}

.news-information .swiper-Elastic {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 360px;
}

.news-information .swiper-Elastic .swiper-left {
  width: 360px;
  height: 100%;
  position: relative;
}

.news-information .swiper-Elastic .swiper-left img {
  position: absolute;
  right: 50px;
  top: 140px;
  cursor: pointer;
}

.news-information .swiper-Elastic .swiper-right {
  width: 360px;
  height: 100%;
  position: relative;
}

.news-information .swiper-Elastic .swiper-right img {
  cursor: pointer;
  position: absolute;
  left: 50px;
  top: 140px;
}

.news-information .swiper-container {
  width: 1200px;
  height: 360px;
  padding: 5px;
  padding-top: 20px;
  margin: 0;
}

.news-information .swiper-container .swiper-wrapper {
  width: 386px;
  height: 320px;
}

.news-information .swiper-container .swiper-wrapper .swiper-slide {
  box-sizing: border-box;
  background-color: white;
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.07);
  transition: All 0.4s ease-in-out;
}

.news-information .swiper-container .swiper-wrapper .swiper-slide:hover {
  cursor: pointer;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.17);
  transform: scale(1.05);
}

.news-information .swiper-container .swiper-wrapper .swiper-slide:hover .show_pic h5 {
  color: #0271EF;
}

.news-information .swiper-container .swiper-wrapper img {
  width: 100%;
  height: 240px;
}

.news-information .swiper-container .swiper-wrapper .show_pic {
  padding: 10px 20px;
  padding-top: 10px;
}

.news-information .swiper-container .swiper-wrapper .show_pic h5 {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  height: 50px;
  color: #333333;
}

.news-information .swiper-container .swiper-wrapper .show_pic p {
  font-size: 14px;
  color: #848B99;
  font-weight: 400;
  margin-top: 10px;
  line-height: 28px;
}

.news-information .swiper-container .swiper-button-prev {
  display: none;
}

.news-information .swiper-container .swiper-button-next {
  display: none;
}

.news-information .product-sys-content {
  margin: 0 auto;
  margin-top: 60px;
  position: relative;
  z-index: 2;
  width: 1200px;
}

.news-information .product-sys-content .product-sys-top {
  width: 1200px;
  height: 164px;
  margin: 0 auto;
  cursor: pointer;
}

.news-information .product-sys-content .product-sys-top ul {
  padding: 0;
  margin: 0;
  list-style: none;
  width: 100%;
  display: flex;
  height: 100%;
}

.news-information .product-sys-content .product-sys-top ul .click-top-item {
  height: 100%;
  width: 300px;
  box-sizing: border-box;
  border: 1px solid #EBEBEB;
  padding: 40px;
  background-color: white;
  border-bottom: 0;
  transition: 1s;
  position: relative;
}

.news-information .product-sys-content .product-sys-top ul .click-top-item img {
  transition: 1s;
  position: absolute;
  left: 50;
}

.news-information .product-sys-content .product-sys-top ul .click-top-item img:nth-child(2) {
  opacity: 0;
}

.news-information .product-sys-content .product-sys-top ul .click-top-item img:nth-child(1) {
  opacity: 1;
}

.news-information .product-sys-content .product-sys-top ul .click-top-item p {
  color: #333333;
  font-size: 18px;
  font-weight: 700;
  position: absolute;
  top: 90px;
  transition: 1s;
}

.news-information .product-sys-content .product-sys-top ul .active {
  background: #EEF5FD;
}

.news-information .product-sys-content .product-sys-top ul .active p {
  color: #0271EF;
  font-weight: 700;
  font-size: 18px;
}

.news-information .product-sys-content .product-sys-top ul .active img:nth-child(1) {
  opacity: 0;
}

.news-information .product-sys-content .product-sys-top ul .active img:nth-child(2) {
  opacity: 1;
}

.news-information .product-sys-content .product-sys-bottom {
  width: 1200px;
  height: 208px;
  margin: 0 auto;
  border: 1px solid #EBEBEB;
  border-top: 0;
  box-sizing: border-box;
  background: #EEF5FD;
  display: flex;
  transition: 1s;
  position: absolute;
  z-index: 10;
}

.news-information .product-sys-content .product-sys-bottom.productShow {
  opacity: 0;
  z-index: 1;
}

.news-information .product-sys-content .product-sys-bottom .product-sys-bottom-item {
  width: 400px;
  height: 100%;
  padding-left: 60px;
  padding-top: 40px;
  box-sizing: border-box;
  position: relative;
}

.news-information .product-sys-content .product-sys-bottom .product-sys-bottom-item h5 {
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 10px;
}

.news-information .product-sys-content .product-sys-bottom .product-sys-bottom-item p {
  margin-bottom: 46px;
  color: #4F5051;
  line-height: 26px;
}

.news-information .product-sys-content .product-sys-bottom .product-sys-bottom-button {
  position: absolute;
  font-size: 14px;
  color: #8797AF;
  margin: 0 auto;
  bottom: 30px;
  left: 560px;
  line-height: 34px;
  transition: All 0.4s ease-in-out;
}

.news-information .product-sys-content .product-sys-bottom .product-sys-bottom-button .product-sys-bottom-button-img {
  display: none;
}

.news-information .product-sys-content .product-sys-bottom .product-sys-bottom-button:hover {
  bottom: 33px;
  color: #0271EF;
  cursor: pointer;
}

.news-information .product-sys-content .product-sys-bottom .product-sys-bottom-button:hover .product-sys-bottom-button-img {
  display: inline-block;
}

.news-information .product-sys-content .product-sys-bottom .product-sys-bottom-button:hover .product-sys-bottom-button-img2 {
  display: none;
}

.news-information .product-sys-content .product-sys-bottom .product-sys-bottom-button img {
  width: 12px;
  height: 12px;
  margin-left: 3px;
}

.news-information .news-information {
  width: 100%;
  height: 410px;
  overflow: hidden;
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  margin-top: 60px;
  margin-bottom: 20px;
}

.news-information .news-information .news-information-left, .news-information .news-information .news-information-right {
  position: relative;
  width: 360px;
  height: 390px;
}

.news-information .news-information .news-information-left img, .news-information .news-information .news-information-right img {
  width: 44px;
  height: 44px;
  cursor: pointer;
}

.news-information .news-information .news-information-left .button-left, .news-information .news-information .news-information-right .button-left {
  position: absolute;
  right: 50px;
  top: 178px;
}

.news-information .news-information .news-information-left .button-right, .news-information .news-information .news-information-right .button-right {
  position: absolute;
  left: 50px;
  top: 178px;
}

.news-information .news-information .news-information-main {
  width: 1180px;
  height: 410px;
  position: relative;
  overflow: hidden;
}

.news-information .news-information .news-information-main .news-information-content {
  position: absolute;
  display: flex;
  left: 0;
}

.news-information .news-information .news-information-main .show_pic {
  width: 380px;
  background-color: #FFFFFF;
  margin-left: 10px;
  margin-bottom: 20px;
  /* transition: left 10s; */
}

.news-information .news-information .news-information-main .show_pic img {
  width: 100%;
  height: 240px;
}

.news-information .news-information .news-information-main .show_pic h5 {
  color: #333333;
  font-size: 18px;
  font-weight: 400;
  margin: 20px;
}

.news-information .news-information .news-information-main .show_pic p {
  margin: 0 20px;
  color: #848B99;
  font-size: 14px;
}

.news-information .news-information .news-information-main .show_pic:hover {
  cursor: pointer;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}

.news-information .news-information-button {
  cursor: pointer;
  width: 180px;
  height: 50px;
  background: #0271EF;
  line-height: 50px;
  text-align: center;
  border-radius: 25px 25px 25px 25px;
  margin: 0 auto;
  position: relative;
  z-index: 10;
  margin-top: 10px;
  transition: All 0.4s ease-in-out;
}

.news-information .news-information-button a {
  color: #FFFFFF;
}

.news-information .news-information-button:hover {
  margin-top: 5px;
}

.news-information .control {
  width: 100%;
  height: 30px;
  text-align: right;
}

.success-product-wrapper {
  width: 100%;
  height: 752px;
  position: relative;
  z-index: 1;
  background: url("../images/index2/cgalbg.png") no-repeat;
  background-size: 100% 100%;
  background-position: -10px bottom;
  background-color: #f7f7f7;
  overflow: hidden;
}

.success-product-wrapper .module-title-container {
  margin-top: 60px;
}

.success-product-wrapper .success-product-text {
  text-align: center;
  margin-top: 40px;
  font-size: 16px;
}

.success-product-wrapper .case-container {
  width: 1210px;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin-top: 60px;
}

.success-product-wrapper .case-container .case-item {
  width: 390px;
  height: 140px;
  background-color: #FFFFFF;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.07);
  margin-bottom: 20px;
  display: flex;
  position: relative;
  transition: 1s;
}

.success-product-wrapper .case-container .case-item .case-item-p {
  color: #8797AF;
  transition: 1s;
}

.success-product-wrapper .case-container .case-item .case-item-left {
  padding-top: 40px;
  padding-left: 40px;
  width: 300px;
}

.success-product-wrapper .case-container .case-item .case-item-left h5 {
  font-size: 18px;
}

.success-product-wrapper .case-container .case-item .case-item-left p {
  font-size: 14px;
  font-weight: 400;
  margin-top: 10px;
}

.success-product-wrapper .case-container .case-item .case-item-right {
  width: 44px;
  height: 44px;
}

.success-product-wrapper .case-container .case-item .case-item-right img {
  width: 44px;
  height: 44px;
  position: absolute;
  right: 20px;
  top: 50px;
}

.success-product-wrapper .case-container .case-item .case-item-right .case-item-img2 {
  opacity: 0;
}

.success-product-wrapper .case-container .case-item .img1 {
  opacity: 1;
  position: absolute;
  left: 230px;
  transition: 1s;
}

.success-product-wrapper .case-container .case-item .img2 {
  opacity: 0;
  position: absolute;
  left: 230px;
  transition: 1s;
}

.success-product-wrapper .case-container .case-item:hover {
  margin-top: -10px;
  transform: 1s;
  color: white;
  background-color: #0271EF;
  cursor: pointer;
}

.success-product-wrapper .case-container .case-item:hover .case-item-p {
  color: white;
}

.success-product-wrapper .case-container .case-item:hover .case-item-img {
  opacity: 0;
  transition: 1s;
}

.success-product-wrapper .case-container .case-item:hover .case-item-img2 {
  opacity: 1;
  transition: 1s;
}

.success-product-wrapper .case-container .case-item:hover .img1 {
  opacity: 0;
}

.success-product-wrapper .case-container .case-item:hover .img2 {
  opacity: 1;
}

.success-product-wrapper .case-container .case-item:nth-child(9) {
  line-height: 140px;
  text-align: center;
}

.success-product-wrapper .case-container .case-item:nth-child(9) p {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
}

.success-product-wrapper .case-container .case-item:nth-child(9) p img {
  margin-left: 5px;
}

.success-product-wrapper .success-product-container {
  display: flex;
  justify-content: flex-end;
  padding: 50px 0 50px 0;
}

.success-product-wrapper .success-product-left {
  width: 790px;
}

.success-product-wrapper .success-product-left .success-product-types {
  display: flex;
  font-size: 36px;
  font-weight: bold;
  flex-wrap: wrap;
  min-width: 236px;
  text-align: center;
}

.success-product-wrapper .success-product-left .success-product-types a {
  margin-bottom: 30px;
  font-size: 30px;
  font-weight: bold;
  line-height: 30px;
  color: #c6cfe5;
  width: 225px;
  /*margin-right: 135px;*/
  /*&:nth-of-type(3n) {
          margin-right: 0px;
          width: 150px;
        }*/
  /*&:nth-of-type(1),
        &:nth-of-type(4),
        &:nth-of-type(7) {
          width: 180px;
        }*/
}

.success-product-wrapper .success-product-left .success-product-types .active {
  opacity: 1;
  color: #2b6bff;
}

.success-product-wrapper .success-product-left .success-product-types .last-one {
  opacity: 0;
}

.success-product-wrapper .success-product-left .banner-carousel-wrapper {
  margin-top: 35px;
}

.success-product-wrapper .success-product-left .success-product-desc {
  margin: 17px 0 29px 0;
  font-size: 18px;
  font-weight: 400;
  color: #787878;
  line-height: 2em;
  width: 80%;
}

.success-product-wrapper .success-product-left .more-box {
  width: 100px;
  text-align: left;
  margin-bottom: 35px;
  border: 1px solid rgba(0, 117, 194, 0.3);
}

.success-product-wrapper .success-product-right {
  width: 710px;
  min-width: 650px;
  position: relative;
  overflow: hidden;
  margin-top: 81px;
}

.success-product-wrapper .success-product-right .img-text {
  width: 24px;
  height: 155px;
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #FFFFFF;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.success-product-wrapper .success-product-right .success-product-pics {
  height: 570px;
  display: flex;
  width: 100%;
  position: absolute;
  left: 0%;
  top: 50%;
  margin-top: -275px;
  transition: left 3s;
  width: 170%;
}

.success-product-wrapper .success-product-right .success-product-pic {
  width: 33%;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.success-product-wrapper .success-product-right .success-product-pic img {
  width: 100%;
  height: 550px;
}

.success-product-wrapper .success-product-right .success-product-pic.active {
  width: 80%;
  margin-right: 12%;
  height: 570px;
}

.success-product-wrapper .success-product-right .success-product-left-arrow {
  position: absolute;
  left: 50px;
  top: 50%;
  margin-top: -20px;
}

.success-product-wrapper .success-product-right .success-product-right-arrow {
  position: absolute;
  right: 192px;
  top: 50%;
  margin-top: -20px;
}

.about-us-wrapper {
  background: #F7F8FA;
  height: 680px;
  overflow: hidden;
}

.about-us-wrapper .more-box {
  margin-top: 60px;
}

.about-us-wrapper .module-title-container {
  margin-top: 60px;
  margin-bottom: 60px;
  text-align: center;
}

.about-us-wrapper .about-us-container {
  width: 1200px;
  display: flex;
  margin: 0 auto;
}

.about-us-wrapper .about-us-left {
  width: 630px;
  flex: none;
}

.about-us-wrapper .about-us-left img {
  width: 100%;
  height: 447px;
}

.about-us-wrapper .about-us-right {
  width: 570px;
  height: 447px;
  color: #666;
  position: relative;
  padding: 40px;
  background: #FFFF;
  box-sizing: border-box;
}

.about-us-wrapper .about-us-t4 {
  font-size: 24px;
  font-weight: 400;
  color: #333333;
  margin-bottom: 50px;
}

.about-us-wrapper .about-us-text {
  text-align: justify;
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  line-height: 36px;
}

.about-us-wrapper .about-us-good {
  margin: 30px 0 14px;
}

.about-us-wrapper .about-us-good p {
  line-height: 32px;
  font-size: 14px;
}

.about-us-wrapper .about-us-good img {
  vertical-align: middle;
  margin-right: 10px;
}

.about-us-wrapper a {
  color: #8797AF;
  font-size: 14px;
  line-height: 18px;
  display: flex;
  align-items: center;
  transition: All 0.4s ease-in-out;
}

.about-us-wrapper a img {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-left: 2px;
}

.about-us-wrapper a .img1 {
  display: none;
}

.about-us-wrapper a .img2 {
  display: inline-block;
}

.about-us-wrapper a:hover {
  color: #0271EF;
  margin-top: -3px;
}

.about-us-wrapper a:hover .img1 {
  display: inline-block;
}

.about-us-wrapper a:hover .img2 {
  display: none;
}

.about-us-wrapper .about-us-year-number {
  position: absolute;
  right: -7px;
  bottom: 0;
  font-size: 154px;
  font-weight: bold;
  color: #0075c2;
  opacity: 0.2;
}

.important-client {
  margin: 0;
  padding: 0;
  width: 100%;
  background-image: url("../images/index2/zykhbg.png");
  overflow: hidden;
}

.important-client .module-title-container {
  margin-top: 60px;
}

.important-client .module-title-container .bg-title {
  color: white;
}

.important-client .module-title-container .title {
  color: white;
}

.important-client .important-client-text {
  width: 1200px;
  font-size: 16px;
  margin: 0 auto;
  font-weight: 400;
  line-height: 30px;
  color: white;
  text-align: center;
  margin-top: 40px;
}

.important-client .important-client-content {
  width: 1200px;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  justify-content: space-around;
  margin-top: 40px;
  margin-bottom: 60px;
}

.important-client .important-client-content .important-client-item {
  width: 285px;
  height: 100px;
  margin-bottom: 20px;
}

.customers-wrapper {
  height: 800px;
  background: url(../images/map.png) center center no-repeat;
  position: relative;
  padding-top: 50px;
  box-sizing: border-box;
  background-color: #f7f7f7;
}

.customers-wrapper .module-title-container {
  margin-bottom: 20px;
  width: 100%;
}

.customers-wrapper .des {
  width: 791px;
  font-size: 16px;
  color: #333333;
  line-height: 30px;
  margin: 0 auto;
}

.customers-wrapper .customers-cotainer-wrapper {
  position: absolute;
  height: 100%;
  width: 1454px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.customers-wrapper .customers-cotainer {
  height: 100%;
  width: 1454px;
  margin-top: 20px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

.customers-wrapper .customers-cotainer .icon {
  transition: all 0.3s;
  cursor: pointer;
  position: absolute;
}

.customers-wrapper .customers-cotainer .customers-t3 {
  position: absolute;
  left: 122px;
  top: 50px;
  font-size: 24px;
  color: #333;
  width: 200px;
}

.customers-wrapper .customers-cotainer .zgdj-box {
  position: absolute;
  top: 41px;
  left: 71px;
  width: 120px;
  height: 120px;
  border-radius: 50%;
}

.customers-wrapper .customers-cotainer .zgwz-box {
  position: absolute;
  top: 148px;
  left: 1140px;
  width: 110px;
  height: 110px;
  border-radius: 50%;
}

.customers-wrapper .customers-cotainer .gjdw-box {
  position: absolute;
  top: 320px;
  left: 170px;
  width: 104px;
  height: 104px;
  border-radius: 50%;
}

.customers-wrapper .customers-cotainer .zgdz-box {
  position: absolute;
  top: 526px;
  left: 570px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
}

.customers-wrapper .customers-cotainer .yzf-box {
  position: absolute;
  top: 299px;
  left: -420px;
  width: 104px;
  height: 104px;
}

.customers-wrapper .customers-cotainer .bonc-box {
  position: absolute;
  top: 600px;
  left: -500px;
  width: 120px;
  height: 120px;
}

.customers-wrapper .customers-cotainer .maipu-box {
  position: absolute;
  top: 210px;
  left: -470px;
  width: 104px;
  height: 104px;
}

.customers-wrapper .customers-cotainer .sangfor-box {
  position: absolute;
  top: 536px;
  left: -480px;
  width: 120px;
  height: 120px;
}

.customers-wrapper .customers-cotainer .cetc-box {
  position: absolute;
  top: 582px;
  right: 350px;
  width: 150px;
  height: 150px;
}

.customers-wrapper .customers-cotainer .xiangxu-box {
  position: absolute;
  top: 200px;
  left: -359px;
  width: 120px;
  height: 120px;
}

.customers-wrapper .customers-cotainer .huawei-box {
  position: absolute;
  top: 320px;
  left: -390px;
  width: 104px;
  height: 104px;
}

.customers-wrapper .customers-cotainer .taiji-box {
  position: absolute;
  top: 160px;
  left: -430px;
  width: 94px;
  height: 94px;
}

.customers-wrapper .customers-cotainer .inspur-box {
  top: 276px;
  left: 1090px;
  width: 140px;
  height: 140px;
}

.customers-wrapper .customers-cotainer .dianxing-box {
  position: absolute;
  top: 500px;
  left: 810px;
  width: 104px;
  height: 104px;
}

.customers-wrapper .customers-cotainer .liantong-box {
  position: absolute;
  top: 387px;
  left: 1110px;
  width: 94px;
  height: 94px;
}

.zanwei {
  padding-top: 100px;
}

.with-underline-box {
  position: relative;
  padding-bottom: 10px;
}

.with-underline-box .line {
  position: absolute;
  width: 60%;
  bottom: 0;
  height: 1px;
  left: 0;
  background: #cccccc;
}

.arrow {
  display: inline-block;
  width: 40px;
  height: 40px;
  font-size: 0;
  cursor: pointer;
}

.arrow.arrow-left {
  background: url(../images/arrow-left.png);
  margin-right: 14px;
}

.arrow.arrow-right {
  background: url(../images/arrow-right-active.png);
}

@media screen and (max-width: 1600px) {
  .about-us-year-number {
    font-size: 110px !important;
  }
  .m1600-hidden {
    display: none;
  }
  .banner-circles {
    bottom: 120px !important;
    left: 50% !important;
    margin-left: -30px;
  }
  .banner-numbers {
    left: 2% !important;
  }
}

@media screen and (max-width: 1380px) {
  .banner-numbers {
    bottom: 95px !important;
    left: 75px !important;
  }
}

@media screen and (max-width: 1300px) {
  .about-us-year-number {
    font-size: 90px !important;
  }
}

.go_to_top {
  position: fixed;
  right: 30px;
  bottom: 50px;
  z-index: 100;
  cursor: pointer;
  width: 50px;
  height: 50px;
  border-radius: 4px;
  background-image: url(../images/fanhuidingbu.png);
  background-size: 30px 30px;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #2b6bff;
}

.go_to_top:hover {
  box-shadow: 0 2px 4px 0 rgba(90, 36, 229, 0.3);
}

.footer {
  background-color: #393d40;
  color: #fff;
  font-size: 16px;
}

.footer-container {
  width: 80%;
  margin: 0 auto;
  display: flex;
}

.footer-top {
  padding: 40px 0;
}

.footer-top a {
  color: #fff;
}

.footer-top a:hover {
  color: #497fff;
}

.footer-top .footer-top-left {
  flex: 1;
  margin-right: 13%;
  display: flex;
  justify-content: space-between;
}

.footer-top .footer-top-left li {
  line-height: 48px;
  display: flex;
  justify-content: flex-start;
}

.footer-top .footer-top-left .two-col-list li a {
  width: 96px;
}

.footer-top .footer-top-left .two-col-list li a:nth-of-type(odd) {
  margin-right: 20px;
}

.footer-top .footer-top-left ul > li:not(:nth-child(1)) {
  font-size: 14px;
}

.footer-top .footer-top-right {
  width: 507px;
  display: flex;
}

.footer-top .footer-contact-us {
  width: 65%;
  margin-right: 5%;
  text-align: right;
}

.footer-top .footer-contact-us p {
  line-height: 50px;
}

.footer-top .footer-qr-code {
  width: 35%;
  font-size: 14px;
  padding-top: 16px;
}

.footer-top .footer-qr-code img {
  width: 150px;
}

.footer-top .footer-qr-code .scan-qrcode {
  width: 122px;
  margin: 15px 0;
  display: flex;
  justify-content: space-between;
}

.footer-partition {
  height: 1px;
  border-top: 1px solid #545a5e;
  background-color: #222426;
}

.footer-bottom {
  font-size: 14px;
  padding: 16px 0;
}

.footer-bottom p {
  text-align: center;
  width: 100%;
}

.footer-bottom .footer-container {
  text-align: center;
  display: block;
}

.footer-bottom .footer-container p, .footer-bottom .footer-container a {
  margin: 10px auto;
  color: #FFFFFF;
}
