@charset "UTF-8";
html {
  font-size: 14px;
  font-family: 'Micrsofot Yahei', Arial, Helvetica, sans-serif;
  background: #fff;
  overflow-x: hidden; }

body {
  overflow-x: hidden;
  font-size: 14px !important; }

html,
body,
h1,
h2,
h3,
h4,
h5,
p,
div.label,
a,
li {
  font-family: 'Micrsofot Yahei', Arial, Helvetica, sans-serif; }

html {
  font-size: 14px !important; }

.header {
  font-size: 0.8571428571rem; }

@media screen and (max-width: 991.98px) {
  html {
    font-size: 11px; } }
.margin-top-value {
  margin-top: px-top-rem(30px) !important; }

/************ head *****************/
.container-box {
  width: 100%;
  padding: 0;
  margin: 0 auto; }
  .container-box .header-box {
    z-index: 999;
    position: relative;
    background: #fff;
    padding: 0 !important;
    min-height: 100px; }
    .container-box .header-box .logo {
      max-width: 100px;
      padding-top: 10px; }
    .container-box .header-box li {
      min-height: 100px;
      line-height: 100px;
      list-style-type: none;
      float: left; }
      .container-box .header-box li a {
        font-size: 1.2857142857rem;
        color: #010101;
        margin-left: 5.1428571429rem; }
      .container-box .header-box li a.first {
        margin-left: 0; }
    @media screen and (max-width: 1024px) {
      .container-box .header-box .head-inner-box {
        width: 100%; }
        .container-box .header-box .head-inner-box .logo {
          width: 100%;
          float: none; }
        .container-box .header-box .head-inner-box li {
          width: 100%;
          float: none;
          min-height: 2rem;
          line-height: 2rem;
          text-align: left;
          padding-left: 3%;
          border-bottom: 1px solid #eee; }
          .container-box .header-box .head-inner-box li a {
            font-size: 1.2857142857rem;
            color: #010101;
            margin-left: 5.1428571429rem; }
        .container-box .header-box .head-inner-box .head-link {
          float: none; } }

.header-logo {
  width: 64px;
  height: 73px;
  background: url("../imgs/index/logo.png") no-repeat; }
  .header-logo .title-logo {
    display: none; }

@media screen and (max-width: 991.98px) {
  .header-logo {
    padding-left: 50px;
    padding-top: 15px;
    font-size: 1.8rem;
    font-weight: bold;
    width: 64px;
    height: 64px;
    background: url("../imgs/index/app_logo.png") no-repeat left center;
    background-size: 50% auto; }
    .header-logo .title-logo {
      display: block; } }
.head-link {
  padding: 0 0 0 0; }
  .head-link ul {
    height: 5rem;
    margin: 6px 0 0 2rem;
    padding: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center; }
  .head-link li {
    list-style: none; }
    .head-link li .form-control {
      border-right: none;
      border-color: #cccccc; }
      .head-link li .form-control ::placeholder {
        color: #9b9b9b; }
    .head-link li .input-group-text {
      background: #fff;
      border-left: none;
      margin-right: 0.5rem; }
      .head-link li .input-group-text i {
        font-size: 1.3rem;
        color: #9b9b9b; }
  .head-link a {
    display: inline-block;
    width: 24px;
    height: 24px;
    border: none;
    margin: 0 10px; }
    .head-link a i {
      color: #999;
      font-size: 20px; }
    .head-link a:hover {
      color: #bb0942; }
      .head-link a:hover i {
        color: #bb0942; }
  .head-link a.search-btn {
    background: url("../imgs/index/search.png") no-repeat;
    background: contain; }
  .head-link a.tel-btn {
    background: url("../imgs/index/contact.png") no-repeat;
    background: contain; }
  .head-link a.e-mail-btn {
    background: url("../imgs/index/email.png") no-repeat;
    background: contain; }
  .head-link a.language-btn {
    background: url("../imgs/index/language.png") no-repeat;
    background: contain; }

/*************** footer ******************/
.footer {
  width: 100%;
  min-height: 20.7142857143rem;
  overflow: hidden;
  margin: 0 auto;
  background: #333333; }
  .footer .footer-inner-box {
    max-width: 98.5714285714rem;
    margin: 0 auto; }
  .footer .footer-inner-box {
    display: flex;
    justify-content: space-between;
    padding: 40px 0 0 0; }
    .footer .footer-inner-box .footer-info {
      width: 70%; }
      .footer .footer-inner-box .footer-info .footer-link {
        width: 100%; }
        .footer .footer-inner-box .footer-info .footer-link li {
          float: left;
          font-size: 1rem;
          color: #fff;
          padding: 0 10px; }
          .footer .footer-inner-box .footer-info .footer-link li a {
            color: #fff; }
            .footer .footer-inner-box .footer-info .footer-link li a :hover {
              text-decoration: none; }
      .footer .footer-inner-box .footer-info .address {
        display: block;
        width: 100%;
        text-align: left;
        margin-top: 2.1428571429rem;
        margin: 1.5rem auto 0 auto; }
    .footer .footer-inner-box .qr-img {
      width: 150px;
      text-align: right; }
      .footer .footer-inner-box .qr-img img {
        width: 10.7142857143rem;
        height: 10.7142857143rem; }
      .footer .footer-inner-box .qr-img label {
        width: 100%;
        line-height: 2.5rem;
        font-size: 14px;
        color: #Fff;
        text-align: center; }
    .footer .footer-inner-box p {
      color: #fff;
      margin-bottom: 0.5rem; }
  .footer .footer-inner-box2 {
    width: 1400px;
    min-height: 54px;
    margin: 0 auto;
    padding: 0; }
    .footer .footer-inner-box2 p {
      line-height: 3.8571428571rem;
      color: #F5F5F5;
      padding: 0;
      margin: 0; }
  .footer .bottom-copyright-box {
    background: #222222;
    min-height: 3.8571428571rem;
    text-align: left;
    overflow: hidden;
    margin-top: 20px; }
  .footer .footer-link li {
    list-style: none;
    float: left; }
  @media screen and (max-width: 991.98px) {
    .footer .footer-link li {
      line-height: 2rem; }
    .footer .footer-link li:nth-child(odd) {
      width: 24%; }
    .footer .footer-link li:nth-child(even) {
      width: 1%; }
    .footer .footer-link li:last-child {
      width: 27%;
      padding: 0 !important; }
    .footer .footer-inner-box,
    .footer .footer-inner-box2 {
      width: 100%;
      padding: 1rem 1rem 1rem 1rem; }
    .footer .footer-inner-box2 p {
      line-height: 1.8rem; }
    .footer .footer-inner-box {
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin-bottom: 1rem; }
      .footer .footer-inner-box .footer-info,
      .footer .footer-inner-box .qr-img {
        width: 100%; }
      .footer .footer-inner-box .qr-img {
        text-align: center;
        margin-top: .8rem; }
      .footer .footer-inner-box .footer-info {
        margin-top: 2rem; }
        .footer .footer-inner-box .footer-info .address {
          width: 90%; } }

.menu-box {
  margin-top: 1.5rem;
  border-bottom: 1px solid #e6e6e6; }
  .menu-box ul li {
    padding: 0 2rem; }
    .menu-box ul li a {
      line-height: 2rem;
      font-size: 18px;
      color: #666666;
      padding-left: 0;
      padding-right: 0; }
    .menu-box ul li a.active {
      border-bottom: 2px solid #bb0942; }

.pop-menu-box {
  width: 100%;
  min-height: 200px;
  background: #f9fafc; }
  .pop-menu-box .pop-menu-link {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 1400px;
    height: 200px;
    margin: 0 auto; }
    .pop-menu-box .pop-menu-link .img-box {
      width: 180px;
      height: 120px; }
    .pop-menu-box .pop-menu-link ul {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      justify-content: center;
      align-items: center;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      justify-content: start;
      width: calc(100% - 180px - 5%);
      padding-left: 5%; }
      .pop-menu-box .pop-menu-link ul li {
        display: block;
        width: 20%;
        line-height: 36px;
        list-style-type: none;
        font-size: 16px;
        text-align: left; }

.active-menu-box {
  display: none; }

.introduce-box p {
  width: 100%;
  line-height: 36px;
  font-size: 18px;
  color: #333;
  text-align: left;
  text-indent: 2em;
  padding: 1rem 0 1.5rem 0; }
  .introduce-box p b {
    font-size: 24px;
    color: #bb0942; }

.safety-box {
  background: #f9fafc;
  padding: 4rem 0; }

.safety-box2 {
  padding-top: 4rem; }

.use-box p {
  line-height: 36px;
  font-size: 18px;
  text-align: center; }
.use-box .first {
  padding-top: 3rem; }
.use-box .last {
  padding-bottom: 6rem; }

.network-box .img-box {
  padding-bottom: 5rem; }

@media screen and (max-width: 991.98px) {
  .introduce-box {
    padding: 0 1.5rem; }
    .introduce-box p {
      line-height: 2.4rem;
      padding-top: 0 !important;
      font-size: 1.2rem; }
      .introduce-box p b {
        font-size: 1.4rem; }

  .safety-box {
    padding: 2rem 0; }

  .use-box {
    padding: 1.5rem; }
    .use-box p {
      line-height: 2.5rem;
      font-size: 1.2rem;
      text-align: left; }
    .use-box p.last {
      padding-bottom: 0; }

  .network-box .img-box .col-md-7，col-md-5 {
    width: calc(100% - 3rem);
    padding: 0 1.5rem; } }
/************ supper_xj and city-and-people *************/
.elegant-demeanour-box {
  display: block;
  padding-bottom: 5rem; }
  .elegant-demeanour-box .panel-img-list ul {
    clear: both; }
    .elegant-demeanour-box .panel-img-list ul li {
      float: left;
      margin: 0 20px 20px 0; }
      .elegant-demeanour-box .panel-img-list ul li:nth-child(1), .elegant-demeanour-box .panel-img-list ul li:nth-child(2) {
        width: 270px; }
      .elegant-demeanour-box .panel-img-list ul li:nth-child(4), .elegant-demeanour-box .panel-img-list ul li:nth-child(8), .elegant-demeanour-box .panel-img-list ul li:nth-child(11) {
        margin-right: 0; }
    .elegant-demeanour-box .panel-img-list ul .panel-img-box a {
      position: relative;
      display: block;
      height: 100%;
      color: #fff;
      overflow: hidden; }
      .elegant-demeanour-box .panel-img-list ul .panel-img-box a .img-box {
        position: relative;
        overflow: hidden; }
      .elegant-demeanour-box .panel-img-list ul .panel-img-box a img {
        position: relative;
        width: 100%;
        height: auto;
        -webkit-transition: all 0.5s;
        transition: all 0.5s; }
    .elegant-demeanour-box .panel-img-list ul .panel-img-box .mask {
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      height: 50%;
      z-index: 2;
      background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 70%);
      visibility: visible; }
    .elegant-demeanour-box .panel-img-list ul .panel-img-box .text-box {
      position: absolute;
      left: 0;
      bottom: -20px;
      width: 100%;
      color: #fff;
      text-align: left;
      -webkit-transition: all 0.5s;
      transition: all 0.5s;
      padding: 15px 30px;
      margin-bottom: 1.5rem;
      font-size: 18px;
      z-index: 999; }
      .elegant-demeanour-box .panel-img-list ul .panel-img-box .text-box .name {
        font-size: 1.7142857143rem;
        font-weight: bold; }
    .elegant-demeanour-box .panel-img-list ul .panel-img-box .read-more {
      opacity: 0;
      -webkit-transition: all 0.5s;
      transition: all 0.5s;
      padding-top: 1rem; }
      .elegant-demeanour-box .panel-img-list ul .panel-img-box .read-more span {
        position: relative;
        top: 0.6rem;
        font-size: 14px; }
      .elegant-demeanour-box .panel-img-list ul .panel-img-box .read-more i {
        position: relative;
        top: 8px;
        left: 10px;
        color: red; }
    .elegant-demeanour-box .panel-img-list ul .panel-img-box:hover img {
      -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
      transform: scale(1.05); }
    .elegant-demeanour-box .panel-img-list ul .panel-img-box:hover .mask {
      opacity: 1;
      visibility: visible;
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      z-index: 2;
      background: url("../imgs/index/mask_grad.png") repeat-x left bottom;
      background-size: auto 100%; }
    .elegant-demeanour-box .panel-img-list ul .panel-img-box:hover .read-more {
      opacity: 1; }
    .elegant-demeanour-box .panel-img-list ul .panel-img-box:hover .text-box {
      bottom: 1.5rem; }
    .elegant-demeanour-box .panel-img-list ul .panel-img-box .mask {
      height: 30%;
      background: none; }
    .elegant-demeanour-box .panel-img-list ul .panel-img-box:hover .mask {
      height: 30%;
      top: auto;
      bottom: 0;
      background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 70%); }
    .elegant-demeanour-box .panel-img-list ul .panel-img-box:hover .read-more {
      opacity: 1; }
    .elegant-demeanour-box .panel-img-list ul .panel-img-box:hover .text-box {
      bottom: 1.5rem; }

.elegant-demeanour-box2 .panel-img-list ul {
  clear: both; }
  .elegant-demeanour-box2 .panel-img-list ul li {
    float: left;
    margin: 0 20px 20px 0; }
    .elegant-demeanour-box2 .panel-img-list ul li:nth-child(1) {
      width: 570px; }
    .elegant-demeanour-box2 .panel-img-list ul li:nth-child(2) {
      width: 440px; }
    .elegant-demeanour-box2 .panel-img-list ul li:nth-child(3) {
      width: 350px; }
    .elegant-demeanour-box2 .panel-img-list ul li:nth-child(4) {
      margin-right: 20px; }
    .elegant-demeanour-box2 .panel-img-list ul li:nth-child(3), .elegant-demeanour-box2 .panel-img-list ul li:nth-child(6), .elegant-demeanour-box2 .panel-img-list ul li:nth-child(8) {
      margin-right: 0; }

@media screen and (max-width: 991.98px) {
  .elegant-demeanour-box .panel-img-list ul, .elegant-demeanour-box2 .panel-img-list ul {
    padding: 0 1.5rem; }
    .elegant-demeanour-box .panel-img-list ul li, .elegant-demeanour-box2 .panel-img-list ul li {
      width: auto;
      max-width: 100%;
      margin: 1.5rem 0 0 0 !important; } }
.link-box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-top: 1rem; }
  .link-box a {
    display: block;
    width: 130px;
    height: 92px;
    line-height: 92px;
    font-size: 18px;
    font-weight: bold;
    color: #bb0942;
    background: url("../imgs/support_xj/item_bg.jpg") no-repeat; }

.achievement-box {
  background: #f9fafc;
  padding-bottom: 6rem; }
  .achievement-box .info-box {
    max-width: 1400px;
    margin: 0 auto; }
    .achievement-box .info-box p {
      line-height: 36px;
      font-size: 18px;
      text-align: left;
      text-indent: 2em;
      margin-bottom: 2rem; }
      .achievement-box .info-box p b {
        color: #bb0942; }

.project-box {
  background: #fff;
  padding-bottom: 6rem; }
  .project-box p {
    line-height: 36px;
    font-size: 18px;
    text-align: left;
    text-indent: 2em;
    margin-bottom: 2rem; }

.pattern-box {
  background: #f9fafc;
  padding-bottom: 6rem; }

@media screen and (max-width: 991.98px) {
  .achievement-box .info-box p {
    line-height: 2.5rem;
    font-size: 1.2rem;
    margin-bottom: 1.5rem; }

  .project-box p {
    line-height: 2.5rem;
    font-size: 1.2rem;
    margin-bottom: 1.5rem; }

  .link-box {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .link-box a {
      margin-bottom: 1rem; }

  .achievement-box {
    padding: 0 1.5rem 2rem 1.5rem; }

  .pattern-box {
    padding-left: 1.5rem;
    padding-right: 1.5rem; } }
.case-box {
  max-width: 100%;
  margin: 0 auto 7rem auto; }
  .case-box h3 {
    line-height: 3rem;
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    padding-bottom: 40px; }
  .case-box .list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center; }
    .case-box .list .swiper-button-prev {
      left: 20% !important; }
    .case-box .list .img-box {
      width: 1018px !important;
      min-height: 678px;
      margin-right: 10px; }
      .case-box .list .img-box a {
        height: 100%;
        color: #fff;
        overflow: hidden; }
        .case-box .list .img-box a .img-box {
          position: relative; }
          .case-box .list .img-box a .img-box:hover {
            background: rgba(0, 0, 0, 0.5);
            opacity: 1;
            transition: all 3s; }
            .case-box .list .img-box a .img-box:hover .mask {
              display: block; }
              .case-box .list .img-box a .img-box:hover .mask h3 {
                font-size: 24px; }
              .case-box .list .img-box a .img-box:hover .mask P {
                line-height: 48px;
                font-size: 18px;
                color: #Fff;
                text-indent: 0; }
                .case-box .list .img-box a .img-box:hover .mask P b {
                  font-size: 18px;
                  color: #fff; }
          .case-box .list .img-box a .img-box .mask {
            display: none;
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: 2;
            padding: 3rem;
            background: rgba(0, 0, 0, 0.5); }
          .case-box .list .img-box a .img-box img {
            position: relative;
            width: 100%;
            height: auto; }

@media screen and (max-width: 991.98px) {
  .case-box {
    margin: 0 auto 3rem auto; }
    .case-box .list {
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .case-box .list .img-box {
        margin-right: 0;
        padding: 0 0 1rem 0; }
        .case-box .list .img-box a {
          height: 100%;
          color: #fff;
          overflow: visited; }
          .case-box .list .img-box a .img-box {
            width: 99% !important;
            height: auto; }
            .case-box .list .img-box a .img-box:hover {
              display: none; }
            .case-box .list .img-box a .img-box img {
              position: absolute;
              left: 0;
              top: 0;
              z-index: 999; }
            .case-box .list .img-box a .img-box .mask {
              position: relative;
              top: 0;
              bottom: 0;
              display: block;
              padding: 280px 0 1rem 1rem;
              background: #f9fafc; }
              .case-box .list .img-box a .img-box .mask h3 {
                font-size: 20px;
                line-height: 2.5rem;
                color: #000;
                padding-bottom: 1rem; }
              .case-box .list .img-box a .img-box .mask p {
                color: #333 !important;
                text-indent: 0 !important; }
                .case-box .list .img-box a .img-box .mask p b {
                  font-size: 20px !important;
                  color: #333 !important;
                  text-indent: 0 !important; } }

/*# sourceMappingURL=blockchain.css.map */
