
#moive{
    position: relative;
    padding: 0 6%;
    box-sizing: border-box;
    margin: 43px 0;
}

#moive .swiper-container {
    padding: 0;
    display: block;
    overflow: hidden;
    width: 100%;
}

#moive  .swiper-slide {
    width: 450px;
    height:auto;
    background: #fff;
    position: relative;
    text-align: center;

}
#moive  .swiper-slide img{
    display:block;
    margin: 0 auto;

}


#moive .swiper-pagination {
    width: 100%;
    bottom: 0px;
    left: 0;
}

#moive .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
    border: 3px solid #fff;
    background-color: #d5d5d5;
    width: 10px;
    height: 10px;
    opacity: 1;
}

#moive .swiper-pagination-bullets .swiper-pagination-bullet-active {
    border:3px solid #989898;
    background-color: #fff;
}
#moive .swiper-button-prev {
    left: 10px;
    top: 50%;
    opacity: 0.4;
    border-radius: 50%;
    width: 38px;
    background-size: 26px;
    height: 38px;
}
#moive .swiper-button-next {
    right: 10px;
    top: 50%;
    opacity: 0.4;
    border-radius: 50%;
    width: 38px;
    background-size: 26px;
    height: 38px;
}
#moive .swiper-button-prev:hover,
#moive .swiper-button-next:hover{
    opacity: 0.8;
}



.productBox  .Text{
    margin: 60px 0 0 0;
    padding: 0 10px;
}
.productBox  .Text h1{
    font-size: 18px;
    font-weight: 700;
    border-left: 4px rgb(192, 0, 0) solid;
    color: rgb(0, 0, 0);
    padding-left: 3px;
    display: inline-block;
    margin: 0 0 12px  0;
}
.productBox  .Text p.time{
    color: #999;
    font-size: 12px;
}
.productBox  .Text .textText{
    margin-bottom: 40px;
}



@media screen and (max-width: 1000px) {
    #moive{
        padding: 0;
        margin: 0 0 20px 0;
    }
    .productBox .Text {
        margin: 30px 0 0 0;
        padding: 0;
    }



}
