.p_i_card_1 {
    background: #f7f7f5;
    position: relative;
    box-sizing: border-box;
    padding: 150px 0 50px 0;
    min-height: 700px;
}

.p_i_card_1 .p_i_card_1_l_img {
    width: 35%;
    height: 70%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
}

.p_i_card_1 .p_i_card_1_r_img {
    width: 35%;
    height: 70%;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 0;
}

.p_i_card_1_content {
    width: 1200px;
    margin: 0 auto;
    z-index: 10;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

.p_i_title {
    font-weight: 1000;
    position: relative;
    text-align: center;
    font-weight: 700;
    font-size: 36px;
    color: #3d3d3d;
    line-height: 52px;
    text-align: center;
    font-style: normal;
    text-transform: none;
}

.p_i_title_line {
    width: 80px;
    height: 5px;
    margin: 0 auto;
    margin-top: 0px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.p_i_title_line span {
    width: 40%;
    height: 100%;
    display: inline-block;
    background-color: #108cda;
    border-radius: 4px;
}

.p_i_tips {
    font-size: 14px;
    color: #999;
    margin-top: 20px;
    width: 60%;
    text-align: center;
}

.p_i_c_1_list {
    width: 60%;
    margin-top: 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

/* 首页产品卡片 */
.p_i_c_1_item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
}

#p_i_c_1_item_0 .p_i_c_1_item_title {
    color: #108cda;
}

.p_i_c_1_item .p_i_c_1_item_img {
    width: 120px;
    height: 120px;
}

.p_i_c_1_item_title {
    white-space: nowrap;
    padding-left: 10px;
    color: #3c3e42;
    position: relative;
}
.p_i_c_1_item:hover .p_i_c_1_item_title,
.p_i_c_1_item:hover .p_i_c_1_item_img {
    animation: pulse 0.5s ease-in-out;
}
.p_i_c_1_p_infolist {
    position: relative;
    width: 1200px;
    height: 600px;
    margin-top: 40px;
}

#p_i_c_1_card_0 {
    display: flex;
}

.p_i_c_1_card {
    padding: 10px;
    border-radius: 20px;
    width: 1200px;
    height: 600px;
    background-color: #fff;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    top: 0;
    display: none;
}
.p_i_c_1_card_img_box {
    width: 560px;
    height: 560px;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}

.p_i_c_1_card_img {
    width: 100%;
    height: 100%;
    border-radius: 20px;
    overflow: hidden;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
    display: none;
}
.p_i_c_1_card_img_0 {
    display: block;
}

.p_i_c_1_card_content {
    width: 560px;
    height: 560px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    box-sizing: border-box;
}

.p_i_c_1_card_content .c_title {
    font-weight: bold;
    font-size: 30px;
    /* 超出变省略号 */
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
    overflow: hidden;
}

.p_i_c_1_card_content .c_tips {
    font-size: 18px;
    color: #808180;
    height: 8rem;
}

.p_i_c_1_card .c_btns {
    font-size: 20px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(4, 1fr);
    gap: 20px;
    margin-top: 20px;
}

.p_i_c_1_btn_info_btn {
    background-color: #fff;
    border: 1px #e5e5e5 solid;
    padding: 10px;
    border-radius: 10px;
    font-size: 14px;
    color: #3c3e42;
    width: 15rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer !important;
    text-align: center;
}
.p_i_c_1_btn_info_0 {
    background-color: #108cda;
    color: #fff;
}

.c_more {
    color: #808180;
    font-size: 18px;
}
.c_more:hover {
    color: #108cda;
}
/* 首页产品卡片 END */

