@charset "utf-8";
.inside_banner {
    width: 100%;
    max-width: 1920px;
    min-width: 1200px;
    height: 360px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

.inside_banner img {
    position: absolute;
    top: 0;
    left: 50%;
    width: 1920px;
    height: 360px;
    margin-left: -960px;
}

.concept .center {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    /* padding-right: 75px; */
}

.concept .center .item {
    width: 486px;
    height: 328px;
    position: relative;
    display: flex;
    margin: 50px 0;
}

.concept .center .item .pic {
    width: 239px;
    height: 239px;
    border-radius: 50%;
    overflow: hidden;
    margin-left: 10px;
}

.concept .center .item .pic img {
    width: 100%;
    min-height: 100%;
}

.concept .center .item .pic img:hover {
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
}

.concept .center .item .small {
    width: 71px;
    height: 71px;
    border-radius: 50%;
    background: #6aa2ea;
    opacity: .5;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

.concept .center .item .text {
    width: 302px;
    height: 302px;
    border-radius: 50%;
    background: #bfccdd;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 80px;
    padding-right: 25px;
    line-height: 2;
}

.concept .center .item:nth-child(even) {
    justify-content: flex-end;
}

.concept .center .item:nth-child(even) .pic {
    margin-right: 10px;
}

.concept .center .item:nth-child(2) .small {
    left: auto;
    right: 0;
    background: #ff0000;
}

.concept .center .item:nth-child(2) .text {
    left: 0;
    right: auto;
    padding-left: 25px;
    padding-right: 80px;
    background: #f4b8b8;
}

.concept .center .item:nth-child(3) .small {
    background: #e7ea69;
}

.concept .center .item:nth-child(3) .text {
    background: #e9eabb;
}

.concept .center .item:nth-child(4) .small {
    left: auto;
    right: 0;
    background: #62ca5f;
}

.concept .center .item:nth-child(4) .text {
    left: 0;
    right: auto;
    padding-left: 25px;
    padding-right: 80px;
    background: #badeb9;
}

.recruit .jobs {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.recruit .jobs .item {
    width: 570px;
    height: 120px;
    border: 1px solid #e6e6e6;
    margin-bottom: 30px;
    display: flex;
    justify-content: space-between;
}

.recruit .jobs .item .info {
    flex: 1;
    height: 100%;
    padding: 0 35px;
    display: flex;
    align-items: center;
}

.recruit .jobs .item .info h4 {
    font-size: 20px;
    color: #003478;
}

.recruit .jobs .item .info .salary {
    margin: 5px 0 8px 0;
}

.recruit .jobs .item .info .salary span {
    font-size: 16px;
    color: #ff0000;
}

.recruit .jobs .item .info .date {
    color: #808080;
}

.recruit .jobs .item .more {
    width: 128px;
    height: 100%;
    line-height: 118px;
    background: #f5f5f5;
    color: #333;
    border: none;
    border-left: 1px solid #e6e6e6;
}

.recruit .jobs .item .more:hover {
    color: #003478;
}

#jobs_pages {
    text-align: center;
}