
.content {
  padding: 85px 0 160px;
	background: rgba(41, 40, 37, 0.99)
}
.content .container {
  margin: 0;
}
.content .title {
  font-size: 40px;
  margin-bottom: 40px;
  text-align: center;
  color: #fff;
}
.common-tabs {
  margin: 0 auto;
  margin-bottom: 67px;
  width: 1200px;
	
}
.common-tabs .tab-item {
  font-size: 20px;
  min-width: unset;
  padding: 0 20px;
  height: 40px;
  line-height: 40px;
}
.common-tabs .tab-item-wrapper.active {
  height: 55px;
}
.top-swiper {
  display: none;
}
.swiper-container,
.swiper-wrapper {
  height: 500px;
}
.swiper-slide {
  display: flex;
  align-items: center;
  align-items: flex-start;
  width: 1200px;
  height: 100%;
  background: #fff;
  overflow: hidden;
}
.swiper-slide .img {
  flex: 1;
  width: calc(100% - 400px);
  object-fit: cover;
  height: 100%;
}
.swiper-slide .page {
  font-size: 36px;
  margin-bottom: 10px;
  font-weight: bold;
}
.swiper-slide .title {
  color: #000000;
  font-size: 24px;
  line-height: 36px;
}
.swiper-slide .line {
  margin-bottom: 12px;
  width: 79px;
  height: 3px;
  background: #000000;
}
.swiper-slide .time {
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 30px;
  background: #00954A;
  border-radius: 15px;
  color: #fff;
}
.swiper-slide .desc {
  width: 340px;
  height: 92px;
  font-family: Alibaba PuHuiTi;
  font-weight: 400;
  font-size: 24px;
  color: #666666;
  line-height: 36px;
}
.swiper-slide .info {
  flex-shrink: 0;
  width: 400px;
  height: 100%;
  padding: 60px 25px;
  border-bottom: 9px solid #FFC300;
}
.pagination {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  z-index: 1;
  position: absolute;
  left: calc(50% + 10px);
  transform: translateX(-50%);
  width: 1200px;
  height: 60px;
}
.pagination.disabled {
  opacity: 0.4;
}
.pagination.disabled .swiper-button-next,
.pagination.disabled .swiper-button-prev {
  cursor: not-allowed;
  opacity: 1!important;
  background: #FFFFFF20 !important;
}
.swiper-button-next,
.swiper-button-prev {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: #FFFFFF20;
  border-radius: 50%;
  transition: all 0.3s;
	color: #FFFFFF;
	font-size: 18px;
}

 
.swiper-button-prev:after, .swiper-button-next:after {
    font-size: 24px; /* 设置图标大小 */
}

.swiper-pagination {
  display: none;
}
.swiper-button-prev {
  margin-right: 58px;
}
.article {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  padding: 148px 0 367px;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  color: #fff;
}
.article .title {
  font-weight: 500;
  font-size: 50px;
}
.article .desc {
  margin: 42px 0 42px;
	width: 70%;
  font-weight: 400;
  font-size: 32px;
  color: #FFFFFF;
  text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.56);
}
.article .btn {
  display: flex;
  align-items: center;
  width: 200px;
  justify-content: center;
  height: 80px;
  background: #000;
  border-radius: 10px;
  color: #FFC300;
  font-size: 32px;
  transition: all 0.3s;
}
.article .btn:hover {
  background: #FFC300;
  color: #000;
}
.article .btn:hover .icon {
  filter: grayscale(100%) brightness(0);
}
.article .btn .icon {
  width: 23px;
  height: 14px;
  margin-left: 35px;
}
