.industry_header{
    padding: 20px 15px 28px;
    overflow: hidden;
    display: -webkit-flex;
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    flex-wrap: nowrap;
}
.industry_header .industry_header_item{
    width: 82px;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: center;
}
.industry_header .industry_header_item>img{
    display: block;
    height: 54px;
    width: 54px;
}
.industry_header .industry_header_item .industry_header_item_mid{
    height: 25px;
    line-height: 25px;
    color: #004193;
    text-align: center;
    font-size: 18px;
    margin-bottom: 2px;
}
.industry_header .industry_header_item .industry_header_item_mid .small_font{
    font-size: 10px;
}
.industry_header .industry_header_item .industry_header_item_bot{
    font-size: 10px;
    color: #666666;
    text-align: center;
    line-height: 14px;
}
.industry_content{
    font-size: 14px;
    color: #666666;
    line-height: 24px;
    padding: 0 18px;
}
.industry_bot{
    padding: 10px 4vw;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.industry_bot .industry_bot_item{
    width: 44.8vw;
    height: 32vw;
    position: relative;
    margin-bottom: 12px;
}
.industry_bot .industry_bot_item>img{
    display: block;
    width: 100%;
    height: 100%;
}
.industry_bot .industry_bot_item .item_shadow{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #00295C;
    opacity: .7;
    z-index: 2;
}
.industry_bot .industry_bot_item .item_text{
    position: absolute;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #fff;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
    z-index: 2;
    white-space:nowrap;
}
.industry_bot .industry_bot_item .item_text .item_text_line{
    position: absolute;
    bottom: 0;
    height: 3px;
    background: rgb(66,115,230);
    left: 5px;
    right: 5px;
}
