html, body { width: 100%; height: 100%; margin: 0; padding: 0; }
p,h1,h2,h3,h4,h5,h6,ul,li { margin: 0; padding: 0; }
ul { list-style: none; }
a { text-decoration: none; color: #333; }
img { vertical-align: top; }
.clearfix { clear: both; *zoom: 1; }
.clearfix::after { content: '\20'; clear: both; *zoom: 1; display: block; height: 0; }

body {
    background-color: #f5f5f5;
}
body#home {
    background: url('../images/join_us_bg.jpg') no-repeat center;
    background-size: cover;
}

#header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    background: #fff;
    justify-content: space-around;
    align-items: center;
    height: 70px;
    padding: 0 100px;
}
.nav {
    display: flex;
}
.nav a {
    display: block;
    font-size: 16px;
    color: #333;
    padding: 0 30px;
    line-height: 70px;
}
.nav a:hover,
.nav a.active {
    color: #fff;
    background-color: #004183;
}

.search {
    display: flex;
    height: 90%;
    align-items: center;
    justify-content: center;
}
.search-form {
    display: flex;
}
.search-form .input {
    width: 420px;
    height: 36px;
    line-height: 36px;
    padding: 5px 15px;
    border: 0;
    outline: none;
}
.search-form .submit {
    width: 100px;
    border: 0;
    background-color: #0058ff;
    color: #fff;
    cursor: pointer;
}

/* 内页样式 */
#pagebanner img { max-width: 100%; }

/* joblist box */
.joblist-box {
    padding: 80px 0 100px;
    background-color: #fff;
}
.joblist-box .search {
    margin-top: 30px;
}
.joblist-box .search .input {
    border: 1px solid #eee;
    border-right: none;
}
.joblist-box-content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 1200px;
    margin: 50px auto 0;
}
.joblist-box-item {
    width: 338px;
    padding: 20px 25px;
    margin-bottom: 20px;
    border: 1px solid #eee;
    border-radius: 5px;
    transition: all .3s ease-in;
}
.joblist-box-item:hover {
    border-color: transparent;
    box-shadow: 0 5px 15px rgba(0,0,0,.1);
}
.joblist-box-item-title {
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px;
}
.joblist-box-item-title p.title {
    max-width: 200px;
    color: #333;
    line-height: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-right: 10px;
    transition: all .3s ease-in;
}
.joblist-box-item:hover .joblist-box-item-title p.title {
    color: #007aff;
}
.joblist-box-item-title p.salary {
    flex: 1;
    color: #fd7240;
    line-height: normal;
    text-align: right;
    max-width: none;
}
.joblist-box-item-desc {
    font-size: 14px;
    color: #888;
    line-height: 28px;
    max-width: 250px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.joblist-box-item-desc p.vline {
    display: inline-block;
    width: 1px;
    height: 14px;
    vertical-align: middle;
    background-color: #e0e0e0;
    margin: 0 8px;
}
.joblist-box-more {
    text-align: center;
    margin-top: 30px;
}
.btn-default {
    position: relative;
    display: inline-block;
    padding: 8px 30px;
    border: 1px solid #ccc;
    color: #a4a4a4;
    overflow: hidden;
    transition: all .3s ease-in;
}
.btn-default::after {
    position: absolute;
    content: "";
    z-index: 1;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: #004183;
    transition: left .3s ease-in;
}
.btn-default .btn-inner {
    position: relative;
    z-index: 2;
}
.btn-default:hover {
    border-color: #004183;
    color: #fff;
}
.btn-default:hover::after {
    left: 0;
}

/* workplace box */
.workplace-box {
    padding: 80px 0 100px;
}
.culture-box-title {
    font-size: 32px;
    color: #333;
    line-height: 60px;
    text-align: center;
    font-weight: 600;
}
.workplace-box-content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 1220px;
    margin: 50px auto 0;
}
.workplace-box-item {
    flex: 0 0 calc(33.333333% - 20px);
    height: 260px;
    padding: 5px;
    border-radius: 3px;
    background-color: #fff;
    margin: 5px;
}
.workplace-box-item-thumb {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.workplace-box-item-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .3s;
}
.workplace-box-item:hover .workplace-box-item-thumb img {
    transform: scale(1.1);
}

/* welfare box */
.welfare-box {
    padding: 80px 0 100px;
    background-color: #fff;
}
.welfare-box-title {
    text-align: center;
}
.welfare-box-title p.tit {
    font-size: 32px;
    color: #333;
    line-height: 60px;
    font-weight: 600;
}
.welfare-box-title p.desc {
    color: #999;
}
.welfare-box-content {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 1230px;
    margin: 50px auto 0;
}
.welfare-box-item {
    width: 380px;
    margin: 0 15px 30px;
    transition: all .3s ease-in;
}
.welfare-box-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 5px 20px rgba(0,0,0,.2);
}
.welfare-box-item-thumb {
    width: 100%;
    height: 250px;
    overflow: hidden;
}
#swiper-item-thumb {
    width: 100%; height: 100%;
}
.welfare-box-item-thumb img {
    max-width: 100%;
}
#swiper-item-thumb .swiper-pagination-bullet {
    opacity: 1;
    background-color: #fff;
}
#swiper-item-thumb .swiper-pagination-bullet-active {
    background-color: #007aff;
}
.welfare-box-item-info {
    height: calc(100% - 300px);
    padding: 25px 35px;
    background-color: #f6fafd;
}
.welfare-box-item-info p.title {
    font-size: 20px;
    color: #333;
    line-height: 28px;
    font-weight: 600;
    transition: all .3s;
}
.welfare-box-item:hover .welfare-box-item-info p.title {
    color: #004183;
}
.welfare-box-item-info p.desc {
    margin-top: 8px;
    font-size: 14px;
    color: #888;
    line-height: 24px;
}

