@charset "utf-8";
/* Css Document */

/* banner 部分 */
.banner{
    width: 100%;
    position: relative;
}
.banner-img,.centent-img{
    width: 100%;
}
.banner-img img,.centent-img img{
    display: block;
    width: 100%;
    height: auto;
}

/* 导航 */
.electrification-nav{
    width: 50%;
    padding: 0 76px 52px 0;
    background: url(../images/bg-line.png) no-repeat right bottom / auto 110px;
    position: absolute;
    top: 75px;
    right: 2%;
    z-index: 1;
}
.electrification-nav-li{
    float: right;
    margin: 0 2.5%;
    line-height: 2.7;
    font-size: 18px;
    position: relative;
}
.electrification-nav-li:before{
    content: "";
    display: block;
    width: 15px;
    height: 10px;
    background: url(../images/icon-triangle.png) no-repeat center center /100% auto;
    position: absolute;
    bottom: -4px;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
}
.electrification-nav-li.active:before{
    opacity: 1;
}
.electrification-nav-li:hover:before{
    opacity: 1;
}
.electrification-nav-li a{
    color: #fff;
}
.electrification-nav-li-text{
    width: 305%;
    text-align: center;
    font-size: 12px;
    color: #fff;
    position: absolute;
    bottom: -70%;
    left: 50%;
    transform: translateX(-50%);
    display: none;
}
.electrification-nav-li-pos:hover .electrification-nav-li-text{
    display: block;
}

/* banner标题 */
.same-title-left,.same-title-right{
    float: left;
}
.banner-title{
    width: 100%;
    position: absolute;
    top: 28%;
    z-index: 1;
}
.banner-title .same-title-left{
    width: 31.35%; 
    margin-left: 20%;
}
.same-title .same-title-left img{
    display: block;
    width: 100%;
    height: auto;
}
.banner-title .same-title-right{
    width: 8.3%;
    margin: 7.5% 0 0 5%;
}
.same-title .same-title-right img{
    display: block;
    width: 100%;
    height: auto;
}

/* banner车 */
.banner-img{
    position: relative;
}
.banner-img-car-box{
    width: 100%;
    height: 35%;
    position: absolute;
    bottom: 19%;
}
.banner-img-car{
    position: absolute;
}
.banner-img-car a{
    display: block;
}
.banner-img-car1{
    width: 24.85%;
    top: 11%;
    left: 7%;
}
.banner-img-car2{
    width: 33.91%;
    top: -6%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}
.banner-img-car2-1{
    width: 27.91%;
    top: 7%;
    right: 8%;
    z-index: 1;
}
.banner-img-car3{
    width: 28.38%;
    right: 0;
}
.banner-img-car-img{
    width: 100%;
}
.banner-img-car-img img{
    display: block;
    width: 100%;
    height: auto;
}
.banner-img-car-text{
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    position: relative;
}
.banner-img-car-text a{
    color: #404040;
}
.banner-img-car1 .banner-img-car-text{
    background: url(../images/icon-triangle-bot.png) no-repeat 74% 55% / 15px auto;
    margin-top: 12%;
}
.banner-img-car2 .banner-img-car-text{
    background: url(../images/icon-triangle-bot.png) no-repeat 60% 55% / 15px auto;
    margin-top: -12%;
}
.banner-img-car2-1 .banner-img-car-text{
    background: url(../images/icon-triangle-bot.png) no-repeat 65% 55% / 15px auto;
    margin-top: 12%;
}
.banner-img-car3 .banner-img-car-text{
    background: url(../images/icon-triangle-bot.png) no-repeat 72% 55% / 15px auto;
    margin-top: 10%;
}
.banner-img-car-text-hover{
    width: 100%;
    background: url(../images/banner-car-text.png) no-repeat center top / 100% 100%;
    position: absolute;
    top: 70%;
    display: none;
}
.banner-img-car1 .banner-img-car-text-hover{
    top: 110%;
}
.banner-img-car3 .banner-img-car-text-hover{
    top: 100%;
}
.banner-img-car-text-hover-text{
    width: 90%;
    margin: 0 auto;
}
.banner-img-car-text-hover-text h2{
    text-align: center;
    line-height: 1.28;
    font-size: 14px;
    color: #000;
    border-bottom: 1px solid #000;
    padding: 25px 0 5px;
}
.banner-img-car-text-hover-text p{
    text-align: left;
    font-size: 12px;
    color: #000;
    padding: 10px 0 20px;
    line-height: 17px;
}
.banner-img-car-text-hover img{
    display: block;
    width: 100%;
    height: auto;
}
.banner-img-car:hover .banner-img-car-text-hover{
    display: block;
}

