.footerIframe {
    width: 100%;
    height: 360px;
    padding: 0;
    margin: 0;
}

.headerIframe {
    width: 100%;
    height: 90px;
    padding: 0;
    margin: 0;
}

/* 公共 */
* {
    padding: 0;
    margin: 0;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}


/* 中上部 */
.centerTop {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    width: 100%;
    min-width: 1400px;
    height: 420px;
}
.recruit-banner {
    position: absolute;
    width: 100%;
    height: 100%;
   background-size:cover;
background-repeat: no-repeat;
    z-index: -1;
    animation: recruit-banner 1s ;

}
@keyframes recruit-banner {
    0% {
        transform: scale(1.2);
        /*transform: translateZ(-800px);*/
    }
    100% {
        transform: scale(1);
        /*transform: translateZ(-800px);*/
    }
}
.centerTopTitle {
    display: flex;
    flex-direction: column;
    width: 1400px;
    height: 153px;
    margin-top: 103px;
}

.centerTopTitle>span:nth-child(1) {
    color: rgba(255, 255, 255, 0.4);
    font: normal bold 48px 'Source Han Sans SC-Bold';
    animation: top-desc-title 1s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;

}
@keyframes top-desc-title {
    0% {
        transform: translateX(-100px) translateY(-100px);
        opacity: 0;
    }
    100% {
        transform: translateX(0) translateY(0) translateZ(-800px);
        opacity: 1;
    }
}


.centerTopTitle>span:nth-child(2) {
    color: #FFFFFF;
    font: normal bold 54px 'Source Han Sans SC-Bold';
    animation: top-desc-content 1s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;

}
@keyframes top-desc-content {
    0% {
        -webkit-transform: translateX(100px) translateY(100px);
        transform: translateX(100px) translateY(100px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateX(0) translateY(0);
        transform: translateX(0) translateY(0);
        opacity: 1;
    }
}
/* 中下部 */
.centerBottom {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%; 
    min-width: 1400px;
    background-color: #EEF2FB;
    z-index: 2;
}

.content {
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 1400px;
    margin: -120px 0 80px 0;
    background-color: #FFFFFF;
}

/* 顶部导航 */
.contentBar {
    margin: 35px 0 0 0;
    width: 1338px;
    height: 80px;
    display: flex;
    align-items: center;
    background-color: #F6F6F6;
    z-index: 3;
}

.contentBarLeft {
    height: 22px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 0 0 24px;
    color: #8C8C8C;
    font: normal 400 14px 'Source Han Sans SC-Regular';
    gap: 8px;
}

.contentBarUnderLine {
    width: 100%;
    height: 1px;
    margin: -58px 0 0 0;
    border-bottom: 1px dashed black;
}

.contentBarLeft>span {
    color: #D9D9D9;
}

.contentBarLeft>a {
    color: #8C8C8C !important;
}
.contentBarLeft>a:hover {
    color: #8C8C8C;
}
.pageC {
    font: normal 400 14px 'Source Han Sans SC-Regular';
    color: #262626;
    cursor: default;
}

.contentBarRight {
    width: 483px;
    height: 32px;
}

.contentBarRight>ul {
    display: flex;
    justify-content: space-around;
    font: normal 500 18px 'Source Han Sans SC-Medium';
}

.contentBarRight>ul>li {
    cursor: pointer;
}

.contentBarRight>div {
    width: 160px;
    margin: 0 0 0 320px;
    color: #3F51B5;
    text-align: center;
    transition: all 1s;
}

.contentBarType {
    display: inline-block;
    height: 41px;
    color: #3F51B5;
}

.contentBarNormal {
    color: #404040;
}

/* 内容 */
.contentMain {
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 1335px;
    margin-bottom: 50px;
}

.contentMain>li {
    display: flex;
    align-items: center;
    width: 100%;
    border-bottom: 1px solid #D9D9D9;
    padding: 20px 27px 24px 7px;
}

.contentMainTitle {
    display: flex;
    flex-direction: column;
}
.contentMainTitle span {
    cursor: default;
}
.contentMainTitle>div:nth-child(1) {
    display: flex;
    align-items: center;
    color: #262626;
    font: normal 500 20px 'Source Han Sans SC-Medium';
}

.contentMainTitle>div:nth-child(2) {
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.contentMainTitleJob {
    margin-top: 30px;
}

.contentMainTitleJob>span {
    text-align: center;
    padding:0 10px ;
    color: #8C8C8C;
    font: normal 400 16px 'Source Han Sans SC-Regular';
    border-right: solid 1px #8c8c8cb0;
    cursor: default;
}

.contentMainBtn {
    width: 149px;
    display: flex;
    margin: 0 27px 0 auto;
    flex-direction: column;
}
.letSee{
    display: flex;
    align-items: center;
    width: 94px;
    height: 36px;
    border-radius: 6px;
    font: normal 400 14px 'Source Han Sans SC-Regular';
    color: white !important;
    border: 0;
    margin: 0 0 17px 54px;
    background-color: #2778E5;
}
.letSee>i{
    height: 16px;
    margin: 0 7px 0 16px;
}
.letSeeOver{
    cursor: no-drop;
    background-color: #BFBFBF;
}
.contentMainBtn>span {
    color: #8C8C8C;
    font: normal 400 14px 'Source Han Sans SC-Regular';
    cursor: default;
}

/* 分页 */
.contentPage {
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 388px;
    height: 36px;
    margin: 0 0 67px 0;
}

.el-pagination {
    display: flex;
    list-style: none;
}

.el-pagination button,
.el-pagination span {
    width: 36px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #FFFFFF;
    cursor: pointer;
    border-radius: 2px;
    border: none;
    margin: 0 4px;
}

.el-pagination button:disabled {
    background-color: #FFFFFF;
    color: #ccc;
    cursor: not-allowed;
    font-family: Source Han Sans SC, Source Han Sans SC;
    font-weight: 400;
    font-size: 12px;
    color: #404040;
    line-height: 28px;
    text-align: center;
    font-style: normal;
    text-transform: none;
}

.el-pagination button.active {
    background-color: #3F51B5;
    font-family: Source Han Sans SC, Source Han Sans SC;
    font-weight: 400;
    font-size: 12px;
    color: #FFFFFF;
    line-height: 28px;
    text-align: center;
    font-style: normal;
    text-transform: none;
}
