.dl_about_img dl{
    display: table-cell;
    vertical-align: middle;
    color: #fff;
    text-align: center;
}
.dl_about_img dl dt{
    font-size: 40px;
    font-weight: bold;
}
.dl_about_img dl dd{
    font-size: 20px;
    margin-top: 18px;
}
.tab_box_items{
    width: 100%; 
    margin-top: 10px; 
    text-indent: 0;
}
.tab_box_items ul{
    display: flex;
    flex-wrap: wrap;
}
.tab_box_items ul li{
    width: 30%;
    border: 1px solid #ddd;
    float: left;
    position: relative;
    overflow: hidden;
    margin: 0px 6px 25px 16px;
}
.tab_box_items ul li img{
    max-width: 100%;
    transition: all .6s ease;
    display: table-cell;
    vertical-align: middle;
}
.tab_box_item_text {
    background-color:#FFA04F;
    transition: all .6s ease;
    text-align: center;
    line-height: 30px;
    color: #fff;
    padding: 0px 12px 0px;
    position: relative;
    z-index: 333;
    display: flex;
    justify-content: center;
    height: 90px;
    align-items:center
}
/* 伪类 */
.tab_box_items ul li img:hover{
    transform: scale(1.2);
}