
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* 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;
    transition: 300ms;
    transform: scale(0.8);
}
.swiper-slide-active,.swiper-slide-duplicate-active{
    transform: scale(1);
}
#swiper_tu1{
   width:100%;
   margin:0 auto;
   max-width: 1200px;
}
#swiper_tu1 .swiper-pagination-bullet {
  
    background:  #d7ac70;

}
#swiper_tu1 .swiper-slide-active{
    z-index: 9999;
    /* width:; */
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  
    left: 0;
    width: 100%;
    top: 210px;
}

/*pc端  */
.swiper-pagination {
    position: relative;
    display: flex;
    justify-content: center;
    margin-top: 35px;
    /* flex-wrap: wrap */
}
.swiper-pagination-bullet-active {
    background: #d7ac70;
}
.swiper-pagination-bullet {
    width: 40px;
    height: 8px;
    border-radius: 4px;
    margin: 0 8px;
}
.swiper-slide {
    flex-direction: column;
    background: none;
}
.swiper-slide p:first-of-type {
    margin-top: 16px;
    font-weight: bold;
}
.swiper-slide img {
    width: 100%;
}
.swiper_describe {
    font-size: 14px;
    text-align: center;
    width: 50%;
    margin: 10px auto 0;
}
.two{font-size: 14px;line-height:.36rem; color:#c1c1c1;font-weight:unset;}
@media screen and (max-width: 1920px) {

}
/* 移动端 */
@media screen and (max-width: 1024px) { 
    #swiper_tu1 {
        margin-top: 0.4rem;
    }
    .swiper_describe {
        width: 80%;
    }
    .swiper-slide-active,.swiper-slide-duplicate-active{
        transform: scale(0.9);
    }
}