/**************** 顶部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;
    line-height: 24px;
    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-advantage {
    padding: 30px 0;
}
.pg-bd-adg-wrap > h2 {
    font-size: 22px;
    color: #333;
    margin-bottom: 30px;
    text-align: center;
}

.pg-bd-adg-item {
    text-align: center;
    margin-bottom: 30px;
}
.pg-bd-adg-item > img {
    width: 40px;
    vertical-align: middle;
}
.pg-bd-adg-item > h5 {
    color: #333;
    font-size: 16px;
    margin: 20px 0;
}
.pg-bd-adg-item > p {
    width: 80%;
    margin: 0 auto;
    color: #a8a8a8;
    font-size: 14px;
    line-height: 24px;
}


/**************** 合作伙伴支持 ****************/
.pg-bd-support {
    padding: 30px 0;
    background: #fafafa;
}
.pg-bd-spt-wrap > h2 {
    font-size: 22px;
    color: #333;
    margin-bottom: 30px;
    text-align: center;
}

.pg-bd-spt-item {
    text-align: center;
    margin-bottom: 30px;
}
.pg-bd-spt-item > img {
    width: 40px;
    vertical-align: middle;
}
.pg-bd-spt-item > h5 {
    color: #333;
    font-size: 16px;
    margin: 20px 0;
}
.pg-bd-spt-item > p {
    width: 100%;
    margin: 0 auto;
    color: #a8a8a8;
    font-size: 14px;
    line-height: 28px;
    text-align: center;
}


/**************** 业务生态圈 ****************/
.pg-bd-ecosphere {
    padding: 30px 0;
}
.pg-bd-ecp-wrap > h2 {
    font-size: 22px;
    color: #333;
    text-align: center;
}
.pg-bd-ecp-wrap > p {
    font-size: 14px;
    line-height: 24px;
    color: #999;
    text-align: center;
    margin: 20px 0 30px;
}

/****** 每一项 ******/
.pg-bd-ecp-item {
    border: 1px solid #f9f9f9;
    text-align: center;
    margin-bottom: 30px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}
.pg-bd-cep-item-header {
    width: 100%;
    position: relative;
}
.pg-bd-cep-item-header img {
    display: block;
    width: 100%;
}
.pg-bd-cep-header-title {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.45);
}
.pg-bd-cep-header-title > span {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 18px;
    color: #fff;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.pg-bd-ecp-item > h5 {
    font-size: 16px;
    color: #333;
    margin-top: 30px;
    padding: 0 20px;
}
.pg-bd-ecp-item > p {
    font-size: 13px;
    color: #999;
    text-align: justify;
    margin: 20px 0 30px;
    padding: 0 20px;
}
.pg-bd-ecp-item > a {
    display: inline-block;
    width: 120px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-size: 13px;
    color: #d5d5d5;
    border: 1px solid #dcdcdc;
    text-decoration: none;
    margin-bottom: 20px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}
.pg-bd-ecp-item:hover {
    background: #f9f9f9;
    box-shadow: 0 0 18px rgba(0, 0, 0, 0.15);
}
.pg-bd-ecp-item:hover > a ,
.pg-bd-ecp-item > a:hover {
    background: #20c7b3;
    border-color: #20c7b3;
    color: #fff;
}
.pg-bd-ecp-item:hover .pg-bd-cep-header-title {
    display: block;
}

/**************** 合作品牌 ****************/
.pg-bd-cobrand {
    background: #fafafa;
}
.pg-bd-cobrand > h2 {
    font-size: 20px;
    color: #333333;
    text-align: center;
    padding: 30px 0;
}
.pg-bd-cobrand > h2 > em {
    display: block;
    width: 40px;
    height: 3px;
    background: #20c7b3;
    margin: 12px auto 0;
}
.pg-bd-cobrand-slider {
    margin-bottom: 50px;
    padding-bottom: 20px;
}
.pg-bd-cobrand-slider .swiper-slide a {
    display: block;
    margin-bottom: 15px;
}
.pg-bd-cobrand-slider .swiper-slide a img {
    display: none;
    width: 100%;
}
.pg-bd-cobrand-slider .swiper-slide a img:nth-of-type(1) {
    display: block;
}
.pg-bd-cobrand-slider .swiper-slide a:hover img:nth-of-type(1) {
    display: none;
}
.pg-bd-cobrand-slider .swiper-slide a:hover img:nth-of-type(2) {
    display: block;
}

