*{
  margin: 0;
  padding: 0;
}
li{
  list-style: none;
}
.information-center{
  width: 100%;
  height: max-content;
  background: rgba(239, 242, 251, 1);
  padding-bottom: 48px;
}
.information-center-nav{
  width: 1192px;
  margin: 0 auto;
  display: flex;
  margin-bottom: 64px;
  padding-inline-start:0px
}
.information-center-nav-item{
  width: 33.33%;
  height: 88px;
  text-align: center;
  line-height: 88px;
  font-size: 20px;
  color: rgba(24, 24, 24, 1);
  list-style: none;
  cursor: pointer;
}
.information-center-nav-item-active{
  background: rgba(27, 209, 209, 1);
  color: #FFFFFF;
}
.industry-info{
  width: 1192px;
  margin: 0 auto;
}
.industry-info-item{
  height: 220px;
  border-radius: 8px;
  background: rgba(251, 252, 255, 1);
  box-shadow: 0px 4px 16px  rgba(46, 51, 191, 0.2);
  margin-bottom: 16px;
}

.industry-info-item-a{
  width: 100%;
  height: 100%;
  display: flex;
  text-decoration: none;
  cursor: pointer;
}
.industry-info-item-img{
  width: 405px;
  height: 220px;
}
.industry-info-item-article{
  flex: 1;
  padding: 40px;
  box-sizing: border-box;
}
.industry-info-item-title{
  font-size: 20px;
  font-weight: 700;
  color: rgba(24, 24, 24, 1);
  margin-bottom: 12px;
}
.industry-info-item-desc{
  font-size: 14px;
  color: rgba(78, 89, 105, 1);
  overflow: hidden; /* 超出部分隐藏 */
  text-overflow: ellipsis; 
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  height: 60px;
  margin-bottom: 12px;
}
.industry-info-item-tag{
  font-size: 12px;
  color: rgba(255, 106, 0, 1);
  margin-right: 4px;
}
.industry-info-item-time{
  font-size: 12px;
  color:  rgba(143, 152, 165, 1);
}
.industry-info-item-tag::before{
  content:"「"
}
.industry-info-item-tag::after{
  content:"」"
}
.download-section,.news-section{
  width: 1192px;
  display: none;
  margin: 0 auto;
}

.download-section-title{
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  color: rgba(24, 24, 24, 1);
  margin-bottom: 32px;
}
.download-section-platform{
  display: flex;
  justify-content: center;
  margin-bottom: 32px;
}
.download-section-platform-item{
  width: 360px;
  height: 56px;
  line-height: 56px;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  cursor: pointer;
  color: rgba(24, 24, 24, 1);
  border: 1px solid rgba(230, 236, 248, 1);
}
.download-section-platform-item-active{
  background: rgba(27, 209, 209, 1);
  color: #FFFFFF;
}
.download-section-platform-docp{
  border-right: none;
}
.download-section-swiper {
  width: 100%;
  overflow: hidden;
  padding-top: 75px;
  position: relative;
}
.swiper-slide-ol-li a{
  text-decoration: none;
  width: 100%;
  height: 100%;
  align-items: center;
  display: inline-block;
}
.download-section-swiper .swiper-pagination{
  z-index: 1000;
  top: 0px !important;
  bottom: inherit !important;
  right:inherit !important;
  text-align: center !important;
  left: 50%;
  transform: translate(-50%);
}
.download-section-swiper .swiper-pagination .swiper-pagination-bullet{
   width: 200px;
   height: 33px;
   line-height: 33px;
   text-align: center;
   margin: 0px !important;
   font-size: 16px;
   font-weight: 700;
   color: #000;
   opacity:1;
   background: transparent;
}
.download-section-swiper .swiper-pagination .swiper-pagination-bullet-active{
  color:rgba(27, 209, 209, 1);
  padding-bottom: 2px;
  display: inline-block;
  border-bottom: 3px solid rgba(27, 209, 209, 1);
  border-radius: 0%;
  background: transparent;
}
.swiper-slide-ol{
  display: flex;
  justify-content: space-between;
}
.swiper-slide-ol-li{
  width: 386px;
  height: 258px;
  text-align: center;
  padding-top: 65px;
  box-sizing: border-box;
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(243, 245, 255, 0) 0%, rgba(243, 245, 255, 0.5) 56.65%, rgba(243, 245, 255, 1) 100%);
  border: 1px solid rgba(230, 236, 248, 1);
}
.swiper-slide-ol2{
  justify-content: center;
}
.swiper-slide-ol-li2{
  width: 588px;
}
.swiper-slide-ol-li-title{
  font-size: 20px;
  font-weight: 700;
  color: rgba(27, 209, 209, 1);
}
.swiper-slide-ol-li-img{
  margin-bottom: 20px;
}

