.banner_width {
    width: 1340px;
    margin: auto;
}

.banner_title {
    font-size: 42px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #333333;
    text-align: center;
}

.banner_i {
    width: 50px;
    height: 2px;
    background: #e7290f;
    display: block;
    margin: 40px 0;
}

.banner_block {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.intro {
    background-image: url(/uploads/image/tdi2archive/edrmsbanner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 660px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.intro_t {
    width: 801px;
    line-height: 80px;
    color: #ffffff;
    font-size: 46px;
    text-align: center;
}

.question {
    padding: 72px 0 100px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.question img {
    width: 1260px;
}

.solution {
    background-image: url(/uploads/image/tdi2archive/bg-solution.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 1029px;
}

.solution_m {
    padding-top: 76px;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.solution_tab {
    width: 1213px;
    display: flex;
    align-items: center;
    /* justify-content: space-around; */
    position: relative;
}

.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: 4px;
    width: 138px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.solution_tab_item_line {
    display: flex;
    border-left: 1px dashed #333;
    height: 32px;
    margin: 8px 0;
}

.solution_tab_item p {
    width: 100px;
    border-radius: 100%;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: bold;
    padding: 26px 30px;
    line-height: 24px;
    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: 123px;
    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: 1000px;
    margin-top: 56px;
}

.solution_swiper_img {
    width: 100%;
    display: flex;
    justify-content: center;
}

.solution_swiper_img img {
    width: 800px;
}

.manage {
    padding: 100px 0 132px 0;
}

.manage_m {
    width: 1336px;
    margin: 0 auto;
}

.manage_exp {
    line-height: 24px;
    color: #666666;
    font-size: 16px;
    text-align: center;
}
.manage_tab{
    margin-top: 72px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color:#333333;
    font-size:24px;
}
.manage_tab_li{
    width: 254px;
    height: 330px;
    background: #f5f5f5;   
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    border-bottom: 4px solid transparent;
    position: relative;
}
.manage_tab_li_img{
    width: 64px;
    height: 64px;
}
.manage_tab_li_bimg{
    position: absolute;
    width: 36px;
    height: 36px;
    bottom: -50px;
    opacity: 0;
}
.manage_tab_li i{
    display: block;
    width: 24px;
    height: 2px;
    background-color: #e7290f;
    margin: 24px 0;
}
.manage_tab_active{
    border-bottom: 4px solid #e7290f;
    transition: all .3s;
    background:#ffffff;
    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: 168px;
}
.manage_tab_panel{
    opacity: 0;
    padding: 24px 0;
    width: 100%;
    background:#e7290f;
    border-radius:8px;
    color: #ffffff;
    display: flex;
    align-items: center;
    flex-direction: column;
    position: absolute;
}
.manage_tab_panel>div{
    width:783px;
}
.manage_tab_panel_active{
    opacity: 1;
    transition: all .3s;
}
.manage_tab_panel_t{
    font-size:20px;
}
.manage_tab_panel_exp{
    font-weight:500;
    font-size:16px;
    margin-top: 4px;
}
.manage_tab_panel_block{
    margin-top: 16px;
    display: flex;
    align-items: center;
}
.manage_tab_panel_block span{
    margin-right: 8px;
    padding: 4px 32px;
    border: 1px solid;
    border-color: #ffffff;
    border-radius: 100px;
    color:#ffffff;
    font-size:16px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.manage_tab_panel_spe{
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.framework{
    display: flex;
    align-items: center;
    flex-direction: column;
    padding-bottom: 132px;
}
.framework img{
    width: 1336px;
}

.application{
    padding: 32px 0 132px 0;
    display: flex;
    align-items: center;
    flex-direction: column;
}
.application_exp{
    color:#666666;
    font-size:16px;
}

.application img{
    width: 1336px;
    margin-top: 32px;
}



.automation{
    background:rgba(153, 153, 153, 0.1);
    padding: 72px 0;
    display: flex;
    align-items: center;
    flex-direction: column;
}
.automation_exp{
    width: 585px;
    line-height: 24px;
    color: #666666;
    font-size: 16px;
    text-align: center;  
}
.automation_m{
    width:1208px;
    margin-top: 72px;
}
.automation_content{
    width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}
.automation_content img{
    width: 580px;
}
.remand{
    padding: 100px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.remand_exp{
    color:#666666;
    font-size:16px;
    text-align:center;
}
.remand img{
    width:1000px; 
    margin-top: 64px;
}
.config{
    padding-bottom: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.develop{
    background:rgba(153, 153, 153, 0.1);
    padding: 72px 0 52px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.develop_t{
    color:#333333;
    font-size:24px;
}
.develop_exp{
    width:666px;
    margin-top: 16px;
    color:#666666;
    font-size:16px;
    text-align:center;
    line-height: 24px;
}
.develop img{
    width:740px;
    margin-top: 52px;
}
.customers{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 100px 0 70px 0;
}
.customers img{
   width: 1254px;
}