.solutions2-content{
    border-bottom: 1px solid #DFDFDF;
    border-top: 1px solid #DFDFDF;
}
.pageOne {
    height: 244px;
    width: 100%;
    background: #FFFFFF;
    overflow: hidden;
}


.pageOne .pageOne_title {
    margin-top: 60px;
    text-align: center;
    height: 45px;
    font-size: 32px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #000000;
    line-height: 45px;
}

.pageOne .pageOne_describe {
    width: 672px;
    height: 64px;
    font-size: 20px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #000000;
    line-height: 32px;
    margin: 0 auto;
    margin-top: 15px;
}

.pageTwo {
    width: 100%;
    min-height: 200px;
    /* height: 1032px; */
    background: #F5F5F5;
    position: relative;
}
.pageTwo>.pageTwo_brand{
    margin-bottom: 20px;
}
.pageTwo .pageTwo_btn {
    width: 184px;
    height: 60px;
    background: #FFFFFF;
    border-radius: 4px;
    line-height: 60px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 20px;
    cursor: pointer;
}

.pageThree {
    overflow: hidden;
    width: 100%;
}

.pageThree .pageThree_title {
    height: 45px;
    font-size: 32px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #000000;
    line-height: 45px;
    text-align: center;
    margin-top: 120px;
}

.pageThree .pageThree_describe {
    margin-top: 15px;
    height: 32px;
    font-size: 20px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #000000;
    line-height: 32px;
    text-align: center;
}

.pageFour {
    overflow: hidden;
    width: 1140px;
    margin: 0 auto;
    position: relative;
}

.pageFour .pageFour_line {
    width: 1140px;
    height: 1px;
    background: #C7C7C7;
    margin-top: 60px;
}

.pageFour .pageFour_allBoxs {
    display: flex;
}

.pageFour .pageFour_allBoxs .pageFour_box {
    width: 106px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.7);
}

.pageFour .pageFour_allBoxs .pageFour_box:hover {
    margin-top: -2px;
    font-weight: 500;
    color: #000;
    cursor: pointer;
    border-top: 2px solid #9C1D22;
    z-index: 1;
}

.pageFour .pageFour_allBoxs .active {
    margin-top: -2px;
    font-weight: 500;
    color: #000;
    border-top: 2px solid #9C1D22;
}

.pageFour .pageFour_allBoxs::-webkit-scrollbar {
    display: none;
}

.pageFour .pageFour_allImgs {
    margin-top: 60px;
    /* display: flex; */
    overflow-y: scroll;
    margin-bottom: 182px;
}

.pageFour .pageFour_allImgs .pageFour_allImg {
    margin-right: 30px;
}

.pageFour .pageFour_allImgs .pageFour_allImg img {
    width: 300px;
    height: 300px;
}

.pageFour .pageFour_allImgs .pageFour_name {
    margin-top: 10px;
    line-height: 24px;
    font-size: 14px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #61646A;
    width: 300px;

}

.pageFour .pageFour_allImgs .pageFour_unit {
    line-height: 24px;
    font-size: 14px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #61646A;
    width: 300px;
    
}

.pageFour .pageFour_allImgs::-webkit-scrollbar {
    display: none;
}

.swiper-slide{
    width: auto!important;
    margin-right: 15px!important;
    }
.swiper-scrollbar {
    width: 623px !important;
    height: 2px !important;
    background: rgba(161,162,169, 0.5) !important;
    left: 0;
    right: 0;
    position: absolute;
    margin: 0 auto;
    bottom: 120px !important;
}

    .swiper-scrollbar-drag {
    background: #9C1D22 !important;
}
  