.index-slide {
    height: 726px;
    position: relative;
    background-color: #F3F7FF;
}

.index-slide .item-box {
    display: flex;
    overflow: hidden;
}

.index-slide li {
    width: 1920px;
    height: 726px;
}

.flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.index-slide .item-1 {
    /* background: url(../images/DistributionSolutions/DistributionSolutions-1.png) center top no-repeat; */
    background-size: 1920px 726px;
    background-position: center;
}

.index-slide .slide-block {
    position: absolute;
    display: flex;
    bottom: 20px;
    left: calc(50% - 90px);
}

.index-slide .slide-block li {
    width: 36px;
    height: 4px;
    background: #fff;
    border-radius: 4px;
    opacity: 0.4;
    margin-right: 12px;
}

.index-slide .slide-block li:last-child {
    margin-right: 0;
   
}

.index-slide .slide-block .cur {
    opacity: 1;
}

.section-box {
    height: 65px;
    border: 1px solid #EBEBEB;
}

.section-box .nav-list {
    margin: auto;
    width: 1200px;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: space-between;

}
.section-box .nav-list .screen{
    color: #336CFF;
    border-bottom: 2px solid #336CFF;
}
.section-box ul li {
    text-align: center;
    width: 200px;
    height: 65px;
    line-height: 65px;
    font-family: 'Source Han Sans', 'Noto Sans CJK SC', sans-serif;
    font-weight: 600;
    font-size: 18px;
    color: #333333;
 
}
.nav_box .item {
    display: none;
}
.section-2 .section-2-list {
    display: flex;
    justify-content: space-between;
    background: #F3F7FF;
    padding: 4px;
    border-radius: 64px;
    margin: auto;
    width: 500px;
}

.section-2 .nav-list li {
    width: 160px;
    text-align: center;
}
.section-2 .section-2-list li {
    padding: 12px 24px;
    border-radius: 24px;
    font-size: 16px;
    cursor: pointer;
    margin-right: 4px;
}

.section-2 .section-2-list li:last-child {
    margin-right: 0;
}

.section-2 .section-2-list li:hover {
    background: #296BEF;
    color: #fff;
    font-weight: bold;
}

.section-2 .section-2-list .cur {
    background: #296BEF;
    color: #fff;
    font-weight: bold;
}

.section-2 .item-list {
    width: 1200px;
    padding: 40px;
    margin-top: 48px;
    background-color: #FFFFFF;
    box-sizing: border-box;
    background-position: center;
    background-size: 100% 100%;

}
.vertical-text {
    writing-mode: vertical-rl; /* 文字从上到下，从右到左 */
    letter-spacing: 5px;
  }     
  .color_EAF1FF{
    background-color:#EAF1FF;
  }            
table {
    width: 100%;
   
}
.text-center{
    text-align: center;
}
td,th {
    padding: 16px;
    border: 1px solid #EBEBEB;
}
/* .section-2 .nav-content {
    display: flex;

}

.section-2 .item-list .item .nav-content .img-box {
    width: 354px;
    height: 438px;

}

.section-2 .nav-content .img-box img {
    width: 100%;
    height: 100%;
}

.section-2 .right-text {
    flex: 1;
    margin-left: 40px;
    box-sizing: border-box;
}

.section-2 .right-text h2 {
    font-family: 'Source Han Sans', 'Noto Sans CJK SC', sans-serif;
    font-weight: 600;
    font-size: 24px;
    margin-top: 40px;
}

.section-2 .right-text .text {
    font-family: 'Source Han Sans', 'Noto Sans CJK SC', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    margin-top: 24px;
}

.section-2 .tag-box {
    display: flex;
    align-items: center;
    margin-top: 50px;
}

.section-2 .tag-box li {
    width: 80px;
    height: 50px;
    font-family: 'Source Han Sans', 'Noto Sans CJK SC', sans-serif;
    font-weight: 400;
    font-size: 12px;
    color: #333333;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-between;
}

.section-2 .tag-box li img {
    width: 28px;
    height: 28px;
}

.section-2 .right-text .case {
    width: 136px;
    padding: 10px 24px 10px 24px;
    background: #336CFF;
    margin-top: 48px;
    border-radius: 6px 6px 6px 6px;
    font-family: 'Source Han Sans', 'Noto Sans CJK SC', sans-serif;
    font-weight: 500;
    font-size: 14px;
    color: #FFFFFF;
    display: flex;
    align-items: center;
} */