/*导航栏开始*/
.navbar-default {
    background: rgba(0, 0, 0, 0.4);
    border-color: transparent;
    color: #ffffff;
    /*z-index: 99999999;*/
}

.bg-white {
    color: #333333;
    background: #ffffff;
}



.container-fluid {
    font-size: 16px;
    color: #ffffff;

}

.navbar-default .navbar-brand {
    color: #ffffff;
}

.navbar-nav {
    color: #ffffff;
}

.navbar-default .navbar-nav > li > a {
    color: #ffffff;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #0980C4;
}

.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
    color: #0980C4;
}

.navbar-brand {
    padding: 10px 15px;
}

.logo-wrapper {
    display: flex;
    align-items: center;
    min-width: 240px;
    justify-content: space-between;
}


.company-name {
    font-size: 20px;
}

.navbar-default .navbar-nav > li > .text-black {
    color: #333333;
}

/*导航栏结束*/

html {
    overflow-x: hidden;
}

body, html {
    scroll-behavior: smooth;
    /*锚链接跳转平滑过渡*/
}

.home {
    width: 100%;
    position: relative;
}

/*背景开始*/
#lc-bg {
    height: 100%;
    width: 100%;
    background-image: url("./banner.png");
    background-repeat: no-repeat;
    background-position: 50% 100%;
    background-attachment: fixed;
    -webkit-background-size: 100% 100%;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
    margin-bottom: 80px
}


.header-art-text {
    color: #ffffff;
    font-size: 40px;

}

.content-bottom {
    display: flex;
    font-size: 22px;
    margin-top: 80px;
    justify-content: space-around;
    text-align: center;
}

.text-bold {
    font-size: 50px;
}


/*背景结束*/


/*内容-*/

.sever {
    padding-top: 50px;
    background: #fff;
    font-size: 30px;
}


.sever .col-sm-3 {
    padding-left: 25px;
    padding-right: 25px;
}

.lc-title {
    color: #0980C4;
    letter-spacing: 6px;
    margin-bottom: 50px;
}

.title-En {
    font-size: 42px;
    opacity: .1;
    font-weight: bold;
}

.title-Zh {
    font-size: 36px;
    margin-top: -36px;
}


.thumbnail .caption {
    padding: 9px;
    margin-top: 30px;
    margin-bottom: 30px;
}


.icon-box {
    background: rgba(255, 255, 255, 1);
    border: 2px solid rgba(233, 233, 233, 1);
    border-radius: 10px;
    text-align: center;
    padding: 40px 0px 0px 0px;
    margin-bottom: 40px;
}

.icon-box img {
    height: 80px;
}

.sever-active {
    border-color: #0980C4;
}


/*创新孵化*/
.innovate {
    padding-top: 50px;
    padding-bottom: 50px;
    background: rgba(247, 247, 247, 1);
}

.innovate-card {
    position: relative;
    min-height: 200px;
    background: #fff;
    border-bottom: 1px solid #d4d4d4;
    text-align: center;
    padding: 40px 20px 20px 20px;
}

.bg-gray {
    background: #F2F2F2;
}

.bg-gray1 {
    background: #a1a1a1;
}


.project-introduce {
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
    color: #ffffff;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 20px;
    display: none;
}


.innovate-wrapper:hover .project-introduce {
    display: block;
}

.case-card:hover .project-introduce {
    display: block;
}

.project-explain {
    font-size: 12px;
    margin-top: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    width: 100%;
    white-space: pre-wrap;
}

.lc-image-wrapper {
    height: 230px;
    line-height: 230px;
}

.lc-image {
    /*max-height: 90px;*/
    /*min-height: 90px;*/
    /*margin-bottom: 20px;*/
    /*object-fit: cover;*/
}

.more-project {
    max-width: 180px;
    color: #fff;
    background: #0980C4;
    margin-top: 20px;
    border-radius: 20px;
    cursor: pointer;
    margin-bottom: 20px;
}

.btn-icon {
    width: 25px;
    height: 12px;
    display: inline-block;
}

.more-project .btn-icon {
    background: url("../img/ico/right_arrow.png");
}

