.gallery-wrapper {
    width: 100%;
    background-color: #fff;
}

.gallery-wrapper .header {
    height: 40px;
    border-bottom: 1px solid #c91116;
    margin-bottom: 10px;
}

.gallery-wrapper .header span {
    position: relative;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    background-color: #c91116;
    padding-left: 14px;
}

.gallery-wrapper .header span::after {
    position: absolute;
    right: -23px;
    top: 0;
    display: inline-block;
    content: "";
    width: 23px;
    height: 40px;
    background-image: url(/uploads/image/images/qmydz-header-right.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.gallery-wrapper .main {
    width: 898px;
    margin: 32px auto 0;
}

.gallery-wrapper .content {
    padding-bottom: 40px;
    line-height: 32px;
}

.gallery-wrapper .content p {
    font-family: microsoftyahei;
    margin-bottom: 20px;
    text-indent: 35px;
}

.swiper-button-next,
.swiper-button-prev {
    width: 56px;
    height: 56px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}


.swiper-button-next {
    background-image: url(/uploads/image/images/qmydz-icon_right.png);
    right: 30px;
}

.swiper-button-prev {
    background-image: url(/uploads/image/images/qmydz-icon_left.png);
    left: 30px;
}

.swiper-slide-item{
    display: inline-block;
    width: 167.6px;
    height: 280px;
    margin:0  25px;
    position: relative;
}
.ztxc-swiper-title{
    width: 196px;
    height: 80px;
    margin-bottom: 10px ;
    color: rgba(45, 23, 14, 100);
    font-size: 20px;
    text-align: left;
    font-family: microsoftyahei-bold;
    font-size: 22px;
    margin: 0 auto;
    margin-bottom: 32px;
    text-align: center;
    line-height: 80px;
    /* background:   left left no-repeat, right right no-repeat; */
    background: url(/uploads/image/images/qmydz-fubiaoti.png) center right no-repeat,

            url(/uploads/image/images/qmydz-fubiaoti.png) center left  no-repeat;  

    background-size: 29px 59px;
}
/* .ztxc-swiper-title-box{
    width: 166px;
    height: 80px;
    margin: 0 20px;
} */
.ztxc-swiper {
    position: relative;
    width: 898px;
    height: 540px;
    overflow: hidden;
    margin-bottom: 80px;
}

.ztxc-swiper .swiper-slide {
    /* width: 300px; */
    cursor: pointer;
}


.ztxc-swiper .swiper-slide .explain {
    position: absolute;
    z-index: 1;
    right: 14px;
    bottom: 30px;
    color: #fff;
    font-size: 16px;
}

.ztxc-swiper a {
    display: inline-block;
}

.ztxc-swiper img {
    width: 167.6px;
    object-fit: cover;
}

.bigimage {
    display: none;
    position: fixed;
    z-index: 999;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 486px;
    height: 769px;
}

.bigimage img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.bigimage .close {
    position: absolute;
    right: 24px;
    top: 24px;
    width: 26px;
    height: 26px;
    background-image: url(/uploads/image/images/qmydz-close.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    cursor: pointer;
}