.jumbotron{

    background:url('../images/banner-business.jpg') center no-repeat;
    background-size: cover;
}
.jumbotron.project-banner{
    background:url('../images/porject-banner.jpg') center no-repeat;
    background-size: cover;
}

.jumbotron.media-banner{
    background:url('../images/media-banner.jpg') center no-repeat;
    background-size: cover;
}
.jumbotron.banner{
    position: relative;
} 
.jumbotron.banner #business-label{
    /* position: absolute;
    bottom: 0; */
    margin-top: 105px;

}
.jumbotron.banner .row{
    
    margin-top: 40px;

}

.business-banner-label::after{
    content:"";
    display:block;
    clear:both;
}
.business-banner-label{
    /* background-color: rgba(14,17,54,0.5); */
    width: 76%;
    height: 59px;
    line-height: 59px;
    /* margin-bottom: 20px; */
    position: absolute;
    bottom: 0;
    left: 50%;
    /* text-emphasis: none; */
    text-align: center;
    transform: translateX(-50%);
}

.business-banner-label a{
    background-color: rgba(14,17,54,0.5);
    width: 16%;
    display: inline-block;
    /* float:left; */
    font-size: 20px;
    /* padding-left: 20px; */
    /* padding-right: 20px; */
    /* border:1px solid red; */
}
.business-banner-label a p{
    /* width: 80%; */
    margin: 0;
    text-align:center;
    font-weight: normal;
    height: 59px;
}
.business-banner-label a p.active{
    background-color: #363fa2;
}
.business-banner-label a p:hover{
    /* background-color: #fff; */
    background-color: #363fa2;
    color: #fff;
}
.jumbotron.banner .row .col-md-3{

    height: 59px; 

    
    margin-top: 30px;
    
}

.jumbotron.banner .row .col-md-3.active{
    background-color: #363fa2;
}

.jumbotron.banner .row .col-md-3 a{

    height: 59px;

    color: #fff;

    line-height: 59px;

    text-align: center;

    font-size: 16px;

    text-decoration: none;

}

/* 标题 + 内容 */

.title{

    font-size: 22px;

    color: #b98e56;

    margin-top: 55px;

    margin-bottom: 22px;

    font-family: "Microsoft Yahei";

}

.detail{

    font-size: 16px;

}

.detail p,.detail a{

    color: #b98e56;

    line-height: 36px;

    font-family: "Microsoft Yahei";

}

@media screen and (max-width: 992px){
    .business-banner-label {
        width: 76%;
        height: 32px; 
        line-height: 32px;
    /* margin-bottom: 20px; */
        position: absolute;
        bottom: 0;
        left: 50%;
        text-align: center;
        transform: translateX(-50%)
    }
    .jumbotron.banner .row .col-md-3{

        height: 30px; 

        background-color: #0e1136;

        margin-bottom: 0;

    }

    .jumbotron.banner .row .col-md-3 a{

        height: 30px;

        color: #fff;

        line-height: 30px;

        text-align: center;

        font-size: 16px;

    }

} 

@media screen and (max-width: 768px){
    /* .jumbotron.banner .row .col-md-3 {

    }  */
    .jumbotron.banner .row {
        margin-top: 63px;
    }
    .jumbotron.banner .row .col-md-3{

        height: 30px; 
        margin-top: 0px;
        background-color: #0e1136;

        margin-bottom: 0;

    }
    .business-banner-label {
        /* background-color: rgba(14,17,54,0.5); */
        width: 76%;
        height: 26px;
        line-height: 26px;
        position: absolute;
        bottom: 0px;
        left: 50%;
        text-align: center;
        transform: translateX(-50%);
        width: 100%;

    }

    .jumbotron.banner .row .col-md-3 a{

        height: 30px;

        color: #fff;

        line-height: 30px;

        text-align: center;

        font-size: 16px;

    }

    .title{

        font-size: 16px;

        color: #b98e56;

        margin-top: 35px;

        margin-bottom: 18px;

    }

    .detail{

        font-size: 12px;

    }

    .detail p,.detail a{

        color: #b98e56;

        line-height: 24px;

    }

}   