@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,wght@0,600;0,700;0,800;0,900;1,400&family=Staatliches&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@500;700&display=swap");
body {
  font-family: 'Montserrat','Nunito Sans', Helvetica, PingFang SC, DengXian, Microsoft YaHei, Simsun, SimHei, sans-serif !important;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  background-color: #fff;
  margin: 0px; }

a,
h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
ul,
li {
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s; }

.col-xs-12 {
  width: 100%; }

@media (min-width: 992px) {
  .col-lg-25 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; } }

* {
  outline: none; }

a {
  transition: ease-in-out 0.5s; }

ul,
li {
  padding: 0px;
  margin: 0px;
  list-style: none; }

a:hover {
  text-decoration: none; }

.t-u {
  text-transform: uppercase; }

.index-root {
  overflow: hidden;
  position: relative;
  z-index: 10;
  background-color: #fff; }

@media (min-width: 1200px) {
  .container {
    max-width: 1230px; } }

.pc-block {
  display: inline-block !important; }
  @media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px), only screen and (min-width: 320px) and (max-width: 767px) {
    .pc-block {
      display: none !important; } }

.app-block {
  display: none !important; }
  @media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px), only screen and (min-width: 320px) and (max-width: 767px) {
    .app-block {
      display: inline-block !important; } }

.contentGroup {
  padding: 100px 0px; }
  .contentGroup .container {
    max-width: 1440px; }
  .contentGroup .introWrap {
    display: flex;
    flex-direction: column;
    justify-content: center; }
    .contentGroup .introWrap.pr-5 {
      padding-right: 5% !important; }
    .contentGroup .introWrap.pl-5 {
      padding-left: 5% !important; }
  .contentGroup h4, .contentGroup h5 {
    margin-bottom: 40px; }
  .contentGroup ul {
    margin-bottom: 30px; }
    .contentGroup ul li {
      margin-bottom: 16px;
      list-style: none;
      padding-left: 24px;
      background: url(../images/li_disc.svg) left center no-repeat;
      background-size: 12px;
      font-weight: 400;
      font-size: 16px;
      line-height: 21px;
      color: #000;
      text-transform: capitalize; }
      .contentGroup ul li b {
        font-size: 32px; }
  .contentGroup .intro {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 30px; }
  .contentGroup .linkbtn {
    margin-top: 40px; }

@media only screen and (max-width: 1920px) {
  .contentGroup .intro {
    font-size: 16px;
    line-height: 1.4; }
  .contentGroup h4 {
    font-size: 32px; }
  .wrapTitleBox h2 {
    font-size: 45px;
    line-height: 1.2; } }

@media only screen and (max-width: 1780px) {
  h1 {
    font-size: 56px;
    line-height: 1.2; }
  h2 {
    font-size: 42px;
    line-height: 1.2;
    margin-bottom: 20px; }
  h3 {
    font-size: 36px;
    line-height: 1.2; }
  h4 {
    font-size: 32px;
    line-height: 1.2; } }

@media only screen and (max-width: 1680px) {
  .contentGroup {
    padding: 80px 60px; }
  .contentGroup .container {
    max-width: 90%; }
  .contentGroup h2 {
    font-size: 42px;
    line-height: 42px; }
  .contentGroup h3 {
    font-size: 36px;
    line-height: 1.2; }
  .contentGroup .intro {
    font-size: 15px;
    line-height: 1.3; } }

@media only screen and (max-width: 1480px) {
  .contentGroup h2 {
    font-size: 36px;
    line-height: 1.2; }
  .contentGroup h3 {
    font-size: 32px;
    line-height: 1.4; }
  .contentGroup .intro {
    font-size: 16px;
    line-height: 24px; }
  .contentGroup .linkbtn {
    font-size: 16px;
    margin-top: 20px; }
  .wrapTitleBox h2 {
    font-size: 32px; } }

@media only screen and (max-width: 1360px) {
  .contentGroup {
    padding: 40px 60px; }
  .contentGroup h2 {
    font-size: 32px;
    line-height: 1.2; }
  .contentGroup .intro {
    font-size: 15px;
    line-height: 1.2; } }

@media only screen and (max-width: 1280px) {
  .contentGroup h3 {
    font-size: 28px;
    line-height: 1.2; } }

