/* ------------ banner区 ------------*/
.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 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: 8%;
    /* float: left; */
}
.zd_culture-mb__icon{
    width: 20px;
    height: 20px;
    margin-right: 12px;
}
.culture-mb__box-single{
    width: 48%;
    height: 110px;
    background: #FFFFFF;
    margin-left: 1%;
    margin-top: 2%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.box_title-mb{
    font-weight: bold;
    color: #333333;
    font-size: 15px;
    line-height: 19px;
}
.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;
    /* padding-left: 2%; */
}

.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;
}



@media screen and (max-width: 1920px) {
    .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;
    }
}