.section-title {
    height: 200px;
    position: relative;
    overflow: hidden;
}
.section-title .title-bg{
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #0baae4;
    background: url("../../image/title-bg/jbgk2.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    transform-origin: bottom center;
    transition: all .1s;
}
.section-title .title-bg1{
     position: absolute;
     width: 100%;
     height: 100%;
     background-color: #0baae4;
     /*background: url("../../image/twenty.jpg");*/
     background-repeat: no-repeat;
     background-position: center;
     background-size: cover;
     transform-origin: bottom center;
     transition: all .1s;
 }


/*.section-title::after {*/
/*    content: '';*/
/*    position: absolute;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    top: 0;*/
/*    left: 0;*/
/*    z-index: 1;*/
/*}*/
.title-content{
    width: 100vw;
    margin: 0 auto;

}
.title-text {
    position: absolute;
    display: inline-block;
    bottom: 30px;
    left: 20px;
    z-index: 999;
    color: #FFFFFF;
}

.title-text div:first-child {
    font-size: 20px;
    position: relative;
}

.title-text div:last-child {
    font-size: 14px;
    text-transform: uppercase
}

.title-text div:first-child::after {
    content: '';
    position: absolute;
    width: 120%;
    height: 2px;
    background-color: #FFFFFF;
    bottom: 0;
    left: 0;
}
