@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;
    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;
}

.main_con .introduceDescribe {
    width: 1200px;
    font-weight: 400;
    font-size: 16px;
    color: #3A3D4B;
    text-align: center;
    line-height: 28px;
    margin: 100px auto;
}
/*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;
}

.painSpotBox {
    padding: 100px 0;
    background: #F6F9FD;
}

.painSpotBox .painSpotCon {
    width: 1200px;
    height: 350px;
    display: flex;
    margin: auto;
    justify-content: space-between;
}

.painSpotBox .painSpotCon .leftCon {
    width: 311px;
    height: 350px;
    border-radius: 8px;
    background: url("/img/universalSolution/dataAssets/leftConBg.png") no-repeat;
    background-size: cover;
}

.painSpotBox .painSpotCon .rightCon {
    width: 868px;
    height: 350px;
    padding: 24px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-radius: 8px;
    background: url("/img/universalSolution/dataAssets/rightConBg.png") no-repeat;
    background-size: cover;
}

.rightCon .rightItem {
    width: 400px;
    height: 138px;
    padding: 32px;
    margin-bottom: 24px;
    background: rgba(255,255,255,0.25);
    box-shadow: 0px 0px 4px 0px rgba(14,154,255,0.06);
    border-radius: 8px;
    border: 2px solid;
    border-image: linear-gradient(180deg, rgba(255, 255, 255, 0.28), rgba(255, 255, 255, 1)) 2 2;
    backdrop-filter: blur(10px);
}

.rightCon .rightItem .title {
    font-weight: 500;
    font-size: 16px;
    color: #0E9AFF;
    line-height: 22px;
}

.rightCon .rightItem .detail {
    font-weight: 500;
    font-size: 14px;
    color: #3A3D4B;
    line-height: 20px;
    margin-top: 12px;
}

.business_scenario {
    padding: 100px 0;
}

.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_able {
    width: 100%;
}

.product_able .titleLine {
    margin-bottom: 50px;
}

.product_able .ableBox {
    width: 1200px;
    margin: auto;
    display: flex;
    justify-content: space-between;
}

.product_able .ableBox .ableItem {
    width: 380px;
    height: 390px;
    background: #FFFFFF;
    border-radius: 8px;
    margin: 0 15px;
    border: 1px solid #E3E7EB;
}

.product_able .ableBox .ableItem:first-child {
    margin-left: 0;
}

.product_able .ableBox .ableItem:last-child {
    margin-right: 0;
}

.product_able .ableBox .ableItem img {
    width: 380px;
    height: 182px;
    border-radius: 8px 8px 0px 0px;
}

.product_able .ableBox .ableItem .ableCon {
    padding: 32px;
}

.product_able .ableBox .ableItem .ableTitle {
    font-weight: 600;
    font-size: 18px;
    color: #181818;
    line-height: 25px;
    margin-bottom: 16px;
}

.product_able .ableBox .ableItem .ableDetail {
    font-weight: 400;
    font-size: 14px;
    color: rgba(36,38,39,0.85);
    line-height: 26px;
    text-align: justify;
    font-style: normal;
}

/*客户案例*/
.customerCasesBox {
    padding: 100px 0;
    position: relative;
}
.customerCasesBox .titleLine {
    margin-bottom: 50px;
}
.customerCases {
    position: relative;
    width: 1200px;
    height: 435px;
    overflow: hidden;
    margin: auto;
}
.customerCases .casesItem {
    display: none;
    width: 100%;
    height: 100%;
    padding: 24px;
    position: absolute;
    top: 0;
    left: 0;
    background: #FFFFFF;
    box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.1);
    border-radius: 8px;
    border: 1px solid #E3E7EB;
}
.customerCases .casesItem .titleBox {
    display: flex;
    justify-content: center;
}
.customerCases .casesItem .title {
    font-weight: 500;
    font-size: 16px;
    color: #0E9AFF;
    margin: auto;
    text-align: center;
    line-height: 26px;
    padding-bottom: 8px;
    display: inline-block;
    width: auto;
    border-bottom: 3px solid #0E9AFF;
}
.customerCases .casesItem .casesCon {
    display: flex;
    margin-top: 32px;
    align-items: center;
}
.customerCases .casesItem .casesLeft {
    width: 606px;
    height: 314px;
    margin-right: 32px;
}
.customerCases .casesRight .rightTitle {
    font-weight: 600;
    font-size: 16px;
    color: rgba(0,0,0,0.85);
    line-height: 22px;
}
.customerCases .casesRight .rightDetail {
    font-weight: 400;
    font-size: 16px;
    margin-top: 24px;
    color: rgba(36,38,39,0.85);
    line-height: 26px;
    text-align: justify;
    font-style: normal;
}
.casesItem.active {
    display: block;
}
.customerCasesBox .switchBtn {
    width: 58px;
    height: 108px;
    text-align: center;
    background: #E9E9E9;
    border-radius: 6px;
    position: absolute;
    bottom: 264px;
    cursor: pointer;
    color: black;
}
.customerCasesBox .prev-switchBtn {
    left: 278px;
}
.customerCasesBox .next-switchBtn {
    right: 278px;
}

.customerCasesBox .switchBtn img {
    width: 32px;
    height: 40px;
    margin-top: 32px;
}
.customerCasesBox .switchBtn:hover {
    background: #0E9AFF;
}
/*数据安全链路风险监测-客户价值*/
.product_price {
    width: 100%;
}

