.zdmb-banner {
    height: 250px;
    margin-top: 64px;
    position: relative;
}
.zdmb-ban-box {
    height: 250px;
}
.zdmb-ban-imgbox {
    height: 250px;
}
.zdmb-ban-imgbox > img {
    height: 100%;
    width: 100%;
    object-fit: fill;
}

.zdmb-banner-content {
    position: absolute;
    margin: 0 24px;
    top: 50%;
    /* left: 50%; */
    transform: translate(0, -50%);

    z-index: 1;
}
.zdmb-banner-content > * {
    animation: fadeInUp 1.2s;
}
.zdmb-banner-title {
    text-align: center;
}
.zdmb-banner-title > h3 {
    margin-bottom: 14px;
}
.zdmb-banner-title > h3 > span {
    font-size: 15px;
    font-weight: bold;
    line-height: 20px;
    color: #333333;
}
.zdmb-banner-title > h3 > span:first-child {
    font-weight: 400;
}
.banner-title-subtitle {
    font-size: 15px;
    line-height: 20px;
    color: #666666;
}

.zdmb-main {
    width: 100%;
}
.zdmb-tabs {
    height: 100%;
    margin-bottom: 10px;
}
.tabs-warp {
    overflow-x: auto;
}
/* 设置滚动条为0 */
.tabs-warp::-webkit-scrollbar{
    width: 0px;
    height: 0px;
    opacity: 0;
    -webkit-overflow-scrolling: touch;
}
#tabs-swiper {
    width: 612px;
    margin: 0 auto;
}
.tabs-wrapper {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
#tabs-swiper .tab-item {
    width: 153px;
    height: 45px;
    /* line-height: 45px; */
    font-size: 15px;
    text-align: center;
    background: #fff;
    color: #333;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;    
}

.zdmb-tabs-content {
    /* height: 646px; */
    background: #F9F9F9;
    padding: 46px 15px 30px;
}
.zdmb-tabs-content__top {
    /* padding: 0 14px; */
}
.zdmb-tabs-content__top-title {
    font-size: 20px;
    line-height: 20px;
    color: #333333;
    text-align: center;
    margin-bottom: 25px;
    padding: 0 14px;
}
.zdmb-tabs-content__top-desc {
    text-align: center;
    font-size: 14px;
    line-height: 25px;
    color: #666666;
    margin-bottom: 25px;
    padding: 0 14px;
}

.zdmb-content-item {
    background: #FFFFFF;
    border: 1px solid #F3F3F3;
    /* width: 345px; */
    margin-bottom: 8px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 10px 14px 10px 22px;
    height: 100%;
}
.content-item__img,
.content-item__img > img {
    width: 75px;
    /* height: 42px; */
    margin-right: 25px;
    /* object-fit: fill; */
}

.content-item__img-en,
.content-item__img-en > img {
    width: 120px;
    margin-right: 25px;
}
.content-item__title {
    font-size: 15px;
    font-weight: bold;
    line-height: 20px;
    color: #C7000B;
    margin-bottom: 8px;
}
.content-item__desc {
    font-size: 12px;
    line-height: 18px;
    color: #666666;
}
.zdmb-diagram {
    /* height: 495px; */
    /* padding: 42px 15px 42px; */
    margin: 10% auto;
}
.zdmb-diagram-title {
    text-align: center;
    font-size: 20px;
    line-height: 20px;
    color: #333333;
    margin: 26px auto;
}
.zdmb-diagram-img {
    width: 100%;
    /* overflow-x: auto; */
    text-align: center;
}
.zdmb-diagram-img::-webkit-scrollbar{
    width: 0px;
    height: 0px;
    opacity: 0;
    -webkit-overflow-scrolling: touch;
}

.zdmb-diagram-img > img{
    /* width: 660px; */
    /* max-width: none; */
}

.zdmb-hardware {
    /* height: 565px; */
    padding-bottom: 50px;
}
.zdmb-hardware-title {
    font-size: 20px;
    line-height: 20px;
    color: #333333;
    text-align: center;
    margin-bottom: 35px;
    margin-top: 10px;
}
.zdmb-hardware-swiper {
    width: 233px;
}
.zdmb-hardware-swiper-small {
    display: flex;
    justify-content: center;
}
.zdmb-hardware-swiper .swiper-slide-small {
    width: 233px;
}
.zdmb__swiper-content {
    /* width: 234px; */
    background: #f9f9f9;
}
.zdmb__swiper-content > img {
    width: 233px;
    height: 190px;
}
.zdmb-swiper-text__title {
    font-size: 15px;
    font-weight: bold;
    line-height: 20px;
    color: #333333;
    margin-bottom: 15px;
}
.zdmb-swiper-text__desc {
    margin-bottom: 30px;
}
.zdmb-swiper-text__desc > p {
    font-size: 12px;
    line-height: 15px;
    color: #666666;
    
}
.zdmb-swiper-btn {
    width: 200px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    color: #fff;
    background: #C7000B;
    border: 1px solid #C7000B;
}
.zdmb__swiper-content-desc {
    width: 233px;
    height: 211px;
    background: #FFFFFF;
    border: 1px solid #F3F3F3;
    padding: 16px 17px 23px;

    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}




@media screen and (max-width: 1920px) {
    .zdpc-banner,
    .zdpc-main,
    .zd-pc__hardware {
        display: block;
    }
    
    .zdmb-banner,
    .zdmb-main,
    .zdmb-hardware {
        display: none;
    }
}
@media screen and (max-width: 1023px) {
    .zdpc-banner,
    .zdpc-main,
    .zd-pc__hardware {
        display: none;
    }

    .zdmb-banner,
    .zdmb-main,
    .zdmb-hardware {
        display: block;
    }
}