/*swiper样式*/
/*  111*/
.bannerSwiper {
    width: 100%;
    display: block;
    background-color: red;
}

.mySwiperbanner {
    width: 100%;
    height: 100% !important;
}

.header {
    display: block;
}
.header .navbar{
    background: rgba(0,0,0,0.3);
    /*height: 53px;*/
}

.swiper_slide_xin {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    height: 0 !important;
    padding-bottom: 36%;
  
}
.banner2{
    cursor: pointer;
}
.banner3{
    cursor: pointer;
}
.swiper_slide_xin img {
    display: block;
    width: 100%;
    object-fit: cover;
}

.swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    color: #000;
    opacity: 1;
    background: rgba(0, 0, 0, 0.2);
  }

  .swiper-pagination-bullet-active {
    color: #fff;
    background: white;
  }

/* .swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
    color: red !important;
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
    color: red !important;
} */

/* .mySwiperbanner ::v-deep .swiper-pagination-bullet-active {
    background-color: orangered;
} */


/* .swiper-pagination .swiper-pagination-clickable .swiper-pagination-bullets
.swiper-pagination-bullet .swiper-pagination-bullet-active{
    background-color: red !important;
} */

.swiper-pagination .swiper-pagination-bullet-active {
    background: white;
  }

  .synopsis_bg .synopsis_content{
    position: absolute;
    top: 0px;
    z-index:22;
  }
  .synopsis_bg .titleContent{
      margin-top: 300px;
  }

.supportContent>li:first-of-type{
    width: 17%;
}
.supportContent>li:nth-of-type(2){
	width: 17%;
}
.supportContent>li:nth-of-type(3) {
	width: 15%;
}
.supportContent>li:nth-of-type(4) {
	width: 23%;
}
.supportContent > li:nth-of-type(5) {
    width: 26%;
}
.jw-skin-bce .jw-controlbar{
    width: 100%;
}

/* 1111 */


@media only screen and (max-width: 750px) {
    .synopsis_bg .synopsis_content{
        margin: -20px 20px 0 0;
    }
    .synopsis_bg .titleContent{
        margin-top: 320px;
    }
    .swiper_slide_xin{
        padding-bottom: 56.254%;
    }
    .swiper_slide_xin img {
        display: block;
        width: 100%;
        object-fit: cover;
    }
    .mySwiperbanner .swiper-button-next, .swiper-button-prev{
        margin-top: 0px;
    }
    .mySwiperbanner .swiper-button-prev, .swiper-container-rtl .swiper-button-next{
        margin-top: 0px;
    }
}
@media only screen and (max-width: 600px) {
    .synopsis_bg .titleContent {
        margin-top: 320px;
    }
}
@media only screen and (max-width: 550px) {
    .synopsis_bg .titleContent {
        margin-top: 340px;
    }
}
@media only screen and (max-width: 500px) {
    .synopsis_bg .titleContent {
        margin-top: 350px;
    }
}
@media only screen and (max-width: 450px) {
    .synopsis_bg .titleContent {
        margin-top: 360px;
    }
}
@media only screen and (max-width: 400px) {
    .synopsis_bg .titleContent {
        margin-top: 380px;
    }
}
@media only screen and (max-width: 350px) {
    .synopsis_bg .titleContent {
        margin-top: 400px;
    }
}
