.solve-morelist {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 48%;
        margin-bottom: 30px;
}

.solve-more {
    flex: 0 0 calc(50% - 5px);
    margin-bottom: 1em;
    line-height: 1.5;
}

.solve-more a {
    color: #222;
    display: flex;
    align-items: center;
    transition: all .5s;
    line-height: 1.5;

}

.solve-more a:hover {
    text-decoration: underline;
    color: var(--allColor);
}

.solve-more a svg {
    margin-left: 8px;
    transition: all 0.3s linear;
}

.solve-more a:hover svg {
    transform: translateX(4px);
}



.solve-more a:hover svg path {
    fill: var(--allColor);
}


.solvelist {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.solve-item {
    flex: 0 0 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 35px;
}

.solve-tit {
    line-height: 1.5;
    color: #222;
    display: block;
    margin-bottom: 5px;
}

.solve-tit:hover a{
    color: var(--allColor);
}

.solve-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.solve-xg {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.solve-xg-li{
    flex: 0 0 calc(50% - 5px);
    margin-bottom: 1em;
    color: #222;
    display: flex;
    align-items: center;
    transition: all .5s;
    line-height: 1.5;
}

.solve-xg-li svg {
    margin-left: 8px;
    transition: all 0.3s linear;
}

.solve-xg-li:hover {
    text-decoration: underline;
    color: var(--allColor);
}

.solve-xg-li:hover svg {
    transform: translateX(4px);
}

.sold1 .wrap {
    display: flex;
}

.sold1-lf {
    flex: 0 0 50%;
    margin-right: 5.55%;
}

.sold1-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.sold1-rg {
    flex: 1;
}

.sold2 {
    background-color: #f7f7f7;
}

.sold2 .con-des {
    text-align: center;
    margin-top: 15px;
}

.sold2-top {
    display: flex;
    justify-content: center;
}

.sold2-top-t {
    margin: 0 35px;
    color: #222;
    line-height: 1.5;
    position: relative;
    cursor: pointer;
}

.sold2-top-t:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 0;
    height: 2px;
    transform: translateX(-50%);
    transition: all .5s;
    background-color: var(--allColor);
}

.sold2-top-t.act {
    color: var(--allColor);
    font-weight: bold;
}

.sold2-top-t.act:after {
    width: 100%;
}

.sold2-item-img {
    width: 100%;
}

.applist {
    display: flex;
    flex-wrap: wrap;
}

.appitem {
    flex: 0 0 23%;
    margin-right: 2.66%;
}

.appitem:nth-child(4n) {
    margin-right: 0;
}

.sold4 {
    background-color: #f7f7f7;
}

.sold4-change {
    display: flex;
    justify-content: center;
}

.sold4-citem {
    margin: 0 35px;
    color: #222;
    line-height: 1.5;
    position: relative;
    cursor: pointer;
}

.sold4-citem:hover,
.sold4-citem.act {
    color: var(--allColor);
    font-weight: bold;
}

.sold4-citem:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 0;
    height: 2px;
    transform: translateX(-50%);
    transition: all .5s;
    background-color: var(--allColor);
}

.sold4-citem.act:after {
    width: 100%;
}

.sold4-box {
    display: flex;
    align-items: center;
}

.sold4-lf {
    flex: 1;
}

.sold4-tit {
    line-height: 1.5;
    color: #222;
}

.sold4-rg {
    flex: 0 0 50%;
    margin-left: 6.7%;
}

.sold4-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.sold5 {
    position: relative;
}

.sold5-top {
    position: absolute;
    left: 50%;
    z-index: 4;
    top: 10%;
    transform: translateX(-50%);
}

.sold5-top .nav_tit {
    color: #fff;
}


.sold5-change {
    display: flex;
    justify-content: center;
}

.sold5-citem {
    margin: 0 35px;
    color: #fff;
    line-height: 1.5;
    position: relative;
    cursor: pointer;
}

.sold5-citem:hover,
.sold5-citem.act {
    font-weight: bold;

}

.sold5-citem:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 0;
    height: 2px;
    transform: translateX(-50%);
    transition: all .5s;
    background-color: #fff;
}

.sold5-citem.act:after {
    width: 100%;
}

