.inside-banner-bg {
    width: 785px;
    height: auto;
    position: absolute;
    top: 31px;
    right: 0%;
}

.inside-banner .info {
	font-size: 24px;
}
.inside-banner-bg-m {
    width: 80%;
    height: auto;
    position: absolute;
    right: 0;
    bottom: 0;
}
.nav_main_con {
    width: 100%;
    height: 50px;
}
.ser_con {
    width: 100%;
}
.ser_fw {
    width: 100%;
}
.pla_hint {
    width: 100%;
    text-align: center;
    font-size: 30px;

    font-weight: 400;
    color: #333333;
    padding-top: 18px;
    padding-bottom: 20px;
    padding-top: 50px;
}
.pla_hint_font {
    width: 1020px;
    margin: 0 auto;
    text-align: center;
    font-size: 14px;

    font-weight: 400;
    color: #666666;
    line-height: 22px;
}
.ser_cj {
    width: 100%;
    background-color: #f4f4f4;
}
.new_scene_main {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding-bottom: 60px;
}
.new_scene_main_item {
    width: 612px;
    background-color: #fff;
    position: relative;
    border-bottom: 2px solid #e0e0e0;
    cursor: pointer;
}
.new_scene_main_item_img {
    width: 100%;
    height: 312px;
    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: left;
    padding-left: 50px;
    padding-top: 28px;
    font-size: 16px;
    font-family: PingFang-SC-Bold, PingFang-SC;
    font-weight: bold;
    color: #000000;
    line-height: 22px;
}
.new_scene_item_font {
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #424242;
    line-height: 20px;
    padding: 20px 50px 50px 50px;
}
.new_scene_main_item_mg {
    margin-left: 30px;
}
.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%;
}
.ser_ts {
    width: 100%;
    padding-bottom: 80px;
}

.new_cp_main {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.new_cp_main_item {
    width: 350px;
    height: 360px;
    cursor: pointer;
    padding-top: 50px;
}
.new_cp_main_item:hover {
    box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.08);
    border: 1px solid #e6e7eb;
}
.new_cp_main_item_img {
    border: 1px solid #e6e6e6;
    margin: 0 auto;
    width: 160px;
    height: 160px;
    border-radius: 50%;

    display: flex;
    justify-content: center;
    align-items: center;
}
.new_cp_main_item_img img {
    width: 90px;
    height: 90px;
}
/* .new_cp_main_item_img:hover {
    border: none;
    box-shadow: 0 0 10px rgba(4, 0, 0, 0.08);
} */
.new_cp_item_hint {
    width: 100%;
    text-align: center;
    padding-top: 28px;
    font-size: 20px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #242424;
    line-height: 28px;
}
.new_cp_item_font {
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #4c4c4c;
    padding: 10px 38px 30px 38px;
}
.new_cp_mg {
    margin-left: 6%;
}
img {
    pointer-events: none !important;
}

.but_aaa {
    display: block !important;
    color: #fff !important;
}
@media screen and (max-width: 768px) {
    .brbr {
        display: none;
    }
    .new_scene_main_item_mg {
        margin-left: 0;
        margin-top: 20px;
    }
    .pla_hint_font {
        width: 90%;
    }
    .new_scene_main_item {
        width: 90%;
    }
    .new_scene_main_item_img {
        height: 156px;
    }
    .new_cp_mg {
        margin-left: 0;
        margin-top: 20px;
    }
    .new_cp_main_item {
        width: 90%;
    }
}
