.joinBanner {
    width: 100%;
    background: url(../../images/joinUs/joinBg.png) 100% 100%;
    height: 440px;
    text-align: center;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.joinBanner img{
    margin-bottom: 20px;
}
.joinBg_btn {
    padding: 2px 46px;
    font-size: 24px;
    background-color:#2061e8;
    color:#fff;
    text-decoration:none;
}
.joinBg_btn:hover {
    color: #fff;
}
.title_Orange {
    text-align:center;
    color: #fe9023 !important;
    font-size: 24px;
}
.title_Black {
    text-align: center;
    font-size: 36px;
}
.title_grey {
    text-align: center;
    font-size: 18px;
    margin-top: 20px;
}
.joinText {
    width: 1000px;
    margin: 20px auto;
    font-size: 16px;
    text-align: center;
    letter-spacing: 1px;
}
.joinImg_box{
    display:flex;
    justify-content:space-around;
    width:1300px;
    margin:60px auto ;
}
.joinImgBox {
    position:relative;
    width: 279px;
    height:351px;
}
.joinImgTitle {
    position: absolute;
    bottom: 110px;
    color: #fe9023;
    font-size: 18px;
    font-weight: bold;
    left: 40px;
}
.joinImgText {
    position: absolute;
    width: 200px;
    font-size:16px;
    top: 250px;
    left: 40px;
}
.title02 .title_grey:after {
    content: '';
    position: absolute;
    width: 60px;
    height: 5px;
    background-color: #ef8300;
    bottom: 40px;
    left: calc(50% - 30px);
}
