/**************** 顶部banner ****************/
.pg-bd-banner {
    position: relative;
}
.pg-bd-banner img {
    display: block;
    width: 100%;
    min-height: 200px;
}
.pg-bd-banner-mask {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 2;
    text-align: center;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}
.pg-bd-banner-mask > h2 {
    color: #fff;
    font-size: 18px;
    font-weight: normal;
}



/**************** 导航条 ****************/
.pg-bd-navbar {
    background: #f8f8f8;
}
.pg-bd-navbar-row {
    margin: 0;
}
.pg-bd-navbar-row [class^=col-] {
    padding: 0;
}
.pg-bd-nb-link {
    display: block;
    color: #333333;
    padding: 15px 0;
    font-size: 13px;
    text-align: center;
    text-decoration: none;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.pg-bd-nb-link.active {
    color: #fff;
    background: #20c7b3;
}
.pg-bd-nb-link:hover,
.pg-bd-nb-link:focus {
    text-decoration: none;
}
.pg-bd-nb-link:hover {
    color: #20c7b3;
}
.pg-bd-nb-link.active:hover {
    color: #fff;
}


/**************** 方案概述 ****************/
.pg-bd-scheme {
    padding: 30px 0;
    background: #fff;
}
.pg-bd-scheme-title > h2 {
    font-size: 22px;
    color: #333333;
    text-align: center;
}
.pg-bd-scheme-title > p {
    font-size: 14px;
    color: #999;
    line-height: 28px;
    margin: 15px 0 20px;
    text-align: justify;
}

.pg-bd-scheme-img img {
    display: block;
    width: 100%;
}


/**************** 售后服务 ****************/
.pg-bd-aser-top {
    padding: 30px 0;
    background: url("../../../img/mainHost/home/bg-after-server.png") center no-repeat;
    background-size: cover;
}
.pg-bd-aser-wrap > h2 {
    font-size: 22px;
    text-align: center;
    color: #fff;
}
.pg-bd-aser-wrap > p {
    line-height: 28px;
    font-size: 14px;
    margin: 10px 0 50px;
    color: #bcc2ce;
    text-align: center;
}
.pg-bd-aser-spaceimg {
    height: 300px;
}

.pg-bd-aser-bottom {
    margin: 60px 0 30px;
}
.pg-bd-aser-bottom p {
    line-height: 28px;
    font-size: 14px;
    color: #888;
    text-align: center;
    margin-bottom: 30px;
}
.pg-bd-aser-bottom img {
    display: block;
    width: 100%;
}



/**************** 分类板块 ****************/
.pg-bd-sortblcok {
    padding: 30px 0;
}
.pg-bd-stb-item {
    background: #fff;
    text-align: center;
    padding: 30px 0;
    margin-bottom: 20px;
    background: no-repeat center;
    box-shadow: 0 0 18px rgba(0, 0, 0, 0.08);
}
.pg-bd-stb-item:hover {
    background-image: url("../../../img/mainHost/home/sort-item-hover-bg.png");
}
.pg-bd-stb-item > img {
    vertical-align: middle;
    width: 60px;
}
.pg-bd-stb-item > h3 {
    font-size: 20px;
    color: #030303;
    margin: 20px 0 10px;
}
.pg-bd-stb-item > p {
    padding: 0 8%;
    line-height: 26px;
    font-size: 13px;
    color: #8d8d8d;
}
.pg-bd-stb-item:hover h3 {
    color: #fff;
}
.pg-bd-stb-item:hover p {
    color: #b7d7fd;
}


/**************** 新能源汽车创新业务 ****************/
.pg-bd-newEnergy {
    padding: 30px 0;
    background: #f6f6f6;
}
.pg-bd-ney-wrap > h2 {
    color: #333;
    font-size: 22px;
    text-align: center;
}
.pg-bd-ney-wrap > p {
    color: #999;
    font-size: 14px;
    line-height: 28px;
    height: 30px;
    overflow: hidden;
    margin: 20px 0 30px;
    text-align: center;
}
.pg-bd-ney-wrap > p.according {
    height: auto;
}

/****** 折叠线条 ******/
.pg-bd-ney-accord-line {
    border-bottom: 1px solid #e9e9e9;
    position: relative;
    margin-bottom: 60px;
}
.pg-bd-ney-accord-line > em {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 36px;
    width: 36px;
    cursor: pointer;
    margin-top: -18px;
    margin-left: -18px;
    border: 1px solid #e9e9e9;
    background: url('../../../img/mainHost/home/icon-arrow-down.png') no-repeat center #f6f6f6;
    border-radius: 50%;
    transition: 0.25s;
    -webkit-transition: 0.25s;
    -moz-transition: 0.25s;
    -ms-transition: 0.25s;
    -o-transition: 0.25s;
}
.pg-bd-ney-accord-line > em:hover {
    background-image: url('../../../img/mainHost/home/icon-arrow-down1.png');
}
.pg-bd-ney-accord-line > em.active {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

/****** 图片切换 ******/
.pg-bd-ney-slider .swiper-slide {
    width: 70%;
}
.pg-bd-ney-slider .swiper-slide img {
    display: block;
    width: 100%;
}
.pg-bd-ney-slider .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    width: 36px;
    height: 78px;
    left: 22.5%;
    background-size: 25px 30px;
    background-color: rgba(255, 255, 255, 0.3);
}
.pg-bd-ney-slider .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    width: 36px;
    height: 78px;
    right: 22.5%;
    background-size: 25px 30px;
    background-color: rgba(255, 255, 255, 0.3);
}


