.navbar-inverse {
    background: transparent !important;
}

/************* banner部分 ******************/
.home-BannerCon {
    width: 100%;
    height: 90%;
    background: url("../images/home/home-banner.jpg") no-repeat center top;
    background-size: 100% 100%;
}

.home-BannerCon .txtpic {
    width: 74%;
    height: 100%;
    margin: 0 auto;
    position: relative;
    padding-top: 160px;
}

.homeimage {
    align-content: end;
    align-items: flex-end;
    height: 100%;
}

.hometxt .bnpicone {
    margin-top: 30px;
    width: 84%;
}

.hometxt .bnpictwo {
    width: 60%;
    margin-top: 30px;
}

.godownpic {
    width: 10%;
    position: absolute;
    bottom: 30px;
    left: 50%;
}

.godownpic img {
    width: 50px;
    height: 50px;
}

/************* banner下 4个板块部分 ******************/

.teamwork {
    width: 62%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    height: 180px;
}

.teamwork > div.teamwork-Main {
    width: 25%;
    height: 180px;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
    transition: 1s;
    -webkit-perspective: 500;
    -moz-perspective: 500;
    -ms-perspective: 500;
    perspective: 500;
    -ms-transform: perspective(500px);
    -moz-transform: perspective(500px); /*重要*/
    transform-style: preserve-3d; /*重要*/
}

.flipper {
    position: relative;
    width: 100%;
    height: 100%;
    -webkit-transform-style: preserve-3d;
    -webkit-transition: 1s;
    -moz-transform-style: preserve-3d;
    -moz-transition: 1s;
    transform-style: preserve-3d; /*重要*/
    transition: 1s;
}

/* 触发翻转 */
.teamwork-Main:hover .flipper {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    transform: rotateY(180deg);

}

