.xq-box {
    display: flex;
    flex-direction: column;
    margin-left: 5%;
    max-width: 90%;
    margin-bottom: 5%;
}



.xq-box-row {
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
    margin-top: 3%;
}

.xq-box-row-space-between {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    margin-top: 3%;
    flex-wrap: wrap;
    overflow: hidden;
    align-items: flex-start;
    /* 防止图片溢出容器 */
}

.xq-box-row-item {
    background: linear-gradient(90deg, rgba(69, 176, 53, 1) 0%, rgba(0, 150, 215, 1) 100%);
    /* min-height: 305px; */
    padding: 2%;
    display: flex;
    flex-direction: row;
    position: relative;
}

.xq-box-row-item-2 {
    padding: 2% 2% 2% 3%;
    /* min-height: 305px; */
    background: rgba(2, 151, 209, 0.11);
    list-style-position: outside;
    list-style-type: disc;
}

.xq-box-row-item-2:nth-child(2) {
    border-right: 3px solid rgba(255, 255, 255, 1);
}

.xq-box-row-item-2 li {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 36px;
    color: rgba(44, 44, 44, 1);
    text-align: left;
    vertical-align: top;
    margin-top: 10px;
    list-style-position: outside;
    list-style-type: disc;
}

.xq-box-row-item-2-2 p {
    flex-basis: 100%;
}

.xq-box-row-item-2-2 {
    padding: 2% 2% 2% 3%;
    background: rgba(2, 151, 209, 0.11);
    list-style-position: outside;
    list-style-type: disc;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    flex-wrap: wrap;
}

.xq-box-row-item-2-2 li {
    margin-left: 2%;
    flex-basis: 48%;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 36px;
    color: rgba(44, 44, 44, 1);
    text-align: left;
    vertical-align: top;
    margin-top: 10px;
    list-style-position: outside;
    list-style-type: disc;
}

.xq-box-row-item-title {
    display: flex;
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 32px;
    color: rgba(255, 255, 255, 1);
    text-align: left;
    vertical-align: top;
    align-self: center;
}

.xq-box-row-item-text {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 36px;
    color: rgba(44, 44, 44, 1);
    text-align: left;
    vertical-align: top;
    margin-top: 10px;
    list-style-position: outside;
    list-style-type: disc;
}

.xq-box-row-item-icon {
    width: 35px;
    height: 35px;
    margin-top: 80px;
}

.xq-box-row-item-triangle {
    position: absolute;
    width: 40px;
    height: 40px;
    top: 50%;
    right: -5px;
    transform: translateY(-50%);
    /* 添加这行 */
    z-index: 999;
}

.xq-box-title {
    font-size: 36px;
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 42px;
    color: rgba(44, 44, 44, 1);
    text-align: left;
    vertical-align: top;

}

