.human-resources-banner {
    width: 100%;
    height: 450px;
    background: url('/indexResources/image/human-resources-banner-1a8468be90f0c1ad3b7b13d492878c4b.png') center no-repeat;
    background-size: cover;
}
.human-resources-banner h1 {
    position: relative;
    top: 208px;
    text-align: center;
    font-size: 40px;
    color: #F9F9F9;
    letter-spacing: 1.4px;
    font-weight: normal;
    font-family: 'PingFangSC-Regular', 'helvetica neue', tahoma, 'PingFang SC', 'microsoft yahei', arial, 'hiragino sans gb', sans-serif;
}
/* 导航栏 */
.navigation-bar {
    width: 100%;
    border-bottom: 1px solid #EDF1F6;
}
.navigation-bar .navigation-bar-main {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.navigation-bar .navigation-bar-main .tab {
    display: flex;
    align-items: center;
}
.navigation-bar .navigation-bar-main .tab div {
    height: 80px;
    line-height: 80px;
    font-size: 18px;
    color: #646464;
    font-weight: 400;
    border-bottom: 1px solid transparent;
}
.navigation-bar .navigation-bar-main .tab div:hover {
    cursor: pointer;
}
.navigation-bar .navigation-bar-main .search {
    position: relative;
    line-height: 80px;
}
.navigation-bar .navigation-bar-main .search input{
    width: 285px;
    height: 38px;
    background: #FFFFFF;
    text-indent: 15px;
    border: 1px solid rgba(216,216,216,1);
    border-radius: 2px;
}
/* 选中状态 */
.tab-action {
    font-size: 18px !important;
    color: #313131 !important;
    font-weight: 700 !important;
    border-bottom: 2px solid #FF0019 !important;
}
.img-action {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0,102,255,0.60);
}
.image-hover>h4 {
    background: linear-gradient(rgba(0,0,0,0.8), transparent);
}
.text-linear-gradient {
    width: 100%;
    background: linear-gradient(0deg,rgba(0,0,0,0.8), transparent);
}
.image-hover:hover .img-action{
    display: block;
}
/* 内容 */
.content {
    width: auto;
}
.content .content-main {
   
    
}
.content .content-main .sports-meeting { /* 运动会 */
    width: auto;
    height: 675px;
    background: url('./../image/sports-meeting.png') center no-repeat;
    background-size: 100%;
    margin-bottom: 10px;
}
.content .content-main h4 {
    padding-top: 30px;
    padding-left: 30px;
    padding-bottom: 5px;
    font-size: 22px;
    color: #FFFFFF;
    letter-spacing: 1.18px;
    line-height: 30px;
    font-weight: 700;
}
/* 人才招聘二级菜单 */
.secondary-menu {
    position: absolute;
    top: 200px;
    left: -160px;
    background: #fff;
    z-index: 999;
    padding: 10px;
    box-shadow: 0 0 5px 5px rgba(255,255,255,0.1);
}
.secondary-menu div {
    border-left: 5px transparent solid;
    padding-left: 10px;
    font-size: 18px;
    color: #646464;
    cursor: pointer;
}
.secondary-menu div:not(:last-child) {
    margin-bottom: 32px;
}

.secondary-menu div:hover,.secondary-menu-action {
    color: #313131 !important;
  
}
.secondary-menu div:last-child {
    margin-bottom: 0px;
}
.secondary-menu-action {
    border-left-color: #FF0019 !important;
    font-weight: bold;
}
/* end */
.img-box1,.img-box2 {
    display: flex;
    justify-content: space-between;
}
.sports-meeting, .mountaineering1, .mountaineering2, .birthday-party, .league-building, .dinner-party, .summary-meeting {
    position: relative;
    height: 335px;
    background-size: cover;
}
.mountaineering1 {
    width: 595px;
    background: url('/indexResources/image/mountaineering-1-9c6a06b418352b104677432b4fb89beb.png') center no-repeat;
}
.mountaineering2 {
    width: 292px;
    background: url('/indexResources/image/mountaineering-2-82021c63c3742c0d15732e4c900bfea0.png') center no-repeat;
}
.birthday-party {
    width: 292px;
    background: url('./../image/birthday-party.png') center no-repeat;
}
.league-building {
    width: 292px;
    background: url('/indexResources/image/league-building-f967dfe0dbe007231f604cb422699435.png') center no-repeat;
}
.dinner-party {
    width: 292px;
    background: url('./../image/dinner-party.png') center no-repeat;
}
.summary-meeting {
    width: 595px;
    background: url('./../image/summary-meeting.png') center no-repeat;
}
.sports-meeting,.img-box1,.img-box2:hover {
    cursor: pointer;
}

