
.banner-main img{
    min-height: 342px!important;
}
.industry-information-detail-main {
    height: 100%;
    overflow: auto;
    position: relative;
    background: url("../images/second-screen-bg.jpg");
    background-size: 100%;

}

.industry-information-detail-main .industry-information-detail {
    position: absolute;
    top: 300px;
    left: 0px;
    width: 100%;
}

.industry-information-detail-main .industry-information-detail > img {
    margin-top: 42px;
}

.industry-information-detail-main .industry-information-detail .industry-information-detail-content {
    background: #ffffff;

}

.detail-article {
    padding: 36px 70px 20px 70px;
    margin-bottom: 15px;
}

.detail-article h2{
    margin: 0px;
    color:rgba(51,51,51,1);
    font-weight:400;
    font-size: 29px;
    text-align: center;
    margin-bottom: 40px;
}
.detail-article .section-title {
    color: #333333;
    font-weight:400;
    font-size: 16px;
    margin-bottom: 10px;
}

.detail-article .article-content {
    line-height: 2;
    color: #666666;
    font-weight:400;
    font-size: 12px;
    margin-bottom: 16px;
}

.detail-article .article-content.tab {
    text-indent:25px;
}

.detail-article .section-sub-title {
    font-size: 13px;
    color: #666666;
    font-weight: 500;
    margin-bottom: 6px;
}
.detail-article .article-img {
    text-align: center;
    margin-bottom: 60px;
}

.detail-article .article-img .title {
    color: #E9001D;
    font-weight:500;
    font-size: 14px;
    margin-bottom: 5px;
}

.detail-article .article-img img {
    width: 60%;
    margin: 0 auto;
}

