.all {
  padding: 4.5% 0;
}
.inform .flx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 60px;
}
.inform .l {
  width: 44.44%;
}
.inform .r {
  width: 51%;
}
.inform .inform_tab {
  padding-bottom: 20px;
  border-bottom: 1px solid #eeeeee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  line-height: 1;
}
.inform .inform_tab div {
  cursor: pointer;
  position: relative;
}
.inform .inform_tab div.act::after {
  background: #f00000;
}
.inform .inform_tab div::after {
  content: "";
  display: block;
  left: 0;
  width: 100%;
  height: 2px;
  background: transparent;
  position: absolute;
  margin-top: 20px;
}
.inform .vio {
    cursor: pointer;
  height: 0;
  padding-bottom: 60%;
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #222222;
}
.inform .vio_bg {
  position: absolute;
  z-index: 3;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.inform .vio_bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
/*.inform .vio_show::after {
  content: "";
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}*/
.inform .play {
  cursor: pointer;
  position: absolute;
  z-index: 4;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #fff;
}
.inform .play div {
  line-height: 1;
  margin-top: 20px;
}
.inform video {
  width: 100%;
  display: block;
  position: absolute;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.inform .inform_box {
  margin-top: 36px;
}
.inform .inform_box > div {
  display: none;
}
.inform .inform_box > div:first-child {
  display: block;
}
.inform .inform_box a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
 
}
.inform .inform_box a:nth-child(n+2) {
  margin-top: 30px;
}
.inform .inform_box a:hover .name {
  color: #f00000;
}
.inform .inform_box a:hover .name::before {
  background: #f00000;
}
.inform .inform_box a:hover .time {
  color: #f00000;
}
.inform .name {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  color: #222222;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  width: 80%;
  position: relative;
  padding-left: 18px;
}
.inform .name::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #cccccc;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.inform .time {
  color: #888888;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.cooperation {
  margin-top: 5.9%;
}
.cooperation .list {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.cooperation .list > div {
  width: calc((100% - 60px) / 5);
  margin-right: 15px;
}
.cooperation .list > div:nth-child(18n-14) {
  margin-right: 0;
  width: calc((100% - 60px) / 5 * 2 + 15px);
}
.cooperation .list > div:nth-child(18n-9) {
  margin-right: 0;
}
.cooperation .list > div:nth-child(18n-4) {
  margin-right: 0;
}
.cooperation .list > div:nth-child(18n-3) {
  width: calc((100% - 60px) / 5 * 2 + 15px);
}
.cooperation .list > div:last-child {
  margin-right: 0;
}
.cooperation .list > div:nth-child(n+5) {
  margin-top: 30px;
}
.cooperation .img {
  height: 175px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
}
.cooperation .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.cooperation .img:hover  {
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.cooperation .title {
  line-height: 1.2;
  margin-top: 10px;
  text-align: center;
}
.cooperation .title a {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  color: #333333;
}
.cooperation .title a:hover {
  color: #f00000;
}

.moment {
  margin-top: 5.9%;
}
.moment .point{
    display: none;
    justify-content: center;
    margin-top: 20px;
}
.moment .list {
  margin-top: 60px;
  position: relative;
}
.moment .list .sw_clk{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.moment .prev{
    left: -55px;
}
.moment .next{
    right: -55px;
}
.moment .list > div {
  overflow: hidden;
  position: relative;
}
.moment .vio_bg {
  height: 0;
  padding-bottom: 63%;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.moment .vio_bg img {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -o-object-fit: cover;
     object-fit: cover;
}
.moment .vio_bg_show::after {
  content: "";
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.moment .vio_bg:hover img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.moment .play {
  cursor: pointer;
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #fff;
}
.moment .play div {
  line-height: 1;
  margin-top: 20px;
}
.moment .moment_tit {
  line-height: 1.2;
  margin-top: 6px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.task_vio {
  display: none;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
}
.task_vio > div {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.task_vio video {
  max-height: 80%;
  max-width: 80%;
}
.task_vio svg {
  margin-top: 20px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
}
.task_vio svg:hover {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}


.task_vio2 {
  display: none;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
}
.task_vio2 > div {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.task_vio2 img {
  max-height: 80%;
  max-width: 80%;
}
.task_vio2 svg {
  margin-top: 20px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
}
.task_vio2 svg:hover {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

@media screen and (max-width: 1600px) {
  .inform .flx {
    margin-top: 35px;
  }
  .moment .list {
    margin-top: 35px;
  }
  .inform .inform_tab {
    padding-bottom: 15px;
  }
  .inform .inform_tab div::after {
    margin-top: 15px;
  }
  .cooperation .list {
    margin-top: 35px;
  }
  .inform .inform_box a:nth-child(n+2){
      margin-top: 22px;
  }
}
@media screen and (max-width: 1200px) {
    .moment .prev {
    left: -40px;
}
.moment .next {
    right: -40px;
}
  .cooperation .list {
    margin-top: 25px;
  }
  .inform .flx {
    margin-top: 25px;
  }
  .moment .list {
    margin-top: 25px;
  }
  .cooperation .list > div:nth-child(n+5) {
    margin-top: 20px;
  }
  .inform .inform_box a:nth-child(n+2){
      margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
    .cooperation{
        margin-top: 40px;
    }
    .moment .list .sw_clk{
        display: none;
    }
    .moment .point{
        display: flex;
    }
  .inform .play svg {
    width: 40px;
    height: 40px;
  }
  .moment .play svg {
    width: 40px;
    height: 40px;
  }
  .inform .inform_tab {
    padding-bottom: 10px;
  }
  .inform .inform_tab div::after {
    margin-top: 10px;
  }
  .all {
    padding: 40px 0;
  }
  .common_title {
    text-align: left;
  }
  .common_title .common_title_color {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .inform .flx {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .inform .l {
    width: 100%;
  }
  .inform .r {
    margin-top: 20px;
    width: 100%;
  }
  .inform .inform_box {
    margin-top: 20px;
  }
  .moment {
    margin-top: 40px;
  }
  .cooperation .list > div {
    width: 100% !important;
    margin-right: 0 !important;
  }
  .cooperation .list > div:nth-child(n+2) {
    margin-top: 20px;
  }
  .inform .inform_box a:nth-child(n+2){
      margin-top: 15px;
  }
  .inform .name{
      width: 70%;
  }
}
