@charset "utf-8";

* {
  margin: 0;
  padding: 0;
}



body {
  margin: 0;
  width: 100%;
  font-size: 14px;
  font-family: 'Microsoft YaHei', '微软雅黑';
  min-width: 1200px;
}

/* honor start */
.honor {
  display:flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.honor li{
  width:auto!important;
  margin-bottom:10px;
  margin-right:20px;
}
.honor.across li{
  width:490px;
}
.honor.te li{
  width:188px!important;
}
.honor li:nth-of-type(5n+5){
  margin-right:0;
}
.honor li img{
  width:100%;
}
.honor_last{
  justify-content: flex-start;
}
.blue{
  padding-top: 40px;
  color: #fff;
  height: 200px;
  position: relative;
}
.blue .bgline{
    position: absolute;
    bottom: 0;
}

