.zdmb-company {
    min-height: 760px;
    background: #f9f9f9;
    padding: 44px 0 3px;
    box-sizing: border-box;
}
.zdmb-about {
    padding: 0 35px;
}
.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: bold;
    color: #C7000B;
    margin: 0 auto 24px;
    text-align: center;
}
.zdmb-about-desc {
    font-size: 14px;
    line-height: 24px;
    color: #666666;
    margin: 0 auto 24px;
    text-align: center;
}
.zdmb-info {
    padding: 0 10px 0 15px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 23px;
}
.zdmb-info .info-item {
    background: #fff;
    width: 170px;
    /* height: 75px; */
    margin-bottom: 5px;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 11px;
}
.zdmb-info .info-item {
    margin-right: 5px;
}
.zdmb-info .info-item-top {
    height: 34px;
    line-height: 34px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}
.zdmb-info .info-item-top .item-num {
    font-size: 25px;
    font-weight: bold;
    color: #C7000B;
}
.zdmb-info .info-item-top .item-unit {
    font-size: 12px;
    font-weight: bold;
    color: #333;
}
.zdmb-info .info-item-btm {
    /* height: 16px; */
    line-height: 16px;
    color: #333333;
}
.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;
}
.zdmb-img {
    height: 201px;
    margin-top: 31px;
}
.zdmb-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.zdmb-dynamic {
    /* min-height: 556px; */
    padding: 57px 12px 72px;
}
.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;
}
.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;
    padding: 0 15px;
}
.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: 12px;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    color: #666;
}
.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: 15px;
}
.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: 30px 16px 77px;
    /* overflow-x: auto; */
}
.zdmb-table::-webkit-scrollbar{
    width: 0px;
    height: 0px;
    opacity: 0;
    -webkit-overflow-scrolling: touch;
}
.zdmb-table__main {
    /* min-width: 610px; */
}
#zdmb-footer {
    min-height: 248px;
    background: #F9F9F9;
    padding: 0 15px;
}
.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: 70px;
    height: 16px;
}

.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: 700;
    font-size: 15px;
    text-align: center;
    margin: 0 17px 27px;
    border-radius: 4px;
}
.zdmb-footer-copy {
    margin: 0 17px;
    font-size: 12px;
    color: #666666;
    line-height: 16px;
    text-align: center;
}
.zdmb-footer-copy > p {
    line-height: 16px;
}
.zdmb-footer-copy > p:last-child {
    margin-top: 5px;
}
.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 (max-width: 1920px) {
    .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;
}

