.page-recruit .section .section-title {
    /* font-size: 30px; */
    font-weight: normal
}

.page-recruit .section .section-sub-title {
    margin: 25px 0 35px 0;
    line-height: 2;
    text-align: center;
    font-size: 14px;
    color: #737373
}

.page-recruit .section-main .section-header .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    z-index: 99;
    height: 160px;
    margin-top: -55px;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
    background-color: #fff
}

.page-recruit .section-main .section-header .col {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 100px
}

.page-recruit .section-main .section-header .col .split {
    width: 1px;
    height: 68px;
    margin: 0 28px;
    background-color: #e6e6e6
}


.page-recruit .section-main .section-header .col .info .dt {
    font-size: 30px;
    color: #696969
}

.page-recruit .section-main .section-header .col .info .dd {
    font-size: 18px;
    color: #c2c2c2
}

.section-job {
    /* margin-top: -105px; */
    padding-top: 105px;
    background-color: #f5f5f500;
    color: #f5f5f5;
}

.section-job .section-title {
    width: 100%;
}

.section-job .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.section-job .job-list {
    position: relative;
    width: 1016px;
    padding: 15px 0 80px 0;
    margin: 0 auto;
    overflow: hidden;
    color:#f5f5f5
}

.section-job .job-list .item {
    border-bottom: 1px solid rgba(8, 82, 243, 0.959)
}

.section-job .job-list .item:last-child {
    border-bottom: none
}

.section-job .job-list .item.active .item-hd .icon-arrow {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.section-job .job-list .item .item-hd {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 69px;
    font-size: 16px;
    cursor: pointer;
}

.section-job .job-list .item .item-hd .icon-region {
    display: inline-block;
    width: 46px;
    height: 43px;
    line-height: 40px;
    margin-top: -21.5px;
    margin-right: 10px;
    font-size: 16px;
    text-align: center;
    white-space: nowrap;
    color: #f60;
    background: url(../images/icon-region-bg.png) no-repeat center center
}

.section-job .job-list .item .item-hd .icon-region.last {
    margin-right: 25px
}

.section-job .job-list .item .item-hd .tag {
    display: block;
    width: 60px;
    height: 30px;
    line-height: 30px;
    margin-right: 15px;
    text-align: center;
    border-radius: 7px;
    font-size: 14px;
    color: #fff;
    background: #f00
}

.section-job .job-list .item .item-hd .tag.tag-1 {
    background-color: #6fdb25
}

.section-job .job-list .item .item-hd .tag.tag-2 {
    background-color: #fccc16
}

.section-job .job-list .item .item-hd .tag.tag-3 {
    background-color: #f26547
}

.section-job .job-list .item .item-hd .tag.tag-4 {
    background-color: #28a8fe
}

.section-job .job-list .item .item-hd .icon-arrow {
    position: absolute;
    right: 100px;
    top: 50%;
    width: 14px;
    height: 8px;
    margin-top: -12px;
    -webkit-transition: all .5s;
    transition: all .5s;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.section-job .job-list .item .item-bd {
    display: none;
    text-align: justify;
    padding: 0 76px
}

.section-job .job-list .item .item-bd dl {
    line-height: 2.5;
    margin-bottom: 20px;
    font-size: 14px
}

.section-job .job-list .item .item-bd dt {
    font-weight: bold
}

.section-job .job-list .item .item-bd .last {
    margin-bottom: 40px
}

.section-info {
    padding: 0px 0 0px 0;
    text-align: center
}

.section-info .desc {
    margin-top: 18px;
    line-height: 2.2;
    font-size: 16px;
    text-align-last: left
}

.section-info .item-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* width: 50%; */
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 35px;
    padding-bottom: 120px;
    margin-bottom: 0;
}

.section-info .item-list .item {
    width: 230px;
    height: 280px;
    background-size: 400% auto;
    text-align: center;
    background-color: #6398E2;
    border-radius: 15%;
    /* box-shadow: 0px 5px 5px #04132D; */
    box-shadow: 0px 10px 5px -5px #04132D;
}

.section-info .item-list .item img{
    margin-top: 30px;
}

.section-info .item-list .item p{
    font-size: 48px;
}

.section-info .item-list .item:nth-child(1) {
    background-position: 0 0
}

.section-info .item-list .item:nth-child(2) {
    background-position: -100% 0
}

.section-info .item-list .item:nth-child(3) {
    background-position: -200% 0
}

.section-info .item-list .item:nth-child(4) {
    background-position: -300% 0
}

.section-salary {
    padding: 80px 0 90px 0;
    background-color: #fff
}

.section-salary .item-list {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 1016px;
    height: 284px;
    margin: 0 auto
}

.section-salary .item-list:before, .section-salary .item-list:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.section-salary .item-list:before {
    background: url(../images/salary-list-bg-1.png) no-repeat center center
}

.section-salary .item-list:after {
    background: url(../images/salary-list-bg-2.png) no-repeat center center
}

.section-salary .item-list .item {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 109px;
    height: 109px;
    font-size: 18px;
    color: #fff;
    background-image: url(../images/sprite-salary-item-bg-1.png)
}

.section-salary .item-list .item.item-2 {
    margin-right: 160px;
    background-position-x: -113px
}

.section-salary .item-list .item.item-3 {
    margin-left: 160px;
    background-position-x: -226px
}

.section-salary .item-list .item.item-4 {
    background-position-x: -339px
}

.section-welfare {
    padding-top: 80px;
    background-color: #f5f5f5
}

.section-welfare .item-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 40px
}

.section-welfare .item-list .item {
    width: 220px;
    height: 327px;
    padding: 15px;
    border-radius: 5px;
    text-align: center;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
    background-color: #fff
}

.section-welfare .item-list .item .icon {
    width: 107px;
    height: 100px;
    margin: 15px auto 0;
    background-image: url(../images/sprite-icon-1.png)
}

.section-welfare .item-list .item .icon.icon-1 {
    background-position: 0 0
}

.section-welfare .item-list .item .icon.icon-2 {
    background-position: -100% 0
}

.section-welfare .item-list .item .icon.icon-3 {
    background-position: -200% 0
}

.section-welfare .item-list .item .icon.icon-4 {
    background-position: -300% 0
}

.section-welfare .item-list .item .icon.icon-5 {
    background-position: -400% 0
}

.section-welfare .item-list .item .icon.icon-6 {
    background-position: 0 -100%
}

.section-welfare .item-list .item .icon.icon-7 {
    background-position: -100% -100%
}

.section-welfare .item-list .item .icon.icon-8 {
    background-position: -200% -100%
}

.section-welfare .item-list .item .icon.icon-9 {
    background-position: -300% -100%
}

.section-welfare .item-list .item .name {
    font-size: 22px;
    color: #737373
}

.section-welfare .item-list .item .desc {
    margin-top: 10px;
    line-height: 2;
    font-size: 14px;
    color: #c2c2c2;
    text-align: justify
}

.section-welfare .photo-swiper {
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.section-welfare .photo-swiper .swiper-button-prev, .section-welfare .photo-swiper .swiper-button-next {
    position: absolute;
    top: 50%
}

.section-welfare .photo-swiper .swiper-button-prev {
    left: 3%
}

.section-welfare .photo-swiper .swiper-button-next {
    right: 3%
}

.section-welfare .photo-swiper .swiper-container {
    width: 100%;
    height: 474px;
    margin-top: 120px
}

.section-welfare .photo-swiper .swiper-container .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}