@media only screen and (max-width: 1024px) {
  .contentGroup .container {
    max-width: 100%;
    padding: 0px; } }

@media only screen and (max-width: 800px) {
  .linkBtn, .moreBtn {
    padding: 10px 24px;
    font-size: 15px; }
  .contentGroup {
    padding: 60px 30px; }
  .contentGroup .container {
    max-width: 100%;
    padding: 0px; }
  .contentGroup h2 {
    font-size: 26px; }
    .contentGroup h2 br {
      display: none; }
  .contentGroup .introWrap {
    margin-bottom: 40px; }
  .contentGroup .imgWrap {
    margin-bottom: 40px; }
  a.linkbtn {
    height: 45px; } }

/*----------------------------------------*/
/*  Header
/*----------------------------------------*/
header {
  width: 100%;
  top: 0px;
  margin: 0 auto;
  position: fixed;
  height: 76px;
  z-index: 300;
  background: #000;
  transition: all 0.5s ease-in-out 0s; }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    header {
      height: 60px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px), only screen and (min-width: 320px) and (max-width: 767px) {
    header {
      height: 60px; } }
  header .container {
    position: relative;
    max-width: 94%;
    justify-content: space-between;
    align-items: center;
    display: flex; }
    @media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px), only screen and (min-width: 320px) and (max-width: 767px) {
      header .container {
        max-width: 100%;
        background: #000; } }
  header .top-links {
    display: block; }
  header nav.navbar {
    padding: 0px; }
  header .navbar-brand {
    padding: 0px;
    height: 50px;
    transition: all 0.5s ease-in-out 0s;
    position: absolute;
    left: 10px;
    top: 14px;
    display: inline-block; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      header .navbar-brand {
        height: 40px;
        top: 10px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px), only screen and (min-width: 320px) and (max-width: 767px) {
      header .navbar-brand {
        height: 40px;
        top: 10px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px), only screen and (min-width: 320px) and (max-width: 767px) {
    header .navbar-collapse {
      position: relative;
      margin-top: 80px;
      padding-bottom: 20px; } }
  header .navbar-toggler {
    position: absolute;
    right: 0px;
    top: 20px;
    z-index: 999;
    border: 1px solid #404040 !important;
    box-shadow: none !important; }
    header .navbar-toggler:focus, header .navbar-toggler:active {
      border: 1px solid #404040 !important;
      box-shadow: none !important; }
    @media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px), only screen and (min-width: 320px) and (max-width: 767px) {
      header .navbar-toggler {
        top: 10px;
        padding: .15rem .75rem; } }
  header .head-nav {
    transition: all 0.5s ease-in-out 0s; }
    @media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 1400px) and (max-width: 1599px) {
      header .head-nav {
        margin-top: 0px; } }
    header .head-nav ul.nav {
      position: relative;
      z-index: 300;
      transition: ease-in-out 0.5s; }
      header .head-nav ul.nav li {
        display: inline-block; }
        header .head-nav ul.nav li a {
          color: #ffffff;
          display: inline-block;
          padding-bottom: 3px;
          font-size: 18px;
          padding: 26px 17px 26px 17px;
          transition: all ease-in-out 0.5s; }
          @media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
            header .head-nav ul.nav li a {
              font-size: 14px;
              padding: 26px 10px 26px 10px; } }
          @media only screen and (min-width: 992px) and (max-width: 1199px) {
            header .head-nav ul.nav li a {
              width: 100%;
              font-size: 12px;
              padding: 20px 6px 20px 6px; } }
          @media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px), only screen and (min-width: 320px) and (max-width: 767px) {
            header .head-nav ul.nav li a {
              width: 100%;
              font-size: 1rem;
              padding: 12px 20px 15px 20px; } }
          header .head-nav ul.nav li a:hover {
            position: relative;
            color: #28B0FF; }
          header .head-nav ul.nav li a.active {
            position: relative; }
          @media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px), only screen and (min-width: 320px) and (max-width: 767px) {
            header .head-nav ul.nav li a:before {
              display: none !important; } }
  @media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px), only screen and (min-width: 320px) and (max-width: 767px) {
    header .navbar-expand-lg .navbar-collapse {
      justify-content: flex-end !important; } }
  header .toplinkBox {
    display: flex;
    position: relative;
    align-items: center;
    z-index: 99999; }
    @media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px), only screen and (min-width: 320px) and (max-width: 767px) {
      header .toplinkBox {
        display: none; } }
    header .toplinkBox .linkBtn {
      grid-column-gap: 8px;
      grid-row-gap: 12px;
      color: #fff;
      background: none;
      border: 1px solid #fff;
      padding: 8px 24px;
      font-size: 16px;
      line-height: 1.6;
      display: flex; }
      header .toplinkBox .linkBtn:hover {
        color: #fff;
        background-color: #000; }

.index-root .container {
  max-width: 84%;
  min-width: 84%; }
  @media only screen and (min-width: 1600px) and (max-width: 1750px) {
    .index-root .container {
      max-width: 84%;
      min-width: 84%; } }
  @media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .index-root .container {
      max-width: 90%;
      min-width: 90%; } }

