.box5,
.box6,
.box7 {
  display: none;
}
.swiper-container {
  width: 100%;
  height: 100%;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  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;
}
.top1 {
  width: 100%;
  margin-bottom: 70px;
}
.top1 .count {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
.top1 .count .count_box {
  display: flex;
  height: 450px;
  padding-top: 80px;
}
.top1 .count .count_box .left {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.top1 .count .count_box .left .title {
  font-size: 36px;
  font-weight: 600;
}
.top1 .count .count_box .left .title i {
  font-size: 24px;
  color: #004280;
  font-style: normal;
  font-weight: 400;
}
.top1 .count .count_box .left .text {
  font-size: 18px;
  line-height: 30px;
}
.video_box {
  width: 100%;
  position: relative;
}
.video_box .video_list {
  position: relative;
  width: 376px;
  height: 250px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #333;
}
.video_box .video_list .from_mask {
  width: 100%;
  height: 207px;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.video_box .video_list .from_mask a {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  padding: 0 15px;
  border-radius: 30px;
  color: #fff;
  background-color: #e20000;
}
.video_box .video_list video {
  max-height: 207px;
}
.video_box .video_list .media_controls::-webkit-media-controls {
  display: none !important;
}
.video_box .video_list .name {
  display: inline-block;
  text-align: center;
  width: 100%;
  line-height: 43px;
  font-size: 16px;
  color: #fff;
  background-color: #004da5;
}
.video_box .swiper-button-next,
.video_box .swiper-container-rtl .swiper-button-prev {
  right: -40px;
}
.video_box .swiper-button-prev,
.video_box .swiper-container-rtl .swiper-button-next {
  left: -40px;
}
.top2,
.top3,
.top4 {
  width: 100%;
  margin-bottom: 70px;
}
.top2 .count,
.top3 .count,
.top4 .count {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
.top2 .count .com_title,
.top3 .count .com_title,
.top4 .count .com_title {
  width: 100%;
  text-align: center;
  font-size: 30px;
  color: #000;
  font-weight: 600;
  margin-bottom: 26px;
}
.top2 .count .title,
.top3 .count .title,
.top4 .count .title {
  width: 100%;
  text-align: center;
  font-size: 18px;
  margin-bottom: 30px;
}
.top5 .count {
  width: 1200px;
  margin: 0 auto;
}
.top5 .count .title {
  font-size: 36px;
  font-weight: 600;
  text-align: center;
}
.top5 .count .title i {
  font-size: 24px;
  color: #004280;
  font-style: normal;
  font-weight: 400;
}
.top5 .count ul {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.top5 .count ul li {
  width: 590px;
  height: 102px;
  border: 1px solid #9ac9ff;
  border-radius: 20px;
  margin-bottom: 20px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  padding: 0 15px;
}
.top5 .count ul li > div {
  display: flex;
  align-items: center;
}
.top5 .count ul li > div img {
  vertical-align: middle;
  margin-right: 10px;
}
.top5 .count ul li > div span {
  font-size: 18px;
}
.top5 .count ul li > div .sel i {
  font-style: normal;
}
.top5 .count ul li > div .topic {
  font-weight: 600;
}
.top5 .count ul li > div .topic i {
  font-style: normal;
  color: #e20000;
}
.top6 {
  margin-top: 50px;
}
.top6 .count {
  width: 1200px;
  height: 260px;
  margin: 0 auto;
  background: url('../images1/bbbb.png') no-repeat;
  position: relative;
}
.top6 .count span {
  position: absolute;
  bottom: 98px;
  left: 190px;
  font-size: 30px;
  line-height: 50px;
  font-weight: 600;
  color: #fff;
}
.top6 .count a {
  position: absolute;
  bottom: 37px;
  left: 190px;
  background-color: #ffb300;
  font-size: 20px;
  color: #000;
  padding: 12px 30px;
  border-radius: 30px;
  font-weight: 600;
}
#mask {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999999999;
  box-sizing: border-box;
  padding: 100px 0;
  display: none;
}
#mask .close {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 7.5%;
  left: 72%;
  transform: translate(-50%, 0);
}
#mask #from_box {
  width: 40%;
  height: 80%;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
}
