.industryDetails-banner {
    width: 100%;
    min-width: 1200px;
    height: 640px;
    background-color: transparent;
    position: relative;
}
#industryDetailsBanner {
    width: 100%;
    height: 100%;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.industryDetails-banner-box {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.industryDetails-banner-box p {
    color: #fff;
    font-size: 50px;
    line-height: 68px;
    font-weight: bold;
    margin-bottom: 20px;
}
.industryDetails-banner-box span {
    width: 50%;
    color: #fff;
    font-size: 16px;
    line-height: 30px;
}
.industryDetails-power {
    width: 1200px;
    height: 470px;
    margin: 0 auto;
}
.industryDetails-power div {
    width: 100%;
    height: 100%;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
.industryDetails-scene {
    width: 100%;
    height: 600px;
    background-position: center center;
    background-size: cover;
    background-repeat: repeat;
    background-attachment: fixed;
}
.industryDetails-scene-box {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(61, 58, 204, .4);
}
.industryDetails-scene span {
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    text-align: center;
}
.industryDetails-main {
    min-width: 1200px;
    padding: 60px 0 40px;
}
.industryDetails-container {
    width: 1200px;
    margin: 0 auto;
}
.industryDetails-item {
    height: 400px;
    margin-bottom: 50px;
    position: relative;
    overflow: hidden;
}
.industryDetails-cover {
    width: 50%;
    height: 400px;
    background: url("../assets/image/skeleton-industry.jpg") center no-repeat;
    background-size: cover;
    float: left;
}
.industryDetails-cover img {
    width: 100%;
    height: 100%;
}
.industryDetails-content {
    width: 50%;
    height: 400px;
    padding: 0 24px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    float: right;
}
.industryDetails-content p:nth-child(1) {
    color: #333;
    font-size: 34px;
    line-height: 40px;
    font-weight: bold;
}
.industryDetails-content p:nth-child(2) {
    color: #333;
    font-size: 16px;
    margin: 16px 0;
}
.industryDetails-content-more {
    cursor: pointer;
    display: flex;
    align-items: center;
}
.industryDetails-content-more:hover {
    color: #6997FF;
}
.industryDetails-content-more span {
    color: #165DFF;
    font-size: 16px;
}
.industryDetails-content-more span:hover {
    color: #6997FF;
}
.industryDetails-content-more img {
    width: 12px;
    margin-left: 2px;
}
.industryDetails-news {
    min-width: 1200px;
    padding: 70px 0;
    background-color: #F7F9FA;
    display: none;
}
.industryDetails-news-title {
    color: #333;
    font-size: 40px;
    line-height: 46px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
}
.industryDetails-news-container {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.industryDetails-news-box {
    width: 592px;
    cursor: pointer;
    border-radius: 6px 6px 0 0;
    background-color: #fff;
    margin-bottom: 16px;
    overflow: hidden;
}
.industryDetails-news-box:hover {
    text-decoration: none;
}
.industryDetails-news-cover:hover {
    transform: scale(1.05);
}
.industryDetails-news-content p:nth-child(1):hover {
    text-decoration: underline;
}
.industryDetails-news-cover {
    width: 100%;
    height: 334px;
    background: url("../assets/image/skeleton-industry.jpg") center no-repeat;
    background-size: cover;
    object-fit: cover;
    transition: all 0.5s ease;
}
.industryDetails-news-content {
    height: 140px;
    padding: 0 40px 0 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.industryDetails-news-content p:nth-child(1) {
    color: #333;
    font-size: 20px;
    margin-bottom: 10px;
}
.industryDetails-news-content p:nth-child(2) {
    color: #777;
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
