*,
:after,
:before {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0
}

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

h3,
h4 {
  font-weight: 400
}

article,
aside,
footer,
header,
main,
nav,
section,
summary {
  display: block
}

a {
  background-color: transparent;
  text-decoration: none;
  cursor: pointer
}

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

button,
input,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0
}

button {
  overflow: visible
}

button,
select {
  text-transform: none
}

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

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

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

input {
  line-height: normal;
  outline: 0
}

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

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

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box
}

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

textarea {
  overflow: auto
}

optgroup {
  font-weight: 700
}

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

ol,
ul {
  list-style: none
}

.text-left {
  text-align: left
}

.text-right {
  text-align: right
}

.text-center {
  text-align: center
}

.text-justify {
  text-align: justify
}

.text-nowrap {
  white-space: nowrap
}

.text-bold {
  font-weight: 700
}

.text-ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%
}

.text-noSelect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.clearfix:after,
.clearfix:before,
.content:after,
.content:before {
  content: "";
  display: table
}

.clearfix:after,
.content:after {
  clear: both;
  overflow: hidden
}

ol.clearfix>li,
ul.clearfix>li {
  float: left
}

@font-face {
  font-family: mfont;
  src: url(../image/Montserrat-Bold.ttf)
}

@font-face {
  font-family: Nacelle;
  src: url(../image/Nacelle-SemiBold.otf)
}

@font-face {
  font-family: NacelleR;
  src: url(../image/Nacelle-Regular.otf)
}

#canvas {
  width: 100%;
  height: 560px;
  background: #1c1f28;
  background-image: url(../image/bg_banner.png);
  background-size: 1920px 560px;
  background-position: center center
}
.hide {
  display: none;
}
.PC {
  display: none
}

.PC .nav-box-mod {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 100;
  /* min-width: 1200px */
}

.PC .nav-box {
  position: relative;
  z-index: 100;
  max-width: 1300px;
  height: 100px;
  margin: 0 auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, .3)
}

.PC .nav-box .logo-white {
  /* width: 210px; */
  position: relative;
  z-index: 100
}
.PC .nav-box .logo-white img{
  height: 122px;
  width: auto;
}
.PC .nav-box .logo-text {
  margin-left: -60px;
}
.PC .nav-box .logo-black {
  display: none;
  /* width: 210px; */
  position: relative;
  z-index: 100
}
.PC .nav-box .logo-black img{
  height: 122px;
  width: auto;
}
.PC .nav-box .nav {
  width: 680px;
  height: 100px;
  text-align: right
}

.PC .nav-box .nav a {
  color: #fff
}

.PC .nav-box .nav-item {
  position: relative;
  display: inline-block;
  width: 74px;
  margin-right: 40px;
  line-height: 100px;
  height: 100px;
  text-align: center;
  font-size: 18px
}

.PC .nav-box .nav-item:last-of-type {
  margin-right: 0
}

.PC .nav-box .nav-item.active::after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #fff;
  z-index: 6
}

.PC .nav-box-fixed {
  background-color: #fff;
  border-bottom: 1px solid #f1f1f1;
  transition: background-color .3s ease
}

.PC .nav-box-fixed .logo-black {
  display: block
}

.PC .nav-box-fixed .logo-white {
  display: none
}

.PC .nav-box-fixed .nav a {
  color: #3d444f
}

.PC .nav-box-fixed .nav .active::after {
  background: #3d444f;
  bottom: -1px;
  height: 4px
}

.PC header {
  position: relative;
  height: 560px
}

.PC header .qiu {
  position: absolute;
  width: 400px;
  height: 400px;
  top: 150px;
  right: 0
}

.PC header .nav-tit {
  position: relative;
  z-index: 1
}

.PC header .nav-tit .nav-tit-box {
  position: relative;
  padding-top: 215px;
  font-size: 48px;
  line-height: 72px;
  color: #fff;
  border-top: 1px solid rgba(255, 255, 255, .3);
  margin: 0 auto;
  max-width: 1300px
}

.PC header .nav-tit .nav-tit-box p {
  font-size: 40px;
  padding-top: 5px
}

.PC .layout {
  max-width: 1300px;
  padding: 0 20px;
  margin: 0 auto
}

.PC .layout h3 {
  font-size: 40px;
  line-height: 40px;
  color: #333;
  font-family: NacelleR
}

.PC .layout .content-title {
  display: inline-block;
  line-height: 60px;
  font-size: 24px;
  color: #333;
  border-bottom: 4px solid #4193e9;
  margin-bottom: 40px
}

