.inside-banner-bg {
    width: 785px;
    height: auto;
    position: absolute;
    top: 31px;
    right: 0%;
}
.inside-banner-bg-m {
    width: 80%;
    height: auto;
    position: absolute;
    right: 0;
    bottom: 0;
}
.nav_main_con {
    width: 100%;
    height: 50px;
}
.ca_con {
    width: 100%;
}
.ca_kernel_hint {
    width: 100%;
    text-align: center;
    font-size: 30px;

    font-weight: 400;
    color: #333333;
    position: relative;
}
.ca_tc_con {
    width: 100%;
    display: flex;
    /* flex-wrap: wrap; */
    justify-content: center;
    padding-bottom: 40px;
}
.ca_tc_item {
    width: 400px;
    border: 1px solid #ededed;
}
.ca_ts_head {
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 18px;

    font-weight: 400;
    color: #333333;
    background: #eeeeee;
    text-align: center;
}
.ca_ts_img {
    width: 390px;
    max-height: 246px;
    margin: 0 auto;
    /* border: 1px dashed #ededed; */
    margin-top: 8px;
}
.ca_ts_img img {
    width: 100%;
}
.ca_ts_font {
    font-size: 14px;

    font-weight: 400;
    color: #000000;
    line-height: 22px;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 58px;
    margin-top: -30px;
}
.ca_tc_item_mg {
    margin-left: 35px;
}
.ca_cp_main {
    width: 1260px;
    margin: 0 auto;
    padding-bottom: 60px;
}
.ca_scene_tab_head {
    width: 100%;
    display: flex;
    justify-content: center;
}
.ca_scene_tab_head_h {
    display: block;
    width: 421px;
    height: 56px;
    line-height: 56px;
    border: 1px solid #e5e5e5;
    text-align: center;
    font-size: 18px;

    font-weight: 400;
    color: #999999;
}
.ca_bor {
    border-left: none;
    border-right: none;
}
.head_active {
    border-top: 3px solid #ed6827;
    color: #333333;
}
.ca_scene_tab_head_h:hover {
    border-top: 3px solid #ed6827;
    color: #333333;
}
.ca_scene_con {
    width: 100%;
    /* min-height: 568px; */
    border: 1px solid #e5e5e5;
    background-color: #fff;
}
.ca_scene_con_main {
    width: 100%;
    display: none;
}
.ca_scene_con_item {
    width: 100%;
    /* min-height: 568px; */
    display: flex;
    flex-wrap: wrap;
    /* align-items: center; */
}
.ca_scene_con_item img {
    /* width: 670px; */
    width: auto;
    height: 520px;
    display: block;
}
.ca_r_font {
    width: 474px;
    height: 100%;
    margin-left: 68px;
    margin-top: 40px;
}
.ca_r_head {
    font-size: 18px;

    font-weight: bold;
    color: #333333;
}
.ca_r_item_hint {
    display: flex;
    align-items: center;
    padding-top: 10px;
}
.ca_r_item_hint img {
    display: inline-block;
    width: 14px;
    height: 10px;
    margin-right: 8px;
}
.ca_r_item_hint span {
    display: inline-block;
    font-size: 14px;

    font-weight: 400;
    line-height: 30px;
    color: #333333;
}
.ca_r_item_font {
    font-size: 14px;

    font-weight: 400;
    color: #8a8a8a;
    /* line-height: 30px; */
    padding-left: 26px;
}
.ca_tab_show {
    display: block;
}
.ca_bb {
    border: 1px solid #e5e5e5;
    margin-top: 30px;
    width: 90%;
    margin-left: 34px;
    /* box-sizing: border-box; */
}
img {
    pointer-events: none !important;
}

@media screen and (max-width: 768px) {
    .ca_tc_item_mg {
        margin-left: 0;
        margin-top: 20px;
    }
    .ca_scene_tab_head {
        display: none;
    }
    .ca_scene_con_main {
        display: block;
    }
    .ca_tc_item {
        width: 90%;
    }
    .ca_ts_img {
        width: 90%;
    }
    .ca_cp_main {
        width: 100%;
    }
    .ca_scene_con_item img {
        width: auto;
        height: 300px;
        /* margin: 0 auto; */
    }
    .ca_r_font {
        margin-left: 0;
        margin-right: 20px;
    }
    .m_ca_r_head {
        padding-left: 30px;
    }
    .ca_r_item_hint img {
        width: 14px;
        height: 10px;
    }
    .ca_r_item_hint {
        width: 100px;
    }
    .ca_tc_con {
        flex-wrap: wrap;
    }
    .brbr {
        display: none;
    }
}
