
body {
    background: -webkit-linear-gradient(top,#2b9286 60px,#FFFFFF 260px) no-repeat;
}
.index_search {
    margin-top: 50px;
    width: 100%;
    height: 36px;
    background-color: rgba(255, 255, 255, 0.25);
    border-radius: 5px;
    overflow: hidden;
}
.index_search input {
    width: calc(100% - 50px);
    line-height: 36px;
    padding-left: 10px;
    background-color: transparent;
	color: #fff;
}
.index_search input::placeholder{
	color: rgba(255, 255, 255, 0.5);
}
.index_search a {
    display: inline-block;
    width: 35px;
    height: 36px;
    vertical-align: top;
    line-height: 36px;
    padding-left: 10px;
}
.index_search img {
    width: 20px;
}


.index_swiper {
    border-radius: 5px;
    margin-top: 20px;
    overflow: hidden;
}
.swiper {
    width: 100%;
    height: 100%;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.nav_index {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 16px 16px;
    margin: 20px 0;
}

.news_index {
    height: 100px;
}
.news_swiper {
    float: right;
    width: 100%;
    height: 100px;
    overflow: hidden;
    background: url(../images/009.png) no-repeat left center;
    background-size: 20%;
    padding-left: 24%;
    padding-top: 10px;
    border-top: 1px solid #e5e5e5;
}
.news_swiper span {
    position: relative;
    transform: scale(0.9);
    transform-origin: left center;
    display: inline-block;
    font-size: 12px;
    background-color: #fb852e;
    color: #fff;
    line-height: 20px;
    width: 60px;
    border-radius: 10px;
    margin-right: 5px;
}
.news_swiper a {
    display: inline-block;
    width: calc(100% - 70px);
    font-size: 12px;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-line-clamp: 1;
    text-align: left;
}

.company_index {
    height: 200px;
    background: url(../images/001.png) no-repeat center center;
    background-size: 100% 100%;
    margin-top: 20px;
}
.sub_title {
    position: relative;
    text-align: center;
    padding: 20px 0;
    font-weight: 600;
    color: #fff;
    font-size: 18px;
    margin-bottom: 10px;
}
.sub_title::after {
    content: "";
    position: absolute;
    width: 40px;
    height: 3px;
    bottom: 10px;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #fb852e;
}
.company_swiper {
    width: 100%;
    overflow: hidden;
}
.company_swiper a {
    display: grid;
    grid-template-columns: 40px auto;
    grid-gap: 5px;
    font-size: 12px;
    color: #333;
    text-align: left;
    padding: 20px 5px;
    height: 76px;
    overflow: hidden;
}

.jobs_index {
    background-color: #f8f8f8;
}
.jobs_index .jobs_title {
    height: 120px;
    background: url(../images/002.png) no-repeat center center;
    background-size: 100% 100%;
    padding-top: 10px;
}
.jobs_index .sub_title {
    color: #2b9286;
}
.jobs_index .sub_title::after {
    background-color: #2b9286;
}
.jobs_list {
    margin-top: -30px;
}
.jobs_list li {
    position: relative;
    background-color: #fff;
    padding: 20px;
    box-shadow: 0px 0px 8px 1px #eeeeee;
    margin-bottom: 16px;
}
.jobs_list .job_title {
    position: relative;
    margin-bottom: 5px;
}
.jobs_list .job_title .job_name {
    font-size: 14px;
    color: #333;
    font-weight: 600;
}
.jobs_list .job_title .publish_time {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 12px;
    color: #999;
}
.jobs_list .job_detail {
    color: #666;
    margin-bottom: 5px;
}
.jobs_list .job_detail span {
    display: inline-block;
    font-size: 12px;
    color: #999;
    margin: 0 5px;
}
.jobs_list .job_detail span.salary {
    margin-left: 0;
    color: #ff0000;
}
.jobs_list .job_detail span.line {
    display: inline-block;
    font-size: 12px;
    margin: 0;
    width: 1px;
    height: 10px;
    background-color: #555;
}
.jobs_list .job_tag span {
    display: inline-block;
    color: #555;
    margin-right: 5px;
    border: 1px solid #eee;
    border-radius: 5px;
    padding: 1px 5px;
    font-size: 12px;
}
.jobs_list .job_company {
    width: 100%;
    margin-top: 5px;
    font-size: 12px;
    color: #999;
}
.jobs_list .job_company > div {
    display: inline-block;
    width: 30px;
    height: 20px;
    background-image: url(../images/company_logo.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    margin-right: 2px;
}
.jobs_list .job_company span {
    display: inline-block;
    width: calc(100% - 100px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-line-clamp: 1;
}
.jobs_list .job_btn {
    position: absolute;
    right: 18px;
    bottom: 20px;
    padding: 1px 10px;
    border: 1px solid #2b9286;
    color: #2b9286;
    background-color: #e8faf8;
    border-radius: 20px;
    font-size: 12px;
}
.jobs_list .more {
    position: relative;
    display: block;
    width: 110px;
    margin: 20px auto;
    padding: 2px 8px 2px 12px;
    border: 1px solid #2b9286;
    color: #2b9286;
    background-color: #e8faf8;
    border-radius: 20px;
    font-size: 12px;
}
.jobs_list .more img {
    height: 10px;
    width: auto;
}