/**************** 合作公司 ****************/
.pg-bd-co-company {
    padding: 15px 0;
    background: #f6f6f6;
}
.pg-bd-co-company > h2 {
    font-size: 22px;
    text-align: center;
    color: #333333;
    margin-bottom: 30px;
}
.pg-bd-cop-box {
    width: 100%;
    border-collapse: collapse;
}
.pg-bd-cop-box td {
    width: 25%;
    text-align: center;
    padding: 10px 0;
    border: 1px solid #e5e5e5;
}
.pg-bd-cop-box tr:first-of-type td {
    border-top: none;
}
.pg-bd-cop-box tr:last-of-type td {
    border-bottom: none;
}
.pg-bd-cop-box td:first-of-type {
    border-left: none;
}
.pg-bd-cop-box td:last-of-type {
    border-right: none;
}
.pg-bd-cop-box td img {
    vertical-align: middle;
    width: 85px;
}

/**************** 免费试用 ****************/
.pg-bd-freetrial {
    padding: 30px 0;
    border-top: 1px solid #f4f5f7;
    background: url("../../../img/mainHost/home/bg-freetrail.png") center no-repeat #fdfeff;
    background-size: cover;
}
.pg-bd-freetrial > h2 {
    font-size: 22px;
    color: #242424;
    margin-bottom: 25px;
    text-align: center;
}
/****** 申请表单 ******/
.pg-bd-form-input {
    margin-bottom: 20px;
}
.pg-bd-form-input > input {
    display: block;
    width: 100%;
    line-height: 40px;
    color: #a9a9a9;
    font-size: 14px;
    background: none;
    border: none;
    border-bottom: 1px solid #e7e6e9;
    outline: none;
}
.pg-bd-form-input > textarea {
    display: block;
    width: 100%;
    height: 100px;
    color: #a9a9a9;
    font-size: 14px;
    background: none;
    border: none;
    border-bottom: 1px solid #e7e6e9;
    outline: none;
    resize: none;
}
.pg-bd-form-input ::-webkit-input-placeholder {
    color: #a9a9a9;
}
.pg-bd-form-input :-moz-placeholder {
    color: #a9a9a9;
}
.pg-bd-form-input ::-moz-placeholder {
    color: #a9a9a9;
}
.pg-bd-form-input :-ms-input-placeholder {
    color: #a9a9a9;
}
.pg-bd-form-btn {
    display: block;
    padding: 10px 0;
    margin-top: 30px;
    color: #fff;
    font-size: 16px;
    font-weight: bolder;
    text-align: center;
    background: #4cc8b9;
    letter-spacing: 5px;
}
.pg-bd-form-btn:hover,
.pg-bd-form-btn:focus {
    color: #fff;
    text-decoration: none;
}
.pg-bd-form-btn:hover {
    background: #45b6a9;
}
.pg-bd-form-label {
    margin: 10px 0;
    color: #666666;
    font-size: 14px;
    text-align: center;
}
.pg-bd-form-label > em {
    color: #4cc8b9;
    font-size: 18px;
    font-weight: bold;
    margin: 0 20px 0 5px;
}


