img {
    border: none;
    display: flex;
    margin: auto;
}
.line{
    margin: 0 10px;
}

.join-us-wrap .sub-banner {
    color: #fff;
    line-height: 1;
    background: url(/images/banner-join.jpg);
}

.join-us-wrap .sub-banner .container {
    height: inherit;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.join-us-wrap .sub-banner .p1 {
    font-size: 54px;
}

.join-us-wrap .sub-banner .p2 {
    padding-top: 40px;
    font-size: 26px;
}

.join-title {
    line-height: 1;
    font-size: 32px;
    padding: 40px 0;
    line-height: 36px;
}

.join-title .blue {
    color: #25408f;
    /* font-weight: bold; */
    margin-right: 24px;
}

.join-title .black {
    color: #333333;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 28px;
}

/* 工作理念 */
.join-idea .idea-content {
    overflow: hidden;
    position: relative;
}

.join-idea .idea-content img {
    position: absolute;
    top: 80px;
    left: 0;
}

.join-idea .idea-content .idea-desc {
    float: left;
    width: 945px;
    height: 510px;
    margin-left: 256px;
    padding: 75px 110px 90px 340px;
    border: 10px solid #023e93;
    font-size: 16px;
    line-height: 30px;
    color: #666;
    box-sizing: border-box;
    background: url(/images/join-idea-icon.png) no-repeat;
    background-position: calc(100% - 105px) 55px;
}

.join-idea .idea-content .idea-desc .p1 {
    margin-bottom: 10px;
    margin-top: 25px;
    font-size: 24px;
    color: #1e1e1e;
    font-weight: bold;
}

.join-idea .idea-content .idea-desc .p1:first-child {
    margin-top: 0;
}

.join-idea .idea-content .idea-desc .p2 {
    margin-bottom: 8px;
    font-size: 20px;
    color: #000;
}

.join-idea .idea-content .idea-desc .p3 {
    margin-bottom: 8px;
    font-size: 18px;
}

/* 工作环境 */
.join-ambient .ambient-list {
    display: flex;
    flex-wrap: wrap;
}

.join-ambient .ambient-list li {
    width: 590px;
    height: 380px;
    margin-right: 20px;
    margin-bottom: 20px;
}

.join-ambient .ambient-list li:nth-child(2n) {
    margin-right: 0px;
}

.join-ambient .ambient-desc .p1 {
    margin-bottom: 10px;
    font-size: 22px;
    color: #333;
}

.join-ambient .ambient-desc .p2 {
    font-size: 16px;
    color: #666;
    line-height: 1.5;
}

/* 员工活动 */
.join-activity .activity-list {
    display: flex;
    flex-wrap: wrap;
}

.join-activity .activity-list .item {
    height: 400px;
    padding: 30px;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
    width: 50%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;

}

.join-activity .activity-list .item:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(37, 64, 143, 0.3);
}

.join-activity .activity-list .item:nth-child(2n)::before {
    background: rgba(0, 0, 0, 0.4);
}

.join-activity .activity-list .item .title {
    font-size: 24px;
    color: #ffffff;
    letter-spacing: 0;
    margin-bottom: 25px;
    position: relative;
}

.join-activity .activity-list .item .label {
    font-size: 16px;
    color: #ffffff;
    letter-spacing: 0;
    line-height: 26px;
    margin-top: 25px;
    margin-right: 40px;
    position: relative;
    opacity: 0;
    transform: translate(0, 200px);
    transform-origin: bottom;
    -webkit-transform-origin: bottom;
    -moz-transform-origin: bottom;
    -ms-transform-origin: bottom;
    -o-transform-origin: bottom;
    transition: transform 0.5s cubic-bezier(0.2, 0, 0.2, 1),
        opacity 0.3s cubic-bezier(0.2, 0, 0.2, 1);
    -webkit-transition: transform 0.5s cubic-bezier(0.2, 0, 0.2, 1),
        opacity 0.3s cubic-bezier(0.2, 0, 0.2, 1);
    -moz-transition: transform 0.5s cubic-bezier(0.2, 0, 0.2, 1),
        opacity 0.3s cubic-bezier(0.2, 0, 0.2, 1);
    -ms-transition: transform 0.5s cubic-bezier(0.2, 0, 0.2, 1),
        opacity 0.3s cubic-bezier(0.2, 0, 0.2, 1);
    -o-transition: transform 0.5s cubic-bezier(0.2, 0, 0.2, 1),
        opacity 0.3s cubic-bezier(0.2, 0, 0.2, 1);
}

