@charset "UTF-8";
/*样式重置*/
body,
h1,
h2,
h3,
h4,
p,
ul {
  margin: 0;
  padding: 0; }

input,
button {
  border: none;
  outline: none;
  background: none;
  -webkit-appearance: none;
  appearance: none; }

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #8288a3; }

input:-moz-placeholder {
  color: #8288a3; }

input::-moz-placeholder {
  color: #8288a3; }

input::-ms-input-placeholder {
  color: #8288a3; }

img {
  vertical-align: top; }

a {
  text-decoration: none; }

body {
  font-size: 14px;
  font-family: Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Noto Sans CJK SC, WenQuanYi Micro Hei, Arial, sans-serif;
  background: #131940;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.fl {
  float: left; }

.fr {
  float: right; }

.cl {
  *zoom: 1; }
  .cl:after {
    content: '';
    display: block;
    visibility: hidden;
    clear: both; }

/*动画*/
/*通用类名*/
.w {
  margin: 0 auto;
  width: 1060px; }

/*清除浮动*/
.clr:after {
  content: '';
  display: block;
  clear: both; }

.pc {
  display: block; }

.mobile {
  display: none; }

.cn {
  display: none; }

.sect {
  position: relative;
  padding-bottom: 80px;
  width: 100%;
  /*标题*/
  /*标题投影*/
  /*内容列表*/ }
  .sect h2 {
    position: relative;
    z-index: 100;
    padding-top: 80px;
    color: #fff;
    font-size: 32px;
    font-weight: 700;
    line-height: 45px;
    text-align: center; }
    .sect h2.en {
      margin-bottom: 80px; }
  .sect h3 {
    margin-top: -29px;
    margin-bottom: 80px;
    color: rgba(255, 255, 255, 0.05);
    font-size: 52px;
    font-weight: 400;
    line-height: 49px;
    text-align: center; }
  .sect ul {
    margin: 0 auto;
    padding: 0 20px;
    font-size: 0; }
    .sect ul li {
      display: inline-block;
      vertical-align: top;
      /*图片*/
      /*标题*/
      /*描述*/ }
      .sect ul li img {
        display: block;
        margin: 0 auto;
        border-radius: 2px; }
      .sect ul li h4 {
        color: #fff;
        font-size: 20px;
        line-height: 28px;
        text-align: center; }
      .sect ul li p {
        color: #8288a3;
        font-size: 14px;
        line-height: 20px; }
        .sect ul li p.en {
          text-align: center; }
    .sect ul li:nth-child(3n) {
      margin-right: 0 !important; }

.bg {
  background: #111733; }

/*页首*/
header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  /*导航条*/
  /*导航菜单面板*/
  /*公告*/ }
  header.fixed {
    box-shadow: 0 8px 16px rgba(5, 13, 69, 0.5);
    background: rgba(23, 30, 67, 0.98); }
  header .pc {
    /*logo*/
    /*导航*/ }
    header .pc h1 {
      float: left;
      margin-top: 22px;
      width: 106px;
      height: 26px;
      text-indent: -10000px;
      background: url(../images/logo.png) no-repeat center/100%; }
    header .pc nav {
      float: right;
      margin: 28px 0;
      /*链接*/
      /*语言切换*/ }
      header .pc nav a {
        margin-right: 26px;
        color: #747dad;
        line-height: 26px;
        transition: color .35s; }
      header .pc nav a:hover,
      header .pc nav a.active {
        color: #fff; }
      header .pc nav .lang {
        display: inline-block;
        vertical-align: middle;
        width: 26px;
        height: 26px;
        cursor: pointer; }
        header .pc nav .lang.icon-cn {
          background: url(../images/icon-cn.png) no-repeat center/100%; }
        header .pc nav .lang.icon-en {
          background: url(../images/icon-en.png) no-repeat center/100%; }
  header .bar.mobile {
    height: 70px;
    line-height: 70px;
    /*导航菜单按钮*/
    /*logo*/
    /*语言切换*/ }
    header .bar.mobile .nav-btn {
      display: inline-block;
      vertical-align: middle;
      margin-left: 20px;
      width: 20px;
      height: 20px;
      background: url(../images/icon-nav-btn.png) no-repeat center/100%;
      cursor: pointer; }
    header .bar.mobile h1 {
      display: inline-block;
      vertical-align: middle;
      width: calc(100% - 86px);
      height: 20px;
      text-indent: -10000px;
      background: url(../images/logo.png) no-repeat center/auto 100%; }
    header .bar.mobile .lang {
      display: inline-block;
      vertical-align: middle;
      width: 26px;
      height: 26px;
      cursor: pointer; }
      header .bar.mobile .lang.icon-cn {
        background: url(../images/icon-cn.png) no-repeat center/100%; }
      header .bar.mobile .lang.icon-en {
        background: url(../images/icon-en.png) no-repeat center/100%; }
  header .nav-panel.mobile {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1001;
    width: 100%;
    height: 100%;
    background: #131940;
    /*关闭*/
    /*导航菜单*/ }
    header .nav-panel.mobile .close {
      position: absolute;
      top: 35px;
      left: 20px;
      width: 20px;
      height: 20px;
      background: url(../images/icon-nav-close.png) no-repeat center/100%;
      cursor: pointer; }
    header .nav-panel.mobile nav {
      padding-top: 80px;
      text-align: center;
      /*logo*/ }
      header .nav-panel.mobile nav h1 {
        margin-bottom: 40px;
        height: 30px;
        text-indent: -10000px;
        background: url(../images/logo.png) no-repeat center/auto 100%; }
      header .nav-panel.mobile nav a {
        display: block;
        margin-bottom: 30px;
        color: #747dad;
        font-size: 14px;
        line-height: 20px; }
      header .nav-panel.mobile nav a:hover,
      header .nav-panel.mobile nav a.active {
        color: #fff; }
  header .notice {
    height: 40px;
    line-height: 40px;
    background: #212858;
    /*内容区*/ }
    header .notice .content {
      box-sizing: border-box;
      position: relative;
      padding-left: 70px;
      height: 40px;
      color: #fff;
      font-size: 14px;
      background: url(../images/icon-notice.png) no-repeat left center/16px 16px;
      display: flex;
      align-content: space-between;
      /*文字*/
      /*关闭*/ }
      header .notice .content:before {
        content: '公告：';
        position: absolute;
        top: 0;
        left: 26px; }
      header .notice .content .list {
        height: 40px;
        overflow: hidden;
        flex-grow: 1; }
        header .notice .content .list a {
          color: #fff; }
      header .notice .content .text {
        overflow: hidden;
        display: inline-block;
        width: calc(100% - 30px);
        height: 40px;
        white-space: nowrap; }
        header .notice .content .text a {
          display: none;
          position: relative;
          margin-right: 30px;
          color: #fff;
          text-decoration: underline; }
      header .notice .content .close {
        display: inline-block;
        margin-top: 12px;
        width: 16px;
        height: 16px;
        background: url(../images/icon-close.png) no-repeat left center/100%;
        cursor: pointer; }

/*第一部分 白皮书*/
#sect1 {
  padding-bottom: 0;
  /*内容*/ }
  #sect1 .content {
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 100;
    width: 100%;
    color: #fff;
    text-align: center;
    -webkit-transform: translate3d(0, -64%, 0);
    transform: translate3d(0, -64%, 0);
    /*标题*/
    /*描述*/
    /*白皮书*/ }
    #sect1 .content h2 {
      margin-bottom: 49px;
      font-size: 48px;
      line-height: 58px; }
    #sect1 .content p {
      margin: 0 auto 57px;
      width: 785px;
      font-size: 52px;
      line-height: 64px; }
    #sect1 .content a {
      display: block;
      margin: 0 auto;
      box-shadow: 0 10px 20px 0 rgba(9, 16, 45, 0.5);
      border-radius: 100px;
      width: 210px;
      height: 52px;
      color: #131940;
      font-size: 20px;
      line-height: 52px;
      letter-spacing: 5px;
      text-indent: 5px;
      background: #fff; }
  #sect1 .content.en {
    /*描述*/
    /*白皮书*/ }
    #sect1 .content.en p {
      margin-bottom: 50px; }
    #sect1 .content.en a {
      letter-spacing: 0; }

