.lazyload {
    display: block;
}

.lazyload,
        .lazyloading {
            opacity: 0;
        }


        .lazyloaded {
            opacity: 1;
            transition: opacity 300ms;
            transition: opacity var(--lazy-loader-animation-duration);
        }.lazyloading {
    color: transparent;
    opacity: 1;
    transition: opacity 300ms;
    transition: opacity var(--lazy-loader-animation-duration);
    background: url("data:image/svg+xml,%3Csvg%20width%3D%2244%22%20height%3D%2244%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20stroke%3D%22%23333333%22%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%20stroke-width%3D%222%22%3E%3Ccircle%20cx%3D%2222%22%20cy%3D%2222%22%20r%3D%221%22%3E%3Canimate%20attributeName%3D%22r%22%20begin%3D%220s%22%20dur%3D%221.8s%22%20values%3D%221%3B%2020%22%20calcMode%3D%22spline%22%20keyTimes%3D%220%3B%201%22%20keySplines%3D%220.165%2C%200.84%2C%200.44%2C%201%22%20repeatCount%3D%22indefinite%22%2F%3E%3Canimate%20attributeName%3D%22stroke-opacity%22%20begin%3D%220s%22%20dur%3D%221.8s%22%20values%3D%221%3B%200%22%20calcMode%3D%22spline%22%20keyTimes%3D%220%3B%201%22%20keySplines%3D%220.3%2C%200.61%2C%200.355%2C%201%22%20repeatCount%3D%22indefinite%22%2F%3E%3C%2Fcircle%3E%3Ccircle%20cx%3D%2222%22%20cy%3D%2222%22%20r%3D%221%22%3E%3Canimate%20attributeName%3D%22r%22%20begin%3D%22-0.9s%22%20dur%3D%221.8s%22%20values%3D%221%3B%2020%22%20calcMode%3D%22spline%22%20keyTimes%3D%220%3B%201%22%20keySplines%3D%220.165%2C%200.84%2C%200.44%2C%201%22%20repeatCount%3D%22indefinite%22%2F%3E%3Canimate%20attributeName%3D%22stroke-opacity%22%20begin%3D%22-0.9s%22%20dur%3D%221.8s%22%20values%3D%221%3B%200%22%20calcMode%3D%22spline%22%20keyTimes%3D%220%3B%201%22%20keySplines%3D%220.3%2C%200.61%2C%200.355%2C%201%22%20repeatCount%3D%22indefinite%22%2F%3E%3C%2Fcircle%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat;
    background-size: 2em 2em;
    background-position: center center;
}
.lazyload { display: none; }
.lazyload[class*="lazy-loader-background-element-"] { display: block; opacity: 1; }

.lazyloaded {
    animation-name: loaded;
    animation-duration: 300ms;
    animation-duration: var(--lazy-loader-animation-duration);
    transition: none;
}

@keyframes loaded {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}
.header-mobile .title {
    border-bottom: 1px solid #fff;
}
.header-mobile .title a {    
    color: #fff;
    height: 60px;
    line-height: 60px;
    font-size: 23px;
    display: inline-block;
    /* border-bottom: 1px solid #fff;        */
}
.footer .footer-contact .newsletter-form input,
.footer {
	background-color: #FEFFFF;
}

.footer .footer-contact .newsletter-form input{
    border: 1px solid #000;
    box-shadow: none;
    border-radius: 0;
    font-size: 14px;
}

.footer .sb{
    width:71%;padding-left:30%;position: relative;
}
.footer .footer-logo{
    position: absolute;
    left: 0;
    /*top: 0;*/
    bottom: 0;
}
.footer .footer-logo img{
    width: 100% !important;
    max-width: 434px;
    height: 100%;
}
.footer-intro{
    width: 29%;
}
.footer-contact{
    width: 100%!important;
}
.section-img.footer_image {
    height: 100vh;
    /* background-image: url(../images/190312_office-photos-13-1-scaled.jpg); */
    background-position: center 80%;
    background-size: cover;
}
.slick-prev, .slick-next {
    height: 100%;
    background-repeat: no-repeat;
    /* top: 90%; */
}
.black_image p {
    width: 100%;
}

.section-people .people-slide .swiper-button-prev {
    cursor: url(../images/icon-prev.svg), auto;
	cursor: -webkit-image-set(
	  url(../images/icon-prev.svg) 1x,
	  url(../images/icon-prev-2x.svg) 2x
	), auto;
}
.section-people .people-slide .swiper-button-next {
    cursor: url(../images/icon-next.svg), auto;
	cursor: -webkit-image-set(
	  url(../images/icon-next.svg) 1x,
	  url(../images/icon-next-2x.svg) 2x
	), auto;
}
.slick-prev:hover {
    opacity: 1 !important;
    cursor: url(../images/btn-prev-w.svg),auto;
	cursor: -webkit-image-set(
	  url(../images/btn-prev-w.svg) 1x,
	  url(../images/btn-prev-w-2x.svg) 2x
	), auto;
}
.slick-next:hover {
    opacity: 1 !important;
    cursor: url(../images/btn-next-w.svg),auto;
	cursor: -webkit-image-set(
	  url(../images/btn-next-w.svg) 1x,
	  url(../images/btn-next-w-2x.svg) 2x
	), auto;
}
.slick-prev:hover {
    background-repeat: no-repeat;
}
.slick-next:hover {
    background-repeat: no-repeat;
    /* background-position: top right; */
}
.slick-prev:before, .slick-next:before {
    display: none;
}
.slick-next {
    opacity: 0;
    right: 70px;
    background-image: url(../images/btn-next-w.svg);
    z-index: 111;
    background-repeat: no-repeat;
    width: 30%;
    height: 100%;
    background-position: top right;
}

.slick-prev {
    opacity: 0;
    left: 70px;
    background-image: url(../images/btn-prev-w.svg);
    z-index: 111;
    background-repeat: no-repeat;
    width: 30%;
    height: 80%;
    z-index: 111;
}

.go{
    height: 100vh;
    width: 40%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
}
.header {
	overflow: hidden;
}

.black_image p {
	color: #fff;
	text-align: center;
	margin-top: 20px;
}
#five_title{
    /* width: 600px; */
    /* 注释宽度使宽度自适应 */
    text-align: left;
    margin: 0;
    margin-top:10px;
}
#five_title p{
    text-align: left;
    margin: 0;
    margin-top:5px;
}
li.active-result {
    font-size: 18px !important;
}
.page-title.milka a {
    font-size: 25px;
}
.sidebar-title {
    bottom: 35px;
}