.join-activity .activity-list .item .cover {
    background: rgba(37, 64, 143, 0.9);
    /* background: rgba(12,104,169,.9); */
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translate(0, 400px);
    transform-origin: bottom;
    transition: all 0.5s cubic-bezier(0.2, 0, 0.2, 1);
    -webkit-transition: all 0.5s cubic-bezier(0.2, 0, 0.2, 1);
    -moz-transition: all 0.5s cubic-bezier(0.2, 0, 0.2, 1);
    -ms-transition: all 0.5s cubic-bezier(0.2, 0, 0.2, 1);
    -o-transition: all 0.5s cubic-bezier(0.2, 0, 0.2, 1);
}

.join-activity .activity-list .item:hover .cover {
    transform: translate(0, 0px);
    -webkit-transform: translate(0, 0px);
    -moz-transform: translate(0, 0px);
    -ms-transform: translate(0, 0px);
    -o-transform: translate(0, 0px);
}

.join-activity .activity-list .item:hover .label {
    opacity: 1;
    transform: translate(0, 0px);
    -webkit-transform: translate(0, 0px);
    -moz-transform: translate(0, 0px);
    -ms-transform: translate(0, 0px);
    -o-transform: translate(0, 0px);
}

.join-activity .activity-list .item1 {
    width: 50%;
}

.join-activity .activity-list .item2 {
    width: 50%;
}

.join-activity .activity-list .item3 {
    width: 25%;
}

.join-activity .activity-list .item4 {
    width: 25%;
}

.join-activity .activity-list .item5 {
    width: 50%;
}

.join-activity .activity-list .item6 {
    width: 60%;
}

.join-activity .activity-list .item7 {
    width: 40%;
}

/* 工作地点 */
.join-location.container {
    height: auto;
}

.join-location .tab-menu {
    display: flex;
    justify-content: space-between;
}

.join-location .tab-menu li {
    position: relative;
    margin-bottom: 40px;
}

.join-location .tab-menu img {
    width: 266px;
    height: 232px;
}

.join-location .tab-menu .addr {
    height: 60px;
    line-height: 60px;
    font-size: 20px;
    text-align: center;
    color: #333;
    background-color: #e8e8e8;
}

.join-location .tab-menu li:hover .addr,
.join-location .tab-menu .select .addr {
    background-color: #023e93;
    color: #fff;
    cursor: pointer;
}

.join-location .tab-menu li:hover:before,
.join-location .tab-menu .select:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: 20px solid transparent;
    border-top-color: #023e93;
    position: absolute;
    bottom: -40px;
    left: calc(50% - 20px);
    z-index: 2;
}

.swiper-button-prev,
.swiper-button-next {
    height: 30px !important;
    margin-top: -15px;
}

.join-location .tab-item {
    display: none;
}

.join-location .tab-item .on {
    display: block;
}

.join-location .tab-item .swiper-slide img {
    width: 1200px;
    height: 800px;
}

.join-location .tab-item .swiper-link{
    position: absolute;
    left:40px;
    bottom: 40px;
    z-index: 1;
    color: #fff;
    font-size: 22px;

}
.join-location .tab-item .swiper-link a{
    color: #fff;
    margin-right: 20px;
}


/* 加入我们 */
.join-button {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
    margin-top: 50px;
}

.join-button .p1 {
    font-size: 38px;
    font-weight: bold;
    color: #232325;
    position: relative;
    text-align: center;
    margin-bottom: 40px;
}

.join-button .p1:before {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 50%;
    width: 50px;
    height: 4px;
    margin-left: -25px;
    background-color: #023e93;
}

.join-button .p2 {
    text-align: center;
    font-size: 22px;
    color: #323639;
    margin-bottom: 30px;
}

.join-button .button {
    width: 180px;
    height: 60px;
    background: #023e93;
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 60px;
    text-transform: uppercase;
}

/* 职位列表 */

.join-joblist .joblist-title {
    padding: 55px 0;
    margin-bottom: 50px;
    line-height: 1;
    border-bottom: 2px solid rgba(51, 51, 51, .4);
    position: relative;
}

.join-joblist .joblist-title:before {
    content: '';
    width: 110px;
    height: 55px;
    position: absolute;
    right: 0px;
    bottom: -27.5px;
    background: url(/images/join-joblist-title.png) no-repeat;
    background-size: 100% 100%;
}

.join-joblist .joblist-title .p1 {
    font-size: 26px;
    color: #333;
    margin-bottom: 25px;
}

.join-joblist .joblist-title .p2 {
    font-size: 36px;
    color: #033E93;
    font-weight: bold;
}

.joblist-tabMenu {
    margin-bottom: 50px;
    display: flex;

}

.joblist-tabMenu li {
    width: 260px;
    margin-right: 45px;
}

.joblist-tabMenu li p{
    text-align: center;
    font-size: 26px;
}

.joblist-tabMenu li:last-child {
    margin-right: 0px;
}

.joblist-tabMenu .tup-icon {
    width: 260px;
    height: 260px;
    margin: 0 auto;
    margin-bottom: 20px;
}