/* 员工风采 */
.staffStyle-content {
    width: 100%;
    position: relative;
}
.staffStyle-main {
    position: relative;
    width: 1200px;
    margin: 0 auto;
}
.staffStyle-companySendWord {
    text-align: center;
    font-size: 22px;
    line-height: 40px;
    padding: 90px 0;
}
.staffStyle-symbolLeft {
    position: absolute;
    top: 50px;
    left: -20px;
    width: 102px;
    height: 80px;
    color: #E7EBF2;
    font-size: 100px;
    line-height: 80px;
    font-weight: bold;
}
.staffStyle-symbolRight {
    position: absolute;
    bottom: 0;
    right: -30px;
    width: 102px;
    height: 80px;
    color: #E7EBF2;
    font-size: 100px;
    line-height: 80px;
    font-weight: bold;
}
.staffStyle-list {
    margin-top: 30px;
}
.staffStyle-list ul {
    display: flex;
    justify-content: space-between;
}
.staffStyle-list li {
    position: relative;
    width: calc(50% - 15px);
    cursor: pointer;
}
.staffStyle-list li:hover .staffStyle-detail {
    /* display: block; */
    opacity: 1;
    transform: translateY(0px);
}
.staffStyle-imgTitle {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    font-size: 26px;
    letter-spacing: 0.9px;
    font-weight: bold;
    padding: 45px;
    box-sizing: border-box;
}
.staffStyle-imgTitle .staffStyle-detail {
    font-size: 14px;
    color: #fff;
    letter-spacing: 0.49px;
    text-align: justify;
    line-height: 20px;
    margin-top: 15px;
    font-weight: normal;
    position: relative;
    transition: ease all .5s;
    transition-delay: .2s;
    opacity: 0;
    transform: translateY(30px);
}
.staffStyle-imgbg1 {
    background: rgba(252,72,0,0.4);
}
.staffStyle-imgbg2 {
    background: rgba(255,159,0,0.4);
}
.staffStyle-imgbg3 {
    background: rgba(0,177,106,0.4);
}
.staffStyle-imgbg4 {
    background: rgba(144,197,75,0.4);
}
.staffStyle-imgbg5 {
    background: rgba(252,72,0,0.4);
}
.staffStyle-imgbg6 {
    background: rgba(0,102,255,0.4);
}
.staffStyle-imgbg7 {
    background: rgba(193,113,27,0.4);
}
.staffStyle-imgbg1:hover {
    /* background: rgba(252,72,0,0.8) */
    background: #FF9F00;
    transition: ease all .8s;
}
.staffStyle-imgbg2:hover {
    /* background: rgba(255,159,0,0.8); */
    background: #FC7300;
    transition: ease all .8s;
}
.staffStyle-imgbg3:hover {
    /* background: rgba(0,177,106,0.8); */
    background: #00B16A;
    transition: ease all .8s;
}
.staffStyle-imgbg4:hover {
    /* background: rgba(144,197,75,0.8); */
    background: #90C54B;
    transition: ease all .8s;
}
.staffStyle-imgbg5:hover {
    /* background: rgba(252,72,0,0.8); */
    background: #FC4800;
    transition: ease all .8s;
}
.staffStyle-imgbg6:hover {
    /* background: rgba(0,102,255,0.8); */
    background: #0066FF;
    transition: ease all .8s;
}
.staffStyle-imgbg7:hover {
    /* background: rgba(193,113,27,0.8); */
    background: #FF9F00;
    transition: ease all .8s;
}
.staffStyle-namebg1 {
    background: #FFB335;
}
.staffStyle-namebg2 {
    background: #00C189;
}
.staffStyle-namebg3 {
    background: #7460AD;
}
.staffStyle-namebg4 {
    background: #00B6F3;
}
.staffStyle-namebg5 {
    background: #FF7033;
}
.shadow-small1 {
    background: rgba(255,159,0,0.2);
}
.shadow-small2 {
    background: rgba(0,177,106,0.2);
}
.shadow-small3 {
    background: rgba(82,57,151,0.2);
}
.shadow-small4 {
    background: rgba(0,162,241,0.2);
}
.shadow-small5 {
    background: rgba(252,72,0,0.2);
}
.staffStyle-imgbox {
    width: 100%;
    position: relative;
    margin-top: 30px;
    cursor: pointer;
}
.staffStyle-imgbox:hover .staffStyle-detail {
    /* display: block; */
    opacity: 1;
    transform: translateY(0px);
}
.staffStyle-box {
    padding-bottom: 40px;
    overflow: hidden;
}
.staffStyle-shadow-l {
    position: absolute;
    top: 42px;
    left: 0;
    width: 34.8958vw;
    height: 468px;
    background: #F5F5F5;
}
.staffStyle-shadow-small-l {
    position: absolute;
    width: 30px;
    height: 30px;
    top: 27px;
    left: 34.1145vw;
    z-index: -1;
}
.staffStyle-overflow {
    height: 100px;
}
.staffStyle-name {
    width: 200px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    font-size: 26px;
    color: #fff;
    letter-spacing: 0.9px;
    font-weight: bold;
}
[lang=en] .staffStyle-name {
    width: auto;
}
.staffStyle-shadow-r {
    position: absolute;
    top: 42px;
    right: 0;
    width: 34.8958vw;
    height: 468px;
    background: #F5F5F5;
}
.staffStyle-shadow-small-r {
    position: absolute;
    width: 30px;
    height: 30px;
    top: 27px;
    right: 34.1145vw;
    z-index: -1;
}
.mt50 {
    margin-top: 50px;
}
.mt70 {
    margin-top: 70px;
}
.staffStyle-jion {
    background: url(/indexResources/image/staffStyle/staff9-6d75d48d6dc8e575b449df684b647bc6.png) no-repeat;
    background-size: 100% 100%;
    height: 300px;
}
.staffStyle-jion a {
    display: block;
    width: auto;
}
.staffStyle-jion-title {
    font-size: 26px;
    color: #fff;
    letter-spacing: 0.9px;
    font-weight: blod;
}
.staffStyle-join-add {
    font-size: 16px;
    color: #fff;
    letter-spacing: 0.56px;
    margin-top: 15px;
}
.staffStyle-join-add .icon-join {
    margin-left: 5px;
    position: relative;
    top: 2px;
}
.staffStyle-jion .staffStyle-main {
    display: flex;
    flex-flow: column;
    justify-content: center;
    height: 100%;
}
.staffStyle-show {
    background: #F5F5F5; 
    padding-bottom: 80px;
    overflow: hidden;
}
.staffStyle-show-title {
    font-size: 36px;
    color: #313131;
    letter-spacing: 1.25px;
    text-align: center;
    line-height: 46px;
    margin-top: 80px;
}

