/*样式覆盖*/
.nav.head-font > li > a{
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    position: relative;
    display: block;
    padding: 10px 14px;
    color: #fff;
    font-family: "Roboto", Noto Sans CJK SC, sans-serif;
    -webkit-tap-heighlight-color: transparent;
}
.navbar-right{
    padding-top: 4px;
}

body{
    font-weight: 400;
    font-style: normal;
    color: #fff;
    font-family: "Roboto", Noto Sans CJK SC, sans-serif;
}
.title, .card-title, .info-title, .footer-brand, .footer-big h5, .footer-big h4, .media .media-heading{font-weight:500;font-family: "Roboto", Noto Sans CJK SC, sans-serif;}
h5, .h5{font-size: 16px;}
/*核心价值观*/
.card img{width: auto;}
/*发展历程*/
.timeline {
    list-style: none;
    padding: 20px 0;
    position: relative;
    margin-top: 30px;
}

.timeline > li, .timeline > li > .timeline-panel {
    margin-bottom: 20px;
    position: relative;
}
.timeline > li:after {
    clear: both;
}
.timeline > li:after, .timeline > li:before {
    content: " ";
    display: table;
}

.timeline > li > .timeline-badge {
    color: #fff;
    width: 50px;
    height: 50px;
    line-height: 51px;
    font-size: 1.4em;
    text-align: center;
    position: absolute;
    top: 16px;
    left: 50%;
    margin-left: -24px;
    z-index: 100;
    border-radius: 50%;
}

.timeline > li > .timeline-badge.danger {
    background-color: #f44336;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .14), 0 7px 10px -5px rgba(244, 67, 54, .4);
}

.timeline > li.timeline-inverted > .timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
}

.timeline > li > .timeline-panel:before {
    position: absolute;
    top: 26px;
    right: -15px;
    display: inline-block;
    border-top: 15px solid transparent;
    border-left: 15px solid #e4e4e4;
    border-right: 0 solid #e4e4e4;
    border-bottom: 15px solid transparent;
    content: " ";
}

.timeline > li > .timeline-panel {
    width: 45%;
    float: left;
    padding: 20px;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .14);
    border-radius: 6px;
    color: rgba(0, 0, 0, .87);
    background: #fff;
}

.timeline > li.timeline-inverted > .timeline-panel {
    float: right;
    background-color: #fff;
}

.timeline-heading {
    margin-bottom: 15px;
}

.timeline .badge.badge-danger {
    background-color: #f44336;
}

.timeline .badge {
    padding: 5px 12px;
    text-transform: uppercase;
    font-size: 10px;
    color: #fff;
    display: inline-block;
    white-space: normal;
}

.timeline .badge {
    text-align: center;
    vertical-align: baseline;
    border-radius: .25rem;
}

.timeline .badge {
    font-weight: 500;
    line-height: 1;
}

.timeline h6 {
    color: #333;
    font-weight: 400;
    margin: 10px 0 0;
}

.timeline > li > .timeline-badge.success {
    background-color: #4caf50;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .14), 0 7px 10px -5px rgba(76, 175, 80, .4);
}

.timeline .badge.badge-success {
    background-color: #4caf50;
}

.timeline > li > .timeline-badge.info {
    background-color: #00bcd4;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .14), 0 7px 10px -5px rgba(0, 188, 212, .4);
    padding: 0;
}

.timeline .badge.badge-info {
    background-color: #00bcd4;
}

.timeline > li > .timeline-badge.warning {
    background-color: #ff9800;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .14), 0 7px 10px -5px rgba(255, 152, 0, .4);
}

.timeline .badge.badge-warning {
    background-color: #ff9800;
}

.timeline > li > .timeline-panel:after {
    position: absolute;
    top: 27px;
    right: -14px;
    display: inline-block;
    border-top: 14px solid transparent;
    border-left: 14px solid #fff;
    border-right: 0 solid #fff;
    border-bottom: 14px solid transparent;
    content: " ";
}

.timeline > li.timeline-inverted > .timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
}

