.link {
  margin-top: 1%;
  flex-wrap: nowrap;
}
.link h3 {
  font-weight: normal;
  font-size: 18px;
  color: #dddddd;
}
.link ul {
  overflow: hidden;
  margin-top: 1%;
}
.link ul li {
  float: left;
  margin-bottom: 1%;
  width: 20%;
}
.link ul li a {
  color: white;
  font-size: 16px;
}
.link ul li a:hover {
  color: #db5900;
}
.second {
  display: flex;
  justify-content: space-between;
  margin-bottom: 25px;
}
.second .hidden_xs {
  background: #292929;
  border-radius: 50px;
  flex: 48%;
  max-width: 48%;
}
.second .hidden_xs i {
  display: inline-block;
  height: 12px;
  width: 1px;
  background: #3f3f3f;
}
.second .hidden_xs a {
  display: inline-block;
  padding: 5px 9px;
  color: #dddddd;
  font-size: 15px;
}
.second .hidden_xs a:first-child {
  font-weight: bold;
}
.second .hidden_xs a::before {
  color: #ff5f00;
  margin-right: 5px;
}
.second .hidden_xs a:hover {
  color: #ff5f00;
}
.pannel {
  display: none;
  margin: 3% auto;
}
.pannel ul {
  overflow: hidden;
}
.pannel ul li {
  float: left;
  width: 20%;
}
.pannel ul li:nth-child(2) a i {
  background: #ff6171;
}
.pannel ul li:nth-child(3) a i {
  background: #9c74f6;
}
.pannel ul li:nth-child(4) a i {
  background: #46c397;
}
.pannel ul li:nth-child(5) a i {
  background: #00ade1;
}
.pannel ul li a {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
.pannel ul li a i {
  display: block;
  position: relative;
  color: #d7d5d7;
  line-height: 45px;
  height: 45px;
  width: 45px;
  border-radius: 50px;
  background: #5f8dff;
}
.pannel ul li a i::before {
  font-size: 27px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  line-height: 45px;
}
.pannel ul li a span {
  color: #d7d5d7;
  font-size: 14px;
  line-height: 2;
}
.swiper-container {
  z-index: 2;
  margin: 30px auto;
  width: 1200px;
  height: 357px;
}
.swiper-container .swiper-slide {
  position: relative;
  font-size: 18px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  transition: 300ms;
  transform: scale(0.9);
  border-radius: 5px;
}
.swiper-container .swiper-slide:hover::before {
  display: block;
}
.swiper-container .swiper-slide::before {
  display: none;
  content: '';
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../img/play.png) rgba(0, 0, 0, 0.5) no-repeat 50% 50%;
  z-index: 10;
  border-radius: 5px;
}
.swiper-container .swiper-slide span {
  position: absolute;
  left: 5px;
  bottom: 30px;
  color: white;
}
.swiper-container .swiper-slide em {
  position: absolute;
  left: 5px;
  bottom: 10px;
  color: #dddddd;
  font-style: normal;
  font-size: 14px;
}
.swiper-container .swiper-slide-active,
.swiper-container .swiper-slide-duplicate-active {
  transform: scale(1);
}
.bac {
  background: #dddddd;
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  width: 100%;
  height: 500px;
  background-repeat: no-repeat;
  background-position-y: 50%;
  filter: blur(60px);
  -webkit-filter: blur(60px);
  transition: 0.5s 0s all ease-out;
  -webkit-transition: 0.5s 0s all ease-out;
}
@media screen and (max-width: 768px) {
  .pannel {
    display: block;
  }
  .second {
    display: none;
  }
  .cbox_list .hd {
    padding-bottom: 1.8%;
    padding: 0 3%;
  }
  .cbox_list .hd a,
  .cbox_list .hd > em {
    line-height: 32px;
  }
  .cbox_list .hd span,
  .cbox_list .hd .change {
    line-height: 32px;
  }
  .cbox_list .bd ul li {
    flex: 33.3% !important;
    max-width: 33.3% !important;
    margin-top: 2%;
  }
  .cbox_list .bd ul li .detail h4 a {
    font-size: 14px !important;
  }
  .cbox_list .bd ul li img {
    height: 198px !important;
  }
  .swiper-container {
    width: 100% !important;
    height: 182px !important;
    margin: 2% auto !important;
  }
  .swiper-container a span {
    font-size: 14px !important;
  }
  .link {
    margin-top: 3%;
    padding: 0 3%;
  }
  .link ul li a {
    font-size: 14px;
  }
}
