.app_con{
    width: 100%;
}
.app_main{
    width: 100%;
    background-color: #f7f7f7;
}
.pla_hint{
    width: 100%;
    text-align: center;
    font-size: 30px;

    font-weight: 400;
    color: #333333;
    padding-top: 18px;
    padding-bottom: 4
    0px;
}
.pla_hint_font{
    width: 954px;
    margin: 0 auto;
    text-align: center;
    font-size: 16px;

    font-weight: 400;
    color: #333333;
    line-height: 22px;

}
.app_ts{
    width: 100%;
}
.pla_introduce_main{
    /* padding-top: 30px; */
    padding-bottom: 40px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.pla_introduce_item{
    position: relative;
    width: 610px;
    /* min-height: 183px; */
    border: 1px solid #EEEEEE;
    background-color: #fff;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    appearance:normal;
    -webkit-appearance:normal;
    -moz-appearance:normal;
    -ms-appearance:normal;
    -o-appearance:normal;
}
.pla_introduce_item:hover{
    box-shadow: 0px 0px 43px 0px rgba(0, 0, 0, 0.08);
}
.pla_introduce_mg{
    margin-left: 40px;
}
.pla_introduce_item_img{
    display: block;
    width: 90px;
    height: 90px;
    /* margin: 0 38px; */
    margin-left: 40px;
    margin-right: 40px;
}

.pla_introduce_item_zi{
    width: 100%;
    padding-right: 36px;
}

.pla_introduce_item_hint{
    font-size: 18px;

    font-weight: 400;
    color: #333333;
    line-height: 22px;
    padding-bottom: 20px;
    padding-top: 36px;
}
/* .pla_introduce_item_xian{
    width: 54px;
    height: 3px;
    background: #ED6827;
    margin: 16px 0;
} */
.pla_introduce_item_font{
    font-size: 14px;

    font-weight: 400;
    color: #8A8A8A;
    line-height: 22px;
    min-height: 64px;
    padding-bottom: 36px;

}
/* .pla_introduce_item:hover .item_hover{
    width: 100%;
}
.item_hover{
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 0;
    height: 2px;
    background-color: #ED6827;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
} */
.app_js{
    width: 100%;
    background-color: #f7f7f7;
    padding-bottom: 70px;
}
.new_scene_main{
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding-bottom: 50px;
}
.new_scene_main_item{
    width: 390px;
    background-color: #fff;
    position: relative;
}
.new_scene_main_item_img{
    width: 104px;
    height: 104px;
    margin: 40px auto 40px auto;
    position: relative;
}
.new_scene_main_item_img_one{
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0
}
.new_scene_main_item_img_two{
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
}
.new_scene_item_hint{
    width: 100%;
    text-align: center;
    /* margin-left: 40px; */
    /* padding-top: 28px; */
    font-size: 18px;

    font-weight: 400;
    color: #333333;
    line-height: 22px;
}
.new_scene_item_font{
    text-align: center;
    font-size: 14px;

    font-weight: 400;
    color: #8A8A8A;
    line-height: 22px;
    padding: 20px 30px 50px 30px;
}
.new_scene_main_item_mg{
    margin-left: 44px;
}
.new_scene_main_item:hover{
    box-shadow: 0 10px 28px rgba(4, 0, 0, 0.1);
    -webkit-box-shadow: 0 10px 28px rgba(4, 0, 0, 0.1);
    -moz-box-shadow: 0 10px 28px rgba(4, 0, 0, 0.1);
    -ms-box-shadow: 0 10px 28px rgba(4, 0, 0, 0.1);
    -o-box-shadow: 0 10px 28px rgba(4, 0, 0, 0.1);
}
/* .item_hover2{
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 0;
    height: 4px;
    background-color: #ED6827;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.new_scene_main_item:hover .item_hover2{
    width: 100%;
} */
@media screen and (max-width: 768px) {
    .app_h{
        display: none;
    }
    .pla_introduce_item{
        width: 90%;
    }
    .pla_introduce_mg{
        margin-left: 0;
        margin-top: 40px;
    }
    .new_scene_main_item_mg{
        margin-left: 0;
        margin-top: 50px;
    }
    .pla_hint_font{
        width: 90%;
    }
    .pla_hint{
        width: 90%;
        margin: 0 auto;
    }
    .app_js{
        padding-bottom: 0;
    }
}
