.zdmb-company {
    min-height: 760px;
    /* background: #f9f9f9; */
    /* padding: 44px 0 3px; */
    box-sizing: border-box;
    padding: 2rem 0;
    padding-bottom: 0;
}

.zdmb-about {
    padding: 0 3rem;

}

.title-bag {
    /* height: 200px; */
    text-align: center;
}

.title-bag span {
    color: #333333;
    font-size: 7.5rem;
    font-weight: bold;
    /* position: absolute; */
    opacity: .05;
    white-space: nowrap;
}

.title-bag h2 {
    position: relative;
    bottom: 5rem;
    font-size: 2rem;
}

.title-bag img {
    width: 2rem;
    height: 2rem;
}


.zdmb-about-title {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 8px;
}

.zdmb-banner-title .title {
    font-size: 15px;
    font-weight: 600;
    margin: 10px auto;
}

.zdmb-about-title>span {
    font-size: 12px;
    /* font-size: 0.3rem; */
    color: #333333;
    height: 16px;
    line-height: 16px;
}

.zdmb-about-title>span:last-child {
    font-weight: bold;
}

.zdmb-about-subtitle {
    line-height: 26px;
    font-size: 20px;
    font-weight: 550;
    color: #333333;
    /* margin: 0 auto 24px; */
    text-align: center;
}

.zdmb-about-desc {
    font-size: 1.6rem;
    line-height: 24px;
    color: #333333;
    margin: 0 auto 1.5rem;
    /* text-align: center; */
}

.zdmb-info {
    padding: 0 3rem;
    /* padding-right: 0; */
    padding-bottom: 3rem;
    display: flex;
    /* justify-content: center; */
    flex-wrap: wrap;
    /* margin-bottom: 23px; */
    /* gap: 5%; */
}

.zdmb-info .info-item {
    /* background: #fff; */
    width: calc(100% / 2);
    /* height: 75px; */
    /* margin-bottom: 15px; */
    /* text-align: center; */
    /* padding-top: 15px; */
    padding: 1.5rem 0;
}

.zdmb-info .info-item {
    /* margin-right: 5px; */
    display: flex;
}

.zdmb-info .info-item img {
    height: 2.5rem;
    width: 2.5rem;
    margin-right: 1rem;

}

/* .zdmb-info .info-item-top {
    height: 34px;
    line-height: 34px;
    display: flex;
    align-items: center;
} */

.zdmb-info .item-num {
    font-size: 2rem;
    font-weight: bold;
    color: #C7000B;
}

.zdmb-info .item-unit {
    font-size: 1.5rem;
    font-weight: bold;
    color: #C7000B;
    position: relative;
    right: 0.5rem;
}

.zdmb-info .info-item-btm {
    font-size: 1.6rem;
    line-height: 2rem;
    color: #666666;
    margin-top: 0.5rem;
}

.zdmb-more {
    padding: 0 124px;
    display: flex;
    justify-content: center;
}

.zdmb-more-btn {
    display: inline-block;
    width: 127px;
    height: 33px;
    line-height: 33px;
    text-align: center;
    border: 1px solid #333333;
    font-size: 12px;
    color: #333;
    border-radius: 20px;
}

.zdmb-img {
    height: 17rem;
    margin: 1.5rem 0;
    padding: 0 3rem;

}

.zdmb-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 6px;
}

.zdmb-dynamic {
    /* min-height: 556px; */
    padding: 2rem 0;
    background-color: #f2f2f2;
}

.zdmb-dynamic-title {
    width: 100%;
    position: relative;
    /* margin-bottom: 20px; */
}

.zdmb-dynamic-title>h2 {
    line-height: 26px;
    font-size: 20px;
    color: #333333;
    font-weight: bold;
    width: 100%;
    text-align: center;
}

.zdmb-dynamic-title>a {
    position: absolute;
    right: 0;
    bottom: 2px;
    font-size: 12px;
    color: #333333;
}

.zdmb-dynamic-content {
    height: 380px;
    display: flex;
    /* justify-content: center; */
    overflow-x: scroll;
}

.zdmb-dynamic-content-left {
    width: 48%;
    flex: 1;
    background: #f9f9f9;
    margin-right: 5px;
}

.content-left-img {
    height: 220px;
    position: relative;
}

.content-left-img .left-img {
    width: 100%;
    height: 100%;
}

.content-left-img img {
    height: 100%;
    width: 100%;
    object-fit: fill;
    /* object-fit: cover; */
}

.content-left-img-time {
    /* position: absolute;
    top: 11px;
    left: 11px; */
    padding: 11px 15px;
}

.content-left-img-time>p {
    font-size: 16px;
    font-weight: bold;
    color: #333333;
}

.content-left-img-time>span {
    font-size: 12px;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    color: #666;
}

.content-left-desc {
    height: 160px;
    background: #C7000B;
    padding: 14px 14px 0;
}

.content-left-desc>h3 {
    font-size: 12px;
    line-height: 16px;
    font-weight: bold;
    color: #FFFFFF;
    margin-bottom: 8px;
}

.content-left-desc>p {
    line-height: 18px;
    color: #FFFFFF;
    font-size: 12px;
    margin-bottom: 15px;
}

.content-left-desc>a span {
    display: inline-block;
    width: 144px;
    height: 33px;
    line-height: 33px;
    text-align: center;
    color: #fff;
    font-size: 12px;
    border: 1px solid #fff;
}

.zdmb-dynamic-content-right {
    flex: 1;
    width: 48%;

}

.content-right-item {
    /* width: 173px; */
    /* height: 188px; */
    background: #F9F9F9;
    margin: 15px 0;
    padding: 5px 15px;
    border-radius: 12px;

}