.xq-box-color-title {

    font-size: 30px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 42px;
    color: rgba(204, 204, 204, 1);
    text-align: left;
    vertical-align: top;
    margin-top: 3%;
    background-image: linear-gradient(to right, rgba(69, 176, 53, 1) 0%, rgba(0, 150, 215, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    /* 为了提高兼容性，可以添加其他浏览器的前缀 */
    background-clip: text;
    color: transparent;
    /* 作为非Webkit内核浏览器的后备方案 */

}

.xq-box-content {
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 46px;
    color: rgba(44, 44, 44, 1);
    text-align: left;
    vertical-align: top;

}

.divider {
    margin: 2% 0 2% 0;
    border: 1px solid rgba(229, 229, 229, 1);
    height: 1px;

}

.divider img {
    position: relative;
    top: -12px;
}

.line {
    margin: 2% 0 2% 0;
    height: 5px;
    line-height: 5px;
}

.xq-box-row-item-img {
    display: flex;
    justify-content: center;
    flex-direction: column;
    background: rgba(248, 248, 248, 1);
    box-shadow: 0px 5px 18px rgba(30, 53, 110, 0.1);
    margin-top: 50px;
    flex-basis: calc(50% - 10px);
    /* 减去间距的一半以保持间隔 */
}

.xq-box-row-item-img img {
    width: 100%;
    height: 620px;
    /* 保持图片的宽高比 */
    object-fit: contain;
    /* 覆盖并保持宽高比 */
}

.xq-box-row-item-text-center {
    margin-top: 10px;
    align-self: center;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 32px;
    color: rgba(44, 44, 44, 1);
    text-align: center;
    vertical-align: top;
    margin: 15px 0 15px 0;
}

.xq-box-row-item-right-border {
    min-width: 10px;
    background: linear-gradient(to top, rgba(69, 176, 53, 1) 0%, rgba(0, 150, 215, 1) 100%);

}

.xq-box-row-item-left-border {
    position: absolute;
    left: 0px;
    top: 5%;
    margin: 5%;
    height: 60%;
    width: 2px;
    background: linear-gradient(to top, rgba(69, 176, 53, 1) 0%, rgba(0, 150, 215, 1) 100%);
}


.xq2-box {
    margin-top: 3%;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    opacity: 1;
    background: rgba(245, 245, 245, 1);
    justify-content: space-between;

}

.xq2-box-item {
    padding: 5%;
    flex-direction: column;
    position: relative;
}

.xq2-box-item-title {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 42px;
    color: rgba(44, 44, 44, 1);
    text-align: left;
    vertical-align: top;

}

.xq2-box-item-content {
    width: 100%;
    flex-grow: 1;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 30px;
    color: rgba(44, 44, 44, 1);
    text-align: left;
    vertical-align: top;
    margin-top: 5%;
}

.xq2-box-item-img {

    min-height: 100%;

    line-height: 100%;

}
.xq-box-row-number {
    opacity: 1;
    border-radius: 20px 0px, 0px, 0px;
    background: linear-gradient(180deg, rgba(245, 250, 254, 1) 0%, rgba(229, 243, 255, 1) 100%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 38px 97px 38px 97px;
    width: 49%;
    margin: 1%;
}

.xq-box-row-number-title {

    font-size: 40px;
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 52.79px;
    color: rgba(204, 204, 204, 1);
    text-align: left;
    vertical-align: top;
    margin-top: 3%;
    background-image: linear-gradient(to right, rgba(69, 176, 53, 1) 0%, rgba(0, 150, 215, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    /* 为了提高兼容性，可以添加其他浏览器的前缀 */
    background-clip: text;
    color: transparent;

}

.xq-box-row-number-subtitle {

    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 36px;
    color: rgba(102, 102, 102, 1);
    text-align: left;
    vertical-align: top;

}

.xq-box-row-swiper-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.xq-box-row-swiper-img {
    width: 366px;
    height: 540px;
    object-fit: contain;
}

.xq-box-row-swiper-title {
    margin-top: 5%;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 36px;
    color: rgba(102, 102, 102, 1);
    text-align: center;
    vertical-align: top;

}

.xq-box-row-swiper-subtitle {
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 44px;
    color: rgba(44, 44, 44, 1);
    text-align: center;
    vertical-align: top;

}

@media (max-width: 599px) {
    .xq-box-row-item {
        width: 100%;
        flex-direction: column;
    }

    .xq-box-row-item-2 {
        width: 100%;
        margin-top: 5px;
        padding-left: 10%;

    }

    .xq-box-row-item-2:nth-child(2) {
        border-right: none;
    }

    .xq-box-row-item-2-2 {
        margin-top: 5px;
        padding-left: 10%;
        margin-left: 0%;
        flex-basis: 100%;
    }

    .xq-box-row-item-2-2 li {
        flex-basis: 100%;
    }

    .xq-box-row-item-img {
        flex-basis: calc(100% - 10px);
        margin-top: 30px;
    }
    .xq-box-row-item-img img{
        height: auto;
    }
    .xq-box-row-item-title {
        align-self: center;
        margin: 20px 0px 20px 0px;
    }

    .xq-box-row-item-triangle {
        display: none;
    }

    .xq-box-row-item-icon {
        margin-top: 90px;
        align-self: center;
    }

    .xq-box-row-item-right-border {
        min-width: 100%;
        height: 10px;
        background: linear-gradient(to left, rgba(69, 176, 53, 1) 0%, rgba(0, 150, 215, 1) 100%);
    }

    .xq-box-row-item-left-border {
        display: none;
    }
    .xq-box-row-number {
        width: 100%;
        padding: 38px 27px 38px 27px;
    }
}

@media (min-width: 600px) and (max-width: 899px) {
    .xq-box-row-item {
        width: 100%;
        flex-direction: column;
    }

    .xq-box-row-item-2 {
        width: 100%;
        margin-top: 5px;
        padding-left: 10%;

    }

    .xq-box-row-item-2:nth-child(2) {
        border-right: none;
    }

    .xq-box-row-item-2-2 {
        margin-top: 5px;
        padding-left: 10%;
        margin-left: 0%;
        flex-basis: 100%;
    }

    .xq-box-row-item-2-2 li {
        flex-basis: 100%;
    }

    .xq-box-row-item-img {
        flex-basis: calc(100% - 10px);
        margin-top: 30px;
    }
    .xq-box-row-item-img img{
        height: auto;
    }
    .xq-box-row-item-title {
        align-self: center;
        margin: 20px 0px 20px 0px;
    }

    .xq-box-row-item-triangle {
        display: none;
    }

    .xq-box-row-item-icon {
        margin-top: 90px;
        align-self: center;
    }

    .xq-box-row-item-right-border {
        min-width: 100%;
        height: 10px;
        background: linear-gradient(to left, rgba(69, 176, 53, 1) 0%, rgba(0, 150, 215, 1) 100%);
    }

    .xq-box-row-item-left-border {
        display: none;
    }

    .xq2-box-item {
        width: 100%;
    }

    .xq2-box-item-img {
        width: 100%;
    }

    .xq2-box-item-title {
        font-size: 26px;
    }
    .xq-box-row-number {
        width: 100%;
        padding: 38px 27px 38px 27px;
    }
}

@media (min-width: 1280px) {
    .xq-box-row {
        flex-wrap: nowrap;
    }

    .xq-box-row-item {
        width: 30%;
        width: 400px;
    }

    .xq-box-row-item-2 {
        max-width: 34%;
        min-width: 37%;
    }

    .xq2-box-item {
        width: 49%;
    }

    .xq2-box-item-img {
        width: 49%;
    }

    .xq-box-row-item-2-2 {
        max-width: 34%;
        min-width: 37%;

    }

    .xq-box-row-item-img {
        width: 49%;
    }

    .xq-box-row-item-title {
        align-self: center;
        margin: 5% 0px 5% 0px;
        width: 300px;
        text-wrap: wrap;
    }

    .xq-box-row-item-icon {
        margin-left: 47px;
    }

    .xq-box-row-number-item {
        width: 50%;
    }
}

@media (min-width: 900px) and (max-width: 1279px) {
    .xq-box-row-item {
        width: 100%;
        flex-direction: column;
    }

    .xq-box-row-item-2 {
        width: 100%;
        margin-top: 5px;
    }

    .xq-box-row-item-2:nth-child(2) {
        border-right: none;
    }

    .xq-box-row-item-2-2 {
        margin-top: 5px;
        margin-left: 0%;
        flex-basis: 100%;
    }

    .xq-box-row-item-img {
        width: 100%;
        margin-top: 30px;
    }

    .xq-box-row-item-title {
        align-self: center;
        margin: 5% 0px 5% 0px;
    }

    .xq-box-row-item-triangle {
        display: none;
    }

    .xq-box-row-item-icon {
        margin-top: 90px;
        align-self: center;
    }

    .xq-box-row-item-right-border {
        min-width: 100%;
        height: 10px;
        background: linear-gradient(to left, rgba(69, 176, 53, 1) 0%, rgba(0, 150, 215, 1) 100%);
    }

    .xq-box-row-item-left-border {
        display: none;
    }

    .xq2-box-item {
        width: 49%;
    }

    .xq2-box-item-img {
        width: 49%;
    }
    .xq-box-row {
        flex-wrap: nowrap;
    }
}


