.row-a1 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.row-a1 .left {
  display: flex;
  flex-direction: column;
}

.row-a1 .left ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 200px;
}

.row-a1 .left ul li a {
  color: #fff;
}

.row-a1 .left ul li {
  margin-bottom: 20px;
}

.row-a1 .left ul li.on a {
  color: #fff;
  font-weight: 700;
  font-size: 16px;
}

.row-a1 .right {
  width: 100%;
}

.cons {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.cons .con {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
  width: 490px;
}

.cons .con .pic {
  overflow: hidden;
  height: 350px;
  margin-bottom: 10px;
  text-align: center;
}

.cons .con img {
  transition: all .3s;
  height: 100%;
}

.cons .con:hover img {
  transform: scale(1.05);
}

.cons .con .text {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.cons .con .text .left {
  width: 50%;
}

.cons .con .text .left .tit {
  font-weight: 700;
  font-size: 16px;
}

.cons .con .text .left .txt {
  line-height: 25px;
}

.cons .con .text .right {
  width: 100px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border: solid 1px #00cdd5;
  color: #00cdd5;
  border-radius: 3px;
}

.awards {
  position: relative;
}

.awards .initiate_ld {
  position: fixed;
  height: 100px;
  top: 100px;
  width: 100%;
  background-color: #fff;
  box-shadow: 3px 3px 3px #e5e5e5;
  z-index: 50;
  display: none;
}

.awards .initiate_ld>div {
  border-top: 1px solid #e9463c;
}

.awards .initiate_ld .ourselves {
  display: flex;
  align-items: center;
  position: absolute;
  height: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 1200px;
  padding-left: 480px;
  font-size: 12px;
}

.awards .initiate_ld .ourselves div {
  margin-right: 52px;
  cursor: pointer;
  user-select: none;
}

.awards .initiate_ld .ourselves div:hover a {
  color: #e9463c;
}

.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%;
}

a {
     color:#fff;
}

.awards .menus_aa .menus_li>ul li a {
  color:#fff;
  font-size: 14px;
}

.awards .menus_aa .menus_li>ul li .selct {
  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) {
  .cons .con .text .right {
    display: none;
  }

  .row-a1 .right .cons .con .left {
    display: flex;
    flex-direction: column;
  }
}