.container {
    position: relative;
    margin-bottom: 3rem;
    overflow: hidden;
}

.swiperContainer {
    width: 1034px;
    margin: auto;
    padding: 5rem 0 7.25rem;
    height: 55%;
}

.swiper {
    width: 1034px;
    height: 100%;
    display: flex;
    float: left;
}

.swiper >div {
    flex: 1;
}

.swiper .title:before {
    content: '';
    display: block;
    position: absolute;
    height: .2rem;
    width: 4.5rem;
    background: #db3340;
    left: 0;
    top: -3.5rem;
}

.swiper .title {
    position: relative;
    margin-top: 5rem;
}

.swiper .title span {
    display: inline-block;
}

.swiper .title span:first-child {
    font-size: 4rem;
    color: #5a5a5a;
    margin-right: 3rem;
}

.swiper .title span:last-child {
    font-size: 24px;
    color: #414141;
}

.swiper-slide .text {
    padding-top: 5rem;
    padding-right: 3rem;
    font-size: 2rem;
    line-height: 2.5rem;
    text-align: justify;
}

.slideBar {
    position: absolute;
    bottom: 0;
    width: 8rem;
    left: calc(50% - 4rem);
}

.slideBar >div {
    display: flex;
    justify-content: space-between;
}

.anchor, .slideBtn>div {
    display: flex;
    justify-content: space-between;
}

.anchor {
    width: .725rem;
    height: .725rem;
    border-radius: 50%;
    background: #bfbfbf;
    margin: 0 1.5rem 1.5rem;
}

.anchor:first-child {
    background: #444;
}

.slideBtn {
    font-size: 3rem;
    margin-top: 1rem;
    color: #a5a5a5;
    cursor: pointer;
}

.speedImg {
    width: 516px;
    height: 100%;
    margin: auto;
    overflow: hidden;
    position: relative;
}

.speedImgCount {
    width: 1548px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.speedImgCount .img {
    float: left;
    width: 516px;
}

.speedImgCount .img img {
    width: 100%;
}
.swiperContainer >.container {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.swiperContainer .swiperMove {
    position: absolute;
    width: 2068px;
    left: 0;
    top: 0;
}