.banner{
    height: 599px;
    background:url('/img/service.jpg') no-repeat 0 0; 
    font-size: 30px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 42px;
    text-align: center;
    background-size: 100% 100%;

}
.english{
font-size: 14px;
margin-top: -26px;
}
.bottomLine {
    width: 134px;
    height: 2px;
    border-bottom: 4px solid #233F94;
    margin-top: -5px;
    margin-left: 910px;
}
  .bottomLinewhite{
    width: 134px;
    height: 2px;
    border-bottom: 4px solid #fff;
    margin-top: -5px;
    margin-left: 910px;
    
  }