#index6_banner {
    position: relative;
}

#index6_banner .title {
    position: absolute;
    left: 50%;
    top: 116px;
    transform: translateX(-50%);
    font-weight: bold;
    font-size: 60px;
    color: #FFFFFF;
    line-height: 120px;
}

#index6_banner .sub-title {
    position: absolute;
    left: 50%;
    top: 236px;
    transform: translateX(-50%);
    font-weight: 400;
    font-size: 30px;
    color: #FFFFFF;
    line-height: 60px;
    text-shadow: 2px 3px 5px rgba(0, 0, 0, 0.25);
}

#box-1 .ani-content {
    padding-top: 56px;
    padding-bottom: 82px;
}

.company {
    width: var(--base-width);
    margin: 0 auto;
    background: #FFFFFF;
    box-shadow: 2px 3px 8px 2px rgba(95, 95, 95, 0.15);
    padding: 42px 28px 40px 44px;
}

.company .title {
    text-align: center;
    display: flex;
    align-items: center;
    font-weight: bold;
    font-size: 24px;
    color: #000000;
    margin-bottom: 26px;
}

.company .title span {
    width: 6px;
    height: 24px;
    background-color: var(--primary-color);
    margin-right: 18px;
}

.company .cont {
    display: flex;
    justify-content: space-between;
}

.company .cont .cont-introduce {
    width: 552px;
    text-align: left;
    word-break: break-all;
    font-weight: 400;
    font-size: 16px;
    color: #424242;
    line-height: 42px;
}

.company .cont .cont-img {
    width: 460px;
    height: 344px;
    margin-top: 8px;
}


#box-2 .ani-content {
    padding: 0;
}

#box-2 .ani-content .data {
    min-width: var(--base-width);
    height: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.data .data-item {
    display: flex;
    flex-direction: column;
    margin-right: 120px;
}

.data .data-item:last-child {
    margin-right: 0;
}

.data-item .data-count {
    font-weight: bold;
    font-size: 44px;
    color: var(--primary-color);
    line-height: 100px;
}

.data-item .data-label {
    font-weight: 400;
    font-size: 26px;
    color: var(--primary-color);
    line-height: 32px;
}


.industry {
    width: var(--base-width);
    height: 580px;
    background-color: #fff;
    box-shadow: 2px 3px 8px 2px rgba(95, 95, 95, 0.15);
    padding: 42px 48px;
    margin: 0 auto 100px;

}

.industry .title {
    display: flex;
    align-items: center;
    font-weight: bold;
    font-size: 24px;
    color: #000000;
    margin-bottom: 26px;
}

.industry span {
    width: 6px;
    height: 24px;
    background-color: var(--primary-color);
    margin-right: 18px;
}


.industry .cont {
    display: flex;
    justify-content: center;
    align-items: center;
}

.industry .cont img {
    width: 282px;
    height: 398px;
    margin-right: 94px;
}

.industry .cont img:last-child {
    margin-right: 0;
}
#box-4 .box {
    display: flex;
    flex-direction: column;
    box-shadow: 2px 3px 8px 2px rgba(95, 95, 95, 0.15);
    margin-bottom: 60px;
}

#box-4 .box .line-1 {
    padding: 32px 36px;
    background-color: #F8FBFF;
}

#box-4 .box .line-1 .title {
    display: flex;
    align-items: center;
    font-weight: bold;
    font-size: 24px;
    color: #000000;
    margin-bottom: 26px;
}

#box-4 .box .line-1 .title span {
    width: 6px;
    height: 24px;
    background-color: var(--primary-color);
    margin-right: 18px;
}

#box-4 .box .line-1 .des {
    font-weight: 400;
    font-size: 17px;
    color: #000000;
    line-height: 19px;
    margin-bottom: 9px;
}

#box-4 .box .line-2 {
    height: 300px;
    background-color: #fff;
    padding: 16px 36px;
}

#box-4 .box .line-2 .title {
    display: flex;
    align-items: center;
    font-weight: bold;
    font-size: 24px;
    color: #000000;
    margin-bottom: 26px;
}

#box-4 .box .line-2 .title span {
    width: 6px;
    height: 24px;
    background-color: var(--primary-color);
    margin-right: 18px;
}

#box-4 .box .line-2 .qr-code {
    width: 110px;
    height: 110px;
    margin-top: 40px;
}
#box-4 .box .line-2 .qr-code img{
    width: 100%;
}