.videoLayer {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.7);
  z-index: 200;
}
.videoLayer .videoBox {
  position: relative;
  width: 800px;
  height: 450px;
  background-color: #000;
}
.videoLayer .videoBox .close {
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
  z-index: 10;
}
.videoLayer .videoBox video {
  width: 100%;
  height: 100%;
}
article .content .txt {
  margin-top: 64px;
  color: #000000;
  font-size: 16px;
  line-height: 38px;
  text-indent: 34px;
  letter-spacing: 1px;
}
article .content .nums {
  position: relative;
  padding: 32px 0;
  margin-top: 40px;
  border: 1px dashed #5ba9a5;
  border-radius: 12px;
}
article .content .nums .date {
  position: absolute;
  top: -23px;
  left: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 17px;
  color: #fffefe;
  font-size: 16px;
  background-color: #41bfda;
  border-radius: 10px;
  transform: translateX(-50%);
}
article .content .nums ul {
  display: flex;
  flex-wrap: wrap;
}
article .content .nums ul li {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 25%;
  height: 135px;
}
article .content .nums ul li:nth-of-type(n+5) {
  margin-top: 50px;
}
article .content .nums ul li div {
  height: 61px;
}
article .content .nums ul li p {
  color: #000000;
  font-size: 16px;
}
article .content .nums ul li p strong {
  color: #1a645f;
  font-size: 20px;
}
article .content .t2 {
  margin-top: 36px;
}
article .content .swbox {
  position: relative;
  margin: 68px auto 0;
  width: 100%;
}
article .content .mySwiper {
  padding-bottom: 30px;
  margin: 0 auto;
  width: 1085px;
  overflow: hidden;
}
article .content .swiper-slide {
  /* 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;
  transition: 300ms;
  transform: scale(0.8);
  filter: brightness(70%);
  -webkit-filter: brightness(70%);
  cursor: pointer;
}
article .content .swiper-slide-active,
article .content .swiper-slide-duplicate-active {
  transform: scale(0.9);
  filter: brightness(100%);
  -webkit-filter: brightness(100%);
  z-index: 1;
}
article .content .swiper-button-prev {
  top: 50%;
  left: 0;
  width: 24px;
  height: 41px;
  background: url(../images/company_swi_rg.png) no-repeat;
  background-size: 100% 100%;
  transform: translateY(-50%);
}
article .content .swiper-button-prev::after {
  content: "";
}
article .content .swiper-button-next {
  top: 50%;
  right: 0;
  width: 24px;
  height: 41px;
  background: url("../images/company_swi_lf.png") no-repeat;
  background-size: 100% 100%;
  transform: translateY(-50%);
}
article .content .swiper-button-next::after {
  content: "";
}
article .content .swiper-pagination {
  width: 100%;
  bottom: 0;
}
article .content .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 8px;
  background-color: #d0d0d0;
  width: 10px;
  height: 10px;
  opacity: 1;
}
article .content .swiper-pagination-bullets .swiper-pagination-bullet-active {
  background-color: #016f6b;
}