.PC .investment {
  background: linear-gradient(-179deg, #eaeef7 0, #f9fbff 100%)
}

.PC .job {
  background: linear-gradient(-178deg, #eaeef7 4%, #f9fbff 94%)
}

.PC .contact {
  background: linear-gradient(-180deg, rgba(54, 58, 79, .95) 0, #2e2b3c 100%) center;
  background-image: url(../image/bg_footer.png);
  background-size: 1920px 656px
}

.PC .contact h3 {
  color: #fff
}

.PC .contact .content-title {
  color: #fff;
  border-bottom: 4px solid #fff
}

.PC .content-box {
  padding: 70px 20px;
}

.PC .company,
.PC .investment,
.PC .job,
.PC .office-env {
  overflow: hidden
}

.PC .company .company-info {
  overflow: hidden;
  display: flex
}

.PC .company .company-info-text {
  float: left;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between
}

.PC .company .company-info-text p {
  /* width: 730px; */
  font-size: 16px;
  line-height: 36px;
  color: #5b5b5b;
  letter-spacing: .9px;
  padding-bottom: 34px
}

.PC .company .company-info-text p:last-child {
  padding-bottom: 10px
}

.PC .company .company-info-img,
.PC .company .company-info-item {
  float: right
}

.PC .company .company-info-img {
  width: 450px;
  margin-top: -15px;
  margin-right: -24px;
  flex-shrink: 0;
}

.PC .company .company-info-item {
  width: 130px;
  height: 136px;
  text-align: center;
  margin-left: 20px
}

.PC .company .company-info-item img {
  width: 72px;
  margin-top: 16px;
  margin-bottom: 32px;
  height: auto
}

.PC .company .company-info-item .app-name {
  font-size: 13px;
  color: #5b5b5b;
  margin-top: -20px
}

.PC .investment-info {
  overflow: hidden;
  display: flex;
  justify-content: space-between
}

.PC .investment-info-item {
  float: left;
  width: 224px;
  height: 360px;
  background: #fff;
  border-radius: 8px;
  margin-right: 20px;
  text-align: justify
}

.PC .investment-info-item .company-img {
  text-align: center;
  padding-top: 10px
}

.PC .investment-info-item .company-img img {
  width: 170px;
  height: auto;
  vertical-align: middle
}

.PC .investment-info-item h5 {
  margin-top: -20px;
  font-weight: 400;
  font-size: 16px;
  color: #333;
  letter-spacing: .4px;
  line-height: 44px;
  text-align: center
}

.PC .investment-info-item p {
  font-size: 14px;
  color: #878787;
  letter-spacing: .35px;
  line-height: 23px;
  padding: 0 14px
}

.PC .investment-info-item:last-child {
  margin-right: 0
}

.PC .office-env-info {
  margin: 0 auto;
  display: flex
}

.PC .office-env-info img {
  flex: 1;
  width: 100%
}

.PC .job-info {
  margin: -15px -14px;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between
}

.PC .job-info a {
  float: left;
  display: inline-block;
  text-align: center;
  line-height: 100px;
  height: 100px;
  width: 285px;
  font-size: 18px;
  color: #333;
  background: #fff;
  box-shadow: 2px 4px 12px rgba(75, 123, 205, .01);
  margin-bottom: 30px;
  border-radius: 8px
}

.PC .job-info .bg8 {
  color: #fff;
  background-color: #4193e9;
  box-shadow: 2px 4px 12px rgba(12, 112, 217, .08)
}

.PC .job-info .bg8 img {
  margin-bottom: -3px;
  width: 20px;
  height: auto
}

.PC .contact-info {
  overflow: hidden;
  display: flex
}

.PC .contact-item {
  text-align: center;
  float: left;
  width: 299px;
  margin-bottom: 70px;
  position: relative;
  flex: 1
}

.PC .contact-item::after {
  content: "";
  display: block;
  width: 1px;
  height: 157px;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../image/bg/contect_line.png)
}

.PC .contact-item:last-child::before {
  content: "";
  display: block;
  width: 1px;
  height: 157px;
  position: absolute;
  right: 0;
  top: 0;
  background: url(../image/bg/contect_line.png)
}

.PC .contact-item .contact-img {
  margin-bottom: 37px
}

.PC .contact-item .contact-img span {
  display: inline-block;
  width: 100px;
  height: 100px;
  border-radius: 100%;
  border: 1px solid rgba(255, 255, 255, .6)
}

.PC .contact-item .contact-img span::before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle
}

.PC .contact-item .contact-img img {
  width: 36px;
  height: auto;
  vertical-align: middle
}

.PC .contact-item p {
  line-height: 20px;
  font-size: 14px;
  color: #fff;
  letter-spacing: .35px
}

.PC footer {
  margin-top: -101px
}

.PC footer div {
  border-top: 1px solid rgba(255, 255, 255, .3);
  line-height: 100px;
  text-align: center;
  opacity: .6;
  font-size: 14px;
  color: #fff;
  letter-spacing: .35px
}

.PC footer a {
  color: #fff
}

#canvas {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: none
}

.mobile {
  background: #f8f8f8
}

.mobile header {
  position: relative;
  padding-top: 61.3%;
  /* height: 4.6rem; */
  overflow: hidden
}

.mobile header .banner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.mobile header .qiu {
  position: absolute;
  width: 5rem;
  height: 5rem;
  top: 2.86rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%)
}

.mobile header .nav-tit {
  position: relative;
  z-index: 1;
  text-align: center
}

