.service-box {
    width: 100%;
    min-height: 500px;
    box-sizing: border-box;
    border-radius: 0px;
    padding: 0px;
    margin: 0px;
}

.service-box::-webkit-scrollbar {
    width: 0px;
}

.service-list-box {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.service-list-box .lis-box-top {
    width: 100%;
    background: url('../static/images//backgrounds//logisticsBg01.png') 50% no-repeat;
    box-sizing: border-box;
    background-size: cover;
    padding: 30px 100px 50px 100px;
}

.service-list-box h4 {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-family: '微软雅黑';
}

.service-item-content {
    width: 100%;
    min-height: 500px;
    background: linear-gradient(180deg, #f3f5f8, #fff);
    border: 2px solid #fff;
    box-sizing: border-box;
    margin-top: 30px;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    padding: 30px;
}

.service-item-content .content-top-title {
    font-size: 20px;
    min-height: 80px;
    display: flex;
    align-items: center;
}

.content-bottom-box {
    display: flex;
    align-items: center;
    margin-top: 30px;
}

.content-bottom-box .content-bottom-left {
    flex: 1;
    height: 350px;
    margin-right: 50px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.content-bottom-left a {
    color: #fff;
    background-color: #409eff;
    width: 100px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
}

.content-bottom-left ul {
    margin: 0;
    padding: 0;
}

.content-bottom-left ul li {
    display: flex;
    gap: 50px;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.content-bottom-left ul li span {
    width: 80px;
    height: 30px;
    background-color: rgb(213, 222, 243);
    color: #409eff;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
}

.content-bottom-left ul li .left-text-box {
    flex: 1;
}

.content-bottom-left ul li .left-text-box .text-title {
    font-size: 16px;
    font-weight: bold;
}

.content-bottom-left ul li .left-text-box .text-content {
    font-size: 14px;
    color: #777;
    margin-top: 5px;
}

.content-bottom-box img {
    display: block;
    width: 500px;
    height: 350px;
    object-fit: cover;
}

.lis-box-bottom {
    width: 100%;
    min-height: 600px;
    background: url('../static/images//backgrounds//logisticsBg02.png') 50% no-repeat;
    box-sizing: border-box;
    background-size: cover;
    padding: 30px 100px 50px 100px;
}

.lis-box-bottom .bottom-title-box {
    width: 100%;
    height: 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}

.lis-box-bottom .bottom-title-box p {
    color: #777;
    margin-top: 10px;
}

.service-list-case {
    width: 100%;
    height: 100%;
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}

.service-list-case .list-case-item {
    width: 350px;
    height: 300px;
    background: linear-gradient(180deg, #f3f5f8, #fff);
    border: 2px solid #eee;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
    border-radius: 5px;
    overflow: hidden;
}

.service-list-case .list-case-item:hover {
    box-shadow: 8px 8px 20px rgb(128, 160, 211);
}

.service-list-case .list-case-item img {
    display: block;
    width: 350px;
    height: 300px;
    object-fit: cover;
    margin-bottom: 20px;
}