.sold5-txt {
    position: absolute;
    top: 59%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.sold5-txt .con-des {
    color: #fff;
}

.sold5-box {
    width: 34.8%;
}

.sold5-logo {
    width: 65%;
}

.sold5-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.solved-more {
    position: absolute;
    line-height: 1.5;
    bottom: 5%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 5;
}

.solved-more a {
    color: #fff;
    display: flex;
    align-items: center;
    transition: all .5s;
    line-height: 1.5;

}

.solved-more a:hover {
    text-decoration: underline;
}

.solved-more a svg {
    margin-left: 8px;
    transition: all 0.3s linear;
}

.solved-more a:hover svg {
    transform: translateX(4px);
}



.solve-more a:hover svg path {
    fill: var(--allColor);
}

.sold6 {
    background-color: #f7f7f7;
}

.swpd6 .swiper-slide {
    background-color: #fff;
}

.sold6-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.sold6-txt {
    padding-left: 8.6%;
    padding-right: 8.6%;
}

.sold6-time {
    color: #777;
    line-height: 1.5;
}

.sold6-tit {
    line-height: 1.5;
    color: #222;
    margin-top: 18px;
}

.sold6-tit a {
    color: #222;
    transition: all .5s;
}

.sold6-more {
    line-height: 1.5;

}

.sold6-more a {
    color: #777;
    display: flex;
    align-items: center;
    transition: all .5s;
    line-height: 1.5;

}

.sold6-more a:hover {
    text-decoration: underline;
    color: var(--allColor);
}

.sold6-more a svg {
    margin-left: 8px;
    transition: all 0.3s linear;
}

.sold6-more a:hover svg {
    transform: translateX(4px);
}


.sold6-more a:hover svg path {
    fill: var(--allColor);
}


.swpd6 {
    position: relative;
    padding-bottom: 70px;
}

.sold6 .swpd6 .swiper-pagination {
    bottom: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sold6 .swpd6 .swiper-pagination-bullet {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    margin: 0 7.5px;
    background-color: #cccccc;
    opacity: 1;
    transition: all .5s;
}

.sold6 .swpd6 .swiper-pagination-bullet-active {
    width: 13px;
    height: 13px;
    background-color: var(--allColor);
}

.faq-tit {
    line-height: 1.25;
    color: #222;
    position: relative;
    padding-left: 30px;
    flex: 1;
}

.faq-item.act .faq-tit {
    color: var(--allColor);
    font-weight: bold;
}

.faq-tit:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #999;
    transition: all .5s;
}

.faq-item.act .faq-tit:before {
    background-color: var(--allColor);
}

.faq-top {
    display: flex;
    align-items: center;
}

.faq-des {
    padding-left: 30px;
    display: none;
}

.faq-top svg {
    flex: none;
    margin-left: 5%;
    transition: all .5s;
}

.faq-item.act svg {
    transform: rotate(180deg);
}

.faq-item.act svg path {
    fill: var(--allColor);
}

.faq-list {
    border-top: 1px solid #e5e5e5;
}

.faq-item {
    border-bottom: 1px solid #e5e5e5;
}

.sold8 {
    background-color: #f7f7f7;
}

.sold8 .wrap {
    position: relative;
}

.sold8 .swiper-button-prev {
    left: -46px;
    top: 200px;
    margin-top: 0;
    width: 16px;
}

.sold8 .swiper-button-next {
    right: -46px;
    top: 200px;
    margin-top: 0;
    width: 16px;
}

.sold8 .swiper-button-prev:hover svg path,
.sold8 .swiper-button-next:hover svg path {
    fill: var(--allColor);
}

.sold8 .swiper-button-next::after,
.sold8 .swiper-button-prev:after {
    content: '';
}

.sold5 .swiper-slide>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.jj_b {
    width: 100%;
    color: #000;
    font-weight: bold;
    margin-bottom: 25px;
}

@media screen and (max-width:1600px) {


    .sold8 .swiper-button-prev,
    .sold8 .swiper-button-next {
        top: 10.9vw;
    }

    .sold5-box {
        width: 44%;
    }

    .sold4-citem {
        margin: 0 30px;
    }
}

@media screen and (max-width:1200px) {
    .sold5-box {
        width: 54%;
    }

    .sold4-citem {
        margin: 0 25px;
    }
}

@media screen and (max-width:768px) {
    .solve-item {
        flex: 0 0 100%;
    }

    .sold5 .swiper-slide>img {
        height: 90vh;
    }

    .sold5-box {
        width: 100%;
    }

    .sold1 .wrap {
        flex-wrap: wrap;
    }

    .sold1-lf {
        flex: 0 0 100%;
        margin-right: 0;
        margin-bottom: 5%;
    }

    .prod2 .wrap {
        padding: 0;
    }

    .appitem:nth-child(n) {
        flex: 0 0 48%;
        margin-right: 4%;
    }

    .appitem:nth-child(2n) {
        margin-right: 0;
    }

    .sold4-citem {
        margin: 0 10px;
    }

    .sold4-citem:nth-child(1) {
        margin-left: 0;
    }

    .sold4-citem:last-child {
        margin-right: 0;
    }

    .sold4-box {
        flex-direction: column-reverse;
    }

    .sold4-rg {
        margin-left: 0;
    }

    .sold4-lf {
        margin-top: 5%;
    }

    .swpd6 {
        padding-bottom: 40px;
    }


    .sold8 .swiper-button-prev {
        left: -30px;
        top: 30vw;
    }

    .sold8 .swiper-button-next {
        top: 30vw;
        right: -30px;
    }

    .sold8 .wrap {
        width: 80%;
    }
    
    .sold2-top {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

    .sold2-top-t{
        width: 45%;  
        font-size: 16px;
        padding-bottom: 10px;
        margin: 0 1vw 10px;
        text-align: center;
    }
    
    .solve-morelist{
        width: 100%;
    }
    
    .solve-xg-li{
            flex: 0 0 100%;
    }
    
}
