/* ------------ banner区 ------------*/
.zdmb-banner {
    /* height: 30rem; */
    margin-top: 64px;
    position: relative;
}

.zdmb-ban-box {
    /* height: 30rem; */
}

.zdmb-ban-imgbox {
    /* height: 30rem; */
    margin-bottom: 2rem;
}

.zdmb-ban-imgbox>img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.zdmb-ban-imgbox>.zdmb-ban-title {
    height: 4rem;
    width: 100%;
    /* text-align: center; */
    background-color: #c7000b;
    color: #FFFFFF;
    position: relative;
    /* bottom: 2rem; */
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2rem;
}


.zdmb-banner-content {
    position: absolute;
    margin: 0 45px;
    top: 50%;
    transform: translate(0, -50%);
    z-index: 1;
    width: calc(100% - 90px);
}

.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: 14px;
    line-height: 20px;
    color: #666666;
}

.zdmd_culture_title {
    margin-top: 16%;
    margin-bottom: 6%;
    text-align: center;
}

.zdmd_culture_content {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 25px;
    color: #666666;
    text-align: center;
    margin-top: 3%;
}

/* 卡片 四个悬浮框 */
.zd_culture-mb__box {
    /* height: 20px; */
    display: flex;
    margin-top: 1rem;
    flex-wrap: nowrap;
    padding: 1rem;
    overflow-y: scroll;
    /* float: left; */
}

.zd_culture-mb__icon {
    width: 5rem;
    height: 5rem;
    /* margin-right: 12px; */
    margin-top: 1rem;
}

.culture-mb__box-single {
    min-width: 90%;
    /* height: 110px; */
    background: #FFFFFF;
    /* margin-left: 1%;
    margin-top: 2%; */
    text-align: left;
    padding: 3rem;
    border-radius: 10px;
    margin-right: 2rem;
    /* display: flex;
    align-items: center;
    justify-content: center; */
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.box_title-mb {
    font-weight: bold;
    color: #333333;
    font-size: 15px;
    line-height: 19px;
    background-size: 100% 100%;

}

.box_title-mb .box_title-mb-title {
    margin: 2rem 0;
    color: #333333;
    font-weight: bold;
    font-size: 2rem;
}

.box_title-mb .box_title-mb-text {
    color: #333333;
    font-size: 1.5rem;
    line-height: 3rem;
}


.box_title-mb-en {
    flex-direction: column;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80%;
}

.box_title-mb-en>img {
    margin-right: 0;
    margin-bottom: 10px;
}

.box_title-mb-en>span {
    text-align: center;
}

/* .zd_culture__box__content{
    display: none;
} */

/*企业文化-悬浮样式*/
/* .culture-mb__box-single:hover{
    background: #C7000B;
    color: #FFFFFF;
}

.culture-mb__box-single:hover 
.box_title-mb{
    display: none;
}

.culture-mb__box-single:hover 
.box_title__box-en{
    display: none;
}

.culture-mb__box-single:hover 
.zd_culture__box__content{
    display: inline-block;
}

.culture-mb__box-single:hover 
.zd_culture__box__content h3{
    font-size: 15px;
    font-weight: bold;
    line-height: 19px;
}

.text__small18-mb{
    padding-top: 3%;
    font-size: 10px;
    font-weight: 400;
    line-height: 18px;   
} */

/* 公司架构 */
/* .zdmb_framework__img{
    width: 500px;
} */

/* 联系我们 */
.contactUs-mb {
    width: 100%;
    height: 680px;
    background: url('../image/aboutZd/contactUs-mb.png');
    background-size: 100% 100%;
}

/* 联系我们--地图 */
.zdmb_map_box {
    width: 92%;
    height: 150px;
    margin: 4%;
}

/* 联系我们--公司信息 */
.contactUs_info-mb {
    width: 100%;
    padding: 8%;
    z-index: 3;
}



/* .zdpc-banner,
.zdpc_company {
    display: block;
}

.zdmb-banner,
.zdmb_company{
    display: none;
} */



@media screen and (min-width: 1023px) {

    .zdpc-banner,
    .zdpc_company {
        display: block;
    }

    .zdmb-banner,
    .zdmb_company {
        display: none;
    }
}

@media screen and (max-width: 1023px) {

    .zdpc-banner,
    .zdpc_company {
        display: none;
    }

    .zdmb-banner,
    .zdmb_company {
        display: block;
    }
}