/* 其他部分 */
.same-content{
    width: 100%;
}
.content-title{
    width: 100%;
    padding: 5% 0;
}
.content-title .same-title-left{
    width: 51.6%;
    margin-left: 18%;
}
.content-title .same-title-right{
    width: 8.3%;
    margin: 9% 0 0 5%;
}
/* 其他部分 盒子 */
.centent-img{
    position: relative;
}
.centent-img-lunbo{
    width: 89.58%;
    height: auto;
    position: absolute;
    bottom: 88%;
    left: 50%;
    transform: translateX(-50%);
}
.mySwiper{
    width: 71.10%;
    overflow: hidden;
    height: auto;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.electrification-hev-img{
    width: 100%;
    margin-bottom: 5%;
}
.electrification-hev-img img{
    display: block;
    width: 100%;
    height: auto;
}
.electrification-hev-text{
    text-align: center;
    font-size: 24px;
    font-weight: bold;
}
.electrification-hev-text a{
    color: #fff;
}
/* 轮播按钮 */
.mySwiper-next,.mySwiper-prev{
    width: 55px;
    height: 49px;
    margin: 0;
}
.mySwiper-next{
    right: 0;
    background: url(../images/btn-right.png) no-repeat center center / 100% auto;
}
.mySwiper-prev{
    left: 0;
    background: url(../images/btn-left.png) no-repeat center center / 100% auto;
}

/* bev */
.electrification-bev-box{
    position: absolute;
    transform: translateX(-50%);
}
.electrification-bev-box1{
    width: 32%;
    bottom: 47%;
    left: 32%;
}
.electrification-bev-box2{
    width: 29.77%;
    right: 3%;
    bottom: 43%;
}
.electrification-bev-img{
    width: 100%;
}
.electrification-bev-img img{
    display: block;
    width: 100%;
    height: auto;
}
.electrification-bev-text{
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.electrification-bev-box1 .electrification-bev-text{
    bottom: -22%;
}
.electrification-bev-box2 .electrification-bev-text{
    bottom: -8%;
}
.electrification-bev-text a{
    color: #fff;
}

/* fcev */
.electrification-fcev-box{
    width: 100%;
    position: absolute;
    bottom: 37%;
    left: 50%;
    transform: translateX(-50%);
}
.electrification-fcev-cont{
    width: 34.21875%;
}
.electrification-fcev-cont-left{
    float: left;
    margin-left: 14%;
}
.electrification-fcev-cont-right{
    float: right;
    margin-right: 14%;
}
.electrification-fcev-img{
    width: 100%;
}
.electrification-fcev-img img{
    display: block;
    width: 100%;
    height: auto;
}
.electrification-fcev-text{
    text-align: center;
    font-size: 24px;
    font-weight: bold;
}
.electrification-fcev-text a{
    color: #fff;
}

/* phev */
.phev-content .centent-img-lunbo{
    top: 0;
    bottom: auto;
}
.mySwiper2{
    width: 40%;
}


@media screen and (max-width:1440px){
    .banner-img-car-box{
        width: 90%;
    }
    .banner-img-car-text{
        font-size: 16px;
    }
    .banner-img-car1 .banner-img-car-text {
        background: url(../images/icon-triangle-bot.png) no-repeat 83% 55% / 10px auto;
    }
    .banner-img-car2 .banner-img-car-text {
        background: url(../images/icon-triangle-bot.png) no-repeat 58% 55% / 10px auto;
    }
    .banner-img-car2-1 .banner-img-car-text {
        background: url(../images/icon-triangle-bot.png) no-repeat 63% 55% / 10px auto;
    }
    .banner-img-car3 .banner-img-car-text {
        background: url(../images/icon-triangle-bot.png) no-repeat 73% 55% / 10px auto;
    }

    .centent-img-lunbo{
        bottom: 83%;
    }
    .mySwiper-next{
        right: 3%;
    }
    .mySwiper-prev{
        left: 3%;
    }

    .electrification-bev-box{
        bottom: 40%;
    }

    .electrification-fcev-box{
        bottom: 47%;
    }
}