/* 轮播图 */
.staffStyle-imglist {
    margin-top: 60px;
    position: relative;
}
.staffStyle-imglist .bd {
    display: flex;
    justify-content: center;
}
.staffStyle-imglist .bd li {
    width: 47.9166vw;
    height: 27.0833vw;
    padding: 0 0.78125vw;
    position: relative;
}
.staffStyle-imglist .bd .tempWrap {
    overflow: unset !important;
}
.staffStyle-imglist .bd .tempWrap ul {
    overflow: unset !important;
}
.staffStyle-imglist .bd li img {
    width: 47.9166vw;
    height: 27.0833vw;
}
.staffStyle-imglist .bd li p {
    position: absolute;
    font-size: 16px;
    color: #fff;
    letter-spacing: 1.4px;
    line-height: 26px;
    bottom: 30px;
    left: 45px;
    right: 45px;
}
.staffStyle-imglist .bd li .img-titleBg {
    position: absolute;
    bottom: 0;
    left: 15px;
    right: 15px;
    height: 137px;
    background-image: linear-gradient(180deg, rgba(0,0,0,0.00) 22%, rgba(0,0,0,0.60) 100%);
}
.staffStyle-prev {
    position: absolute;
    width: 50px;
    height: 50px;
    top: 50%;
    transform: translateY(-50%);
    left: 18.75vw;
    background: url(/indexResources/image/arrow-left-57c6e0cbfc4ee621e9146ad50dc36445.png) no-repeat;
    background-size: 100% 100%;
    z-index: 1;
}
.staffStyle-next {
    position: absolute;
    width: 50px;
    height: 50px;
    top: 50%;
    transform: translateY(-50%);
    right: 18.75vw;
    background: url(/indexResources/image/arrow-right-bf01f461962e336534703e9ab736d67f.png) no-repeat;
    background-size: 100% 100%;
    z-index: 1;
}
.staffStyle-prev-bg {
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.5);
    width: calc(50% - 25.5208vw);
    height: 27.0833vw;
}
.staffStyle-next-bg {
    position: absolute;
    top: 0;
    right: 0;
    background: rgba(0,0,0,0.5);
    width: calc(50% - 25.5208vw);
    height: 27.0833vw;
}
.staffStyle-imglist .bd li::after {
    content: '';
    position: absolute;
    top: 0;
    left: 15px;
    right: 15px;
    background: rgba(0,0,0,0.5);
    width: calc(100% - 30px);
    height: 27.0833vw;
}
.staffStyle-imglist .bd li.active::after {
    background: unset;
}

