.banner{
    height: 599px;
    background:url('/img/about2.jpg') no-repeat 0 0; 
    font-size: 30px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 42px;
    text-align: center;
    background-size: 100% 100%;
}
.one{
    background: url('/img/changeBg.png') no-repeat;
    height: 800px;
    position: relative;
    width: 100%;
    background-size: cover;
}
.qian{
    font-size: 30px;
    color: #17AEFF;
}
.hou{
     font-size: 26px;
    color: #666;
}
.contactTop{
    width: 389px;
    margin: 0 auto;
    height: 83px;
    line-height: 83px;
}
.bgHonor{
    background: #F1F1F1;
    width: 100%;
}
.whiteBg{
    background: #FFFFFF;
    width: 100%;
}
.honorImg{
    display: block;
    width: 1200px;
    height: 671px;
    margin: 0 auto;
    /* padding-top: 30px; */
    /* padding-bottom: 30px; */
}
.dingwei{
    position: absolute;
    top: -83px;
    left: 50%;
    margin-left: -600px;
}
.bottomLine {
    width: 134px;
    height: 2px;
    border-bottom: 4px solid #233F94;
    margin-top: -5px;
    margin-left: 92.5px;
}
  .bottomLinewhite{
    width: 134px;
    height: 2px;
    border-bottom: 4px solid #fff;
    margin-top: -5px;
    margin-left: 92.5px;
    
  }