.swiper-container{
    height: 100%;
}

.navbar li>a{
    color: #fff;
}
.headerSty .headCN{
    color: #fff;
}
.rencaiConMain{
    width: 100%;
    padding: 60px 0;
}
.rencaiTit_E{
    font-family: Alibaba PuHuiTi 3.0;
    font-size: 36px;
    font-weight: 250;
    line-height: 52px;
    letter-spacing: normal;
    color: #2A82E4;
    text-align: center;
}
.rencaiTit_Z{
    font-family: Alibaba PuHuiTi 3.0;
    font-size: 36px;
    font-weight: 500;
    line-height: 52px;
    letter-spacing: normal;
    color: #000000;
    text-align: center;
}
.rencaiConNei{
    width: 90%;
    height: 510px;
    min-height: 510px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    margin-top: 60px;
}
.rencaiNeiImg{
    width: 50%;
    height: 100%;
    display: block;
}
.rencaiHint{
    width: 50%;
    height: 100%;
    background: #E6F0FB;
    box-sizing: border-box;
    padding:0 90px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.rencaiHintTit{
    font-family: Alibaba PuHuiTi 3.0;
    font-size: 36px;
    font-weight: 250;
    line-height: normal;
    letter-spacing: normal;
    color: #000000;
    margin-bottom: 46px;
}
.rencaiHintCon{
    display: flex;

}
.rencaiHintCon div{
    width: 144px;
    line-height: 85px;
    font-family: Alibaba PuHuiTi 3.0;
    font-size: 20px;
    font-weight: 250;
    color: #004EA1;
    text-align: center;
    letter-spacing: normal;
}
.rencaiConMainTwo{
    background: #E6F0FB;
    padding: 60px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.rencaiConMainTwo img{
    display: block;
    width: 853px;
    height: 747px;
    margin-top:30px
}
.rencaiConMainThree{
    background: #004EA1;
    padding: 60px 0;
}
.rencaiConThreeMain{
    display: flex;
    justify-content: space-evenly;
    width: 96%;
    margin: 30px auto;

}
.rencaiConThreeItem{
    width: 28%;
    height: 100%;
    height: 100%;
    border-radius: 30px;
    background: #E8F2FC;
    box-sizing: border-box;
    padding:42px;

}

.rencaiConThreeTit{
    font-family: Alibaba PuHuiTi 3.0;
    font-size: 30px;
    font-weight: 250;
    line-height: 52px;
    letter-spacing: normal;
    color: #000000;
    text-align: center;
    padding-bottom: 30px;
}
.rencaiConThreeImg{
    display: block;
    width: 100%;
    height: 100%;

}
.rencaiConThreeMain .swiper-container img{
    width: 100%;
    height: 280px;
}
@media screen and (max-width: 1000px){
    .rencaiConNei{
        flex-direction: column;
        align-items: center;
        height: 100%;
    }
    .rencaiNeiImg{
        width: 100%;
    }
    .rencaiHint{
        width:100%;
        padding: 50px;
    }
    .rencaiConMainTwo img{
        width: 90%;
        height: auto;
    }
    .rencaiConThreeMain{
        flex-direction: column;
        align-items: center;
        width: 90%;
        margin: 0 auto;
    }
    .rencaiConThreeItem{
        width: 80%;
        margin-top:30px
    }
    .rencaiConThreeMain .swiper-container img{
        width: 100%;
        height: 100%;
    }
}