/**************** 横幅图片 ****************/
.pg-bd-banner {
    position: relative;
}
.pg-bd-banner .swiper-slide > a {
    display: block;
    position: relative;
}
.pg-bd-banner .swiper-slide img {
    display: block;
    width: 100%;
    min-height: 200px;
}
.pg-bd-banner-slider-text {
    position: absolute;
    left: 50%;
    top: 50%;
    -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-banner-slider-text > h2 {
    font-size: 20px;
    color: #fff;
    text-align: center;
    opacity: 0;
}
.pg-bd-banner-slider-text > h5 {
    font-size: 16px;
    color: #fff;
    text-align: center;
    margin-top: 20px;
    opacity: 0;
}
.pg-bd-banner .slider-pagination {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 15px;
    z-index: 2;
}
.pg-bd-banner .slider-pagination {
    font-size: 0;
    letter-spacing: 0;
    text-align: center;
}
.pg-bd-banner .slider-pagination .sdp-arrow,
.pg-bd-banner .slider-pagination .sdp-dots {
    display: inline-block;
    color: #929397;
    font-size: 14px;
    cursor: pointer;
    vertical-align: middle;
}
.pg-bd-banner .slider-pagination .sdp-arrow {
    width: 28px;
    height: 28px;
    background: center no-repeat;
}
.pg-bd-banner .slider-pagination .sdp-arrow-prev {
    background: url("../image/icon-arrow-left.png");
}
.pg-bd-banner .slider-pagination .sdp-arrow-prev:hover {
    background: url("../image/icon-arrow-left1.png");
}
.pg-bd-banner .slider-pagination .sdp-arrow-next {
    background: url("../image/icon-arrow-right.png");
}
.pg-bd-banner .slider-pagination .sdp-arrow-next:hover {
    background: url("../image/icon-arrow-right1.png");
}
.pg-bd-banner .slider-pagination .sdp-arrow:hover {
    color: #fff;
}

.pg-bd-banner .slider-pagination .sdp-dots {
    font-size: 0;
    letter-spacing: 0;
}
.pg-bd-banner .slider-pagination .sdp-dots > li {
    display: inline-block;
    cursor: pointer;
    width: 20px;
    height: 3px;
    background-color: #929397;
    margin: 0 5px;
    vertical-align: middle;
    border-radius: 5px;
}
.pg-bd-banner .slider-pagination .sdp-dots > li.active {
    background-color: #ffffff;
}

.slideInLeft {
    -webkit-animation: slideInLeft 0.8s forwards;
    animation: slideInLeft 0.8s forwards;
}

.slideInRight {
    -webkit-animation: slideInRight 0.8s forwards;
    animation: slideInRight 0.8s forwards;
}

@-webkit-keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        opacity: 0;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        opacity: 0;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@-webkit-keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        opacity: 0;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        opacity: 0;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}


/**************** 应用分类 ****************/
.pg-bd-appsort > .row {
    margin: 0;
}
.pg-bd-appsort [class^=col-] {
    padding: 0;
}
.pg-bd-as-item {
    background: #f7f8fa;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    text-align: center;
    padding: 20px 0;
    cursor: pointer;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}
