
.main {
    position: relative;
    padding-top: 80px;
    background-color: #edf0f3;
}
.main::after {    
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    content: '';
    width: 100%;
    max-width: 1920px;
    height: 260px;
    margin: 0 auto;
    background-image: url(../images/softbg.jpg);
    background-size: 100%;
    background-position: left bottom;
}
.main-wrap-box {
    position: relative;
    z-index: 1;
}
.main-wrap-tit {
    display: flex;
    padding: 40px 30px 15px 30px;
    font-size: 32px;
    text-align: left;
}
.main-wrap-tit-ch {
    font-weight: bold;
}
.main-wrap-tit-ch {
    color: var(--white-op8);
}
.main-wrap-tit-en {
    position: relative;
    top: 10px;
    left: -161px;
    font-size: 45px;
    color: var(--white-op3);
}
.main-wrap-con {
    padding: 30px;
}
.main-wrap-con .soft-con {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 50px;
    width: 100%;
    border-bottom: 1px solid #f3f3f3;
}
.main-wrap-con .soft-con:nth-last-of-type(1){
    border: none;
}
.soft-box {
    flex: 0 0 365px;
    display: flex;
    flex-direction: column;
    margin: 20px;
    height: 470px;
    /* border: 1px solid #f1f1f1; */
    background-color: #ffffff;
    border-radius: 5px;
    overflow: hidden;
    cursor: pointer;
}
/* .soft-box:hover {
    background-color: #f9f9f9;
} */
.soft-box:hover .hoverScale {
    transform: scale(1.3);
}
.soft-t {
    margin-top: 10px;
    margin-bottom: 40px;
    font-size: 26px;
    text-align: center;
    line-height: 40px;
    font-weight: bold;
}
.soft-img {    
    height: 200px;
    overflow: hidden;
}
.soft-img img {
    width: 100%;
}
.soft-info {
    flex: 1;
    position: relative;
    padding: 20px 20px 40px 20px;
}
.soft-tit {
    font-size: 20px;
    line-height: 40px;
    font-weight: 600;
}
.soft-des {
    color: var(--black-9);
    font-size: 14px;
    line-height: 22px;
}

/* interact */
.main {
    position: relative;
    padding-top: 0;
}
.main-wrap {
    padding: 10px 0;
    background-color: #ffffff;
}
.main-wrap-box {
    position: relative;
    z-index: 1;
}
.flex-r {
    display: flex;
    justify-content: center;
    align-items: center;
}
.main-wrap-tit {
    position: relative;
    display: flex;
    margin: 32px 10px 23px;
    padding: 40px 30px 15px 30px;
    font-size: 32px;
    text-align: center;
    justify-content: flex-start;
    z-index: 1;
}
.intro .main-wrap-tit {
    justify-content: center;
}
.main-wrap-tit-ch {
    margin-left: 70px;
    font-weight: bold;
    color: #111111;
    font-size: 46px;
}
.main-wrap-tit-en {
    position: absolute;
    top: 70px;
    left: 16%;
    font-size: 42px;
    width: 500px;
    font-weight: bold;
    color: #c9c9c9;
    opacity: 0.2;
}
.intro .main-wrap-tit-en {
    left: 32%;
}
.main-wrap-con {
    width: 100%;
}
.sys-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.banner-text {
    width: 475px;
    color: #666666;
}
.top-pic {
    padding-top: 80px;
    padding-bottom: 0;
    height: 260px;
    background-color: #f0f2ff;
}
.top-pic .top-pic-img {    
    margin-top: 35px;
    margin-left: 595px;
    width: 689px;
    height: 423px;
    border-radius: 50px;
    overflow: hidden;
}
.top-pic .main-wrap-tit {
    position: relative;
    z-index: 2;
    margin: 0 auto;
    width: 1280px;
}
.top-pic .main-wrap-tit-ch {
    color: #ffffff;
}
.top-pic .main-wrap-tit-en {
    position: absolute;
    top: 80px;
    left: 60px;
    color: #ffffff;
}
.top-pic .banner-text {
    position: absolute;
    top: 260px;
    left: 40px;
}

.flex-r .main-wrap-tit {
    margin-top: 0;
    padding-top: 0;
}
.flex-r .main-wrap-tit-en {
    top: 32px;
}
.flex-r .banner-text {
    margin: 0 auto;
}
.flex-r .main-wrap-con {
    margin: 0 80px;
    flex: 0 0 700px;
}
.flex-r .sys-img {
    flex: 0 0 450px;
    height: 400px;
}
.main-wrap-box.flex-r {
    animation-timeline: view();
    animation-range: entry 0% cover 70%;
    animation-fill-mode: both;
}
.flex-r .sys-img.fadeInX {
    animation: fadeinX 0.35s ease;
    animation-timeline: view();
    animation-range: entry 0% cover 70%;
    animation-fill-mode: both;
    animation-duration: 0.35s;
}
.flex-r .sys-img.fadeInFX {
    animation: fadeinFX 0.35s ease;
    animation-timeline: view();
    animation-range: entry 0% cover 70%;
    animation-fill-mode: both;
    animation-duration: 0.35s;
}

.solution-btn {
    display: inline-block;
    vertical-align: top;
    margin: 30px 10px;
    padding: 8px 20px;
    margin-left: 110px;
    color: var(--white);
    background-color: #2A5ED8;
    border: 1px solid #2A5ED8;
    border-radius: 5px;
    cursor: pointer;
}

/* .intro {
    background-color: var(--black-bd);
} */
.jianguan {
    background-color: var(--black-bd2);
}
/* .dashuju {
    background-color: #eefff1;
    background-color: var(--black-bd);
} */
.jigou {
    /* background-color: #fffbed; */
    background-color: var(--black-bd2);
}
.yiyu {
    /* background-color: #fff5f8; */
    background-color: var(--black-bd2);
}
/* .jiazhang {
    background-color: #ffeef7;
} */
.dashuju .solution-btn {    
    background-color: #507cff;
    border: 1px solid #507cff;
}
.solution-btn {    
    transition: all 0.2s ease-in-out;
}
.solution-btn:hover {
    opacity: 0.9;
    transform: translateY(-3px);
}

/* .yiyu .solution-btn {    
    background-color: #ff5c96;
    border: 1px solid #ff5c96;
} */

.contact .main-wrap-tit-ch {
    margin-left: 0;
}


@keyframes fadeinFX {
    from {
        opacity: 0.3;
        transform: translateX(-100px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}
@keyframes fadeinX {
    from {
        opacity: 0.6;
        transform: translateX(100px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}