.con_bor {
    margin-top: 30px;
}

.swiper-box {
    width: 90%;
    margin: 0 auto;
    position: relative;
}

.swiper-slide {
    position: relative;
}

.swiper-box img {
    width: 100%;
}

.swiper-box .text-box {
    position: absolute;
    width: 100%;
    height: 55px;
    line-height: 55px;
    background: rgba(0, 0, 0, 0.8);
    bottom: 0;
    left: 0;
    padding-left: 88px;
    box-sizing: border-box;
    color: #fff;
}

.swiper-box .swiper-pagination {
    position: absolute;
    left: 27px;
    bottom: 15px;
    font-size: 16px;
    width: auto;
    display: flex;
}

.swiper-box .swiper-pagination-current {
    font-size: 24px;
    color: #538ac2;
    margin-top: -10px;
}

.swiper-box .swiper-pagination-total {
    font-size: 14px;
    color: #fff;
    margin-top: 10px;
}

.swiper-box .swiper-button-next,
.swiper-box .swiper-button-prev {
    width: 70px;
    height: 70px;
    z-index: 5;
    background-size: 100% 100%;
}

.swiper-box .swiper-button-prev {
    left: 0;
    background-image: url(../images/details-img-swiper-prev.png);
}

.swiper-box .swiper-button-next {
    right: 0;
    background-image: url(../images/details-img-swiper-next.png);
}

.gl-zwgk-m .swiper-box .text-box {
    height: 3.3rem;
    line-height: 3.3rem;
    padding-left: 4.5rem;
}
.gl-zwgk-m .swiper-box .swiper-pagination {
    left: 1.3rem;
    bottom: 0.4rem;
}
.gl-zwgk-m .swiper-box .swiper-pagination-current {
    font-size: 1.5rem;
    margin-top: -2px;
}
.gl-zwgk-m .swiper-box .swiper-pagination-total {
    font-size: 0.9rem;
}
.gl-zwgk-m .swiper-box .swiper-button-next,
.gl-zwgk-m .swiper-box .swiper-button-prev {
    width: 3.5rem;
    height: 3.5rem;
}

.details-con {
    margin-top: 1.5rem;
}
.gl-zwgk-m .title-box {
    padding: 1.35rem 1.2rem !important;
    box-sizing: border-box;
    position: relative;
    z-index: 50;
    background: #4582be;
    margin: 1.5rem auto;
    border-bottom: none !important;
}
.gl-zwgk-m .title-box .text {
    font-size: 1.8rem;
    color: #fff !important;
}
.gl-zwgk-m .title-box .icon {
    position: absolute;
    width: 1.55rem;
    height: 0.8rem;
    background: url(../images/icon-jt.png) no-repeat center / 100%;
    top: 50%;
    right: 1.2rem;
    margin-top: -0.4rem;
    transition: all 0.3s;
}
.gl-zwgk-m .main-m .content .title-box .text {
    display: block;
    font-weight: 100;
}
.gl-zwgk-m .main-m .content .title-box .text::after {
    display: none;
}
.gl-zwgk-m .title-box .drop-down-box {
    position: absolute;
    height: 0;
    top: 100%;
    left: 0;
    background: #fff;
    width: 100%;
    overflow: hidden;
    transition: all 0.5s;
}
.gl-zwgk-m .title-box .drop-down-box.act {
    height: auto;
}
