
/*html, body {
  font-size: 62.5%;
}*/
.hide{
    display:none;
}
.alpha{
    filter:alpha(opacity=0);
    -moz-opacity:0;
    -khtml-opacity: 0;
    opacity: 0;
}
.main {
  width: 100%;
  height:100vh;
  overflow: hidden;
    background: #000;
}

.sidebar-hover,
.sidebar-real,
.left-part,
.content,
.bg-part {
  position: absolute;
  top: 0;
  height: 100%;
}
h1,h2,h3,h4,h5{
    font-weight:normal;
}
/* END OF GLOBAL STYLES */
/* SIDEBAR HOVER STYLES */
.sidebar-hover {
  position: fixed;
  z-index: 100;
  left: 0;
    width: 246px;
}
.sidebar-hover:after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.5);
}
.sidebar-hover:hover ~ .sidebar-real {
  max-width: 30rem;
}
.sidebar-hover:hover ~ .sidebar-real .nav-elem {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
.sidebar-hover:hover ~ .sidebar-real .nav-elem.nav-1 {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.sidebar-hover:hover ~ .sidebar-real .nav-elem.nav-2 {
  -webkit-transition-delay: 0.55s;
          transition-delay: 0.55s;
}
.sidebar-hover:hover ~ .sidebar-real .nav-elem.nav-3 {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}
.sidebar-hover:hover ~ .sidebar-real .nav-elem.nav-4 {
  -webkit-transition-delay: 0.85s;
          transition-delay: 0.85s;
}
.sidebar-hover:hover ~ .sections .content {
  -webkit-transform: translateX(18.75%);
      -ms-transform: translateX(18.75%);
          transform: translateX(18.75%);
}

.sidebar-hover .pagination{
  z-index: 500;
    font-size: 15px;
    color: #fff;
    text-align: center;
    padding: 20px 0;
    background: #c33a4b;
    position: absolute;
    left: 0;
    top: 45%;
    width: 245px;
  text-align: center;
  color:#fff;
    background: #c33a4b;
}
.pagination:after {
  content: ">";
  color: #fff;
  position: absolute;
  display: block;
  right: 5rem;
  top: 2.5rem;
    font-family: ptsans-regular;
  -webkit-animation: navArrowMove 1s infinite;
          animation: navArrowMove 1s infinite;
}
.pagination .page {
  color: #fff;
}

/* END OF SIDEBAR HOVER */
/* REAL SIDEBAR (OFF-CANVAS MENU) STYLES */
.sidebar-real {
  z-index: 200;
  left:246px;
    width: 18.75%;
  height:100%;
  max-width: 0;
  background: #000;
  overflow: hidden;
  -webkit-transition: max-width 0.4s 0.2s, -webkit-transform 0.3s;
          transition: max-width 0.4s 0.2s, transform 0.3s;
  will-change: max-width, transform;
    top:60px;
    height:calc(100% - 60px);;
}
.sidebar-real:hover {
  max-width: 30rem;
}
.sidebar-real:hover .nav-elem {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
.sidebar-real:hover .nav-elem.nav-1 {
  -webkit-transition-delay: 0.4s;
       -ms-transtion-deley: 0.4s;
          transition-delay: 0.4s;
}
.sidebar-real:hover .nav-elem.nav-2 {
  -webkit-transition-delay: 0.55s;
       -ms-transtion-deley: 0.55s;
          transition-delay: 0.55s;
}
.sidebar-real:hover .nav-elem.nav-3 {
  -webkit-transition-delay: 0.7s;
       -ms-transtion-deley: 0.7s;
          transition-delay: 0.7s;
}
.sidebar-real:hover .nav-elem.nav-4 {
  -webkit-transition-delay: 0.85s;
       -ms-transtion-deley: 0.85s;
          transition-delay: 0.85s;
}
.sidebar-real:hover ~ .sections .content {
  -webkit-transform: translateX(18.75%);
      -ms-transform: translateX(18.75%);
          transform: translateX(18.75%);
}

.nav-elem {
  position: relative;
  width: 100%;
  height:25%;
  background-size:cover;
  background-repeat:no-repeat;
  background-position:center center;
  -webkit-transition: -webkit-transform 0.4s 0.3s;
          transition: transform 0.4s 0.3s;
  will-change: transform;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
  cursor: pointer;
}
.nav-elem:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  -webkit-transition: background 0.2s;
          transition: background 0.2s;
  will-change: background;
}
.nav-elem:hover:after {
  background: transparent;
    -webkit-background-size:100%;
    background-size:100%;
}
.nav-elem.nav-1 {
  background-image: url(../images/nav-bg3.jpg);
    background-size:cover;
    background-position:center center;
}
.nav-elem.nav-2 {
  background-image: url(../images/nav-bg2.jpg);
    background-size:cover;
    background-position:center center;
}
.nav-elem.nav-3 {
  background-image: url(../images/nav-bg1.jpg);
    background-size:cover;
    background-position:center center;
}
.nav-elem.nav-4 {
  background-image: url(../images/nav-bg4.jpg);
    background-size:cover;
    background-position:center center;
}
/* REAL SIDEBAR STYLES END */
/* SECTIONS STYLES */
.sections {
  height: 100%;
  -webkit-transition: margin 0.5s;
          transition: margin 0.5s;
  will-change: margin;
}

.section {
  position: relative;
  height: 100%;
}
.section.section-1 .left-part {
  background-image: url("../images/bg4.jpg");
}
.section.section-1 .bg-part {
  background-image: url("../images/bg4.jpg");
}
.section.section-2 .left-part {
  background-image: url("../images/bg3.jpg");
}
.section.section-2 .bg-part {
  background-image: url("../images/bg3.jpg");
}
.section.section-3 .left-part {
  background-image: url("../images/bg2.jpg");
}
.section.section-3 .bg-part {
  background-image: url("../images/bg2.jpg");
}
.section.section-4 .left-part {
  background-image: url("../images/bg1.jpg");
}
.section.section-4 .bg-part {
  background-image: url("../images/bg1.jpg");
}

.left-part,
.bg-part {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-attachment: fixed;
  -webkit-transition: margin 0.8s;
          transition: margin 0.8s;
  will-change: margin;
}

.left-part {
  z-index: 20;
  left: 0;
    width: 246px;
}

.content {
  left:246px;
  width: calc(100% - 246px);
  height: 100%;
  -webkit-transition: -webkit-transform 0.4s 0.2s;
          transition: transform 0.4s 0.2s;
  will-change: transform;
}
.content .bg-part h2{
    font-size:30px;
    color:#fff;
    padding-top: 176px;
}
.content .bg-part p{
    font-size:12px;
    padding-top:2.5%;
    color:#fff;
}
.content .bg-part-dis h2{
    font-size:30px;
    color:#3e3e3e;
    padding-top: 10%;
}
.content .bg-part-con{
    padding-right:10%;
    text-align: center;
    height:100%;
}
.content .bg-part-dis p{
    font-size:12px;
   padding-top:2.5%;
    color:#3e3e3e;
}
.section-heading,
.additional-text {
  display: block;
  position: absolute;
  z-index: 700;
  color: #fff;
  line-height: 1;
  -webkit-transition: -webkit-transform 0.4s, opacity 0.1s, color 0.3s;
          transition: transform 0.4s, opacity 0.1s, color 0.3s;
  will-change: transform, opacity;
}
.section-heading.not-visible,
.additional-text.not-visible {
  -webkit-transform: translateY(-10rem);
      -ms-transform: translateY(-10rem);
          transform: translateY(-10rem);
  opacity: 0;
  -webkit-transition: -webkit-transform 0.4s, opacity 0.2s 0.2s;
          transition: transform 0.4s, opacity 0.2s 0.2s;
}

.section-heading {
  top: 26.7rem;
  left: 0;
  font-size: 6rem;
  text-transform: uppercase;
  line-height: 1;
  font-family: pfd-medium;
  padding: 0 2rem 4rem;
  background: rgba(0, 0, 0, 0.4);
  cursor: pointer;
}
.section-heading:hover {
  color: rgba(255, 89, 89, 0.7);
}

.additional-text {
  top: 33.2rem;
  left: 2rem;
  font-size: 2rem;
  text-transform: uppercase;
  font-family: ptsans-regular;
}

.bg-part {
  width:100%;
}
.bg-part:nth-child(1) {
  left: 0%;
}
.bg-part:nth-child(2) {
  left: 12.5%;
}
.bg-part:nth-child(3) {
  left: 25%;
}
.bg-part:nth-child(4) {
  left: 37.5%;
}

.scroll-down {
  z-index: 500;
  -webkit-transition: -webkit-transform 0.5s 1.5s, opacity 0.3s 1.7s, z-index 0.5s 1.5s;
          transition: transform 0.5s 1.5s, opacity 0.3s 1.7s, z-index 0.5s 1.5s;
  text-transform: uppercase;
  bottom: 8rem;
  left: calc(50% - 15rem);
  color: #fff;
  text-align: center;
  font-size: 14px
}
.scroll-down.removed {
  -webkit-transform: translateY(-20rem);
      -ms-transform: translateY(-20rem);
          transform: translateY(-20rem);
  opacity: 0;
  z-index: -10;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s 0.2s, z-index 0.5s;
          transition: transform 0.5s, opacity 0.3s 0.2s, z-index 0.5s;
}
.content .bg-part h2.scroll-down{
  font-size: 14px
}
.scroll-down:after {
  content: "";
  display: inline-block;
  left: calc(50% - 1.5rem);
  width: 1rem;
  height:1rem;
  border: 3px solid #fff;
  border-left: none;
  border-top: none;
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-animation: arrowMove 1.2s infinite;
          animation: arrowMove 1.2s infinite;
}

@-webkit-keyframes arrowMove {
  to {
    -webkit-transform: rotate(45deg) translateY(2rem) translateX(2rem);
            transform: rotate(45deg) translateY(2rem) translateX(2rem);
    opacity: 0;
  }
}

@keyframes arrowMove {
  to {
    -webkit-transform: rotate(45deg) translateY(2rem) translateX(2rem);
            transform: rotate(45deg) translateY(2rem) translateX(2rem);
    opacity: 0;
  }
}
@-webkit-keyframes navArrowMove {
  to {
    -webkit-transform: translateX(2rem);
            transform: translateX(2rem);
    opacity: 0;
  }
}
@keyframes navArrowMove {
  to {
    -webkit-transform: translateX(2rem);
            transform: translateX(2rem);
    opacity: 0;
  }
}
.codepen-link {
  color: inherit;
  text-decoration: none;
}

.check-out a {
  color: #ffaaaa;
}
.bg-part-con .img-box{
    width:1000px;
    margin:0 auto;
    position: relative;
    height: 55%;
}

.bg-part-con .img-box img{
    position:absolute;
}
.bg-part-con .img-box .iphone{
  text-align: center;

}
.bg-part-con .img-box .iphone img{
 margin-top: 9%;
  width: 207px;
  height: 432px;
  display: inline-block;
}
.bg-part-con .img-box .img1{
    width:7.9%;
    left: 45%;
    top: 85%;
    -webkit-animation-delay: 0.2s;
    animation-delay:0.2s;
    -moz-animation-delay:0.2s;
    -o-animation:0.2s;
}
.bg-part-con .img-box .img2{
    width: 1.5%;
    left: 20%;
    top: 27%;
    -webkit-animation-delay: 0.22s;
    animation-delay:0.22s;
    -moz-animation-delay:0.22s;
    -o-animation:0.22s;
}
.bg-part-con .img-box .img3{
    width: 20.5%;
    left: 41.5%;
    top: 6%;
    -webkit-animation-delay: 0.3s;
    animation-delay:0.3s;
    -moz-animation-delay:0.3s;
    -o-animation:0.3s;
}
.bg-part-con .img-box .img4{
    width: 20.5%;
    left: 64.5%;
    top: 78%;
    -webkit-animation-delay: 0.3s;
    animation-delay:0.3s;
    -moz-animation-delay:0.3s;
    -o-animation:0.3s;
}
.bg-part-con .img-box .img5{
    width: 19.7%;
    left: 65%;
    top: 22%;
    -webkit-animation-delay: 0.3s;
    animation-delay:0.3s;
    -moz-animation-delay:0.3s;
    -o-animation:0.3s;
}
.bg-part-con .img-box .img6{
    width: 18.9%;
    left: 20%;
    top: 60%;
    -webkit-animation-delay: 0.33s;
    animation-delay:0.33s;
    -moz-animation-delay:0.33s;
    -o-animation:0.33s;
}
.bg-part-con .img-box .img7{
    width: 20.3%;
    left: 41.5%;
    top: 61%;
    -webkit-animation-delay: 0.33s;
    animation-delay:0.33s;
    -moz-animation-delay:0.33s;
    -o-animation:0.33s;
}
.bg-part-con .img-box .img8{
    width: 16.3%;
    left: 43%;
    top: 75%;
    -webkit-animation-delay: 0.33s;
    animation-delay:0.33s;
    -moz-animation-delay:0.33s;
    -o-animation:0.33s;
}
.bg-part-con .img-box .img9{
    width: 27.6%;
    left: 65%;
    top: 36%;
    -webkit-animation-delay: 0.35s;
    animation-delay:0.35s;
    -moz-animation-delay:0.35s;
    -o-animation:0.35s;
}
.bg-part-con .img-box .img10{
    width: 17.6%;
    left: 22%;
    top: 11%;
    -webkit-animation-delay: 0.35s;
    animation-delay:0.35s;
    -moz-animation-delay:0.35s;
    -o-animation:0.35s;
}
.bg-part-con .img-box .xys-img1{
    width: 57.5%;
    left: 23%;
    top: 10%;
    -webkit-animation-delay: 0.2s;
    animation-delay:0.2s;
    -moz-animation-delay:0.2s;
    -o-animation:0.2s;
}
.bg-part-con .img-box .xys-img2{
    width: 21.3%;
    left: 16%;
    top: 40%;
    -webkit-animation-delay: 0.4s;
    animation-delay:0.4s;
    -moz-animation-delay:0.4s;
    -o-animation:0.4s;
}
.bg-part-con .img-box .xys-img3{
    width: 7.9%;
    left: 40%;
    top: 57.5%;
    -webkit-animation-delay: 0.6s;
    animation-delay:0.6s;
    -moz-animation-delay:0.6s;
    -o-animation:0.6s;
}
.bg-part-con .img-box .xys-img4{
    width: 38.6%;
    left: 56%;
    top: 47.5%;
}
.bg-part-con .img-box .disk{
    position:relative;
    width:500px;
    height:500px;
    margin:0 auto;
}
.bg-part-con .img-box .dlzd-img1{
    width: 90%;
    left: 5%;
    top: 15%;
    -moz-animation: rotate1 20s infinite linear;
    -webkit-animation: rotate1 20s infinite linear;
    animation: rotate1 20s infinite linear;
}
@-moz-keyframes rotate1{ 0%{  -moz-transform:rotate(360deg);  } 100%{  -moz-transform:rotate(0deg);  } }
@-webkit-keyframes rotate1{ 0%{  -webkit-transform:rotate(360deg);  } 100%{  -webkit-transform:rotate(0deg);  } }
@keyframes rotate1{ 0%{  transform:rotate(360deg);  } 100%{  transform:rotate(0deg);  } }

.bg-part-con .img-box .dlzd-img2{
    width:100%;
    left: 0%;
    top: 10%;
    -moz-animation: rotate 20s infinite linear;
    -webkit-animation: rotate 20s infinite linear;
    animation: rotate 20s infinite linear;
}
@-moz-keyframes rotate{ 0%{  -moz-transform:rotate(0deg);  } 100%{  -moz-transform:rotate(360deg);  } }
@-webkit-keyframes rotate{ 0%{  -webkit-transform:rotate(0deg);  } 100%{  -webkit-transform:rotate(360deg);  } }
@keyframes rotate{ 0%{  transform:rotate(0deg);  } 100%{  transform:rotate(360deg);  } }


.bg-part-con .img-box .disk .disk-txt{
    height: 73px;
    font-size: 26px;
    color: #fff;
    position: absolute;
    line-height: 73px;
}
.bg-part-con .img-box .disk .text1{
    left: -25%;
    top: 10%;

}
.bg-part-con .img-box .disk .text2{
    left: -50%;
    top: 30%;
    -webkit-animation-delay: 0.2s;
    animation-delay:0.2s;
    -moz-animation-delay:0.2s;
    -o-animation:0.2s;
}
.bg-part-con .img-box .disk .text3{
    right: -50%;
    top: 53%;
}
.bg-part-con .img-box .disk .text4{
    right: -43%;
    top: 86%;
    -webkit-animation-delay: 0.2s;
    animation-delay:0.2s;
    -moz-animation-delay:0.2s;
    -o-animation:0.2s;
}
.bg-part-con .img-box .disk .text1 b,.bg-part-con .img-box .disk .text2 b{
    margin-left:20px;
}
.bg-part-con .img-box .disk .text4 b,.bg-part-con .img-box .disk .text3 b{
    margin-right:20px;
}
.bg-part-con .img-box .disk b{
    background: url(../images/dlzd-1.png) no-repeat center center;
    background-size:cover;
    width: 63px;
    height: 73px;
    display: inline-block;
    line-height: 73px;
    color: #bd0118;
    font-size: 30px;
    font-weight: normal;
    font-style: italic;
    padding-right: 10px;
}
.news-box{
    width:100%;
    height:100%;
}
.news-box .banner{
    height:350px;
    width:100%;
    background:url("../images/new-banner.png") no-repeat center center;
    background-size:cover;
}
.news-con{
    width:1000px;
    padding:0 100px;
    margin:0 auto;
    position: relative;
}
.news-con .new-back{
    padding-left:20px;
    background:url("../images/new-back.png") no-repeat left center;
    color:#080808;
    position: absolute;
    right:0;
    top:65px;
    font-size:16px;
}
.news-con .new-details{
    padding-top:140px;
    padding-bottom:100px;
}
.news-con .new-details .details-tit{
    text-align: center;
    font-size:28px;
    color:#000000;
}
.news-con .new-details .details-tit2{
    text-align: center;
    font-size:14px;
    color:#c2c1c1;
    padding:10px 0;
}
.news-con .new-details .details-tit2 b{
    font-weight:normal;
    margin-right:15px;
}
.news-con .new-details .details-con{
    text-align: center;
}
.news-con .new-details .details-con p{
    font-size:14px;
    text-align: left;
    line-height:24px;
}
.news-con .new-details .details-con .details-con_tit{
    font-size:20px;
}
.news-con .new-details .details-con img{
    display: block;
    width: 100%
}

.news-con .new-details .btm-nav .weixin{
    width:40px;
    height:40px;
    background:#535353;
    border-radius:50%;
    display:inline-block;
    text-align:center;
    margin-right:15px;
}
.news-con .new-details .btm-nav{
    position:relative;
    padding-top: 20px
}
.news-con .new-details .btm-nav .weibo{
    width:40px;
    height:40px;
    background:#535353;
    border-radius:50%;
    display:inline-block;
    text-align:center;
    margin-right:15px;
}
.alert-weixin{
    position:fixed;
    left:50%;
    top:50%;
    width:245px;
    height:280px;
    margin-left:-125px;
    margin-top:-140px;
    background: #fff;
    color:#000;
    box-sizing:border-box;
    border:1px solid #c8c8c8;
    padding-left:5px;
    display: none;
    z-index: 99999999999
}
.alert-weixin p{
    line-height:50px;
    font-size:16px;
    padding-left:5px;
}
.alert-weixin .close{
    width: 11px;
    height: 11px;
    position: absolute;
    right: 11px;
    top: 19px;
    background: url(../images/new-close.png) no-repeat center center;
}
.weixin img{
    margin-top:10px;
}
.news-con .new-details .btm-nav .weibo img{
    margin-top:10px;
}
.news-con .new-details .btm-nav .weixin:hover{
    background:#c41d31;
}
.news-con .new-details .btm-nav .weibo:hover{
    background:#c41d31;
}
.news-con .new-details .btm-nav .page{
    width:140px;
    position:absolute;
    right:0;
    top:20px;
}
.news-con .new-details .btm-nav .page .first{
    margin-right: 40px;
    color: #8a8a8a;
    font-size: 16px;
}
.news-con .new-details .btm-nav .page .last{
    color: #080808;
    font-size: 16px;
}
@-moz-keyframes rotate{ 0%{  -moz-transform:rotate(0deg);  } 100%{  -moz-transform:rotate(360deg);  } }
@-webkit-keyframes rotate{ 0%{  -webkit-transform:rotate(0deg);  } 100%{  -webkit-transform:rotate(360deg);  } }
@keyframes rotate{ 0%{  transform:rotate(0deg);  } 100%{  transform:rotate(360deg);  } }

.news-con .new-details .casedet-dis{
    font-size:16px;
    color:#848383;
    position:absolute;
    left:100px;
    top:70px;
}
.news-con .new-details .casedet-dis a{
    color:#848383;
}
.news-con .new-details .casedet-dis b{
    margin:0 10px;
}

@media screen and (max-width: 1440px) {
    .bg-part-con .img-box{
        width:800px;
        margin:0 auto;
        position: relative;
        height: 55%;
    }
    .bg-part-con .img-box .disk{
        position:relative;
        width:400px;
        height:400px;
        margin:0 auto;
    }
    .bg-part-con .img-box .disk b{
        background: url(../images/dlzd-1.png) no-repeat center center;
        background-size:cover;
        width: 44.7px;
        height: 54.7px;
        display: inline-block;
        line-height: 54.7px;
        color: #bd0118;
        font-size: 26px;
        font-weight: normal;
        font-style: italic;
        padding-right: 10px;
    }

    .bg-part-con .img-box .disk .disk-txt{
        height: 54.7px;
        font-size: 22px;
        color: #fff;
        position: absolute;
        line-height: 54.7px;
    }
}
.section-3  .swiper-slide {
        background-position: center;
        background-size: cover;
        width: 183px;
        height: 324px;
        z-index:999999

    }
   .section-3  .swiper-iphone{
    position: absolute;
    background: url(../images/iphone.png) no-repeat;
    background-position: center 59px;
    background-size: 208px 432px;
    z-index:99999999999;
    height: 500px;
    /*padding-top: 115px;*/
    width: 208px;
    top:0;
    left:236px;
    overflow: hidden;
    cursor: default
   }
   .section-3  .swiper-container{
    height: 422px;
    padding-top: 115px;
    width: 680px;
    overflow: hidden;

   }
   .section-3  .swiper-container  .swiper-slide{
    cursor: pointer;
   }
   .section  .bg-part  .bg-part-con .jiantou{
    display: inline-block;
    color: #fff;
    font-size: 14px;
    margin-top: 20px
   
   }
   .jiantou img{
    width: 20px;
    margin-top: 10px;
     -webkit-animation: upArrowMove 0.8s infinite;
    animation: upArrowMove 0.8s infinite;
   }
   @-webkit-keyframes upArrowMove {
  to {
    -webkit-transform: translateY(15px);
            transform: translateY(15px);
    opacity: 0;
  }
}
@keyframes upArrowMove {
  to {
    -webkit-transform: translateY(15px);
            transform: translateY(15px);
    opacity: 0;
  }
}
