.serve_all {
    display: flex;
    justify-content: center;
}
.mr20 {
    margin-right: 20px;
}
.titltxt2 {
    width: 100%;
    display: flex;
    justify-content: center;

    font-size: 18px;
    font-weight: 400;
    color: rgba(0,0,0,0.9);
    line-height: 18px;
}
.serve_item {
    margin: 0 10px;
    margin-top: 15px;
    padding: 24px 20px 48px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    /*justify-content: center;*/
    /*justify-content: space-between;*/
    max-width: 280px;
    height: 404px;
    background-color: #fff;
    position: relative;
}

.serve_item_top img {
    width: 63px;
    height: 67px;
}
.serve_item_title {
    font-size: 20px;
    font-weight: 500;
    color: rgba(0,0,0,0.9);
    line-height: 20px;
    margin: 30px 0 16px 0;
}
.serve_item_text {
    height: 125px;
    font-size: 15px;
    font-weight: 400;
    color: rgba(0,0,0,0.9);
    line-height: 25px;
    margin-bottom: 40px;
}
.serve_item_btn {
    position: relative;
    z-index: 999;
    /*background-color: #fff;*/
    display: flex;
    justify-content: center;
    align-items: center;
    width: 120px;
    height: 34px;
    border: 1px solid #00873F;

    font-size: 14px;
    font-weight: 500;
    color: #00873F;
    line-height: 14px;
}
.serve_item:hover .serve_item_bg{
    opacity: 1; /* 鼠标悬浮时展示背景图 */
}
.serve_item:hover .serve_item_btn {
    background-color: rgba(0, 135, 63, 1);
    color: #fff;
    cursor: pointer;
}
.serve_item_bg{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 280px;
    height: 244px;
    opacity: 0;
    transition: opacity 0.2s ease; /* 添加过渡效果，让显示/隐藏更平滑 */
}

.yellow_line {
    margin-top: 10px;
    width: 50px;
    height: 4px;
    background: #FAC83E;
}

.mytext1 {
    position: absolute;
    bottom: 30px;
    max-width: 230px;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 20px;
}

.mytext2 {
    margin-top: 15px;
    max-width: 480px;
    height: 40px;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 20px;
}

.mytext3 {
    max-width: 210px;
    height: 40px;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 20px;
    margin-top: 20px;
}

.mytext4 {
    width: 230px;
    height: 60px;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    margin-top: 20px;
    line-height: 20px;
}