@media ((min-width: 1024px) and (max-width: 1439px)) {
  .information-center-nav{
    width: 1000px;
    margin: 0 auto;
    display: flex;
    margin-bottom: 64px;
  }
  .industry-info{
    width: 1000px;
  }
  .download-section, .news-section{
    width: 1000px;
  }
  .swiper-slide-ol-li{
    width: 324px;
  }
}
@media ((min-width: 750px) and (max-width: 1023px)) {
  .information-center-nav{
    width: 100%;
    padding: 0 16px;
    box-sizing: border-box;
    display: flex;
    margin-bottom: 48px;
  }
  .industry-info{
    width: 100%;
    padding: 0 16px;
    box-sizing: border-box;
  }
  .industry-info-item{
    height: 180px;
  }
  .industry-info-item-img{
    height: 100%;
    width: 360px;
  }
  .industry-info-item-article{
    padding: 24px;
    width: calc(100% - 360px);
  }
  .industry-info-item-title{
    font-size: 18px;
    overflow: hidden; /* 超出部分隐藏 */
    text-overflow: ellipsis; 
    white-space: nowrap
  }
  .download-section, .news-section{
    width: 100%;
    padding:0 16px;
    box-sizing: border-box;
  }
  .swiper-slide-ol-li{
    width: calc((100% - 24px)/3);
    height: 230px;
    padding-top: 38px;
  }
  .swiper-slide-ol-li-title{
    font-size: 18px;
  }
  .download-section-swiper .swiper-pagination .swiper-pagination-bullet{
    width: 160px;
  }
}

@media (max-width: 749px) {
  .information-center-nav-item{
    height: 72px;
    line-height: 72px;
  }
  /* .information-center{
    height: 72px;
  } */
  .download-section-title{
    font-size: 20px;
    margin-bottom: 36px;
  }
  .information-center-nav{
    width: 100%;
    padding: 0 12px;
    box-sizing: border-box;
    display: flex;
    margin-bottom: 36px;
  }
  .industry-info{
    width: 100%;
    padding: 0 12px;
    box-sizing: border-box;
  }
  .industry-info-item{
    height: 120px;
  }
  .industry-info-item-img{
    height: 100%;
    width: 200px;
  }
  .industry-info-item-article{
    padding: 12px;
    width: calc(100% - 200px);
  }
  .industry-info-item-desc{
    font-size: 12px;
    -webkit-line-clamp:2;
    height: auto;
    margin-bottom: 10px;
  }
  .industry-info-item-title{
    font-size: 16px;
    overflow: hidden; /* 超出部分隐藏 */
    text-overflow: ellipsis; 
    white-space: nowrap;
    margin-bottom: 10px;
  }
  .download-section, .news-section{
    width: 100%;
    padding:0 12px;
    box-sizing: border-box;
  }
  .swiper-slide-ol-li{
    width: 100%;
    height: auto;
    padding-top: 0px;
  }
  .swiper-slide-ol-li-title{
    font-size: 16px;
  }
  .download-section-swiper .swiper-pagination .swiper-pagination-bullet{
    width: 135px;
    font-size: 14px;
  }
  .swiper-slide-ol{
    display: block;
  }
  .swiper-slide-ol-li{
    display: flex;
    align-items: center;
    padding: 12px;
    margin-bottom: 12px;
  }
  .swiper-slide-ol-li-img{
    margin-bottom: 0px;
    margin-right: 20px;
  }
  .download-section-platform-item{
    font-size: 16px;
  }
  .swiper-slide-ol-li a{
    /* text-decoration: none;
    width: 100%;
    height: 100%;
    align-items: center; */
    display: flex;
  }
}

@media (max-width: 500px) {
  .information-center-nav{
    margin-bottom: 24px;
  }
  .information-center-nav-item{
    height: 64px;
    line-height: 64px;
  }
  .download-section-title{
    font-size: 20px;
    margin-bottom: 24px;
  }
  .industry-info-item{
    height: 80px;
  }
  .industry-info-item-img{
    height: 100%;
    width: 120px;
  }
  .industry-info-item-article{
    padding: 12px;
    width: calc(100% - 120px);
  }
  .industry-info-item-desc{
    font-size: 12px;
    -webkit-line-clamp:1;
    height: auto;
    margin-bottom: 4px;
  }
  .industry-info-item-title{
    font-size: 14px;
    overflow: hidden; /* 超出部分隐藏 */
    text-overflow: ellipsis; 
    white-space: nowrap;
    margin-bottom: 4px;
  }
  .swiper-slide-ol-li a{
    /* text-decoration: none;
    width: 100%;
    height: 100%;
    align-items: center; */
    display: flex;
  }
}
