html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
  font-family: '微软雅黑';
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
a{
  text-decoration: none;
  color: #666;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

 html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  /* margin: 0.67em 0; */
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  -webkit-box-sizing: content-box;
          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;
  outline: none;
}

/**
 * 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 {
  -webkit-box-sizing: border-box;
          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"] {
  -webkit-box-sizing: border-box;
          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;
}
.d-none{
  display: none;
}
.d-block{
  display: block;
}
.d-inline-block{
  display: inline-block;
}
.d-inline{
  display: inline;
}
.d-flex{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.d-inline-flex{
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.flex-column{
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.align-center{
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.align-start{
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.align-end{
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.justify-center{
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.justify-start{
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.justify-end{
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.space-between{
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.space-around{
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.space-evenly{
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
.flex-wrap{
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.flex-nowrap{
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.flex-fill{
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.text-nowrap{
  white-space: nowrap;
}
.text-center{
  text-align: center;
}
.w-100{
  width: 100%;
}
.h-100{
  height: 100%;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.rotate180{
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media screen and (min-width: 320px){
  html{
      font-size: 42.6667px;
  }
}
@media screen and (min-width: 360px){
  html{
      font-size: 48px;
  }
}
@media screen and (min-width: 375px){
  html{
      font-size: 50px;
  }
}
@media screen and (min-width: 412px){
  html{
      font-size: 54.9333px;
  }
}
@media screen and (min-width: 414px){
  html{
      font-size: 55.2px;
  }
}
@media screen and (min-width: 768px){
  html{
      font-size: 100px;
  }
}
@media screen and (min-width: 1200px){
  html{
      font-size: 136px;
  }
}
body {
  background-color: #fff;
  font-size: 16px;
  min-width: 1200px;
  font-family: sans-serif;
  background: url("../img/bottomBG.png") no-repeat;
  background-position: center bottom;
}

.container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

header {
  padding: 0 100px;
  background-color: #fff;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 9;
}
header .header-left {
  font-size: 18px;
  color: #333333;
  line-height: 74px;
  height: 74px;
}
header .header-left img {
  height: 34px;
  width: auto;
  margin-right: 8px;
}
header .header-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  letter-spacing: 1px;
  color: #424242;
  margin-left: 80px;
}
header .header-right li {
  cursor: pointer;
  height: 60px;
  line-height: 60px;
  white-space: nowrap;
}
header .header-right li img {
  display: none;
}
header .header-right li a {
  color: #d5ddff;
  height: 100%;
  display: block;
}
header .header-right li a:hover, header .header-right li:hover {
  color: #fff;
}
header .header-right li.active a {
  color: #fff;
  border-top: 2px solid #fff;
  line-height: 56px;
}
header .header-right li + li {
  margin-left: 32px;
}

.banner {
  background: url("../img/topBG.png") no-repeat;
  background-size: 100% 100%;
  margin-top: 132px;
  height: 770px;
}
.banner h1 {
  font-size: 52px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -1px;
  color: #333;
}
.banner h3 {
  font-size: 30px;
  line-height: 30px;
  margin: 30px 0 28px;
  letter-spacing: 1px;
  color: #444;
}
.banner h4 {
  font-weight: 300;
  font-size: 18px;
  line-height: 22px;
  color: #666;
}
.banner a {
  display: inline-block;
  width: 240px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background-image: -webkit-gradient(linear, right top, left top, color-stop(19%, #b945b8), to(#c25ec1)), -webkit-gradient(linear, left top, left bottom, from(#ff7447), to(#ff7447));
  background-image: linear-gradient(-90deg, #b945b8 19%, #c25ec1 100%), linear-gradient(#ff7447, #ff7447);
  background-blend-mode: normal, normal;
  -webkit-box-shadow: -1px 3px 7px 0px rgba(117, 30, 116, 0.23);
          box-shadow: -1px 3px 7px 0px rgba(117, 30, 116, 0.23);
  border-radius: 30px;
  font-size: 20px;
  color: #ffffff;
  margin: 40px 0 6px;
}
.banner a + a{
  margin-left: 20px;
  color: #ba47b9;
  border: 1px solid #ba47b9;
  background-image: none;
  background-color: #fff;
  line-height: 58px;
}

h2 {
  font-size: 48px;
  line-height: 48px;
  letter-spacing: 1px;
  color: #333333;
}

/* advantages */
.core {
  margin: 134px auto 115px;
}
.core h2 {
  margin-bottom: 94px;
}
.core .unit {
  border-radius: 20px;
}
.core .unit img {
  width: 246px;
  height: 200px;
}
.core .unit h3 {
  font-size: 36px;
  letter-spacing: 1px;
  color: #333333;
  line-height: 36px;
  margin: 39px 0 28px;
}
.core .unit h4 {
  text-align: center;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 32px;
  letter-spacing: 0px;
  color: #666;
  max-width: 320px;
}
.core .unit + .unit {
  margin-left: 90px;
}

.features {
  background: url("../img/centerBG.png");
  background-size: 100% 100%;
  padding-top: 34px;
  margin-top: 78px;
}
.features .banner1 {
  margin-right: 68px;
  width: 405px;
  height: 400px;
}
.features .banner2 {
  margin-left: 68px;
  width: 405px;
  height: 400px;
}
.features .container + .container {
  margin-top: 42px;
}
.features li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.features li + li {
  margin-top: 70px;
}
.features li i {
  display: inline-block;
  width: 66px;
  height: 66px;
  border-radius: 33px;
  line-height: 66px;
  text-align: center;
  background-color: #fff8ff;
  font-size: 48px;
  letter-spacing: 1px;
  color: #d769d8;
  font-weight: 600;
  margin-right: 22px;
}
.features li div h3 {
  font-size: 24px;
  line-height: 24px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 1px;
  color: #333333;
  margin-bottom: 10px;
}
.features li div h4 {
  font-size: 18px;
  line-height: 32px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 1px;
  color: #666666;
  max-width: 595px;
  text-align: left;
}