.timeline:before {
    top: 50px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 3px;
    background-color: #E5E5E5;
    left: 50%;
    margin-left: -1px;
}
.timeline > li > div > img {
    margin-top: -6px;
}

.timeline-body {
    color: #333;
    font-size: 14px;
}

.timeline > li.timeline-inverted > .timeline-panel {
    background: #eee;
}

.timeline > li > .timeline-panel {
    background: #eee;
}

.timeline > li > .timeline-panel:after {
    border-left: 14px solid #eee;
    border-right: 0 solid #eee;
}

.timeline h6 {
    font-size: 14px;
    color: #999;
}
/*产品与服务*/
.business-container .card-title {
    margin: 5px;
    margin-bottom: 30px
}
/*新闻资讯*/
.news-container .news-detail{font-weight: bold;padding-top: 20px;text-align: left;}
.news-container .news-content{color:#999;}
.news-container .news-from{font-size:16px;color: #3C4858;font-size:14px;font-weight: bold;}
.news-container .news-footer{color:#ccc;padding: 50px 0; }
.news-container .news-footer h4{color:#3C4858;font-size: 32px;font-weight: bold;}
.news-container .news-footer span{color:#3C4858;}
.newslist-container .tagclass{color: #00bcd4;}
.newslist-container .tagclass1{color: #00bcd4;}
.newslist-container .tagclass2{color: #f44336;}
.newslist-container .tagclass3{color: #ff9800;}
.newslist-container .tagclass4{color: #ff0000;}
.newslist-container .backgroud-img {
    height: 251.14px;
    width: 376.25px;
    opacity: 1;
    background-position: center;
    background-size: cover;
    border-radius: 6px;
}
/*招贤纳士*/
.jobneed-body .page-header .container{text-align: center;}
.jobneed-body .ab_title {
    width: 136px;
    padding-top: 18px;
    height: 70px;
    text-align: center;
    margin: 0 auto 56px;
    font-size: 24px;
    letter-spacing: 1px;
    font-family: 'NotoSansCJKsc-Regular', 'Noto Sans CJK SC', 'Microsoft YaHei', 'SimSun';
}

.jobneed-body .ab_title {
    border: #fff solid 1px;
    color: #fff;
    margin: 0 auto;
}

.jobneed-body .text-contentx {
    font-family: 'NotoSansCJKsc-Regular', 'Noto Sans CJK SC', 'Microsoft YaHei', 'SimSun';
    font-weight: 300;
    font-style: normal;
    font-size: 18px;
    color: #fff;
}

.jobneed-body .card-title {
    font-size: 18px;
    color: #000;
    font-weight: 500;
    line-height: 1.1;
}

.jobneed-body .title {
    color: #000;
    font-weight: 500;
    line-height: 1.1;
}

.jobneed-body .panel .panel-heading .panel-title {
    font-weight: normal;
}

.jobneed-body .card-description {
    text-align: left;
}


.text-content{
    font-family: "Roboto", Noto Sans CJK SC, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 18px;
    color: #000;
}
.text-content14{
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    color: #999;
    font-family: "Roboto", Noto Sans CJK SC, sans-serif;
}
.text-content14 >div>div>ul>li>a{
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    color: #999;
    font-family: "Roboto", Noto Sans CJK SC, sans-serif;
}
.index-link>li>a{
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    color: #999;
    font-family: "Roboto", Noto Sans CJK SC, sans-serif;
}
.index-link>li>span{
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    color: #999;
    font-family: "Roboto", Noto Sans CJK SC, sans-serif;
}
.card-blog>div>div>p{
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    color: #999;
    font-family: "Roboto", Noto Sans CJK SC, sans-serif;
}
.card-blog>div>div>p>b {
    font-family: "Roboto", Noto Sans CJK SC, sans-serif;
    font-weight:700;
    color:#3C4858;
}
.card-title{
    font-family: "Roboto", Noto Sans CJK SC, sans-serif;
}
.category{
    font-family: "Roboto", Noto Sans CJK SC, sans-serif;
}
.all-font{
    font-family: "Roboto", Noto Sans CJK SC, sans-serif;
}
.text-center{
    align-content: center;
    padding-left: 5px;
    margin-bottom: 5px;
}
.card-text{
    font-family: "Roboto", Noto Sans CJK SC, sans-serif;
    text-align: left;
}
.tz-gallery .lightbox:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: rgba(46, 132, 206, 0.7);
    content: '';
    transition: 0.4s;
}
.tz-gallery .lightbox img {
    width: 100%;
    border-radius: 0;
    position: relative;
}
.tz-gallery .lightbox:before {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -13px;
    margin-left: -13px;
    opacity: 0;
    color: #fff;
    font-size: 26px;
    font-family: 'Glyphicons Halflings';
    content: '\e003';
    pointer-events: none;
    z-index: 9000;
    transition: 0.4s;
}
.tz-gallery .row > div {
    padding: 2px;
}
.about-office img{
    margin: 20px 0px;
}
.copyright {
    color:#3C4858; font-family: "Roboto", Noto Sans CJK SC, sans-serif;

}

.nav-pills>li {
    display: inline-block;
    float:none;
}
.business>div>div>h4 {
    margin-left: 30px;
}
.business>div>div>img {
    margin-left: 30px;
}
.business-hr{
    border-top-color: #000000;
    opacity: 0.12;
    margin-top: 30px;
    margin-bottom: 30px;
}

.footer
{
    background: #E5E5E5;
}
nav .navbar-left{
    padding-top: 6px;
}
/*外业精灵*/
.lineheight-1{line-height: 1;}
.page-content{padding: 0;margin: 0;}
.page-content .banner{height: 570px;background: url("../../assets/img/elf/banner.jpg") top center no-repeat;}
.center-container{max-width: 1198px;margin: 0 auto;}
.page-content .banner .elf-operate-box{padding: 420px 0 0 100px;}
.immediatdownload,.entercloud{vertical-align:top;border-radius:1px;margin:0 15px;text-align:center;display:inline-block;color:#FFF;font-size:14px;width: 150px;height:40px;line-height: 40px;}
.immediatdownload{background: #f39800;}
.immediatdownload a{float: left;width: 110px;height: 40px;color: #FFF;}
.immediatdownload a:hover{background: #de8b00;text-decoration: none;}
.immediatdownload i{position:relative;float: right;width: 40px;height: 40px;background:  url("../../assets/img/elf/icon-qrc.png") #f4ad37 center no-repeat;}
.immediatdownload i .elf-qrc-box{transition:all .2s;display:none;padding:5px;position: absolute;left:20px;bottom:52px;background: #FFF;border-radius: 2px;box-shadow: 0 0 5px 2px rgba(0,0,0,.5);}
.immediatdownload i .elf-qrc-box:before{content:" ";border: 8px solid #FFF;border-color:#FFF transparent transparent #FFF;position: absolute;left:0;bottom: -15px;}
.immediatdownload i .elf-qrc-box img{margin: 0;padding:0;width: 128px;height: 128px;}
.immediatdownload i:hover .elf-qrc-box,.immediatdownload i:focus .elf-qrc-box{display: block;}
.entercloud{background: #00c1de;}
.entercloud:hover{background: #00abc5;}
.page-content .bg-difficult{height: 718px;background: url("../../assets/img/elf/bg-difficult.jpg") #FFF center no-repeat;}
.page-content .tech-slogan{height:200px;padding-top:55px;background: url("../../assets/img/elf/bg-slogan.jpg") #F5f5f5 center no-repeat;}
.page-content .tech-slogan .tech-slogan-title{font-size: 24px;color: #333;line-height: 1;margin-bottom: 25px;}
.page-content .tech-slogan p{text-indent: 2em;font-size: 14px;line-height:22px;color: #666;}
.industry-case-container{height: 400px;background: url("../../assets/img/elf/bg-anli.jpg") center no-repeat;}
.industry-case-title{font-size: 30px;line-height: 1;padding-top: 110px;margin-bottom: 35px;}
.industry-case-container p{margin: 0 0 48px 0;font-size: 20px;}
.techchange{background: #FFF;height: 355px;}
.techchange .techchange-title{font-size: 30px;font-weight: bold;color: #666;padding-top: 80px;margin-bottom: 15px;}
.techchange .subtitle{font-size: 14px;color: #999;margin-bottom: 30px;}
/*外业精灵*/
.elfprop-container{background: #FFF;padding: 20px 0;}
.elfprop-container .elfprop-item{overflow: hidden;}
.elfprop-container .elfprop-item .elfprop-item-info{float: left;width: 50%;}
.elfprop-container .elfprop-item .elfprop-item-thum{float:right;width: 50%;height: 560px;}
.elfprop-container .elfprop-item.elfprop-item-thumleft .elfprop-item-info{float: right;}
.elfprop-container .elfprop-item.elfprop-item-thumleft .elfprop-item-thum{float: left;}
.elfprop-container .elfprop-item-thum.elfprop-thum-1{background: url("../../assets/img/elf/bg-feature1.png") center no-repeat;}
.elfprop-container .elfprop-item-thum.elfprop-thum-2{background: url("../../assets/img/elf/bg-feature2.png") center no-repeat;}
.elfprop-container .elfprop-item-thum.elfprop-thum-3{background: url("../../assets/img/elf/bg-feature3.png") center no-repeat;}
.elfprop-container .elfprop-item-thum.elfprop-thum-4{background: url("../../assets/img/elf/bg-feature4.png") center no-repeat;}
.elfprop-container .elfprop-item-thum.elfprop-thum-5{background: url("../../assets/img/elf/bg-feature5.png") center no-repeat;}

.elfprop-item-info .elfprop-item-title{margin:180px auto 0;text-align:center;color: #333;font-size: 22px;line-height: 26px;margin-bottom: 15px;width: 300px;}
.elfprop-item-info .elfprop-item-title span{font-size: 26px;color: #00c1de;}
.elfprop-item-info p{margin:0 auto;display: block;width: 300px;font-size: 14px;color: #666;line-height: 20px;}
@media screen and (max-width: 768.6px) {
    .page-content .banner{height:355px;background-position: 26% 0;background-size:auto 100%;}
    .page-content .banner .elf-operate-box{padding: 270px 0 0;text-align: center;}
    .immediatdownload,.entercloud{margin:5px;}
    .page-content .bg-difficult{background-size: 100%;height: 330px;}
    .page-content .tech-slogan{height: auto;padding: 8px 0 5px}
    .page-content .tech-slogan .tech-slogan-title{margin-bottom: 8px;}
    .page-content .tech-slogan p{padding:0 10px;}
    .elfprop-item-info .elfprop-item-title{margin-top: 40px;}
    .elfprop-container .elfprop-item .elfprop-item-info,.elfprop-container .elfprop-item .elfprop-item-thum{width: 100%;}
    .elfprop-container .elfprop-item .elfprop-item-thum{height: 400px;background-size:70%;}
}
/*tina*/
.mainmember-pc,
.pix4d-pc {
    display: block;
}
.mainmember-mobile,
.pix4d-mobile {
    display: none;
}
@media screen and (max-width: 768.6px) {
    .main-raised .nav-stacked {
        width: 100%!important;
    }
    /*newslist.html*/
    .img-raised {
        width: 100%!important;
    }
    .blogs-1 .card {
        margin-bottom:30px;
    }
    /*businessstruct.html*/
    .business .tab-content .head{
        text-align: center;
    }
    /*course.html*/
    .page-header .course-pannel {
        width: 100%!important;
    }
    /*mainmember.html*/
    .mainmember-pc {
        display: none;
    }
    .mainmember-mobile {
        display: block;
    }
    /*pix4d.html*/
    .pix4d-pc {
        display: none;
    }
    .pix4d-mobile {
        display: block;
    }
    #contactus h2,
    #contactus .h2 {
        font-size: 1.8em
    }
    #solution .card-description {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
    }
    #solution .card-title {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    #solution-detail p>img{
        width: 100%;
        height:auto;
    }
}