/*第二部分 项目简介*/
#sect2 {
  /*图片*/
  /*描述*/ }
  #sect2 .wrap {
    height: 342px; }
  #sect2 .text {
    float: left;
    margin-top: 70px;
    width: 500px; }
    #sect2 .text p {
      margin: 0; }
    #sect2 .text .text1 {
      color: #fff;
      font-size: 20px;
      font-weight: bold;
      line-height: 28px; }
    #sect2 .text .text2 {
      margin-top: 16px;
      color: #8288a3;
      font-size: 14px;
      line-height: 20px; }
    #sect2 .text .text3 {
      text-align: left; }
  #sect2 .video {
    float: right;
    width: 520px;
    height: 346px; }

/*第三部分 产品方案*/
#sect3 {
  /*内容列表*/ }
  #sect3 li {
    margin-right: 60px;
    margin-bottom: 30px;
    width: 300px;
    /*图片*/
    /*标题*/
    /*描述*/ }
    #sect3 li img {
      width: 80px;
      height: 80px; }
    #sect3 li h4 {
      margin: 16px 0; }
    #sect3 li p {
      height: 130px;
      color: rgba(130, 136, 163, 0.8); }
      #sect3 li p.en {
        height: 160px; }
  #sect3 li:nth-child(4),
  #sect3 li:nth-child(5),
  #sect3 li:nth-child(6) {
    margin-bottom: 0; }

