@charset "UTF-8";
/*@font-face {*/
/*  font-family: 'pingfang';*/
/*  src: url(../font/PingFang_Medium_downcc.otf); }*/
/*body {*/
/*  font-family: 'pingfang' !important; }*/
/*.header-box .nav-after-box .nav-box .slideInRight:hover .nav-box-after{*/
  /*transform: translateX(0);*/
/*}*/
  .header-box .nav-after-box .nav-box-after a:hover{
  color: rgba(0,0,0,0.4);
}
.footer-box {
  background-color: #212121;
  color: #FFFFFF; }
  .footer-box .top-box {
    padding: 40px 90px;
    display: flex;
    justify-content: end;
    font-size: 14px;
    color: #c8c8c8;
    align-items: center;
    margin-right: 15%;
  }
    @media (max-width: 1199px) {
      .footer-box .top-box {
        padding: 20px 15px;
        flex-wrap: wrap; } }
    .footer-box .top-box .left {
      cursor: pointer;
      text-align: center; }
      @media (max-width: 1199px) {
        .footer-box .top-box .left {
          width: 100%; } }
      .footer-box .top-box .left img {
        margin-bottom: 20px; }
    .footer-box .top-box .right {
      display: flex;
    padding-right: 0}
      @media (max-width: 1199px) {
        .footer-box .top-box .right {
          padding: 20px 0px;
          flex-wrap: wrap; } }
      .footer-box .top-box .right .item {
        padding-left: 65px; }
        @media (max-width: 1199px) {
          .footer-box .top-box .right .item {
            padding-left: 0;
            width: 100%; } }
        .footer-box .top-box .right .item .item-list {
          display: flex;
          padding: 0 0 10px;
          line-height: 1.6;
        }
          @media (max-width: 1199px) {
            .footer-box .top-box .right .item .item-list {
              text-align: left; } }
          .footer-box .top-box .right .item .item-list img {
            flex-shrink: 0;
            height: 100%;
            transform: translateY(5px);
            margin-right: 10px; }
        .footer-box .top-box .right .item.code-list {
          text-align: center; }
          @media (max-width: 1199px) {
            .footer-box .top-box .right .item.code-list {
              width: fit-content;
              margin-bottom: 15px; } }
        .footer-box .top-box .right .item .code-img {
          display: block;
          margin: 0 auto 5px;
        width: 96px;
        margin-top: 28px;
        }
        .footer-box .top-box .right .item.nav-box a {
          display: block;
          font-weight: 600;
          font-size: 30px;
          line-height: 42px;
          text-transform: uppercase;
          color: #FFFFFF; }
          @media (max-width: 1199px) {
            .footer-box .top-box .right .item.nav-box a {
              font-size: 16px;
              line-height: 30px; } }
        .footer-box .top-box .right .item.nav-box .search-box {
          display: flex;
          border: 1px solid rgba(255, 255, 255, 0.5);
          border-radius: 100px;
          width: 90px;
          height: 20px;
          align-items: center;
          padding: 0 5px;
          margin-top: 15px; }
          .footer-box .top-box .right .item.nav-box .search-box input {
            width: 100%;
            border: none;
            -webkit-appearance: none;
            color: #FFFFFF;
            margin-left: 10px; }
  .footer-box .bottom-box {
    text-align: center;
    font-size: 12px;
    color: #c8c8c8;
    padding: 16px 20px;
    border-top: 0.6px solid #3F3F3F; }

.home-box .home-section {
  width: 100%;
}
.home-box .home-section:nth-child(1){
    height: 100vh;
}
.order-left.active{
    position: fixed !important;
    top: 0;
    left: 0;
    z-index: 99999;
 }
.aaa{
  font-size: 16px;
}
.show{
  box-shadow: 1px 1px 10px #0a4b3e;
}
 .home-section.gray{
     background: #000;
 }
 .section3 .order-left.active{
     left: unset;
     right:0;
 }
 .left1{
     left: 15px;!important;
 }
  .home-box .home-section.gray .home-order .left {
    background-color: #212121;
    color: #FFFFFF; }
  .home-box .home-section .home-banner {
    height: inherit;
    width: 100%;
    position: relative;
    background-color: #000; }
    .home-box .home-section .home-banner.swiper .swiper-slide {
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat; }
    .home-box .home-section .home-banner.swiper .down-arrow {
      position: absolute;
      bottom: 20px;
      left: 49%;
      z-index: 2;
      animation: arrow 2s infinite;
      cursor: pointer; }
@keyframes arrow {
  0% {
    transform: translateY(0);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    transform: translateY(0);
    opacity: 0; } }
    .home-box .home-section .home-banner.swiper .swiper-button-prev, .home-box .home-section .home-banner.swiper .swiper-button-next {
      width: 27px;
      height: 75px;
      border: 1px solid #FFFFFF;
      border-radius: 2px; }
      .home-box .home-section .home-banner.swiper .swiper-button-prev::after, .home-box .home-section .home-banner.swiper .swiper-button-next::after {
        display: none; }
      @media (max-width: 1199px) {
        .home-box .home-section .home-banner.swiper .swiper-button-prev, .home-box .home-section .home-banner.swiper .swiper-button-next {
          width: 20px;
          height: 50px;
          opacity: .8; } }
  .home-box .home-section .home-order {
    display: flex;
    height: inherit; 
      justify-content: flex-end;
      
  }
    @media (max-width: 1199px) {
      .home-box .home-section .home-order {
        flex-wrap: wrap; } }
    @media (max-width: 1199px) {
      .home-box .home-section .home-order .order-left {
        order: 1; } }
    @media (max-width: 1199px) {
      .home-box .home-section .home-order .order-right {
        order: 2; } }
    .home-box .home-section .home-order .left, .home-box .home-section .home-order .right {
      height: inherit;
      width: 50%;
      position: relative;
      display: flex;
      flex-direction: column;
      justify-content: center;
      box-sizing: border-box;
    /*height: 100vh;*/
    /*  padding-top: 48vh;*/
    }
      @media (max-width: 1199px) {
        .home-box .home-section .home-order .left, .home-box .home-section .home-order .right {
          width: 100%;
          height: 50vh; } }
    .home-box .home-section .home-order .left {
      padding-left: 68px;
      line-height: 40px; }
      .home-box .home-section .home-order .left:hover .go-back {
        transform: translateX(5px); }
      @media (max-width: 1199px) {
        .home-box .home-section .home-order .left {
          padding-left: 15px; } }
      .home-box .home-section .home-order .left .tips {
        font-size: 16px;
        font-weight: 400;
        color: #000;
      }
        @media (max-width: 1199px) {
          .home-box .home-section .home-order .left .tips {
            font-size: 14px; } }
      .home-box .home-section .home-order .left .desc {
        font-size: 30px;
        font-weight: 600; }
        @media (max-width: 1199px) {
          .home-box .home-section .home-order .left .desc {
            font-size: 18px; } }
      .home-box .home-section .home-order .left .go-back {
        position: absolute;
        /*right: 15px;*/
        /*bottom: 15px;*/
        margin-top: 37vh;
        transition: all .2s ease;
      }
      .home-box .home-section .home-order .left .gb1 {
        position: absolute;
        right: 15px;
        /*bottom: 15px;*/
        margin-top: 37vh;
        transition: all .2s ease;
      }
    /*.home-box .home-section .home-order .right {*/
    /*  overflow: hidden; }*/
      .home-box .home-section .home-order .right .top-box {
        flex: .4;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        transition: all .2s ease; }
      .home-box .home-section .home-order .right .center-box {
        flex: .4;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        transition: all .2s ease; }
      .home-box .home-section .home-order .right .bottom-box {
        flex: .2;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        transition: all .2s ease; }
        
        
        .home-box .home-section .home-order.section3{
             justify-content: flex-start;
        }
        
        
    .home-box .home-section .home-order.section3 .left {
      justify-content: flex-start;
      /*padding-top: 70px;*/
      box-sizing: border-box; }
      @media (max-width: 1199px) {
        .home-box .home-section .home-order.section3 .left {
          padding-top: 30px; } }
    .home-box .home-section .home-order.section3 .go-back {
      bottom: 34.5%;
      left: 1.5% !important;
      transform: rotate(180deg) !important;
      /*right: inherit;*/
    }
    .home-box .home-section .home-order.section4 .top-box {
      flex: .5; }
  .home-box .home-section .home-order-inner {
    width: inherit;
    height: inherit;
    background-position: center;
    background-size: cover;
    position: relative; }
    .home-box .home-section .home-order-inner .left {
      position: absolute;
      bottom: 6%;
      width: 100%;
      box-sizing: border-box;
      padding: 20px 70px 20px;
      color: #FFFFFF;
      line-height: 40px; }
      @media (max-width: 1199px) {
        .home-box .home-section .home-order-inner .left {
          padding-left: 15px; } }
      .home-box .home-section .home-order-inner .left .tips {
        font-size: 16px;
        font-weight: 400; }
        @media (max-width: 1199px) {
          .home-box .home-section .home-order-inner .left .tips {
            font-size: 14px; } }
      .home-box .home-section .home-order-inner .left .desc {
        font-size: 30px;
        font-weight: 600; }
        @media (max-width: 1199px) {
          .home-box .home-section .home-order-inner .left .desc {
            font-size: 18px; } }

.builder-box .builder-banner {
  height: 660px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative; }
  @media (max-width: 1199px) {
    .builder-box .builder-banner {
      height: 300px; } }
.builder-box .builder-section {
  padding: 48px 58px 100px; }
  .builder-box .builder-section.gray {
    background-color: #212121; }
    .builder-box .builder-section.gray .title {
      color: #FFFFFF; }
    .builder-box .builder-section.gray .desc {
      color: #FFFFFF; }
    .builder-box .builder-section.gray .select {
      color: #FFFFFF;
      border-color: #FFFFFF; }
      .builder-box .builder-section.gray .select:hover {
        background-color: #FFFFFF;
        color: #212121; }
.builder-box .builder-section .rongyu1 span{
  font-size: 12px;
}
  @media (max-width: 1199px) {
    .builder-box .builder-section {
      padding: 40px 15px 40px; } }
  .builder-box .builder-section .title {
    font-weight: 600;
    font-size: 30px;
    margin-bottom: 40px; }
    @media (max-width: 1199px) {
      .builder-box .builder-section .title {
        font-size: 20px;
        margin-bottom: 20px; } }
  .builder-box .builder-section .desc {
    color: #212121;
    font-weight: 400;
    font-size: 16px;
    line-height: 2.4;
    width: 680px;
  overflow: hidden}
    @media (max-width: 1199px) {
      .builder-box .builder-section .desc {
        width: 100%;
        font-size: 15px; } }
  .builder-box .builder-section .select {
    display: flex;
    justify-content: space-between;
    border-radius: 5px;
    border: 1px solid #212121;
    height: 50px;
    width: 170px;
    align-items: center;
    font-size: 14px;
    cursor: pointer;
    margin-top: 50px;
    padding: 0 20px;
    box-sizing: border-box;
    transition: all .2s linear; }
    .builder-box .builder-section .select:hover {
      background-color: #212121;
      color: #FFFFFF; }
  .builder-box .builder-section .tim-box {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    color: #FFFFFF;
    cursor: pointer; }
    .builder-box .builder-section .tim-box:hover .tim-img .img-box {
      transform: scale(1.1); }
    .builder-box .builder-section .tim-box .tim-img {
      width: 578px;
      height: 442px;
      overflow: hidden; }
      @media (max-width: 1199px) {
        .builder-box .builder-section .tim-box .tim-img {
          width: 100%; } }
      .builder-box .builder-section .tim-box .tim-img .img-box {
        width: inherit;
        height: inherit;
        background-position: center;
        background-size: cover;
        transition: all .2s linear; }
    .builder-box .builder-section .tim-box .tim-desc {
      width: 578px;
      text-align: left;
      margin-top: 8px; }
      @media (max-width: 1199px) {
        .builder-box .builder-section .tim-box .tim-desc {
          width: 100%; } }
  .builder-box .builder-section .link {
    margin-top: 60px;
    text-decoration: underline;
    cursor: pointer;
    color: #121212;
    display: block; }
.builder-box .builder-tim .wrap {
  width: 1194px;
  margin: 0 auto;
  padding: 0px 0;
  box-sizing: border-box; }
  @media (max-width: 1193px) {
    .builder-box .builder-tim .wrap {
      width: 100%;
      padding: 0px 0; } }
  .builder-box .builder-tim .wrap .tim-box {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    color: #212121;
    font-size: 16px;
    cursor: pointer; }
    .builder-box .builder-tim .wrap .tim-box:hover .tim-img .img-box {
      transform: scale(1.1); }
    .builder-box .builder-tim .wrap .tim-box .tim-img {
      width: 100%;
      height: 442px;
      overflow: hidden; }
      @media (max-width: 1193px) {
        .builder-box .builder-tim .wrap .tim-box .tim-img {
          height: 160px; } }
      .builder-box .builder-tim .wrap .tim-box .tim-img .img-box {
        width: inherit;
        height: inherit;
        background-position: center;
        background-size: cover;
        transition: all .2s linear; }
    .builder-box .builder-tim .wrap .tim-box .tim-desc {
      width: 100%;
      text-align: left;
      margin-top: 8px;
      margin-bottom: 10px; }
  .builder-box .builder-tim .wrap .select {
    display: flex;
    justify-content: space-between;
    border-radius: 5px;
    border: 1px solid #212121;
    height: 50px;
    width: 170px;
    align-items: center;
    font-size: 14px;
    cursor: pointer;
    margin-top: 35px;
    margin-bottom: 60px;
    padding: 0 20px;
    box-sizing: border-box;
    transition: all .2s linear;
    float: right; }
    @media (max-width: 1193px) {
      .builder-box .builder-tim .wrap .select {
        margin: 20px 0; } }
    .builder-box .builder-tim .wrap .select:hover {
      background-color: #212121;
      color: #FFFFFF; }
  .builder-box .builder-tim .wrap .layui-col-lg3 .tim-img {
    height: 231px; }
    @media (max-width: 1193px) {
      .builder-box .builder-tim .wrap .layui-col-lg3 .tim-img {
        height: 160px; } }
.builder-box .builder-book .wrap {
  width: 1467px;
  margin: 0 auto;
  padding: 60px 0;
  box-sizing: border-box; }
  @media (max-width: 1466px) {
    .builder-box .builder-book .wrap {
      width: 100%;
      padding: 30px 0; } }
  .builder-box .builder-book .wrap .tim-box {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    color: #212121;
    font-size: 16px;
    cursor: pointer; }
    .builder-box .builder-book .wrap .tim-box:hover .tim-img .img-box {
      transform: scale(1.1); }
    .builder-box .builder-book .wrap .tim-box .tim-img {
      width: 100%;
      height: 380px;
      overflow: hidden; }
      @media (max-width: 1193px) {
        .builder-box .builder-book .wrap .tim-box .tim-img {
          height: 160px; } }
      .builder-box .builder-book .wrap .tim-box .tim-img .img-box {
        width: inherit;
        height: inherit;
        background-position: center bottom;
        background-size: contain;
        background-repeat: no-repeat;
        transition: all .2s linear; }
    .builder-box .builder-book .wrap .tim-box .tim-desc {
      width: 100%;
      text-align: center;
      margin-top: 20px;
      margin-bottom: 10px; }
      @media (max-width: 1466px) {
        .builder-box .builder-book .wrap .tim-box .tim-desc {
          font-size: 14px; } }

.project-box .project-banner {
  height: 100vh;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }
  @media (max-width: 1199px) {
    .project-box .project-banner {
      height: 300px; } }
.project-box .project-section {
  padding: 100px 90px; }
  @media (max-width: 1199px) {
    .project-box .project-section {
      padding: 40px 15px; } }
  .project-box .project-section .title {
    font-size: 50px;
    color: #212121;
    font-weight: 600; }
    @media (max-width: 1199px) {
      .project-box .project-section .title {
        font-size: 24px; } }
  .project-box .project-section .desc {
    font-size: 16px; }
  .project-box .project-section .tips {
    line-height: 2.5;
    color: #212121;
    font-weight: 400;
    font-size: 16px;
    width: 770px;
    margin: 80px 0 60px; }
    @media (max-width: 1199px) {
      .project-box .project-section .tips {
        width: 100%;
        margin: 30px 0;
        text-align: justify; } }
  .project-box .project-section .select {
    display: flex;
    justify-content: space-between;
    border-radius: 5px;
    border: 1px solid #212121;
    height: 50px;
    width: 170px;
    align-items: center;
    font-size: 14px;
    cursor: pointer;
    margin-top: 50px;
    padding: 0 20px;
    box-sizing: border-box;
    transition: all .2s linear; }
    @media (max-width: 1199px) {
      .project-box .project-section .select {
        margin-top: 30px; } }
    .project-box .project-section .select:hover {
      background-color: #212121;
      color: #FFFFFF; }
  .project-box .project-section .local-details {
    font-size: 16px;
    width: 360px;
    margin-top: 150px;
  padding-left: 30px;
      padding-right: 125px;
  }
    @media (max-width: 1199px) {
      .project-box .project-section .local-details {
        width: 100%;
        font-size: 15px;
        margin-top: 20px; } }
    .project-box .project-section .local-details .item-list {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding-top: 30px; }
      @media (max-width: 1199px) {
        .project-box .project-section .local-details .item-list {
          padding-top: 15px; } }
.project-box .project-content {
  padding-top: 104px;
  /*结束*/ }
  @media (max-width: 1199px) {
    .project-box .project-content {
      padding-top: 55px; } }
  .project-box .project-content .gallery {
    display: flex;
    flex-wrap: wrap;
    padding: 7px 7px;
    background-color: #212121; }
    .project-box .project-content .gallery::after {
      content: '';
      flex-grow: 999999999; }
  .project-box .project-content .gallery .item {
    flex-grow: 1;
    padding: 4px 3.5px;
    height: auto;
    overflow: hidden; }
    .project-box .project-content .gallery .item img {
      transition: all 1s linear; }
    .project-box .project-content .gallery .item:hover img {
      transform: scale(1.2, 1.2); }
  .project-box .project-content .gallery img {
    /*height: 300px;*/
    object-fit: cover;
    max-width: 100%;
    min-width: 100%;
    vertical-align: bottom; }

.project-header {
  display: flex;
  justify-content: space-between;
  padding: 25px;
  width: 100%;
  height: 100px;
  box-sizing: border-box;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3; }
.project-header .brand{
  position: fixed;
}
.home-box .home-section.gray .home-order .left .tips{
    color: #fff;
}

.home-box .home-section.gray a{
    color: #fff;
}

  @media (max-width: 1199px) {
    .project-header {
      padding: 15px; }
      .project-header img {
        width: 30px; }
  }

.brand-box {
  width: 180px;
  height:40px;
  position: fixed;
  top: 30px;
  left: 30px;
  z-index: 2;
}
  .brand-box img{
    width: 100%;
    height: 100%;
      transition: all .5s;
  }
  .brand-box:hover img{
      transform: scale(1.2);
  }
  @media (max-width: 1199px) {
    .brand-box {
      top: 15px;
      left: 15px; }
       }
.b12{
  width: 180px;
  height:40px;
}
.b12 img{
  width: 100%;
  height: 100%;
  transition: all .5s;
}
.b12:hover img{
  transform: scale(1.2);
}
.header-box .nav-box {
  position: fixed;
  z-index: 2;
  bottom: 0;
  right: 0;
  padding: 40px 0;
  color: #FFFFFF;
}
  .header-box .nav-box a {
    color: inherit;
    display: block;
    font-weight: 600;
    font-size: 30px;
    line-height: 42px;
    text-transform: uppercase;
    text-shadow: #999 0 1px 0;
  }
    /*.header-box .nav-box a:hover {*/
    /*  text-decoration: underline; }*/
    @media (max-width: 1199px) {
      .header-box .nav-box a {
        font-size: 16px;
        line-height: 30px; } }
  .header-box .nav-box .search-box {
    display: flex;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 100px;
    width: 108px;
    height: 26px;
    align-items: center;
    padding: 0 5px;
    margin-top: 15px; }
    .header-box .nav-box .search-box input {
      width: 77%;
      border: none;
      -webkit-appearance: none;
      color: #FFFFFF;
      margin-left: 10px; }
.header-box .nav-after-box {
  position: fixed;
  height: 100vh;
  z-index: 2;
  right: 0;
  z-index: 9999999999999999; }
  .header-box .nav-after-box .nav-box {
    color: #fff;
    height: inherit;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    transition: all .6s ease;
    padding: 40px 0;
    height: 163px;
  }
    .header-box .nav-after-box .nav-box .black {
      display: none; }
    .header-box .nav-after-box .nav-box:hover {
      height: 100%;
      background-color: #FFFFFF;
      color: #898989;
    }
      .header-box .nav-after-box .nav-box:hover .black {
        display: block; }
      .header-box .nav-after-box .nav-box:hover .white {
        display: none; }
    .header-box .nav-after-box .nav-box > div {
      padding: 0px 90px 0px 20px; }
      @media (max-width: 1199px) {
        .header-box .nav-after-box .nav-box > div {
          padding: 0 20px 0 20px; } }
    .header-box .nav-after-box .nav-box .search-box {
      border: 1px solid #898989; }
      .header-box .nav-after-box .nav-box .search-box input {
        color: #898989; }
  .header-box .nav-after-box .nav-box-after {
    background: rgba(255, 255, 255, 0.8);
    position: absolute;
    right: 230px;
    height: inherit;
    top: 0;
    width: 133px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-bottom: 120px;
    box-sizing: border-box;
    transform: translateX(500px);
    transition: all .3s ease;
    box-shadow: -8px 4px 8px rgba(0, 0, 0, 0.25);
    bottom: 0;
    z-index: -1; }
    @media (max-width: 1199px) {
      .header-box .nav-after-box .nav-box-after {
        right: 142px; } }
    .header-box .nav-after-box .nav-box-after a {
      display: block;
      cursor: pointer;
      font-size: 18px;
      padding: 10px 0;
      text-align: center;
      font-weight: 400;
    color: #000}
      @media (max-width: 1199px) {
        .header-box .nav-after-box .nav-box-after a {
          font-size: 15px; } }

.loading-box {
  font-family: 'pingfang';
  position: fixed;
  background-color: #fff;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  z-index: 3;
  overflow: hidden; }
  .loading-box .loading-img {
    position: absolute;
    top: calc(50vh - 60px);
    left: calc(50vw - 142px);
    font-size: 40px;
    font-weight: 800;
    font-family: 'sy';
    -webkit-text-stroke: 1px #555555;
    color: #fff; }
    .loading-box .loading-img.one {
      animation: threesixtyccw 2.4s linear infinite;
      transform-origin: calc(50% - 5px) calc(50% - 3px);
      -webkit-transform: translateZ(0);
      transform: translateZ(0); }
    .loading-box .loading-img.two {
      animation: threesixtycw 2.4s linear infinite;
      transform-origin: calc(50% - 5px) calc(50% - 3px);
      -webkit-transform: translateZ(0);
      transform: translateZ(0); }
/*.project_top {*/
/*  margin-top: 100px;*/
/*}*/
.pb11{
  width: 60%;
  padding: 10px 0 10px 10px;
}
.pb12{
  width: 40%;
}
.pb111{
  height: 42%;
}
.pb112{
  padding-top: 10px;
  height: 58.8%;
}
.pb113{
  width: 33.33%;
  padding-right: 10px;
}
.pb114{
  width: 66.7%;
  padding-right: 10px;
}
.pb115{
  width: 33.3%;
  padding-right: 10px;
}
.poab{
  position: relative;
}
.text{
  position: absolute;
  bottom: 25px;
  left: 25px;
  font-size: 15px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  width: 70%;
  color: #fff;
}
.text a{
  color: #fff;
}
.text a:hover{
  color: #fff;
}
.text1{
  bottom: 15px;
}
.text2{
  bottom: 15px;
  left: 15px;
}
.text3{
  left: 15px;
}
.text4{
  bottom: 13px;
}
.text5{
  bottom: 5px;
  left: 15px;
}
@media (max-width: 1199px){
  .text{
    font-size: 16px;
    bottom: 15px;
    left: 15px;
  }

  .project_top {
    margin-top: 50px;
  }
}
@media (max-width: 768px){
  .text{
    font-size: 14px;
  }
}
@media (max-width: 500px){
  .text{
    font-size: 12px;
  }
}
  @keyframes threesixtyccw {
  0% {
    transform: rotateZ(0deg); }
  95% {
    transform: rotateZ(-360deg); }
  100% {
    transform: rotateZ(-360deg); } }
@-webkit-keyframes threesixtyccw {
  0% {
    transform: rotateZ(0deg); }
  95% {
    transform: rotateZ(-360deg); }
  100% {
    transform: rotateZ(-360deg); } }
@-moz-keyframes threesixtyccw {
  0% {
    transform: rotateZ(0deg); }
  95% {
    transform: rotateZ(-360deg); }
  100% {
    transform: rotateZ(-360deg); } }
@keyframes threesixtycw {
  0% {
    transform: rotateZ(-90deg); }
  95% {
    transform: rotateZ(270deg); }
  100% {
    transform: rotateZ(270deg); } }
@-webkit-keyframes threesixtycw {
  0% {
    transform: rotateZ(-90deg); }
  95% {
    transform: rotateZ(270deg); }
  100% {
    transform: rotateZ(270deg); } }
@-moz-keyframes threesixtycw {
  0% {
    transform: rotateZ(-90deg); }
  95% {
    transform: rotateZ(270deg); }
  100% {
    transform: rotateZ(270deg); } }

/*# sourceMappingURL=css.css.map */
