.p_service1 {
    box-sizing: border-box;
}

.p_service1 .p_s_content {
    padding: 20px;
    box-sizing: border-box;
}

.p_i_title {
    font-size: 24px;
    font-weight: 1000;
    position: relative;
    text-align: center;
}

.p_i_title_line {
    width: 80px;
    height: 5px;
    margin: 0 auto;
    margin-top: 10px;
    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_c_3_card_tips {
    color: #808180;
    width: 50%;
    z-index: 10;
    margin: 0 auto;
    text-align: center;
    font-size: 14px;
    margin-top: 20px;
    margin-bottom: 20px;
}

/* ----------- */
.p_service1 .p_s_gray {
    background-color: #f7f7f5;
}

.p_service1 .p_s_content .card_list {
    width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 20px;
    padding: 20px;
    box-sizing: border-box;
    margin-top: 80px;
}

.p_service1 .p_s_content .card_list .card {
    height: 229px;
    background: #ffffff;
    border-radius: 10px;
    border: 1px solid #eaeaea;
    box-sizing: border-box;
    position: relative;
    color: #fff;
}

/* 卡片hover效果 */
.p_service1 .p_s_content .card_list .card:hover {
    color: #000;
}
.p_service1 .p_s_content .card_list .card:hover .image {
    display: none;
}

.p_service1 .p_s_content .card_list .card:hover .img .img1 {
    display: none;
}
.p_service1 .p_s_content .card_list .card:hover .img .img2 {
    display: block;
}
/* 卡片hover效果 */

.p_service1 .p_s_content .card_list .card .img {
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 60px;
    border-radius: 80px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
}
.p_service1 .p_s_content .card_list .card .img .img_dom {
    width: 120px;
    height: 120px;
}
.p_service1 .p_s_content .card_list .card .img .img1 {
    display: block;
}
.p_service1 .p_s_content .card_list .card .img .img2 {
    display: none;
}
.p_service1 .p_s_content .card_list .card .image {
    width: 100%;
    height: 100%;
}
.p_service1 .p_s_content .card_list .card .case {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 20px;
}

.p_service1 .p_s_content .card_list .card .case .title {
    font-weight: bold;
    text-align: center;
    margin-top: 40px;
}

.p_service1 .p_s_content .card_list .card .case .text {
    padding: 0 32px;
    /* color: #808180; */
    font-size: 13px;
}

.p_service1 .p_s_content .image_box {
    width: 1500px;
    height: 800px;
    margin: 0 auto;
    position: relative;
}
.p_service1 .p_s_content .image_box .image_box_postion_text {
    position: absolute;
    top: 32.2%;
    left: 44.6%;
    color: #fff;
    font-size: 14px;
}

.p_service1 .p_s_content .image_box img {
    width: 100%;
    height: 100%;
}