.pg-bd-cobrand-slider  .swiper-pagination-bullets {
    bottom: 0;
}
.pg-bd-cobrand-slider .swiper-pagination-bullet-active {
    background: #20c7b3;
}


/**************** 加入流程 ****************/
.pg-bd-joinflow {
    padding: 30px 0;
}
.pg-bd-jf-wrap > h2 {
    font-size: 2px;
    margin-bottom: 30px;
    text-align: center;
}
.pg-bd-jf-wrap > img {
    display: block;
    margin-bottom: 30px;
}



/**************** 免费试用 ****************/
.pg-bd-freetrial {
    padding: 30px 0;
    border-top: 1px solid #f4f5f7;
    background: url("../image/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: 32px;
        line-height: 55px;
    }

    /**************** 导航条 ****************/
    .pg-bd-nb-link {
        padding: 24px 0;
        font-size: 16px;
    }


    /**************** 核心优势 ****************/
    .pg-bd-advantage {
        padding: 60px 0 30px;
    }
    .pg-bd-adg-wrap > h2 {
        font-size: 30px;
        margin-bottom: 60px;
    }

    .pg-bd-adg-item {
        margin-bottom: 20px;
    }
    .pg-bd-adg-item > img {
        width: 100px;
    }
    .pg-bd-adg-item > p {
        width: 80%;
        min-height: 120px;
    }


    /**************** 合作伙伴支持 ****************/
    .pg-bd-support {
        padding: 60px 0;
    }
    .pg-bd-spt-wrap > h2 {
        font-size: 30px;
        margin-bottom: 60px;
    }

    .pg-bd-spt-item {
        margin-bottom: 30px;
    }
    .pg-bd-spt-item > img {
        width: 50px;
    }
    .pg-bd-spt-item > p {
        width: 80%;
        min-height: 88px;
    }

    /**************** 业务生态圈 ****************/
    .pg-bd-ecosphere {
        padding: 60px 0;
    }
    .pg-bd-ecp-wrap > h2 {
        font-size: 30px;
        color: #333;
        text-align: center;
    }
    .pg-bd-ecp-wrap > p {
        min-height: 90px;
    }



    /**************** 合作品牌 ****************/
    .pg-bd-cobrand > h2 {
        font-size: 32px;
        padding: 60px 0;
    }
    .pg-bd-cobrand-slider .swiper-slide a {
        margin-bottom: 30px;
    }
    .pg-bd-cobrand-slider .swiper-pagination-bullets .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
        margin: 0 10px;
    }

    /**************** 加入流程 ****************/
    .pg-bd-joinflow {
        padding: 60px 0;
    }
    .pg-bd-jf-wrap > h2 {
        font-size: 30px;
        margin-bottom: 50px;
    }

    /**************** 免费试用 ****************/
    .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;
    }


}


@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;
    }

}



@media (min-width: 1200px) {
    /**************** 顶部banner ****************/
    .pg-bd-banner-mask > h2 {
        font-size: 36px;
    }

    /**************** 合作品牌 ****************/
    .col-xlg-20 {
        width: 20%;
        float: left;
    }

    /**************** 核心优势 ****************/
    .pg-bd-adg-item > p {
        min-height: 110px;
    }


    /**************** 业务生态圈 ****************/
    .pg-bd-ecp-item > p {
        min-height: 110px;
    }

    /**************** 合作伙伴支持 ****************/
    .pg-bd-spt-item > p {
        min-height: 95px;
    }


}