.videoRow{
    padding: 80px 0;
    background: #F4F6FC ;
}
.videoRow .leftBox{
    width: 600px;
    height: 338px;
}
.videoRow .msgBox .msgTitlePic{
    width: 480px;
    height: 78px;
}
.videoRow .msgBox{
    width: 560px;
}
.videoRow .msgBox .msg{
    letter-spacing: 0px;
    color: #394149;
    font-size: 14px;
    margin-top: 26px;
    line-height: 1.8;
}

.understandVS{
    padding: 60px 0;
}

.understandVS .tip{
    line-height: 1;
    background: #0082BE;
    font-size: 26px;
    font-weight: bold;
    color: #ffffff;
}
.understandVS .box{
    width: 20%;
    height: 170px;
    line-height: 1.2;
}

.understandVS .contentBox{
    border: 1px solid #0082BE;
}

.understandVS .contentBox .number{
    color: #0082BE;
    font-size: 52px;
    font-weight: bold;
    text-align: center;
}
.understandVS .contentBox .number:after{
    content: "+";
    font-size: 20px;
    font-weight: bold;
}

.understandVS .contentBox .msg p{
    color: #0C1213;
    line-height: 1.2;
    font-size: 20px;
    text-align: center;
}
.understandVS .mapPic{
    width: 1000px;
    margin: 50px auto 0;
}

.developmentHistory{
    background: #F4F6FC;

}

.developmentHistory .title,.honors .title{
    color: #394149;
    font-size: 30px;
    font-weight: bold;
    padding:50px 0 26px;
    line-height: 1;
}
.honors .title{
    color: #fff;
}

.developmentHistory .pic,.honors .pic{
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

.honors{
    background-color: #0082BE;
    padding-bottom: 120px;
    background-image: url("https://img.vastsea.com/static/img/jjdh/customerRecognitionBg.svg");
    background-position: bottom center;
    background-size: contain;
    background-repeat: no-repeat;
}

