.riskbanner{
    width:100%;
    height:auto;
    background:url('../images/AIriskmanage/banner.png') no-repeat center top;
    background-size:cover;
    position:relative;
}
.riskbannerimg{
    width:100%;
    height:550px;
    background:url('../images/AIriskmanage/bannerimg.png') no-repeat;
    background-position:right top 155px;
}
.riskbannerh2{
    padding-top:195px;
    font-size: 82px;
    font-family: PangMenZhengDao-3;
    font-weight: 800;
    color: #30FFFF;
    display:flex;
    align-items:center;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    
    position: relative;
    left: -100%; /* 初始位置在页面左侧以外 */
    animation: slideIn .2s forwards; /* 使用动画实现从左侧划入效果 */
}

.riskbannerh2 img{
    margin-left:24px;
}
.riskbannerspan1{
    color:#fff;
    font-family: PangMenZhengDao-3;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}
.riskbannerspan2{
    font-size: 34px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
    opacity: 0.8;
}
.riskbannermiddle{
    margin:42px 0 40px;
    display:flex;
    
    position: relative;
    left: -100%; /* 初始位置在页面左侧以外 */
    animation: slideIn 1s forwards; /* 使用动画实现从左侧划入效果 */
}
.riskbannermiddle p:first-child{
    width:220px;
    height:60px;
    border:1px solid #fff;
    font-size: 26px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #30FFFF;
    line-height:60px;
    text-align:center;
    box-sizing: border-box;
}
.riskbannermiddle p:last-child{
    width:274px;
    height:60px;
    font-size: 26px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #0733E3;
    line-height:60px;
    text-align:center;
    background:#fff;

}
.riskbannerljzx{
    width: 160px;
    height: 48px;
    background: #30FFFF;
    line-height:48px;
    text-align:center;
    font-size: 20px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #010752;
    cursor:pointer;
    
    position: relative;
    left: -100%; /* 初始位置在页面左侧以外 */
    animation: slideIn 2.5s forwards; /* 使用动画实现从左侧划入效果 */
}

.risktitleh3{
    font-size: 40px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
    margin:80px auto 58px;
    text-align:center;
}
.risktimeUl{
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
}
.risktimeLi{
    margin:0 auto 20px;
}
.risktimeLi1 img{
    animation: translate  3s ease-in-out infinite;
}
.risktimeLi2 img{
    padding-top:8px;
    animation: translate1  3s ease-in-out infinite;
}
.risktimeLi3 img{
    padding-top:23px;
    animation: translate  3s ease-in-out infinite;
}
.risktimeLi h4{
    font-size: 20px;
    font-family: Source Han Sans CN;
    font-weight: 700;
    color: #0C0C0C;
    margin:20px 0 32px;
}
.risktimeLiimg{
    width:400px;
    text-align:center;
    border-bottom:3px solid #C7C7C7;
    box-sizing:border-box;
    transition: width 2s linear;
}
.risktimeLi:hover .risktimeLiimg{
    border-bottom:3px solid #005DFF;
    /* width: 100%; */
}
.risktimeLimain{
    margin-top:40px;
}
.risktimeLimain p{
    padding:0 30px;
    width:320px;
    margin-bottom: 20px;
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #666;
    line-height: 30px;
}
.risktimeLimain p span{
    color:#333;
    font-weight: 900;
}

.risksystem{
    padding-bottom:80px;
}
.riskbgcolor{
    width:100%;
    background: rgba(0, 93, 255,.05);
}
.riskbgcolorh3{
    padding:80px 0 60px;
}
.risksystem .risksystemtext{
    font-size: 24px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
    line-height: 40px;
    text-indent: 2em;
    margin-bottom:58px;
}
.risksystem img{
    width:100%;
}

.corevalue .corevaluetext{
    font-size: 24px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
    line-height: 40px;
    margin-bottom:60px;
    text-indent:2em;
}