/*第四部分 奖励机制*/
#sect4 {
  /*内容列表*/ }
  #sect4 ul {
    padding: 0; }
    #sect4 ul li {
      box-shadow: 0 2px 8px 0 #131833;
      margin-right: 20px;
      border-radius: 2px;
      padding: 0 40px;
      width: 260px;
      height: 370px;
      background-image: -webkit-linear-gradient(0deg, rgba(84, 92, 141, 0.1) 2%, #2a2f54 100%);
      background-image: -moz-linear-gradient(0deg, rgba(84, 92, 141, 0.1) 2%, #2a2f54 100%);
      background-image: linear-gradient(0deg, rgba(84, 92, 141, 0.1) 2%, #2a2f54 100%);
      /*图片*/
      /*标题*/ }
      #sect4 ul li img {
        margin-top: 58px;
        width: 72px;
        height: 72px; }
      #sect4 ul li h4 {
        margin: 16px 0; }
    #sect4 ul.en li {
      height: 416px; }
      #sect4 ul.en li p {
        text-align: center; }

/*第五部分 发展历程与规划*/
#sect5 h4 {
  margin-bottom: 40px;
  color: #fff;
  text-align: center;
  font-size: 16px; }
#sect5 .panel {
  position: relative;
  min-height: 300px;
  margin-top: 20px;
  padding: 80px 40px;
  background: #212858;
  border-radius: 2px;
  box-sizing: border-box; }
  #sect5 .panel .desc dl {
    width: 440px;
    margin: 0; }
    #sect5 .panel .desc dl dt {
      margin-bottom: 20px;
      font-size: 20px;
      color: #FFF; }
    #sect5 .panel .desc dl dd {
      margin: 12px 0 0 0;
      color: #8288A3; }
  #sect5 .panel .panel-bg {
    position: absolute;
    top: 0;
    right: 0;
    width: 520px; }
  #sect5 .panel .course {
    margin-top: 63px;
    padding: 0; }
    #sect5 .panel .course li {
      position: relative;
      width: 100%;
      margin-top: 20px; }
      #sect5 .panel .course li:before {
        content: '';
        position: absolute;
        left: 50%;
        top: 50%;
        width: 40px;
        margin-left: -20px;
        border-top: solid 1px #2E3461; }
      #sect5 .panel .course li .cont {
        width: 440px;
        padding: 16px;
        border-radius: 2px;
        background: rgba(255, 255, 255, 0.06);
        font-size: 12px;
        box-sizing: border-box; }
        #sect5 .panel .course li .cont h5 {
          margin: 0;
          font-size: 16px;
          color: #4383FF; }
        #sect5 .panel .course li .cont p {
          margin-top: 4px;
          color: #fff; }
        #sect5 .panel .course li .cont a {
          position: relative;
          display: inline-block;
          height: 24px;
          margin-top: 16px;
          background: #595E83;
          border-radius: 12px;
          line-height: 24px;
          padding: 0 16px;
          color: rgba(255, 255, 255, 0.8);
          z-index: 9; }
          #sect5 .panel .course li .cont a .dialog-wechat {
            position: absolute;
            top: 35px;
            left: 50%;
            margin-left: -80px;
            background: #FFF;
            padding: 26px 33px;
            box-shadow: 0 5px 18px 0 rgba(0, 0, 0, 0.12);
            border-radius: 2px;
            display: none; }
            #sect5 .panel .course li .cont a .dialog-wechat p {
              padding: 0 0 0 28px;
              background: url(../images/share_icon_wechat@2x.png) no-repeat left center/auto 100%;
              line-height: 20px;
              color: #7D7D7D;
              font-size: 12px; }
            #sect5 .panel .course li .cont a .dialog-wechat img {
              width: 94px;
              margin-top: 13px; }
            #sect5 .panel .course li .cont a .dialog-wechat .arrow-down {
              position: absolute;
              top: -8px;
              left: 50%;
              width: 0;
              height: 0;
              margin-left: -14px;
              border-left: 14px solid transparent;
              border-right: 14px solid transparent;
              border-bottom: 10px solid #fff; }
          #sect5 .panel .course li .cont a:hover {
            background: #4383FF;
            color: #fff; }
            #sect5 .panel .course li .cont a:hover .dialog-wechat {
              display: block; }
        #sect5 .panel .course li .cont:before {
          content: '';
          position: absolute;
          left: 50%;
          top: 50%;
          height: 100%;
          border-left: solid 1px #2E3461; }
        #sect5 .panel .course li .cont:after {
          content: '';
          position: absolute;
          left: 50%;
          bottom: 50%;
          height: 100%;
          border-left: solid 1px #2E3461; }
      #sect5 .panel .course li .time {
        position: absolute;
        top: 50%;
        width: 440px;
        font-size: 12px;
        color: #8288A3;
        transform: translateY(-50%); }
        #sect5 .panel .course li .time.fr {
          left: 50%;
          margin-left: 50px; }
        #sect5 .panel .course li .time.fl {
          right: 50%;
          margin-right: 50px;
          text-align: right; }
      #sect5 .panel .course li:first-child .cont:after {
        display: none; }
      #sect5 .panel .course li:last-child .cont:before {
        display: none; }
      #sect5 .panel .course li:hover {
        z-index: 9; }