.slide_maind {
    overflow: hidden;
}
ul.slick-dots {
    z-index: 9999;
    bottom: 0;
    position: absolute;
    width: 100%;
    height: 50px;
    left: 0;
    right: 0;
    margin: auto;
}
.slick-dots li button:before {
    content: "";
    width: 50px;
    height: 4px;
    background-color: #fff;
}
.slick-dots li {
    width: 50px;
    margin: 0;
}

.slick-dotted.slick-slider {
    margin-bottom: 0;
}

.kendev {
    position: relative;
    z-index: 40;
    height: 100vh;
}
/* .kendev1 { */
    /* position: relative; */
    /* z-index: 40; */
    /* height: 110vh; */
/* } */

.kendevFixed {
    position: fixed;
    left: 0;
    right: 0;
    height: 100vh;
    width: 100%;
    z-index: 0;
    top: 0;
}
.kendevFixedTwo {
    position: fixed;
    left: 0;
    right: 0;
    height: 100vh;
    width: 100%;
    z-index: 1;
    top: 0;
}
.kendevFixedThree {
    position: fixed;
    left: 0;
    right: 0;
    height: 100vh;
    width: 100%;
    z-index: 3;
    top: 0;
}
.kendevFixedFour {
    position: fixed;
    left: 0;
    right: 0;
    height: 100vh;
    width: 100%;
    z-index: 2;
    top: 0;
}
.kendevFixedFive {
    position: fixed;
    left: 0;
    right: 0;
    height: 100vh;
    width: 100%;
    z-index: 4;
    top: 0;
}

