@font-face {
    font-family: 'Kingsoft_Cloud_Font';
    src: url('/typeface/Kingsoft_Cloud_Font.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
.banner_con {
    text-align: center;
    padding-top: 260px;
}

.banner_con .bannerTitle {
    font-family: Kingsoft_Cloud_Font;
    font-size: 68px;
    color: #FFFFFF;
}

.banner_con .operateBtnBox {
    display: flex;
    justify-content: center;
}
/*banner通用样式结束*/
.main_con .titleLine {
    width: 42px;
    height: 6px;
    background: #0E9AFF;
    border-radius: 3px;
    margin: auto;
}
/*业务场景*/
.main_con .moduleTitle {
    font-weight: 500;
    font-size: 28px;
    color: #3A3D4B;
    line-height: 40px;
    text-align: center;
    margin-bottom: 12px;
}

.business_scenario {
    padding: 100px 0;
}

.main_con .introduceDescribe {
    font-size: 16px;
    color: #3A3D4B;
    line-height: 28px;
    text-align: center;
    margin: 24px 0 50px 0;
}

.business_scenario .scenarioBox {
    margin-top: 100px;
}

.business_scenario .leftImgBox,.business_scenario .rightImgBox {
    width: 1200px;
    height: 423px;
    display: flex;
    background: #F6F9FD;
    border-radius: 16px;
    margin: auto;
    margin-top: 50px;
    align-items: center;
    justify-content: space-between;
}

.business_scenario .leftImgBox .leftPart {
    width: 575px;
    height: 360px;
    padding: 32px;
    margin-right: 28px;
}

.business_scenario .rightImgBox .leftPart {
    width: 510px;
    position: relative;
    margin-left: 32px;
}

.business_scenario .leftImgBox .rightPart {
    width: 510px;
    margin-right: 32px;
    position: relative;
}

.business_scenario .rightImgBox .rightPart {
    width: 575px;
    height: 360px;
    margin-right: 32px;
}

.business_scenario .leftImgBox .rightPart .title,.business_scenario .rightImgBox .leftPart .title {
    font-weight: 600;
    font-size: 32px;
    color: #181818;
    line-height: 45px;
}

.business_scenario .leftImgBox .rightPart .describe,.business_scenario .rightImgBox .leftPart .describe {
    width: 511px;
    font-weight: 500;
    font-size: 16px;
    color: rgba(36,38,39,0.85);
    line-height: 26px;
    margin-top: 32px;
    text-align: justify;
    font-style: normal;
}

.business_scenario .leftImgBox .rightPart .describe .colorTitle,.business_scenario .rightImgBox .leftPart .describe .colorTitle {
    color: #0E9AFF;
}

/*服务价值*/
.product_scene {
    width: 100%;
    height: 643px;
    padding-top: 100px;
    background: url("../img/coreTechnology/sceneBg.png") no-repeat;
    background-size: cover;
}

.product_scene .moduleTitle {
    color: #FFFFFF;
}

.product_scene .titleLine {
    margin-bottom: 50px;
}

#application_scene {
    width: 1200px;
    margin: auto;
    font-size: 0;
    overflow-y: hidden; /* 隐藏横向滚动条 */
    white-space: nowrap;
    position: relative; /* 相对定位 */
}
.scene_item {
    position: relative;
    display: inline-block;
    width: 288px;
    height: 336px;
    margin: 0 8px;
    padding: 16px;
    border-radius: 8px;
    cursor: grab; /* 鼠标样式 */
    transition: transform 0.3s ease; /* 添加过渡效果 */
    white-space: normal;
}

.scene_item img {
    width: 60px;
    height: 60px;
    position: absolute;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
}

.scene_item .divider {
    width: 30px;
    height: 1px;
    text-align: center;
    background: rgba(221,221,221,0.5);
    position: absolute;
    top: 142px;
    left: 50%;
    transform: translateX(-50%);
}

.scene_item .title {
    width: 256px;
    font-weight: 500;
    font-size: 20px;
    color: #FFFFFF;
    text-align: center;
    line-height: 28px;
    position: absolute;
    top: 175px;
}

.scene_item .sceneCon {
    width: 256px;
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    color: rgba(255,255,255,0.85);
    line-height: 22px;
    position: absolute;
    top: 215px;
}

.scene_item:first-child{
    margin-left: 0;
}

.scene_item:last-child {
    margin-right: 0;
}

.scene_item:hover {
    cursor: pointer;
    background: #1A1C1E;
}

.scene_item:hover .divider {
    background: rgba(221,221,221,0.5);
}

/* 隐藏滚动条 */
#application_scene::-webkit-scrollbar {
    display: none;
}

/*隐私计算相关标准*/
.product_standard {
    position: relative;
}

.product_standard .standardTop {
    width: 100%;
    height: 423px;
    padding-top: 100px;
    background: url("../img/coreTechnology/privacyComputing/standardBg.png") no-repeat;
    background-size: cover;
}

.product_standard .standardTop .moduleTitle {
    color: #FFFFFF;
}

.product_standard .standardBottom {
    width: 100%;
    height: 323px;
    background: #FFFFFF;
}

.product_standard .standardCon {
    width: 1100px;
    height: 451px;
    background: #1A1C1E;
    border-radius: 16px;
    padding: 32px;
    position: absolute;
    top: 195px;
    left: 50%;
    transform: translateX(-50%);
}

.product_standard .standardCon img {
    width: 100%;
    height: 100%;
    border-radius: 12px;
}