.corevalueUl{
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
    margin-bottom:40px;
}
.corevalueLi {
    width: 580px;
    height: 180px;
    border: 1px solid #E5EEFF;
    display:flex;
    position:relative;
    margin:0 auto 40px;
}
.corevalueLiimg{
    height:100%;
    width:220px;
    display:flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-right:1px solid #E5EEFF;
}
.corevalueLi:nth-child(1) .corevalueLiimg img,.corevalueLi:nth-child(4) .corevalueLiimg img{
    margin-bottom:18px;
    position:relative;
    animation:warn 2s infinite ease-out
}
.corevalueLi:nth-child(2) .corevalueLiimg img,.corevalueLi:nth-child(3) .corevalueLiimg img{
    margin-bottom:18px;
    position:relative;
    animation:warn1 2s infinite ease-out
}
.corevalueLiimg h4{
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
}
.corevalueLi .corevalueLitext{
    flex:1;
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #666666;
    line-height: 30px;
    height: 100%;
    display: flex;
    flex-direction:column;
    align-items: start;
    justify-content:center;
    padding:0 20px;
}
.corevalueLibg{
    width:100px;
    height:86px;
    background:url('../images/AIriskmanage/corevalueLibg.png') no-repeat;
    position:absolute;
    bottom:0;
    right:0;
}
.corevalueLispan{
    color: #333333;   
    font-weight: 600;
}

.riskproductUl{
    display:flex;
    justify-content:space-between;
    flex-wrap:wrap;
}
.riskproductLi{
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:start;
    width:200px;
    margin:0 auto 50px;
    padding:0 15px 20px;
}
.riskproductLi:hover{
    border: 1px solid #0474fc;
    border-radius:20px;
}
/* .riskproductLi:nth-child(1) img,.riskproductLi:nth-child(3) img,.riskproductLi:nth-child(5) img{
    animation:warn 2s infinite ease-out
}
.riskproductLi:nth-child(2) img,.riskproductLi:nth-child(4) img{
    animation:warn1 2s infinite ease-out
} */
.riskproductLi img{
    margin:27px 0;
}
.riskproductLi .riskproductLih5{
    margin-bottom:20px;
    font-size: 20px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #333333;
}
.riskproductLi .riskproductLip{
    text-align:center;
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #666666;
    line-height: 26px;
}
.riskScenarioUl{
    display:flex;
    justify-content:start;
    flex-wrap:wrap;
    margin-bottom:40px;
}
.riskScenarioLi{
    display:flex;
    flex-direction:column;
    align-items:center;
    width: 290px;
    height: 460px;
    background: #F2F7FF;
    border-radius: 20px;
    margin:0 10px 40px 0;
}
.riskScenarioLi:hover{
    box-shadow:0px 2px 5px 5px rgba(0, 123, 255, 0.5);
}
.riskScenarioLi img{
    margin:32px 0;
}
.riskScenarioLi:nth-child(1) img{
    margin:22px 0 32px;
    animation: translate  3s ease-in-out infinite;
}
.riskScenarioLi:nth-child(2) img{
    margin:56px 0 32px;
    animation: translate1  3s ease-in-out infinite;
}
.riskScenarioLi:nth-child(3) img,.riskScenarioLi:nth-child(5) img,.riskScenarioLi:nth-child(7) img{
    animation: translate  3s ease-in-out infinite;
}
.riskScenarioLi:nth-child(4) img{
    margin:36px 0 32px;
    animation: translate1  3s ease-in-out infinite;
}
.riskScenarioLi:nth-child(6) img{
    animation: translate1  3s ease-in-out infinite;
}

.riskScenarioLi .riskScenarioLih5{
    margin-bottom:32px;
    font-size: 20px;
    font-family: Source Han Sans CN;
    font-weight: 700;
    color: #333333;
}
.riskScenarioLi .riskScenarioLip{
    text-align:center;
    width: 240px;
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #666666;
    line-height: 30px;
}