.banner-img {
    width: 100%;
}

.box-container {
    width: 1200px;
    margin: 0 auto;
}

/* 应用场景 */
.scene {
    overflow: hidden;
}

.scene-content {
    display: flex;
    justify-content: space-between;
}

.scene-type {
    display: flex;
    align-items: center;
    margin: 20px 0;
    justify-content: flex-end;
}

.scene-type p {
    min-width: 106px;
    height: 36px;
    background: #F6F6F6;
    font-size: 14px;
    color: #666666;
    line-height: 36px;
    text-align: center;
    margin-right: 10px;
    cursor: pointer;
    padding: 0 20px;
    border: 1px solid #E51D30;
    color: #E51D30;
}

.scene-img {
    width: 570px;
    height: 380px;
}

.scene-img img {
    width: 100%;
    height: 100%;
}

.scene-text {
    font-size: 18px;
    font-weight: 400;
    color: #252525;
    line-height: 28px;
    margin-bottom: 80px;
}

.left-scene-content {
    width: 546px;
}

.scene-list {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.scene-list span:nth-child(1) {
    width: 4px;
    height: 4px;
    background: #E51D30;
    border-radius: 2px;
    display: inline-block;
    margin-right: 15px;
}

.scene-list span:nth-child(2) {
    font-size: 16px;
    font-weight: 400;
    color: #303030;
}

.scene-title {
    font-size: 18px;
    font-weight: 500;
    color: #020202;
    margin-bottom: 20px;
    display: inline-block;
}

.gaishu-img {
    width: 100%;
    height: 350px;
}

.gaishu-content {
    display: flex;
    height: 310px;
    position: relative;
    top: -101px;
    margin-bottom: -61px;
}

.left-gaishu {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding-left: 30px;
    justify-content: center;
    padding-top: 80px;
}

.right-gaishu {
    width: 605px;
    padding: 48px;
    box-sizing: border-box;
    font-size: 16px;
    font-weight: 500;
    color: #FFFFFF;
    background: #E51D30;
    line-height: 23px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.left-gaishu h2 {
    font-size: 28px;
    font-weight: 500;
    color: #333333;
}

.left-gaishu span:nth-child(2) {
    font-size: 16px;
    font-weight: 600;
    color: #E51D30;
    margin-top: 6px;
    margin-bottom: 20px;
}

.left-gaishu span:nth-child(3) {
    width: 100px;
    height: 11px;
    background: #E51D30;
}

.advantage-box {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 40px;
    margin-bottom: 40px;
}

.advantage-box-less {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 40px;
    margin-bottom: 40px;
}

.advantage-title span:nth-child(1) {
    font-size: 48px;
    font-weight: bold;
    color: #E51D30;
    margin-right: 15px;
}

.advantage-title span:nth-child(2) {
    font-size: 16px;
    color: #292929;
}

.advantage-content {
    font-size: 14px;
    color: #292929;
    line-height: 24px;
    margin-top: 20px;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
}

.advantage-list {
    width: 25%;
    background: #F2F2F2;
    border: 1px solid #D8D8D8;
    padding: 20px;
    height: 240px;
    margin-right: -1px;
    margin-bottom: -1px;
    box-sizing: border-box;
    position: relative;
    /* overflow: hidden; */

}

.advantage-list-less {
    background: #F2F2F2;
    border: 1px solid #D8D8D8;
    padding: 20px;
    height: 240px;
    margin-right: -1px;
    margin-bottom: -1px;
    box-sizing: border-box;
    position: relative;
    flex: 1;
}

.advantage-list:nth-child(4),
.advantage-list:nth-child(6) {
    flex: 1 1 auto;
}

.advantage-list:nth-child(5),
.advantage-list:nth-child(6) {
    width: 50%;
    border: 1px solid #D8D8D8;
}

.advantage-list:nth-child(2) {
    width: 25.1%;
}

.advantage-pop {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #E51D30;
    top: 0;
    left: 0;
    color: #fff;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.35);
    /* display: flex;
    flex-direction: column; */
    padding: 10px 20px;

    transition: all 0.3s;
    z-index: 99;
    display: none;
}

.advantage-pop span:nth-child(1) {
    font-size: 48px;
    font-weight: bold;
    color: #FFFFFF;
    display: block;
}

.advantage-pop span:nth-child(2) {
    font-size: 14px;
    color: #FFFFFF;
    line-height: 24px;
    margin-top: 6px;
    display: block;
    overflow: hidden;
    display: -webkit-box;

}

.advantage-list:hover .advantage-pop {
    display: block;
}

.advantage-list-less:hover .advantage-pop {
    display: block;
}

.advantage-list:hover {
    overflow: visible;
}

/* 平台说明 */
.plaform-serve {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.left-platform {
    width: 372px;
    height: 462px;
    background: #E51D30;
    position: relative;
}

.platform-loop {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 20%;
}

.platform-services-img {
    width: 555px;
    height: 30px;
    margin-bottom: 30px;
    margin-left: -6px !important;
    display: block;
}

#platform {
    width: 534px;
    height: 301px;
}

.swiper-wrapper {
    width: 100%;
    height: 100%;
}

#platform img {
    width: 100%;
    height: 100%;
}

.swiper-button-prev-news {
    background-image: url(../../img/prev.png) !important;
    left: 380px;
    position: absolute;
    width: 27px;
    height: 44px;
    z-index: 9999 !important;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    cursor: pointer;
    top: 107%;
}

.swiper-button-next-news {
    background-image: url(../../img/next.png) !important;
    left: 437px;
    position: absolute;
    width: 27px;
    height: 44px;
    z-index: 9999 !important;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    cursor: pointer;
    top: 107%;
}

#platform-pagination {
    color: #373737 !important;
    bottom: -33px;
    left: 78px;
}