#rev_slider_901_1_wrapper, #rev_slider_951_1_wrapper, #rev_slider_963_1_wrapper {
  height: 100vh;
  background: #000;
  position: relative;
  z-index: 99; }

.pageanchor {
  margin-top: -120px;
  height: 120px;
  display: block;
  position: relative; }

.pageanchor2 {
  margin-top: -160px;
  height: 160px;
  display: block;
  position: relative; }

.pageanchor3 {
  margin-top: -60px;
  height: 60px;
  display: block;
  position: relative; }

.pagetitle {
  text-align: center;
  position: relative;
  margin-bottom: 70px; }
  @media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .pagetitle {
      margin-bottom: 40px; } }
  @media only screen and (min-width: 320px) and (max-width: 767px) {
    .pagetitle {
      margin-bottom: 30px; } }
  .pagetitle p {
    font-size: 32px; }
    @media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
      .pagetitle p {
        font-size: 28px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
      .pagetitle p {
        font-size: 21px; } }
    @media only screen and (min-width: 320px) and (max-width: 767px) {
      .pagetitle p {
        font-size: 15px; } }
  .pagetitle span {
    font-size: 3rem;
    text-transform: uppercase;
    color: #000;
    position: relative;
    z-index: 8; }
    @media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
      .pagetitle span {
        font-size: 45px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
      .pagetitle span {
        font-size: 32px; } }
    @media only screen and (min-width: 320px) and (max-width: 767px) {
      .pagetitle span {
        font-size: 32px; } }
  .pagetitle:after {
    background-color: #fec6f0;
    content: '';
    position: absolute;
    width: 160px;
    height: 20px;
    margin-top: 35px;
    margin-left: -140px;
    z-index: 2; }
    @media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px), only screen and (min-width: 320px) and (max-width: 767px) {
      .pagetitle:after {
        display: none; } }

