@font-face
{
    font-family: TitilliumWeb-Regular;
    src: url('TitilliumWeb-Regular.ttf');
}
html{
    overflow-x:hidden;
}
body{
  margin:0;
  font-family: TitilliumWeb-Regular,Arial,sans-serif;
  color: #101010;
  overflow-x: hidden;
}
*, ::after, ::before {
    box-sizing: initial;
}
dl, ol, ul{
    margin-bottom: 0px;
}
.jetnull-main {
    font-weight: 300!important;
    padding-top: 60px;
}
.navbar-header{
    width: 100%;
}
.section {
    background: #fff;
    color: #101010;
    min-height: calc(100vh - 220px);
    padding: 80px 30px;
    text-align: center;
}
.section-green{
    background: #7CC633;
    color: white;
}
.section-dark{
    background: #7CC633;
    color: white;
}
.section.first {
    height: calc(100vh - 220px);
    background: center #7CC633;   
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden; 
}
.section.first:before {
    content: "";
    z-index: 11;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.magic-lines {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.clr{
  clear: both;
}
nav.navbar a.navbar-brand img {
    height: 40px;
    margin-left: 10px;
}
nav.navbar {
    z-index: 9999;
    border: none;
    height: 60px;
    background: #7cc633;
    width: 100%;
    position: fixed;
    padding: 0;
}
a.navbar-brand{
    text-decoration: none;
}
nav .container{
    padding: 10px;
    width: 100%;
}
.title-wrapper{
    width: 100%;
    height: 120px;
    background: url(../images/jetnull2.svg);
    background-repeat: no-repeat;
    background-size: 100% 120px;
    position: absolute;
    left: 0;
    z-index: 999;
}
.title-wrapper .subtitle{
    color: white;
    margin-top: 125px;
    word-spacing: 10px;
    color: #FFF;
    font-weight: 300;
}
.title-wrapper .desc{
    margin-top: 5px !important;
    color: #FFF;
    font-weight: 200;
    padding: 0 20px;
    line-height: 30px;
}
.next-icon{
    position: absolute;
    bottom: 20px;
    width: calc(100vw - 60px);
    text-align: center;
    z-index: 12;
}
.next-icon i{
    font-size: 50px;
    color: white;
    cursor: pointer;
}
.lang-icon i{
    font-size: 15px;
    position: absolute;
    left: 0;
    top: 22px;
}
.lang-icon.active i{
    top: 2px;
}
.lang-icon{
    color: #101010;
    text-decoration: none;
    width: 90px;
    text-align: right;
}
.lang-icon.active{
    color: white;
}
.lang-icon:hover{
    border-bottom: 1px solid #101010;
    color: #101010;
}
.lang-icon.active:hover{
    border-bottom: 1px solid white;
    color: white;
}
a.lang-icon span{
    padding-left: 15px;
    font-size: 14px;
}
.lang-wrapper a.lang-icon{
    position: absolute;
    right: 20px;
    top: 35px;
    padding-top: 20px;
}
.lang-wrapper a.lang-icon.active{
    top: 15px;
    padding-top: 0;
}
.section div.section-title {
    display: inline-block;
    color: #7CC633;
    position: relative;
    font-size: 40px;
    line-height: 40px;
    margin-top: 0;
    font-weight: 300;
    margin-bottom: 40px;
}
.section-green div.section-title,
.section-green div.white,
.section-green div.white h3,
.section-green div.white p{
    color: white;
}
.section div.section-title:after {
    display: block;
    content: '';
    width: 100%;
    height: 4px;
    background: rgba(124,198,51,.2);
    position: absolute;
    left: 0;
    bottom: -10px;
}
.section-green div.section-title:after{
    background: rgba(255,255,255,.5);
}
.section p {
    font-size: 18px;
    line-height: 32px;
}

.section.service .description,
.section.client .description,
.section.demo .description {
    color: #666;
}
.section.client p{
    font-size: 16px;
    line-height: 22px;
    color: #666;
}
.none-decoration{
    text-decoration: none;
}
.jn-icon-transfer{
    font-size: 20px !important;
    color: white;
    position: absolute;
    right: 18px;
    top: 18px;
}
a:hover {
    text-decoration: none;
}


.section.service .bg-wrapper {
    padding: 50px 0;
    position: relative;
    overflow: hidden;
}
.section.service .bg-wrapper .bg{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
    transition: -webkit-transform .4s ease-out;
    transition: transform .4s ease-out;
    transition: transform .4s ease-out,-webkit-transform .4s ease-out;
    will-change: transform;
}
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.section.service .item {
    display: inline-block;
    width: 260px;
    transition: box-shadow .3s;
    box-shadow: 0 10px 35px rgba(0,0,0,.06);
    will-change: transform;
}
.section a {
    color: #101010;
}
.section.service .item img {
    width: 260px;
    height: 183px;
}
.section .row {
    margin-left: 0;
    margin-right: 0;
}
.section.service .item .text {
    padding: 25px 20px;
    text-align: left;
    background: #fff;
}
.section.service .item .text .line {
    width: 44px;
    height: 4px;
    background: #7CC633;
    position: relative;
}
.section.service .item .text .line:after, 
.section.service .item .text .line:before {
    display: block;
    content: '';
    width: 20px;
    height: 20px;
    border-left: 4px solid #7CC633;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    position: absolute;
    left: 0;
    top: -16px;
    opacity: 0;
    transition: all .4s;
}
.section.service .item .text .line:after {
    border-left: 0;
    border-right: 4px solid #7CC633;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    top: 0;
}

.section.service .item .text h3 {
    font-size: 18px;
    color: #333;
    margin: 15px 0 5px;
    padding-bottom: 15px;
    display: inline-block;
    position: relative;
}

.section.service .item .text h3:after {
    display: block;
    content: '';
    width: 0;
    height: 4px;
    background: #7CC633;
    position: absolute;
    bottom: 0;
    opacity: 0;
    transition: all .4s;
}
.section.service .item .text p {
    font-size: 12px;
    line-height: 16px;
    color: #999;
}

footer {
    width: 100%;
    background: #1F2A37;
    bottom: 0;
    z-index: 1;
    color: #FFF;
}
footer .copyright {
    padding: 20px 0 10px;
    font-weight: lighter;
    font-size: 12px;
    color: #fff;
    opacity: .6;
    line-height: 30px;
    overflow: hidden;
    text-align: center;
}
footer .copyright a {
    color: #ddd;
}
footer .copyright::before {
    display: block;
    border-top: 2px solid rgba(153,153,153,.2);
    content: '';
    max-width: 1024px;
    margin: 0 auto 10px auto;
}
footer .logo{
    width: 100%;
    height: 30px;
    display: block;
}

.section.team .bg-wrapper {
    padding: 50px 0;
    position: relative;
    overflow: hidden;
}
.section.team .text-container {
    background: #fff;
    padding: 50px 20px;
    box-shadow: 5px 5px 8px rgba(0,0,0,.06);
    position: relative;
    color: #101010;
    border-radius: 2px;
    margin: 0 10px;
}
.main-text{
    font-size: 22px;
    color: #333;
    margin: 10px 0 0 0;
}
.sub-text{
    font-size: 16px;
    color: #60A60C;
    margin-bottom: 5px;
}
.desc-text{
    font-size: 12px;
    color: #999;
}
.ava-img{
    width: 100px;
    border-radius: 50%;
}
.next-icon-black{
    margin-top: 100px;
    margin-bottom: -50px;
}
.next-icon-white{
    margin-top: 50px;
    margin-bottom: -50px;
}
.next-icon-black i{
    color: #333;
    cursor: pointer;
}
.icon-more{
    color: #999;
    margin-top: 30px;
}
.section.client .icon-more{
    margin-top: 0;
}
.icon-more i{
    font-size: 10px;
}
.next-icon-white i{
    color: white;
    cursor: pointer;
}



.section .blank_container {
    border: 1px solid white;
    border-left: 0;
    padding: 55px 25px 25px 25px;
    margin-bottom: 50px;
    position: relative;
}
.section .blank_container:after, 
.section .blank_container:before {
    display: block;
    content: '';
    width: 1px;
    height: 20%;
    background: white;
    position: absolute;
    left: 0;
    top: 0;
}
.section .blank_container:after {
    height: 50%;
    top: auto;
    bottom: 0;
}

.section .blank_container .text {
    overflow: hidden;
    padding: 20px 25px 0;
    text-align: left;
}
.section .blank_container .text h3 {
    font-size: 18px;
    color: #555;
    padding: 14px 20px;
    background: #FFF;
    position: absolute;
    top: 16px;
    right: -15px;
}
.section .blank_container.blank_container-right {
    border: 1px solid white;
    border-right: 0;
}
.section .blank_container.blank_container-right:before {
    left: auto;
    top: auto;
    right: 0;
    bottom: 0;
}
.section .blank_container.blank_container-right:after {
    left: auto;
    bottom: auto;
    right: 0;
    top: 0;
}
.section .blank_container.blank_container-right h3 {
    right: auto;
    left: -15px;
}

.justify{
    text-align: justify;
}
.title-p{
    font-weight: bold;
    padding-top:10px;
}
#contact{
    min-height: 0;
    background: #1F2A37;
    padding: 50px 20px 20px 20px;
}
#contact .strong{
    color: white;
    font-size: 22px;
    font-weight: bold;
    padding-left: 10px;
}
#contact .strong a{
    color: white;
    text-decoration: underline;
}
.copyright .jnp{
    padding: 0 5px;
    line-height: 16px;
    margin: 0;
    display: inline-block;
    white-space: nowrap;
}


