@font-face {
  font-family: 'Alibaba PuHuiTi Regular';
  src: url('https://sibayt2-1313569356.cos.ap-shanghai.myqcloud.com/profile/upload/file/AlibabaPuHuiTi-2-55-Regular.ttf') format('TrueType')
  /*src: url('../fonts/AlibabaPuHuiTi-2-55-Regular.ttf');*/
}


@font-face {
  font-family: 'Alibaba PuHuiTi';
  /*src: url('../fonts/AlibabaPuHuiTi-2-65-Medium.ttf');*/
  src: url('https://sibayt2-1313569356.cos.ap-shanghai.myqcloud.com/profile/upload/file/AlibabaPuHuiTi-2-65-Medium.ttf') format('TrueType')
  /*src:url("//at.alicdn.com/wf/webfont/cmXAfoMF21Mm/HKPAt9806h-VZ4lVz80xm.woff") format("TrueType");*/
}

@font-face {
  font-family: 'Alibaba PuHuiTi Bold';
  src: url('https://sibayt2-1313569356.cos.ap-shanghai.myqcloud.com/profile/upload/file/AlibabaPuHuiTi-2-85-Bold.ttf') format('TrueType')
  /*src: url('../fonts/AlibabaPuHuiTi-2-85-Bold.ttf');*/
}

@font-face {
  font-family: 'Alibaba PuHuiTi Heavy';
  /*src: url('https://puhuiti.oss-cn-hangzhou.aliyuncs.com/AlibabaPuHuiTi-2/AlibabaPuHuiTi-2-105-Heavy/AlibabaPuHuiTi-2-105-Heavy.ttf') format('TrueType')*/
  src: url('https://sibayt2-1313569356.cos.ap-shanghai.myqcloud.com/profile/upload/file/AlibabaPuHuiTi-2-105-Heavy.ttf') format('TrueType')
  /*src: url('../fonts/AlibabaPuHuiTi-2-105-Heavy.ttf');*/
}


html {
  font-size: 10px;
}
body {
  /* font-size: 4px; */
  position: relative;
  margin: 0;
  padding: 0;
  background: #fff;
  /* flex-direction: column;
  align-items: center; */
  font-family: 'Alibaba PuHuiTi';
}

.container {
  width: 192rem;
}
.content-container {
  width: 100%;
  font-weight: 500;
}
.content-container .banner-container {
  width: 100%;
  height: 43.8rem;
  position: relative;
}

/*  主页轮播图 css  开始 */
.banner-container .main-pagination {
  padding-left: 27.4rem;
  position: absolute;
  top: 49.8rem;
  display: flex;
  justify-content: left;
}
.banner-container .main-pagination .swiper-pagination-bullet {
  width: 4.8rem;
  height: 0.4rem;
  border-radius: 0.2rem;
  background-color: #d9d9d9;
  opacity: 1;
}

.banner-container .main-pagination .swiper-pagination-bullet-active {
  background-color: #ce0e2d;
}
.banner-container .swiper-wrapper .swiper-slide .slide-content {
  margin-left: 27.4rem;
  top: 8.1rem;
  position: absolute;
}
.banner-container .swiper-slide .slide-content .slide-content-title {
  font-family: "Alibaba PuHuiTi Heavy";
  font-size: 4rem;
  font-weight: 900;
  line-height: 5.5rem;
  height: 5.5rem;
  width: 160rem;
  white-space: nowrap;      /* 不换行 */
  overflow: hidden;         /* 超出隐藏 */
  text-overflow: ellipsis;  /* 省略号 */
}

.banner-container .swiper-slide .slide-content .slide-desc {
  font-family: "Alibaba PuHuiTi Regular";
  margin-top: 1.6rem;
  height: 10.9rem;
  width: 78.3rem;
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #707070;
  font-style: normal;
  font-weight: 400;
}

.banner-container .swiper-slide .slide-content .slide-desc-index {
  height: 16.9rem;
}
.slide-bg {
  width: 100%;
  height: 100%;
}
.banner-container .swiper-slide .slide-content .view-details-btn {
  width: 32.85%;
  height: 4rem;
  background-color: #ce0e2d;
  color: #fff;
  font-size: 2rem;
  text-align: center;
  line-height: 4rem;
  margin-top:4.2rem;
}
.banner-container .swiper-slide .slide-content .view-details-btn:hover {
  cursor: pointer;
}

.hidden-line1{
  overflow: hidden;
  white-space:nowrap;
  text-overflow: ellipsis;
}

.hidden-line2{
  overflow:hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.hidden-line3{
  overflow:hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
/*媒体查询*/
@media screen and (max-width: 1023px) {
  .content-container .banner-container {
    width: 100%;
    height:auto;
    position: relative;
  }
  .banner-container .swiper-wrapper .swiper-slide .slide-content {
    margin-left: 4.6vw;  /*2.8rem;*/
    width:90% ;
    top: 3.9vw;
    position: absolute;
  }
  .banner-container .swiper-slide .slide-content .slide-content-title {
    color:#000;
    font-family: "Alibaba PuHuiTi Heavy";
    font-size: 5.4rem;
    font-weight: 900;
    line-height: normal;
    height: auto;
    width: auto;
    overflow: visible;
    text-overflow: clip;
    white-space: normal;
  }
  .banner-container .swiper-slide .slide-content .slide-desc {
    margin-top: 1rem;
    height: 16.9rem;
    width: 86.47%;
    color: #727171;
    text-align: justify;
    font-family: Alibaba PuHuiTi;
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .banner-container .swiper-slide .slide-content .view-details-btn {
    margin-top:1rem;
    display:none;
  }
}