/* 视频轮播 */
.p_i_c_2_card {
    min-height: 450px;
    background-color: #fff;
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.p_i_card_2_l_img {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 40%;
    transform: scale(-1, -1);
}

.p_i_card_2_r_img {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 40%;
}

.p_i_c_2_card .p_i_swiper3D_box {
    width: 1200px;
}
/* 视频轮播 END */
/* 案例轮播 */
.p_i_c_3_card {
    position: relative;
    background-color: #f9f9f7;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    padding-top: 40px;
}

.p_i_card_3_l_img,
.p_i_card_3_r_img {
    position: absolute;
    top: 0;
    height: 100%;
    width: 30%;
    z-index: 0;
}

.p_i_card_3_l_img {
    left: 0;
}

.p_i_card_3_r_img {
    right: 0;
}

.p_i_c_3_card_box {
    width: 1200px;
    z-index: 99;
    margin: 0 auto;
}

.p_i_c_3_card_box .p_i_c_3_card_tips {
    color: #808180;
    width: 1200px;
    margin: 0 auto;
    z-index: 10;
    text-align: center;
    margin-top: 20px;
}
.p_i_card3_btns {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-top: 20px;
}
.p_i_card3_btn {
    background: rgba(0, 0, 0, 0);
    border: 1px #e5e5e5 solid;
    font-size: 14px;
    padding: 10px;
    border-radius: 5px;
    z-index: 10;
}
.p_i_card3_btn_0 {
    background-color: #108cda;
    color: #fff;
}

.p_i_c_3_card_swiper_box {
    width: 1200px;
    position: relative;
    height: 440px;
    overflow: hidden;
    position: relative;
}

.p_i_c_3_card_swiper {
    width: 1000px;
    height: 400px;
    z-index: 10;
    margin: 20px auto;
    position: absolute;
    display: block;
    left: 100px;
    z-index: 0;
    overflow: hidden;
    display: none;
}

.p_i_c_3_card_swiper_0 {
    /* opacity: 1;
    z-index: 10; */
    display: block;
}

.p_i_c_3_card_swiper .swiper-wrapper {
    width: 100%;
}

.p_i_c_3_card_swiper .swiper-slide {
    padding: 10px;
    box-sizing: border-box;
    width: 300px;
    margin-right: 50px;
}

.p_i_c_3_card_swiper .swiper-slide .swiper-slide-img {
    height: 100%;
    width: 100%;
    background-color: #eee;
    border-radius: 20px;
    position: relative;

    background-size: cover;
    background-position: center;
}

.p_i_c_3_card_swiper .swiper-slide .swiper-slide-img .cover_box {
    position: absolute;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(16, 140, 218, 0.5);
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    box-sizing: border-box;
    opacity: 0;
}

.p_i_c_3_card_swiper .swiper-slide .swiper-slide-img:hover .cover_box {
    opacity: 1;
}

.p_i_c_3_card_swiper
    .swiper-slide
    .swiper-slide-img
    .cover_box
    .cover_box_footer {
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
    background-color: #fff;
    border-radius: 10px;
    box-sizing: border-box;
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.p_i_c_3_card_swiper
    .swiper-slide
    .swiper-slide-img
    .cover_box
    .cover_box_footer
    .cover_box_footer_title {
    font-size: 12px;
    color: #108cda;
}

.p_i_c_3_card_swiper
    .swiper-slide
    .swiper-slide-img
    .cover_box
    .cover_box_footer
    .cover_box_footer_info {
    font-size: 18px;
    font-weight: bold;
    /* 超出变省略号 */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    /* height: 1.2rem; */
    width: 200px;
}

.p_i_c_3_card_swiper
    .swiper-slide
    .swiper-slide-img
    .cover_box
    .cover_box_footer
    .cover_box_footer_image {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.p_i_c_3_card_swiper_box .swiper_button_prev {
    width: 45px;
    height: 45px;
    background-image: url("/images/componets/arrow-circle.png");
    background-position: 0 0;
    background-size: 100% 100%;
    left: -95px;
    display: none;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%) rotate(180deg);
    cursor: pointer;
}
.p_i_c_3_card_swiper_box .swiper_button_next {
    width: 45px;
    height: 45px;
    background-image: url("/images/componets/arrow-circle.png");
    background-position: 0 0;
    background-size: 100% 100%;
    right: -95px;
    display: none;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}
.p_i_c_3_card_swiper_box .swiper_button_prev_0,
.p_i_c_3_card_swiper_box .swiper_button_next_0 {
    display: block;
}
/* 案例轮播 END */

/* 首页案例 */
.p_i_c_4_card {
    height: 537px;
    background-image: url(/images/index/6.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

.p_i_c_4_card_content {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-top: 80px;
}

.card_shadow {
    background-color: rgba(16, 140, 218, 1);
    box-shadow: 20px 20px 0px 0px rgba(16, 140, 218, 0.55);
    padding: 30px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-around;
    color: #fff;
    box-sizing: border-box;
    width: 580px;
    height: 300px;
}

.card_shadow_title {
    font-size: 25px;
    font-weight: bold;
}

.card_shadow_text {
    /* 超出 四行隐藏 */
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
}

.card_show_btn {
    background: rgba(255, 255, 255, 0.8);
    padding: 10px 20px;
    border-radius: 20px;
    border: none;
    color: #108cda;
    font-weight: 700;
    font-size: 14px;
    color: #108cda;
    line-height: 20px;
    text-align: center;
    font-style: normal;
    text-transform: none;
}
.card_show_btn:hover {
    transition: all 0.5s;
    transform: scale(1.1);
}

.card_items {
    position: relative;
    top: 20px;
    padding: 15px;
    box-sizing: border-box;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    grid-gap: 15px;
    /* background-color: rgba(16, 140, 218, 0.5); */
    width: 580px;
    height: 300px;
}

.card_items_card {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    background-color: rgba(255, 255, 255, 0.82);
    border-radius: 10px;
    cursor: pointer;
}

.card_items_card:hover {
    color: #108cda;
    background-color: #fff;
}

.card_items_card .title {
    font-size: 44px;
    font-weight: bold;
}

.card_items_card .image {
    width: 50px;
    height: 50px;
}

.p_i_c_4_card .card_items_card .c_i_c_text {
    width: 10rem;
}
/* 首页案例 END*/

/* 首页文章 */
.p_i_c_5_card {
    background: #fff;
    position: relative;
    box-sizing: border-box;
    padding: 50px 0 50px 0;
    min-height: 700px;
}

.p_i_card_5_content {
    width: 1200px;
    margin: 0 auto;
    z-index: 10;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    box-sizing: border-box;
}

.p_i_card_5_l_img,
.p_i_card_5_r_img {
    position: absolute;
    height: auto;
    width: 30%;
    z-index: 0;
}

.p_i_card_5_l_img {
    left: 0;
    bottom: 0;
}

.p_i_card_5_r_img {
    right: 0;
    top: 0;
    transform: rotate(180deg);
}

.p_i_c_5_card_btn {
    background-color: #fff;
    border: 1px #e5e5e5 solid;
    padding: 10px;
    border-radius: 10px;
    font-size: 14px;
    color: #808180;
    margin: 0 6px;
}

.p_i_c_5_card_btn_0 {
    background-color: #108cda;
    color: #fff;
}

.p_i_c_5_card_tips {
    color: #808180;
    width: 50%;
    z-index: 10;
    text-align: center;
}

.p_c_5_card_box {
    position: relative;
    width: 1200px;
    min-height: 520px;
}

.p_c_5_card {
    position: absolute;
    margin-top: 40px;
    display: none;
    flex-direction: row;
    /* align-items: center; */
    justify-content: space-around;
    width: 100%;
}

.p_c_5_card_0 {
    display: flex;
}

.p_c_5_card .card_l,
.p_c_5_card .card_r {
    width: 580px;
    min-height: 480px;
    box-sizing: border-box;
    border: 1px solid #eaeaea;
    overflow: hidden;
    border-radius: 20px;
    background-color: #fff;
}

.p_c_5_card_l_image {
    width: 100%;
    position: relative;
}

.p_c_5_card_l_image_date {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 5px 20px;
    background-color: #108cda;
    color: #fff;
    border-radius: 0 10px 0 0;
}

.p_c_5_card .card_l .image {
    width: 100%;
    height: 350px;
}

.p_c_5_card .card_l .info {
    padding: 20px;
    box-sizing: border-box;
    height: 140px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-around;
}

.p_c_5_card .card_l .info .title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    font-size: 16px;
    color: #3c3e42;
    line-height: 23px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    width: 100%;
}

.p_c_5_card .card_l .info .content {
    width: 535px;
    font-weight: 350;
    font-size: 14px;
    color: #808180;
    line-height: 20px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    /* 移除所有隐藏/截断相关样式（已注释，确认保留注释即可） */
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.p_c_5_card .card_r {
    padding: 10px 20px;
    box-sizing: border-box;
}

.p_c_5_card .card_r .line {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
    padding: 10px 0px;
    cursor: pointer;
    font-weight: 500;
    font-size: 16px;
    color: #3c3e42;
    /* 虚线边框 */
    border-bottom: 1px dashed #eaeaea;
}

.p_c_5_card .card_r .line:hover {
    color: #108cda;
}

.p_c_5_card .card_r .line:hover .time {
    color: #108cda;
}

.p_c_5_card .card_r .line .text {
    width: 70%;
    height: 30px;
    line-height: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
}

.p_c_5_card .card_r .line .time {
    width: 30%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    font-size: 0.8rem;
    text-align: right;
    color: #808180;
}

.comhove {
    font-size: 14px;
    margin-top: 12px;
}

.comhove span:hover {
    color: #108cda;
}
