.banner_width {
    padding: 0 20px;
    margin: auto;
}

.banner_title {
    font-size: 26px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #333333;
    text-align: center;
    line-height: 40px;
}
.banner_i {
    width: 50px;
    height: 2px;
    background: #e7290f;
    display: block;
    margin: 30px 0;
}
.banner_block {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.intro{
    background-image: url(../../images/2024_new/archive/edrmsbanner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.intro_t{
    line-height: 40px;
    color: #ffffff;
    font-size: 28px;
    text-align: center;
}


.question {
    padding: 50px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.question img {
    width: 1260px;
}


.solution {
    background-image: url(../../images/2024_new/archive/bg-solution.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 20px;
}

.solution_m {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.solution_tab {
    width: 100%;
    display: flex;
    align-items: center;
    /* justify-content: space-around; */
    position: relative;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 20px;
}

.solution_tab_item {
    display: flex;
    align-items: center;
    flex-direction: column;
    position: relative;
    justify-content: end;
    height: 199px;
}

.solution_tab_item span {
    font-size: 14px;
    color: #666;
    line-height: 22px;
    text-align: center;
    position: absolute;
    top: 20px;
    width: 138px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.solution_tab_item_line {
    display: flex;
    border-left: 1px dashed #333;
    height: 44px;
    margin: 8px 0;
}

.solution_tab_item p {
    width: 40px;
    border-radius: 100%;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: bold;
    padding: 16px;
    line-height: 20px;
    cursor: context-menu;
}

.solution_tab_item_night {
    background: linear-gradient(288.11deg, #333333 1.23%, #666666 96.72%);
    transition: all .3s;
}

.solution_tab_item_night:hover {
    background: linear-gradient(288.11deg, #000000 1.23%, #666666 96.72%);
    transition: all .3s;
}

.solution_tab_i {
    display: flex;
    align-items: center;
    position: absolute;
    top: 141px;
    right: -54px;
}

.solution_tab_i img {
    width: 48px;
}

.solution_tab_item_red {
    background: linear-gradient(110.84deg, #f8614c 18.22%, #e7290f 86.42%);
    transition: all .3s;
}

.solution_tab_item_red:hover {
    background: linear-gradient(110.84deg, #fd2e12 18.22%, #d80808 86.42%);
    transition: all .3s;
}

.solution_tab_item_spe {
    margin-left: 64px;
}

.solution_swiper {
    width: 100%;
    margin-top: 56px;
}

.solution_swiper_img {
    width: 100%;
    display: flex;
    justify-content: center;
}

.solution_swiper_img img {
    width: 100%;
}


.manage {
    padding: 50px 20px;
}

.manage_m {
    width: 100%;
    margin: 0 auto;
}

.manage_exp {
    line-height: 24px;
    color: #666666;
    font-size: 16px;
    text-align: center;
}
.manage_tab{
    margin-top: 32px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
    color:#333333;
    font-size:16px;
}
.manage_tab_li{
    width: 30%;
    padding: 20px 0;
    background: #f5f5f5;   
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    position: relative;
    margin-bottom: 20px;
    border-radius: 4px;
}
.manage_tab_li_img{
    width: 32px;
    height: 32px;
}
.manage_tab_li_bimg{
    display: none;
    position: absolute;
    width: 36px;
    height: 36px;
    bottom: -50px;
    opacity: 0;
}
.manage_tab_li i{
    display: block;
    width: 24px;
    height: 2px;
    background-color: #e7290f;
    margin: 8px 0;
}
.manage_tab_active{
    transition: all .3s;
    background:#fafafa !important;
    box-shadow:2px 4px 20.5px rgba(0, 0, 0, 0.05);
    color:#e7290f ;
    font-weight: bold;
}

.manage_tab_active .manage_tab_li_bimg{
    opacity: 1;
    transition: all .3s;
}
.manage_content{
    margin-top:30px;
    width: 100%;
    position: relative;
    height: 290px;
}
.manage_tab_panel{
    opacity: 0;
    padding: 24px 10px;
    width: 94%;
    background: #e7290f;
    border-radius: 8px;
    color: #ffffff;
    display: flex;
    align-items: center;
    flex-direction: column;
    position: absolute;
}
.manage_tab_panel>div{
    width:100%;
}
.manage_tab_panel_active{
    opacity: 1;
    transition: all .3s;
}
.manage_tab_panel_t{
    font-size:16px;
}
.manage_tab_panel_exp{
    font-weight:500;
    font-size:14px;
    margin-top: 4px;
    line-height: 22px;
}
.manage_tab_panel_block{
    margin-top: 16px;
    display: flex;
    align-items: start;
    flex-direction: column;
}
.manage_tab_panel_block span{
    margin-right: 8px;
    padding: 4px 32px;
    border: 1px solid;
    border-color: #ffffff;
    border-radius: 100px;
    color:#ffffff;
    font-size:14px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}
.manage_tab_panel_spe{
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    flex-wrap: wrap;
}


.framework{
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 50px 20px ;
}
.framework img{
    width: 100%;
}

.application{
    padding: 50px 20px ;
    display: flex;
    align-items: center;
    flex-direction: column;
}
.application_exp{
    color:#666666;
    font-size:16px;
}

.application img{
    width: 100%;
    margin-top: 32px;
}



.automation{
    background:rgba(153, 153, 153, 0.1);
    padding: 50px 20px;
    display: flex;
    align-items: center;
    flex-direction: column;
}
.automation_exp{
    width: 100%;
    line-height: 24px;
    color: #666666;
    font-size: 16px;
    text-align: center;  
}
.automation_m{
    width: 100%;
    margin-top: 32px;
}
.automation_content{
    display: flex;
    justify-content: center;
}
.automation_content img{
    width: 100%;
}


.remand{
    padding: 50px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.remand_exp{
    color:#666666;
    font-size:16px;
    text-align:center;
}
.remand img{
    width:100%; 
    margin-top: 54px;
}
.config{
    padding: 50px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.develop{
    background:rgba(153, 153, 153, 0.1);
    padding: 50px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.develop_t{
    color:#333333;
    font-size:24px;
}
.develop_exp{
    margin-top: 16px;
    color:#666666;
    font-size:16px;
    text-align:center;
    line-height: 24px;
}
.develop img{
    width:100%;
    margin-top: 52px;
}
.customers{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 50px 20px;
}
.customers img{
   width: 100%;
}