.section-update {
    z-index: 7 !important;
    position: relative;
}
.kendev_clear {
  /* height: 115vh; */
  height: 100vh;
  padding: 100px;
  /* z-index: 10; */
}
.landing .section-img {
    position: relative;
    z-index: 6;
}
.landing .section-intro .intro-content{
    width: auto;
    max-width: 66%;
    margin-top: 65px;
    /*padding-right: 160px;*/
}
.landing .section-intro h3{
    margin: 90px 0;
    /* margin: 140px 0; */
}
.landing .section-intro h3, .landing .section-intro h3 p{
    /* line-height: 0px; */
}
#two_title p,#four_title p,#six_title p,#nine_title p,#eleven_title p,#fourteen_title p{
    /* margin: 0;padding: 0; */
    display:none
}
.footer {
    z-index: 6;
    padding-top: 70px;
}
.footer .footer-content {
    padding-bottom: 70px;
}
.visito {
    margin-top: 63px;
    line-height: 1!important;
    padding-bottom: 15px;
    margin-bottom: 45px !important;
}
.addr_email p,
.addr_cont p {
	line-height: 29px;
}

.footer .footer-contact .newsletter-form h4 {
    margin-bottom: 1.2em
}
.update-list .item:hover {
    background-color: #3b3b3b;
    color: #fff;
    transition: 0.5s;
}
.update-list .author .social_ico {
    background: url(../images/icon-author.svg) 0 center no-repeat;
    display: inline-block;
    width: 25px;
    height: 25px;
    position: relative;
    top: 5px;
    margin-right: 5px;
}
.update-list .author .iconName {
    font-size:16px;
    display: inline-block;
    transform: translateY(-3px);
}
.update-list .weibo .social_ico {
    background-image: url(../images/icon-weibo.svg);
    background-size: 75%;
}
.update-list .instagram .social_ico {
    background-image: url(../images/icon-instagram.svg);
    background-size: 75%;
}
.update-list .facebook .social_ico {
    background-image: url(../images/icon-facebook.svg);
    background-size: 75%;
}
.update-list .wechat .social_ico {
    background-image: url(../images/icon-wechat.png);
    background-size: 75%;
}
.update-list .twitter .social_ico {
    background-image: url(../images/icon-twitter.svg);
    background-size: 75%;
}
.pageSlider {
    background-color: #000;
}
.black_image {
    max-width: 1000px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin: auto;
    height: 100vh;
}
.black_image img {
    /* max-width: 80%; */
    width: 100%;
    height: auto;
}
.section-about {
    padding-bottom: 15px;
}

.fullscreen-bg {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: 0;
	width: 100%;
	height: 100%;
}

