.zxbg{
    background-color:#13131B !important;
}
.zxbg_top {
    padding:  6px 6px !important;
    box-sizing: border-box;
}
.zxbg_top .zp_div_tops_img img{
    width: 97px;
    height: auto;
}
.zxbg_top li a{
    color: #ffffff;
}
.zx_quality_series img{
    /* margin: auto; */
    width: auto ;
    height: 26px!important;
    max-height: 26px !important;
}
.dzhis img{
    width: 16px !important;
    height: 21px !important;
    max-height: 21px !important;
    

}
.swiperLunb {
    /* height: 500px; */
    /* background: linear-gradient(135deg, #1a2a6c, #b21f1f, #fdbb2d); */
    color: white;
}
.slide-content {
    position: absolute;
    top: 0;
    left:0;  
    bottom: 0; 
    width: 100%;
    /* z-index: 9000;  */

}
.swiper-slide{
    /* height: 500px; */
    position: relative;

} 
  .lunimgs{
    width: 100%;
}
.slide-content-item{
    height: 100%;
    min-width: 80%;
}
.slide-title{
    line-height: 55px;
    font-weight: bold;
}
.slide-title, .slide-text {
    transition: opacity 0.5s ease, transform 0.5s ease;
    will-change: opacity, transform;
}
.you1img {
    opacity: 0;
    transform: translateX(-10px);
    transition: all 0.3s ease;
    position: absolute;  /* 新增 */
    width: 0;          /* 新增 */
    height: 0;         /* 新增 */
}

.button:hover .you1img,
.button:active .you1img {
    opacity: 1;
    transform: translateX(0);
    position: static;   /* 新增 */
    width: auto;       /* 新增 */
    height: auto;      /* 新增 */
}
.lixs img{
    width: 21px !important;
    height: 21px!important;
    max-height: 21px;
}
.zx-sdass-p{
    line-height: 35px;
}
.zx-sdass-h3{
    line-height: 60px;
}
.pt_img{
    width: 100%;
    
    background-image: url('/img/h-2.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.l_flex_divs{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 5;
}
.wow {
    /*visibility: hidden;*/
    /*animation-duration: 1s;*/
}
 .borders{
    border-top: 1px solid #EDEDED;
 }