
.menu-module{
    /*background-image: url("../images/joinUs/joinUs-banner.jpg");*/
    background-size: 100% 100%;
}
.menu-item{
    width: calc(100% / 2);
}
.textCenter{
    text-align: center;
}
.joinUs-content{
    padding: 3% 10%;
}

.joinUs-content-gray{
    background: #F1F1F1;
    padding: 3% 10% 5% 10%;
}
.joinUs-title{
    margin: 2.5rem 0;
}
.information{
    overflow: hidden;
}
.information-menu{
    width: 17%;
    float: left;
    border: 1px solid #2B72CE;
}
.information-menu .item{
    width: 100%;
    height: 78px;
    line-height: 78px;
    color: #333;
    border-bottom: 1px solid #2B72CE;
    cursor: pointer;
    display: flex;
    align-items: center;
    padding: 0 20px;
    box-sizing: border-box;
}
.information-menu .active{
    background-color: #2B72CE;
    color: #fff;
}
.information-menu .menu-icon{
    width: 38px;
    margin-right: 20px;
}

.information-menu .item:last-child{
    border-bottom: 0;
}
.information-js{
    width: 80%;
    float: right;
}
.information-content-hd{
    line-height: 35px;
    border-bottom: 1px solid #CCC;
}
.information-content-hd .hd-title{
    display: inline-block;
    padding-right: 20px;
    border-bottom: 3px solid #2B72CE;
    font-size: 1.5rem;
}
.information-content{
    font-size: 14px;
    color: #333;
}
.information-content p{
    line-height: 2;
    text-indent: 2em;
    font-size: 1.125rem;
}
.recruit{
    color: #333;
    position: relative;
    margin-top: 30px;
}
.recruit-item{
    padding: 10px 20px;
    background: #F9F9F9;
    border: 1px solid #2B72CE;
}
.post-name{
    font-size: 1.125rem;
    font-weight: bold;
    margin-right: 15px;
}
.post-num{
    font-size: 1.125rem;
    font-weight: bold;
    color: #2B72CE;
}
.job-requirements{
    color: #2B72CE;
    margin-top: 10px;
    cursor: pointer;
    font-size: 0.875rem;
    position: relative;
}
.job-requirements .open{
    border: 5px solid #2B72CE;
    border-top-color: #2B72CE;
    border-left-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    display: inline-block;
}
.job-requirements .cancel{
    border: 5px solid #2B72CE;
    border-top-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
    border-bottom-color: #2B72CE;
    display: inline-block;
}
.job-requirements .open{
    position: relative;
    top: 2px;
    display: inline-block;
}
.job-requirements .cancel{
    position: relative;
    top: -2px;
    display: none;
}
.job-requirements-content{
    display: none;
    margin-top: 15px;
    font-size: 16px;
}
.apply-btn{
    width: 96px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    color: #fff;
    background: #2B72CE;
    font-size: 15px;
    cursor: pointer;
    position: absolute;
    right: 20px;
    top: 15px;
}
.recruitment-process{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 50px;
}
.process-item{
    width: 142px;
    height: 142px;
}
.item-img{
    width: 100%;
    height: 100%;
}
.arrow{
    width: 43px;
    height: 43px;
}
.process-item .item-title{
    text-align: center;
    margin-top: 20px;
}
.swiper-staffstyle{
    overflow: hidden;
    margin: 0 0 3% 0;
}
.swiper-staffstyle .swiper-slide{
    width: 20%;
    /*max-height: 9.375rem;*/
    position: relative;
}
.swiper-staffstyle .swiper-slide img{
    width: 100%;
    height: 15rem !important;
    border-radius: 0.5rem;
}
.swiper-staffstyle .swiper-slide video{
    width: 100%;
    height: 13.125rem !important;
    object-fit: fill;
    border-radius: 0.5rem;

}
.staffstyle-pagination{
    text-align: center;
    margin-top: 30px;
}
.swiper-pagination-bullet{
    width: 11px;
    height: 11px;
    margin-right: 22px !important;
    background-color: #004297;
}
.cultivation-content,
.welfare-content{
    width: 85%;
    margin: 0 auto;
}

.cultivation-content p,
.welfare-content p{
    font-size: 1.1875rem;
}
.idea-content{
    width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.idea-content .idea-bg{
    width: 50%;
    margin-top: auto;
}
.idea-content .idea-r{
    width: 46%;
    display: flex;
}
.idea-content .idea-btnbox{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.idea-r .r-content{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.idea-r .r-content p{
    font-size: 1.25rem;
    line-height: 1.6;
    margin-top: 4.125rem;
    margin-bottom: 50px;
}
.idea-content .idea-btn{
    width: 48%;
    height: 60px;
    line-height: 60px;
    text-align: center;
    color: #2B72CE;
    background: white;
    box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.1);
    margin-top: 20px;
    font-weight: bold;
    font-size: 20px;
}
.idea-content .idea-btn:hover{
    color: white;
    background: #2B72CE;
}

.swiper-staffstyle .title{
    position: absolute;
    bottom: 3px;
    color: white;
    background: linear-gradient(#0000000D,#00000080 100%);;
    width: calc(100% - 1.25rem);
    padding: 0.25rem 0.625rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 1.125rem;
    border-bottom-left-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
}

.underline-blue{
    width: 6.25rem;
    height: 6px;
    background: #004297;
    border-radius: 0.1875rem;
    margin-top: 0.625rem;
}

.video-pause{
    background-image: url("../images/joinUs/pause.png");
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 9999;
    width: 4rem;
    height: 4rem;
    margin: auto;
    cursor: pointer;
}

.video-play{
    background-image: url("../images/joinUs/play.png");
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 9999;
    width: 4rem;
    height: 4rem;
    margin: auto;
    cursor: pointer;
    display: none;
}


@media screen and (max-width:1366px){
    .idea-content .idea-bg{
        width: 430px;
    }
    /*.idea-content .idea-r{*/
    /*    width: 400px;*/
    /*}*/
}

