.banner {
    height: 300px;
    background: #F8F8FB;
}

.banner-center {
    width: 1200px;
    margin: 0 auto
}

.banner-center .title {
    font-weight: 600;
    font-size: 44px;
    color: rgba(0, 0, 0, 0.80);
    padding-top: 148px;
}

.job {
    width: 100%;
    padding-top: 84px;
}

.job-center {
    width: 1200px;
    margin: 0 auto;
}

.job-center .jobtitle {
    font-weight: 500;
    font-size: 44px;
    color: rgba(0, 0, 0, 0.80);
    width: 100%;
    text-align: center;
    padding-bottom: 64px;
}

.jobbox {
    width: 100%;
    display: flex;
    flex-wrap: wrap;

}

.job-center .box {
    width: 282px;
    margin-right: 24px;
    margin-bottom: 24px;
}

.job-center .box .item {
    box-sizing: border-box;
    width: 282px;
    background: #FFFFFF;
    padding: 28px 30px 30px 30px;
    box-shadow: 0 2px 7px 0 rgba(204, 204, 204, 0.8);
    margin-right: 24px;
    margin-bottom: 24px;
}

.job-center .box:nth-child(4),
.job-center .box:nth-child(8),
.job-center .box:nth-child(16),
.job-center .box:nth-child(24) {
    margin-right: 0px;
}

.job-center .box .item .txt1 {
    font-weight: 600;
    font-size: 18px;
    color: rgba(0, 0, 0, 0.80);
    margin-bottom: 40px;
}

.job-center .box .item .second {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.job-center .box .item .txt2 {
    font-weight: 400;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.80);
}

.job-center .box .item a {
    font-weight: 400;
    font-size: 16px;
    color: #1890ff;
}

.join {
    width: 100%;
    padding-top: 172px;
}

.join-center {
    width: 1200px;
    margin: 0 auto;
}

.join-center .title {
    font-weight: 500;
    font-size: 44px;
    color: rgba(0, 0, 0, 0.80);
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
}

.join-center .box {
    width: 440px;
    height: 62px;
    background: #FAFAFA;
    border-radius: 8px;
    margin: 0 auto;
    padding: 69px 278px;
    display: flex;
}

.join-center .box .left {
    width: 76px;
    height: 64px;
    background-size: 100%;
    margin-right: 20px;
}

.join-center .box .right .txt1 {
    font-weight: 500;
    font-size: 24px;
    color: #333333;
    margin-bottom: 4px;
}

.join-center .box .right .txt1 span {
    font-weight: 500;
    font-size: 24px;
    color: #1890ff;
}

.join-center .box .right .txt2 {
    font-weight: 400;
    font-size: 18px;
    color: #666666;
}

.about {
    width: 100%;
    padding-top: 164px;
}

.about-center {
    width: 1200px;
    margin: 0 auto;
}

.about-center .title {
    font-weight: 500;
    font-size: 44px;
    color: rgba(0, 0, 0, 0.80);
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
}

.about-center .txt1 {
    width: 613px;
    height: 44px;
    font-weight: 400;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.80);
    text-align: center;
    margin: 0 auto 44px;
}

.about-center .box {
    width: 100%;
    display: flex;
    justify-content: space-between;
    height: 480px;
}

.about-center .box .left {
    width: 855px;
    height: 480px;
    overflow: hidden;
}

.about-center .box .left img {
    width: 855px;
    height: 480px;
    background-size: 100%;
}

.about-center .box .right {
    width: 305px;
}

.about-center .box .right img {
    width: 305px;
    height: 229px;
    background-size: 100%;
}

.about-center .box .right img:nth-child(1) {
    margin-bottom: 22px;
}

.attention {
    width: 100%;
    padding-top: 156px;
}

.attention-center {
    width: 1200px;
    margin: 0 auto;
}

.attention-center .title {
    width: 100%;
    text-align: center;
    font-weight: 500;
    font-size: 44px;
    color: rgba(0, 0, 0, 0.80);
    padding-bottom: 45px;
}

.attention-center img {
    width: 200px;
    height: 200px;
    display: block;
    margin: 0 auto 18px;
}

.attention-center .txt1 {
    font-weight: 400;
    font-size: 24px;
    color: #333333;
    width: 100%;
    text-align: center;
    margin-bottom: 122px;
}

.jobmsg {
    width: 672px;
    background: #FFFFFF;
    position: fixed;
    top: 50%;
    left: 50%;
    padding: 44px 48px 61px 48px;
    transform: translateX(-50%) translateY(-50%);

}

.jobmsg p {
    line-height: 26px;
}


.jobmsg .content {
    width: 100%;
    max-height: 500px;
    overflow-y: auto;
}

.jobmsg .close {
    width: 24px;
    height: 24px;
    font-size: 30px;
    position: absolute;
    top: 40px;
    right: 40px;
    color: #333333;
    line-height: 24px;
}

.jobmsg .title {
    font-weight: 500;
    font-size: 32px;
    color: #333333;
    margin-bottom: 32px;
}

.jobmsg .location {
    font-weight: 400;
    font-size: 14px;
    color: #333333;
}

.jobmsg .txt {
    font-weight: 400;
    font-size: 14px;
    color: #333333;
    padding: 24px 0 3px 0;
}

.jobmsg li {
    font-weight: 400;
    font-size: 14px;
    color: #333333;
    line-height: 32px;
}

.jobmsg li::before {
    content: '';
    width: 8px;
    height: 8px;
    background: #FFFFFF;
    border: 1px solid #9FAACF;
    border-radius: 50%;
    display: inline-block;
    margin-right: 5px;
}

.jobmsg .txt2 {
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    margin-top: 32px;
}

.jobmsg .txt2 span {
    color: #1890ff;
}
