/* .banner-box{
    height: 442px;
    background-color: #2D3E50;
   
}
.banner-content .title-box{
    font-size: 36px;
    color: #fff;
    font-weight: 600;
}
.banner-content .sub-title-box{
    width: 590px;
    font-size: 20px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 34px;
    text-align: justify;
}
.banner-btn-box{
    width: 172px;
    height: 42px;
    margin-top: 45px;
    border-radius: 4px;

}
.banner-img-box img{
    width: 528px;
    margin-top: 24px
} */
.project-box{
    margin: 100px 0;
}
.project-box .title-box{
    font-size: 40px;
    font-weight: 600;
    color: #000047;
    text-align: center;

}
.project-box .project-item-title{
    font-size: 24px;
    font-weight: 600;
    color: #2B1D4F;
}
.project-box .project-content-box{
    width: 523px;
    font-size: 16px;
    font-weight: 400;
    color: #66697F;
    line-height: 30px;
    text-align: justify;
    margin-top: 26px;
}
.project-box .project-btn-box{
    font-size: 16px;
    font-weight: 400;
    color: #005AE3;
    margin-top: 40px;

}