/*0门槛上门*/
.applyNav-box{
    display: flex;
    flex-direction: row;
    justify-content: center;
    height:240px;
    background:rgba(41,42,47,1);
}
.applyNav-box-img1{
    margin-top: 33px;
    margin-left: 68px;
    margin: auto;
}
.applyNav-box-img2{
    margin-top: 126px;
    margin-left: 85px;
    margin: auto;
}
.applyNav-box p{
    width:537px;
    height:45px;
    padding-left: 100px;
    padding-top: 60px;
    font-size:28px;
    color:rgba(255,255,255,1);
    line-height:38px;
}
.applyNav-box-content{
    margin: auto  auto 60px auto;
    
}
.applyNav-box-img3{
    margin: auto  auto -5px auto;
    float: right;
}
.applyNav-box-img4{
    margin-top: 60px;
    float: right;
    margin-right: 55px;
    margin: auto;
}
.applyNav-box-img5{
    margin-top: 10px;
    float: right;
}
.applyNav-block2 {
    margin-top: 30px;
    margin-left: 180px;
    border-radius: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #c3a062;
    cursor: pointer;
    height: 45px;
    width: 130px;
}
.applyNav-text {
    line-height: 30px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    margin-left: 6px;
}
.applyNav-block3 {
    float: left;
    margin-top: 30px;
    margin-left: 40px;
    border-radius:3px;
    border:1px solid rgba(255,255,255,0.45);
    text-align: center;
    height: 37px;
    width: 130px;
    padding-top: 5px;
}
.applyNav-block3 p{
    font-size:18px;
    font-weight:400;
    color:rgba(255,255,255,1);
}
.applyNav-block1 {
    display: flex;
    flex-direction: row;
}