.qx19554 {
    max-width: 1200px;
    padding: 0px 10px;
    margin: 0 auto;
    position: relative;
}
.qx19554 .addcolor {
    display: none;
}
.qx19554 .title {
    font-size: 36px;
    padding: 5px 0 30px 4px;
}

.qx19554 .photo_ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.qx19554 .photo_li {
    width: calc(100% / 3 - 10px);
    margin: 5px;
    position: relative;
    outline: none;
}
.qx19554 .photo_li:hover{
    cursor:pointer;

}


.qx19554 .photo_li:hover img:nth-child(1) {
    opacity: 0
}

.qx19554 .photo_li:hover img:nth-child(2) {
    opacity: 1;
}

.qx19554 .photo_li:hover .banner-description {
    color: #FFF;
}

/* .qx19554 .photo_li:nth-child(n + 6) ~ li{
    display: none;
} */




.qx19554 .images {
    width: 100%;
    height: 491.47px;
    position: relative;
}

.qx19554 .images img {
    width: 100%;
    height: 100%;
    object-fit: cover;

}

.qx19554 img:nth-child(1) {
    transition: 0.5s;
    opacity: 1;
}

.qx19554 img:nth-child(2) {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: 0.5s;
}

.qx19554 .banner-description {
    width: 80%;
    position: absolute;
    top: 36px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    transition: 0.5s;

}

.qx19554 .banner-description .container {
    width: 100%;
}

.qx19554 .container .banner-name {
    text-align: center;
}

.qx19554 .banner-docs {
    text-align: center;
    word-break: break-word;
}

.qx19554 .show1 {
    margin-bottom: 50px;
}

.qx19554 .hide1 {
    margin-bottom: 50px;
}

.qx19554 .more {
    text-align: center;
}

.qx19554 .more .more_show {
    color: black;
    margin: 50px auto 0;
    text-align: center;
    padding: 20px;
    background: #F5F5F5;
    width: 200px;
    transition: 0.5s;
    display: block;
    /* position: absolute;
    left: 50%;
    transform: translateX(-50%); */
}

.qx19554 .more_show:hover {
    background: black;
    color: #FFF;
}

.qx19554 .more .more_hide {
    color: black;
    margin: 50px auto 0;
    text-align: center;
    padding: 20px;
    background: #F5F5F5;
    width: 200px;
    transition: 0.5s;
    display: block;
    /* position: absolute;
    left: 50%;
    transform: translateX(-50%); */
}

.qx19554 .more_hide:hover {
    background: black;
    color: #FFF;
}
.qx19554 .moreBtn{
    opacity: 0;
}


/* .backstage-body-canvas #backstage-footArea .siteblocks-setting-wrap .rowsOpts {
     top: 50%;
    bottom: none;
} */
/* .qx19554 .backstage-body-canvas #backstage-footArea .siteblocks-setting-wrap .rowsOpts {
    top: 50%;
    bottom: none;
} */
@media screen and (max-width: 900px) {
    .qx19554 .photo_li {
        width: calc(50% - 10px);
    }
   
}


@media screen and (max-width: 510px) {
    .qx19554 .photo_li {
        width: 100%;
    }
}