@font-face {
    font-family: 'Kingsoft_Cloud_Font';
    src: url('/typeface/Kingsoft_Cloud_Font.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
/*产品与服务-智能数据基座开始*/
/*banner通用样式开始*/
.banner_con {
    text-align: center;
    position: absolute;
    top: 222px;
    left: 50%;
    transform: translateX(-50%);
}

.banner_con .bannerTitle {
    font-family: Kingsoft_Cloud_Font;
    font-size: 68px;
    color: #FFFFFF;
}

.banner_con .bannerSubtitle {
    width: 923px;
    font-size: 26px;
    color: #FFFFFF;
    line-height: 38px;
    margin: 20px 0 50px 0;
}
/*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;
}

.main_con .manage_introduce {
    width: 100%;
    padding-top: 100px;
    background: #FFFFFF;
}

.main_con .manage_introduce .introduceDescribe {
    font-size: 16px;
    color: #3A3D4B;
    line-height: 28px;
    text-align: center;
    margin: 24px 0 60px 0;
}

.main_con .manage_introduce .videoBox {
    width: 1200px;
    height: 500px;
    margin: auto;
    border-radius: 16px;
    text-align: center;
    background: #040C0F;
    box-shadow: 0px 2px 12px 0px rgba(78,123,160,0.15);
}

.product_structure {
    height: 725px;
    padding-top: 100px;
    background: url("../img/productionServices/dataIntelligent/corAdvantagesBg.png") no-repeat;
    background-size: cover;
}

.product_structure .titleLine {
    margin-bottom: 50px;
}

.product_structure .advantage {
    width: 1200px;
    height: 583px;
    margin: auto;
    display: flex;
    justify-content: space-between;
}

.product_structure .advantage .advantageLeft {
    width: 868px;
    height: 414px;
    padding: 32px;
    background: #F9F9F9;
    border-radius: 8px;
    border: 2px solid #FFFFFF;
}

.product_structure .advantage .advantageLeft .title {
    font-weight: 600;
    font-size: 18px;
    color: #181818;
    line-height: 25px;
    margin-bottom: 18px;
}

.product_structure .advantage .advantageLeft .detailCon {
    display: flex;
    justify-content: space-between;
}

.advantageLeft .detailCon .detail {
    width: 372px;
    height: 300px;
}

.advantageLeft .detailCon .detail .detailName {
    font-weight: 600;
    font-size: 16px;
    color: #0E9AFF;
    line-height: 22px;
}

.advantageLeft .detailCon .detail {
    width: 372px;
    height: 300px;
}

.advantageLeft .detailCon .detail ul {
    height: 46px;
    margin: 16px 0 24px;
}

.highEfficiency .detailCon .detail ul {
    height: 24px;
}

.highEfficiency .detailCon .detail .detailBg {
    height: 224px !important;
}

.advantageLeft .detailCon .detail li {
    font-weight: 400;
    font-size: 14px;
    color: rgba(0,0,0,0.65);
    line-height: 22px;
    margin-bottom: 16px;
    display: flex;
}

.advantageLeft .detailCon .detail li img {
    width: 11px;
    height: 8px;
    padding-top: 7px;
    margin-right: 8px;
}

.advantageLeft .detailCon .detail .detailBg {
    width: 373px;
    height: 196px;
    background: #FFFFFF;
    box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.1);
    border-radius: 8px;
}

.product_structure .advantage .advantageRight {
    width: 300px;
    height: 414px;
    padding: 48px 24px;
    border-radius: 8px;
    background: url("../img/productionServices/dataIntelligent/efficiencyBg.png") no-repeat;
    background-size: cover;
    cursor: pointer;
}

.product_structure .advantage .highEfficiency {
    display: none;
}

.product_structure .advantage .advantageRight .title {
    font-weight: 600;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 25px;
}

.product_structure .advantage .advantageRight .describe {
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 20px;
    margin-top: 14px;
}

/*业务场景*/
.main_con .product_scene {
    width: 100%;
    padding: 100px 0 50px 0;
    background: #fff;
}

.main_con #scene_container {
    width: 1200px;
    min-height: 313px;
    margin: auto;
    margin-top: 50px;
    font-size: 0;
    overflow-y: hidden; /* 隐藏横向滚动条 */
    white-space: nowrap;
    position: relative; /* 相对定位 */
}

.main_con .scene_item {
    position: relative;
    display: inline-block;
    width: 255px;
    height: 360px;
    margin: 0 30px;
    background-size: cover;
    cursor: grab; /* 鼠标样式 */
    transition: transform 0.3s ease; /* 添加过渡效果 */
    white-space: normal;
}
.main_con .scene_item .sceneIcon {
    width: 28px;
    height: 28px;
    position: absolute;
    top: 0;
    left: 0;
}

.main_con .scene_item .sceneBg {
    width: 254px;
    height: 78px;
    position: absolute;
    top: 101px;
    left: 0;
    opacity: 0;
    transform: translateY(-30%);
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.main_con .scene_item .title {
    height: 29px;
    font-weight: 500;
    font-size: 20px;
    color: #000000;
    line-height: 29px;
    font-style: normal;
    position: absolute;
    top: 56px;
    left: 0;
}

.main_con .scene_item .sceneLine {
    width: 254px;
    height: 1px;
    background: #E4E4E4;
    position: absolute;
    top: 101px;
    left: 0;
}

.main_con .scene_item .sceneCon {
    width: 245px;
    font-weight: 400;
    font-size: 16px;
    color: #53586C;
    line-height: 24px;
    text-align: justify;
    font-style: normal;
    position: absolute;
    top: 118px;
    left: 0;
}

.main_con .scene_item:first-child {
    margin-left: 0;
}

.main_con .scene_item:last-child {
    margin-right: 0;
}

.main_con .scene_item:hover .title {
    color: #0E9AFF;
}

.main_con .scene_item:hover .sceneBg {
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.main_con .scene_item:hover .sceneCon {
    position: absolute;
    top: 195px;
    left: 0;
}

.main_con .scene_item:hover .sceneLine {
    display: none;
}

/* 隐藏滚动条 */
.main_con #scene_container::-webkit-scrollbar {
    display: none;
}
.business_scenario {
    padding: 100px 0 50px 0;
}

.business_scenario .leftImgBox,.business_scenario .rightImgBox {
    width: 1200px;
    height: 423px;
    display: flex;
    background: #F6F9FD;
    border-radius: 16px;
    margin: auto;
    margin-Bottom: 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_structure .structureTransactionBg {
    width: 1200px;
    height: 583px;
    margin: auto;
    background: url("../img/dataOperate/dataTransaction/structureBg.png") no-repeat;
    background-size: cover;
}

#threeScenarios .scene_item {
    width: 380px;
    height: 364px;
    margin: 0 15px;
}

#threeScenarios .scene_item:first-child {
    margin-left: 0;
}

#threeScenarios .scene_item:last-child {
    margin-right: 0;
}