.right-platform {
    display: flex;
    flex-direction: column;
    width: 420px;
    margin-right: 70px;
}

.right-platform span:nth-child(1) {
    font-size: 18px;
    font-weight: bold;
    color: #000000;
    margin-bottom: 20px;
}

.right-platform span:nth-child(2) {
    font-size: 14px;
    font-weight: 400;
    color: #000000;
    line-height: 22px;
}

.scene-word {
    padding-left: 30px;
}
.scene h1{
    display:flex;
    align-items: center;
    justify-content: start;
}
.scene h1 span {
    display:inline-block;
    height: 26px;
    width: 6px;
    margin-right: 20px;
    background: #E51D30;

}


.scene-word div:nth-child(1) {
    font-size: 18px;
    font-weight: bold;
    color: #000000;
    margin-bottom: 15px;
}

.scene-word div:nth-child(2) {
    font-size: 14px;
    color: #696969;
    line-height: 22px;
}

.img-container {
    width: 534px;
    height: 301px;
}

.img-container img {
    width: 100%;
    height: 100%;
}

/* 产品优势 */

.ys-list-box {
    height: 420px;
    /* display: flex; */
    position: relative;
    overflow:hidden;
    overflow-y: auto;
    width: 486px;
    padding-right: 10px;
    /* justify-content: center; */
}


.ys-list {
    display: flex;
    margin-bottom: 35px;
}

.ys-list>span:nth-child(1) {
    width: 4px;
    height: 16px;
    background: #E51D30;
    margin-right: 6px;
    margin-top: 2px;
}

.ys-list span:nth-child(2) {
    display:inline-block;
    height:auto;
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    max-width: 440px;
}

.ys-list:last-child {
    margin-bottom: 0 !important;
}

.title-content {
    display: flex;
    flex-direction: column;
   width: 434px;
}

.title-content span:nth-child(1) {
    font-weight: bold;
    font-size: 16px !important;
    margin-bottom: 5px;
    height: auto;
}


/*滚动条样式*/
::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 4px;
    /*高宽分别对应横竖滚动条的尺寸*/
    height: 4px;
}

::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
    background: rgba(0, 0, 0, 0.02);
}

::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
    border-radius: 0;
    background: rgba(0, 0, 0, 0.01);
}

.push-center {
    justify-content: center;
}

.only5 .advantage-list {
    width: 33.41%;
}

.only5 .advantage-list:nth-child(4),
.only5 .advantage-list:nth-child(5) {
    width: 50%;
}