.zd-pc__product-title {
    text-align: center;
    font-size: 40px;
    line-height: 38px;
    color: #333333;
    font-weight: bold;
}
.zd-pc__product-title-en {
    font-size: 30px;
}
.zd-pc__product-subtitle {
    color: #666666;
    font-size: 14px;
    text-align: center;
    line-height: 32px;
    margin-top: 36px;
    font-weight: 400;
}
.zd-pc__product-subtitle-icon {
    text-align: center;
    color: #666666;
    font-size: 14px;
    margin-top: 6px;
}

/****************采集站轮播*********************/
.collector-swiper__content {
    width: 100%;
    height: 750px;
    margin: 0 auto;
    position: relative;
    display: flex;
    align-items: center;
    background: #fff;
}
.collector-swiper__content .swiper-container {
    width: 100%;
    height: 100%;
}
.collector-swiper__content .collector-swiper__prev-icon,
.collector-swiper__content .sensor-swiper__prev-icon {
    width: 17px;
    height: 29px;
    position: absolute;
    right: 14%;
    bottom: 44px;
    /* top: 50%; */
    z-index: 10;
    cursor: pointer;
}
.collector-swiper__content .collector-swiper__next-icon,
.collector-swiper__content .sensor-swiper__next-icon {
    width: 17px;
    height: 29px;
    position: absolute;
    /* top: 50%; */
    right: 8%;
    bottom: 44px;
    z-index: 10;
    cursor: pointer;
}
.collector-swiper__content .collector-swiper__info {
    height: 100%;
    display: flex;
    align-items: center;
    /* text-align: center; */
}
.collector-swiper__content .swiper-info__left {
    width: 37%;
    height: 100%;
    padding-top: 8%;
    padding-left: 10%;
    box-sizing: border-box;
    background: linear-gradient(180deg, #FAFBFD 0%, #F1F2F4 100%);
}
.collector-swiper__content .swiper7-en .swiper-info__left {
    width: 37%;
    height: 100%;
    padding-top: 2%;
    padding-left: 10%;
    box-sizing: border-box;
    background: linear-gradient(180deg, #FAFBFD 0%, #F1F2F4 100%);
}
.collector-swiper__content .swiper-info__right {
    /* width: 946px; */
    width: 63%;
    height: 100%;
    padding-top: 8%;
    box-sizing: border-box;
    padding-left: 3%;
    padding-right: 8%;
}

.collect-icon__list {
    width: 100%;
    display: flex;
    align-items: baseline;
    justify-content: flex-start;
    margin-left: -6%;
}
.collect-icon__list .collect-icon {
    width: 24%;
    /* height: 48px; */
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: 1%;
    margin-top: 5%;
}
.collect-icon__list .collect-icon img {
    width: 48px;
    height: 48px;
}
.collect-icon__list .collect-icon span {
    font-size: 1.2rem;
    color: #999999;
    margin-top: 12px;
    text-align: center;
} */
.collector-swiper__content .swiper-left__btn {
    margin-top: 20%;
}
.collect-swiper__left-btn a{
    color: #FFFFFF;
}
.collect-swiper__left-btn {
    display: inline-block;
    width: 210px;
    height: 40px;
    background: #C7000B;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    font-size: 16px;
}

.swiper-info__left-info {
    
}
.collector-swiper__content .swiper-info__left-info > h1 {
    font-size: 30px;
    font-weight: bold;
    color: #333333;
    margin-bottom: 10px;
}
.collector-swiper__content .swiper-info__left-info > h2 {
    /* font-size: 24px; */
    font-size: 30px;
    font-weight: bold;
    color: #333333;
    margin-bottom: 40px;
}
.collector-swiper__content .swiper-info__left-info > p {
    font-size: 14px;
    color: #333333;
    line-height: 24px;
}
.collect-swiper__right {
    text-align: right;
}
.collect-swiper__right .collect-swiper__img {
    text-align: left;
}
.collect-swiper__right .collect-swiper__img img {
    width: 822px;
    height: 394px;
}
.collect-swiper__right .collect-swiper__icon img {
    width: 70px;
    height: 50px;
}
.collect-swiper__right > h2 {
    font-size: 30px;
    font-weight: bold;
    color: #333333;
    margin-bottom: 12px;
    margin-top: 18px;
}
.collect-swiper__right > h2 > span {
    font-size: 14px;
    line-height: 24px;
    color: #333333;
    vertical-align: text-top;
    margin-right: 6px;
}
.collect-swiper__right > h3 {
    font-size: 36px;
    font-weight: bold;
    color: #C7000B;
}

.swiper-pagination-bullet {
    width: 38px;
    height: 38px;
    line-height: 38px;
    color: #C7000B;
    background: #fff;
    margin-right: 6px;
}

.collector-swiper__pagination {
    position: absolute;
    bottom: 44px;
    left: 10%;
}

/***************传感器轮播**********************/
.sensor-swiper__content {
    width: 100%;
    height: 750px;
    margin: 0 auto;
    position: relative;
    display: flex;
    align-items: center;
    background: linear-gradient(180deg, #FAFBFD 0%, #F1F2F4 100%);
}
.sensor-swiper__content .swiper-container {
    width: 100%;
    height: 100%;
}

.sensor-swiper__content .sensor-swiper__prev-icon {
    width: 17px;
    height: 29px;
    position: absolute;
    right: 14%;
    bottom: 44px;
    /* top: 50%; */
    z-index: 10;
    cursor: pointer;
}

.sensor-swiper__content .sensor-swiper__next-icon {
    width: 17px;
    height: 29px;
    position: absolute;
    /* top: 50%; */
    right: 8%;
    bottom: 44px;
    z-index: 10;
    cursor: pointer;
}
.sensor-swiper__content .sensor-swiper__info {
    height: 100%;
    display: flex;
    /* justify-content: flex-end; */
    align-items: center;
}
.sensor-swiper__content .swiper-info__left {
    /* width: 700px; */
    width: 37%;
    padding-left: 10%;
    /* padding-right: 138px; */
    height: 100%;
    padding-top: 8%;
    box-sizing: border-box;
    background: linear-gradient(180deg, #FAFBFD 0%, #F1F2F4 100%);
}
.sensor-swiper__content .swiper-info__right {
    width: 63%;
    /* width: 946px; */
    height: 100%;
    /* padding-top: 122px; */
    padding-top: 8%;
    box-sizing: border-box;
    padding-left: 3%;
    padding-right: 8%;
}

.collect-icon__list {
    width: 100%;
    display: flex;
    align-items: baseline;
    justify-content: flex-start;
}
.collect-icon__list .collect-icon {
    width: 23%;
    /* height: 48px; */
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    margin-right: 1%;
    margin-top: 5%;
}
.collect-icon__list .collect-icon img {
    width: 48px;
    height: 48px;
}
.collect-icon__list .collect-icon span {
    font-size: 12px;
    color: #999999;
    margin-top: 12px;
}
.sensor-swiper__content .swiper-left__btn {
    /* margin-top: 70px; */
    /* margin-top: 20%; */
}
.swiper-left__btn-a {
    margin-top: 5%;
}
.collect-swiper__left-btn {
    display: inline-block;
    color: #FFFFFF;
    width: 210px;
    height: 40px;
    background: #C7000B;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    font-size: 16px;
}

.swiper-info__left-info {

}
.sensor-swiper__content .swiper-info__left-info > h1 {
    font-size: 30px;
    font-weight: bold;
    color: #333333;
    margin-bottom: 10px;
}
.sensor-swiper__content .swiper-info__left-info > h2 {
    font-size: 30px;
    font-weight: bold;
    color: #333333;
    margin-bottom: 75px;
}
.sensor-swiper__content .swiper-info__left-info > p {
    font-size: 14px;
    color: #333333;
    line-height: 24px;
}
.sensor-swiper__right {
    display: flex;
    width: 100%;
    height: 100%;
    text-align: right;
    align-items: flex-start;
}
.sensor-swiper__right .collect-swiper__img {
    width: 75%;
    height: 100%;
    text-align: left;
    align-self: center;
}
.sensor-swiper__right .collect-swiper__img img {
    width: 100%;
    height: 100%;
    /* width: 822px;
    height: 394px; */
}
.sensor-swiper__right .collect-swiper__icon img {
    width: 70px;
    height: 50px;

}
.sensor-swiper__right .sensor-swiper__right-text {
    width: 25%;
}
.sensor-swiper__right .sensor-swiper__right-text > h2:first-child {
    margin-bottom: 12px;
    margin-top: 18px;
}

.sensor-swiper__right .sensor-swiper__right-text > h2 {
    font-size: 30px;
    font-weight: bold;
    color: #333333;
    margin-bottom: 0px;
    margin-top: 20px;
}
.sensor-swiper__right .sensor-swiper__right-text > h2 > span {
    font-size: 14px;
    line-height: 24px;
    color: #333333;
    vertical-align: text-top;
    margin-right: 6px;
}
.sensor-swiper__right .sensor-swiper__right-text > h3 {
    font-size: 36px;
    font-weight: bold;
    color: #C7000B;
    margin-top: 12px;
}

.swiper-pagination-bullet {
    width: 38px;
    height: 38px;
    line-height: 38px;
    color: #C7000B;
    background: #fff;
    margin-right: 6px;
}

.sensor-swiper__pagination {
    position: absolute;
    bottom: 44px;
    left: 10%;
}
/*******智能感知平台*******/
.zd-pc__base-prin-en .intell-content {
    height: auto !important;
}
#intell-box .intell-content {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    /* padding-left: 275px; */
    padding-left: 0;
}
#intell-box .intell-right > h2 > span {
    font-size: 14px;
    line-height: 24px;
    color: #333333;
    vertical-align: text-top;
    margin-right: 6px;
}
#intell-box .intell-content .intell-text {
    /* width: 760px; */
    width: 37%;
    height: 100%;
    /* padding-top: 209px; */
    padding-top: 11%;
    background: #Fff;
    /* align-self: center; */
    /* padding-right: 125px; */
    padding-right: 4%;
    /* padding-left: 275px; */
    padding-left: 10%;
    margin-right: 0;
    /* box-sizing: border-box; */
}
#intell-box .intell-right-content {
    width: 63%;
    /* width: 946px; */
    height: 100%;
    /* padding-top: 122px; */
    /* padding-top: 8%; */
    box-sizing: border-box;
    /* padding-left: 3%; */
    padding-right: 8%;
    display: flex;
}