.product_price .titleLine {
    margin-bottom: 50px;
}

.product_price .ableBox {
    width: 1200px;
    margin: auto;
    display: flex;
    justify-content: space-between;
}

.product_price .ableBox .ableItem {
    width: 288px;
    height: 442px;
    background: #FFFFFF;
    border-radius: 8px;
    margin: 0 15px;
    border: 1px solid #E3E7EB;
}

.product_price .ableBox .ableItem:first-child {
    margin-left: 0;
}

.product_price .ableBox .ableItem:last-child {
    margin-right: 0;
}

.product_price .ableBox .ableItem img {
    width: 288px;
    height: 182px;
    border-radius: 8px 8px 0px 0px;
}

.product_price .ableBox .ableItem .ableCon {
    padding: 32px 28px;
}

.product_price .ableBox .ableItem .ableTitle {
    font-weight: 600;
    font-size: 18px;
    color: #181818;
    line-height: 25px;
    margin-bottom: 16px;
}

.product_price .ableBox .ableItem .ableDetail {
    font-weight: 400;
    font-size: 14px;
    color: rgba(36,38,39,0.85);
    line-height: 26px;
    text-align: justify;
    font-style: normal;
}
/*数据安全链路风险监测-用户痛点*/
.riskPainSpot {
    width: 1200px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.riskPainSpot .painSpotItem {
    width: 588px;
    height: 200px;
    padding: 52px 26px;
    margin-bottom: 24px;
    background: url("../img/universalSolution/riskMonitor/riskPainSpotBg.png") no-repeat;
    background-size: cover;
    box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.1);
    border-radius: 8px;
    border: 2px solid #FFFFFF;
}

.riskPainSpot .painSpotItem .title {
    font-weight: 600;
    font-size: 20px;
    color: rgba(0,0,0,0.85);
    line-height: 28px;
}

.riskPainSpot .painSpotItem .detail {
    width: 350px;
    font-weight: 400;
    font-size: 14px;
    color: rgba(0,0,0,0.65);
    line-height: 22px;
    margin-top: 24px;
}
/*数据资产管理与数据治理服务-用户痛点*/
.assetPainSpotBox {
    padding-top: 100px;
}
.assetPainSpot {
    width: 1200px;
    margin: auto;
    display: flex;
}

.assetPainSpot .leftCon {
    width: 380px;
    height: 550px;
    margin-right: 30px;
    padding: 380px 0 0 38px;
    box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.1);
    border-radius: 8px;
    border: 2px solid #FFFFFF;
    background: url("../img/universalSolution/assetGovernance/leftBg.png") no-repeat;
    background-size: cover;
}

.assetPainSpot .rightCon {
    width: 790px;
    height: 550px;
    flex-direction: column;
    justify-content: space-between;
}

.assetPainSpot .rightCon .rightItem {
    width: 790px;
    height: 260px;
    padding: 90px 0 0 38px;
    box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.1);
    border-radius: 8px;
    border: 2px solid #FFFFFF;
}

.assetPainSpot .rightCon .rightItem:first-child {
    background: url("../img/universalSolution/assetGovernance/firstRightBg.png") no-repeat;
    background-size: cover;
}

.assetPainSpot .rightCon .rightItem:last-child {
    background: url("../img/universalSolution/assetGovernance/lastRightBg.png") no-repeat;
    background-size: cover;
}

.assetPainSpotBox .assetPainSpot .title {
    font-weight: bold;
    font-size: 33px;
    color: #0E9AFF;
    line-height: 40px;
}

.assetPainSpot .detail {
    font-weight: 400;
    font-size: 14px;
    color: rgba(0,0,0,0.65);
    line-height: 22px;
    margin-top: 16px;
}
/*企业隐私计算平台建设和建模服务-用户痛点*/
.servicePainSpotBox {
    padding: 100px 0;
    background: #F6F9FD;
}

.servicePainSpot {
    width: 1200px;
    margin: auto;
    display: flex;
    justify-content: space-between;
}

.servicePainSpot .serviceItem {
    width: 380px;
    height: 378px;
    padding: 40px 24px 32px;
    background: #FFFFFF;
    text-align: center;
    box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.1);
    border-radius: 8px;
    border: 2px solid #FFFFFF;
}

.servicePainSpot .serviceItem .serviceIcon {
    width: 65px;
    height: 65px;
}

.servicePainSpot .serviceItem .title {
    font-weight: 600;
    font-size: 18px;
    color: #181818;
    line-height: 25px;
    margin: 40px 0 16px;
}

.servicePainSpot .serviceItem .detail {
    font-weight: 400;
    font-size: 14px;
    color: rgba(0,0,0,0.65);
    line-height: 22px;
    margin-bottom: 32px;
}

.servicePainSpot .serviceItem .arrowIcon,
.servicePainSpot .serviceItem .arrowBlueIcon{
    width: 40px;
    height: 40px;
}

.servicePainSpot .serviceItem .arrowBlueIcon {
    display: none;
}

.servicePainSpot .serviceItem:hover .arrowBlueIcon {
    display: inline-block;
}

.servicePainSpot .serviceItem:hover .arrowIcon {
    display: none;
}

