.header {
    background: rgba(255, 255, 255, 0.06);
    position: relative;
    z-index: 1;
    backdrop-filter: blur(10px);
}

.honor-top {
    height: 500px;
    background-image: url(../static/img/img-100.png);
    background-size: cover;
    background-position: center;
}

.solution-swiper-title {
    margin-top: 100px;
    font-size: 48px;
    color: #333333;
    line-height: 56px;
}

.solution-swiper-text {
    font-size: 22px;
    color: #656565;
    line-height: 26px;
    margin-top: 11px;
    margin-bottom: 29px;
}

.solution-swiper-btn {
    width: 156px;
    height: 46px;
    background: linear-gradient(180deg, #F89F00 0%, #F85900 100%);
    border-radius: 4px 4px 4px 4px;
    text-align: center;
    line-height: 46px;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
}


.solution {}


.com-intro-title {
    padding-top: 60px;
    font-size: 28px;
    color: #000000;
    line-height: 33px;
    margin-bottom: 76px;
    position: relative;
    text-align: center;
}

.com-intro-title::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -12px;
    transform: translateX(-50%);
    width: 105px;
    height: 4px;
    background: #F85900;
}

.ping {
    background-color: #fff;
    padding-bottom: 60px;
}

.ping-lists {
    display: flex;
    flex-wrap: wrap;
    margin-top: -36px;
}

.ping-lists li {
    width: 394px;
    height: 177px;
    background: linear-gradient(180deg, #F4F6F8 0%, #FEFEFE 100%);
    box-shadow: 0px 4px 17px 1px rgba(17, 45, 191, 0.11);
    border-radius: 8px 8px 8px 8px;
    border: 1px solid #FFFFFF;
    display: flex;
    align-items: center;
    margin-right: 30px;
    margin-top: 36px;
    padding-left: 22px;
    padding-right: 19px;
    box-sizing: border-box;
    transition: all .3s;
}

.ping-lists li:hover {
    box-shadow: 0px 4px 17px 1px rgba(17, 45, 191, 0.3);
}

.ping-lists li:hover .ping-title {
    color: #F85900;
}

.ping-lists li:nth-of-type(3n) {
    margin-right: 0;
}

.ping-lists img {
    width: 146px;
    height: 112px;
    margin-right: 6px;
}

.ping-title {
    font-size: 26px;
    color: #333333;
    transition: all .3s;
    margin-bottom: 15px;
}

.ping-text {
    height: 48px;
    font-size: 14px;
    color: #888888;
    line-height: 24px;
}

.solu-anli {
    padding-bottom: 60px;
    background-color: #F7F8FB;
}

.solu-anli-img {
    display: flex;
    flex-wrap: wrap;
}

.solu-anli-img img {
    width: 286px;
    height: 184px;
    margin-right: 40px;
    margin-top: 36px;
}

.solu-anli-img img:nth-of-type(4n) {
    margin-right: 0;
}

.solu-btn {
    border-radius: 4px 4px 4px 4px;
    text-align: center;
    color: #fff;
    cursor: pointer;
    margin: 60px auto 0;
    line-height: 44px;
    width: 156px;
    height: 46px;
    background: linear-gradient(180deg, #F89F00 0%, #F85900 100%);
    border-radius: 4px 4px 4px 4px;
}

.img-title {
    height: 220px;
    background-image: url(../static/img/img-113.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.img-title .com-intro-title {
    color: #fff;
    padding-top: 80px;
}

.solu-list {
    height: 600px;
}

.solu-list:nth-of-type(2n) {
    background-color: #fff;
}

.solu-list:nth-of-type(2n-1) {
    background: #F7F8FB;
}

.solu-list-con {
    display: flex;
    height: 600px;
    align-items: center;
    justify-content: center;
}

.img-078 {
    width: 519px;
    height: 392px;
}

.img-078-con {
    width: 50%;
    text-align: center;
}

.solu-list-content {
    display: flex;
    width: 50%;
    flex-direction: column;
    padding-right: 107px;
    box-sizing: border-box;
    align-items: flex-start;
    justify-content: center;
    box-sizing: border-box;
    padding-left: 55px;
}


.solu-list-title {
    height: 42px;
    font-size: 32px;
    color: #333333;
    line-height: 38px;
}

.solu-list-text {
    margin-top: 24px;
    font-size: 18px;
    padding-left: 20px;
    color: #666666;
    line-height: 28px;
    position: relative;
}

.solu-list-text::before {
    content: '';
    position: absolute;
    left: 0;
    width: 6px;
    height: 6px;
    background: #C4C4C4;
    border-radius: 0px 0px 0px 0px;
    top: 10px;
}

.solu-lists .solu-btn {
    margin: 40px 0 0;
}

.solu-anli .content,
.solu-lists .content,
.ping .content {
    width: 1264px;
}

.mt--400 {
    margin-top: -400px;
    height: 400px;
}