.soluList li:nth-child(2) {
    width: 67.14%;
}
.soluList li:nth-child(2) .hm1Img {
    padding-bottom: 36.56%;
}
.soluMask{
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 30%;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, .8));
    z-index: 1;
}
.soluTit{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: .15rem .3rem;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 1.2;
    z-index: 1;
}
.soluEvent{
    list-style: none;
    column-count: 3;
    column-gap: 40px;
    margin: 0 -.1rem;
}
.soluEvent li{
    position: relative;
    font-size: 18px;
    color: #000000;
    line-height: 30px;
    margin: 5px 0;
    padding: 0 .1rem;
    padding-left: 22px;
}
.soluEvent li::before{
    display: block;
    content: "";
    width: 6px;
    height: 6px;
    background-color: #A1A1A1;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 12px;
}
.soluNews{
    margin: -.1rem -.1rem 0;
}
.soluNews .swiper-container {
    padding: .1rem;
}
.soluNews .topicLink {
    background-color: transparent;
}
.soluNews .topicTit {
    height: auto;
}
.soluNews .topicLink:hover{
    box-shadow: .05rem .05rem .1rem 0px rgba(6, 0, 1, 0.12);
}
.soluNews .topicLink:hover .topicTit {
    color: var(--baseColor);
}
.soluNews .topicLink:hover .topicText {
    box-shadow: 0 -1px 0 var(--baseColor) inset, 1px 0 0 var(--baseColor) inset, -1px 0 0 var(--baseColor) inset;
}

/* 交通行业解决方案 */
.jtBox{
    overflow: hidden;
}
.jtList{
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -.1rem;
}
.jtList li{
    width: 50%;
    padding: .1rem;
}
.jtList li a{
    display: flex;
    align-items: center;
    font-size: 18px;
    color: #333333;
    line-height: 30px;
    padding: .2rem .3rem;
    background-color: #FFFFFF;
    transition: all .3s;
}
.jtList li a img{
    width: 30px;
    flex-shrink: 0;
    margin-right: .2rem;
}
.jtList li a span{
    flex: auto;
}
.jtList li a:hover{
    color: var(--baseColor);
    box-shadow: 2px 2px 4px rgba(0, 0, 0, .1);
}
.jtList li a:hover img{
    animation: pulse 1s linear 1;
}

/* 方案简介 */
.soluInfo{
    display: flex;
    justify-content: space-between;
}
.soluInfo .infoText{
    max-width: 700px;
    color: #666666;
    line-height: 2;
}
.soluInfo .infoText p{
    margin: .2rem 0;
}
.soluInfo .infoImg {
    width: 36.43%;
    flex-shrink: 0;
    text-align: right;
    margin-left: 5%;
}
.soluInfo .infoImg img{
    max-width: 100%;
    height: auto;
}

/* 用户痛点 */
.userPain{
    position: relative;
}
.userPain .painLink{
    display: block;
    overflow: hidden;
}
.userPain .painImg {
    padding-bottom: 62.33%;
}
.userPain .painImg .imgBg{
    transition: all 1s;
}
.userPain .painTit {
    font-size: 20px;
    color: #333333;
    line-height: 1.6;
    font-weight: bold;
    text-align: center;
    margin: .2rem 0;
}
.userPain .painPrev,
.userPain .painNext {
    margin-top: calc(-.2rem - 32px);
}
.userPain .painLink:hover .painImg .imgBg{
    transform: scale(1.05);
}
.userPain .painLink:hover .painTit {
    color: var(--blueColor);
}