.solutions {
  margin: 103px auto 111px;
}
.solutions h2 {
  margin-bottom: 75px;
}
.solutions .unit {
  width: 270px;
  height: 300px;
  padding-top: 50px;
  border-radius: 10px;
  background-color: #fff8ff;
}
.solutions .unit img {
  width: 51px;
  height: 51px;
  margin-bottom: 41px;
}
.solutions .unit h3 {
  font-size: 20px;
  line-height: 20px;
  font-weight: 600;
  letter-spacing: 1px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 1px;
  color: #333;
  margin-bottom: 26px;
}
.solutions .unit h4 {
  padding: 0 30px;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 24px;
  color: #666;
}

.comments h2 + h3 {
  text-align: center;
  margin: 24px 0 60px;
  line-height: 1;
  font-size: 16px;
  letter-spacing: 1px;
  color: #999999;
}
.comments .swiper-wrapper {
  width: 1200px;
  margin: 78px auto 70px;
  position: relative;
}
.comments .swiper-wrapper .swiper-left {
  position: absolute;
  width: 46px;
  height: 46px;
  top: 50%;
  margin-top: -23px;
  left: 0;
  cursor: pointer;
  background: url("../img/prevIcon.png") no-repeat;
}
.comments .swiper-wrapper .swiper-left:hover {
  background-image: url("../img/prevIcon_active.png");
}
.comments .swiper-wrapper .swiper-right {
  position: absolute;
  width: 46px;
  height: 46px;
  top: 50%;
  margin-top: -23px;
  right: 0;
  cursor: pointer;
  background: url("../img/nextIcon.png") no-repeat;
}
.comments .swiper-wrapper .swiper-right:hover {
  background-image: url("../img/nextIcon_active.png");
}
.comments .swiper-wrapper .swiper {
  width: 1060px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  height: 450px;
}
.comments .swiper-wrapper .swiper .swiper-o {
  width: 100%;
  position: absolute;
  left: -354px;
  margin-top: 40px;
}
.comments .swiper-wrapper .swiper .swiper-o .swiper-row {
  width: 340px;
  height: 400px;
  background: #fff;
  float: left;
  margin: 0 8px;
  -webkit-box-shadow: 0px 1px 10px 0px rgba(45, 41, 41, 0.09);
          box-shadow: 0px 1px 10px 0px rgba(45, 41, 41, 0.09);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 35px;
}
.comments .swiper-wrapper .swiper .swiper-o .swiper-row .headPortrait {
  width: 90px;
  height: 90px;
  border-radius: 45px;
}
.comments .swiper-wrapper .swiper .swiper-o .swiper-row h4 {
  font-size: 15px;
  line-height: 15px;
  letter-spacing: 1px;
  color: #333;
  margin: 37px 0 7px;
}
.comments .swiper-wrapper .swiper .swiper-o .swiper-row h5 {
  font-size: 13px;
  line-height: 13px;
  letter-spacing: 1px;
  color: #999;
  position: relative;
}
.comments .swiper-wrapper .swiper .swiper-o .swiper-row h5::after {
  content: "";
  position: absolute;
  width: 68px;
  height: 1px;
  background-color: #d5d4d4;
  bottom: -24px;
  left: 50%;
  margin-left: -34px;
}
.comments .swiper-wrapper .swiper .swiper-o .swiper-row h6 {
  font-size: 14px;
  line-height: 25px;
  letter-spacing: 1px;
  color: #444444;
  margin-top: 44px;
  padding: 0 44px;
  max-width: 100%;
}

.bottomDownload h2,
.bottomDownload h3,
.bottomDownload h4 {
  line-height: 1;
  font-size: #333;
}
.bottomDownload h2 {
  position: relative;
}
.bottomDownload h2::after {
  content: "";
  width: 48px;
  height: 4px;
  background-color: #d8bae8;
  position: absolute;
  bottom: -25px;
  left: 50%;
  margin-left: -24px;
}
.bottomDownload h3 {
  margin: 52px 0 20px;
  font-size: 30px;
}
.bottomDownload h4 {
  font-size: 18px;
  color: #666;
}
.bottomDownload a {
  display: inline-block;
  margin-top: 40px;
  width: 240px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  background-image: -webkit-gradient(linear, right top, left top, color-stop(19%, #b945b8), to(#c25ec1)), -webkit-gradient(linear, left top, left bottom, from(#ff7447), to(#ff7447));
  background-image: linear-gradient(-90deg, #b945b8 19%, #c25ec1 100%), linear-gradient(#ff7447, #ff7447);
  background-blend-mode: normal, normal;
  -webkit-box-shadow: -1px 3px 7px 0px rgba(117, 30, 116, 0.23);
          box-shadow: -1px 3px 7px 0px rgba(117, 30, 116, 0.23);
  border-radius: 35px;
  font-size: 24px;
  letter-spacing: 1px;
  color: #ffffff;
}

footer {
  color: #999;
  font-size: 12px;
  margin-top: 205px;
  padding-bottom: 30px;
}
footer p {
  margin-bottom: 10px;
}
footer p a {
  padding: 0 15px;
  position: relative;
  font-size: 14px;
}
footer p a + a::before {
  content: "";
  height: 10px;
  width: 1px;
  background-color: #999;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -5px;
}
footer a {
  color: #999;
}
footer a:hover {
  color: #999;
}