﻿* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 14px;
  font-family: PingFang SC, "Microsoft Yahei", Helvetica, Arial, sans-serif;
  box-sizing: border-box;
}

html {
  width: 100%;
  height: 100%;
}
body {
  color: #1b2b4f;
}

a {
  text-decoration: none;
}
a:visited,
a:hover {
  color: inherit;
}

._container {
 max-width: 1200px;
  margin: 0 auto;
}
/*
footer {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  height: 66px;
  line-height: 66px;
  background: #020033;
  font-size: 14px;
}
footer div {
  margin: 0 6px;
  color: #888888;
}*/

/* ------------------------------------ */
/* -------------- 顶部区域 ------------- */
/* ------------------------------------ */

.header {
  position: sticky;
  top: 0;
  width: 100%;
  height: 60px;
  background: transparent;
  z-index: 10;
}
.header.dark,
.header:hover {
  background: #22246a;
}
.header .header-block {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  width: 100%;
  height: 60px;
  color: #ffffff;
}
.header .header-block .logo {
 /* width: 60px;*/
  height: 60px;
  margin-right: 60px;
  cursor: pointer;
}
.header .header-block .menu {
  flex: 1 1 auto;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  min-width: 0;
}
.header .header-block .menu .item {
  position: relative;
  line-height: 60px;
  padding: 0 5px;
  cursor: pointer;
  transition: all 0.5s;
  margin:0 35px 0 0;
  font-size:16px;
}
.header .header-block .menu .item a,
.header .header-block .menu .item a:visited,
.header .header-block .menu .item a:hover {
  color: #ffffff;
}
.header .header-block .menu .item a::before {
  content: "";
  left: 0;
  bottom: 0px;
  width: 0;
  height: 3px;
  background: #ffffff;
  transition: all 0.5s;
}
.header .header-block .menu .item.active a::before,
.header .header-block .menu .item.curr a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  background: #ffffff;
  transition: all 0.5s;
}
.header .header-block .menu .item.disable a::before {
  content: "";
  left: 0;
  bottom: 0px;
  width: 0;
  height: 3px;
  background: #ffffff;
  transition: all 0.5s;
}

.header .header-block .user {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: flex-end;
  width: 100px;
  height: 60px;
  cursor: pointer;
}
.header .header-block .user img {
 /* width: 24px;
  height: 24px;*/
  margin-right: 8px;
}
.header .header-block .user div {
  line-height: 60px;
  font-size: 14px;
}

.banner {
  width: 100%;
  height: 600px;
  background: #fafafa;
}
.banner .swiper-container {
  position: absolute;
  top: 0;
  width: 100%;
  height: 600px;
}
.banner .swiper-container .swiper-slide {
  background-color: #fafafa;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.swiper-container {
  --swiper-theme-color: #fafafa; /* 设置Swiper风格 */
  --swiper-navigation-color: #9c9c9c; /* 单独设置按钮颜色 */
  --swiper-navigation-size: 32px; /* 设置按钮大小 */
}

/* ------------------------------------ */
/* -------------- 招聘公告 ------------- */
/* ------------------------------------ */

.announce {
  padding: 20px 0 80px;
  background: #fafafa;
}
.announce .announce-title {
  margin-bottom: 40px;
  text-align: center;
}
.announce .announce-title .text {
  font-family: FangSong, SimSunm, Microsoft JhengHei;
  color: #282828;
  font-size: 30px;
}
.announce .announce-title .sub {
  font-family: Lucida Grande;
  color: #a3aaba;
  font-size: 14px;
}
.announce .tabs {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
  margin-bottom: 45px;
}
.announce .tabs .tab {
  width: 120px;
  line-height: 36px;
  margin: 0 10px;
  border: 1px solid #e5e5e5;
  background: #ffffff;
  color: #282828;
  text-align: center;
  cursor: pointer;
  font-size:16px;
}
.announce .tabs .tab:hover,
.announce .tabs .tab.active {
  background: #2681f6;
  color: #ffffff;
}
.announce .items {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  margin-bottom: 60px;
}
.announce .items .item {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  width: 590px;
  height: 120px;
  margin-bottom: 20px;
  padding: 20px 30px 20px 40px;
  background: #ffffff;
  box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
.announce .items .item:hover {
  box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.2);
}
.announce .items .item .date {
 
}
    .announce .items .item .date .day {
        font-size: 40px;
        font-family: PingFangSC-Semibold, PingFang SC;
        width: 90px;
    }
