@charset "utf-8";
/* CSS Document */

#mySwiper4 {
    position: relative;
    width: 100%;
    margin: 0 auto;
    height: 26vw;
    background: url(../images/视频背景.png);
    background-size: 100% 100%;
    padding-top: 4vh;
}

#mySwiper4 .swiper-container {
    /*padding-bottom: 60px;*/
}

#mySwiper4 .swiper-slide {
    width: 600px;
    box-shadow: 0 0px 30px #ddd;
    border-radius:26px

}

#mySwiper4 .swiper-slide .imgTp{
    display:block;
    width: 100%;
}
#mySwiper4 .swiper-slide p {
    line-height: 98px;
    padding-top: 0;
    text-align: center;
    color: #636363;
    font-size: 1.1em;
    margin: 0;
}

#mySwiper4 .swiper-pagination {
    width: 100%;
    bottom: 20px;
}

#mySwiper4 .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
    border: 3px solid #fff;
    background-color: #d5d5d5;
    width: 10px;
    height: 10px;
    opacity: 1;
}

#mySwiper4 .swiper-pagination-bullets .swiper-pagination-bullet-active {
    border: 3px solid #00aadc;
    background-color: #fff;
}
#mySwiper4 .swiper-container .swiper-wrapper .swiper-slide .swiper-slidetp{
    /*background: red;*/
    display: none;
    position: absolute;
    top: 46%;
    left: 45%;
}
#mySwiper4 .swiper-slide .imgTp:hover ~ .swiper-slidetp {
    display: block;
}
#mySwiper4 .swiper-slide .imgTp:hover {
    cursor: pointer;
}

.no-background {
    display: none;
}
.videBor{
    border-radius:26px
}
#mySwiper4 .videoText{
    text-align: center;
    font-size: 24px;
    height: 30%;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #fff;
    background: url(../images/视频下面的框.png);
    background-size: 100% 100%;
    padding-bottom: 16px;
}