@media (min-width: 768px) {
    /**************** 顶部banner ****************/
    .pg-bd-banner img {
        min-height: 280px;
    }
    .pg-bd-banner-mask > h2 {
        font-size: 36px;
    }

    /**************** 导航条 ****************/
    .pg-bd-nb-link {
        padding: 24px 0;
        font-size: 16px;
    }

    /**************** 方案概述 ****************/
    .pg-bd-scheme {
        padding: 60px 0;
    }
    .pg-bd-scheme-title > h2 {
        font-size: 30px;
    }
    .pg-bd-scheme-title > p {
        font-size: 15px;
        line-height: 30px;
        margin: 20px 0 30px;
    }

    /**************** 售后服务 ****************/
    .pg-bd-aser-top {
        padding: 60px 0;
    }
    .pg-bd-aser-wrap > h2 {
        font-size: 30px;
    }
    .pg-bd-aser-wrap > p {
        line-height: 28px;
        font-size: 14px;
        margin: 20px 0 60px;
        color: #bcc2ce;
        text-align: center;
    }
    .pg-bd-aser-spaceimg {
        height: 500px;
    }


    /**************** 新能源汽车创新业务 ****************/
    .pg-bd-newEnergy {
        padding: 60px 0;
    }
    .pg-bd-ney-wrap > h2 {
        font-size: 30px;
    }
    .pg-bd-ney-wrap > p {
        line-height: 30px;
        margin: 20px 0 30px;
    }

    /****** 图片切换 ******/
    .pg-bd-ney-slider .swiper-slide {
        width: 55%;
    }
    .pg-bd-ney-slider .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
        width: 36px;
        height: 78px;
        left: 22.5%;
        background-size: 25px 30px;
        background-color: rgba(255, 255, 255, 0.3);
    }
    .pg-bd-ney-slider .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
        width: 36px;
        height: 78px;
        right: 22.5%;
        background-size: 25px 30px;
        background-color: rgba(255, 255, 255, 0.3);
    }


    /**************** 合作公司 ****************/
    .pg-bd-co-company {
        padding: 45px 0;
    }
    .pg-bd-co-company > h2 {
        font-size: 30px;
        margin-bottom: 45px;
    }

    .pg-bd-cop-box td {
        padding: 10px 0;
    }
    .pg-bd-cop-box td img {
        vertical-align: middle;
        width: 200px;
    }


    /**************** 免费试用 ****************/
    .pg-bd-freetrial {
        padding: 55px 0;
    }
    .pg-bd-freetrial > h2 {
        font-size: 30px;
        margin-bottom: 30px;
    }
    .pg-bd-form-input > textarea {
        height: 120px;
    }
    .pg-bd-form-btn {
        padding: 12px 0;
        margin-top: 50px;
        font-size: 18px;
    }
}


@media (min-width: 768px) and (max-width: 991px) {
    /**************** 顶部banner ****************/
    .pg-bd-banner-mask > h2 {
        font-size: 28px;
    }

    /**************** 分类板块 ****************/
    .pg-bd-sortblcok {
        padding: 60px 0;
    }
    .pg-bd-stb-row > div {
        padding-left: 15px;
        padding-right: 15px;
    }
    .pg-bd-stb-item {
        padding: 40px 0;
        min-height: 310px;
    }
    .pg-bd-stb-item > img {
        vertical-align: middle;
        width: 60px;
    }


}


@media (min-width: 768px) and (max-width: 1199px) {
    /**************** 顶部banner ****************/
    .pg-bd-banner-mask > h2 {
        font-size: 28px;
    }

 }


 @media (min-width: 992px) {
     /**************** 导航条 ****************/
    .pg-bd-navbar-row {
        margin: 0 -15px;
    }
    .pg-bd-navbar-row [class^=col-] {
        padding: 0 15px;
    }

     /**************** 分类板块 ****************/
     .pg-bd-sortblcok {
         padding: 60px 0;
     }
     .pg-bd-stb-row > div {
         padding-left: 15px;
         padding-right: 15px;
     }
     .pg-bd-stb-item {
         padding: 60px 0;
         min-height: 380px;
     }
     .pg-bd-stb-item > h3 {
         margin: 50px 0 30px;
     }
     .pg-bd-stb-item > img {
         vertical-align: middle;
         width: 60px;
     }

}



@media (min-width: 1200px) {
    /**************** 顶部banner ****************/
    .pg-bd-banner-mask > h2 {
        font-size: 36px;
    }

    /**************** 合作公司 ****************/
    .pg-bd-co-company {
        padding: 60px 0;
    }
    .pg-bd-co-company > h2 {
        font-size: 30px;
        margin-bottom: 60px;
    }

    .pg-bd-cop-box td {
        padding: 15px 0;
    }
    .pg-bd-cop-box td img {
        vertical-align: middle;
        width: 250px;
    }

    /**************** 分类板块 ****************/
    .pg-bd-sortblcok {
        padding: 60px 0;
    }
    .pg-bd-stb-row > div {
        padding-left: 30px;
        padding-right: 30px;
    }
    .pg-bd-stb-item {
        padding: 80px 0;
        min-height: 400px;
    }
    .pg-bd-stb-item > img {
        vertical-align: middle;
        width: 70px;
    }

}