/*第六部分 团队介绍*/
#sect6-pc {
  /*内容列表*/
  text-align: center; }
  #sect6-pc.pc li {
    margin-right: 60px;
    margin-bottom: 40px;
    width: 300px;
    /*图片*/
    /*标题*/
    /*描述*/ }
    #sect6-pc.pc li img {
      border-radius: 50%;
      width: 160px;
      height: 160px; }
    #sect6-pc.pc li h4 {
      margin: 24px 0 16px; }
    #sect6-pc.pc li p {
      height: 140px; }
      #sect6-pc.pc li p.en {
        height: 220px; }
  #sect6-pc li:nth-child(7) {
    margin-bottom: 0; }

/*第七部分 投资与顾问 董事*/
#sect7,
#sect10 {
  /*内容列表*/ }
  #sect7 li,
  #sect10 li {
    margin-right: 60px;
    margin-bottom: 40px;
    width: 300px;
    /*图片*/
    /*标题*/
    /*描述*/ }
    #sect7 li img,
    #sect10 li img {
      border-radius: 50%;
      width: 160px;
      height: 160px; }
    #sect7 li h4,
    #sect10 li h4 {
      margin: 24px 0 16px; }
      #sect7 li h4:after,
      #sect10 li h4:after {
        margin-left: 10px;
        font-size: 14px; }
    #sect7 li p,
    #sect10 li p {
      height: 180px; }
  #sect7 li.director h4:after,
  #sect10 li.director h4:after {
    content: '董事'; }
  #sect7 li.director h4.en:after,
  #sect10 li.director h4.en:after {
    content: 'Director'; }
  #sect7 li.mechanism h4:after,
  #sect10 li.mechanism h4:after {
    content: '投资机构'; }
  #sect7 li.mechanism h4.en:after,
  #sect10 li.mechanism h4.en:after {
    content: 'Investment institution'; }
  #sect7 li.investor h4:after,
  #sect10 li.investor h4:after {
    content: '投资人'; }
  #sect7 li.investor h4.en:after,
  #sect10 li.investor h4.en:after {
    content: 'Investor'; }
  #sect7 li.adviser h4:after,
  #sect10 li.adviser h4:after {
    content: '顾问'; }
  #sect7 li.adviser h4.en:after,
  #sect10 li.adviser h4.en:after {
    content: 'Adviser'; }

