.industry-banner {
    width: 100%;
    min-width: 1200px;
    height: 430px;
    background-color: transparent;
    display: none;
    position: relative;
}
.industry-banner-bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.industry-banner-box {
    width: 1200px;
    height: 100%;
    padding-top: 50px;
    margin: 0 auto;
}
.industry-banner-title {
    color: #333;
    font-size: 38px;
    font-weight: bold;
}
.industry-banner-desc {
    color: #333;
    font-size: 16px;
    margin: 10px 0 34px;
}
.industry-banner-bt {
    width: 202px;
    height: 50px;
    cursor: pointer;
    user-select: none;
    border-radius: 4px;
    background-color: #165DFF;
    display: flex;
    align-items: center;
    justify-content: center;
}
.industry-banner-bt:hover {
    text-decoration: none;
    background-color: #0b4fd9;
}
.industry-banner-bt img {
    width: 30px;
    margin-right: 8px;
}
.industry-banner-bt span {
    color: #fff;
    font-size: 16px;
}
.industry-main {
    min-width: 1200px;
    padding: 22px 0 50px;
    background-color: #f5f5f7;
    overflow: hidden;
}
.industry-container {
    width: 1200px;
    margin: 0 auto;
}
.industry-container-box {
    height: 380px;
    position: relative;
    overflow: hidden;
}
.industry-cover {
    width: 50%;
    height: 100%;
    background: url("../assets/image/skeleton-industry.jpg") center no-repeat;
    background-size: cover;
    float: left;
}
.industry-cover img {
    width: 100%;
    height: 100%;
}
.industry-content {
    width: 50%;
    height: 100%;
    padding: 70px 44px 0;
    background-color: #fff;
    float: right;
}
.industry-content-title {
    color: #000;
    font-size: 36px;
    line-height: 42px;
    font-weight: bold;
}
.industry-content-desc {
    color: #000;
    font-size: 14px;
    line-height: 24px;
    margin: 20px 0;
}
.industry-content-more {
    cursor: pointer;
    display: flex;
    align-items: center;
}
.industry-content-more span {
    color: #000;
    font-size: 12px;
    line-height: 24px;
}
.industry-content-more img {
    width: 14px;
    height: 14px;
    margin-left: 4px;
}