/* 员工风采动效 */
.staffStyle-shadow-l {
    opacity: 0;
}
.staffStyle-shadow-r {
    opacity: 0;
}
.staffStyle-name {
    opacity: 0;
}
.staffStyle-shadow-small-l {
    opacity: 0;
}
.staffStyle-shadow-small-r {
    opacity: 0;
}
.staffStyle-list li:first-child {
    opacity: 0;
}
.staffStyle-list li:last-child {
    opacity: 0;
}
.staffStyle-imgbox {
    opacity: 0;
}
.staffStyle-list li img {
    width: 100%;
    height: 340px;
}
.staffStyle-imgbox img {
    width: 100%;
    height: 340px;
}
/* 员工风采动效样式 */
.staffMoveStyle {
    animation: staffMovedown 1s linear forwards;
    animation-delay: 0.3s;
    -webkit-animation-delay: 0.3s;
    opacity: 0;
}
.staffMoveStyleLeft {
    animation: staffMoveleft 1s linear forwards;
    animation-delay: 0.3s;
    -webkit-animation-delay: 0.3s;
    opacity: 0;
}
.staffMoveStyleLeft-L {
    animation: staffMoveleft 0.5s linear forwards;
    animation-delay: 0.8s;
    -webkit-animation-delay: 0.8s;
    opacity: 0;
}
.staffMoveStyleRight {
    animation: staffMoveright 1s linear forwards;
    animation-delay: 0.3s;
    -webkit-animation-delay: 0.3s;
    opacity: 0;
}
.staffMoveStyleRight-L {
    animation: staffMoveright 0.5s linear forwards;
    animation-delay: 0.8s;
    -webkit-animation-delay: 0.8s;
    opacity: 0;
}
.staffMoveStyle1 {
    animation: staffMovedown1 1s linear forwards;
    animation-delay: 0.3s;
    -webkit-animation-delay: 0.3s;
    opacity: 0;
}
.staffMoveStyle2 {
    animation: staffMovedown2 1s linear forwards;
    animation-delay: 0.6s;
    -webkit-animation-delay: 0.6s;
    opacity: 0;
}

.staffStyle-jion:hover .icon-join {
    animation: 0.8s wordsLoop linear infinite normal;
}

@keyframes staffMovedown {
    0% {
        opacity: 0;
        transform: translateY(30px);
    }
    100% {
        opacity: 1;
        transform: translateY(0px);
    }
}

@keyframes staffMovedown1 {
    0% {
        opacity: 0;
        transform: translateY(50px);
    }
    100% {
        opacity: 1;
        transform: translateY(0px);
    }
}

@keyframes staffMovedown2 {
    0% {
        opacity: 0;
        transform: translateY(80px);
    }
    100% {
        opacity: 1;
        transform: translateY(0px);
    }
}

@keyframes staffMoveleft {
    0% {
        opacity: 0;
        transform: translateX(-600px);
    }
    100% {
        opacity: 1;
        transform: translateX(0px);
    }
}

@keyframes staffMoveright {
    0% {
        opacity: 0;
        transform: translateX(600px);
    }
    100% {
        opacity: 1;
        transform: translateX(0px);
    }
}

@keyframes wordsLoop {
    0% {
        transform: translateX(-100%);
        -webkit-transform: translateX(-100%);
    }
    100% {
        transform: translateX(26px);
        -webkit-transform: translateX(26px);
    }
  }
  @-webkit-keyframes wordsLoop {
    0% {
      transform: translateX(-100%);
      -webkit-transform: translateX(-100%);
    }
    100% {
        transform: translateX(26px);
        -webkit-transform: translateX(26px);
    }
  }