.cyjc_swiper {
    position: relative;
    height: 520px;
    width: 100%;
}
.cyjc_swiper {
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 0;
}
.swiper-container {
    width: 100%;
    height: 100%;
    
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}


.gsdt_swiper{
    position: relative;
    height:100%;
    width: 400px;
    float: left;
}

.swiper-container3 .swiper-pagination-bullet{
    width: 12px;
    height: 12px;
    background-color: #d6d6d6 !important;
    opacity: 1 !important;
}
.swiper-container3 .swiper-pagination-bullet-active{
     width: 36px;
     height: 12px;
     background-color: #efbb4e !important;
     border-radius: 6px;
 }
 .swiper-container3 .swiper-pagination-bullets{
    left: 130px !important;
}


.swiper-container2 .swiper-pagination-bullet{
    width: 12px;
    height: 12px;
    background-color: #aeb0a7 !important;
    opacity: 1 !important;
}
.swiper-container2 .swiper-pagination-bullet-active{
     width: 12px;
     height: 12px;
     background-color: #fff !important;
     border-radius: 6px;
 }

