.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: #333;*/
   color: #fff;
}
.row-a2 .cons .txt {
  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;
}
.title p {
     color: #fff;
}

.awards {
  position: relative;
}

.awards .menus_aa {
  display: flex;
  justify-content: space-between;
  padding-top: 28px;
  height: 160px;
}

.awards .menus_aa .logo {
  display: block;
  width: 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: #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;
}

.brief {
  display: flex;
}

.brief .brief_dd {
  width: 350px;
  height: 227px;
  border-right: 2px solid #00cdd5;
}

.brief .brief_dd .brief_text {
  font-size: 36px;
  color: #00cdd5;
  margin-bottom: 20px;
}

.brief .brief_ll {
  flex: 1;
  padding-left: 50px;
}

.brief .brief_ll .title {
  color: #e9463c;
  font-size: 14px;
  margin-bottom: 20px;
  text-align: center;
}

.brief .brief_ll .brief_content p {
  line-height: 25px;
  font-size: 14px;
  letter-spacing: 0.5px;
  margin-bottom: 5px;
  color: #666666;
}

.begin {
  height: 700px;
  margin-top: 80px;
}

.begin .begin_cc {
  /*background-image: url(../images/ts_06.png);*/
    background-image: url(../images/ts_annoying.png);
  background-size: cover;
  height: 560px;
}

.begin .begin_cc .begin_ff {
  position: relative;
  padding-left: 700px;
}

.begin .begin_cc .begin_ff .begin_img {
  position: absolute;
  top: 100px;
  left: 200px;
}

.begin .begin_cc .begin_ff .begin_text {
  padding-top: 124px;
}

.begin .begin_cc .begin_ff .begin_text .initiate {
  font-size: 34px;
  color: #333333;
  margin-bottom: 30px;
}

.begin .begin_cc .begin_ff .begin_text p {
  line-height: 29px;
  font-size: 14px;
}

.row-a2 .cons {
  padding-left: 200px;
  margin-bottom: 50px;
}

.row-a2 .cons {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}

.row-a2 .cons .con .txt {
  line-height: 25px;
  text-align: center;
}


@media screen and (max-width: 768px) {

  .row-a1 .left{
    display: none;
  }
  .brief .brief_ll .brief_content p{
    font-size: 12PX;
  }
}