.fullscreen-bg video.fullscreen-bg__video {
	/* Make video to at least 100% wide and tall */
	min-width: 100%;
	min-height: 100%;

	/* Setting width & height to auto prevents the browser from stretching or squishing the video */
	width: auto;
	height: auto;

	/* Center the video */
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

.margincontact {
    margin-top: 70px;
}
.section-about .page-title{
    border-bottom:1px solid #fff;
    padding-bottom: 45px;
    font-size: 18px;
}
.addr_cont,.addr_email{
    font-size: 18px;
}
.section-update .section-title{
    line-height: 65px;
    margin-bottom: 70px;
    margin-top: 0px; /*xiwen*/
    font-size: 55px;
}
.section-people .section-title{
    margin-bottom: 70px;
    font-size: 55px;
    margin-top: 0px; /*xiwen*/
    line-height: 1;
}
.section-people .people-slide .swiper-slide a img{
    margin-bottom:0px
}
.footer .footer-intro p,.landing .section-intro p{
    line-height: 20px;
    font-size: 14px;
}
.landing .section-intro p{
    line-height: 37px;
    font-size: 24px;
}
.mouble{
    display: none;
}
@media only screen and (max-width : 320px) {
	.landing .section-intro h3, .landing .section-intro h3 p {
		font-size: 38px;
	}
	.header.active {
		padding-bottom: 0;
	}
}

@media only screen and (max-width : 769px), (max-device-width: 815px) and (orientation: landscape) {
    .footer .footer-contact .newsletter-form input{
        font-size: 15px;
    }
    .footer .footer-contact .newsletter-form h4{
        margin-bottom: 24px;
    }
    .footer .footer-intro p,.landing .section-intro p{
        font-size: 15px;
    }   
    .landing .section-intro p{
        font-size: 18px;
    }
    .footer .footer-intro p{
        font-size: 15px;
    }
    .header-mobile{
        position: absolute!important;
        background: transparent;
    }
    .mouble{
        display: block;
    }
    .footer .footer-intro p,.landing .section-intro p{
        line-height: 29px;
    }
    .visito {
        margin-bottom: 20px !important;
    }
    .people-img{
        padding-right: 30px!important;
    }
    .modal-header{
        padding: 12px 0;
    }

    .people-intro span{
        font-size: 15px!important;
    }
    .people-intro p{
        font-size: 15px!important;
    }
    .pageFive::after{
        display: none;
    }
    .landing .section-intro.green-bg {
        padding: 0 0 0 0;
    }
    .pageSeven div .section-intro{
        padding-top: 15px!important;
    }
    body .landing .bg-black {
    	height: auto;
    	padding-bottom: 36px;
	}

	.landing .section-intro .intro-content {
	    width: auto;
	    max-width: none;
		margin: 20px 0;
		padding-left: 15px;
		padding-right: 15px;
	}
    /* .footer .footer-intro p,.landing .section-intro p{
        line-height: 24px;
    } */
    .footer .footer-intro p{
        line-height: 24px;
    }
	section.kendev.sect_join .container {
	    padding: 0;
	}

	.landing .section-join h3.jouin-title a {
	    height: auto;
	    line-height: 1;
        font-size: 49px;
        padding: 45px 0;
	}

	.black_image img {
        width:auto!important;
        max-width: 80vw;
	}
    #five_title{
        width: 100%;
    }
	.black_image p {
	    color: #fff;
	    width: 100%;
	    text-align: left;
	    margin-top: 20px;
	    margin-left: 20px;
	}
    .section-about .page-title{
        border-bottom: 1px solid #fff;
    }
    .footer .footer-content{
        border-bottom: 1px solid #000;
    }
	.slick-next {
	    right: 15px;
	}

	.slick-prev {
	    left: 15px;
	    z-index: 111;
	}

    .pageSlider.pageSix.kendevFixedTwo {
        /* position: relative !important; */
    }

    .addr_cont p {
        font-size: 18px !important;
        margin-top: 25px;
    }
    .addr_email {
        margin-top: 3em;
        margin-right: 40px;
    }
    .addr_email p {
        line-height: 29px;
        font-size: 18px !important;
    }
    .sidebar .menu a {
        background-size: 22px auto;
    }
    .header-mobile .title a {
        font-size: 26px !important;
    }
    .header .title a {
        font-size: 26px !important;
    }
    .about .modal-header .page-title {
        font-size: 26px;
    }
    #six_title p{display: none;}
    #six_detail{padding-bottom:20px;}
    .header.active {
        padding-top: 0;
    }
    .kendev_clear {
        /* display: none; */
    }

    .kendevFixed {
        /* position: relative !important;
        z-index: 1; */
    }
    #noDiv {
        position: fixed!important;
    }
    .kendevFixedTwo {
       /* position: relative !important; */
   }
   .pageSlider.kendevFixedTwo {
       /* height: 60%; */
   }

   .black_image {
       padding: 40px 0;
   }

   .kendevFixedThree {
       /* position: relative !important; */
   }
   .kendevFixedFour {
        /* position: relative !important; */
    }

   .landing .section-intro {
       height: 100vh;
   }

   .kendevFixedThree {
       /* height: auto !important;
	   z-index: 99; */
   }

   .people-detail-modal .people-detail {
	   margin-top: 0;
   }

   .kendev_clear.kendevAboveFive {
       /* position: relative;
       display: block; */
   }

   .section-join {
	   	height: auto !important;
	}
	section.kendev.sect_join {
	    height: auto !important;
	}

	.landing .people-slide .swiper-button-prev {
	    background: url(../images/slider-left-arrow_white.svg);
	    width: 22px;
	    height: 22px;
	    background-repeat: no-repeat;
	    left: 0;
        background-size: 100% 100%;
        background-position-x: left;
	}

	.landing .people-slide .swiper-button-next {
	    background: url(../images/slider-right-arrow_white.svg);
	    width: 22px;
	    height: 22px;
	    background-repeat: no-repeat;
	    right: 0;
        background-size: 100% 100%;
        background-position-x: right;
	}
    .landing .section-intro h3{
        margin: 15px 0 45px 0;
    }
    .footer .sb{
        width:auto;padding-left:0px;position: relative;
    }
    .footer .footer-logo{
        position: unset;left: unset;
    }
    .footer .footer-logo img{
        width: 100% !important;
        padding-right: 8%;
    }
    .footer-contact{
        width: auto;
    }
    .footer-intro{
        width: auto;
    }

}