#intell-box .intell-img {
    /* width: 708px; */
    width: 75%;
    height: 100%;
    background: #fff;
    /* padding-top: 124px; */
    padding-top: 11%;
    padding-left: 3%;
}
#intell-box .intell-img img {
    width: 708px;
    height: 514px;
}

/**********应用场景**********/
.item-top__icon1 {
    width: 20px;
    height: 20px;
    background: url('../image/product/scene1-icon.png') no-repeat center center / 100% 100%;
}



.item-top__icon2 {
    width: 20px;
    height: 20px;
    background: url('../image/product/scene2-icon.png') no-repeat center center / 100% 100%;
}


.item-top__icon3 {
    width: 20px;
    height: 20px;
    background: url('../image/product/scene3-icon.png') no-repeat center center / 100% 100%;
}

.item-top__icon4 {
    width: 20px;
    height: 20px;
    background: url('../image/product/scene4-icon.png') no-repeat center center / 100% 100%;
}

.item-top__icon5 {
    width: 20px;
    height: 20px;
    background: url('../image/product/scene5-icon.png') no-repeat center center / 100% 100%;
}

.item-top__icon6 {
    width: 20px;
    height: 20px;
    background: url('../image/product/scene6-icon.png') no-repeat center center / 100% 100%;
}

.scene-active .item-top__icon1 {
    background: url('../image/product/scene1-icon-active.png') no-repeat center center / 100% 100%;
}