#sect10 .text {
  margin: 0 auto;
  width: 680px;
  color: #8288a3;
  font-size: 14px;
  line-height: 20px; }

#sect10 li {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 660px; }
  #sect10 li p {
    height: 85px; }

/*第八部分 投资机构*/
/*第九部分 投资机构*/
#sect8 img {
  margin-right: 16px;
  margin-bottom: 20px;
  border-radius: 2px;
  width: calc((100% - 40px)/3); }
  #sect8 img:nth-of-type(3n) {
    margin-right: 0; }

#sect9 ul {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  #sect9 ul li {
    border-radius: 2px;
    width: calc((100% - 40px)/3);
    margin-bottom: 20px; }
    #sect9 ul li img {
      width: 100%; }

/*第十一部分 最新动态*/
#sect11 {
  display: none;
  /*查看更多*/ }
  #sect11 ul {
    padding: 0; }
    #sect11 ul li {
      display: none;
      margin-right: 20px;
      border-radius: 2px;
      width: 340px;
      height: 360px;
      background: #212858;
      /*图片*/
      /*标题*/
      /*日期*/ }
      #sect11 ul li.active {
        display: inline-block; }
      #sect11 ul li a {
        display: block;
        width: 100%;
        height: 100%; }
      #sect11 ul li .pic {
        overflow: hidden;
        position: relative;
        width: 100%;
        height: 204px;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover; }
        #sect11 ul li .pic img {
          opacity: 0; }
      #sect11 ul li h4 {
        overflow: hidden;
        margin: 30px 20px 20px;
        height: 56px;
        text-align: left; }
      #sect11 ul li p {
        margin: 0 20px; }
    #sect11 ul li:last-of-type {
      margin-right: 0; }
  #sect11 .more {
    display: block;
    margin: 60px auto;
    border-radius: 21px;
    width: 120px;
    height: 44px;
    color: #fff;
    font-size: 14px;
    line-height: 44px;
    text-align: center;
    background: #212858; }

/*第十二部分 邮件订阅*/
#sect12 {
  /*描述*/
  /*表单*/ }
  #sect12 .text {
    color: #fff;
    font-size: 16px;
    line-height: 22px;
    text-align: center; }
  #sect12 form {
    margin: 30px auto 0;
    border-radius: 100px;
    width: 520px;
    height: 60px;
    background: #212858;
    /*输入项*/
    /*提交*/ }
    #sect12 form input[type="email"] {
      display: inline-block;
      margin: 20px;
      width: 400px;
      height: 20px;
      color: #fff;
      font-size: 14px;
      line-height: 20px; }
    #sect12 form input[type="submit"] {
      display: inline-block;
      float: right;
      margin: 18px 20px;
      width: 22px;
      height: 24px;
      background: url(../images/icon-submit.png) no-repeat center/100%;
      cursor: pointer; }