.pg-bd-as-item:hover {
    background: #20c7b3;
}
.pg-bd-as-list:last-of-type .pg-bd-as-item {
    border-right: none;
}
.pg-bd-as-item > h6 {
    font-size: 14px;
    color: #333333;
}
.pg-bd-as-item > p {
    margin-top: 12px;
    font-size: 12px;
    color: #999;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.pg-bd-as-item:hover > h6,
.pg-bd-as-item:hover > p {
    color: #fff;
}
.pg-bd-as-item-mask {
    position: absolute;
    bottom: 100%;
    left: 0;
    z-index: 3;
    width: 100%;
    transform: scale(1, 0);
    -webkit-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transform-origin: center bottom;
    -webkit-transform-origin: center bottom;
    -moz-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    -o-transform-origin: center bottom;
}
.pg-bd-as-item:hover .pg-bd-as-item-mask {
    transform: scale(1, 1);
}
.pg-bd-as-item-mask a {
    display: block;
    position: relative;
}
.pg-bd-as-item-mask img {
    display: block;
    width: 100%;
}
.pg-bd-as-item-play {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 40px;
    height: 40px;
    background: url("../image/icon-player.png") center no-repeat;
    background-size: 100% 100%;
    transform: translate(-50%, -50%);
}
.pg-bd-as-item-play:hover {
    background-image: url("../image/icon-player1.png");
}

/**************** 各大服务商 ****************/
.pg-bd-server {
    padding-top: 30px;
}
.pg-bd-server > .row {
    margin: 0;
}
.pg-bd-server [class^=col-] {
    padding: 0;
}
.pg-bds-item {
    position: relative;
}
.pg-bds-item > img {
    display: block;
    width: 100%;
}
.pg-bds-item-mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 13px;
    background: rgba(25, 44, 71, 0.57);
    cursor: pointer;
    overflow: hidden;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}

