section {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}

.swiper-container {
  width: 100%;
  height: 100%;
}

.slide {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  text-align: center;
  font-size: 18px;
  background: #fff;
  overflow: hidden;
}
.slide-image {
  position: absolute;
  top: -200px;
  left: -200px;
  width: calc(100% + 400px);
  height: calc(100% + 400px);
  background-position: 50% 50%;
  background-size: cover;
}
.slide-title {
  font-size: 64px;
  max-width: 50%;
  white-space: normal;
  word-break: break-word;
  color: #fff;
  z-index: 100;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 64px;
  
}

.slide-title span {
  white-space: pre;
  display: inline-block;
  opacity: 0;
  text-align: left;
}

.ss-cont{
    width: 70.625%;
    margin: auto;
    text-align: left;
    position: relative;
    margin-top: 5%;
}
.ss-p1{
    font-size: 32px;
    color: white;
    position: relative;
    font-weight: 400;
}
.ss-p2{
    font-size: 18px;
    color: white;
    position: relative;
}
.ss-p3{
    position: absolute;
    top: 0;
    right: 0;
    font-size: 32px;
    color: white;
}
.slideshow {
  position: relative;
  max-height: 830px;
}
.slideshow-pagination {
  position: absolute;
  bottom: 5rem;
  left: 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  transition: 0.3s opacity;
  z-index: 10;
}
.slideshow-pagination-item {
  display: flex;
  align-items: center;
}
.slideshow-pagination-item .pagination-number {
  opacity: 0.5;
}
.slideshow-pagination-item:hover, .slideshow-pagination-item:focus {
  cursor: pointer;
}
.slideshow-pagination-item:last-of-type .pagination-separator {
  width: 0;
}
.slideshow-pagination-item.active .pagination-number {
  opacity: 1;
}
.slideshow-pagination-item.active .pagination-separator {
  width: 10vw;
}
.slideshow-navigation-button {
  position: absolute;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 5rem;
  z-index: 1000;
  transition: all 0.3s ease;
  color: #fff;
}
.slideshow-navigation-button:hover, .slideshow-navigation-button:focus {
  cursor: pointer;
  /*background: rgba(0, 0, 0, 0.5);*/
}
.slideshow-navigation-button.prev {
  left: 0;
}
.slideshow-navigation-button.next {
  right: 0;
}

.pagination-number {
  font-size: 1.8rem;
  color: #fff;
  font-family: "Oswald", sans-serif;
  padding: 0 0.5rem;
}

.pagination-separator {
  display: none;
  position: relative;
  width: 40px;
  height: 2px;
  background: rgba(255, 255, 255, 0.25);
  transition: all 0.3s ease;
}
@media (min-width: 45em) {
  .pagination-separator {
    display: block;
  }
}
.pagination-separator-loader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  transform-origin: 0 0;
}





@media(max-width:1200px){
    .slide-title{
        font-size: 32px;
    }
    .ss-p1{
        font-size: 24px;
    }
    .ss-cont{
        margin-top: 10%;
    }
}
@media(max-width:768px){
    .slideshow-progress {
  position: absolute;
  bottom: 10px; /* 鏍规嵁闇€瑕佽皟鏁翠綅缃 */
  left: 50%;
  transform: translateX(-50%);
  width: 80%; /* 鏍规嵁闇€瑕佽皟鏁村搴 */
  height: 5px; /* 鏍规嵁闇€瑕佽皟鏁撮珮搴 */
  background-color: rgba(255, 255, 255, 0.3); /* 杩涘害鏉¤儗鏅鑹 */
  border-radius: 3px;
  overflow: hidden;
  z-index: 10; /* 纭繚杩涘害鏉″湪涓婂眰鏄剧ず */
}
    .slideshow-progress-bar {
  width: 0%;
  height: 100%;
  background-color: white; /* 杩涘害鏉￠鑹诧紝鍙牴鎹富棰樿皟鏁 */
  transition: width linear;
}
    
     .ss-p3{
        top: 10%;
        left: 0;
    }
    .slide-title{
        max-width: 100%;
        /*top: 60%;*/
        font-size: 27px;
        position: absolute;
        top: 400px;
        /*margin-top: 200px;*/
    }
    .ss-p1{
        margin-top: 450px;
        font-size: 18px;
    }
    .ss-p2{
        font-size: 12px;
    }
    .ss-cont{
        width: 90%;
        margin-left: 25px;
    }
}
@media(max-width:576px){
    .slideshow-pagination{
        display: none;
    }
    .slide-image{
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
}




