.main_new {
    width: 1360px;
    margin: 0 auto;
}

/* 核心功能 */
.core_part {
    padding: 80px 0 100px;
}

#core_title {
    margin-bottom: 50px;
}

.core_part_cont {
    height: 504px;
    display: flex;
}

.core_part_cont ul {
    display: flex;
    flex-direction: column;
    margin-right: 50px;
}

.core_part_cont ul li {
    width: 400px;
    cursor: pointer;
}
.core_part_cont_item {
    position: relative;
    padding: 20px;
    height: 100%;
    overflow: hidden;
    box-sizing: border-box;
}

.core_part_cont_item span {
    font-weight: bold;
    font-size: 22px;
    color: rgba(51, 51, 51, 0.8);
    line-height: 24px;
}

.core_part_txt {
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
    text-align: justify;
    margin-top: 10px;
    display: none;
}

.core_part_list_active {
    background: linear-gradient(226deg, #5AADFE 0%, #1653FE 100%);
    border-radius: 16px 16px 16px 16px;
}

.core_part_list_active span {
    color: #fff;
}

.core_part_list_active .core_part_txt {
    display: block;
}

.core_part_main {
    width: 910px;
    height: 504px;
    background: #FFFFFF;
    border-radius: 12px 12px 12px 12px;
}

.core_part_main img, .core_part_item_img video {
    width: 100%;
    height: 504px;
    border-radius: 12px 12px 12px 12px;
    object-fit: cover;
}

.core_part_item {
    display: none;
}

.core_part_item.active_img {
    display: block;
}

@keyframes slideInOut {
    0% {
        left: -100%;
    }

    100% {
        left: 0;
    }
}

.core_part_list_item .isFill {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 16px;
}

/* 产品优势 */
.blue_greey {
    background: #F4F7FD;
}
#new_t_part {
    padding-top: 80px;
}
.pot_item_right_bg {
    display: flex;
    align-items: center;
    width: 766px;
    height: 550px;
    background: url('/Public/productImg/081/left_bg.png') 0 0 no-repeat;
    background-size: contain;
}
.pot_item_left_bg {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 766px;
    height: 550px;
    background: url('/Public/productImg/081/right_bg.png') 0 0 no-repeat;
    background-size: contain;
}
.pot_item_right img {
    height: 338px !important;
}
.new_v_part .pot_item {
    height: 640px;
}
.pot_item_left_title {
    font-size: 30px;
    font-weight: 700;
}
.new_v_part .pot_item_right {
    box-shadow: 0px 0px 20px 0px rgba(131,151,204,0.25);
}
.new_v_part .img_border_white{
    margin-left: 104px;
}
.new_v_part .img_border_greey{
    margin-left: -6px;
    border: 10px solid #fff;
    border-radius: 16px;
}
/* 方案对比 */
.sort_part {
    padding: 80px 0 100px;
}
#sort_part {
    margin-bottom: 75px;
}
.sort_bg {
    position: relative;
    display: flex;
    justify-content: space-between;
    background: rgba(255,255,255,0.6);
    box-shadow: 0px 0px 30px 0px rgba(89,151,250,0.25);
    border-radius: 16px 16px 16px 16px;
    border: 2px solid #FFFFFF;
}
.sort_bg ul:first-child {
    width: 248px;
}
.sort_bg ul:nth-child(2) {
    position: absolute;
    left: 250px;
    z-index: 2025;
    flex: 1;
}
.max_bg {
    position: absolute;
    top: -46px;
    left: 250px;
    width: 600px;
    height: 454px;
    background: url('/Public/productImg/081/vs2.png') 0 0 no-repeat;
    background-size: 100% 100%;
}
.vs_bg {
    position: absolute;
    left: 750px;
    top: 135px;
    z-index: 2025;
    width: 104px;
    height: 104px;
    background: #FFFFFF;
    box-shadow: 0px 0px 8px 0px #C1D9FD;
    border-radius: 50%;
    text-align: center;
    line-height: 104px;
    font-weight: bold;
    font-size: 38px;
    color: #61A0FF;
}
.sort_bg ul:first-child li {
    padding-left: 50px;
}
.sort_bg ul:nth-child(2) li {
    display: flex;
    align-items: center;
    padding-left: 100px;
    width: 150%;
}
.sort_bg ul:last-child {
    width: 490px;
}
.sort_bg ul:last-child li {
    display: flex;
    align-items: center;
    padding-left: 120px;
}
.sort_bg ul li:first-child {
    height: 68px;
    line-height: 68px;
}
.sort_bg ul li:first-child span {
    font-weight: bold;
    font-size: 24px;
    color: #333333;
}
.sort_bg ul li {
    height: 58px;
    line-height: 58px;
    border-bottom: 1px solid #F4F7FD;
}
.sort_bg ul li:last-child {
    border: none;
}
.sort_bg ul li span{
    font-weight: 400;
    font-size: 20px;
    color: #333333;
}
.sort_bg ul li img {
    width: 21px;
    height: 21px;
    margin-right: 15px;
}
/* 客户评价 */
.user_part {
    padding: 80px 0 100px;
}
#user_part {
    margin-bottom: 50px;
}
.user_part .scroll-container {
    overflow: hidden;
    width: 100%;
}
.scroll-row {
    overflow: hidden;
    white-space: nowrap;
    padding-bottom: 30px;
    position: relative;
}
.scroll-row:last-child {
    padding-bottom: 0;
}
.scroll-content {
    display: inline-block;
    white-space: nowrap;
}
@keyframes scrollLeft {
    0% { transform: translateX(0); }
    100% { transform: translateX(-33.33%); } /* 移动1/3距离 */
}

@keyframes scrollRight {
    0% { transform: translateX(-33.33%); }
    100% { transform: translateX(0); }
}
/* 鼠标悬停暂停 */
.scroll-row:hover .scroll-content {
    animation-play-state: paused;
}
.user_item {
    width: max-content;
    display: flex;
    flex-wrap: nowrap;
}
.user_item:first-child {
    margin-bottom: 27px;
}
.user_item_li {
    display: inline-flex;
    flex-direction: column;
    width: 635px;
    padding: 28px;
    background: #F4F5FA;
    border-radius: 6px 6px 6px 6px;
    margin-right: 30px;
}
.user_item .user_item_li:last-child {
    margin-right: 0;
}
.top_item {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.top_item img {
    width: 74px;
    height: 74px;
    border-radius: 26px 26px 26px 26px;
    margin-right: 15px;
}
.top_item .user_txt {
    display: flex;
    flex-direction: column;
}
.user_type {
    font-weight: 700;
    font-size: 28px;
    color: #333333;
}
.user_name {
    display: none;
    margin-top: 15px;
    font-size: 20px;
    color: #78848B;
}
.bottom_txt {
    font-size: 16px;
    color: #737A87;
    line-height: 32px;
    text-align: justify;
    white-space: normal;
}