.front, .back {
    position: absolute;
    left: 0;
    top: 0;
    backface-visibility: hidden; /*重要*/
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.front {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    transform: rotateY(0deg);
    z-index: 2;
}

.back {
    font-size: 36px;
    color: white;
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.teamwork div img {
    width: 60px;
    margin: 6px auto;
    display: block;
    text-align: center;
}

.teamwork div p {
    margin: 6px 0;
    color: #ffffff;
    font-size: 18px;
    text-align: center;
}

.pinkcont {
    background: #e56d71;
    perspective: 1000px;
    color: #ffcbcd !important;
}

.pinkcont p {
    color: #ffcbcd !important;
}

.redcont {
    background: #cc373c;
    perspective: 1000px;
}

.fontsize {
    font-size: 30px !important;
    text-align: center;
}

/******************* 加油业务的痛点和解决方案 *********************/

/* 业务痛点 */
.busithat {
    width: 62%;
    margin: 0 auto 50px auto;
    background: url("../images/home/phone-carBg.png") no-repeat center bottom;
    background-size: 100% auto !important;
    display: -webkit-flex;
    display: flex;
    align-content: end;
    align-items: flex-end;
    justify-content: space-between;
    flex-wrap: wrap;
}

.busithat > div:nth-child(1),
.busithat > div:nth-child(3) {
    padding: 30px 0 50px 0;
}

.busithat p {
    color: #424242;
    font-size: 14px;
}

.busithat .bttitle {
    font-size: 18px;
}

/* 解决方案 */
.solution {
    width: 62%;
    margin: 0 auto;
    padding: 0 4%;
    box-sizing: border-box;
}

.solution p {
    width: 70%;
    margin-left: 15%;
    margin-top: -30px;
    font-size: 14px;
    text-align: left;
}

/******************** 车主和油企的第一选择 **************/
.carpeople {
    width: 100%;
    background: url("../images/home/centerBG.jpg") no-repeat center top;
    background-size: 100% 100%;
    padding: 20px 0;
}

.caroil {
    width: 100%;
    height: auto;
    display: block;
    color: #ffffff;
    margin: 80px auto;
}

.caroil .choseeoil {
    font-size: 44px;
    text-align: center;
    padding: 20px 0;
    font-weight: normal;
    letter-spacing: 5px;
}

.caroilcont {
    width: 64%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 30px auto;
}

.caroilcont p {
    font-size: 14px;
}

.caroilcont .bor {
    border-left: 1px solid #fff;
}

.caroilcont p.caroiltitle {
    font-size: 24px;
    display: inline-block;
    margin-bottom: 16px;
    margin-right: 130px;
    border-bottom: 2px solid #cc373c;
}

/***************** 合作伙伴 ******************/
.partner {
}

.partner h2 {
    text-align: center;
}

.partnermer {
    width: 70%;
    margin: 20px auto;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}

.merchant {
    width: 160px;
    height: 52px;
    padding: 0;
    margin: 15px;
    overflow: hidden;
    background-size: 100% auto !important;
}

.merchant:hover {
    background-position: 0px -52px;
    padding: 0;
    cursor: pointer;
}

.mone {
    background: url("../images/partnerIcon/01.png") no-repeat center top;
}

.mtwo {
    background: url("../images/partnerIcon/02.png") no-repeat center top;
}

.mthree {
    background: url("../images/partnerIcon/03.png") no-repeat center top;
}

.mfore {
    background: url("../images/partnerIcon/04.png") no-repeat center top;
}

.eone {
    background: url("../images/partnerIcon/05.png") no-repeat center top;
}

.etwo {
    background: url("../images/partnerIcon/06.png") no-repeat center top;
}

.ethree {
    background: url("../images/partnerIcon/07.png") no-repeat center top;
}

.efore {
    background: url("../images/partnerIcon/08.png") no-repeat center top;
}

.yone {
    background: url("../images/partnerIcon/09.png") no-repeat center top;
}

.ytwo {
    background: url("../images/partnerIcon/10.png") no-repeat center top;
}

.ythree {
    background: url("../images/partnerIcon/11.png") no-repeat center top;
}

.yfore {
    background: url("../images/partnerIcon/12.png") no-repeat center top;
}

.qone {
    background: url("../images/partnerIcon/13.png") no-repeat center top;
}

.qtwo {
    background: url("../images/partnerIcon/14.png") no-repeat center top;
}

.qthree {
    background: url("../images/partnerIcon/15.png") no-repeat center top;
}

.qfore {
    background: url("../images/partnerIcon/16.png") no-repeat center top;
}

.none {
    background: url("../images/partnerIcon/17.png") no-repeat center top;
}

.ntwo {
    background: url("../images/partnerIcon/18.png") no-repeat center top;
}

.nthree {
    background: url("../images/partnerIcon/19.png") no-repeat center top;
}

.nfore {
    background: url("../images/partnerIcon/20.png") no-repeat center top;
}

.ione {
    background: url("../images/partnerIcon/21.png") no-repeat center top;
}

.itwo {
    background: url("../images/partnerIcon/22.png") no-repeat center top;
}

.ithree {
    background: url("../images/partnerIcon/23.png") no-repeat center top;
}

.ifore {
    background: url("../images/partnerIcon/24.png") no-repeat center top;
}

.lone {
    background: url("../images/partnerIcon/25.png") no-repeat center top;
}

.ltwo {
    background: url("../images/partnerIcon/26.png") no-repeat center top;
}

.lthree {
    background: url("../images/partnerIcon/27.png") no-repeat center top;
}

.lfore {
    background: url("../images/partnerIcon/28.png") no-repeat center top;
}

.dropdown-menu > li > a {
    color: #ababab !important;
    padding: 10px !important;
    font-size: 12px !important;
}

.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
    background: transparent !important;
}

/************************************************* 媒体查询 ************************************************/
@media (min-width: 1200px) {

}

@media (min-width: 992px) and (max-width: 1199px) {
    .teamwork, .busithat, .solution {
        width: 76%;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .home-BannerCon .txtpic {
        width: 84%;
    }

    .hometxt .bnpicone {
        width: 100%;
    }

    .hometxt .bnpictwo {
        width: 80%;
    }

    .caroilcont {
        width: 70%;
    }

    .teamwork, .busithat, .solution {
        width: 80%;
    }

    .caroil .choseeoil {
        font-size: 38px;
    }

    .merchant {
        margin: 15px 4px;
    }

}

/* col-xs  手机*/
@media screen and (max-width: 500px) {

    .hometxt .bnpicone, .hometxt .bnpictwo {
        width: 100%;
        margin: 6px 0 16px 0;
    }

    .homeBannerImg {
        width: 180px;
        margin: 0 auto;
        display: block;
    }
}

@media screen and (min-width: 501px) and (max-width: 767px) {

    .hometxt .bnpicone, .hometxt .bnpictwo {
        width: 68%;
        margin: 6px 0 16px 0;
    }

}

@media screen and (max-width: 767px) {
    /*** banner部分 ****/
    .home-BannerCon {
        background-size: 100% 100%;
        height: auto;
    }

    .homeBannerImg {
        width: 260px;
        margin: 0 auto;
        display: block;
    }

    .home-BannerCon .txtpic {
        width: 94%;
        height: auto;
        padding-top: 80px;
    }

    .homeimage {
        height: auto;
    }

    .godownpic {
        display: none;
    }

    /*** banner下 4个板块部分 ***/
    .teamwork, .busithat, .solution {
        width: 94%;
    }

    .teamwork {
        height: 360px;
    }

    .teamwork > div.teamwork-Main {
        width: 50%;
    }

    .pinkcont {
        border: 1px solid #fff;
    }

    .redcont {
        border: 1px solid #fff;
    }

    /*** 加油业务的痛点和解决方案 ***/
    /* 业务痛点 */
    .busithat {
        background: url("../images/home/business.png") no-repeat center bottom;
        background-size: 100% auto;
        padding-bottom: 50px;
    }

    .marginTitleTop {
        margin-top: 20px;
    }

    .busithat > div:nth-child(1), .busithat > div:nth-child(3) {
        padding: 4px 0;
    }

    /* 解决方案 */
    .solution img {
        margin-top: 14px;
    }

    .solution p {
        font-size: 12px;
    }

    /*** 车主和油企的第一选择 ***/
    .caroil {
        margin: 0px auto;
    }

    .caroil .choseeoil {
        font-size: 20px;
        text-align: center;
        font-weight: normal;
    }

    .caroilcont p {
        font-size: 10px;
    }

    .caroilcont p.caroiltitle {
        font-size: 16px;
        margin-right: 94px;
    }

    .caroilcont {
        width: 100%;
    }

    /*** 合作伙伴 ***/
    .partner h2 {
        font-size: 20px;
    }

    .partnermer {
        width: 94%;
        margin: 0 auto;
    }

    .merchant {
        width: 120px;
        height: 39px;
        margin: 12px 0;
    }

    .merchant:hover {
        background-position: 0 -39px;
    }
}