.mobile header .nav-tit .logo {
  width: 2.6rem;
  height: auto
}

.mobile header .nav-tit .nav-tit-box {
  position: relative;
  z-index: 111;
  font-size: .36rem;
  line-height: .5rem;
  color: #fff
}

.mobile header .nav-tit .nav-tit-box p {
  font-size: .26rem;
  padding-top: 5px;
  color: #00fedc
}

.mobile .layout {
  margin: 0 .4rem
}

.mobile .layout h3 {
  font-size: 40px;
  line-height: 40px;
  color: #333;
  font-family: mfont;
  display: none
}

.mobile .layout .content-title {
  line-height: normal;
  font-weight: 700;
  font-size: .32rem;
  text-indent: .1rem;
  color: #333;
  margin-bottom: .3rem;
  position: relative
}

.mobile .layout .content-title::after {
  content: "";
  position: absolute;
  display: block;
  width: .08rem;
  height: .32rem;
  background: #4193e9;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -.1rem
}

.mobile .content-box {
  padding: .4rem 0
}

.mobile .company,
.mobile .investment,
.mobile .job,
.mobile .office-env {
  overflow: hidden
}

.mobile .company .company-info-text p {
  font-size: .28rem;
  line-height: .48rem;
  color: #5b5b5b;
  letter-spacing: -.015rem
}

.mobile .product .company-info-img {
  overflow: hidden
}

.mobile .product .company-info-item {
  float: left;
  width: 33%;
  height: 1.8rem;
  text-align: center
}

.mobile .product .company-info-item img {
  width: .9rem;
  height: auto;
  margin-bottom: .2rem;
  margin-top: .1rem
}

.mobile .product .company-info-item .app-name {
  font-size: .24rem;
  color: #5b5b5b;
  margin-top: -.1rem
}

.mobile .investment-info {
  background: #fff;
  border-radius: .2rem;
  padding: 0 .25rem;
  overflow: hidden
}

.mobile .investment-info-item {
  padding: .25rem 0;
  border-bottom: 1px solid #f2f2f2;
  overflow: hidden
}

.mobile .investment-info-item:last-child {
  border: 0
}

.mobile .investment-info-item .company-img {
  float: left
}

.mobile .investment-info-item .company-img img {
  width: 1.2rem;
  margin-top: -.04rem;
  height: auto
}

.mobile .investment-info-item .investment-text {
  margin-left: 1.25rem
}

.mobile .investment-info-item h5 {
  padding-bottom: .1rem;
  font-size: .26rem;
  color: #333;
  line-height: .4rem
}

.mobile .investment-info-item p {
  font-size: .24rem;
  color: #999;
  letter-spacing: .35px;
  line-height: .34rem
}

.mobile .office-env-info {
  overflow: hidden;
  margin: 0 -.4rem
}

.mobile .office-env-info .office-env-imgBox {
  width: 100%;
  height: 3.7rem;
  overflow-x: scroll
}

.mobile .office-env-info .office-env-imgBox1 {
  padding-left: .4rem;
  width: 21.4rem;
  height: 3.7rem
}

.mobile .office-env-info .office-env-item {
  float: left;
  width: 4rem;
  margin-right: .2rem;
  text-align: center
}

.mobile .office-env-info .office-env-item img {
  width: 4rem;
  height: 3rem;
  border-radius: 0.2rem;
}

.mobile .office-env-info .office-env-item p {
  text-align: center;
  color: #999;
  padding-top: .1rem;
  font-size: .24rem;
  line-height: .42rem
}

.mobile .contact-info {
  overflow: hidden;
  padding: 0 .25rem;
  background: #fff;
  border-radius: .2rem
}

.mobile .contact-item {
  overflow: hidden;
  padding: .25rem 0;
  border-bottom: 1px solid #f2f2f2
}

.mobile .contact-item:last-child {
  border: 0
}

.mobile .contact-item .contact-img {
  float: left;
  height: 1.1rem
}

.mobile .contact-item .contact-img::after {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle
}

.mobile .contact-item .contact-img img {
  width: .9rem;
  margin-left: .1rem;
  height: auto;
  vertical-align: middle
}

.mobile .contact-item .contact-detail {
  margin-left: 1.25rem;
  height: 1.1rem;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center
}

.mobile .contact-item .detail,
.mobile .contact-item a {
  color: #333;
  line-height: .44rem
}

.mobile .contact-item p {
  line-height: normal;
  font-size: .24rem;
  color: #999
}

@media (min-width:1030px) {
  div.PC {
    display: block
  }

  div .mobile {
    display: none
  }

  #canvas {
    display: block;
    min-width: 1030px
  }
}

@media (min-width:1030px) and (max-width:1200px) {
  .PC .layout {
    width: 100%;
    /* max-width: 1200px */
  }

  .PC header .nav-tit .nav-tit-box {
    min-width: 1030px;
  }

  .PC .nav-box {
    width: 100%;
    min-width: 1030px;
  }

  #canvas {
    max-width: 1200px;
  }
}