@charset "UTF-8";
video {
  width: 100% !important;
  height: auto !important;
}
.content .route {
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.content .route .route-left {
  cursor: pointer;
}
.content .route .route-left .iconfont {
  color: #666;
}
.content .list {
  width: 100%;
}
.content .list .main {
  padding: 20px 0px 0px 0px;
}
.content .list .main .name {
  font-size: 16px;
  color: #646567;
  font-weight: 500;
  margin-bottom: 20px;
}
.content .list .main .mainItem1 {
  font-size: 12px;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  flex-wrap: wrap;
}
.content .list .main .mainItem1 .mainItem1_item {
  color: #969799;
  margin-right: 10px;
}
.content .list .main .mainItem1 .mainItem1_item .iconItem {
  font-size: 13px;
  color: #969799;
}
.content .list .videoContent {
  width: 100%;
}
.content .list .pageContainer {
  padding-top: 30px;
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.content .list .pageContainer .one-txt-cut:hover {
  color: #ef8200;
}
.content .list .pageContainer .pageitem > span {
  cursor: pointer;
}

.side .menu .ul .newLi {
  width: 100%;
  margin-top: 10px;
  padding-top: 20px;
}
.side .menu .ul .newLi .row1 {
  padding-bottom: 20px;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
}
.side .menu .ul .newLi .row1 .iconfont1 {
  transition: 0.3s;
}
.side .menu .ul .newLi .icons .rotate {
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  /* IE 9 */
  -moz-transform: rotate(90deg);
  /* Firefox */
  -webkit-transform: rotate(90deg);
  /* Safari 和 Chrome */
  -o-transform: rotate(90deg);
}
.side .menu .ul .newLi .row2 {
  height: 0px;
  overflow: hidden;
  transition: 0.5s;
}
.side .menu .ul .newLi .row2 .row2Li .newRow2Li {
  padding: 15px 0px 0px 0px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
}
.side .menu .ul .newLi .row2 .row2Li:first-of-type .newRow2Li {
  padding: 0;
}
.side .menu .ul .newLi .row2_1 {
  height: auto;
}

.swiper-container2 {
  overflow: hidden;
}
.swiper-container2 .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
}
.swiper-container2 .swiper-slide a img {
  width: 100%;
  height: 100%;
}

.route-side {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
  transition: all 0.5s;
  transform: translateX(101%);
}
.route-side .mask {
  background: rgba(0, 0, 0, 0);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.route-side .mask .content {
  width: 80%;
  height: 100%;
  overflow: auto;
  position: absolute;
  right: 0;
  background-color: #fff;
  top: 0;
  margin-top: 0;
  padding: 20px;
  transition: all 1s;
}
.route-side .mask .content .header {
  font-size: 18px;
  font-weight: 700;
}
.route-side .mask .content .body {
  display: flex;
  flex-wrap: wrap;
  margin-top: 15px;
  margin-bottom: 20px;
}
.route-side .mask .content .body .btn {
  padding: 5px 10px;
  margin-right: 20px;
  background-color: #f1f2f6;
  font-size: 16px;
  margin-bottom: 10px;
}

.show {
  transform: translateX(0);
}
.show .mask {
  background: rgba(0, 0, 0, 0.5);
}

.icons img {
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  /* IE 9 */
  -moz-transform: rotate(90deg);
  /* Firefox */
  -webkit-transform: rotate(90deg);
  /* Safari 和 Chrome */
  -o-transform: rotate(90deg);
}
