 /* 公共 */
* {
    padding: 0;
    margin: 0;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}
body::-webkit-scrollbar {
    display: none;
    /* Chrome Safari */
}

 /* 中上部 */
 .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;
    justify-content: space-between;
    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;
}

.contentBarLeft>span {
    color: #D9D9D9 ;
}

 .contentBarLeft>a {
     color: #8C8C8C!important ;
 }

.pageC {
    font: normal 400 14px 'Source Han Sans SC-Regular';
    color: #262626;
}

.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;
}

/* 内容 */
.contentJob {
    width: 1335px;
    height: 149px;
    background-color: #EEF2FB;
    margin: 20px 0 40px 0;
}

.contentMainTitle {
    display: flex;
    flex-direction: column;
}

.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;
    align-items: center;
}

.contentMainTitle>div:nth-child(3) {
    display: flex;
    align-items: center;
    color: #8C8C8C;
    font: normal 400 14px 'Source Han Sans SC-Regular';
}
 .contentMainTitle>div:nth-child(3) > span:nth-child(1){
     margin: 0 64px 0 10px;
 }
 .contentMainTitleJob{
     margin: 0 0 13px 15px;
 }
.contentMainTitleJob > span {
    text-align: center;
    color: #8C8C8C;
    font: normal 400 16px 'Source Han Sans SC-Regular';
    padding: 0 10px;
    border-right: solid 1px #8c8c8cb0;
}


/*.contentRequire {*/
/*    display: flex;*/
/*    justify-content: space-around;*/
/*    flex-direction: column;*/
/*    width: 1330px;*/
/*    margin-bottom: 84px;*/
/*}*/

/*.contentRequireDiscern {*/
/*    display: flex;*/
/*    justify-content: space-between;*/
/*    align-items: center;*/
/*    width: 100%;*/
/*    height: 32px;*/
/*}*/

/*.contentRequireDiscern>span:nth-child(1) {*/
/*    color: #3F51B5;*/
/*    font: normal 400 28px 'Source Han Sans SC-Regular';*/
/*}*/

/*.contentRequireDiscern>span:nth-child(2) {*/
/*    width: 1172px;*/
/*    height: 1px;*/
/*    border-bottom: 1px solid #D9D9D9;*/
/*    margin: 0 14px 0 0;*/
/*}*/

/*.contentRequireZhiZe {*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    justify-content: space-around;*/
/*    margin: 32px 0 34px 0;*/
/*    width: 100%;*/
/*    white-space: pre-wrap;*/
/*}*/

/*.contentRequireZhiZe>span:nth-child(1) {*/
/*    color: #404040;*/
/*    font: normal bold 20px 'Source Han Sans SC-Bold';*/
/*    margin-bottom: 12px;*/
/*}*/

/*.contentRequireZhiZe>span:nth-child(2) {*/
/*    color: #404040;*/
/*    font: normal 400 16px 'Source Han Sans SC-Regular';*/
/*}*/

/*.contentRequireTJ {*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    justify-content: space-around;*/
/*    width: 100%;*/
/*}*/
/*.contentRequireTJ>span {*/
/*    color: #404040;*/
/*    font: normal bold 20px 'Source Han Sans SC-Bold';*/
/*}*/

.TJDetail {
    display: flex;
    flex-direction: column;
    gap: 10px;
    color: #404040;
    white-space: pre-wrap;
    font: normal 400 16px 'Source Han Sans SC-Regular';
}
 .TJDetail>span{
     line-height: 32px;
 }

/*.contentImfor {*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    justify-content: space-between;*/
/*    width: 1330px;*/
/*    height: 136px;*/
/*}*/

/*.contentImforTJ {*/
/*    display: flex;*/
/*    height: 72px;*/
/*}*/

/*.contentImforTJ > li {*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    margin-right: 160px;*/
/*    height: 58px;*/
/*}*/

/*.contentImforTJ>li>span:nth-child(1) {*/
/*    color: #8C8C8C;*/
/*    font: normal 400 16px 'Source Han Sans SC-Regular';*/
/*}*/

/*.contentImforTJ>li>span:nth-child(2) {*/
/*    color: #404040;*/
/*    font: normal 500 20px 'Source Han Sans SC-Medium';*/
/*}*/
.rachText{
    width: 100%;
    padding: 0 32px 40px;
    box-sizing: border-box;
}
.rachText-appendix{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 40px;
}
.appendix{
    color: #3F51B5;
    font: normal 400 28px 'Source Han Sans SC-Regular';
}
 /*.contentRequireDiscern {*/
 /*    display: flex;*/
 /*    justify-content: space-between;*/
 /*    align-items: center;*/
 /*    width: 100%;*/
 /*    height: 32px;*/
 /*}*/

 /*.appendix {*/
 /*    color: #3F51B5;*/
 /*    font: normal 400 28px 'Source Han Sans SC-Regular';*/
 /*}*/

 .appendix-line{
     display: inline-block;
     width: 1172px;
     height: 1px;
     border-bottom: 1px solid #D9D9D9;
     margin: 0 14px 0 0;
 }
.fileDownload{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 8px 0;
}
.fileDownload > a {
    display:inline-flex;
    height: 32px;
    padding:0 16px;
    background: #3F51B5;
    align-items: center;
    margin-right: 14px;
    border-radius: 6px;
}
 .fileDownload > a > span {
     color: #FFFFFF;
 }