/**************** 顶部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;
}
.pg-bd-banner-mask > h2 sup {
    font-size: 14px;
}
.pg-bd-banner-mask > h6 {
    color: #a9b0c2;
    font-size: 13px;
    margin-top: 8px;
}


/**************** 方案概述 ****************/
.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: center;
}
.pg-bd-scheme-item {
    text-align: center;
    margin-bottom: 20px;
}
.pg-bd-scheme-item > img {
    width: 100px;
    vertical-align: middle;
}
.pg-bd-scheme-item > p {
    padding: 0 8%;
    line-height: 28px;
    color: #748598;
    font-size: 14px;
    margin-top: 20px;
}

/**************** 功能展示 ****************/
.pg-bd-function {
    background: #f3f4f6;
    padding: 60px 0 40px;
}
.pg-bd-function > h2 {
    font-size: 22px;
    color: #333;
    text-align: center;
}
.pg-bd-function > h3 {
    color: #999999;
    font-size: 13px;
    text-align: center;
    margin-top: 10px;
}

/****** 分类列表 ******/
.pg-bd-sortlist-row {
    margin-top: 50px;
}
.pg-bd-st-item {
    background: #fff;
    text-align: center;
    padding: 30px 0 30px;
    margin-bottom: 20px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}
.pg-bd-st-item:hover {
    box-shadow: 5px 5px 15px #ddd;
}
.pg-bd-st-item > img {
    vertical-align: middle;
    height: 50px;
}
.pg-bd-st-item > h2 {
    display: block;
    font-size: 16px;
    color: #868686;
    font-weight: normal;
    margin: 20px 0 15px;
}
.pg-bd-st-item > p {
    width: 80%;
    margin: 0 auto;
    font-size: 13px;
    color: #9e9e9e;
    line-height: 28px;
    text-align: justify;
}


/**************** 某世界500强企业行政车队 ****************/
.pg-bd-comfleet {
    padding: 30px 0;
    background: url("../image/bg-comfleet1.png") center no-repeat;
    background-size: cover;
}
.pg-bd-comfleet > h2 {
    color: #fff;
    font-size: 22px;
    text-align: center;
}
.pg-bd-comfleet > h6 {
    color: #e0dee4;
    font-size: 13px;
    text-align: center;
    margin-top: 10px;
}
.pg-bd-cft-tab {
    margin: 20px 0 30px;
}
.pg-bd-cft-tab-item {
    padding: 6px 0;
    text-align: center;
    color: #fff;
    font-size: 13px;
    border: 1px solid #fff;
    border-radius: 30px;
    cursor: pointer;
}
.pg-bd-cft-tab-item:hover,
.pg-bd-cft-tab-item.active {
    background: #20c7b3;
    border-color: #20c7b3;
}


.pg-bd-cftsd-item-left {
    display: block;
    background: #fff;
    padding: 20px;
}
.pg-bd-cftsd-item-left > h5 {
    color: #6a6a6a;
    font-size: 16px;
}
.pg-bd-cftsd-item-left > h5 > em {
    display: block;
    width: 40px;
    margin-top: 8px;
    border: 1px solid #e5e5e5;
}
.pg-bd-cftsd-item-left > p {
    margin-top: 10px;
    color: #999;
    font-size: 14px;
    line-height: 24px;
    text-align: justify;
}
.pg-bd-cftsd-item-right img {
    display: block;
    width: 100%;
}


/**************** 相关车载智能终端 ****************/
.pg-bd-terminal {
    padding: 30px 0;
    background: #fff;
}
.pg-bd-tm-left > h2 {
    font-size: 20px;
    color: #4fb3a0;
}
.pg-bd-tm-left > p {
    font-size: 13px;
    line-height: 24px;
    color: #999;
    margin: 10px 0 20px;
}
.pg-bd-tm-pag-btn {
    text-align: left;
}
.pg-bd-tm-pag-btn > span {
    display: inline-block;
    vertical-align: middle;
    width: 38px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    font-size: 16px;
    cursor: pointer;
    color: #d9d9d9;
    border: 1px solid #d9d9d9;
}
.pg-bd-tm-pag-btn > span:first-of-type {
    margin-right: 5px;
}
.pg-bd-tm-pag-btn > span:hover {
    background: #20c7b3;
    color: #fff;
    border-color: #20c7b3;
}

.pg-bd-tm-slider {
    margin-top: 30px;
}
.pg-bd-tm-item {
    border: 1px solid #f1f1f1;
    text-align: center;
    padding: 15px 0;
}
.pg-bd-tm-item > img {
    vertical-align: middle;
    margin-bottom: 10px;
    height: 60px;
}
.pg-bd-tm-item > h5 {
    font-size: 15px;
    color: #333333;
}
.pg-bd-tm-item > h6 {
    font-size: 13px;
    color: #acacac;
    margin-top: 10px;
}
.pg-bd-tm-item > a {
    display: inline-block;
    padding: 4px 8px;
    margin-top: 15px;
    font-size: 12px;
    color: #b0e3dc;
    border: 1px solid #b0e3dc;
}
.pg-bd-tm-item > a:hover {
    color: #20c7b3;
    border-color: #20c7b3;
}


