.fc1 {
    color: #fff
}

.fc0 {
    color: rgba(255, 255, 255, 0.6)
}

.fc2 {
    color: #000
}

.fc08 {
    color: rgba(0, 0, 0, 0.8)
}

.banner {
    position: relative;
    padding-top: 4.16667vw
}

.banner .mySwiper {
    overflow: hidden
}

.banner .mySwiper .swiper-slide.swiper-slide-active .text h1,
.banner .mySwiper .swiper-slide.swiper-slide-active .text p,.banner .mySwiper .swiper-slide.swiper-slide-active .text a {
    opacity: 1;
    transform: translateY(0)
}

.banner .mySwiper .swiper-pagination {
    left: 8.33333vw;
    width: auto;
    bottom: 3.9375vw
}

.banner .mySwiper .swiper-pagination .swiper-pagination-bullet {
    width: 2.08333vw;
    height: 4px;
    background: #fff;
    border-radius: 8px;
    margin-left: 5px
}

.banner .bg {
    width: 100%
}

.banner .bg img {
    width: 100%;
    height: 36.45833vw;
    object-fit: cover
}

.banner .text {
    position: absolute;
    left: 8.33333vw;
    width: 29.60417vw;
    /* 9-6最新调整 */
    /* width:35.15625vw; */
    top: 11.04167vw
}
@media (min-width:768px) and (max-width:1024px){
    .banner .text {
        width: 500px;
    }
}
.banner .text h1 {
    margin-bottom: 1.25vw;
    transition: all 0.6s;
    transform: translateY(30px);
    opacity: 0
}

.banner .text p {
    line-height: 1.5;
    transition: all 0.6s;
    transform: translateY(30px);
     margin-bottom: 1.25vw;
    opacity: 0
}
.banner .text a{
      transition: all 0.6s;
     transform: translateY(30px);
    opacity: 0
}

@media (min-width:768px) and (max-width: 1280px){
.banner .text p{
   /* font-size: 1.0416666667vw; */
   font-size: 14px;
}
.banner .text .fb3{
    font-size: 14px;
}
}

@media screen and (max-width: 768px) {
    .banner {
        padding-top: 60px
    }

    .banner .bg img {
        height: 400px;
        object-fit: cover
    }

    .banner .text {
        left: 5%;
        width: 80%;
        top: 40px;
        bottom: auto;
    }

    .banner .text h1 {
        margin-bottom: 15px;
        font-size: 24px
    }

    .banner .text p {
        opacity: 0 !important;
        line-height: 1.6;
        font-size: 14px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 7;
          margin-bottom: 15px;
        overflow: hidden;
        text-overflow: ellipsis
    }

    .banner .mySwiper .swiper-pagination {
        left: 5%
    }

    .banner .mySwiper .swiper-pagination span.swiper-pagination-bullet {
        width: 36px !important
    }
}