.content-right-item:first-child {
    margin-bottom: 5px;
}

.content-right-item-time {
    padding-top: 11px;
    margin-bottom: 11px;
}

.content-right-item-time>h3 {
    font-size: 16px;
    line-height: 20px;
    color: #333333;
    font-weight: bold;
}

.content-right-item-time>span {
    font-size: 1.7rem;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    color: #666;
}

.ellipsis-img {
    width: 100%;
    height: 12rem;
}

.ellipsis-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
}

.content-right-item>h3 {
    font-size: 12px;
    font-weight: bold;
    line-height: 16px;
    color: #333333;
    margin-bottom: 13px;
}

.content-right-item>p {
    font-size: 12px;
    line-height: 18px;
    color: #666666;
    margin-bottom: 1rem;
}

.content-right-item>span {
    display: inline-block;
    width: 144px;
    height: 33px;
    line-height: 33px;
    text-align: center;
    color: #333;
    font-size: 12px;
    border: 1px solid #333;
}

.zdmb-plane {
    min-height: 83px;
    background: url('../image/home/plane-bg.png') no-repeat center center / 100% 100%;
}

.zdmb-plane-warp {
    min-height: 83px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.zdmb-plane__title {

    color: #FFFFFF;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.zdmb-plane__title-en {
    width: 78%;
}

.zdmb-plane__title>h1 {
    line-height: 26px;
    font-size: 20px;
}

.zdmb-plane__subtitle {
    margin-top: 8px;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    color: rgba(255, 255, 255, 0.6);
}

.zdmb-plane__subtitle-en {
    margin-top: 0;
}

.zdmb-plane-left,
.zdmb-plane-left img,
.zdmb-plane-right,
.zdmb-plane-right img {
    width: 17px;
    height: 22px;
    margin: 0 5px;
}

.zdmb-plane-left-en,
.zdmb-plane-left-en img,
.zdmb-plane-right-en,
.zdmb-plane-right-en img {
    width: 38px;
    height: 22px;
    margin: 0 5px;
}

.zdmb-table {
    /* min-height: 453px; */
    padding: 5rem 2rem
        /* overflow-x: auto; */
}

.zdmb-table::-webkit-scrollbar {
    width: 0px;
    height: 0px;
    opacity: 0;
    -webkit-overflow-scrolling: touch;
}

.zdmb-table__main {
    /* min-width: 610px; */
    overflow-x: auto;
    /* margin: 0 1.5rem; */
    padding-bottom: 2rem;
    margin-left: 1.5rem;
    padding-right: 1.5rem;
}

.zdmb-table__main img {
    min-width: 180%;
    /* height: 37rem; */
}

#zdmb-footer {
    /* min-height: 248px; */
    background: #f2f2f2;
    padding: 0 15px;
    padding-bottom: 4rem;
}

.zdmb-footer-logo {
    height: 50px;
    border-bottom: 1px solid #CCCCCC;
    display: flex;
    align-items: center;
    padding: 0 17px;
    margin-bottom: 28px;
}

.zdmb-footer-logo img {
    width: 10rem;
    height: 10rem;
}

.zdmb-footer-contact {
    /* height: 45px; */
    /* line-height: 45px; */
    /* line-height: 1.3; */
    padding: 5px 0 2px;
    background: #FFFFFF;
    border: 1px solid #CCCCCC;
    color: #333333;
    font-weight: 500;
    font-size: 1.7rem;
    text-align: center;
    margin: 0 17px 27px;
    border-radius: 4px;
    padding: 1.5rem 0;
    font-weight: bold;
}

.zdmb-footer-copy {
    margin: 0 17px;
    font-size: 1.3rem;
    color: #666666;
    line-height: 16px;
    text-align: center;
}

.zdmb-footer-copy>p {
    line-height: 16px;
}

.zdmb-footer-copy>p:last-child {
    margin-top: 1rem;
}

.slide-top-right>i {
    display: block;
    height: 19px;
}

/* 搜索 */
.search-float {
    display: none;
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
    height: 100px;
    padding: 20px;
    background-color: #fff;
    z-index: 1002;
    overflow: auto;
}


@media screen and (min-width: 1023px) {

    .zdmb-video,
    .zdmb-company,
    .zdmb-dynamic,
    .zdmb-plane,
    .zdmb-table,
    #zdmb-footer {
        display: none;
    }

    .zdpc-video,
    .zapc-company,
    .zapc-dynamic,
    .zapc-plane,
    .zapc-table,
    #footer {
        display: block;
    }
}

@media screen and (max-width: 1023px) {

    .zdmb-video,
    .zdmb-company,
    .zdmb-dynamic,
    .zdmb-plane,
    .zdmb-table,
    #zdmb-footer {
        display: block;
    }

    .zdpc-video,
    .zapc-company,
    .zapc-dynamic,
    .zapc-plane,
    .zapc-table,
    #footer {
        display: none;
    }
}

@media screen and (min-width: 470px) and (max-width: 590px) {
    .zdmb-scene-content-list {
        justify-content: flex-start !important;
    }

    .zdmb-scene-item {
        margin: 1%;
    }
}


/* @media screen and (min-width: 751px) and (max-width: 1024px) {
    html {
        font-size: 54px !important;
    }
}

@media screen and (min-width: 415px) and (max-width: 750px) {
    html {
        font-size: 54px !important;
    }
}

@media screen and (max-width:414px) {
    html {
        font-size: 35px !important;
    }
} */
.disable-btn {
    color: rgba(0, 0, 0, .25) !important;
    background-color: #f5f5f5 !important;
    border-color: #d9d9d9 !important;
    text-shadow: none !important;
    box-shadow: none !important;
    visibility: hidden;
}