.bannerBox{
    /* background: url("../image/talent-yindao/banner.png") center/cover no-repeat; */
    background: url('../image/about/banner.png') center/cover no-repeat;
    background-size: 100% 100%;
    padding: 0 10vw;
    height: 43vh;
    position: relative;
}
.bannerHeaderBox{
    position: absolute;
    top: 50%;
    left: 10vw;
    transform: translateY(-50%);
    color: white;
    
}
.bannerHeader{
    display: flex;
    align-items: flex-end;
}
.bannerTitle{
    font-size: 2vw;
}
.bannerTextImg{
    max-width: 50vw;
    height: 10vh;
    margin-left: 10px;
}
.bannerSubTitle{
    margin-top: 2vh;
    font-size: 1.3vw;
     font-weight: 300;
}
.contentBox{
    padding: 8vh 10vw 8vh;
    background:  url('../image/index/BankBg.png');
    background-size: 100% 100%;
    background-repeat: no-repeat, ;
    background-position: bottom center;
}
.aboutBox{
    background-color: #fff;
    padding: 2vw 4vw;
}
.aboutTitle{
    font-size: 1.2vw;
    text-align: center;
}
.aboutImgOne{
    width: 100%;
    height: auto;
    margin-top: 2vh;
}
.aboutText{
    font-size: 1vw;
    font-weight: bold;
    margin: 2vh 0;
}
.aboutContent{
    font-size: 0.8vw;
    line-height: 1.5;
    color: rgba(128, 128, 128, 1);
}
.aboutTwoTitle{
    font-size: 1.2vw;
    text-align: center;
    margin-top: 2vw;
}
@media (max-width: 480px) {

}
@media (max-width: 768px) {
    .bannerBox{
        margin-top: 5vh;
         height: 20vh;
    }
    .bannerTitle{
        font-size: 16px;
    }
    .bannerTextImg{
        width: 60vw;
        height: 5vh;
        margin-left: 5px;
    }
    .bannerSubTitle{
        font-size: 12px;
    }
    .aboutTitle{
        font-size: 12px;
    }
    .aboutText{
        font-size: 10px;
    }
    .aboutContent{
        font-size: 8px;
    }
    .aboutTwoTitle{
        font-size: 12px;
    }
   
}