.industryCase-banner {
    min-width: 1200px;
    height: 410px;
    background-color: transparent;
    position: relative;
}
.industryCase-banner-cover {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.industryCase-banner-box {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
}
.industryCase-banner-box span {
    color: #fff;
    font-size: 64px;
    font-weight: bold;
}
.industryCase-tabs {
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}
.industryCase-tabs-container {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
}
.industryCase-tabs-box {
    user-select: none;
    cursor: pointer;
    padding: 28px 0 8px;
    border-bottom: 4px solid transparent;
    margin-right: 60px;
}
.industryCase-tabs-box span {
    color: #999;
    font-size: 18px;
}
.industryCase-tabs-act {
    border-color: #165DFF !important;
}
.industryCase-tabs-act span {
    color: #165DFF !important;
}
#industryVideoBox, #industryProductBox {
    display: none;
}
.industryCase-main {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}
.industryCase-list {
    margin: 8px 0 50px;
}
.industryCase-list-item {
    height: 246px;
    cursor: pointer;
    padding: 38px 0;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    display: flex;
    align-items: center;
}
.industryCase-list-item:hover {
    text-decoration: none;
}
.industryCase-list-l {
    width: 300px;
    height: 170px;
    margin-right: 30px;
    overflow: hidden;
}
.industryCase-list-l:hover img {
    transform: scale(1.05);
}
.industryCase-list-l img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s ease;
}
.industryCase-list-title {
    color: #333;
    font-size: 26px;
    font-weight: bold;
}
.industryCase-list-title:hover {
    color: #165DFF;
}
.industryCase-list-desc {
    height: 44px;
    color: #777;
    font-size: 16px;
    margin-top: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.industryCase-list-time {
    color: #B1B1B1;
    font-size: 15px;
    position: absolute;
    bottom: 0;
}
.industryCase-list-r {
    flex: 1;
    height: 170px;
    position: relative;
}
.industryCase-bt {
    text-align: center;
    margin: 50px 0;
    display: none;
}
.industryCase-bt button {
    width: 184px;
    height: 38px;
    color: #555;
    font-size: 14px;
    border: 1px solid rgba(0, 0, 0, .2);
    background-color: transparent;
}
.industryCase-bt button:hover {
    color: #858585;
    border-color: rgba(0, 0, 0, .1);
}
.industryCase-video {
    margin: 50px 0;
}
.industryCase-video-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.industryCase-video-box {
    width: 390px;
    cursor: pointer;
    margin: 0 14px 20px 0;
    position: relative;
    float: left;
}
.industryCase-video-cover {
    width: 100%;
    height: 220px;
    background: url("../assets/image/skeleton-apply-video.jpg") center no-repeat;
    background-size: cover;
    object-fit: cover;
}
.industryCase-video-play {
    width: 390px;
    height: 220px;
    background-color: rgba(0, 0, 0, .4);
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    opacity: 0;
    transition: all .3s ease;
}
.industryCase-video-play img {
    width: 48px;
}
.industryCase-video-content {
    height: 94px;
    margin: 0 16px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.industryCase-video-content p {
    color: #000;
    font-size: 18px;
    line-height: 34px;
    margin-bottom: 6px;
}
.industryCase-video-content span {
    color: rgba(0, 0, 0, .2);
    font-size: 12px;
}
.industryCase-video-box:hover .industryCase-video-play {
    opacity: 1;
}
.industryCase-product {
    margin: 50px 0;
    position: relative;
    z-index: 1;
}
.industryCase-product-container {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    position: relative;
}
.industryCase-product-main {
    width: 380px;
    background-color: #F5F5F5;
    margin-right: 30px;
    margin-bottom: 30px;
    position: relative;
}
.industryCase-product-main:nth-child(3n) {
    margin-right: 0;
}
.industryCase-product-box {
    width: 380px;
    cursor: pointer;
    padding: 16px 22px;
    background-color: #F5F5F5;
    display: block;
    z-index: 10;
    transition: all 0.5s ease;
}
.industryCase-product-main:hover .industryCase-product-box {
    text-decoration: none;
    position: absolute;
}
.industryCase-product-main:hover .industryCase-product-show {
    box-shadow: 0 0 10px rgba(0, 0, 0, .06), 0 12px 24px rgba(0, 0, 0, .06);
}
.industryCase-product-main:hover .industryCase-product-cover {
    transform: scale(1.15);
}
.industryCase-product-main:hover .industryCase-product-attr {
    max-height: 2000px;
}
.industryCase-product-cover {
    width: 252px;
    height: 252px;
    margin: 0 auto 8px;
    transition: all 0.5s ease;
}
.industryCase-product-cover img {
    width: 100%;
    height: 100%;
}
.industryCase-category-name {
    color: #000;
    font-size: 12px;
    line-height: 12px;
}
.industryCase-product-name {
    color: #000;
    font-size: 24px;
    line-height: 24px;
    font-weight: bold;
    margin: 6px 0 34px;
}
.industryCase-product-attr {
    max-height: 144px;
    background-color: #f5f5f5;
    transition: all 0.3s ease;
    overflow: hidden;
}
.industryCase-attr-box {
    width: 100%;
    height: 44px;
    padding: 0 12px;
    background-color: #fff;
    margin-top: 4px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all 1s ease;
}
.industryCase-attr-box span {
    color: #263959;
    font-size: 12px;
    line-height: 18px;
}
.industryCase-attr-box p {
    flex: 1;
    color: #263959;
    font-size: 12px;
    line-height: 18px;
    text-align: right;
    margin: 0 0 0 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