.joblist-tabMenu .tup-icon img {
    width: 100%;
    display: block;
}

.joblist-tabMenu .tup-icon .icon-a {
    display: none;
}

.joblist-tabMenu .select .tup-icon .icon-b {
    display: none;
}

.joblist-tabMenu .select .tup-icon .icon-a {
    display: block;
}
.joblist-tabCont{
    margin-bottom: 50px;
}

.joblist-tabCont .post-list li{
    height: 190px;
    padding-left: 50px;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.joblist-tabCont .post-list li:before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 200px;
    border-left: 30px solid #033E93;
    background-color: rgba(3, 62, 147, .05);
    transform: translate(0, 200px);
    transform-origin: bottom;
    transition: all 0.5s cubic-bezier(0.2, 0, 0.2, 1);
    -webkit-transition: all 0.5s cubic-bezier(0.2, 0, 0.2, 1);
    -moz-transition: all 0.5s cubic-bezier(0.2, 0, 0.2, 1);
    -ms-transition: all 0.5s cubic-bezier(0.2, 0, 0.2, 1);
    -o-transition: all 0.5s cubic-bezier(0.2, 0, 0.2, 1);
}
.joblist-tabCont .post-list li:hover:before{
    transform: translate(0, 0px);
    -webkit-transform: translate(0, 0px);
    -moz-transform: translate(0, 0px);
    -ms-transform: translate(0, 0px);
    -o-transform: translate(0, 0px);
}
.joblist-tabCont .post-list li .post-name{
    width: 200px;
    font-size: 26px;
    font-weight: bold;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.joblist-tabCont .post-list li .post-desc{
    width: calc(100% - 250px);
    margin-left: 30px;
    padding: 20px;
}

.joblist-tabCont .post-list li .post-desc .info{
    height: 128px;
    font-size: 16px;
    line-height: 2;
    color: #333;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.joblist-tabCont .post-list li .post-desc .time{
    font-size: 14px;
    color: #777;
    margin-top: 10px;
}

.joblist-tabCont .joblist-tabitem{ display: none;}

/* 岗位详情 */

.join-jobdetails {
    margin-bottom: 60px;
}

.join-jobdetails .details-title{
    margin: 45px 0 30px;
    padding-bottom: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: 1; 
    border-bottom: 1px solid rgba(0, 0, 0, .2);
}

.join-jobdetails .details-title .name h1{
    font-size: 32px;
    color: #333333;
    margin-bottom: 15px;
}
.join-jobdetails .details-title .name .time{
    color: #777;
}


.join-jobdetails .details-title .button{
    width: 200px;
    height: 50px;
    background: #023e93;
    font-size: 18px;
    line-height: 50px;
    text-align: center;
    border-radius: 8px;
}
.join-jobdetails .details-title .button a{
    display: block;
    color: #fff;
}
.join-jobdetails .details-cont{
    margin-bottom: 40px;
}
.join-jobdetails .details-cont h2{
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 700;
}

.join-jobdetails .details-cont .infor{
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 2;
}

.join-jobdetails .details-recommend h2{
    height: 50px;
    padding-left: 20px;
    line-height: 50px;
    font-weight: 700;
    border-left: 10px solid #033e93;
    background-color: rgba(3, 62, 147, .03);
}

.join-jobdetails .recommend-list{
    padding-top: 30px;
}
.join-jobdetails .recommend-list li{
    padding: 20px;
    background-color: rgba(3, 62, 147, .03);
    border-radius: 10px;
    margin-bottom: 15px;
}
.join-jobdetails .recommend-list li h3{
    font-size: 24px;
    color: #333;
    margin-bottom: 10px;
}

.join-jobdetails .recommend-list li .time{
    font-size: 16px;
    color: #777;
    margin-bottom: 10px;
}

.join-jobdetails .recommend-list li .decs{
    font-size: 16px;
    line-height: 2;
}
.join-jobdetails .jobaddr-title{
    font-size: 24px;
    margin: 30px 0;
    padding-left: 80px;
    position: relative;
}
.join-jobdetails .jobaddr-title:before{
    content: '';
    width: 60px;
    height: 10px;
    position: absolute;
    left: 0;
    top: calc(50% - 5px);
    background-color: #033E93;
}
.join-jobdetails .jobaddr-swiper{
    height: 360px;
}
.join-jobdetails .jobaddr-swiper .swiper-container{
    height: 360px;
}


.joblist-title .jobwhy{
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}
.joblist-title .jobwhy li img{
    height: 96px;
    margin-bottom: 20px;
}
.joblist-title .jobwhy li p{
    font-size: 22px;
    line-height: 36px;
    color: #033E93;
    text-align: center;
}

.jobh2{
    width: 100%;
    text-align: center;
    font-size: 30px;
    margin-bottom: 40px;
}





















