/**************** 免费试用 ****************/
.pg-bd-freetrial {
    padding: 30px 0;
    border-top: 1px solid #f4f5f7;
    background: url("../image/bg-freetrail3.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-mask > h2 {
        font-size: 36px;
    }
    .pg-bd-banner-mask > h2 sup {
        font-size: 28px;
    }
    .pg-bd-banner-mask > h6 {
        font-size: 20px;
        margin-top: 15px;
    }


    /**************** 方案概述 ****************/
    .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: 10px 0 40px;
    }

    .pg-bd-scheme-item {
        text-align: center;
    }
    .pg-bd-scheme-item > img {
        width: 110px;
    }
    .pg-bd-scheme-item > p {
        padding: 0;
        font-size: 15px;
    }


    /**************** 功能展示 ****************/
    .pg-bd-function > h2 {
        font-size: 30px;
    }
    .pg-bd-function > h3 {
        font-size: 14px;
    }
    /****** 分类列表 ******/
    .pg-bd-sortlist {
        padding: 60px 0;
    }
    .pg-bd-st-item {
        padding: 60px 0 50px;
        margin-bottom: 30px;
        min-height: 350px;
    }
    .pg-bd-st-item > img {
        height: 80px;
    }
    pg-bd-st-item > img {
        height: 40px;
    }
    .pg-bd-st-item > h2 {
        font-size: 18px;
		color:#000;
        margin: 40px 0 15px;
    }
    .pg-bd-st-item > p {
        color: #9e9e9e;
    }


    /**************** 某世界500强企业行政车队 ****************/
    .pg-bd-comfleet {
        padding: 60px 0;
    }
    .pg-bd-comfleet > h2 {
        font-size: 30px;
    }
    .pg-bd-comfleet > h6 {
        font-size: 14px;
        margin-top: 10px;
    }
    .pg-bd-cft-tab {
        margin: 40px 0 50px;
    }
    .pg-bd-cft-tab-item {
        padding: 10px 12px;
    }


    .pg-bd-cft-slider .swiper-slide {
        position: relative;
    }
    .pg-bd-cftsd-item-left {
        float: left;
        width: 50%;
    }
    .pg-bd-cftsd-item-left {
        background: #fff;
        padding: 80px 35px;
    }
    .pg-bd-cftsd-item-left > h5 {
        font-size: 22px;
    }
    .pg-bd-cftsd-item-left > p {
        line-height: 28px;
    }
    .pg-bd-cftsd-item-right {
        position: absolute;
        top: 0;
        left: 50%;
        right: 0;
        bottom: 0;
    }
    .pg-bd-cftsd-item-right img {
        display: block;
        width: 100%;
        height: 100%;
    }


    /**************** 相关车载智能终端 ****************/
    .pg-bd-terminal {
        padding: 60px 0;
    }
    .pg-bd-tm-left > h2 {
        font-size: 28px;
    }
    .pg-bd-tm-left > p {
        font-size: 13px;
        line-height: 24px;
        margin: 15px 0 45px;
    }
    .pg-bd-tm-pag-btn > span {
        width: 44px;
        height: 44px;
        line-height: 44px;
        font-size: 16px;
    }

    .pg-bd-tm-slider {
        margin-top: 0;
    }
    .pg-bd-tm-item {
        padding: 25px 0;
    }
    .pg-bd-tm-item > img {
        margin-bottom: 30px;
        height: 160px;
    }
    .pg-bd-tm-item > h5 {
        font-size: 15px;
    }
    .pg-bd-tm-item > h6 {
        font-size: 13px;
        margin-top: 10px;
    }
    .pg-bd-tm-item > a {
        padding: 6px 30px;
        margin-top: 25px;
        font-size: 14px;
    }

    /**************** 免费试用 ****************/
    .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: 1199px) {
    /**************** 顶部banner ****************/
    .pg-bd-banner-mask > h2 {
        font-size: 28px;
    }
    .pg-bd-banner-mask > h2 sup {
        font-size: 20px;
    }
    .pg-bd-banner-mask > h6 {
        font-size: 16px;
        margin-top: 15px;
    }


}


@media (min-width: 992px) and (max-width: 1199px) {
    /**************** 功能展示 ****************/
    /****** 分类列表 ******/
    .pg-bd-st-item {
        min-height: 400px;
    }


}


@media (min-width: 1200px) {
    /**************** 顶部banner ****************/
    .pg-bd-banner-mask > h2 {
        font-size: 36px;
    }
    .pg-bd-banner-mask > h2 sup {
        font-size: 28px;
    }
    .pg-bd-banner-mask > h6 {
        font-size: 20px;
        margin-top: 15px;
    }

    /**************** 方案概述 ****************/
    .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: 10px 0 40px;
    }

    .pg-bd-scheme-item > img {
        width: 120px;
    }
    .pg-bd-scheme-item > p {
        padding: 0 13%;
        font-size: 15px;
    }


    /**************** 分类列表 ****************/
    .pg-bd-st-item {
        min-height: 375px;
    }

}