/************* banner部分 ******************/

.car-banner {
    background: url("../images/scheme/scheme-carIcon/scheme-carban.jpg") no-repeat center top;
}

@-webkit-keyframes MybounceInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes MybounceInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0);
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.MybounceInRight {
    -webkit-animation-name: MybounceInRight;
    animation-name: MybounceInRight;
}

@-webkit-keyframes MybounceInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes MybounceInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0);
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.MybounceInLeft {
    -webkit-animation-name: MybounceInLeft;
    animation-name: MybounceInLeft;
}

/************ 车服务业务范畴 下内容 ***********/

.caroperation {
    height: 420px;
    position: relative;
    display: block;
}

.caroperation::after {
    content: "";
    width: 100%;
    height: 190px;
    position: absolute;
    top: 115px;
    left: 0;
    z-index: 7;
    border: 4px solid #c72633;
    border-radius: 150px;
    display: block;
}

.carscope {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    z-index: 8;
    cursor: pointer;
    background-size: 36% auto !important;
}

.carscope {
    border: 1px solid #8f8e8e;
}

.carscope:hover {
    border: 1px solid #c72633;
    color: white;
}

.carscope p {
    font-size: 14px;
    margin: 0;
    padding-top: 40px;
    text-align: center;
    color: #8f8e8e;
}

.carscope:hover p {
    color: white;
}

.scopea {
    background: #ffffff url("../images/scheme/scheme-carIcon/carService-icon01.png") center 34% no-repeat;
    position: absolute;
    top: 74px;
    left: 10%;
}

.scopea:hover {
    background: #c72633 url("../images/scheme/scheme-carIcon/carService-iconActive01.png") center 34% no-repeat;
}

.scopeb {
    background: #ffffff url("../images/scheme/scheme-carIcon/carService-icon02.png") center 34% no-repeat;
    position: absolute;
    top: 74px;
    left: 27%;
}

.scopeb:hover {
    background: #c72633 url("../images/scheme/scheme-carIcon/carService-iconActive02.png") center 34% no-repeat;
}

.scopec {
    background: #ffffff url("../images/scheme/scheme-carIcon/carService-icon03.png") center 34% no-repeat;
    position: absolute;
    top: 74px;
    left: 44%;
}

.scopec:hover {
    background: #c72633 url("../images/scheme/scheme-carIcon/carService-iconActive03.png") center 34% no-repeat;
}

.scoped {
    background: #ffffff url("../images/scheme/scheme-carIcon/carService-icon04.png") center 34% no-repeat;
    position: absolute;
    top: 74px;
    left: 61%;
}

.scoped:hover {
    background: #c72633 url("../images/scheme/scheme-carIcon/carService-iconActive04.png") center 34% no-repeat;
}

.scopee {
    background: #ffffff url("../images/scheme/scheme-carIcon/carService-icon05.png") center 34% no-repeat;
    position: absolute;
    top: 74px;
    left: 78%;
}

.scopee:hover {
    background: #c72633 url("../images/scheme/scheme-carIcon/carService-iconActive05.png") center 34% no-repeat;
}

.scopecenter {
    width: 250px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #c72633;
    color: #ffffff;
    border-radius: 50px;
}

.scopecenter p {
    color: #fff;
    text-align: center;
    margin: 0;
    padding: 8px 0;
    font-size: 12px;
}

.scopef {
    background: #ffffff url("../images/scheme/scheme-carIcon/carService-icon06.png") center 34% no-repeat;
    position: absolute;
    bottom: 74px;
    left: 10%;
}

.scopef:hover {
    background: #c72633 url("../images/scheme/scheme-carIcon/carService-iconActive06.png") center 34% no-repeat;
}

.scopeg {
    background: #ffffff url("../images/scheme/scheme-carIcon/carService-icon07.png") center 34% no-repeat;
    position: absolute;
    bottom: 74px;
    left: 27%;
}

.scopeg:hover {
    background: #c72633 url("../images/scheme/scheme-carIcon/carService-iconActive07.png") center 34% no-repeat;
}

.scopeh {
    background: #ffffff url("../images/scheme/scheme-carIcon/carService-icon08.png") center 34% no-repeat;
    position: absolute;
    bottom: 74px;
    left: 44%;
}

.scopeh:hover {
    background: #c72633 url("../images/scheme/scheme-carIcon/carService-iconActive08.png") center 34% no-repeat;
}

.scopei {
    background: #ffffff url("../images/scheme/scheme-carIcon/carService-icon09.png") center 34% no-repeat;
    position: absolute;
    bottom: 74px;
    left: 61%;
}

.scopei:hover {
    background: #c72633 url("../images/scheme/scheme-carIcon/carService-iconActive09.png") center 34% no-repeat;
}

.scopej {
    background: #ffffff url("../images/scheme/scheme-carIcon/carService-icon09.png") center 34% no-repeat;
    position: absolute;
    bottom: 74px;
    left: 78%;
}