.announce .items .item .date .month {
  color: #a3aaba;
  font-size: 16px;
  line-height:25px;
}

    .announce .items .item .text {
        line-height: 32px;
        font-size: 16px;
        padding-left: 30px;
        border-left: 1px solid #ddd;
    }
.announce .control {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
}
.announce .control .more {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
  width: 386px;
  height: 60px;
  border-radius: 4px;
  border: 1px solid #1b2b4f;
  font-size: 18px;
  cursor: pointer;
}
.announce .control .more:hover {
  box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.1);
}
.announce .control .more img {
  width: 18px;
  height: auto;
  margin-left: 20px;
}

/* ------------------------------------ */
/* -------------- 招聘岗位 ------------- */
/* ------------------------------------ */

.search {
  height: 320px;
  padding: 80px 0 0;
  background: #585858 url("../images/search.jpg") center center no-repeat;
  background-size: cover;
}
.search .search-title {
  margin-bottom: 50px;
  text-align: center;
}
.search .search-title .text {
  font-family: FangSong, SimSunm, Microsoft JhengHei;
  color: #ffffff;
  font-size: 30px;
}
.search .search-title .sub {
  font-family: Lucida Grande;
  color: #a3aaba;
  font-size: 14px;
}
.search .input {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  width: 800px;
  height: 60px;
  margin: 0 auto;
}
.search .input input {
  width: 660px;
  line-height: 20px;
  padding: 20px 30px;
  background: #ffffff;
  border-radius: 30px 0 0 30px;
}
.search .input .search-btn {
  flex: 1 1 auto;
  min-width: 0;
  height: 60px;
  line-height: 60px;
  background: #2681f6;
  border-radius: 0 30px 30px 0;
  color: #ffffff;
  font-size: 18px;
  text-align: center;
  cursor: pointer;
}

/* ------------------------------------ */
/* -------------- 岗位列表 ------------- */
/* ------------------------------------ */

