.banner_title {
    font-size: 40px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #333333;
    text-align: center;
}

.banner_column{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.intro {
    height: 660px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.intro_m {
    width: 1184px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.intro_t {
    font-weight: 700;
    color: #333333;
    font-size: 40px;
}

.intro_exp {
    color: #666666;
    font-size: 16px;
    margin-top: 48px;
    width:502px;
}
.intro_m img{
    width:610px;  
}

.awakening {
    padding: 100px 0;
}
.awakening img{
    width:1156px;
    margin-top: 56px;
}
.awakening_exp{
    width:932px;  
    color:#666666;
    font-size:16px;
    line-height: 24px;
    margin-top: 56px;
}

.ecmcore{
    padding: 70px 0;
    background:#fbfbfb;
}
.ecmcore_tab{
    margin-top: 32px;
    width: 862px;
    height: 340px;  
    position: relative;
}
.ecmcore_tab li{
    position: absolute;
    width: 148px;
    height: 132px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    color:#333333;
    font-size:20px;
    cursor: context-menu;
    transition: all .3s;
    background-image: url(../../images/2024_new/udc/默认.svg);
}

.ecmcore_tab_active{
    background-image: url(../../images/2024_new/udc/选中.svg) !important;
    color: #ffffff !important;
    transition: all .3s;
}

.ecmcore_tab_active i{
    width:28px;
    height:4px;
    background:#ffffff;
    margin-top: 26px;
    display: block;
}
.ecmcore_m ul li:nth-child(1){
    top: 69px;
}
.ecmcore_m ul li:nth-child(2){
    left: 119px;
}
.ecmcore_m ul li:nth-child(3){
    left: 119px;
    top: 139px;
}
.ecmcore_m ul li:nth-child(4){
    left: 238px;
    top: 69px;
}
.ecmcore_m ul li:nth-child(5){
    left: 238px;
    top: 208px;
}
.ecmcore_m ul li:nth-child(6){
    left: 357px;
    top: 0px;
}
.ecmcore_m ul li:nth-child(7){
    left: 357px;
    top: 139px;
}
.ecmcore_m ul li:nth-child(8){
    left: 476px;
    top: 69px;
}
.ecmcore_m ul li:nth-child(9){
    left: 476px;
    top: 208px;
}
.ecmcore_m ul li:nth-child(10){
    left: 595px;
    top: 0;
}
.ecmcore_m ul li:nth-child(11){
    left: 595px;
    top: 139px;
}
.ecmcore_m ul li:nth-child(12){
    left: 714px;
    top: 69px;
}

.ecmcore_content{
    position: relative;
    width: 1096px;
    height: 400px;
    margin-top: 32px;
}
.ecmcore_panel{
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.ecmcore_panel_active{
    opacity: 1 !important;
    transition: opacity .3s ease;
}
.ecmcore_panel_t{
    color:#333333;
    font-size:28px;   
}
.ecmcore_panel_exp{
    margin-top: 32px;
    color:#666666;
    font-size:16px;
    line-height: 24px;
    width: 400px;
    opacity: .8;
}
.ecmcore_panel img{
    width:680px;  
}

.capacity{
    padding: 106px 0 100px 0;
}
.capacity_tab{
    margin-top: 64px;
    width: 656px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.capacity_tab li{
    color:#666666;
    font-size:20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    cursor: pointer;
    position: relative;
}

.capacity_tab_active{
    color:#333333 ;
    font-weight: bold;
}
.capacity_tab_active::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 4px;
    background-color: #e7290f;
    bottom: -11px;
    -webkit-transition: all .3s;
    animation: show 0.5s ease forwards;
}

@keyframes show {
    0% {
        opacity: 0;
        transform: scale(0.1);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}

.capacity_content{
    margin-top: 64px;
    position: relative;
    width:1140px;
    height:400px;
}
.capacity_panel{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    opacity: 0;
}
.capacity_panel_active{
    opacity: 1;
    transition: opacity .3s ease;
    animation: show 0.3s ease forwards;
}

.capacity_panel_t{
    color:#333333;
    font-size:28px; 
}

.capacity_panel_exp{
    width:402px; 
    color:#666666;
    font-size:16px;
    opacity: .8;
    margin-top: 16px;
    text-align: justify;
}
.capacity_panel img{
    width: 680px;
}
@keyframes show {
    0% {
        opacity: 0;
        transform: scale(0.8);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}

.worth{
    padding: 0 0 100px 0;
}
.worth_exp{
    margin-top: 56px;
    width:802px;
    color:#666666;
    font-size:16px; 
    text-align: center;
    opacity: .8;
}

.worth_cards{
    margin-top: 56px;
    width: 1028px;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.worth_card{
    width: 106px;
    height: 300px;
    background: rgba(153, 153, 153, 0.05);
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
.worth_card_active{
    width: 296px;
    transition: width 0.1s ease;
}
.worth_card_t{
    color:#333333;
    font-size:16px; 
    margin: 16px 0;
    cursor: context-menu;
}
.worth_card_exp{
    width:0;
    color:#666666;
    font-size:14px;
    line-height: 24px;
    display: none;
    cursor: context-menu;
}
.worth_card_active .worth_card_exp{
    display: block;
    width:232px;
}

.programme{
    padding: 0 0 100px 0;
}
.programme_cards{
    margin-top: 56px;
    width: 1200px;
    height: 240px;
    display: flex;
    align-items: center;
    justify-content: space-around; 
}
.programme_card{
    position: relative;
    width: 160px;
    height: 240px;
    display: block;
}
.programme_card img{
    width: 100%;
}

.programme_card p{
    font-size: 20px;
    color: white;
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    font-weight: bold;
}

.customer{
    padding: 70px 0;
    background:#fbfbfb;
}
.customer img{
    width: 1200px;
    margin-top: 56px;
}