/*页尾*/
footer {
  /*logo*/
  /*联系方式*/ }
  footer h1 {
    float: left;
    margin: 30px 0;
    width: 123px;
    height: 30px;
    text-indent: -10000px;
    background: url(../images/logo.png) no-repeat left center/auto 100%; }
  footer .contact {
    float: right;
    /*联系方式*/ }
    footer .contact .list {
      float: left;
      margin: 35px 0 35px 30px;
      color: #8288a3;
      font-size: 12px;
      line-height: 20px;
      list-style: none; }
      footer .contact .list a,
      footer .contact .list span {
        display: block;
        padding-left: 28px;
        line-height: 20px;
        color: #8288a3;
        cursor: pointer; }
    footer .contact .wechat {
      position: relative; }
      footer .contact .wechat .dialog-wechat {
        position: absolute;
        bottom: 35px;
        left: -70px;
        background: #FFF;
        padding: 26px 33px;
        z-index: 1001;
        box-shadow: 0 5px 18px 0 rgba(0, 0, 0, 0.12);
        border-radius: 2px;
        display: none; }
        footer .contact .wechat .dialog-wechat p {
          padding: 0 0 0 28px;
          background: url(../images/share_icon_wechat@2x.png) no-repeat left center/auto 100%;
          line-height: 20px;
          color: #7D7D7D; }
        footer .contact .wechat .dialog-wechat img {
          width: 94px;
          margin-top: 13px; }
        footer .contact .wechat .dialog-wechat .arrow-down {
          position: absolute;
          bottom: -8px;
          left: 50%;
          width: 0;
          height: 0;
          margin-left: -14px;
          border-left: 14px solid transparent;
          border-right: 14px solid transparent;
          border-top: 10px solid #fff; }
      footer .contact .wechat:hover .dialog-wechat {
        display: block; }
    footer .contact a.phone {
      background: url(../images/icon-phone.png) no-repeat left center/auto 100%; }
    footer .contact span.t-wechat {
      background: url(../images/icon_footer_WeChat@2x.png) no-repeat left center/auto 100%; }
    footer .contact a.t-me {
      background: url(../images/icon-t-me.png) no-repeat left center/auto 100%; }
    footer .contact a.email {
      background: url(../images/icon-email.png) no-repeat left center/auto 100%; }
  footer p {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding-top: 20px;
    padding-bottom: 40px;
    clear: both;
    /*版权 网址*/ }
    footer p .copyright,
    footer p .website,
    footer p .blog {
      color: #8288a3;
      font-size: 12px;
      line-height: 17px;
      opacity: .8; }
    footer p .copyright {
      float: left; }
    footer p .website,
    footer p .blog {
      float: right; }

@media screen and (max-width: 1059px) {
  body {
    min-width: 320px; }

  .pc {
    display: none; }

  .mobile {
    display: block; }

  .w {
    width: 100%; }

  .sect {
    position: relative;
    padding-bottom: 50px;
    width: 100%;
    /*标题*/
    /*标题投影*/
    /*内容列表*/ }
    .sect h2 {
      padding-top: 50px;
      font-size: 24px;
      line-height: 33px; }
      .sect h2.en {
        margin-bottom: 50px; }
    .sect h3 {
      margin-top: -7px;
      margin-bottom: 50px;
      font-size: 32px;
      line-height: 30px; }
    .sect ul {
      margin: 0 auto;
      padding: 0; }
      .sect ul li {
        display: block; }

  /*页首*/
  header .notice {
    padding: 0 15px 0 20px; }

  /*第一部分 白皮书*/
  #sect1 {
    /*内容*/ }
    #sect1 .content {
      text-align: left;
      /*标题*/
      /*描述*/
      /*白皮书*/ }
      #sect1 .content.en {
        -webkit-transform: translate3d(0, -60%, 0);
        transform: translate3d(0, -60%, 0); }
      #sect1 .content h2 {
        margin-left: 40px;
        margin-bottom: 40px;
        font-size: 36px;
        line-height: 44px;
        text-align: left; }
      #sect1 .content p {
        margin: 0 40px 50px;
        width: auto;
        font-size: 32px;
        line-height: 45px; }
        #sect1 .content p span {
          display: block; }
      #sect1 .content a {
        margin: 0 0 0 40px;
        text-align: center; }

  /*第二部分 项目简介*/
  #sect2 .wrap {
    padding: 0 20px;
    height: auto; }
  #sect2 .video {
    float: none;
    width: 100%;
    height: auto; }
  #sect2 .text {
    float: none;
    margin: 24px 0 0 0;
    width: 100%;
    text-align: center; }
  #sect2 .text p {
    margin: 0; }
  #sect2 .text .text2 {
    margin-top: 10px; }
  #sect2 .text .text3 {
    text-align: center; }

  /*第三部分 产品方案*/
  #sect3 {
    /*内容列表*/ }
    #sect3 li {
      margin: 0 40px 40px;
      width: calc(100% - 80px);
      /*图片*/
      /*标题*/
      /*描述*/ }
      #sect3 li img {
        width: 60px;
        height: 60px; }
      #sect3 li h4 {
        margin: 14px 0 10px; }
      #sect3 li p {
        height: auto !important;
        color: rgba(130, 136, 163, 0.8); }
    #sect3 li:nth-child(4),
    #sect3 li:nth-child(5),
    #sect3 li:nth-child(6) {
      margin-bottom: 40px; }

  /*第四部分 奖励机制*/
  #sect4 {
    /*内容列表*/ }
    #sect4 ul li {
      margin: 0 20px 20px;
      padding: 40px 20px;
      width: auto;
      height: auto;
      /*图片*/
      /*标题*/ }
      #sect4 ul li img {
        margin-top: 0; }
      #sect4 ul li h4 {
        margin: 19px 0 10px; }
    #sect4 ul li:nth-child(3n) {
      margin-right: 20px !important; }
    #sect4 ul.en li {
      height: auto !important; }

  /*第五部分 发展历程与规划*/
  #sect5 h4 {
    margin: 0 40px; }
  #sect5 .panel {
    margin: 30px 20px 0;
    padding: 0 0 50px 0; }
    #sect5 .panel .panel-bg {
      position: static;
      width: 100%; }
    #sect5 .panel .desc {
      margin-top: 20px;
      padding: 0 20px; }
      #sect5 .panel .desc dl {
        width: auto; }
    #sect5 .panel .course {
      margin-top: 60px;
      padding: 0 20px 0 30px; }
      #sect5 .panel .course li {
        margin-top: 45px; }
        #sect5 .panel .course li:before {
          width: 10px;
          top: -15px;
          left: -10px;
          margin: 0;
          border-top: solid 1px rgba(255, 255, 255, 0.1); }
        #sect5 .panel .course li .cont {
          float: none;
          width: auto; }
          #sect5 .panel .course li .cont p {
            font-size: 12px; }
          #sect5 .panel .course li .cont a:hover .dialog-wechat {
            display: none; }
          #sect5 .panel .course li .cont:before {
            height: auto;
            top: -15px;
            left: -10px;
            bottom: -30px;
            border-left: solid 1px rgba(255, 255, 255, 0.1); }
          #sect5 .panel .course li .cont:after {
            display: none; }
        #sect5 .panel .course li .time.fr, #sect5 .panel .course li .time.fl {
          top: -15px;
          left: 16px;
          right: unset;
          float: none;
          width: auto;
          margin: 0;
          text-align: left; }

  /*第六部分 团队介绍*/
  #sect6-mobile {
    /*内容列表*/ }
    #sect6-mobile.mobile ul {
      padding: 0 5px 0 20px; }
    #sect6-mobile.mobile li {
      margin: 0 15px 0 0;
      border-radius: 2px;
      padding: 40px 20px;
      width: 260px;
      height: 440px;
      background-image: -webkit-linear-gradient(0deg, rgba(19, 25, 64, 0.8) 0%, #212858 98%);
      background-image: -moz-linear-gradient(0deg, rgba(19, 25, 64, 0.8) 0%, #212858 98%);
      background-image: linear-gradient(0deg, rgba(19, 25, 64, 0.8) 0%, #212858 98%);
      /*图片*/
      /*标题*/
      /*描述*/ }
      #sect6-mobile.mobile li img {
        border-radius: 50%;
        width: 120px;
        height: 120px; }
      #sect6-mobile.mobile li h4 {
        margin: 20px 0 10px; }
      #sect6-mobile.mobile li p {
        height: auto; }
    #sect6-mobile li:nth-child(3n),
    #sect6-mobile li:nth-child(4),
    #sect6-mobile li:nth-child(5),
    #sect6-mobile li:nth-child(6) {
      margin: 0 15px 0 0 !important; }

  /*第七部分 投资与顾问 董事*/
  #sect7,
  #sect10 {
    /*内容列表*/ }
    #sect7 li,
    #sect10 li {
      margin: 0 40px 50px;
      width: calc(100% - 80px);
      /*图片*/
      /*标题*/
      /*描述*/ }
      #sect7 li img,
      #sect10 li img {
        border-radius: 50%;
        width: 120px;
        height: 120px; }
      #sect7 li h4,
      #sect10 li h4 {
        margin: 20px 0 10px; }
      #sect7 li p,
      #sect10 li p {
        height: auto; }

  #sect10 .text {
    margin: 0 40px;
    width: auto; }

  /*第八部分 投资机构*/
  /*第九部分 合作伙伴*/
  #sect8 img {
    margin-right: 0;
    width: calc((100% - 100px)/2); }
    #sect8 img:nth-of-type(odd) {
      margin-left: 40px;
      margin-right: 16px; }

  #sect9 ul {
    padding: 0 40px; }
    #sect9 ul li {
      display: inline-block;
      width: calc((100% - 20px)/2); }

  /*第十一部分 最新动态*/
  #sect11 {
    /*查看更多*/ }
    #sect11 ul {
      padding: 0 20px; }
      #sect11 ul li {
        margin-right: 0;
        margin-bottom: 20px;
        width: 100%; }
      #sect11 ul li:last-of-type {
        margin-bottom: 0; }
    #sect11 .more {
      display: block;
      margin: 30px auto; }

  /*第十二部分 邮件订阅*/
  #sect12 {
    /*描述*/
    /*表单*/ }
    #sect12 .text {
      margin: 0 70px; }
    #sect12 form {
      margin: 20px 40px 0;
      width: calc(100% - 80px);
      height: 60px;
      /*输入项*/ }
      #sect12 form input[type="email"] {
        width: calc(100% - 104px); }

  /*页尾*/
  footer {
    padding: 40px;
    /*logo*/
    /*联系方式*/
    /*版权 网址*/ }
    footer h1 {
      float: none;
      margin: 0;
      height: 24px; }
    footer .contact {
      display: block;
      float: none; }
      footer .contact .list {
        float: none;
        margin-left: 0; }
      footer .contact a {
        margin: 18px 30px 15px 0; }
      footer .contact a:last-child {
        margin-right: 0; }
      footer .contact .wechat .dialog-wechat {
        left: 0; }
    footer p {
      padding-top: 15px;
      padding-bottom: 0; }
      footer p .copyright {
        display: block;
        float: none;
        margin-bottom: 20px; }
      footer p .website,
      footer p .blog {
        float: none;
        color: #fff; } }
.sect h2,
.sect h3,
.sect li img,
.sect li h4,
#sect1 p,
#sect1 a,
#sect2 p,
#sect3 p,
#sect4 li,
#sect4 p,
#sect5 h4,
#sect5 .desc,
#sect5 .panel .course li,
#sect6-pc p,
#sect6-mobile p,
#sect7 p,
#sect8 img,
#sect9 img,
#sect10 p,
#sect11 li,
#sect11 p,
#sect11 .more,
#sect12 .text,
#sect12 form {
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  opacity: 0; }

.sect h2.animate,
.sect h3.animate,
.sect li img.animate,
.sect li h4.animate,
#sect1 p.animate,
#sect1 a.animate,
#sect2 p.animate,
#sect3 p.animate,
#sect4 li.animate,
#sect4 p.animate,
#sect5 h4.animate,
#sect5 .desc.animate,
#sect5 .panel .course li.animate,
#sect6-pc p.animate,
#sect6-mobile p.animate,
#sect7 p.animate,
#sect8 img.animate,
#sect9 img.animate,
#sect10 p.animate,
#sect11 li.animate,
#sect11 p.animate,
#sect11 .more.animate,
#sect12 .text.animate,
#sect12 form.animate {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.6, 0.2, 0.1, 1) 0s, opacity 0.5s cubic-bezier(0.6, 0.2, 0.1, 1) 0s;
  transition: transform 0.5s cubic-bezier(0.6, 0.2, 0.1, 1) 0s, opacity 0.5s cubic-bezier(0.6, 0.2, 0.1, 1) 0s; }

a[title="站长统计"] {
  display: none; }

/*# sourceMappingURL=style-v1.css.map */
