.driver-content{
    min-width: 1200px;
    background-color: #FFF;
    margin-top: 50px;
    width: 100%;
}
.top-content{
    position: relative;
}
.top-content-right{
    position: absolute;
    left: 39%;
    top: 26%;
    /* padding-top: 16%; */
    /* padding-bottom: 230px; */
    /* height: 100%; */
    width: 50%;
    margin-left: 11%;
}
.top-content-right-p1{
    padding-right: 280px;
    text-align: right;
}

.center1-content{
    display: flex;
    justify-content: center;
}
.center1-box{
    width: 1200px;
    text-align: center;
}
.center1-box-point{
    display: inline-block;
    width: 4px;
    height: 4px;
    background-color: #ffc571; 
    margin-right: 5px;
    margin-bottom: 2px;
}
.center1-box-div1{
    width: 600px;
    margin-left: calc((100% - 600px)/2);
    line-height: 2.0;
}
.center-img-box{
    padding-top: 50px;
    display: flex;
    justify-content: center;
    padding-bottom: 150px;
}
.center2-content{
    display: flex;
    justify-content: center;
    margin: 0 auto;
}
.center2-content-left{
    flex: 1;
}
.center2-content-right{
    flex: 1;
    margin-left: 20px;
    padding-top: 50px;
}
.center2-content-right-p2{
    padding-bottom: 65px;
}
.center2-content-btn{
    width: 165px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 5px;
    border: 1px solid #e4e4e4;
    margin-top: 20px;
}
.center-content-div{
    width: 450px;
    line-height: 26px;
}
.center2-content-right-600{
    width: 600px;
}
.flex-right{
    display: flex;
    justify-content: flex-end;
    padding-top: 160px;
}

.bottom-cricle{
    width: 100%;
    display: flex;
    justify-content: center;
    height: 150px;
}
.bottom-cricle-box{
    display: flex;
    justify-content: center;
    padding: 50px 0 30px 0;
}
.swiper-pagination-bullet{
    margin: 0 5px;
}

.bottom-box{
    height: 455px;
    width: 100%;
    position: relative;
    padding-top: 75px;
}

.bottom-img-box{
    width: 1100px;
    height: 455px;
    margin: 0 auto;
    margin-top: -110px;
    
}
.bottom-bgimg{
    position: absolute;
    height: 100%;
}
.swiper-slide{
    display: flex;
    justify-content: center;
    align-items: center;
}
.swiper-slide-active .bottom-img-item{
    transform: scale(1.571);
}
.bottom-img-item{
    height: 290px;
    width: auto;
    display: flex;
    justify-content: center;
}
.bottom-pagination{
    top: -50px;
}
.bottom-size-box{
    height: 100px;
}


/* 其他 */

.pd-b-60{
    padding-bottom: 60px;
}
.pd-b-150{
    padding-bottom: 150px;
}

/* 清除Padding */
.pd-l-0{
    padding-left: 0;
    margin-left: 0;
}

/* 字体大小 */
.f-8{
    font-size: 8px;
}
.f-12{
    font-size: 12px;
}
.f-16{
    font-size: 16px;
}
.f-18{
    font-size: 18px;
}
.f-28{
    font-size: 28px;
}
.f-60{
    font-size: 60px;
}

/* 字体颜色 */
.color-yellow{
    color: #ffc571;
}
.color-white{
    color: #FFF;
}
.color-blue{
    color: #30579f;
}

/* 字体重量 */
.fw-blod{
    font-weight: bold;
}

.img-w100{
    width: 100%;
}

/* 特殊处理 */
@media screen and (max-width: 1500px) {
    .center2-content-right {
        padding-top: 20px;
    }
    /* .flex-right{
        padding-top: 40px;
    } */
}