@charset "UTF-8";
/*!
 * Bootstrap Reboot v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

body {
  margin: 0;
  font-family: Nunito, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji',
    'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.6;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex='-1']:focus {
  outline: 0 !important;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #502c6c;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:hover {
  color: #281636;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type='radio'],
input[type='checkbox'] {
  box-sizing: border-box;
  padding: 0;
}

input[type='date'],
input[type='time'],
input[type='datetime-local'],
input[type='month'] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

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

[type='search'] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

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

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}
/*!
 * main.css
 * 
 */

body {
  background: #030a1a;
  font-size: 14px;
}

.wrap {
  max-width: 1920px;
  min-width: 1280px;
  margin: auto;
}
.preload {
  position: absolute;
  left: -9999px;
}

.nav {
  margin: auto;
  height: 90px;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.nav::after {
  content: ' ';
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  display: block;
  height: 1px;
  background: linear-gradient(
    90deg,
    rgba(209, 31, 179, 0.05) 0%,
    rgba(209, 31, 179, 0.5) 48.85%,
    rgba(209, 31, 179, 0.05) 100%,
    rgba(209, 31, 179, 0.05) 100%
  );
}

.nav-left {
  float: left;
  margin-left: 36px;
}
.logo span {
  display: inline-block;
  text-indent: -9999px;
}
.logo img {
  width: 278px;
}

.nav-right {
  float: right;
  margin-right: 62px;
}
.navbar {
  display: inline-block;
  margin: 0;
}
.navbar li {
  list-style: none;
  float: left;
  position: relative;
  padding: 0 22px;
}
.navbar li:not(:last-child)::after {
  content: ' ';
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 1px;
  height: 13px;
  background: #6e6e6e;
}
.navbar li a {
  font-weight: 500;
  font-size: 18px;
  line-height: 25px;
  color: #fff;
  position: relative;
}
.navbar li a:hover {
  text-decoration: none;
}
.navbar li a::after {
  content: ' ';
  display: none;
  position: absolute;
  left: 5px;
  bottom: -12px;
  width: calc(100% - 10px);
  height: 4px;
  background: linear-gradient(90deg, #d220b2 0%, #fe6f87 107.05%);
  border-radius: 2px;
}
.navbar li a.active::after,
.navbar li a:hover::after {
  display: block;
}
.nav .login {
  display: inline-block;
  width: 162px;
  height: 50px;
  background-size: 100%;
  /* background-image: url(../img/login-bg.png); */
  vertical-align: super;

  font-weight: 400;
  font-size: 16px;
  line-height: 50px;
  text-align: center;
  color: #fff;
}
.nav .login img {
  vertical-align: sub;
}

/* main */
.main {
  min-width: 1440px;
  background: url(../img/bg1.jpg) no-repeat;
}
.bottom-bg {
  min-width: 1440px;
  /* background: url(../img/bg2.jpg) no-repeat bottom; */
  padding-bottom: 190px;
}

@media screen and (max-width: 1700px) {
  .stair-wrap {
    display: none;
  }
}
.stair-wrap {
  position: fixed;
  z-index: 1001;
  width: 1920px;
  margin: 0 auto;
  transform: scale(1, 1);
}
.stair {
  position: fixed;
  width: 56px;
  height: 272px;
  right: 100px;
  top: calc(50vh - 200px);
  background: #192132;
  border-radius: 28px;
}
.stair ul {
  padding: 0;
  list-style: none;
  margin-left: 12px;
  margin-top: 20px;
}
.stair ul li {
  width: 32px;
  height: 32px;
  margin-bottom: 8px;
  background: url(../img/stair.png);
  cursor: pointer;
}
.stair ul li.s2 {
  background-position-y: -40px;
}
.stair ul li.s3 {
  background-position-y: -80px;
}
.stair ul li.s4 {
  background-position-y: -120px;
}
.stair ul li.s5 {
  background-position-y: -160px;
}
.stair ul li.s6 {
  background-position-y: -200px;
}
.stair ul li:hover {
  background-image: url(../img//stair-hover.png);
}

.part {
  width: 1440px;
  margin: auto;
  margin-top: 128px;
  background: no-repeat;
  position: relative;
}

.p1 {
  margin-top: 0;
  padding-top: 128px;
}

.p1-l {
  display: inline-block;
  width: 608px;
  height: 476px;
  background: #192132 url(../img/p1.jpg) no-repeat;
  border-radius: 8px;
  padding: 328px 22px 22px;
  font-weight: 400;
  font-size: 20px;
  line-height: 36px;
  color: #ffffff;
  vertical-align: text-bottom;
}

.p1-r {
  display: inline-block;
  margin-right: -14px;
}
.p1-r ul {
  text-align: center;
  padding: 0;
  margin-left: 14px;
}
.p1-r ul li {
  display: inline-block;
  list-style: none;
  width: 296px;
  height: 285px;
  margin: 0 0 -33px -23px;
  background: no-repeat center 10px;
  cursor: pointer;
}
.p1-r .top .i1 {
  background-image: url(../img/group-8.png);
}
.p1-r .top .i2 {
  background-image: url(../img/group-10.png);
}
.p1-r .top .i3 {
  background-image: url(../img/group-11.png);
  margin-right: 0;
}
.p1-r .top .i1:hover {
  background-image: url(../img/group-8-h.png);
  background-position: 0 0;
}
.p1-r .top .i2:hover {
  background-image: url(../img/group-10-h.png);
  background-position: 0 0;
}
.p1-r .top .i3:hover {
  background-image: url(../img/group-11-h.png);
  background-position: 0 0;
}
.p1-r .bottom .i1 {
  background-image: url(../img/group-12.png);
}
.p1-r .bottom .i2 {
  background-image: url(../img/group-13.png);
}
.p1-r .bottom .i1:hover {
  background-image: url(../img/group-12-h.png);
  background-position: 0 0;
}
.p1-r .bottom .i2:hover {
  background-image: url(../img/group-13-h.png);
  background-position: 0 0;
}

.part .cont {
  position: absolute;
  color: #ffffff;
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
}
.part .cont h3 {
  font-style: italic;
  font-weight: 400;
  font-size: 64px;
  line-height: 77px;
  text-indent: -9999px;
  background: no-repeat;
}
.part .cont .link-box {
  display: inline-block;
  width: 188px;
  height: 98px;
  line-height: 98px;
  text-align: center;
  font-size: 24px;
  color: #ffffff;
  text-decoration: underline;
  margin-top: 111px;
  background: linear-gradient(90deg, #2447c5 0%, #2c7be7 107.05%);
}

.p2 {
  /* background-image: url(../img/p2-fs8.png); */
  height: 961px;
}
.p2 .cont {
  left: 127px;
  top: 264px;
  width: 400px;
}
.p2 .cont h3 {
  background-image: url(../img/wyyx.png);
}

.p3 {
  /* background-image: url(../img/p3-fs8.png); */
  height: 751px;
}
.p3 .cont {
  left: 742px;
  top: 303px;
  width: 585px;
}
.p3 .cont h3 {
  background-image: url(../img/sjyx.png);
}
.p3 .cont .link-box {
  background: linear-gradient(90deg, #2be6a6 0%, #3699b1 107.05%);
  float: right;
  margin-top: 97px;
}

.p4 {
  /* background-image: url(../img/p4-fs8.png); */
  height: 611px;
}
.p4 .cont {
  left: 127px;
  top: 284px;
  width: 400px;
}
.p4 .cont h3 {
  background-image: url(../img/dlyx.png);
}
.p4 .cont .link-box {
  background: linear-gradient(90deg, #d220b2 0%, #fe6f87 107.05%);
}

.p5 {
  /* background-image: url(../img/p5-fs8.png); */
  height: 554px;
}
.p5 .cont {
  left: 742px;
  top: 257px;
  width: 585px;
}
.p5 .cont h3 {
  background-image: url(../img/znyxgj.png);
}
.p5 .cont .link-box {
  background: linear-gradient(90deg, #d27244 0%, #e4b850 107.05%);
  float: right;
  margin-top: 73px;
}

.p6 {
  /* background: url(../img/p6-fs8.png); */
  height: 611px;
}
.p6 .cont {
  left: 127px;
  top: 284px;
  width: 400px;
}
.p6 .cont h3 {
  background-image: url(../img/aixyx.png);
}
.p6 .cont .link-box {
  background: linear-gradient(90deg, #23bd3c 0%, #d0e014 107.05%);
  /* margin-top: 97px; */
}

/* footer */
.footer {
  width: 1440px;
  height: 194px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #5e677c;
  margin: auto;
}
.footer a {
  color: #5e677c;
}
.footer a img {
  margin-top: -2px;
}
.logo-footer {
  height: 64px;
  margin-right: 100px;
  margin-top: -65px;
}
.footer h6 {
  font-weight: 400;
  font-size: 20px;
  color: #aeaeae;
}
.footer ul {
  list-style: none;
  padding: 0;
}
.footer ul li {
  float: left;
  margin-right: 20px;
}

/* about */
.about .main {
  background-image: none;
}
.about .bottom-bg,
.comesoon .bottom-bg {
  background-image: url(../img/about-bg.jpg);
}

.about .p1 {
  background-image: url(../img/about-p1-fs8.png);
  height: 572px;
  margin-top: 111px;
  padding-top: 0;
}
.about .p1 .cont {
  left: 650px;
  top: 42px;
}
.about .p1 .cont h3 {
  text-indent: 0;
  font-style: normal;
  font-weight: 400;
  font-size: 36px;
  line-height: 49px;
}
.about .p1 .cont h4 {
  font-size: 28px;
  line-height: 38px;
}
.about .p1 .cont .padding {
  padding-left: 105px;
  padding-top: 50px;
  width: 718px;
  line-height: 36px;
}
.about .p1 .cont h5 {
  background: url(../img/qyyj.png) no-repeat;
  text-indent: -9999px;
  margin-top: 50px;
}
.about .yellow {
  color: #ffbb34;
}

.about .p2 {
  /* background-image: url(../img/contact-bg.jpg); */
  height: 284px;
  margin-top: 111px;
  padding-top: 0;
}
.about .p2 .cont {
  left: 364px;
  top: 62px;
}
.about .p2 .cont p {
  margin-bottom: 0.9rem;
}
.about .p2 .cont label {
  display: inline-block;
  width: 55px;
}
.about .p2 .cont a {
  color: #fff;
  text-decoration: underline;
}
.about .p2 .cont .wx {
  background: url(../img/wx.png) no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
  vertical-align: middle;
  position: relative;
}
.about .p2 .cont .wx:hover em {
  display: block;
  position: absolute;
  width: 198px;
  height: 210px;
  left: 0px;
  top: -14px;
  background: url(../img/wx-popup.png) no-repeat right;
}
.about .bottom-bg,
.comesoon .bottom-bg {
  padding-bottom: 60px;
}

/* come soon */
.comesoon .p1 {
  background-image: url(../img/comesoon-fs8.png);
  height: 572px;
  margin-top: 111px;
  padding-top: 0;
}
