/**************** 顶部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;
}
.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-flow {
    margin-top: 40px;
}
.pg-bd-scheme-flow img {
    display: block;
    width: 100%;
}


/**************** 分类板块 ****************/
.pg-bd-sortblcok {
    padding: 30px 0;
    background: #f5f5f5;
}
.pg-bd-stb-item {
    background: #fff;
    text-align: center;
    padding: 30px 0;
    margin-bottom: 20px;
    box-shadow: 0 0 18px rgba(0, 0, 0, 0.08);
}
.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-casesummy {
    background: url("../../../img/insurance/fastdo/bg-casesummury.png") center no-repeat;
    background-size: cover;
    padding: 30px 0;
}
.pg-bd-csy-wrap > h2 {
    font-size: 22px;
    color: #fff;
    text-align: center;
}
.pg-bd-csy-wrap > h6 {
    font-size: 14px;
    margin-top: 12px;
    color: #fff;
    text-align: center;
}
.pg-bd-csy-wrap > p {
    font-size: 14px;
    margin: 15px 0 30px;
    line-height: 28px;
    color: #c5c5c9;
    text-align: justify;
}
.pg-bd-csy-row {
    text-align: center;
}
.pg-bd-csy-row > div:nth-of-type(2) {
    border-left: 1px solid #81879b;
    border-right: 1px solid #81879b;
}
.pg-bd-csy-row > div > h3 {
    font-size: 28px;
    font-weight: bolder;
    color: #59c8af;
}
.pg-bd-csy-row > div > h3 em {
    font-size: 18px;
}
.pg-bd-csy-row > div > h6 {
    font-size: 14px;
    color: #aeafb6;
    margin-top: 15px;
}


/**************** 相关车载智能终端 ****************/
.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-co-company {
    padding: 30px 0;
    background: #fafafa;
}
.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 {
    display: none;
    vertical-align: middle;
    width: 80px;
    cursor: pointer;
}
.pg-bd-cop-box td img:nth-of-type(1) {
    display: inline-block;
}
.pg-bd-cop-box td:hover img:nth-of-type(1) {
    display: none;
}
.pg-bd-cop-box td:hover img:nth-of-type(2) {
    display: inline-block;
}

/**************** 免费试用 ****************/
.pg-bd-freetrial {
    padding: 30px 0;
    border-top: 1px solid #f4f5f7;
    background: url("../../../img/insurance/fastdo/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-casesummy {
        padding: 80px 0;
    }
    .pg-bd-csy-wrap > h2 {
        font-size: 30px;
    }
    .pg-bd-csy-wrap > h6 {
        font-size: 15px;
        margin-top: 12px;
    }
    .pg-bd-csy-wrap > p {
        font-size: 15px;
        margin: 30px 0 60px;
        line-height: 30px;
    }
    .pg-bd-csy-row > div > h3 {
        font-size: 50px;
    }
    .pg-bd-csy-row > div > h3 em {
        font-size: 22px;
    }
    .pg-bd-csy-row > div > h6 {
        font-size: 17px;
        margin-top: 20px;
    }


    /**************** 相关车载智能终端 ****************/
    .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-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: 10px 0;
    }
    .pg-bd-cop-box td img {
        vertical-align: middle;
        width: 270px;
    }

    /**************** 分类板块 ****************/
    .pg-bd-sortblcok {
        padding: 75px 0 60px;
    }
    .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;
    }

}