#body .banner {
    width: 100vw
}

#body .banner img {
    width: 100%
}

#body .concept {
    background-color: #f4f9fd;
    padding         : 5vw 5vw
}

#body .concept .title {
    font-size    : 1.5625rem;
    color        : #479ee2;
    font-family  : "思源黑体 CN Regular";
    font-weight  : bold;
    margin-bottom: 5vw;
    padding-left : 5vw;
    line-height  : 33px
}

#body .concept .title img {
    width         : 7vw;
    vertical-align: middle;
    margin-right  : 2vw
}

#body .concept .text-con {
    font-size  : .75rem;
    color      : #666;
    font-family: '思源黑体 CN Light';
    font-weight: bold;
    line-height: 1.5
}

#body .img-con {
    width: 100vw
}

#body .img-con img {
    width : 100%;
    margin: 3vw 0
}

#body .img-con .text {
    font-size    : .75rem;
    color        : #479ee2;
    font-size    : '思源黑体 CN Medium';
    width        : 88%;
    margin       : 0 auto;
    font-weight  : bold;
    line-height  : 1.8;
    margin-bottom: 3vw
}

#body .pic-con {
    position: relative
}

#body .pic-con .bg {
    width: 100%
}

#body .pic-con .bg .img {
    display: block;
    width  : 100%
}

#body .pic-con .title {
    position   : absolute;
    top        : 9%;
    left       : 18%;
    color      : #479EE2;
    font-size  : 25px;
    font-weight: bold
}

#body .pic-con .big-pic {
    position: absolute;
    left    : 5vw;
    right   : 5vw;
    top     : 25%
}

#body .pic-con .big-pic .img {
    display: block;
    width  : 100%
}

#body .pic-con .big-pic .text {
    position        : absolute;
    padding         : 8px;
    left            : 0;
    right           : 0;
    bottom          : 0;
    font-size       : 16px;
    background-color: rgba(0, 0, 0, 0.2);
    color           : #ffffff
}

#body .pic-con .list {
    position       : absolute;
    bottom         : 0;
    width          : 100vw;
    display        : flex;
    overflow       : scroll;
    color          : #fff;
    margin-bottom  : 5vw;
    scrollbar-width: 0
}

#body .pic-con .list::-webkit-scrollbar {
    width: 0
}

#body .pic-con .list .item {
    width           : 5.125rem;
    height          : 3.1875rem;
    flex-shrink     : 0;
    background-color: #479ee2;
    text-align      : center
}

#body .pic-con .list .item:nth-child(n+2) {
    margin-left: 5vw
}

#body .pic-con .list .item .item-img {
    width: 100%
}

#body .pic-con .list .item .item-img img {
    display: block;
    width  : 100%
}

#body .pic-con .list .item .item-info {
    padding    : 3vw 0;
    line-height: 1.5
}

#body .join {
    background     : url('/skhtmobile/images/hr/join.jpg') no-repeat center center;
    background-size: cover;
    padding        : 20vw 0;
    position       : relative
}

#body .join .btn {
    position : absolute;
    left     : 50%;
    top      : 60%;
    transform: translateX(-50%)
}

#body .join .btn a {
    width        : 17vw;
    white-space  : nowrap;
    color        : #fff;
    padding      : 2vw 4vw;
    border       : 2px solid #fff;
    font-weight  : bold;
    font-family  : '思源黑体 CN Light';
    border-radius: 20px
}

@media screen and (min-width:768px) {
    html {
        font-size: 32px
    }
}

#ygfc .swiper-button-next {
    right: -20px
}

#ygfc .swiper-button-prev {
    left: -20px
}

/*# sourceMappingURL=./hr.css.map */