/****** 第一、二个层 ******/
.pg-bds-item-mask-top,
.pg-bds-item-mask-bottom {
    position: absolute;
    left: 50%;
    top: 50%;
    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-bds-item-mask-bottom {
    width: 80%;
    opacity: 0;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}
.pg-bds-item-mask-top .pg-bds-item-mask-icon,
.pg-bds-item-mask-bottom .pg-bds-item-mask-icon {
    text-align: center;
}
.pg-bds-item-mask-bottom .pg-bds-item-mask-icon {
    transform: translateY(50%);
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}
.pg-bds-item-mask-top .pg-bds-item-mask-icon > img,
.pg-bds-item-mask-bottom .pg-bds-item-mask-icon > img {
    vertical-align: middle;
    width: 30px;
}
.pg-bds-item-mask-top .pg-bds-item-mask-icon > em {
    display: block;
    width: 20px;
    border: 1px solid #fff;
    margin: 20px auto;
}
.pg-bds-item-mask-top .pg-bds-item-mask-title,
.pg-bds-item-mask-bottom .pg-bds-item-mask-title {
    font-size: 14px;
    color: #fff;
    text-align: center;
}
.pg-bds-item-mask-bottom .pg-bds-item-mask-title {
    margin-top: 8px;
    transform: translateY(200%);
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}
.pg-bds-item-mask-bottom .pg-bds-item-mask-cont {
    line-height: 16px;
    margin: 5px auto 5px;
    font-size: 12px;
    text-align: justify;
    transform: translateY(50%);
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}

.pg-bds-item-mask-bottom .pg-bds-item-mask-btn {
    text-align: center;
    transform: translateY(50%);
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}
.pg-bds-item-mask-bottom  .pg-bds-item-mask-btn > a {
    display: inline-block;
    width: 100px;
    height: 24px;
    line-height: 24px;
    font-size: 12px;
    border: 1px solid #fff;
    color: #fff;
}

.pg-bds-item-mask:hover {
    background: rgba(88, 200, 180, 0.75);
}
.pg-bds-item-mask:hover .pg-bds-item-mask-top {
    display: none;
}
.pg-bds-item-mask:hover .pg-bds-item-mask-bottom {
    opacity: 1;
}
.pg-bds-item-mask:hover .pg-bds-item-mask-bottom .pg-bds-item-mask-icon,
.pg-bds-item-mask:hover .pg-bds-item-mask-bottom .pg-bds-item-mask-title,
.pg-bds-item-mask:hover .pg-bds-item-mask-bottom .pg-bds-item-mask-cont,
.pg-bds-item-mask:hover .pg-bds-item-mask-bottom .pg-bds-item-mask-btn {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
}


/**************** 华为严选合作伙伴 ****************/
.pg-bd-copartner {
    background: url("../image/bg-hwyx-outer.png") center no-repeat #fff;
    background-size: cover;
}
.pg-bd-copartner > h2 {
    font-size: 20px;
    color: #333333;
    text-align: center;
    padding: 30px 0;
}
.pg-bd-copartner > h2 > em {
    display: block;
    width: 40px;
    height: 3px;
    background: #20c7b3;
    margin: 12px auto 0;
}

/****** 比例说明 ******/
.pg-bd-cop-wrap {
    margin-bottom: 60px;
    background: url("../image/bg-hwyx.png") center no-repeat;
    background-size: 100% 100%;
    color: #f34;
}

/****** 圆环和文字 ******/
.pg-bd-cop-ringtext {
    padding-top: 40px;
    text-align: center;
}
.pg-bd-cop-rt-ring {
    display: inline-block;
    width: 80px;
    height: 80px;
    line-height: normal;
    text-align: center;
    font-size: 14px;
    color: #fff;
    border: 4px solid #fff;
    border-radius: 50%;
    position: relative;
}
.pg-bd-cop-rt-ring.theme-green {
    color: #20c7b3;
    border-color: #20c7b3;
}
.pg-bd-cop-rt-ring > span {
    position: absolute;
    top: 50%;
    left: 50%;
    -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-cop-rt-text {
    width: 80%;
    line-height: 22px;
    margin: 20px auto 30px;
    font-size: 12px;
    color: #fff;
}
.pg-bd-cop-rt-text.color-gray {
    color: #b8bccb
}

.pg-bd-cop-bline {
    font-size: 0;
    letter-spacing: 0;
    text-align: center;
    margin-bottom: 20px;
}
.pg-bd-cop-bline > span ,
.pg-bd-cop-bline > em {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
}
.pg-bd-cop-bline > span {
    width: calc(90% - 12px);
    width: -webkit-calc(90% - 12px);
    width: -moz-calc(90% - 12px);
    border-bottom: 1px solid #6887b5;
}
.pg-bd-cop-bline > em {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 2px solid #6887b5;
}


/**************** 百度鹰眼硬件 ****************/
.pg-bd-hardware {
    background: url("../image/bg-hardware.png") center no-repeat;
    background-size: cover;
    overflow: hidden;
}

/****** 左侧区域 ******/
.pg-bd-hw-left {
    background: url("../image/img-car-bg.png") center no-repeat;
    background-size: 100% 100%;
    text-align: center;
    padding: 50px 0 30px;
    position: relative;
}
.pg-bd-hw-left img {
    vertical-align: middle;
    width: 32%;
    position: relative;
    z-index: 3;
}
.pg-bd-hw-left-wave {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}
.pg-bd-hw-left-wave > .wave {
    position: absolute;
    left: 50%;
    top: 50%;
    border: 3px solid #063468;
    border-radius: 50%;
    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-hw-left-wave .wave1 {
    width: 55%;
    padding-top: 55%;
    -webkit-animation: ani-wave 2s 0.2s linear infinite;
    -o-animation: ani-wave 2s 0.2s linear infinite;
    animation: ani-wave 2s 0.2s linear infinite;
}
.pg-bd-hw-left-wave .wave2 {
    width: 73%;
    padding-top: 73%;
    -webkit-animation: ani-wave 2s  0.1s linear infinite;
    -o-animation: ani-wave 2s 0.1s linear infinite;
    animation: ani-wave 2s 0.1s linear infinite;
}
.pg-bd-hw-left-wave .wave3 {
    width: 91%;
    padding-top: 91%;
    -webkit-animation: ani-wave 2s linear infinite;
    -o-animation: ani-wave 2s linear infinite;
    animation: ani-wave 2s linear infinite;
}

@keyframes ani-wave {
    0% {
        transform: translate(-50%, -50%) scale(1, 1);
        opacity: 0;
    }
    25% {
        transform: translate(-50%, -50%) scale(1.05, 1.05);
        opacity: 0.75;
    }
    50% {
        transform: translate(-50%, -50%) scale(1.1, 1.1);
        opacity: 0.5;
    }
    75% {
        transform: translate(-50%, -50%) scale(1.15, 1.15);
        opacity: 0.25;
    }
    100% {
        transform: translate(-50%, -50%) scale(1.2, 1.2);
        opacity: 0;
    }
}

@-moz-keyframes ani-wave {
    0% {
        transform: translate(-50%, -50%) scale(1, 1);
        -moz-transform: translate(-50%, -50%) scale(1, 1);
        opacity: 0;
    }
    25% {
        transform: translate(-50%, -50%) scale(1.05, 1.05);
        -moz-transform: translate(-50%, -50%) scale(1.05, 1.05);
        opacity: 0.75;
    }
    50% {
        transform: translate(-50%, -50%) scale(1.1, 1.1);
        -moz-transform: translate(-50%, -50%) scale(1.1, 1.1);
        opacity: 0.5;
    }
    75% {
        transform: translate(-50%, -50%) scale(1.15, 1.15);
        -moz-transform: translate(-50%, -50%) scale(1.15, 1.15);
        opacity: 0.25;
    }
    100% {
        transform: translate(-50%, -50%) scale(1.2, 1.2);
        -moz-transform: translate(-50%, -50%) scale(1.2, 1.2);
        opacity: 0;
    }
}

@-webkit-keyframes ani-wave {
    0% {
        transform: translate(-50%, -50%) scale(1, 1);
        opacity: 0;
    }
    25% {
        transform: translate(-50%, -50%) scale(1.05, 1.05);
        -webkit-transform: translate(-50%, -50%) scale(1.05, 1.05);
        opacity: 0.75;
    }
    50% {
        transform: translate(-50%, -50%) scale(1.1, 1.1);
        -webkit-transform: translate(-50%, -50%) scale(1.1, 1.1);
        opacity: 0.5;
    }
    75% {
        transform: translate(-50%, -50%) scale(1.15, 1.15);
        -webkit-transform: translate(-50%, -50%) scale(1.15, 1.15);
        opacity: 0.25;
    }
    100% {
        transform: translate(-50%, -50%) scale(1.2, 1.2);
        -webkit-transform: translate(-50%, -50%) scale(1.2, 1.2);
        opacity: 0;
    }
}

/****** 右侧区域 ******/
.pg-bd-hw-right {
    color: #fff;
    padding-top: 50px;
}
.pg-bd-hw-right > h2 {
    font-size: 22px;
}
.pg-bd-hw-right > p {
    width: 100%;
    font-size: 13px;
    line-height: 28px;
    padding: 20px 0 30px;
    text-align: justify;
}

.pg-bd-hwr-item {
    text-align: center;
}
.pg-bd-hwr-item > img {
    vertical-align: middle;
}
.pg-bd-hwr-item > div {
    color: #0a65d8;
    font-size: 14px;
    margin-top: 12px;
}

.pg-bd-hw-btn {
    margin: 30px 0;
}
.pg-bd-hw-btn > a {
    display: inline-block;
    width: 130px;
    height: 36px;
    line-height: 36px;
    color: #f5f5f5;
    font-size: 13px;
    text-align: center;
    border: 1px solid #fff;
    text-decoration: none;
}
.pg-bd-hw-btn > a em {
    display: inline-block;
    vertical-align: middle;
    width: 28px;
    height: 10px;
    margin-left: 5px;
    background: url("../image/icon-more-arrow.png") center no-repeat;
}
.pg-bd-hw-btn > a:hover {
    color: #f5f5f5;
}


    /**************** 新闻资讯 ****************/
.pg-bd-news {
    background: #fff;
}
.pg-bd-news > h2 {
    font-size: 20px;
    color: #333333;
    text-align: center;
    padding: 30px 0;
}
.pg-bd-news> h2 > em {
    display: block;
    width: 40px;
    height: 3px;
    background: #20c7b3;
    margin: 12px auto 0;
}

/****** 左侧图片切换展示 ******/
.pg-bd-news-slider .swiper-slide a img {
    display: block;
    width: 100%;
    height: 198px;
}
/****** 日期 ******/
.pg-bd-news-slider-date {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 60px;
    height: 60px;
    text-align: center;
    background: #2f8be3;
    color: #fff;
}
.pg-bd-news-slider-date .date-day {
    font-size: 20px;
    margin-top: 5px;
    font-weight: bold;
}
.pg-bd-news-slider-date .date-ym {
    font-size: 12px;
}

/****** 图片文字 ******/
.pg-bd-news-slider-text {
    position: absolute;
    bottom: 0;
    left:0;
    right: 0;
    height: 40px;
    line-height: 40px;
    padding-left: 12px;
    color: #fff;
    background: rgba(0, 0, 0, 0.3);
    font-size: 16px;
    font-weight: bold;
}
.pg-bd-news-slider-text p{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
}
.pg-bd-news-slider .swiper-pagination {
    text-align: right;
    padding-right: 10px;
    bottom: auto;
    top: 5px;
}
.pg-bd-news-slider  .swiper-pagination-bullet {
    background: #fff;
    opacity: .5;
}
.pg-bd-news-slider  .swiper-pagination-bullet-active {
    opacity: 1;
}

.pg-bd-news-btn {
    text-align: center;
    margin: 30px 0;
}
.pg-bd-news-btn > a {
    display: inline-block;
    width: 120px;
    height: 36px;
    line-height: 36px;
    color: #333333;
    font-size: 14px;
    text-align: center;
    border: 1px solid #333333;
    text-decoration: none;
}
.pg-bd-news-btn > a:hover {
    color: #20c7b3;
	border: 1px solid #20c7b3;
}

/****** 右侧新闻列表 ******/
.pg-bd-news-list {
    padding-top: 20px;
}
.pg-bd-news-list > li a {
    text-decoration: none;
    display: block;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #f4f4f4;
}
.pg-bd-news-list > li:last-of-type a {
    margin-bottom: 0;
    border-bottom: none;
}
.pg-bd-news-list > li a > div {
    color: #999;
    font-size: 13px;
}
.pg-bd-news-list > li a > h3 {
    font-size: 15px;
    color: #333333;
    margin: 10px 0;
}
.pg-bd-news-list > li a:hover h3 {
    color: #20c7b3;
}
.pg-bd-news-list > li a > p {
    color: #999;
    font-size: 13px;
}


/**************** 合作品牌 ****************/
.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;
    width: 130px;height: 46px;
}
.pg-bd-cobrand-slider .swiper-slide a img {
    display: block;
    width: 100%;
}
.pg-bd-cobrand-slider  .swiper-pagination-bullets {
    bottom: 0;
}
.pg-bd-cobrand-slider .swiper-pagination-bullet-active {
    background: #20c7b3;
}

/**************** 用户留言 ****************/
.pg-bd-contact {
    padding: 70px 0;
    background: url("../image/bg-contact.png") center no-repeat;
    background-size: cover;
    color: #ffffff;
}
.pg-bd-contact-block {
    position: relative;
}
/****** 表单信息 *******/
.pg-bd-cont-right {
    padding-left: 0;
    text-align: center;
}
.pg-bd-form-input {
    margin-bottom: 20px;
}
.pg-bd-form-input > input {
    display: block;
    width: 100%;
    line-height: 40px;
    color: #fefefe;
    font-size: 14px;
    background: none;
    border: none;
    border-bottom: 1px solid #9ea4b1;
    outline: none;
}
.pg-bd-form-input > textarea {
    display: block;
    width: 100%;
    height: 92px;
    padding: 10px;
    color: #fefefe;
    font-size: 14px;
    background: none;
    border: 1px solid #9ea4b1;
    outline: none;
    resize: none;
}
.pg-bd-form-input ::-webkit-input-placeholder {
    color: #fefefe;
}
.pg-bd-form-input :-moz-placeholder {
    color: #fefefe;
}
.pg-bd-form-input ::-moz-placeholder {
    color: #fefefe;
}
.pg-bd-form-input :-ms-input-placeholder {
    color: #fefefe;
}
.pg-bd-form-btn {
    display: block;
    padding: 12px 0;
    color: #fff;
    font-size: 16px;
    font-weight: bolder;
    text-align: center;
    background: #4cc8b9;
}
.pg-bd-form-btn:hover,
.pg-bd-form-btn:focus {
    color: #fff;
    text-decoration: none;
}
.pg-bd-form-btn:hover {
    background: #45b6a9;
}



@media (min-width: 768px) {
    /**************** 横幅图片 ****************/
    .pg-bd-banner .slider-pagination {
        bottom: 20px;
    }
    .pg-bd-banner .slider-pagination .sdp-dots > li {
        width: 40px;
        border-radius: 0;
        margin: 0 8px;
    }
    .pg-bd-banner-slider-text > h2 {
        font-size: 38px;
    }
    .pg-bd-banner-slider-text > h5 {
        font-size: 20px;
    }

    /**************** 应用分类 ****************/
    .pg-bd-as-item {
        padding: 40px 0;
        border-bottom: none;
    }
    .pg-bd-as-item > h6 {
        font-size: 16px;
    }
    .pg-bd-as-item > p {
        font-size: 13px;
    }
    .pg-bd-as-item-play {
        width: 60px;
        height: 60px;
    }
    .pg-bd-news-slider-text p{
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        width: 80%;
    }
    /**************** 各大服务商 ****************/
    .pg-bd-server {
        padding-top: 60px;
    }

    /**************** 华为严选合作伙伴 ****************/
    .pg-bd-copartner > h2 {
        font-size: 32px;
        padding: 60px 0;
    }
    /****** 圆环和文字 ******/
    .pg-bd-cop-ringtext {
        padding-top: 40px;
    }
    .pg-bd-cop-rt-ring {
        width: 135px;
        height: 135px;
        font-size: 24px;
        border: 8px solid #fff;
    }

    .pg-bd-cop-rt-text {
        width: 80%;
        line-height: 28px;
        margin: 50px auto 60px;
        font-size: 14px;
    }

    .pg-bd-cop-bline {
        margin-bottom: 20px;
    }


    /**************** 百度鹰眼硬件 ****************/
    /****** 左侧区域 ******/
    .pg-bd-hw-left {
        padding: 70px 0 30px;
    }
    .pg-bd-hw-left img {
        width: 42%;
    }
    /****** 右侧区域 ******/
    .pg-bd-hw-right {
        padding-top: 70px;
    }
    .pg-bd-hw-right > h2 {
        font-size: 32px;
    }
    .pg-bd-hw-right > p {
        width: 80%;
        font-size: 16px;
        line-height: 28px;
        padding: 40px 0 60px;
    }

    .pg-bd-hwr-item > div {
        font-size: 16px;
        margin-top: 12px;
    }

    .pg-bd-hw-btn {
        margin: 50px 0;
    }
    .pg-bd-hw-btn > a {
        width: 140px;
        height: 40px;
        line-height: 40px;
        font-size: 14px;
    }


    /**************** 新闻资讯 ****************/
    .pg-bd-news > h2 {
        font-size: 32px;
        padding: 60px 0;
    }

    /****** 左侧图片切换展示 ******/
    .pg-bd-news-slider .swiper-slide a img {
        display: block;
        width: 100%;
        height: 378px;
    }

    /***** 图片文字 *****/
    .pg-bd-news-slider-text {
        height: 50px;
        line-height: 50px;
        padding-left: 15px;
        font-size: 18px;
    }
    .pg-bd-news-slider .swiper-pagination {
        text-align: right;
        padding-right: 10px;
        bottom: 15px;
        top: auto;
    }

    /****** 日期 ******/
    .pg-bd-news-slider-date {
        width: 70px;
        height: 70px;
    }
    .pg-bd-news-slider-date .date-day {
        font-size: 22px;
        margin-top: 10px;
    }

    .pg-bd-news-btn {
        margin: 50px 0;
    }
    .pg-bd-news-btn > a {
        width: 140px;
        height: 40px;
        line-height: 40px;
        font-size: 16px;
    }

    /****** 右侧新闻列表 ******/
    .pg-bd-news-list {
        padding-top: 20px;
    }
    .pg-bd-news-list > li a {
        padding-bottom: 22px;
        margin-bottom: 22px;
    }
    .pg-bd-news-list > li a > h3 {
        margin: 15px 0;
    }



    /**************** 合作品牌 ****************/
    .pg-bd-cobrand > h2 {
        font-size: 32px;
        padding: 60px 0;
    }
    .pg-bd-cobrand-slider .swiper-slide a {
        margin-bottom: 30px;
        width: 204px;
        height: 72px;
    }
    .pg-bd-cobrand-slider .swiper-pagination-bullets .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
        margin: 0 10px;
    }

    /**************** 用户留言 ****************/
    .pg-bd-cont-left > h3 {
        font-size: 22px;
        font-weight: normal;
        text-align: center;
    }
    .pg-bd-cont-left > p {
        font-size: 13px;
        text-align: center;
        margin-top: 15px;
    }
    .pg-bd-contl-mark {
        font-size: 13px;
        text-align: center;
        color: #c9cbcd;
    }
    .pg-bd-contl-list {
        text-align: center;
        padding: 65px 0;
    }
    .pg-bd-contl-list .pg-bd-contl-img {
        width: 80px;
        height: 80px;
        line-height: 80px;
        margin: 0 auto;
        background: #58c8b9;
        border-radius: 50%;
        text-align: center;
    }
    .pg-bd-contl-list .pg-bd-contl-img img {
        vertical-align: middle;
    }
    .pg-bd-contl-list .pg-bd-contl-title {
        font-size: 18px;
        padding: 15px 0 6px;
    }
    .pg-bd-contl-list .pg-bd-contl-desp {
        font-size: 13px;
        color: #fff;
    }

    /****** 中心分割线 ******/
    .pg-bd-cont-center {
        height: 100%;
        border-left: 1px solid #b4bac1;
        position: absolute;
        top: 0;
        left: 50%;
    }

    /****** 表单信息 *******/
    .pg-bd-cont-right {
        padding-left: 6%;
    }


}


@media (min-width: 768px) and (max-width: 991px) {
    /**************** 百度鹰眼硬件 ****************/
    /****** 右侧区域 ******/
    .pg-bd-hw-right {
        color: #fff;
        padding-top: 70px;
    }
    .pg-bd-hw-right > h2 {
        font-size: 22px;
    }
    .pg-bd-hw-right > p {
        font-size: 13px;
        line-height: 24px;
        padding: 20px 0 30px;
    }

    .pg-bd-hwr-item {
        text-align: center;
    }
    .pg-bd-hwr-item > img {
        width: 32px;
    }
    .pg-bd-hwr-item > div {
        font-size: 13px;
        margin-top: 10px;
    }

    .pg-bd-hw-btn {
        margin: 20px 0;
    }
    .pg-bd-hw-btn > a {
        display: inline-block;
        width: 120px;
        height: 34px;
        line-height: 34px;
        color: #fff;
        font-size: 13px;
        text-align: center;
        border: 1px solid #fff;
    }

}

@media (min-width: 768px) and (max-width: 1199px){

    /**************** 各大服务商 ****************/
    .pg-bd-server {
        padding-top: 60px;
    }
    .pg-bd-server > .row {
        margin: 0;
    }

    /****** 第一、二个层 ******/

    .pg-bds-item-mask-bottom {
        width: 80%;
    }

    .pg-bds-item-mask-top .pg-bds-item-mask-icon > img,
    .pg-bds-item-mask-bottom .pg-bds-item-mask-icon > img{
        width: 32px;
    }
    .pg-bds-item-mask-top .pg-bds-item-mask-icon > em {
        display: block;
        width: 20px;
        margin: 20px auto;
    }
    .pg-bds-item-mask-top .pg-bds-item-mask-title,
    .pg-bds-item-mask-bottom .pg-bds-item-mask-title {
        font-size: 14px;
    }
    .pg-bds-item-mask-bottom .pg-bds-item-mask-title {
        margin-top: 5px;
    }
    .pg-bds-item-mask-bottom .pg-bds-item-mask-cont {
        line-height: 18px;
        font-size: 12px;
        margin: 5px auto 8px;
    }

    .pg-bds-item-mask-bottom  .pg-bds-item-mask-btn > a {
        width: 100px;
        height: 28px;
        font-size: 13px;
        line-height: 28px;
    }



}

@media (min-width: 992px) and (max-width: 1199px) {
    /**************** 新闻资讯 ****************/
    /****** 右侧新闻列表 ******/
    .pg-bd-news-list {
        padding-top: 0;
    }
    .pg-bd-news-list > li a {
        padding-bottom: 9px;
        margin-bottom: 10px;
    }
    .pg-bd-news-list > li a > h3 {
        margin: 5px 0;
    }

    /**************** 各大服务商 ****************/
    /****** 第一、二个层 ******/
    .pg-bds-item-mask-top .pg-bds-item-mask-icon > img,
    .pg-bds-item-mask-bottom .pg-bds-item-mask-icon > img{
        width: 40px;
    }

}


@media (min-width: 1200px) {
    /**************** 横幅图片 ****************/
    .pg-bd-banner .slider-pagination {
        bottom: 25px;
    }
    .pg-bd-banner .slider-pagination .sdp-dots > li {
        width: 64px;
    }


    /**************** 各大服务商 ****************/
    .pg-bd-server {
        padding-top: 60px;
    }
    .pg-bd-server > .row {
        margin: 0;
    }

    /****** 第一、二个层 ******/
    .pg-bds-item-mask-bottom {
        width: 80%;
    }
    .pg-bds-item-mask-top .pg-bds-item-mask-icon > img,
    .pg-bds-item-mask-bottom .pg-bds-item-mask-icon > img{
        width: 60px;
    }

    .pg-bds-item-mask-top .pg-bds-item-mask-icon > em {
        display: block;
        width: 20px;
        margin: 25px auto;
    }
    .pg-bds-item-mask-top .pg-bds-item-mask-title,
    .pg-bds-item-mask-bottom .pg-bds-item-mask-title {
        font-size: 20px;
    }
    .pg-bds-item-mask-bottom .pg-bds-item-mask-title {
        margin-top: 20px;
    }
    .pg-bds-item-mask-bottom .pg-bds-item-mask-cont {
        line-height: 28px;
        font-size: 13px;
        margin: 20px auto 25px;
    }

    .pg-bds-item-mask-bottom  .pg-bds-item-mask-btn > a {
        width: 120px;
        height: 38px;
        font-size: 13px;
        line-height: 38px;
    }


    /**************** 新闻资讯 ****************/
    /****** 右侧新闻列表 ******/
    .pg-bd-news-list {
        padding-top: 0;
    }

    /**************** 合作品牌 ****************/
    .col-xlg-20 {
        width: 20%;
        float: left;
    }
}

.XG-banner-logo{
    display: inline-block !important;
    width: auto !important;
    height: auto !important;
    min-height:unset !important;
    text-align: center;
}
@media all and (max-width:1000px) {
    .XG-banner-logo{width: 74% !important;}
}