.typical-case {
    /*background:#1B1B1B;*/
    padding: 60px 0;
    background-image: url("../img/ico/case_bg.png");
    background-size: cover;
    background-position: 50% 100%;
    min-height: 500px;
}

.case-img {
    width: 100%;
    height: 240px;
    object-fit: cover;
}

.case-card {
    width: 100%;
    height: 240px;
    position: relative;
    background: #ffffff;
    margin-bottom: 30px;
}

.case-title {
    width: 100%;
    color: #ffffff;
    position: absolute;
    bottom: 0;
    height: 62px;
    background-color: rgba(0, 0, 0, 0.647058823529412);
    font-size: 16px;
    line-height: 62px;
}

.lc-news {
    color: #fff;
    font-size: 16px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    margin-bottom: 20px;
    cursor: pointer;
}

.newsBtn-active {
    background: rgba(25, 158, 216, 1);
}

.date-box {
    text-align: center;
    color: #ffffff;
    margin-right: 10px;
    float: left;
    background: #F4F4F4;
    padding: 8px;
    box-sizing: border-box;
}

.news-title {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 6px;
}

.date-caption {
    font-size: 24px;
    font-weight: bold;
    line-height: 28px;
    color: #666666;
}

.date-subtitle {
    font-size: 10px;
    color: #999999;
}


.news-introduce {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 10px;
    color: #999999;
    line-height: 16px;
    height: 32px;
}

.flex-wrap {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.news-content {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(228, 228, 228, 1);
}

.new-cover-image {
    width: 100%;
    max-height: 460px;
    object-fit: cover;
    margin-top: 50px;
}

.company-image {
    width: 100%;
    max-height: 800px;
    object-fit: cover;
    /*margin-left: 130px;*/
    margin-top: -30px;
}


.image-vertical-center {
    position: absolute;
    top: 50%;
    transform: translate(0, 50%);
}


.row {
    position: relative;
}


.news-centre {
    padding: 50px 0;
}

.about-us {
    padding: 50px 0;
    background: #f7f7f7;
}

.copy, .copy a {
    width: 100%;
    height: 100px;
    line-height: 100px;
    background: #414141;
    color: #999999;
    font-size: 14px;
}


.lc-introduce {
    border: 6px solid rgba(9, 128, 196, 1);
    width: 100%;
    background: #ffffff;
    padding: 45px;
    line-height: 28px;
}

.info-content {
    box-sizing: border-box;
    background: #3A84C9;
    z-index: 1;
}

#info-content {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0,-50%);
}

#map-bg {
    width: 100%;
    height: 100%;
    background-image: url("../img/ico/map_bg.png");
    background-repeat: no-repeat;
    background-position: 100% 40%;
}

.lc-info {
    line-height: 30px;
    font-size: 15px;
    margin-bottom: 50px;
    margin-top: 10px;
    color: #ffffff;
    position: relative;
    text-align: right;
    padding-right: 30px;
}

.lc-info span {
    display: inline-block;
    width: 300px;
}

.text-indent {
    text-indent: 30px;
}

.info-icon {
    width: 50px;
    height: 50px;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 50%;

    transform: translate(50%, -50%);
}

#map {
    width: 100%;
    height: 480px;
}

.text-white {
    color: #ffffff;
}

.call-us {
    padding-top: 50px;
}

.call-us .col-sm-6 {
    padding-left: 0;
    padding-right: 0;
}

.hidden-box {
    display: none;

}


@media (max-width: 768px) {
    .company-image {
        margin-left: 0;
    }

    .lc-info {
        padding-right: 60px;
    }

    .info-icon {
        transform: translate(0, -50%);
    }

    .typical-case {
        padding: 100px 0;
    }

    #lc-bg {
        background-attachment: unset;
    }
}





.navbar-default .navbar-nav > li > .active {
    color: #0980C4;
}


/* ---------------------------------------------- /*
 * Preloader
/* ---------------------------------------------- */

#preloader {
    background: #FFF;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9999;
}

#status {
    background-image: url("../img/ico/preloader.gif");
    background-position: center;
    background-repeat: no-repeat;
    height: 200px;
    left: 50%;
    margin: -100px 0 0 -100px;
    position: absolute;
    top: 50%;
    width: 200px;
}









