/* 区块1 */
.industry-section1-container{
    width: 100%;
    margin-top: 1px;
}
.industry-section1-container-header{
    width: 100%;
    padding: 2.5rem 0;
    background: #1e235a;
}
.industry-section1-container-header-wrap{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
.industry-section1-container-header-title{
    width: 100%;
    text-align: left;
    font-size: 4.5rem;
    color: #ffffff;
}
.industry-section1-container-body{
    padding: 2.5rem 0;
}
.industry-section1-desc{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    border-radius: 0 6.25rem 0 0;
    overflow: hidden;
    height: max-content;
}
.industry-section1-desc-info{
    flex: 1;
    padding: 2.5rem;
    background: rgba(117,119,123,0.20);
    /*height: max-content;*/
}
.industry-section1-desc-poster{
    width: 37.5rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.industry-section1-desc-poster-img{
    width: 37.5rem;
    height: 100%;
    object-fit: cover;
}
.industry-section1-desc-title{
    width: 100%;
    text-align: left;
    font-size: 1.5rem;
    font-weight: bold;
}
.industry-section1-desc-content{
    width: 100%;
    padding-top: 1.25rem;
    text-align: left;
    font-size: 1.125rem;
    line-height: 1.7;
}
.industry-section1-desc-content a{
    color: #e9511d;
}