/**/
.homeBanner {
  width: 100%;
  display: flex;
  align-items: center;
  height: calc(100vh - 0px);
  position: relative;
  overflow: hidden; }
  .homeBanner:before {
    position: absolute;
    z-index: 100;
    top: 0px;
    content: '';
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(41, 39, 122, 0) 0.01%, black 100%); }
  .homeBanner .container {
    width: 100%;
    max-width: 78%;
    height: 100%;
    z-index: 200;
    padding: 0px;
    position: relative; }
  .homeBanner img {
    position: relative;
    z-index: 10;
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .homeBanner .videobg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 20;
    background: #101317; }
  .homeBanner .videobg video {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 50%;
    left: 50%;
    z-index: -1;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    object-fit: cover;
    background-size: cover; }
  .homeBanner .jumbotron {
    width: 100%;
    background: none;
    display: flex;
    align-items: center;
    flex-direction: column;
    height: 100%;
    position: absolute;
    top: 25%;
    z-index: 200;
    text-align: center;
    margin-top: 0px;
    padding-top: 0px; }
  .homeBanner h1 {
    margin-bottom: 40px;
    line-height: 1.1;
    font-size: 64px;
    color: #fff;
    width: 60%;
    text-transform: capitalize;
    text-align: center; }
  .homeBanner h5 {
    color: #fff;
    font-size: 28px;
    text-transform: capitalize;
    line-height: 1.3;
    margin-bottom: 30px;
    text-align: center; }
  .homeBanner .morebtn {
    position: relative;
    width: 240px;
    height: 50px;
    padding-right: 0px;
    border-radius: 0px;
    border: 1px solid #fff;
    background: none;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 12px 20px;
    color: #fff;
    margin-top: 20px; }
    .homeBanner .morebtn:hover {
      background: none;
      border: 1px solid #fff;
      color: #fff; }
  .homeBanner .scollingArrow {
    position: absolute;
    left: calc(50% - 80px);
    bottom: 80px;
    background: url(../images/scroll_page_icon.svg) 20px center no-repeat;
    padding-left: 60px;
    height: 40px;
    display: flex;
    align-items: center;
    z-index: 50;
    justify-content: center;
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    z-index: 200; }

/**/
.ourserviceWrap {
  padding: 6% 0px 5% 0px;
  position: relative;
  z-index: 50;
  background: #000; }
  .ourserviceWrap .ourserviceList {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 60px;
    margin-bottom: 60px; }
  .ourserviceWrap .wrapTitleBox h2 {
    text-align: center;
    color: #fff;
    font-size: 45px;
    text-transform: capitalize; }
  .ourserviceWrap .innerservice {
    width: 100%;
    padding: 40px 32px 80px 32px;
    margin-bottom: 40px;
    position: relative;
    background: linear-gradient(180deg, #0062cc03 0%, #0062cc3b 100%);
    border: 1px solid #0062cc;
    border-radius: 16px; }
    .ourserviceWrap .innerservice img {
      width: 120px;
      height: 120px;
      display: block;
      margin-bottom: 12px; }
    .ourserviceWrap .innerservice h5 {
      font-style: normal;
      font-size: 32px;
      line-height: 1.3;
      display: inline-block;
      margin-bottom: 16px;
      color: #fff;
      margin-top: 30px; }
    .ourserviceWrap .innerservice p {
      margin-top: 16px;
      font-style: normal;
      font-weight: 300;
      font-size: 18px;
      line-height: 1.3;
      color: rgba(255, 255, 255, 0.5); }

.aboutus {
  background: #1F2641 url(../images/index/aboutus-bg.png) left center no-repeat;
  padding: 8% 0px 12% 0px;
  border-top: 1px solid #333853; }
  @media (max-width: 767px) {
    .aboutus {
      padding: 12% 0px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .aboutus {
      padding: 12% 0px; } }
  @media only screen and (min-width: 320px) and (max-width: 767px) {
    .aboutus {
      padding: 8% 0px 25% 0px; } }
  .aboutus .abouttxt {
    background: #1F2641;
    padding: 8% 15% 8% 5%; }
    @media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px), only screen and (min-width: 320px) and (max-width: 767px) {
      .aboutus .abouttxt {
        padding-right: 0%;
        padding-left: 0%; } }
    .aboutus .abouttxt h2 {
      color: #fff;
      font-size: 54px;
      text-transform: uppercase;
      margin-bottom: 2rem; }
      @media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
        .aboutus .abouttxt h2 {
          font-size: 48px; } }
      @media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
        .aboutus .abouttxt h2 {
          font-size: 42px; } }
      @media only screen and (min-width: 320px) and (max-width: 767px) {
        .aboutus .abouttxt h2 {
          font-size: 42px; } }
    .aboutus .abouttxt p {
      font-size: 18px;
      color: #fff;
      line-height: 1.5;
      font-family: 'Montserrat'; }
      @media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
        .aboutus .abouttxt p {
          font-size: 15px; } }
      @media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
        .aboutus .abouttxt p {
          font-size: 15px; } }
      @media only screen and (min-width: 320px) and (max-width: 767px) {
        .aboutus .abouttxt p {
          font-size: 14px; } }
  .aboutus .morebtn {
    width: 220px;
    display: block;
    margin-top: 3rem;
    position: relative; }
    @media (max-width: 767px) {
      .aboutus .morebtn {
        font-size: 13px;
        height: 36px;
        padding: 4px 20px; } }
    @media only screen and (min-width: 320px) and (max-width: 767px) {
      .aboutus .morebtn {
        padding: 4px 0px; } }
    .aboutus .morebtn span {
      color: #fff;
      font-size: 15px;
      border: 1px solid #fff;
      height: 45px;
      padding: 6px 20px;
      line-height: 2;
      width: 220px;
      display: block;
      text-align: center;
      position: relative;
      z-index: 10;
      z-index: 10; }
      .aboutus .morebtn span:hover {
        background-color: #fff;
        color: #fff; }

#creatingButterfly .wrapImgBox {
  margin-top: 30px; }
  #creatingButterfly .wrapImgBox img {
    width: 80%; }