/* landscaoe devices */
@media only screen and (max-device-width: 815px) and (orientation: landscape) {
  .black_image img {
    height: 70%;
    width: auto;
  }
  .black_image p {
    text-align: center;
  }
}

/* Small Devices, Tablets */
@media only screen and (max-width : 769px), (max-device-width: 815px) and (orientation: landscape) {
    .footer {
        padding-top: 30px;
    }
    .footer .footer-content {
        padding-bottom: 55px;
    }
    .update-list .read-more{
        margin-bottom: 12px;
    }
    .landing .section-img {
        height: 100vh;
    }
    .section-intro.full-height.gray-bg {
        height: 100vh;
    }
    .landing .section-people.full-height {
        height: 100vh;
    }
    section.kendev.sect_join {
        height: auto !important;
    }
    .update-list .item, .update-list .eight_news_item.update-item{
        width:100%!important;
    }
    .sidebar.background--dark {
        top: 9px;
    }
    .header-mobile .title {
        display: none;
    }
    .landing .logo-line {
        left: 15px;
        top: 30px;
        transform: inherit;
        width: 238px;
        height: 90px;
        background: url(../images/Mobile_Top.svg) no-repeat center;
    }
}

/* Landscape */
@media only screen
  and (min-device-width: 375px)
  and (max-device-width: 815px)
  and (orientation: landscape) {
    .landing .section-people.full-height {
        height: auto;
    }
}

.people-slide .swiper-wrapper{
    display: flex;
}
.modal{
    z-index:1101!important;
}
.email_success,.email_error{
    display: none;
    font-size:14px;
}
.email_success{
    color:#46b450
}
.email_error{
    color:#dc3232
}
.red_border{
    border:1px solid #dc3232!important;
}
.eight_news_item{
    float:none!important
}
.eight_news_item.w66{
    width: 66.66%;
}
.eight_news_item.w50{
    width: 50%;
}
.eight_news_item.w33{
    width: 33.33%;
}

