.banner {
    height: 437px;
    background: url(../../images/business/dirverschool/banner@2x.png) no-repeat;
    background-size: cover;
    position: relative;
}
.bannerContent {
    position: absolute;
    right: 21%;
    text-align: center;
    margin-top: 92px;
}

.banner .t1,
.banner .t2 {
    font-weight: 500;
    color: #fff;
    text-align: center;
}
.banner .t1 {
    padding-top: 190px;
    font-size: 50px;
}
.banner .t2 {
    font-size: 25px;
    padding-top: 30px;
}

.actionContent {
    width: 1200px;
    margin: 0 auto;
    padding-top: 100px;
}
.actionContent h3 {
    color: #3a416f;
    font-size: 40px;
    text-align: center;
    margin-bottom: 76px;
}
.actionContentBody {
    zoom: 1;
}
.actionContentBody:after {
    content: '';
    display: block;
    clear: both;
}

.actionMaintain {
    background: #F8F8F8;
    text-align: center;
    height: 665px;
    display: flex; justify-content: center; align-items: center;
}
.actionMaintain h2 {
    color: #333333;
    font-size: 40px;
    font-weight: 500;
}
.actionMaintain .actionContent > p {
    color: #b0b3c5;
    font-size: 20px;
    margin-bottom: 28px;
}
.actionMaintain .question {
    display: flex;
    margin-top: 60px;
}
.actionMaintain .question li {
    height: 362px;
    background-color: #ffffff;
    border-radius: 20px; width: 295px;
    margin-left: 10px;
    display: flex;
    flex-direction: column;
    align-items:center;
    overflow: hidden;
    box-sizing: border-box;
    -webkit-background-size: cover;
    background-size: cover;
}
.actionMaintain .question li:nth-child(1):hover {
    background-image: url('../../images/business/dirverschool/questionbg_01.png');
}
.actionMaintain .question li:nth-child(2):hover {
    background-image: url('../../images/business/dirverschool/questionbg_01.png');
}
.actionMaintain .question li:nth-child(3):hover {
    background-image: url('../../images/business/dirverschool/questionbg_01.png');
}
.actionMaintain .question li:nth-child(4):hover {
    background-image: url('../../images/business/dirverschool/questionbg_01.png');
}
.actionMaintain .question li:nth-child(5):hover {
    background-image: url('../../images/business/dirverschool/questionbg_01.png');
}
.questionContent{ display: flex; align-items: center; flex-direction: column; margin-top: 76px }
.actionMaintain .question .title{
    font-weight: 500;
    font-size: 26px;
    color: #333333;
}
.actionMaintain .question .content{
    font-size: 18px;
    color: #333333;
    margin-top: 14px;
    width: 217px;
    text-align: left;
    font-weight: 400;
}
.actionMaintain .question .img{ width: 96px; height: 92px; margin-top: 39px; margin-bottom: 75px;}
.img>img{width: 100%; height: 100%}
.actionMaintain .actionContentBody {
}
.actionMaintain .actionContentBody li {
    float: left;
    width: 240px;
    height: 360px;
    position: relative;
}
.actionMaintain .actionContentBody li:hover span {
    transform: scaleY(0.28);
    opacity: 0.88;
}
.actionMaintain .actionContentBody li:hover p {
    transform: translateY(130px);
}
.actionMaintain .actionContentBody img {
    width: 240px;
    height: 360px;
}
.actionMaintain .actionContentBody span {
    display: block;
    width: 240px;
    height: 360px;
    position: absolute;
    left: 0;
    top: 0;
    background: #246ee6;
    opacity: 0.5;
    transition: all 1s ease;
    transform-origin: bottom center;
    -moz-transition: all 1s ease; /* Firefox 4 */
    -moz-transform-origin: bottom center;
    -webkit-transition: all 1s ease; /* Safari 和 Chrome */
    -webkit-transform-origin: 100% 100%;
    -o-transition: all 1s ease; /* Opera */
    -o-transform-origin: bottom center;
}
.actionMaintain .actionContentBody p {
    width: 100%;
    font-size: 25px;
    color: #fff;
    position: absolute;
    left: 0;
    top: calc(50% - 16px);
    transition: all 1s ease;
    transform-origin: bottom center;
    -moz-transition: all 1s ease; /* Firefox 4 */
    -moz-transform-origin: bottom center;
    -webkit-transition: all 1s ease; /* Safari 和 Chrome */
    -webkit-transform-origin: 50% 50%;
    -o-transition: all 1s ease; /* Opera */
    -o-transform-origin: bottom center;
}

