/* 轮播 */
.swiper-container .swiper-slide img {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.swiper-pagination-bullet {
    height: 8px!important;
    width: 8px!important;
}
.swiper-pagination-bullet-active {
	background: #fff!important;
}


/* 解决方案 */
.solution-block {
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 40px 15px 0 15px;
    background-color: #f1f1f1;
    background-image: url(../assets/image/index/solution_bg_m.webp);
    background-size: 100% auto;
}
.solution-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 40px;
    align-items: center;
}
.solution-item {
    width: 100%;
    display: flex;
    flex-direction: column;
    border-radius: 10px;
    position: relative;
    margin-bottom: 65px;
}
.solution-item > .img-block {
    position: relative;
    padding-top: 43%;
}
.solution-item .img-block img {
    display: block;
    width: 100%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.solution-item .item-bottom {
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    padding: 15px;
    background: #fff;
    font-size: 12px;
    color: #333;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.item-bottom > img {
    height: 45px;
    margin-right: 20px;
}
.solution-item:first-child .item-bottom > img:first-child {
    height: 50px;
}
.item-bottom > div p:first-child {
    color: #3732df;
    font-size: 18px;
    margin: 0;
}
.item-bottom > div p:first-child > span:last-child {
    font-size: 12px;
    background: #3732df;
    color: #fff;
    padding: 2px 8px;
    border-radius: 8px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    position: absolute;
    bottom: -35px;
    left: 50%;
    transform: translateX(-50%);
}
.item-bottom > div p:first-child > span:last-child > span {
    display: inline-block;
    width: 10px;
    height: 10px;
    line-height: 10px;
    text-align: center;
    border-radius: 50%;
    background: #fff;
    color: #3732df;
    padding: 0;
    margin-left: 5px;
}
.item-bottom > div p:last-child {
    margin: 10px 0 0 0;
    display: flex;
}
.item-bottom > div p:last-child span {
    border: 1px solid #333;
    border-radius: 4px;
    padding: 5px 8px;
    margin-right: 5px;
    text-align: center;
}

/* 关于我们 */
.about-us-block {
    display: flex;
    flex-wrap: wrap;
    background: #3732df;
}
.about-us-block img {
    order: 1;
    display: block;
    width: 100%;
    height: auto;
}
.about-us-text {
    order: 2;
    width: 100%;
    display: flex;
    flex-direction: column;
    color: #fff;
    padding: 40px 15px;
}
.about-us-text p{
    margin: 0 0 10px 0;
    text-align: center;
}
.about-us-text p:first-child {
    width: max-content;
    font-size: 16px;
    display: inline-block;
    margin: 0 auto 10px auto;
    position: relative;
}
.about-us-text p:first-child::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: -55px;
    width: 50px;
    height: 1.5px;
    background: linear-gradient(to right, #5c58e5, #f1f1f1);
}
.about-us-text p:first-child::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: -55px;
    width: 50px;
    height: 1.5px;
    background: linear-gradient(to left, #5c58e5, #f1f1f1);
}
.about-us-text p:nth-child(2) {
    font-size: 14px;
    margin-bottom: 40px;
}
.about-us-text p:last-child {
    text-indent: 2em;
    font-size: 12px;
    line-height: 1.5!important;
    text-align: justify;
}
.about-us-text span {
    display: none;
}


/* 优势 */
.advantages-block {
    margin: 0;
    padding: 40px 15px 0 15px;
    background: #f1f1f1;
}
.advantages-content {
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px;
}
.advantages-item {
    width: 100%;
    display: flex;
    margin-bottom: 40px;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
}
.advantages-item:last-child {
    margin-bottom: 0;
}
.advantages-item > div {
    padding: 20px 15px;
}
.advantages-item > div > div {
    display: flex;
    align-items: center;
}
.advantages-img-container {
    width: 40%;
    padding: 0!important;
}
.advantages-item .advantages-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.advantages-item .advantages-icon {
    height: 20px;
}
.advantages-item p {
    margin: 0;
}
.advantages-item .advantages-name {
    color: #3732df;
    font-size: 14px;
    margin-left: 10px;
    font-weight: bold;
}
.advantages-item .item-line {
    width: 100%;
    display: inline-block;
    border-bottom: 1px solid #3732df;
    margin: 5px 0 10px 0;
}
.advantages-item .advantages-des {
    font-size: 10px;
    color: #333;
    text-align: center;
    line-height: 1.5;
    text-align: left;
}

/* 产品中心 */
.product-title-block {
    width: 100%;
    background:rgba(0, 0, 0, .5) url(../assets/image/index/product_title_bg_m.webp);
    background-size: cover;
    display: inline-flex;
    align-items: center;
    padding: 40px 0;
}
.product-title-block .block-title,
.product-title-block .secondary-title {
    color: #fff;
}
.product-title-block .main-title::before {
    background: linear-gradient(to left, #fff, rgba(255, 255, 255, 0))
}
.product-title-block .main-title::after {
    background: linear-gradient(to right, #fff, rgba(255, 255, 255, 0))
}
.cate-container {
    padding: 30px 0;
}
.first-cate-block {
    width: 100%;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    overflow: auto;
}
.first-cate-block::after {
    flex: 1;
    content: '';
    display: block;
    height: 30px;
    border-bottom: 1px solid #3732DF;
}
.first-cate-block::-webkit-scrollbar {
    display: none;
}
.first-cate {
    height: 30px;
    display: flex;
    align-items: center;
    padding: 0 10px;
    cursor: pointer;
    font-size: 12px;
    color: #333;
    border: 1px solid transparent;
    border-bottom: 1px solid #3732DF;
    white-space: nowrap;
}
.first-cate-active {
    color: #3732DF;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border: 1px solid #3732DF;
    border-bottom: none;
}
.first-cate img {
    width: 20px;
    height: 20px;
    object-fit: contain;
    margin-right: 5px;
}
.second-cate-block {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.second-cate {
    width: 25%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 15px;
}
.second-cate img {
    width: 60px;
    height: 60px;
    margin: 0 auto;
    object-fit: contain;
}
.second-cate span {
    min-height: 23px;
    color: #333;
    font-size: 10px;
    margin-top: 10px;
    padding: 0 5px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.second-cate:hover img {
    transform: scale(1.2);
}
.second-cate:hover span {
    color: #3732df;
    transform: scale(1.1);
}

/* 新一代智能供应链平台 */
.platform-blcok {
    padding: 40px 15px;
    background: #f1f1f1;
}
.platform-blcok > img {
    display: block;
    width: 100%;
    height: auto;
    margin: 15px 0!important;
}
.platform-item {
    padding: 20px 15px;
    background: #fff;
    color: #333;
    font-size: 12px;
    text-align: left;
    line-height: 1.5;
    margin-top: 15px;
    border-radius: 10px;
}
.platform-item h3 {
    color: #3732DF;
    font-size: 14px;
    margin: 0;
    font-weight: bold;
}
.platform-item p {
    margin: 5px 0 0 0;
}
.platform-blcok .secondary-title {
    width: 100%!important;
}
/* 合作伙伴 */
.partners-block {
    padding: 40px 15px;
    background: url(../assets/image/partners/partners_bg_m.webp) 100% 100%;
    background-color: #fff;
    background-size: 100% auto;
    background-position: bottom;
    background-repeat: no-repeat;
}
.partners-block img {
    width: 100%;
    margin-top: 40px;
    display: block;
}

@media only screen and (max-width: 980px) and (min-width: 750px) {
    .advantages-content {
        justify-content: center;
    }
    .advantages-item {
        width: calc(50% - 10px);
        margin-right: 20px;
    }
    .advantages-item:nth-child(even) {
        margin-right: 0;
    }

    .advantages-block,
    .solution-block,
    .about-us-text,
    .platform-blcok,
    .cate-container,
    .partners-block,
    .footer-centen {
        padding: 40px 10% 0 10%d;
    }
    .content-r {
        right: 10%;
    }
}
@media only screen and (max-width: 750px) and (min-width: 414px)  {
    .advantages-block,
    .solution-block,
    .about-us-text,
    .platform-blcok,
    .cate-container,
    .partners-block,
    .footer-centen {
        padding: 40px 5%;
    }
    .content-r {
        right: 5%;
    }
}