.positions {
  padding: 40px 0 80px;
  background: #ffffff;
}
.positions .filter {
  margin-bottom: 30px;
  padding: 30px 40px;
  border: 1px solid #e5e5e5;
}
.positions .filter .filter-list {
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-start;
  margin-bottom: 20px;
}
.positions .filter .filter-list .key {
  width: 80px;
  min-width: 80px;
  margin-right: 15px;
  padding: 3px 0;
  color: #666666;
  font-size: 14px;
}
.positions .filter .filter-list .val {
  flex: 1 1 auto;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  min-width: 0;
}
.positions .filter .filter-list .val .item {
  margin: 0 20px 14px 0;
  padding: 3px 5px;
  color: #333333;
  cursor: pointer;
}
.positions .filter .filter-list .val .item:hover {
  color: #2681f6;
}
.positions .filter .filter-list .val .item.active {
  background: #2681f6;
  color: #ffffff;
}
.positions .list .list-title {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  padding: 12px 0;
  border-bottom: 1px solid #e5e5e5;
}
.positions .list .list-title .text {
  font-size: 18px;
  color: #000000;
  margin-right: 20px;
}
.positions .list .list-title .tip {
  font-size: 14px;
  color: #282828;
}
.positions .list .list-items {
  margin-bottom: 56px;
}
.positions .list .list-items .item {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-between;
  padding: 30px 10px;
  border-bottom: 1px solid #e5e5e5;
}
.positions .list .list-items .item .job {
  width: 540px;
}
.positions .list .list-items .item .job .job-title {
  width: 100%;
  margin-bottom: 14px;
  font-size: 16px;
  color: #282828;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.positions .list .list-items .item .job .addition {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  margin-top:14px;
}
.positions .list .list-items .item .job .addition .count {
  color: #2681f6;
}
    .positions .list .list-items .item .job .addition span, .positions .list .list-items .item .pos .addition span {
        color: #666666;
        font-size: 14px;
        display: inline-block;
        height: 14px;
        line-height: 14px;
        padding: 0px 8px 0px 10px;
        border-left: 1px solid #9c9c9c;
        max-width: 230px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

        .positions .list .list-items .item .job .addition span:first-child, .positions .list .list-items .item .pos .addition span:first-child {
            padding-left: 0px;
            border-left: 0px;
        }

        .positions .list .list-items .item .pos {
            width: 440px;
        }
.positions .list .list-items .item .pos .school {
  width: 100%;
  margin-bottom: 14px;
  font-size: 16px;
  color: #282828;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.positions .list .list-items .item .pos .addition {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}
 
.positions .list .list-items .item .control .view {
  display: block;
  width: 150px;
  height: 46px;
  line-height: 44px;
  background: #ffffff;
  border: 1px solid #2681f6;
  color: #2681f6;
  text-align: center;
}
.positions .list .list-items .item .control .view:hover {
  background: #2681f6;
  color: #ffffff;
}
.positions .list .list-items .item:hover {
  background: #fafafa;
}
.positions .list .list-items .item:hover .job .job-title {
  color: #2681f6;
}
.positions .list .list-items .item:hover .pos .school {
  color: #2681f6;
}
.positions .list .pagination {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
  color: #282828;
  font-size: 14px;
}
.positions .list .pagination .prev,
.positions .list .pagination .next,
.positions .list .pagination .page {
  margin: 0 8px;
  padding: 4px;
  border-bottom: 2px solid transparent;
  cursor: pointer;
}
.positions .list .pagination .prev,
.positions .list .pagination .next {
  margin: 0 14px;
}
.positions .list .pagination .prev:hover,
.positions .list .pagination .next:hover {
  color: #2681f6;
}
.positions .list .pagination .page:hover {
  color: #2681f6;
}
.positions .list .pagination .page.active {
  color: #2681f6;
  border-bottom: 2px solid #2681f6;
}

/* ------------------------------------ */
/* -------------- 地图信息 ------------- */
/* ------------------------------------ */

.map {
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-end;
  justify-content: flex-end;
  height: 500px;
  background: #666666 url("../images/map.jpg") center center no-repeat;
  background-size: cover;
}
#map {
  position: absolute;
  width: 100%;
  height: 500px;
}

.map .sub {
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
  width: 300px;
  height: 312px;
  margin-bottom: 10px;
  padding: 40px;
  background: #ffffff;
  z-index: 10;
}
.map .sub .item {
  line-height: 32px;
}
.map .sub .item .title {
  font-weight: bold;
  font-size: 16px;
  color: #000000;
}
.map .sub .item .contacts .contact {
  font-size: 14px;
  color: #666666;
}
.map .main {
  width: 1260px;
  height: 240px;
  margin-bottom: 10px;
  padding: 30px 50px;
  background: #2681f6;
  color: #ffffff;
  z-index: 10;
}
.map .main .title {
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-end;
  width: 850px;
  padding: 0 0 8px;
  border-bottom: 1px solid #65a7fc;
}
.map .main .title .text {
  margin-right: 20px;
  font-size: 48px;
  font-weight: bold;
  color: #ffffff;
}
.map .main .title .tip {
  position: relative;
  top: -11px;
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
}
.map .main .info {
  padding: 20px 0;
  line-height: 28px;
  font-size: 14px;
  opacity: 0.8;
}
