.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%;
}

.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 .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: #fff;
  font-size: 16px;
}

.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;
}

.special .topic ul {
  display: flex;
  flex-wrap: wrap;
}

.special .topic ul li {
  width: 450px;
  height: 519px;
  margin-right: 62px;
  position: relative;
   color: #fff;
}

.special .topic ul li:nth-child(even) {
  margin-right: 0;
}

.special .topic ul li .frame_img {

  text-align: center;
}

.special .topic ul li .frame_img div {
  text-align: center;
  display: inline-block;
  padding: 10px 0;
}

.row-look {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, .5);
  z-index: 1;
}

.row-look.start {
  display: block;
}

.row-look .con .cha {
  position: absolute;
  top: 0px;
  right: 0px;
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  z-index: 99999;
}

.row-look .con .cha:hover {
  cursor: pointer;
}

.row-look .con {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 1200px;
  overflow: hidden;
  z-index: 99;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  transition: 300ms;
  transform: scale(0.6);
}

.swiper-slide-active,
.swiper-slide-duplicate-active {
  height: 624px !important;
  transform: scale(1);
}

.swiper-slide-duplicate-active img {
  width: 480px !important;
  height: 624px !important;
}

.swiper-slide .shade {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, .5);
}

.swiper-slide img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.swiper-slide-active .shade,
.swiper-slide-duplicate-active .shade {
  background: rgba(0, 0, 0, 0);
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background: url("../images/icon001.png");
  width: 27px;
  height: 50px;
  z-index: 999;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background: url("../images/icon002.png");
  width: 27px;
  height: 50px;
  z-index: 999;
}

.swiper-container {
  z-index: 99 !important;
}

.swiper-button-next,
.swiper-button-prev {}

@media screen and (max-width: 768px) {
  .row-look .con .cha {
    position: absolute;
    top: 30px;
    left: 50%;
    right: auto;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    z-index: 99999;
  }

  .special .topic ul li .frame_img {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    font-size: 12px;
    width: 100% !important;
  }

  .special .topic ul li .frame_img .edition {
    font-size: .28rem;
  }

  .swiper-slide-active,
  .swiper-slide-duplicate-active {
    height: 624px !important;
    transform: scale(1);
  }

  .swiper-slide img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.8);
  }

}