/*******************tab切换******************************/
.zd-pc__tabs a{
    color: #333;
    height: 60px;
}
.zd-pc__tabs .tabs {
    width: 100%;
    height: 60px;
    background: #FFFFFF;
    
}
.zd-pc__tabs .tabs .tabs-main {
    width: 800px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.zd-pc__tabs .tabs .tabs-main span {
    display: inline-block;
    width: 200px;
    height: 60px;
    background: #fff;
    color: #333;
    font-size: 18px;
    line-height: 60px;
    text-align: center;
    cursor: pointer;
    transition: all .4s;
}

.tabs-active {
    background: #C7000B !important;
    color: #fff !important;
    transition: all .4s;
}

.zd-pc__tabs .tabs-content {
    height: 552px;
    background: #F9F9F9;
    position: relative;
    width: 100%;
    box-sizing: border-box;
    padding-top: 80px;
}

.zd-pc__tabs .tabs-content .tabs-content__top {
    width: 1416px;
    margin: 0 auto;
    text-align: center;
    position: absolute;
    left: calc(50% - 708px);
    z-index: 2;
}

.zd-pc__tabs .tabs-content .tabs-content__top .tabs-content__top-title {
    font-size: 30px;
    font-weight: 400;
    line-height: 38px;
    color: #333333;
    /* margin-bottom: 20px; */
    width: 1080px;
    margin: 0 auto 20px;
}
.zd-pc__tabs .tabs-content .tabs-content__top .tabs-content__top-desc {
    width: 100%;
    font-size: 14px;
    line-height: 28px;
    color: #666666;
    width: 1080px;
    margin: 0 auto 50px;
}
.zd-pc__tabs .tabs-content .tabs-content__btm {
    width: 100%;
    height: 122px;
    position: absolute;
    bottom: 0;
    background: #fff;
}
.tabs-content__top .tabs-content__top-item {
    display: flex;

}
.tabs-content__top .tabs-content__top-item .top-item {
    width: 468px;
    height: 300px;
    background: #FFFFFF;
    border: 2px solid #F3F3F3;
    margin-right: 6px;
    box-sizing: border-box;
    padding: 70px 30px 0;
}
.tabs-content__top .tabs-content__top-item .top-item:last-child {
    margin-right: 0;
}
.tabs-content__top .tabs-content__top-item .top-item .top-item__title {
    font-size: 18px;
    color: #C7000B;
    margin-top: 40px;
    font-weight: 900;
}
.tabs-content__top .tabs-content__top-item .top-item .top-item__desc {
    color: #666666;
    font-size: 14px;
    margin: 19px 0 0;
    line-height: 26px;
    color: #666666;
}
.tabs-content__top .tabs-content__top-item .top-item .top-item__img,
.tabs-content__top .tabs-content__top-item .top-item .top-item__img img {
    width: 68px;
    height: 68px;
    display: inline-block;
}

/*******************智能运维方案架构图******************************/
.zd-pc__diagram {
    /* margin-top: 148px; */
    margin-top: 10%;
    margin-bottom: 8%;
}
.zd-pc__diagram-main {
    width: 1416px;
    margin: 0 auto;
}

.zd-pc__diagram-main-en {
    width: 1416px;
    margin: 20% auto 15% auto;
}
.zd-pc__diagram-title {
    text-align: center;
    font-size: 30px;
    color: #333333;
    margin-bottom: 68px;
}

/*******************硬件设备******************************/
.zd-pc__hardware {
    width: 100%;
    margin-top: 148px;
    padding-bottom: 128px;
}
.zd-pc__hardware-title {  
    font-size: 30px;
    color: #333333;
    margin-bottom: 68px;
    text-align: center;
}
.zd-pc__hardware-swiper {
    width: 100%;
    height: 379px;
    min-width: 1266px;
    overflow-x: auto;
}
.zd-pc__hardware-swiper .swiper-container {
    width: 100%;
    height: 379px;
}  

.zd-pc__swiper-content {
    display: flex;
    border: 2px solid #f9f9f9;
    background: #FFFFFF;
    width: 932px;
    height: 379px;
}

.zd-pc__swiper-content img {
    width: 459px;
    height: 376px;
    background: #f9f9f9;
}
.zd-pc__swiper-content .zd-pc__swiper-content-desc {
    width: 466px;
    height: 379px;
    box-sizing: border-box;
    padding: 46px 18px 52px 42px;

}
.zd-pc__swiper-content .zd-pc__swiper-content-desc .swiper-text__title {
    font-size: 20px;
    font-weight: bold;
    color: #333333;
    margin-bottom: 32px;
}
.zd-pc__swiper-content .zd-pc__swiper-content-desc .swiper-text__desc {
    font-size: 14px;
    color: #666666;
    line-height: 26px;
    
}
.zd-pc__swiper-content .zd-pc__swiper-content-desc .swiper-text__desc p {
    margin-bottom: 14px;
}

.swiper-button-prev {
    width: 66px;
    height: 66px;
    left: 400px;
}


.swiper-button-next {
    width: 66px;
    height: 66px;
    right: 388px;
}
.swiper-button-prev::after,
.swiper-button-next::after {
    content: "";
}

.swiper-unactive,
.swiper1-unactive,
.swiper2-unactive,
.swiper3-unactive {
    justify-content: flex-end;
    align-items: center;
}
.swiper-flex__start {
    /* width: 459px; */
    justify-content: flex-start;
    align-items: center;
    border: none;
}
.swiper-flex__end {
    /* width: 459px; */
    display: flex;
    justify-content: flex-end;
    align-items: center;
    border: none;
}

.zd-pc__swiper-content-desc a{
    color: #FFFFFF;
}
.swiper-btn {
    width: 170px;
    height: 40px;
    background: #C7000B;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    cursor: pointer;
    /* margin-top: 110px; */
    position: absolute;
    bottom: 10%;
}

.swiper-btn-en {
    bottom: 10%;
}