.industryInfo1 {
    position: relative;
    z-index: 4
}

.industryInfo1 .parallax {
    width: 100%;
    height: 100%
}

.industryInfo1 .parallax .img {
    width: 100%
}

.industryInfo1 .parallax .wrap {
    position: absolute;
    font-weight: bold;
    font-size: 52px;
    color: #FFFFFF;
    z-index: 8;
    width: 1400px;
    left: 50%;
    transform: translateX(-50%);
    bottom: 82px
}

.industryInfo2 {
    padding: 143px 0;
    position: relative;
    z-index: 5
}

.industryInfo2 .wrap {
    width: 1400px;
    margin: auto;
    display: flex;
    justify-content: space-between
}

.industryInfo2 .wrap .l {
    width: 752px;
    font-weight: 400;
    font-size: 16px;
    color: #1A1A1A;
    line-height: 32px
}

.industryInfo2 .wrap .r {
    width: 520px;
    height: fit-content;
    border-radius: 20px;
    padding: 68px 23px 30px 23px;
    margin-top: -310px;
    background: linear-gradient(0deg, #F6F9FF, rgba(255, 255, 255, 0.8))
}

.industryInfo2 .wrap .r:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    border-radius: 20px;
    background: linear-gradient(0deg, #F3F8FF, rgba(255, 255, 255, 0))
}

.industryInfo2 .wrap .r .img {
    width: 307px
}

.industryInfo2 .wrap .r .img img {
    width: 100%
}

.industryInfo2 .wrap .r .text {
    border-radius: 20px;
    padding: 46px;
    position: relative;
    z-index: 2;
    background: linear-gradient(180deg, #fff, rgba(255, 255, 255, 0));
    margin: 67px 0 0 0
}

.industryInfo2 .wrap .r .text .p1 {
    font-weight: bold;
    font-size: 32px;
    color: #1A1A1A;
    margin: 0 0 30px
}

.industryInfo2 .wrap .r .text .other .item {
    display: flex;
    align-items: center;
    gap: 18px
}

.industryInfo2 .wrap .r .text .other .item:not(:last-child) {
    margin: 0 0 12px
}

.industryInfo2 .wrap .r .text .other .item .iconfont {
    font-size: 19px;
    width: 19px;
    color: #1A1A1A;
    display: flex;
    align-items: center;
    justify-content: center;
}

.industryInfo2 .wrap .r .text .other .item .iconfont img{
    width: 16px;
}

.industryInfo2 .wrap .r .text .other .item p {
    font-weight: 400;
    font-size: 16px;
    color: #1A1A1A
}
.industryInfo2 .wrap .r .text .other .item p:last-child{
    flex: 1;
}

.industryInfo2 .wrap .r .text .links {
    width: 100%;
    height: 80px;
    background: #FFFFFF;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 40px;
    margin: 40px 0 0 0

}

.industryInfo2 .wrap .r .text .links p {
    font-weight: 400;
    font-size: 16px;
    color: #003F96
}

.industryInfo2 .wrap .r .text .links img {
    width: 30px
}


@media screen and (max-width: 1919px) {
    .industryInfo1 .parallax .wrap{
        font-size: 2.7083333333vw;
        width: 72.9166666667vw;
        bottom: 4.2708333333vw;
    }
    .industryInfo2{
        padding: 7.4479166667vw 0px;
    }
    .industryInfo2 .wrap{
        width: 72.9166666667vw;
    }
    .industryInfo2 .wrap .l{
        width: 39.1666666667vw;
        font-size: 0.8333333333vw;
        line-height: 1.6666666667vw;
    }
    .industryInfo2 .wrap .r{
        width: 27.0833333333vw;
        border-radius: 1.0416666667vw;
        padding: 3.5416666667vw 1.1979166667vw 1.5625vw;
        margin-top: -16.1458333333vw;
    }
    .industryInfo2 .wrap .r::after{
        border-radius: 1.0416666667vw;
    }
    .industryInfo2 .wrap .r .img{
        width: 15.9895833333vw;
    }
    .industryInfo2 .wrap .r .text{
        border-radius: 1.0416666667vw;
        padding: 2.3958333333vw;
        margin: 3.4895833333vw 0px 0px;
    }
    .industryInfo2 .wrap .r .text .p1{
        font-size: 1.6666666667vw;
        margin: 0px 0px 1.5625vw;
    }
    .industryInfo2 .wrap .r .text .other .item{
        gap: 0.9375vw;
    }
    .industryInfo2 .wrap .r .text .other .item:not(:last-child){
        margin: 0px 0px 0.625vw;
    }
    .industryInfo2 .wrap .r .text .other .item .iconfont{
        font-size: 0.9895833333vw;
        width: 0.9895833333vw;
    }
    .industryInfo2 .wrap .r .text .other .item .iconfont img{
        width: 0.8333333333vw;
    }
    .industryInfo2 .wrap .r .text .other .item p{
        font-size: 0.8333333333vw;
    }
    .industryInfo2 .wrap .r .text .links{
        height: 4.1666666667vw;
        border-radius: 0.7291666667vw;
        padding: 0px 2.0833333333vw;
        margin: 2.0833333333vw 0px 0px;
    }
    .industryInfo2 .wrap .r .text .links p{
        font-size: 0.8333333333vw;
    }
    .industryInfo2 .wrap .r .text .links img{
        width: 1.5625vw;
    }
}

@media screen and (max-width: 1024px) {
    .industryInfo1{
        margin: 60px 0 0 0;
    }
    .industryInfo1 .parallax .img{
        height: 220px;
    }
    .parallax{
        transform: none!important;
    }
    .industryInfo1 .parallax .wrap{
        width: 90%;
        font-size: 20px;
        bottom: 40%;
    }
    .industryInfo2{
        padding: 50px 0;
    }
    .industryInfo2 .wrap{
        width: 90%;
        flex-direction: column;
    }
    .industryInfo2 .wrap .l{
        width: 100%;
        font-size: 13px;
        line-height: 25px;
    }
    .industryInfo2 .wrap .r{
        width: 100%;
        border-radius: 7px;
        padding: 25px 10px;
        margin: 25px 0 0 0;
    }
    .industryInfo2 .wrap .r .text{
        padding: 0;
        margin: 0;
    }
    .industryInfo2 .wrap .r .text .p1{
        font-size: 16px;
        margin: 0 0 15px;
    }
    .industryInfo2 .wrap .r .text .other .item:not(:last-child){
        margin: 0 0 20px;
    }
    .industryInfo2 .wrap .r .text .other .item .iconfont{
        font-size: 16px;
        width: 100%;
        height: 16px;
        margin: 0 0 7px;
        display: block;
        transform: scale(1) !important;
    }
    .industryInfo2 .wrap .r .text .other .item:first-child .iconfont{
        font-size: 20px;
    }
    .industryInfo2 .wrap .r .text .other .item p{
        font-size: 13px;
    }
    .industryInfo2 .wrap .r .text .other .item{
        gap: 7px;
        flex-wrap: wrap;
        align-items: unset;
    }
    .industryInfo2 .wrap .r .text .links{
        width: 100%;
        height: 55px;
        border-radius: 4px;
        margin: 20px 0 0 0;
        padding: 0 10px;
    }
    .industryInfo2 .wrap .r .text .links p{
        font-size: 14px;
    }
    .industryInfo2 .wrap .r .text .links img{
        width: 25px;
    }
    .industryInfo2 .wrap .r .text .other .item .iconfont img{
        width: 15px;
        object-fit: contain;
    }
}
