html, body {
    margin: 0;
    padding: 0;
}
body {
    font-family: Microsoft Yahei;
    font-size: 14px;
    line-height: 24px;
    padding: 60px 0;
    background-color: #fff;
}
img {
    vertical-align: top;
}
p,h1,h2,h3,h4,ul,li {
    margin: 0;
    padding: 0;
}
a,
a:link,
a:visited {
	color:#666;
	text-decoration:none;
}
ul {
    list-style: none;
}
a:hover {
	color:#2c333b;
	text-decoration:none;
}

/* header */
#header {
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    right: 0;
    height: 40px;
    padding: 10px 0;
    background-color: #fff;
    text-align: center;
    box-shadow: 0 0 3px #ccc;
}
.logo {
    height: 40px;
}

/* 鍐呴〉鏍峰紡 */
#page-banner {
    height: 180px;
}
#page-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* joblist box */
.joblist-box {
    padding: 50px 20px;
}
.joblist-box-content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 30px;
}
.joblist-box-item {
    width: calc(100% - 40px);
    padding: 20px;
    margin-bottom: 20px;
    border: 1px solid #eee;
    border-radius: 5px;
}
.joblist-box-item-title {
    display: flex;
    justify-content: space-between;
    line-height: 30px;
}
.joblist-box-item-title p.title {
    max-width: 60%;
    font-size: 16px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-right: 10px;
}
.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 .btn-inner {
    position: relative;
    z-index: 2;
}

/* workplace box */
.workplace-box {
    padding: 50px 20px;
    background-color: #f8f8f8;
}
.culture-box-title {
    font-size: 24px;
    color: #333;
    line-height: 36px;
    text-align: center;
    font-weight: 600;
}
.workplace-box-content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 30px;
}
.workplace-box-item {
    width: 100%;
    height: 200px;
    padding: 5px;
    border-radius: 3px;
    background-color: #fff;
    margin-bottom: 15px;
}
.workplace-box-item-thumb {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.workplace-box-item-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* welfare box */
.welfare-box {
    padding: 50px 20px;
}
.welfare-box-title {
    text-align: center;
}
.welfare-box-title p.tit {
    font-size: 24px;
    color: #333;
    line-height: 36px;
    font-weight: 600;
}
.welfare-box-title p.desc {
    color: #999;
}
.welfare-box-content {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-top: 30px;
}
.welfare-box-item {
    width: 100%;
    margin-bottom: 20px;
}
.welfare-box-item-thumb {
    width: 100%;
    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 {
    padding: 25px 35px;
    background-color: #f6fafd;
}
.welfare-box-item-info p.title {
    font-size: 20px;
    color: #333;
    line-height: 28px;
    font-weight: 600;
}
.welfare-box-item-info p.desc {
    margin-top: 8px;
    font-size: 14px;
    color: #888;
    line-height: 24px;
}

/* train box */
.train-box {
    padding: 50px 20px;
    background-color: #f8f8f8;
}
.train-box-content {
    margin-top: 30px;
}
#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;
}

.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 box */
.job-box {
    padding: 30px 20px 15px;
    background-color: #f8f8f8;
}
.job-box-item {
    display: block;
    width: calc(100% - 40px);
    padding: 20px;
    margin-bottom: 20px;
    border: 1px solid #eee;
    border-radius: 5px;
}
.job-box-item-title {
    display: flex;
    justify-content: space-between;
    line-height: 30px;
}
.job-box-item-title p.title {
    max-width: 60%;
    font-size: 16px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-right: 10px;
}
.job-box-item-title p.salary {
    flex: 1;
    color: #fd7240;
    line-height: normal;
    text-align: right;
    max-width: none;
}
.job-box-item-desc {
    font-size: 14px;
    color: #888;
    line-height: 28px;
    max-width: 250px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.job-box-item-desc p.vline {
    display: inline-block;
    width: 1px;
    height: 14px;
    vertical-align: middle;
    background-color: #e0e0e0;
    margin: 0 8px;
}

/* job show */
.job-show-point {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.job-show-item {
    width: 100%;
    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: 20px;
    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 {
    padding: 30px 20px;
    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: flex-start;
    flex-wrap: wrap;
}
.apply-box-job-info p {
    width: 100%;
    font-size: 14px;
    color: #666;
    line-height: 28px;
}
.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;
}

/* school box */
.school-box {
    padding: 30px 20px;
    background-color: #f8f8f8;
}
.school-box-content img {
    max-width: 100%;
}
/* message box */
.message-box {
    padding: 50px 20px;
    background-color: #fff;
    margin: 0 auto;
    border-radius: 5px;
}

/* interact box */
.interact-box {
    padding: 20px;
    background-color: #f8f8f8;
}
.interact-box-content {
    line-height: 30px;
}

/* pagination */
.pagination {
    margin-top: 24px;
}
.pagination li {
    display: inline-block;
    margin-top: 6px;
}
.pagination li a,
.pagination li span {
    display: inline-block;
    border-radius: 3px;
    margin: 0 3px;
    padding: 5px 15px;
    border: 1px solid #f1f1f1;
    background-color: #fff;
}
.pagination li a:hover {
    color: #0061ae;
}
.pagination li.active span {
    background-color: #0061ae;
    color: #fff;
}

/* footer */
#footer {
    background-color: #f6f6f6;
    border-top: 3px solid #0068b6;
    color: #666;
}
.copyright {
    border-top: 1px solid #e2e2e2;
    text-align: center;
    line-height: 24px;
    padding: 20px 10px;
}

/* footer menu */
.foot-tool {
    position: fixed;
    z-index: 9999;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60px;
    background-color: #fff;
    border-top: 1px solid #eee;
}
.foot-tool ul li {
    float: left;
    width: 25%;
    text-align: center;
}
.foot-tool ul li a {
    display: block;
    color: #666;
}
.foot-tool-icon {
    line-height: 36px;
}
.foot-tool-icon .layui-icon {
    font-size: 20px;
}
.foot-tool-txt {
    height: 24px;
    line-height: 12px;
    font-size: 12px;
}