.row-a1 {
  display: flex;
}

.row-a1 .left {
  display: flex;
  flex-direction: column;
}

.row-a1 .left ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 200px;
}

.head-comm .cons .con .txt {
      color: #fff;
}


.row-a1 .left ul li a {
  /*color: #333;*/
  color: #fff;
}

.row-a1 .left ul li {
  margin-bottom: 20px;
}

.row-a1 .left ul li.on a {
  /*color: #333;*/
  color: #fff;
  font-weight: 700;
  font-size: 16px;
}

.cons {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}

.cons .con {
  display: flex;
  flex-direction: column;
  width: 30%;
  margin-right: 3.333333%;
  margin-bottom: 30px;
}

.cons .con .pic {
  position: relative;
  /* height: 220px; */
  width: 100%;
  margin-bottom: 10px;
  overflow: hidden;
}
.cons .con .pic img{
  /* position: absolute;
  transform: translate(-50%,-50%);
  top: 50%;
  left: 50%;
  width: 100%;
  max-height: none;
  max-width: none; */
  max-width: 100%;
  max-height: 100%;
}

.cons .con .txt {
  line-height: 25px;
}

.awards {
  position: relative;
}

.awards .menus_aa {
  display: flex;
  justify-content: space-between;
  padding-top: 28px;
  height: 160px;
}

.awards .menus_aa .logo {
  display: block;
}

.awards .menus_aa .menus_li {
  width: 589px;
  position: relative;
}

.awards .menus_aa .menus_li>ul {
  padding-top: 17px;
  display: flex;
  height: 100%;
  justify-content: space-between;
}

.awards .menus_aa .menus_li>ul li {
  height: 100%;
}

.awards .menus_aa .menus_li>ul li a {
  /*color: #888888;*/
    color: #fff;
  font-size: 14px;
}

.awards .menus_aa .menus_li>ul li .selct {
  /*color: #333;*/
  color: #00cdd5;
  font-weight: 700;
}

.awards .menus_aa .menus_li>ul li:last-child {
  display: flex;
}

.awards .menus_aa .menus_li>ul li:last-child .on a {
  color: #a1130a;
}

@media screen and (max-width: 768px) {

  .row-a1 .left{
    display: none;
  }
}