@charset "utf-8";
.top_box{
    position: absolute;
    color: #333 !important;
}
.zd_title .zd_title_name{
    font-weight: bold;
}

.zd_title h3{
    font-size: 30px;
    text-align: center;
    line-height: 38px;
}
.zd_title h4{
    font-size: 20px;
    text-align: center;
}

.zd_title .zd_subtitle {
    margin: 3% auto 0; 
    color: #666666; 
    width: 45%;
    line-height: 32px;
    font-size: 14px;
}

#zd_culture-md{
    background-color: #F9F9F9;
    padding-bottom: 36px;
    /* height: 580px; */
}
.zd_culture-text{
    width: 74%;
    margin: auto 13%;
}
.zd_culture_title{
    padding-top: 5%;
    text-align: center;
    font-size: 30px;
    font-weight: 400;
    line-height: 38px;
    color: #333333;
    /* background-color: aquamarine; */
}
#zd_culture-md .zd_culture_content{
    padding-top: 2%;
    margin-left: 15%;
    width: 70%;
    height: 100%;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 32px;
    text-align: center;
}

/* 企业文化-卡片部分 */
.zd_culture__box{
    /* height: 20px; */
    display: flex;
    margin: 3% 0 2% 0;
}
.zd_culture__icon{
    width: 50px;
    height: 50px;
    padding: 0 3%;
}
.zd_culture__icon-en{
    width: 50px;
    height: 50px;
}
.culture__box-single{
    /* width: 24%; */
    height: 174px;
    background: #FFFFFF;
    margin-left: 1%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.box_title{
    font-size: 24px;
    font-weight: bold;
    color: #333333;
}

.box_title__box-en{
    width: 100%;
    height: 100%;
    text-align: center;
    padding-top:15%;
}
.box_title-en{
    font-size: 24px;
    font-weight: bold;
    color: #333333;
    padding-top: 3%;
}
.zd_culture__box__content{
    display: none;
}

/*企业文化-悬浮样式*/
.culture__box-single:hover{
    background: #C7000B;
    color: #FFFFFF;
}

.culture__box-single:hover 
.box_title{
    display: none;
}

.culture__box-single:hover 
.box_title__box-en{
    display: none;
}

.culture__box-single:hover 
.zd_culture__box__content{
    display: inline-block;
    padding-left: 5%;
}

.culture__box-single:hover 
.zd_culture__box__content h3{
    font-size: 24px;
    font-weight: bold;
    padding: 3% 0;
    /* line-height: 38px; */
}

.text__small18{
    padding-top: 3%;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;   
}

.text__small18-en{
    padding-top: 3%;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;   
}

/* 企业架构 */
/* .zd_framework{
    background-color: #ffffff;;
    height: 580px;
} */
.zd_framework__img{
    margin-top: 5%;
}

/* 联系我们 */
#zd_contactUs-md{
    margin:1% auto 2% auto;
}

.contactUs_img{
    width: 100%;
    height: 785px;
    background: url('../image/aboutZd/contactUs.png');
    background-size: 100% 100%;
}

.zd_map_img{
    width: 75%;
    height: 40%;
    margin: 2% 12.5%;
}
.contactUs_info{
    width: 65%;
    margin: 2% 17.5%;
    z-index: 3;
}
.contactUs_line{
    width: 0px;
    height: 151px;
    border: 1px solid #FFFFFF;
}
