
/*nav*/
.intro_nav_box {
    width: 100%;
    height: 40px;
    background: #F8F9FA;
}

.intro_nav {
    padding: 0 20px;
    height: 40px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    /*align-content: center;*/
    align-items: center;
}

.intro_nav_tip {
    width: 84px;
    height: 40px;
    font-size: 14px;
    font-weight: 400;
    color: #090F21;
    line-height: 40px;
    cursor: default;
    text-align: center;
}

.current {
    border-bottom: 1px solid #4DB7DD;
    width: 84px;
}

/*涓婚鍐呭*/
.office-title-ul{
    margin-top: 10px;
}
.industrial-park{
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    padding: 0 12px 0 20px;
    height: 64px;
    background: #FFFFFF;
    color: #4DB7DD;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: space-between;

}
.xiajiantou, .xiajiantou2, .xiajiantou3{
    width: 16px;
    height: 16px;
    /*transform: rotate(360deg);*/
    transition: all 0.3s;
}
.industrial-park-hr{
   margin:0 17px;
    height: 1px;
    background: #DFE2E4;
}

.message-details{
    padding: 20px;
    /* height: 120px; */
    background: #F8F9FA;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    font-size: 14px;
    font-weight: 400;
    color: rgba(9, 15, 33, 0.5);
    line-height: 30px;
}
