/*主体样式*/
.riskhead{
    height: 477px;
    background:url("../images/risk-pic1.jpg") no-repeat center;
    /* background: #D9E4E9;*/
}
.riskboty{
    height: 3900px;
    background:url("../images/risk-bgpic.jpg") no-repeat center;
}
.headline{
    height: 88px;
    margin:80px 0;
}
.riskpic{
    position:relative;
}
.riskpic >img{
    display:block;
}
.riskword{
    width: 348px;
    height: 200px;
    margin:20px 30px;
    color:white;
    position:absolute;
    top:0;

}
.riskword >p{
    font-size: 14px;
    text-align: justify;
}
.wordfr{
    right:0;
}
.riskbtn{
    text-align: center;
    padding-bottom: 30px;
}




.riskfoot{
    height: 390px;
    padding:80px 0;
    box-sizing: border-box;
    background: #fff;
}
.riskfoot >ul >li{
    text-align: center;
    float:left;
    margin-left:150px;

}
.riskfoot >ul >li:nth-child(1){
    background:url("../images/risk-icon01.png") no-repeat center top;
}
.riskfoot >ul >li:nth-child(2){
    background:url("../images/risk-icon02.png") no-repeat center top;
}
.riskfoot >ul >li:nth-child(3){
    width: 130px;
    background:url("../images/risk-icon03.png") no-repeat center top;
}
.riskfoot >ul >li:nth-child(1):hover{
    background:url("../images/risk-icon1.png") no-repeat center top;
}
.riskfoot >ul >li:nth-child(2):hover{
    background:url("../images/risk-icon2.png") no-repeat center top;
}
.riskfoot >ul >li:nth-child(3):hover{
    background:url("../images/risk-icon3.png") no-repeat center top;
}
.riskfoot >ul >li >a{
    display:inline-block;
    width: 100%;
    height:100%
}
.listword{
    margin-top:140px;
}
.listword >p{
    color:#20161A;
    text-align: center;
    line-height: 30px;
    font-weight: 600;
}