/* train box */
.train-box {
    padding: 80px 0 60px;
}
.train-box-content {
    margin-top: 50px;
}
#swiper-train {
    padding-bottom: 40px;
}
.train-box-item img { 
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#swiper-train .swiper-pagination-bullets {
    bottom: 0;
}
#swiper-train .swiper-pagination-bullet {
    border-radius: 12px;
}
#swiper-train .swiper-pagination-bullet-active {
    width: 20px;
    background-color: #004183;
}

.joinus-page {
    padding: 30px 0;
}
.job-box {
    display: flex;
    width: 1200px;
    margin: 0 auto;
}
.joinus-con {
    flex: 1;
}
.joinus-sider {
    width: 260px;
    margin-left: 20px;
}
.card {
    background-color: #fff;
    margin-bottom: 15px;
    border-radius: 5px;
}
.card-header {
    font-size: 16px;
    height: 60px;
    line-height: 60px;
    padding: 0 20px;
    border-bottom: 1px solid #eee;
    color: #004183;
    font-weight: 700;
}
.card-header .more {
    float: right;
    line-height: 60px;
    font-size: 12px;
    color: #9a9fac;
    cursor: pointer;
    font-weight: normal;
}
.card-body {
    padding: 20px;
}
.card-body img {
    max-width: 100%;
}
.cate-list {
    margin: -20px 0;
}
.cate-list li {
    padding: 16px 42px 16px 5px;
    line-height: 20px;
    font-size: 14px;
}
.cate-list li:not(:last-child) {
    border-bottom: 1px dashed #eee;
}
.cate-list li a {
    color: #5c6170;
}

/* job table */
.job-table {
    width: 100%;
    text-align: left;
}
.job-table thead tr {
    background-color: #f1f1f1;
}
.job-table tbody tr:nth-child(even) {
    background-color: #fafafa;
}
.job-table tr th,
.job-table tr td {
    font-size: 14px;
    line-height: 28px;
    padding: 10px 15px;
}
.job-table tr th:first-child,
.job-table tr td:first-child {
    width: 400px;
}

.job-table tr td a:hover {
    color: #0080ff;
}

/* job show */
.job-show-point {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.job-show-item {
    flex: 0 0 33.3333%;
    font-size: 15px;
    color: #999;
    line-height: 30px;
}
.job-show-item span {
    color: #000;
}
.job-show-info {
    margin-top: 20px;
}
.job-show-info-title {
    font-size: 18px;
    color: #004183;
    font-weight: 700;
    margin-bottom: 20px;
}
.job-show-info-desc {
    line-height: 30px;
}
.job-apply-btn {
    text-align: center;
    margin-top: 30px;
    padding: 30px 0 10px;
    border-top: 1px solid #f8f8f8;
}
.job-apply-btn a {
    display: inline-block;
    color: #fff;
    line-height: 36px;
    padding: 0 30px;
    border-radius: 2px;
    background-color: #0c8cf6;
    transition: background-color 0.3s;
}
.job-apply-btn a:hover {
    background-color: #3da3f8;
}

/* apply box */
.apply-box {
    width: 800px;
    padding: 50px 50px 30px;
    background-color: #fff;
    border-radius: 3px;
    margin: 0 auto;
}
.apply-box-job-content {
    padding-bottom: 20px;
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 30px;
}
.apply-box-job-content p.tit {
    font-size: 20px;
    color: #004183;
    font-weight: 700;
    margin-bottom: 10px;
}
.apply-box-job-info {
    display: flex;
    justify-content: space-between;
    font-size: 15px;
    line-height: 30px;
}
.apply-box-job-info p.desc span {
    position: relative;
    padding-left: 15px;
}
.apply-box-job-info p.desc span:first-child {
    padding: 0;
}
.apply-box-job-info p.desc span::before {
    content: '';
    position: absolute;
    z-index: 1;
    left: 7px;
    top: 0;
    display: block;
    width: 1px;
    height: 100%;
    background-color: #ccc;
}
.apply-box-job-info p.desc span:first-child:before {
    display: none;
}
.apply-box-job-info p.date {
    font-size: 14px;
    color: #999;
}
.apply-box .layui-form-select dl dd.layui-this {
    background-color: #1e9fff!important;
}

/* 分页样式 */
.pagination {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}
.pagination li {
    margin: 0 5px;
}
.pagination li a,
.pagination li span {
    display: inline-block;
    padding: 5px 10px;
    border: 1px solid #ccc;
    border-radius: 3px; color: #666;
}
.pagination li a:hover {
    color: #004183;
}
.pagination li.active span {
    border-color: #004183;
    background-color: #004183;
    color: #fff;
}

/* interact box */
.interact-box {
    display: flex;
    width: 1200px;
    margin: 0 auto;
}
.interact-box-content {
    min-height: 400px;
    _height: 400px;
    line-height: 30px;
}

/* message box */
.message-box {
    padding: 50px 148px;
    background-color: #fff;
    margin: 0 auto;
    border-radius: 5px;
}

/* search box */
.search-box {
    display: flex;
    width: 1200px;
    margin: 0 auto;
}
.search-box .search {
    margin-bottom: 20px;
}
.search-box .search .input {
    border: 1px solid #eee;
    border-right: none;
}

#footer {
    position: relative;
    background-color: rgba(255,255,255,.6);
    text-align: center;
    padding: 15px;
}
#footer .code {
    position: absolute;
    z-index: 1;
    top: 15px;
    right: 80px;
    line-height: 24px;
}
#home #footer {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
}