.eight_news{
    display: flex;
    flex-wrap: wrap;
}
@media (max-width: 769px){
    .landing .logo-line{
        display: block;
    }
    .landing .section-img .project-title {
        font-size: 40px;
        line-height: 49px;
        margin-top: 35px;
        margin-left: 0!important;
    }
    .landing .section-update .section-title {
        margin-top: 10px;
        margin-bottom: 25px;
    }
}
@media screen and (min-width: 1921px) {
    .people-detail .people-img {
        min-width: 352px;
    }
    .people-detail .people-intro {
        max-width: 1280px;
        margin-right: 580px;
    }
}
#first_video,#first_img{display: none;}
.play_btn{
    display: none;
    border-radius: 50%;
    background:url(../images/play_btn.png) no-repeat center center;
    background-size:  100% 100%;
    width:100px;
    height:100px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    cursor: pointer;
    z-index: 10;
}
.play_btn2{
    display: none;
    border-radius: 50%;
    background:url(../images/play_btn.png) no-repeat center center;
    background-size:  100% 100%;
    width:100px;
    height:100px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    cursor: pointer;
    z-index: 10;
}
#first_video{
    height: 100%!important;
    width: 100%!important;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.sidebar.background--dark {
    /* border-right-color: #fff; */
    border: none;
}
.sidebar.background--dark .sidebar-inner {
    /* border-right-color: #fff; */
    border: none;
}
/* .blackLine{
    position: relative;
}
.whiteLine{
    position: relative;
}
.blackLine::after{
    content: "";
    width: 2px;
    height: 100%;
    position: absolute;
    left: 46px;
    top: 0;
    background-color: #000;
    z-index: 40;
}
.whiteLine::after{
    content: "";
    width: 2px;
    height: 100%;
    position: absolute;
    left: 46px;
    top: 0;
    background-color: #fff;
    z-index: 40;
} */

.spanCoLor span{
    /* color: #000; */
}

.spanCoLor2 span{
    /* color: #fff; */
}

/* .spanCoLor :nth-child(1){
    transition-delay: 0.1s;
}
.spanCoLor :nth-child(2){
    transition-delay: 0.123s;
}
.spanCoLor :nth-child(3){
    transition-delay: 0.134s;
}
.spanCoLor :nth-child(4){
    transition-delay: 0.145s;
}
.spanCoLor :nth-child(5){
    transition-delay: 0.156s;
}
.spanCoLor :nth-child(6){
    transition-delay: 0.167s;
}
.spanCoLor :nth-child(7){
    transition-delay: 0.178s;
}
.spanCoLor :nth-child(8){
    transition-delay: 0.189s;
}
.spanCoLor :nth-child(9){
    transition-delay: 0.2s;
}
.spanCoLor :nth-child(10){
    transition-delay: 0.212s;
}
.spanCoLor :nth-child(11){
    transition-delay: 0.223s;
}
.spanCoLor :nth-child(12){
    transition-delay: 0.234s;
}
.spanCoLor :nth-child(13){
    transition-delay: 0.245s;
}
.spanCoLor2 :nth-child(1){
    transition-delay: 0.1s;
}
.spanCoLor2 :nth-child(2){
    transition-delay: 0.123s;
}
.spanCoLor2 :nth-child(3){
    transition-delay: 0.134s;
}
.spanCoLor2 :nth-child(4){
    transition-delay: 0.145s;
}
.spanCoLor2 :nth-child(5){
    transition-delay: 0.156s;
}
.spanCoLor2 :nth-child(6){
    transition-delay: 0.167s;
}
.spanCoLor2 :nth-child(7){
    transition-delay: 0.178s;
}
.spanCoLor2 :nth-child(8){
    transition-delay: 0.189s;
}
.spanCoLor2 :nth-child(9){
    transition-delay: 0.2s;
}
.spanCoLor2 :nth-child(10){
    transition-delay: 0.212s;
}
.spanCoLor2 :nth-child(11){
    transition-delay: 0.223s;
}
.spanCoLor2 :nth-child(12){
    transition-delay: 0.234s;
}
.spanCoLor2 :nth-child(13){
    transition-delay: 0.245s;
} */
.indexIntro p {
    margin-bottom: 11px;
}