#threeScenarios .scene_item .sceneLine,
#threeScenarios .scene_item .sceneCon,
#threeScenarios .scene_item .sceneBg {
    width: 380px;
}

.advantageModule {
    padding: 100px 0;
    background: #F6F9FD;
}

#product_advantage {
    width: 1200px;
    margin: auto;
}

#product_advantage #product_advantage_nav {
    display: flex;
    flex-direction: column;
    height: 880px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: space-between;
    margin-top: 50px;
}

#product_advantage #product_advantage_nav .low {
    width: 572px;
    height: 330px;
    background: url("/img/dataTagManage/low.jpg");
    background-size: cover;
    border-radius: 1em;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 58px;
}

#product_advantage #product_advantage_nav .low h3 {
}

#product_advantage #product_advantage_nav .low p {
}

#product_advantage #product_advantage_nav .high {
    width: 572px;
    height: 500px;
    background: url("/img/dataTagManage/high.jpg");
    background-size: cover;
    border-radius: 1em;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 58px;
    padding-top: 168px;
}

#product_advantage #product_advantage_nav h3 {
    font-weight: 500;
    font-size: 18px;
    color: #FFFFFF;
    margin: 1em 0;
}

#product_advantage #product_advantage_nav p {
    font-size: 14px;
    color: rgba(255,255,255,0.85);
    line-height: 26px;
}
/*隐私计算核心功能*/
.product_services {
    position: relative;
    padding: 100px 0;
}