.modelChainWrap {
  background: #000;
  padding: 3% 0px 5% 0px; }
  .modelChainWrap .container {
    max-width: 1440px; }
  .modelChainWrap .conWrap {
    display: flex; }
    .modelChainWrap .conWrap .wrapTitleBox {
      display: flex;
      flex-direction: column;
      align-content: center;
      justify-content: center; }
    .modelChainWrap .conWrap h3 {
      color: #fff;
      font-size: 45px;
      margin-bottom: 20px;
      text-transform: capitalize; }
    .modelChainWrap .conWrap .intro {
      font-size: 21px;
      color: rgba(255, 255, 255, 0.5); }
  .modelChainWrap .imgWrap {
    display: flex;
    justify-content: center; }
    .modelChainWrap .imgWrap img {
      width: 80%;
      max-height: 640px; }

.creatingChainWrap .conWrap {
  display: flex; }
  .creatingChainWrap .conWrap .wrapTitleBox {
    text-align: center;
    margin: 0 auto; }
  .creatingChainWrap .conWrap .intro {
    width: 80%;
    margin: 0 auto; }

/*contactus*/
.contactus {
  padding: 8rem 0px 12rem 0px;
  position: relative;
  z-index: 88;
  background: #000 url(../images/contactbg.jpg) center center no-repeat;
  background-size: cover; }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .contactus {
      padding: 5rem 0px 6rem 0px; } }
  @media only screen and (min-width: 320px) and (max-width: 767px) {
    .contactus {
      padding: 6rem 0px 6rem 0px; } }
  @media only screen and (min-width: 320px) and (max-width: 767px) {
    .contactus .container {
      width: 94%; } }
  .contactus .title {
    text-align: center; }
    .contactus .title h2 {
      font-size: 45px;
      text-align: center;
      margin-bottom: 1.2rem;
      color: #fff; }
      @media only screen and (min-width: 1600px) and (max-width: 1750px) {
        .contactus .title h2 {
          font-size: 36px; } }
      @media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
        .contactus .title h2 {
          font-size: 32px; } }
      @media only screen and (min-width: 320px) and (max-width: 767px) {
        .contactus .title h2 {
          font-size: 28px;
          margin-bottom: 2rem; } }
    .contactus .title p {
      font-size: 20px;
      margin: 10px 0px;
      margin-bottom: .5rem;
      margin: 0 auto;
      width: 100%;
      color: #fff;
      text-align: center;
      margin-bottom: 3rem; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .contactus .title p {
          font-size: 16px; } }
      @media only screen and (min-width: 320px) and (max-width: 767px) {
        .contactus .title p {
          line-height: 1.2;
          font-size: 1rem;
          width: 100%; } }
    .contactus .title .copytxt {
      font-size: 1rem;
      font-weight: 300;
      font-family: "Poppins"; }
  .contactus .followus {
    margin: 0 auto;
    text-align: center;
    margin-bottom: 5rem;
    width: 60%; }
    @media (max-width: 767px) {
      .contactus .followus {
        width: 80%; } }
    @media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px), only screen and (min-width: 320px) and (max-width: 767px) {
      .contactus .followus .col-6 {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 1rem; } }
    .contactus .followus .snsbtn {
      background: linear-gradient(90deg, #0254ad 0%, #0064cf 100%);
      color: #000;
      font-weight: bold;
      width: 400px;
      max-height: 240px;
      padding: 1.5rem 1rem;
      display: grid;
      border-radius: 4px;
      background-position: center center;
      background-repeat: no-repeat;
      top: 0px;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease;
      margin: 0px auto; }
      @media (max-width: 767px), only screen and (min-width: 320px) and (max-width: 767px) {
        .contactus .followus .snsbtn {
          width: 84%;
          padding: .8rem 1rem; } }
      .contactus .followus .snsbtn i {
        font-size: 2.8rem;
        color: #fff;
        line-height: 1; }
        @media (max-width: 767px), only screen and (min-width: 320px) and (max-width: 767px) {
          .contactus .followus .snsbtn i {
            font-size: 2rem; } }
      .contactus .followus .snsbtn p {
        font-size: 1rem;
        text-transform: uppercase;
        margin: 0px;
        letter-spacing: 2px; }
      .contactus .followus .snsbtn:hover {
        top: -4px;
        background-color: #00CECB;
        color: #fff; }
        .contactus .followus .snsbtn:hover i, .contactus .followus .snsbtn:hover p {
          color: #fff; }

/*token*/
.token {
  padding: 6% 0px 8% 0px;
  background: #1F2641 url(../images/index/indexbanner.png) center center no-repeat; }
  @media (max-width: 767px) {
    .token {
      padding: 15% 0px; } }
  .token h1 {
    text-align: center;
    font-size: 45px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 1rem; }
    @media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
      .token h1 {
        font-size: 38px; } }
    @media (max-width: 767px) {
      .token h1 {
        font-size: 36px; } }
  .token p {
    font-size: 20px;
    color: #fff;
    text-align: center;
    padding: 0px;
    margin-bottom: 0px; }
  .token .pro_list {
    margin-top: 60px; }
  .token .card {
    max-height: 350px;
    border: none;
    display: block;
    padding: 1rem 1rem 2rem 1rem;
    border-radius: 6px;
    border: 1px solid #4b5577;
    text-align: center;
    margin: 0 4%;
    background: none; }
    @media (max-width: 767px) {
      .token .card {
        max-height: 320px;
        padding: 1rem; } }
    .token .card img {
      padding: 2.25rem 1.25rem;
      padding-bottom: 0rem; }
    .token .card span {
      display: block; }
    .token .card .card-body {
      min-height: 9.375rem;
      max-height: 12rem;
      background: none; }
      @media only screen and (min-width: 1200px) and (max-width: 1399px) {
        .token .card .card-body {
          padding: 1rem; } }
    .token .card h2 {
      font-size: 24px;
      font-weight: 500;
      color: #ffffff;
      margin: 1rem 0px;
      text-transform: uppercase; }
    .token .card p {
      font-size: 21px;
      line-height: 1.5;
      font-weight: 500;
      text-align: center;
      padding: 0px 1rem;
      color: #ffffff; }

@media only screen and (max-width: 1920px) {
  .homeBanner h1 {
    font-size: 56px;
    width: 70%; }
  .modelChainWrap .conWrap h3 {
    font-size: 36px;
    margin-bottom: 20px; } }

@media only screen and (max-width: 1680px) {
  .homeBanner h1, .homeBanner h2 {
    margin-bottom: 20px;
    font-size: 42px;
    width: 60%;
    padding: 0px; }
  .homeBanner h6 {
    color: #fff;
    font-size: 18px; }
  .homeBanner .linkbtn {
    margin-top: 20px; }
  .ourserviceWrap {
    padding-top: 10%; }
  .ourserviceWrap .innerservice {
    padding: 30px 32px 30px 32px; }
  .ourserviceWrap .innerservice img {
    width: 90px;
    height: 90px; }
  .ourserviceWrap .innerservice h5 {
    font-size: 24px;
    line-height: 1.2; }
  .ourserviceWrap .innerservice p {
    font-size: 16px; }
  .ourserviceWrap .innerservice p {
    font-size: 15px;
    line-height: 1.4; } }

@media only screen and (max-width: 1480px) {
  .ourserviceWrap .wrapTitleBox h2 {
    font-size: 36px; } }

@media only screen and (max-width: 1360px) {
  .homeBanner h1 {
    font-size: 36px;
    line-height: 1.2;
    width: 90%; }
  .homeBanner h5 {
    font-size: 21px;
    line-height: 1.5; }
  .homeBanner .jumbotron {
    padding: 0px; }
  .modelChainWrap .conWrap h3 {
    font-size: 36px; }
  .modelChainWrap .conWrap .intro {
    font-size: 18px; } }

@media only screen and (max-width: 1024px) {
  .homeBanner .container {
    width: 100%;
    max-width: 100%; }
  .homeBanner .jumbotron {
    padding: 0px 5%; }
  .homeBanner h1 {
    width: 100%; }
  .homeBanner .container h1 br {
    display: none; }
  .modelChainWrap .container {
    max-width: 90%; }
  #creatingButterfly .wrapImgBox img {
    width: 90%; }
  .ourserviceWrap .wrapTitleBox h2 {
    font-size: 32px;
    margin-top: 30px;
    margin-bottom: 30px; } }

@media only screen and (max-width: 800px) {
  .homeBanner {
    background: url(../images/homeslide_img1_m.jpgg) 70% center no-repeat;
    background-size: cover; }
    .homeBanner .container {
      max-width: 100%; }
      .homeBanner .container .jumbotron {
        width: 90%;
        padding: 0px 5%;
        left: 4%; }
      .homeBanner .container h1 {
        font-size: 28px;
        line-height: 1.2; }
      .homeBanner .container h5 {
        font-size: 16px;
        line-height: 1.5; }
        .homeBanner .container h5 br {
          display: none; }
      .homeBanner .container .morebtn {
        width: 200px; }
    .homeBanner .scollingArrow {
      bottom: 60px; }
  .ourserviceWrap .ourserviceList {
    width: 90%;
    justify-content: center;
    margin: 0px auto; }
  .ourserviceWrap .ourserviceList .col-lg-6 {
    padding: 0px; }
  .modelChainWrap .container {
    max-width: 90%; }
  .modelChainWrap .conWrap .wrapTitleBox {
    margin-bottom: 40px; }
  .modelChainWrap .conWrap h3 {
    font-size: 32px; }
  .modelEnvironmentWrap .row {
    flex-direction: column-reverse; }
  .modelEnvironmentWrap .conWrap .wrapTitleBox {
    margin-top: 40px; }
  .modelChainWrap .imgWrap img {
    width: 100%;
    max-height: 640px; }
  .modelChainWrap .conWrap .intro {
    font-size: 16px;
    line-height: 1.3; }
  .creatingChainWrap {
    padding: 5% 0px 8% 0px;
    padding-bottom: 12%; }
  .creatingChainWrap .conWrap .intro {
    width: 90%;
    margin: 0 auto; } }

/*Footer*/
footer {
  font-size: 1rem;
  background: #000;
  border-top: 1px solid #1c1c1c;
  padding: 6rem 0px 10rem;
  overflow: hidden; }

footer .container {
  max-width: 1440px; }

footer .footer-link-wrap {
  list-style: none;
  padding: 0;
  margin: 0; }

footer .footer-link-wrap > li {
  margin-bottom: .875rem; }

footer .footer-link-wrap > li > a {
  color: #fff;
  font-size: 18px; }

footer .flogo {
  text-align: right; }

footer .flogo img {
  width: 240px; }

.top-back {
  position: fixed;
  z-index: 999;
  width: 50px;
  height: 50px;
  background: #28124E;
  bottom: 80px;
  right: 20px;
  border-radius: 6px;
  transition: all 0.4s ease;
  opacity: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center; }

.top-back:hover {
  background: linear-gradient(180deg, #28124E 0%, #5923A6 100%);
  border: 1px solid #62399E; }

.top-back.show {
  opacity: 1;
  bottom: 80px; }

@media only screen and (max-width: 1680px) {
  footer {
    padding-top: 40px;
    padding-bottom: 80px;
    position: relative; }
  footer .container {
    max-width: 78%; }
  footer ul {
    padding-top: 12px;
    padding-bottom: 20px; }
  footer ul li a, footer .copyright {
    font-size: 14px; } }

@media only screen and (max-width: 1440px) {
  footer ul li ul.subnav li {
    margin-bottom: 12px; } }

@media only screen and (max-width: 1280px) {
  footer .container {
    max-width: 78%; } }

@media only screen and (max-width: 1024px) {
  footer {
    padding-top: 20px;
    padding-bottom: 80px; }
  footer ul.footer-links > li {
    width: 33.333%; }
  .top-back {
    width: 36px;
    height: 36px; }
  footer .container {
    padding-top: 40px; } }

@media only screen and (max-width: 768px) {
  footer {
    padding-top: 20px;
    padding-bottom: 50px; }
  footer .copyright {
    text-align: center; } }

@media only screen and (max-width: 640px) {
  footer {
    padding-top: 0rem;
    padding-bottom: 2rem;
    background-size: cover; }
  footer .container {
    max-width: 88%;
    padding: 0px;
    padding-top: 40px; }
  footer .flogo {
    display: none; }
  .top-back svg {
    width: 16px; } }

@media only screen and (max-width: 576px) {
  footer {
    padding-top: 0rem;
    padding-bottom: 2rem; } }
