.digital_resources-box{
    background: url("../images/product/2-4-bj.png") no-repeat scroll center center / cover;
    padding: 20px;
    margin-bottom: 100px;
}

.digital_resources-box .left-img{
    background: url(../images/product/data-center.png) no-repeat scroll center center / cover;
    background-size: 100%;
    width: 60px;
    height: 60px;
}
/* 富文本 list */
.list-paddingleft-2{
    padding-left: 30px;
}

.swiper.swiper-banner img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper.swiper-banner .swiper-pagination-bullet{
    background-color: #FFF;
    opacity: 1;
}
.swiper.swiper-banner .swiper-pagination-bullet-active{
    background-color: var(--primary);
    opacity: 1;
}
.swiper.swiper-banner .swiper-slide{
    height: 60vh;
    min-height: 360px;
}

.swiper.swiper-product-service .swiper-slide {
    width: 600px;
    height: 300px;
} 
.swiper.swiper-product-service{
    margin-left: -10px !important;
    margin-right: -10px !important;
}
.swiper.swiper-product-service .swiper-wrapper .swiper-slide{
    height: 356px;
}
.swiper.swiper-product-service .swiper-wrapper .swiper-slide .product-service-item{
    padding:10px;
    overflow: hidden;
    height: 100%;
    display: block;
    box-sizing: border-box;
}
.swiper.swiper-product-service .swiper-wrapper .swiper-slide .product-service-item>div{
    box-shadow: 0px 0 5px 1px rgba(198, 211, 222, 0.86);
    overflow: hidden;
    height: 100%;
    transition: all 0.3s;
    /* background-color: #F7F8F9; */
    background-color: #FFF;
}
.swiper.swiper-product-service .swiper-wrapper .swiper-slide .product-service-item>div:hover{
    box-shadow: 0px 2px 10px 0px #98a2ab;
    transform: translateY(-4px);
}
.swiper.swiper-product-service .swiper-wrapper .swiper-slide .product-service-item>div:hover img{
    height: 160px;
}
.swiper.swiper-product-service .swiper-wrapper .swiper-slide .product-service-item>div:hover .title{
    color: var(--primary);
}

.swiper.swiper-product-service .swiper-wrapper .swiper-slide .product-service-item>div:hover .detail{
    color: var(--primary);
    height: 40px;
}
.swiper.swiper-product-service .swiper-wrapper .swiper-slide .product-service-item .detail{
    color: var(--primary);
    height: 0;
    line-height: 40px;
    overflow: hidden;
    transition: height 0.3s;
}

.swiper.swiper-product-service .swiper-wrapper .swiper-slide .product-service-item .detail .detail-btn{
    border: 1px solid var(--primary);
    border-radius: 20px;
    padding: 2px 10px;

}

.swiper.swiper-product-service .swiper-wrapper .swiper-slide .product-service-item .detail .detail-btn:hover{
    background-color: aliceblue;
}

.swiper.swiper-product-service .swiper-wrapper .swiper-slide .product-service-item img{
    height: 200px;
    width: 100%;
    object-fit: cover;
    transition: height 0.3s;
}
.swiper.swiper-product-service .swiper-wrapper .swiper-slide .product-service-item .title{
    font-weight: bold;
    font-size: 16px;
    margin: 12px 0;
}

.swiper.swiper-product-service .swiper-wrapper .swiper-slide .product-service-item .desc{
    line-height: 24px;
    font-size: 13px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.swiper-product-service .swiper-button-next:after, .swiper-rtl .swiper-button-prev:after,
.swiper-product-service .swiper-button-prev:after, .swiper-rtl .swiper-button-next:after{
    color: transparent;
}
.swiper-product-service.swiper:hover .swiper-button-next:after, .swiper-rtl .swiper-button-prev:after,
.swiper-product-service.swiper:hover .swiper-button-prev:after, .swiper-rtl .swiper-button-next:after{
    color: var(--primary);
}