.product_services .titleLine {
    margin-bottom: 50px;
}

.product_services .servicesBox {
    width: 1200px;
    margin: auto;
    display: flex;
}

.product_services .servicesItem {
    width: 288px;
    height: 410px;
    padding: 24px;
    border-radius: 8px;
    margin: 0 8px;
    background: #fff;
}

.product_services .servicesItem img {
    width: 86px;
    height: 86px;
}

.product_services .servicesItem .whiteIcon {
    display: none;
}

.product_services .servicesTitle {
    font-weight: 500;
    font-size: 20px;
    color: #181818;
    line-height: 28px;
    margin: 50px 0 16px 0;
}

.product_services .servicesDetail {
    font-weight: 400;
    font-size: 16px;
    color: rgba(36,38,39,0.85);
    line-height: 26px;
    text-align: justify;
    font-style: normal;
}

.product_services .servicesItem:first-child {
    margin-left: 0;
}

.product_services .servicesItem:last-child {
    margin-right: 0;
}

.product_services .servicesItem:nth-child(1):hover {
    cursor: pointer;
    background: url("../img/dataOperate/privacyCompute/privacyBg.png") no-repeat;
    background-size: cover;
}

.product_services .servicesItem:nth-child(2):hover {
    cursor: pointer;
    background: url("../img/dataOperate/privacyCompute/modelingBg.png") no-repeat;
    background-size: cover;
}

.product_services .servicesItem:nth-child(3):hover {
    cursor: pointer;
    background: url("../img/dataOperate/privacyCompute/searchBg.png") no-repeat;
    background-size: cover;
}

.product_services .servicesItem:nth-child(4):hover {
    cursor: pointer;
    background: url("../img/dataOperate/privacyCompute/secureBg.png") no-repeat;
    background-size: cover;
}

.product_services .servicesItem:hover .blueIcon {
    display: none;
}

.product_services .servicesItem:hover .whiteIcon {
    display: block;
}

.product_services .servicesItem:hover .servicesTitle,
.product_services .servicesItem:hover .servicesDetail {
    color: #FFFFFF;
}
/*隐私计算-核心优势*/
.product_advantage {
    width: 100%;
    height: 686px;
    padding-top: 100px;
    background: url("../img/productionServices/privacyComputingPlatform/scenarioBg.png") no-repeat;
    background-size: cover;
}

.product_advantage .titleLine {
    margin-bottom: 50px;
}

.advantageBox {
    width: 1200px;
    margin: auto;
    display: flex;
    justify-content: space-between;
}

.advantageBox li {
    width: 227px;
    height: 380px;
    border-radius: 8px;
    padding: 50px 32px 0;
}

.advantageBox .odd {
    background: url("../img/productionServices/privacyComputingPlatform/oddBg.png") no-repeat;
    background-size: cover;
}

.advantageBox .even {
    background: url("../img/productionServices/privacyComputingPlatform/evenBg.png") no-repeat;
    background-size: cover;
}

.advantageBox li img {
    width: 32px;
    height: 32px;
    border-radius: 8px;
}

.advantageBox li .advantageTitle {
    font-weight: 500;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 28px;
    margin: 40px 0 12px;
}

.advantageBox li .advantageDescribe {
    font-weight: 400;
    font-size: 16px;
    color: rgba(255,255,255,0.85);
    line-height: 22px;
    text-align: justify;
    font-style: normal;
}
/*产品与服务-智能数据基座结束*/



















