﻿.disTop{
    background: #FFFFFF;
    box-shadow: 0px 0px 19px rgba(0,0,0,0.08);
    border-radius: 8px 8px 0px 0px;
    margin-top: -.55rem;
    padding: .2rem .4rem;
}
.disTopH2{
    color: #000000;
    line-height: 1.4;
}
.disTopList{
    font-size: 14px;
    color: #666666;
    line-height: 1.8;
    overflow: hidden;
}
.disTopList li{
    position: relative;
    flex: 1;
    margin: .1rem 0;
}
.disTopList li::after{
    display: block;
    content: "";
    width: 1px;
    height: 60%;
    background-color: #D8D8D8;
    position: absolute;
    left: -1px;
    top: 20%;
}
.disTopLink{
    display: block;
    font-size: 14px;
    color: #666666;
    line-height: 1.8;
    padding: 0 .2rem;
    transition: all .3s;
}
.disTopIco{
    width: 62px;
    height: 62px;
    max-width: .8rem;
    max-height: .8rem;
    margin: 5px auto;
    transition: all .3s;
}
.disTopIco img.blue{
    display: block;
}
.disTopIco img.org{
    display: none;
}
.disTopLink:hover{
    color: var(--orgColor);
}
.disTopLink:hover .disTopIco{
    transform: translateY(-5px);
}
.disTopLink:hover .disTopIco img.blue{
    display: none;;
}
.disTopLink:hover .disTopIco img.org{
    display: block;
    animation: pulse 1s linear;
}

.floor{
    list-style: none;
    position: fixed;
    top: 120px;
    right: 50%;
    margin-right: 640px;
    border-right: 1px solid #D8D8D8;
    text-align: right;
    display: none;
}
.floor li{
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* min-height: .8rem; */
    padding: .1rem 0;
    padding-left: .1rem;
    padding-right: .2rem;
    text-shadow: 0 1px rgba(255, 255, 255, 1);
    cursor: pointer;
}
.floor li::before,
.floor li::after{
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    margin-right: -3px;
}
.floor li::before{
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #C2C2C2;
}
.floor li::after{
    width: 11px;
    height: 9px;
    background: url(../image/floor.webp) right center no-repeat;
    display: none;
}
.floor li.active::after{
    display: block;
}

.disBot{
    margin: .4rem 0;
}
.disBotItem{
    padding-top: 90px;
    margin-top: -90px;
}
.disBotH3{
    font-size: 14px;
    font-size: 16px;
    color: #333333;
    line-height: 1.2;
    margin: .3rem 0;
    font-weight: normal;
    transition: all .3s;
}
.disList{
    margin: 0 -.2rem;
}
.disList li{
    width: 33.33%;
    padding: 0 .2rem;
    margin-bottom: .2rem;
}
.disList li a{
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #666666;
    line-height: 1.4;
    padding: .1rem 0;
    background: #FFFFFF;
    border-radius: 4px;
    border: 1px solid #D8D8D8;
}
.disList li a span{
    flex: auto;
    padding: 0 .15rem;
    overflow: hidden;
    text-align: center;
}
.disList li a i{
    flex-shrink: 0;
    display: block;
    width: 52px;
    max-width: .6rem;
    height: 40px;
    background: url(../image/equipIco1.webp) center center no-repeat;
    background-size: 44% auto;
    border-left: 1px solid #D8D8D8;
}
.disList li a:hover{
    color: var(--baseColor);
}
.disList li a:hover i{
    background-image: url(../image/equipIco2.webp);
}
.disBotItem.active .disBotH3{
    padding-left: 20px;
    background: url(../image/floor2.webp) left center no-repeat;
}
/* 专家 */
.hmBox2Item{
    display: block;
    margin: .3rem 0 .6rem;
}
.hmBox2Des{
    height: 48px;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
/* 案例列表 */
.caseImg{
    max-width: 196px;
    height: 115px;
    margin-right: .2rem;
}
.caseTit{
    margin-top: 0 !important;
}
.caseCon{
    margin: .1rem 0;
}

@media (max-width:1600px){
    .disTop{
        max-width: 85%;
        margin-left: auto;
        margin-right: auto;
    }
    .disBot{
        max-width: 85%;
        margin: .4rem auto;
    }
    .disBotItem{
        padding-top: 80px;
        margin-top: -80px;
    }
    .floor{
        margin-right: 38%;
    }

}
@media (max-width:1400px){

}
@media (max-width:1200px){
    .disTop{
        max-width: 100%;
        padding: .2rem;
        margin-top: -.2rem;
    }
    .disTopIco{
        width: 50px;
        height: 50px;
    }
    .disBot{
        max-width: 100%;
    }
    .disBotItem{
        padding-top: 110px;
        margin-top: -110px;
    }
    .disList{
        margin: 0 -.1rem;
    }
    .disList li{
        padding: 0 .1rem;
        margin-bottom: .1rem;
    }
    .disList li a i{
        width: 42px;
        height: 30px;
    }
    .floor{
        position: sticky;
        display: block !important;
        opacity: 0 !important;
        display: none !important;
    }

    .leftBox:nth-child(2){
        display: block;
    }
    .leftBox:nth-child(3){
        display: none;
    }

}
@media (max-width:991px){

}
@media (max-width:767px){
    .disTopList{
        flex-wrap: wrap;
    }
    .disTopList li{
        flex: none;
        width: 33.33%;
    }
    .disList li{
        width: 50%;
    }

}
@media (max-width:640px){

}
@media (max-width:460px){
    .caseImg{
        width: 35%;
        height: 80px;
    }

}