/*index-bg*/
.swiper01 {
    width: 100%;
    height: 850px;
}

.swiper-slide {
    width: 100%;
    max-height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.swiper-slide img, .swiper-slide video {
    width: 100%;
    max-height: 100%;
    object-fit: cover;
}
.swiper-container-aptitude {
      background-size: cover;
      width: 100%;
      height: 920px;
      overflow: hidden;
  }

.swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0.8;
}

.swiper-slide img {
    width: 100%;
    height: 100%;
    transition: transform 0.3s ease;
}

.swiper-slide:not(:nth-child(3)) img {
    transform: scale(0.8);
}
.swiper-slide:not(:nth-child(1)) img {
    transform: scale(1);
}
/*我们的工厂*/
.linkMore {
    /*width: 50px;*/
    display: flex;
    align-items: center;
    justify-content: center;
}
.aaa {
    margin-left: 40px;
}

.region-video {
    display: none;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

.media-container {
    position: relative;
    height: 100%;
}

.default-image {
    max-width: 100%;
    height: auto;
    display: block;
}

/*资质*/

.swiper-wrapper {
    width: 100%;
    height: 100%;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}
    .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: fill;
}
.news-list div {
    width: 500px;
    margin: 10px;
    padding: 10px;
}
    .news-list div img{
        width: 100%;
        height: 100%;
    }

