@charset "UTF-8";
/* CSS Document */
/* common */
body, div, h1, h2, h3, h4, h5, h6, dl, dd, dt, p, a, form, select, input, ul, ol, li {
  margin: 0;
  padding: 0;
  text-indent: 0;
  font-weight: normal;
  font-size: 14px;
  font-family: 'Microsoft YaHei', Verdana, Arial, Helvetica, sans-serif;
  color: #000000; }

ul, ol {
  list-style: none;
  text-indent: 0;
  list-style-position: outside; }

img {
  border: 0; }

b {
  font-weight: normal; }

.fl {
  float: left;
  display: inline; }

.fr {
  float: right;
  display: inline; }

/* link : style */
a {
  text-decoration: none; }

a:hover {
  text-decoration: none; }

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

.clearfix:after {
  clear: both; }

.content_width {
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
  margin: 0 auto;
  box-sizing: border-box; }

.box_border {
  box-sizing: border-box; }

.flex {
  display: flex;
  justify-content: space-between; }

html {
  font-size: 62.5%; }
  html body {
    margin: 0 auto;
    overflow-x: hidden; }

/*logo*/
.logo {
  background: #171819;
  height: 4.6rem;
  overflow: hidden; }
  .logo img {
    float: left;
    margin-top: 0.8rem;
    height: 2.6rem;
    margin-bottom: 1rem; }
  .logo .dianhua {
    float: right;
    vertical-align: middle;
    font-size: 1.2rem;
    color: #fff;
    line-height: 4.8rem;
    background: url("../img/dianhua_icon.png") no-repeat left center;
    background-size: auto 40%;
    padding-left: 2rem;
    height: 4.6rem;
    overflow-y: hidden; }

.nav {
  height: 3rem;
  overflow: hidden;
  position: absolute;
  z-index: 2; }
  .nav li a {
    font-size: 1.2rem;
    color: #fff;
    line-height: 3rem;
    height: 3rem;
    display: block;
    /* position: relative;
        z-index: 2;*/ }

/*banner*/
.banner {
  height: 24rem;
  width: 100%;
  overflow: hidden;
  position: relative; }
  .banner a {
    display: block;
    width: 100%;
    height: 100%; }
  .banner .banner1 {
    background: url("../img/banner1.jpg") no-repeat top center;
    background-size: 100% auto; }
  .banner .banner2 {
    background: url("../img/banner2.jpg") no-repeat top center;
    background-size: 100% auto; }
  .banner .banner3 {
    background: url("../img/banner3.jpg") no-repeat top center;
    background-size: 100% auto; }
  .banner .banner_pagination {
    position: absolute;
    bottom: 1rem;
    left: 0;
    text-align: center;
    width: 100%; }
  .banner .banner_pagination > span {
    width: 2rem;
    height: 0.3rem;
    background: rgba(255, 255, 255, 0.8);
    display: inline-block;
    margin: 0 0.5rem; }
  .banner .banner_pagination > .swiper-active-switch {
    background: #f0a122; }

/*标题*/
.biaoti {
  margin-top: 2.5rem;
  margin-bottom: 1.7rem; }
  .biaoti p {
    font-size: 2.4rem;
    color: #333333;
    text-align: center;
    line-height: 1.2; }
  .biaoti P > span {
    color: #3e71cc;
    font-weight: 900; }
  .biaoti.bai p {
    color: #fff; }

/*生长模块*/
.shengzhang_c {
  position: relative;
  padding: 1rem 2rem 1rem 1rem; }
  .shengzhang_c .text {
    width: 46%;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    margin-right: 1rem; }
    .shengzhang_c .text p {
      font-size: 1.8rem;
      text-align: center;
      font-weight: 900;
      color: #ffe400;
      margin-top: 2.5rem;
      margin-bottom: 0.2rem; }
    .shengzhang_c .text span {
      color: #fff;
      display: block;
      width: 82%;
      margin: 0 auto;
      text-align: left;
      font-size: 1.2rem;
      line-height: 1.8; }
    .shengzhang_c .text .shengzhang_tu_pag {
      position: absolute;
      bottom: 1.3rem;
      width: 100%;
      text-align: center; }
      .shengzhang_c .text .shengzhang_tu_pag span {
        display: inline-block;
        width: 0.5rem;
        height: .5rem;
        background: #d0d0d0;
        margin: 1rem 0.3rem 0 0.3rem;
        border-radius: 50%; }
      .shengzhang_c .text .shengzhang_tu_pag .swiper-active-switch {
        background: #ffe400; }

.shengzhang_c > .tu {
  width: 100%;
  overflow: hidden; }
  .shengzhang_c > .tu img {
    width: 100%;
    height: auto;
    display: block; }

/*button*/
.button {
  width: 12.5rem;
  margin: 2.5rem auto 2rem;
  line-height: 2.7rem;
  height: 2.5rem;
  color: #fff;
  background: #3e71cc;
  display: block;
  text-align: center;
  border-radius: 1.3rem;
  font-size: 1.2rem; }

.button.bai {
  background: transparent;
  color: #3e71cc;
  border: 1px solid #3e71cc; }

/*招人*/
.zhaoren {
  padding-top: 1px;
  background: #f3f3f3;
  padding-bottom: 2.5rem; }

.zhaoren_c {
  overflow: hidden; }
  .zhaoren_c img {
    width: 100%;
    box-sizing: border-box;
    padding: 0 1rem 0 1rem; }
  .zhaoren_c .button {
    margin-top: -2.6rem; }
  .zhaoren_c p {
    float: right;
    font-size: 1rem;
    color: #3e71cc;
    margin-right: 1rem; }
    .zhaoren_c p span {
      width: 0.8rem;
      height: 0.8rem;
      display: inline-block;
      margin-right: 0.5rem;
      background: #3e71cc; }

.bige {
  background: #f3f3f3; }
  .bige img {
    width: 100%;
    display: block; }

.rencai {
  background: url("../img/rencai_bg.jpg") no-repeat top center;
  background-size: 100% auto;
  padding-top: 1px;
  margin-top: -0.6rem;
  padding-bottom: 1px; }
  .rencai .rencai_c {
    overflow: hidden; }
  .rencai .rencai_s {
    width: 45%;
    text-align: center;
    border: 1px solid #474747;
    background: rgba(0, 0, 0, 0.3);
    margin-bottom: 2rem;
    padding-top: 2rem;
    padding-bottom: 1.8rem; }
    .rencai .rencai_s img {
      display: block;
      margin: 0 auto;
      width: 30%; }
    .rencai .rencai_s span {
      width: 85%;
      margin: 1.3rem auto 0;
      color: #fff;
      text-align: left;
      display: block;
      font-size: 1rem;
      line-height: 1.5; }
  .rencai .rencai_s > p {
    font-size: 1.3rem;
    color: #fff;
    font-weight: 900;
    margin-top: 2rem; }
  .rencai .button {
    margin: 0 auto 2rem; }

/*重构比特币*/
.chonggou {
  background: url("../img/bitebi_bg.jpg") no-repeat top center;
  background-size: 100% auto;
  padding-top: 1px;
  padding-bottom: 1px; }
  .chonggou .chonggou_c .img {
    width: 100%; }
    .chonggou .chonggou_c .img img {
      width: 100%;
      height: auto; }
  .chonggou .chonggou_c .quan > div {
    width: 7rem;
    height: 7rem;
    border-radius: 50%;
    background: #101a2c;
    color: #fff;
    font-size: 1.2rem;
    text-align: center;
    border: 1px solid #3867ba;
    font-weight: 900;
    line-height: 1;
    margin-top: 2rem; }
    .chonggou .chonggou_c .quan > div .span {
      height: 100%;
      display: inline-block; }
  .chonggou .chonggou_c .quan > div > span {
    vertical-align: middle;
    line-height: 1.2; }
  .chonggou .chonggou_c .quan > div > span > span {
    display: inline-block;
    vertical-align: middle; }
  .chonggou .button {
    margin-top: 2rem; }

/*form*/
/*form*/
.form {
  background: url("../img/form_bg.jpg") no-repeat top center;
  background-size: 100% auto;
  padding-top: 1px;
  padding-bottom: 2rem; }
  .form .biaoti {
    margin-bottom: 0;
    margin-top: 1.4rem; }
  .form form p {
    text-align: center;
    font-size: 1.5rem;
    color: #6099ff;
    margin-top: 0.8rem;
    margin-bottom: 0.6rem; }
  .form form div {
    text-align: center; }
    .form form div span {
      padding: 0 1.3rem;
      color: #f3f3f3;
      font-size: 1.2rem; }
    .form form div input {
      width: 17rem;
      height: 2.5rem;
      line-height: 2.5rem;
      margin-bottom: 1rem;
      border: 1px solid #3e71cc;
      background: rgba(62, 113, 204, 0.6);
      color: #fff;
      box-sizing: border-box;
      padding-left: 1rem;
      outline: none;
      font-size: 1.2rem; }
    .form form div p {
      display: inline-block;
      width: 17rem;
      height: 2.5rem;
      margin-top: 0;
      margin-bottom: 0; }
      /*.form form div p a {
        width: 45%;
        float: left;
        display: inline-block;
        height: 100%;
        text-align: center;
        border: 1px solid #3e71cc;
        background: rgba(62, 113, 204, 0.6);
        color: #c3c3c3;
        line-height: 2.7rem;
        font-size: 1.2rem; }*/
      .form form div p a {
        height: 2.5rem;
        width: 45%;
        float: left;
        display: inline-block;
        text-align: center;
        line-height: 2.7rem;
        color: #fff;
        font-size: 1.2rem;
        background: #3e71cc;
        /*border: 1px solid #3e71cc; */
      }
      .form form div p button {
        height: 2.5rem;
        width: 45%;
        float: right;
        display: inline-block;
        text-align: center;
        line-height: 2.7rem;
        color: #fff;
        font-size: 1.2rem;
        background: #3e71cc;
        border: 1px solid #3e71cc; }
/*偷次世代的*/
.part1 {
  width: 100%;
  background-size: 100% 100%; }

.part5 {
  background-size: 100% 100%;
  overflow: hidden; }
  .part5 .button {
    margin-top: 0; }

.part5 ul {
  width: 35.4rem;
  overflow: hidden; }

.part5 ul li {
  background: url(../img/border1.png) no-repeat;
  background-size: 100% 100%;
  width: 10.4rem;
  height: 13rem;
  color: #000;
  margin-right: 1rem;
  margin-bottom: 2.3rem; }

.part5 ul li.last {
  margin-right: 0; }

.part5 ul li h3 {
  font-size: 1.4rem;
  font-weight: bold;
  padding-top: 2.4rem;
  text-align: center;
  color: #fff; }

.part5 ul li p {
  width: 9rem;
  font-size: 0.9rem;
  text-align: left;
  margin-left: 1rem;
  margin-top: 0.8rem;
  color: #fff; }

.rechao_c > div {
  width: 100%;
  overflow: hidden; }

.rechao_c .rechao_swiper {
  width: 100%;
  margin: 4rem auto 4rem; }

.rechao_c .swiper-slide > div {
  transform: scale(1, 1);
  width: 11.2rem;
  height: auto;
  position: relative;
  padding-bottom: 1px; }
  .rechao_c .swiper-slide > div .shangkuang {
    border: 1px solid #3e71cc;
    height: 0.56rem;
    width: 100%;
    visibility: hidden; }
  .rechao_c .swiper-slide > div .text {
    padding: 0 0.7rem; }
    .rechao_c .swiper-slide > div .text .content {
      background: url("../img/rechao_bg.jpg") no-repeat top center;
      background-size: 100% auto;
      height: 14rem;
      text-align: center; }
      .rechao_c .swiper-slide > div .text .content img {
        width: 30%;
        margin-top: 4.2rem;
        margin-bottom: 0.91rem; }
      .rechao_c .swiper-slide > div .text .content .false {
        display: none; }
      .rechao_c .swiper-slide > div .text .content .true {
        display: inline-block; }
      .rechao_c .swiper-slide > div .text .content p {
        font-size: 1.05rem;
        color: #fff;
        text-align: center;
        line-height: 1;
        margin-bottom: 1.05rem; }
      .rechao_c .swiper-slide > div .text .content span {
        box-sizing: border-box;
        width: 100%;
        padding: 0 0.7rem;
        color: #fff;
        line-height: 1.5;
        font-size: 0.7rem;
        text-align: left;
        display: none; }
    .rechao_c .swiper-slide > div .text .content1 {
      background-image: url("../img/rechao_01.jpg"); }
    .rechao_c .swiper-slide > div .text .content2 {
      background-image: url("../img/rechao_02.jpg"); }
    .rechao_c .swiper-slide > div .text .content3 {
      background-image: url("../img/rechao_03.jpg"); }
    .rechao_c .swiper-slide > div .text .content4 {
      background-image: url("../img/rechao_04.jpg"); }
    .rechao_c .swiper-slide > div .text .content5 {
      background-image: url("../img/rechao_05.jpg"); }
  .rechao_c .swiper-slide > div .rechao_button {
    text-align: center;
    position: absolute;
    bottom: 0;
    width: 100%; }
    .rechao_c .swiper-slide > div .rechao_button div {
      width: 4.2rem;
      height: 1.4rem;
      font-size: 0.84rem;
      line-height: 1.4rem;
      text-align: center;
      color: #fff;
      display: inline-block;
      background: #82adfa; }
  .rechao_c .swiper-slide > div .xiakuang {
    width: 100%;
    height: 0.35rem;
    margin: 0.28rem 0 0.07rem 0;
    border: 1px solid #3e71cc; }

.rechao_c .swiper-slide.true {
  z-index: 200;
  position: relative; }

.rechao_c .swiper-slide.true > div {
  transform: scale(1.4, 1.4); }
  .rechao_c .swiper-slide.true > div .shangkuang {
    visibility: visible; }
  .rechao_c .swiper-slide.true > div .text {
    padding: 0 0.7rem; }
    .rechao_c .swiper-slide.true > div .text .content img {
      width: 30%;
      margin-top: 2.03rem;
      margin-bottom: 0.91rem; }
    .rechao_c .swiper-slide.true > div .text .content .false {
      display: inline-block; }
    .rechao_c .swiper-slide.true > div .text .content .true {
      display: none; }
    .rechao_c .swiper-slide.true > div .text .content p {
      color: #ffe400; }
    .rechao_c .swiper-slide.true > div .text .content span {
      display: block; }
  .rechao_c .swiper-slide.true > div .rechao_button > div {
    background: #3e71cc; }