.scene-active .item-top__icon2 {
    background: url('../image/product/scene2-icon-active.png') no-repeat center center / 100% 100%;
}

.scene-active .item-top__icon3 {
    background: url('../image/product/scene3-icon-active.png') no-repeat center center / 100% 100%;
}

.scene-active .item-top__icon4 {
    background: url('../image/product/scene4-icon-active.png') no-repeat center center / 100% 100%;
}

.scene-active .item-top__icon5 {
    background: url('../image/product/scene5-icon-active.png') no-repeat center center / 100% 100%;
}

.scene-active .item-top__icon6 {
    background: url('../image/product/scene6-icon-active.png') no-repeat center center / 100% 100%;
}
.scene-item {
    transition: all .4s cubic-bezier(.645, .045, .355, 1);
}

.scene-img__container {
    position: relative;
    width: 54%;
    height: 100%;
}
.scene-chang__img, .scene-chang__img img {
    width: 100%;
    height: 100%;
    object-fit: fill;
}
.scene-img__container .scene-chang__img {
    position: absolute;
}
.scene-img__container .scene-img1 {
    z-index: 6;
}
.scene-img__container .scene-img2 {
    z-index: 5;
}
.scene-img__container .scene-img3 {
    z-index: 4;
}
.scene-img__container .scene-img4 {
    z-index: 3;
}
.scene-img__container .scene-img5 {
    z-index: 2;
}
.scene-img__container .scene-img6 {
    z-index: 1;
}