section.video{
    position: relative;
    z-index: -2;
    min-height: 0;
    height: 50vw;
}
section.video video{
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: auto;
    z-index: -1;
}
section.video .layer{
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 50vw;
    opacity: 0.5;
    background: url(../images/video_bg_1px.png) repeat;
}
section.after-video{
    margin-top: -25vw;
    border-radius: 50px;
}
section.video .content_block {
    z-index: 1;
    position: relative;
}
section.video .main-title{
    height: 220px;
    margin-top: 70px;
}
section.video .main-title {
    margin-bottom: 30px;
}
section.video .main-title .page-title {
    color: #fff;
}
section.video .content_block {
    padding: 15px 0;
}
section.video .small_text{
    font-size: 20px;
    margin-top: 20px;
    line-height: 28px;
}
.bg-svg-wrapper {
    position: absolute;
}
@media (min-width: 768px){
    .waterline{
        width: 100%;
        height: 750px;
        /*background: url(../images/bg.svg);
        background-repeat: no-repeat;
        margin: auto;
        background-size: 100% 750px;
        background-position-x: 200px;
        background-position-y: -100px;*/
    }    
    .bg-svg-wrapper svg{
        width: 35vw;
        left: 53vw;
    }
    .title-wrapper{
        top: 200px;    
    }
    .title-wrapper .subtitle{
        font-size: 32px;
    }
    .title-wrapper .desc{
        font-size: 24px;
        line-height: 34px;
        width: 580px;
        margin: auto;
    }
    .only-show-mobile{
        display: none;
    }
    .section.service.item:hover {
        box-shadow: 2px 8px 50px #DBDBDB;
    }
    .section.service .item:hover .line:after, 
    .section.service .item:hover .line:before {
        opacity: 1;
        left: 21px;
        top: -7px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    .section.service .item:hover .line:before {
        -webkit-transform: rotate(-135deg);
        transform: rotate(-135deg);
        top: -9px;
    }
    .section.service .item:hover h3:after {
        width: 100%;
        opacity: 1;
    }
    .section.service .item:hover {
        box-shadow: 2px 8px 50px #DBDBDB;
    }
    .next-icon-black i,
    .next-icon-white i{
        font-size: 50px;
    }
    
    .section .blank_container .content {
        overflow: hidden;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .section .blank_container .img {
        padding-left: 25px;
    }
    
    .section .blank_container.blank_container-right .content {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }
    .section .blank_container.blank_container-right .img {
        float: right;
        padding-left: 0;
        padding-right: 25px;
    }


}
@media (max-width: 768px){
    .waterline{
        width: 100%;
        height: 100%;
        /*background: url(../images/bg.svg);
        background-repeat: no-repeat;
        margin: auto;
        background-size: 100% 100%;*/
    }  
    .bg-svg-wrapper svg{
        width: 100vw;
        left:-40px;
    }
    .title-wrapper{
        top: 100px;    
    }  
    .title-wrapper .subtitle{
        font-size: 22px;
        margin-top: 120px;
    }
    .title-wrapper .desc{
        font-size: 16px;
        line-height: 25px;
    }
    .only-show-pc{
        display: none;
    }
    .next-icon{
        bottom: 70px;
    }

    .title-wrapper {
        width: 80%;
        left: 10%;
    }
    .next-icon i {
        font-size: 35px;
    }
    .section div.section-title{
        font-size: 35px;
        line-height: 35px;
    }
    .section p{
        font-size: 16px;
        line-height: 25px;
    }
    .section.service .bg-wrapper {
        padding: 50px 0 0 0;
    }
    .section.service .item{
        margin-bottom: 30px;
    }
    .next-icon-black i,
    .next-icon-white i{
        font-size: 35px;
    }
    .next-icon-black,
    .next-icon-white{
        margin-top: 0;
    }
    .team-container  .col-sm-12{
        margin-bottom: 20px;
        padding-bottom: 20px;
        border-bottom: 4px solid rgba(124,198,51,.2);
    }
    .team-container .col-sm-12:last-child{
        border-bottom: none;
    }
    .section .blank_container{
        padding: 50px 20px 20px 20px;
    }
    .section .blank_container .text {
        text-align: justify;
        padding: 20px 0 0;
    }
    .section .blank_container .img {
        margin-top: 40px;
    }
    .copyright .jnp{
        line-height: 16px;
        display: block;
        margin-top: 5px;
    }
    section.video{
        padding-top: 0;
    }
    section.video .main-title{
        margin-top: 25px;
        height:auto;
    }
    section.video .main-title .page-title{
        font-size: 22px;
    }
    section.after-video{
        border-radius: 15px;
    }
    section.video .small_text{
        margin-top:10px;
        font-size: 16px;
        line-height: 20px;
    }
}

.hide{
    display: none;
}

#toTop{
    position: fixed;
    bottom: 35px;
    right: 15px;
    z-index: 99999;
    background: rgba(123,123,123,0.5);
    border-radius: 10px;
    width: 40px;
    height: 40px;
}
#toTop i{
    font-size: 24px;
    /*width: 24px;*/
    margin: 8px;
    color: white;
    position: absolute;
    top: -5px;
}
.white{
    color: white !important;
}
.section .mark-three {
    position: absolute;
    top: 0;
    left: 0;
    margin-left: 25%;
    margin-top: 20%;
    background: rgba(255,255,255,.05);
    width: 50%;
    padding-top: 50%;
    transform: rotate(-45deg) skew(15deg,15deg);
}
.section .mark-three:before {
    top: -110px;
    left: 110px;
}
.section .mark-three:after {
    top: 110px;
    left: -110px;
}
.section .mark-three:after, .section .mark-three:before {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,.05);
    display: block;
    content: '';
}
.relative{
    position: relative;
}
.bigcounter{
    font-size: 2em;
    font-weight: bold;
    color: #7CC633;
}
.bigcounter .counter{
    min-width: 1.2em;
    display: inline-block;
    text-align: center;
}
.swiper-button-prev.swiper-button-white.hasbg, 
.swiper-button-next.swiper-button-white.hasbg{
    background-color: rgba(0,0,0,0.4);
    padding: 10px 15px;
    border-radius: 3px;
}
.cd-title{
    position: absolute;
    bottom: -45px;
    font-size: 22px;
    color: #666;
    width: 100%;
}
/*svg 动画*/
svg {
 position: relative;
}

svg > span {
 position: absolute;
 top: 0;
 right: 0;
}

path, line, polyline {
stroke: rgba(255,255,255,0.2);
stroke-width: 5px;
}

path {
fill: transparent;
}

polyline {
stroke-width: 4px;
}