.formAll_top {
    position: relative;
    /*background: linear-gradient(to right, #027883, #ffffff);*/
    background: url("../../img/slider-image/slider-image10.png") no-repeat;
    background-size: 100% 100%;
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.formAll_top_texts {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /*height: 189px;*/
    width: 1200px;
    /*padding-left: 35px;*/
}

.formAll_top_text1 {
    font-size: 44px;
    font-weight: 600;
    color: #FFD663;
    line-height: 44px;
    margin-bottom: 30px;
}

.formAll_top_piece {
    width: 50px;
    height: 6px;
    background: #FBC93B;
    margin-bottom: 19px;
}

.formAll_top_text2 {
    max-width: 625px;
    height: 120px;
    font-size: 20px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 30px;
}

.formAll_top_text3 {
    margin: 0 3px;
    line-height: 52px;
    font-size: 30px;
    font-weight: 700;
    color: #ffffff;
}

.solve {
    max-width: 1100px;
}
.solve_right {
    padding: 0;
    padding-left: 20px;
}
.mb20 {
    margin-bottom: 20px;
}
.solve_item {
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: linear-gradient(180deg, #ECF1F9 0%, #FFFFFF 100%);
    box-shadow: 0px 6px 14px 0px rgba(41,81,99,0.2);
}
.solve_item2 {
    padding: 32px 40px;
    display: flex;
    background: linear-gradient(180deg, #ECF1F9 0%, #FFFFFF 100%);
    box-shadow: 0px 6px 14px 0px rgba(41,81,99,0.2);
}

.solve_item_right {
    display: flex;
    flex-direction: column;
    align-items: baseline;
}

.solve_item_top {
    margin: 40px 0 50px 0;
    display: flex;
    align-items: center;
}

.solve_item_img{
    width: 64px;
    height: 67px;
}

.solve_item_top_text {
    font-size: 22px;
    font-weight: 600;
    color: #00873F;
    line-height: 30px;
    margin-left: 29px;
}

.solve_item_top_text2 {
    font-size: 22px;
    font-weight: 600;
    color: #00873F;
    line-height: 30px;
    margin-left: 39px;
    margin-bottom: 2px;
}

.solve_item_bottom_row {
    display: flex;
    align-items: center;
}

.solve_item_bottom_row2 {
    display: flex;
    align-items: center;
    margin-bottom: 11px;
}

.solve_item_bottom_dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(0,0,0,0.9);
    margin-right: 10px;
}

.solve_item_bottom_text {
    font-size: 18px;
    font-weight: 400;
    color: rgba(0,0,0,0.9);
    line-height: 34px;
}

.influence_all {
    width: 100%;
    background-color: skyblue;
}

.influence {
    width: 100%;
    display: flex;
}
.influence_left {
    width: 36%;
    background: url("../../img/dataServe/left1.png") no-repeat;
    background-size: cover;
    position: relative;
}

.influence_left_texts {
    position: absolute;
    right: 50px;
    top: 50px;
}
.influence_left_texts .text {
    display: flex;
    font-size: 32px;
    font-weight: 500;
    color: rgba(0,0,0,0.9);
    line-height: 32px;
    border-bottom: 6px solid transparent;
    padding-bottom: 20px;
    margin-bottom: 50px;
    transition: opacity 0.3s ease-in-out;
}
.triangle {
    position: absolute;
    right: -30px;
    display: none;
    transition: opacity 0.3s ease-in-out;
}
.triangle img{
    width: 15px;
    height: 22px;
}
.influence_right {
    width: 64%;
    min-height: 600px;
    background: url("../../img/dataServe/bg08.png") no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
}

.content {
    padding: 0 50px 0 85px;
    transition: opacity 0.3s ease-in-out;
}
.hidden {
    display: none;
}
.visible {
    display: block;
    opacity: 1;
}

.paragraph {

}

.paragraph_top {
    position: relative;
}

.paragraph_top_dot {
    top: 5px;
    left: -30px;
    position: absolute;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #fff;
}

.paragraph_top_text {
    font-size: 26px;
    color: #ffffff;
    margin-bottom: 15px;
}
.paragraph_text {
    font-size: 20px;
    line-height: 30px;
    color: #ffffff;
    margin-bottom: 30px;
}

#pcDiv {
    display: none;
}

#mobileDiv {
    display: none;
}

@media only screen and (min-width: 768px) {
    /* PC styles */
    #pcDiv {
        display: block;
    }
}

@media only screen and (max-width: 767px) {
    /* Mobile styles */
    #mobileDiv {
        display: block;
    }
}

.m_influence_top {
    display: flex;
    flex-direction: column;
    align-items: center;
}

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

.m_influence_label .labelText {
    display: flex;
    font-size: 28px;
    font-weight: 500;
    color: rgba(0,0,0,0.9);
    line-height: 32px;
    border-bottom: 4px solid transparent;
    padding-bottom: 10px;
    margin-bottom: 30px;
    transition: opacity 0.3s ease-in-out;
}

.c2ontent {
    background-color: #2bb7aa;
}
.pd20 {
    padding: 20px 20px 20px 40px;
}
.paragraph2 {

}

.paragraph2_top {
    position: relative;
}

.paragraph2_top_dot {
    top: 7px;
    left: -20px;
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #fff;
}

.paragraph2_top_text {
    font-size: 18px;
    color: #ffffff;
    margin-bottom: 15px;
}

.paragraph2_text {
    font-size: 16px;
    line-height: 30px;
    color: #ffffff;
    margin-bottom: 30px;
}