.actionPickUpCar {
    background: #ffffff;
    text-align: center;
}
.actionPickUpCar h2 {
    color: #333333;
    font-size: 40px;
    font-weight: 500;
}
.actionPickUpCar .advantage {
    display: flex;
    flex-wrap: wrap;
    width: 1320px;
    margin-top: 60px;
    margin-bottom: 56px;
}
.actionPickUpCar .actionContent > p {
    color: #b0b3c5;
    font-size: 20px;
    margin-bottom: 28px;
}
.actionPickUpCar .advantage li {
     display: flex;
    flex-direction: column;
    align-items: center;
    width: 270px;
    height: 312px;
    margin-left: 80px;
    margin-top: 20px;
}
.actionPickUpCar .advantage li .img{
    width: 80px; height: 80px;
    margin: 55px auto 32px;
}
.actionPickUpCar .advantage li:nth-child(4n+1){
    margin-left: 0px;
}
.actionPickUpCar .advantage li .title{
    font-size: 26px; color: #333333; font-weight: 500;
}
.actionPickUpCar .advantage li .content{
    font-size: 18px; color: #666666; margin-top: 19px; width: 217px; text-align: left; line-height: 30px; font-weight: 400;
}
.actionPickUpCar .actionContentBody h5 {
    color: #323232;
    font-size: 18px;
    margin-bottom: 12px;
}
.actionPickUpCar .actionContentBody p {
    color: #989898;
    font-size: 14px;
    margin-bottom: 10px;
}
.actionPickUpCar .actionContentBody img {
    width: 286px;
    height: 200px;
}

.actionMakeAppointment {
    background: #fff;
    text-align: center;
    height: 665px;
}
.actionMakeAppointment h2 {
    color: #3a416f;
    font-size: 40px;
    margin-bottom: 18px;
}
.actionMakeAppointment .actionContent > p {
    color: #b0b3c5;
    font-size: 20px;
    margin-bottom: 28px;
}
.actionMakeAppointment .actionContentBody {
}
.actionMakeAppointment .actionContentBody li {
    float: left;
    margin-right: 80px;
}
.actionMakeAppointment .actionContentBody li:last-child {
    margin-right: 0;
}
.actionMakeAppointment .actionContentBody img {
    width: 240px;
    height: 260px;
    display: block;
}
.actionMakeAppointment .actionContentBody p {
    height: 100px;
    color: #fff;
    font-size: 25px;
    line-height: 100px;
    background: #246ee6;
}

.actionServe {
    background: #fff;
    height: 1110px;
}
.actionServe h2 {
    color: #3a416f;
    font-size: 40px;
    margin-bottom: 18px;
    text-align: center;
}
.actionServe .actionContent > p {
    color: #b0b3c5;
    font-size: 20px;
    margin-bottom: 28px;
    text-align: center;
}
.actionServe .actionContentBody {
}
.actionServe .actionContentBody > li {
}
.actionServe .actionContentBody > li:after {
    content: '';
    display: block;
    clear: both;
}
.actionServe .actionContentBody ul {
    padding: 70px 80px 0;
}
.actionServe .actionContentBody ul li {
    color: #323232;
    font-size: 20px;
    line-height: 36px;
}
.actionServe .bottomLine {
    width: 60px;
    height: 5px;
    background: #246ee6;
    margin-top: 40px;
}
.actionServe .actionContentBody .textBox1 {
    float: left;
    width: 50%;
    background: #f5f5f7;
    height: 400px;
}
.actionServe .actionContentBody .serverImg1 {
    float: right;
    display: block;
    width: 50%;
    height: 400px;
}
.actionServe .actionContentBody .textBox2 {
    float: right;
    width: 50%;
    background: #f5f5f7;
    height: 400px;
}
.actionServe .actionContentBody .serverImg2 {
    float: left;
    display: block;
    width: 50%;
    height: 400px;
}

.actionRescue {
    background: #fff;
    height: 1062px;
}
.actionRescue h2 {
    color: #3a416f;
    font-size: 40px;
    margin-bottom: 18px;
    text-align: center;
}
.actionRescue .actionContent > p {
    color: #b0b3c5;
    font-size: 20px;
    margin-bottom: 28px;
    text-align: center;
}
.actionRescue .actionContent {
    width: 100%;
}
.actionRescue .actionContentBody {
    position: relative;
}
.actionRescue .actionContentBody .colorBlock1 {
    background: #3879e3;
    width: 100%;
    height: 558px;
}
.actionRescue .actionContentBody .colorBlock2 {
    background: #e0f3ff;
    width: 100%;
    height: 280px;
}
.actionRescue .actionContentBody .rescueContentBox {
    position: absolute;
    top: 0;
    left: calc(50% - 501px);
}
