.bn-bx{
    width: 100%;
    height: 600px;
    background:rgba(255, 209, 0, 1);
    margin-top: 120px;

}
.bn-fix{
    width: 1920px;
    height: 100%;
    background: url('../img/bannerBg3.svg') no-repeat center 0px;
    background-position: center 0px;
    background-size: cover;
    margin-left: 50%;
    transform:translate(-50%,0);
    position: relative;
}
.ban_img{
    width: 319.47px;
    height: 440px;
    position: absolute;
    top: 80px;
    left: 1240px;
}
.fix-line{
    position: absolute;
    top: 212px;
    left: 360px;
    width: 10px;
    height: 48px;
    background: rgba(34, 34, 34, 1);
}
.fix-tit{
    position: absolute;
    width: 758px;
    top: 200px;
    left: 410px;
    font-size: 48px;
    font-weight: 700;
    line-height: 72px;
    color: rgba(34, 34, 34, 1);
}

.recruit-ls{
    margin-top: 80px;
    display: flex;
    justify-content: space-between;
}
.recruit-ls-ey{
    width: 240px;
    height: 408px;
}

.recruit-ls-ey:nth-child(1) img {
    margin-top: 51px;
    margin-left: 60px;
}
.recruit-ls-ey:nth-child(2) img {
    margin-top: 71px;
    margin-left: 40px;
}
.recruit-ls-ey:nth-child(3) img {
    margin-top: 46px;
    margin-left: 46px;
}
.recruit-ls-ey:nth-child(4) img {
    margin-top: 46px;
    margin-left: 60px;
}
.recruit-ls-ey:nth-child(5) img {
    margin-top: 40px;
    margin-left: 40px;
}
.recruit-ls-ey-txt{
    margin-top: 40px;
    margin-left: 24px;
    width: 192px;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: rgba(34, 34, 34, 1);
    text-align: justify;
}
.recruit-ls-ey:nth-child(2) .recruit-ls-ey-txt {
    margin-top: 61px;
}
.recruit-ls-ey:nth-child(3) .recruit-ls-ey-txt {
    margin-top: 46px;
}

.content-creation-bc{
    margin-top: 160px;
    width: 100%;
    height: 928px;
    background: linear-gradient(90deg, rgba(255, 114, 105, 1) 0%, rgba(255, 198, 123, 1) 100%);
    box-sizing: border-box;
    padding-top: 100px;
    overflow: hidden;
}
.content-creation-fix{
    width: 1920px;
    height: 728px;
    background: url('../img/bannerBg4.svg') no-repeat center 0px;
    background-position: center 0px;
    /*background-size: cover;*/
    margin-left: 50%;
    transform:translate(-50%,0);
    position: relative;
}
.content-creation{
    position: absolute;
    left: 4px;
    top: 212px;
    width: 600px;
    height: 456px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.5);
    box-shadow: 0px 2px 4px  rgba(0, 0, 0, 0.25);
    box-sizing: border-box;
    padding: 30px;
}
.contentCreationImg{
    position: absolute;
    top: 175px;
    left: 604px;

}
.content-creation-ey{
    display: flex;
    align-items: flex-start;
    margin-top: 16px;
}
.content-creation-ey:first-child{
    margin-top: 0;
}
.content-creation-ey img{

}
.content-creation-ey span{
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: rgba(34, 34, 34, 1);
    text-align: justify;
    margin-left: 15px;
}
.content-creation-line{
    width: 540px;
    height: 1px;
    opacity: 1;
    border-radius: 10px;
    background: rgba(238, 238, 238, 1);
    margin-top: 16px;
}