/* 方案价值 */
.planTab{
    position: relative;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    padding-top: .2rem;
    margin: .2rem 0;
    border-bottom: 1px solid #CED1DD;
}
.planTab::after{
    display: block;
    content: "";
    min-width: 1920px;
    width: 3000px;
    height: 1px;
    background-color: #CED1DD;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -1px;
}
.planTab li{
    position: relative;
    width: 16%;
    padding: 0 .1rem .2rem;
    cursor: pointer;
}
.planTab li::before,
.planTab li::after{
    display: block;
    content: "";
    width: 14px;
    height: 14px;
    transform: rotate(45deg) translateY(50%);
    position: absolute;
    left: 50%;
    margin-left: -7px;
    bottom: -3px;
    z-index: 1;
    display: none;
}
.planTab li::before{
    border-left: 1px solid #CED1DD;
    border-top: 1px solid #CED1DD;
}
.planTab li::after{
    background-color: #FFFFFF;
    bottom: -4px;
}
.planIco{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 80px;
    height: 80px;
    max-width: .8rem;
    max-height: .8rem;
    margin: 0 auto;
}
.planIco img{
    max-width: 100%;
    max-height: 100%;
    margin: .1rem auto;
}
.planTit{
    font-size: 20px;
    color: #333333;
    line-height: 1.6;
    font-weight: bold;
    margin: .2rem 0;
}
.planTab li.active::before,
.planTab li.active::after{
    display: block;
}
.planTab li:hover .planTit,
.planTab li.active .planTit{
    color: var(--baseColor);
}
.planTab li:hover .planIco img{
    animation: swing 1s linear 1;
}
.planValue{
    min-height: 130px;
    color: #222222;
    line-height: 1.8;
    text-align: center;
}
.planValue .planIco,
.planValue .planTit {
    display: none;
}
.planValue .swiper-slide{
    height: auto;
    background-color: #FFFFFF;
}


@media (max-width:1600px) {
    .soluTit{
        font-size: 18px;
    }
    .soluEvent li{
        font-size: 16px;
    }
    .jtList li a{
        font-size: 16px;
        padding: .15rem .25rem;
    }
    .jtList li a img{
        width: 24px;
        height: auto;
    }
    .userPain .painTit{
        font-size: 16px;
    }
    .planIco{
        width: 60px;
        height: 60px;
    }
    .planTit{
        font-size: 16px;
        margin: .15rem 0;
    }
}

@media (max-width:1400px) {
    .soluTit{
        font-size: 16px;
    }

}

@media (max-width:1200px) {
    .soluEvent li {
        font-size: 14px;
    }
    .userPain .painPrev,
    .userPain .painNext {
        margin-top: -.2rem;
    }

}

@media (max-width:991px) {
    .soluEvent{
        column-count: 2;
    }
    .soluEvent li {
        padding-left: 12px;
    }
    .jtList li a{
        font-size: 14px;
        line-height: 24px;
    }
    .jtList li a img{
        width: 20px;
        margin-right: .1rem;
    }
    .planTab li{
        width: 25%;
    }
    .soluInfo{
        display: block;
    }
    .soluInfo .infoText,
    .soluInfo .infoImg{
        width: 100%;
        max-width: 100%;
    }
    .soluInfo .infoText p{
        margin: .1rem 0;
    }
    .soluInfo .infoImg{
        text-align: center;
        margin: .1rem 0;
    }

}

@media (max-width:767px) {
    .soluList li {
        width: 60% !important;
    }
    .soluList li:nth-child(1) {
        width: 40% !important;
    }
    .soluList .hm1Img {
        padding-bottom: 50%;
        border-radius: .1rem;
    }
    .soluList li:nth-child(1) .hm1Img {
        padding-bottom: 234%;
    }
    .soluList li:nth-child(2) .hm1Img {
        padding-bottom: 50%;
    }
    .soluMask{
        border-radius: .1rem;
    }

}

@media (max-width:640px) {
    .jtList li{
        width: 100%;
    }
    .jtList li a img{
        margin-right: .2rem;
    }
    .planTit{
        font-size: 14px;
        line-height: 1.2;
    }

}

@media (max-width:460px) {
    .soluList li{
        width: 100% !important;
    }
    .soluList li:nth-child(1){
        width: 100% !important;
    }
    .soluList li:nth-child(1) .hm1Img{
        padding-bottom: 50%;
    }
    .soluEvent {
        column-count: 1;
    }

}