.scopej:hover {
    background: #c72633 url("../images/scheme/scheme-carIcon/carService-iconActive10.png") center 34% no-repeat;
}

/******************** 车服务业务优势 下内容 ********************/

.scheneserve {
    background: #c72633;
}

.cartxtpic {
    display: flex;
    justify-content: start;
    align-items: start;
    margin: 0 auto;
    padding: 30px 0 80px 0;
    flex-wrap: wrap;
    height: 260px;
}

.cartxtpic .schencont {
    width: 16.6%;
    height: 170px;
    text-align: center;
}

.cartxtpic .schencont img {
    width: 54%;
    margin-bottom: 12px;
}

.schencont p {
    width: 70%;
    margin: 0 auto;
    color: #ffffff;
    font-size: 12px;
    text-align: center;
}

/******************** 车服务合作意义 下内容 ********************/

.collaborate {
    width: 100%;
    height: auto;
    background: url("../images/scheme/scheme-carIcon/contpic.jpg") no-repeat center top;
    background-size: 100% 100%;
    padding-bottom: 60px;
}

.serbanner {
    margin: 0 auto;
    padding: 0;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    height: 470px;
    align-content: start;
    align-items: flex-start;
    justify-content: space-between;
}
.carservan {
    width: 32.6%;
    display: block;
    height: 230px;
    background: #eeeeed;
    margin: 4px 0;
    padding: 0;
    cursor: pointer;
    position: relative;
}

.maskcar, .maskcar:hover {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    box-sizing: border-box;
    height: 230px;
    position: relative;
    overflow: hidden;
    color: #333333;
    text-decoration: none;
}

.maskcarHover {
    position: absolute;
    left: -100%;
    top: 0px;
    width: 100%;
    height: 100%;
    background: url("../images/scheme/scheme-carIcon/icon-hover.png") no-repeat center center;
    -webkit-background-size: 100% 100% !important;
    background-size: 100% 100% !important;
    z-index: 100;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.maskcarHover-Main {
    width: 80%;
    height: 80%;
    margin: 10% auto;
    background-color: rgba(199, 38, 51, 0.753);
    color: #ffffff;
    text-align: center;
    flex-direction: column;
}

.carservan img {
    width: 20%;
    margin: 40px auto 20px auto;
    z-index: 20;
    display: block;
}

.maskcarHover-Main img {
    width: 24%;
}

.maskcar>p, .maskcarHover-Main>p {
    width: 80%;
    margin: 0 auto;
    text-align: center;
    z-index: 20;
}

.maskcarHover-Main>p {
    font-size: 12px;
}

/************************************************* 媒体查询 ************************************************/

@media (min-width: 1200px) {}

@media (min-width: 992px) and (max-width: 1199px) {}

@media screen and (min-width: 768px) and (max-width: 991px) {}

@media screen and (max-width: 767px) {
    /*** banner下标题 ***/
    .schenetxt {
        font-size: 15px;
    }
    /***车服务业务范畴 下内容 ***/
    .caroperation {
        width: 94%;
        margin: 0 3%;
    }
    .caroperation::after {
        content: "";
        width: 80%;
        height: 365px;
        position: absolute;
        top: 26px;
        left: 10%;
        z-index: 7;
        border-radius: 60px;
    }
    .carscope {
        width: 60px;
        height: 60px;
    }
    .carscope p {
        padding-top: 32px;
        font-size: 12px;
    }
    .scopea {
        left: 2%;
        top: 50px;
    }
    .scopeb {
        left: 43%;
        top: 4px;
    }
    .scopeg {
        left: 43%;
        bottom: 4px;
    }
    .scopec {
        right: 2%;
        left: auto;
        top: 50px;
    }
    .scoped {
        right: 2%;
        left: auto;
        top: 130px;
    }
    .scopej {
        left: 2%;
        top: 130px;
    }
    .scopee {
        right: 2%;
        left: auto;
        top: 213px;
    }
    .scopei {
        left: 2%;
        top: 213px;
    }
    .scopef {
        right: 2%;
        left: auto;
        top: 300px;
    }
    .scopeh {
        left: 2%;
        top: 300px;
    }
    .scopecenter {
        width: 60%;
        margin: 0 auto;
    }
    /*** 车服务业务优势 下内容 ***/
    .scheneserve {
        width: 100%;
    }
    .cartxtpic {
        padding: 0 0 20px 0;
        height: 540px;
    }
    .cartxtpic .schencont {
        width: 46%;
        padding: 20px 0;
    }
    .cartxtpic .schencont img {
        width: 66px;
    }
    /*** 车服务合作意义 下内容 ***/
    .carservan {
        width: 48%;
    }
    .carservan p {
        font-size: 12px;
    }
        
    .serbanner{
        height: 560px;
    }
    .carservan {
        height: 180px;
    }
    .maskcar, .maskcar:hover {
        height: 180px;
    }
}