.jionus-container{
 padding: 20px;
  width: 1200px;
 margin: 0 auto;

}
.joinus-banner {
    /* height: 400px; */
  width: 100%;

  height: 430px;
    position: relative;
    z-index: 1;
    background: url('../../images/banner.png') no-repeat center;;
    background-size: 100% auto;
    background-position: center;
    object-fit: cover;
    display: flex;
    align-items: center;
    /* text-align: center; */
    color: #fff;
}

.banner-title-desc-box{

}
.banner-title-desc-box-title{

font-size: 40px;
color: #333333;
line-height: 24px;
margin-bottom: 50px;
}

.banner-title-desc-box-desc{
font-size: 18px;
color: #333333;
line-height: 30px;
}

.joinus{
  padding: 80px 0;
    background: #fff;
}

.section-box{

    margin-bottom: 50px;
     text-align: center;
}

.section-title {
font-weight: 400;
font-size: 32px;
color: #333333;
}
.section-des{

font-size: 16px;
color: #999999;
}
.joinus-grid{
 display: flex;
 justify-content: space-around;
}
.joinus-card{
background: #FFFFFF;
box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
border-radius: 4px;
width: 400px;
height: 380px;
padding-top: 100px;
 display: flex;
 align-items: center;
 flex-direction: column;
 /* justify-content: center; */
}
.joinus-card-content-item-icon{
 
}

.joinus-card-content-item-title{


font-size: 20px;
color: #666666;
line-height: 20px;
margin: 20px 0;
}
.joinus-card-content-item-info{
 margin-bottom: 25px;
}



